package.json 2.5 KB

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