package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "gulp-match@^1.0.3",
  6. "scope": null,
  7. "escapedName": "gulp-match",
  8. "name": "gulp-match",
  9. "rawSpec": "^1.0.3",
  10. "spec": ">=1.0.3 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-if"
  14. ]
  15. ],
  16. "_from": "gulp-match@>=1.0.3 <2.0.0",
  17. "_id": "gulp-match@1.0.3",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/gulp-match",
  21. "_nodeVersion": "6.9.1",
  22. "_npmOperationalInternal": {
  23. "host": "packages-18-east.internal.npmjs.com",
  24. "tmp": "tmp/gulp-match-1.0.3.tgz_1478374858158_0.5844007760751992"
  25. },
  26. "_npmUser": {
  27. "name": "robrich",
  28. "email": "robrich@robrich.org"
  29. },
  30. "_npmVersion": "3.10.8",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "gulp-match@^1.0.3",
  34. "scope": null,
  35. "escapedName": "gulp-match",
  36. "name": "gulp-match",
  37. "rawSpec": "^1.0.3",
  38. "spec": ">=1.0.3 <2.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/gulp-if"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/gulp-match/-/gulp-match-1.0.3.tgz",
  45. "_shasum": "91c7c0d7f29becd6606d57d80a7f8776a87aba8e",
  46. "_shrinkwrap": null,
  47. "_spec": "gulp-match@^1.0.3",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-if",
  49. "author": {
  50. "name": "Rob Richardson",
  51. "url": "http://robrich.org/"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/robrich/gulp-match/issues"
  55. },
  56. "dependencies": {
  57. "minimatch": "^3.0.3"
  58. },
  59. "description": "Does a vinyl file match a condition?",
  60. "devDependencies": {
  61. "jshint": "^2.9.4",
  62. "mocha": "^3.1.2",
  63. "should": "^11.1.1"
  64. },
  65. "directories": {},
  66. "dist": {
  67. "shasum": "91c7c0d7f29becd6606d57d80a7f8776a87aba8e",
  68. "tarball": "https://registry.npmjs.org/gulp-match/-/gulp-match-1.0.3.tgz"
  69. },
  70. "engines": {
  71. "node": ">= 0.10.0"
  72. },
  73. "gitHead": "45f5f58034da8fe922add183f6726b0f9c2921a1",
  74. "homepage": "https://github.com/robrich/gulp-match",
  75. "keywords": [
  76. "gulpfriendly",
  77. "conditional",
  78. "if",
  79. "minimatch"
  80. ],
  81. "license": "MIT",
  82. "main": "./index.js",
  83. "maintainers": [
  84. {
  85. "name": "robrich",
  86. "email": "robrich@robrich.org"
  87. }
  88. ],
  89. "name": "gulp-match",
  90. "optionalDependencies": {},
  91. "readme": "ERROR: No README data found!",
  92. "repository": {
  93. "type": "git",
  94. "url": "git://github.com/robrich/gulp-match.git"
  95. },
  96. "scripts": {
  97. "test": "mocha && jshint ."
  98. },
  99. "version": "1.0.3"
  100. }