package.json 2.2 KB

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