package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "anymatch@^1.3.0",
  6. "scope": null,
  7. "escapedName": "anymatch",
  8. "name": "anymatch",
  9. "rawSpec": "^1.3.0",
  10. "spec": ">=1.3.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-watch"
  14. ]
  15. ],
  16. "_from": "anymatch@>=1.3.0 <2.0.0",
  17. "_id": "anymatch@1.3.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/anymatch",
  21. "_nodeVersion": "1.6.2",
  22. "_npmUser": {
  23. "name": "es128",
  24. "email": "elan.shanker+npm@gmail.com"
  25. },
  26. "_npmVersion": "2.7.3",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "anymatch@^1.3.0",
  30. "scope": null,
  31. "escapedName": "anymatch",
  32. "name": "anymatch",
  33. "rawSpec": "^1.3.0",
  34. "spec": ">=1.3.0 <2.0.0",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/chokidar",
  39. "/gulp-watch"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/anymatch/-/anymatch-1.3.0.tgz",
  42. "_shasum": "a3e52fa39168c825ff57b0248126ce5a8ff95507",
  43. "_shrinkwrap": null,
  44. "_spec": "anymatch@^1.3.0",
  45. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-watch",
  46. "author": {
  47. "name": "Elan Shanker",
  48. "url": "http://github.com/es128"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/es128/anymatch/issues"
  52. },
  53. "dependencies": {
  54. "arrify": "^1.0.0",
  55. "micromatch": "^2.1.5"
  56. },
  57. "description": "Matches strings against configurable strings, globs, regular expressions, and/or functions",
  58. "devDependencies": {
  59. "coveralls": "^2.11.2",
  60. "istanbul": "^0.3.13",
  61. "mocha": "^2.2.4"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "a3e52fa39168c825ff57b0248126ce5a8ff95507",
  66. "tarball": "https://registry.npmjs.org/anymatch/-/anymatch-1.3.0.tgz"
  67. },
  68. "files": [
  69. "index.js"
  70. ],
  71. "gitHead": "253d2ad42f644ed18557f561312a7f8426daca84",
  72. "homepage": "https://github.com/es128/anymatch",
  73. "keywords": [
  74. "match",
  75. "any",
  76. "string",
  77. "file",
  78. "fs",
  79. "list",
  80. "glob",
  81. "regex",
  82. "regexp",
  83. "regular",
  84. "expression",
  85. "function"
  86. ],
  87. "license": "ISC",
  88. "maintainers": [
  89. {
  90. "name": "es128",
  91. "email": "elan.shanker+npm@gmail.com"
  92. }
  93. ],
  94. "name": "anymatch",
  95. "optionalDependencies": {},
  96. "readme": "ERROR: No README data found!",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/es128/anymatch.git"
  100. },
  101. "scripts": {
  102. "test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls"
  103. },
  104. "version": "1.3.0"
  105. }