package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_args": [
  3. [
  4. "anymatch@^2.0.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/chokidar"
  6. ]
  7. ],
  8. "_from": "anymatch@>=2.0.0 <3.0.0",
  9. "_id": "anymatch@2.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/anymatch",
  13. "_nodeVersion": "6.10.2",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/anymatch-2.0.0.tgz_1513905286165_0.27702793199568987"
  17. },
  18. "_npmUser": {
  19. "email": "elan.shanker+npm@gmail.com",
  20. "name": "es128"
  21. },
  22. "_npmVersion": "5.0.1",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "anymatch",
  26. "raw": "anymatch@^2.0.0",
  27. "rawSpec": "^2.0.0",
  28. "scope": null,
  29. "spec": ">=2.0.0 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/chokidar"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz",
  36. "_shasum": "bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb",
  37. "_shrinkwrap": null,
  38. "_spec": "anymatch@^2.0.0",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/chokidar",
  40. "author": {
  41. "name": "Elan Shanker",
  42. "url": "http://github.com/es128"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/micromatch/anymatch/issues"
  46. },
  47. "dependencies": {
  48. "micromatch": "^3.1.4",
  49. "normalize-path": "^2.1.1"
  50. },
  51. "description": "Matches strings against configurable strings, globs, regular expressions, and/or functions",
  52. "devDependencies": {
  53. "coveralls": "^2.7.0",
  54. "istanbul": "^0.4.5",
  55. "mocha": "^3.0.0"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==",
  60. "shasum": "bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb",
  61. "tarball": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz"
  62. },
  63. "files": [
  64. "index.js"
  65. ],
  66. "gitHead": "c906c0234c5fb676426da90e429c909566106028",
  67. "homepage": "https://github.com/micromatch/anymatch",
  68. "keywords": [
  69. "any",
  70. "expression",
  71. "file",
  72. "fs",
  73. "function",
  74. "glob",
  75. "list",
  76. "match",
  77. "regex",
  78. "regexp",
  79. "regular",
  80. "string"
  81. ],
  82. "license": "ISC",
  83. "maintainers": [
  84. {
  85. "name": "doowb",
  86. "email": "brian.woodward@gmail.com"
  87. },
  88. {
  89. "name": "jonschlinkert",
  90. "email": "github@sellside.com"
  91. },
  92. {
  93. "name": "phated",
  94. "email": "blaine.bublitz@gmail.com"
  95. },
  96. {
  97. "name": "paulmillr",
  98. "email": "paul@paulmillr.com"
  99. },
  100. {
  101. "name": "es128",
  102. "email": "elan.shanker+npm@gmail.com"
  103. }
  104. ],
  105. "name": "anymatch",
  106. "optionalDependencies": {},
  107. "readme": "ERROR: No README data found!",
  108. "repository": {
  109. "type": "git",
  110. "url": "git+https://github.com/micromatch/anymatch.git"
  111. },
  112. "scripts": {
  113. "test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls"
  114. },
  115. "version": "2.0.0"
  116. }