You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

118 lines
2.9 KiB

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