package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "anymatch@^2.0.0",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==",
  6. "_location": "/anymatch",
  7. "_phantomChildren": {
  8. "remove-trailing-separator": "1.1.0"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "anymatch@^2.0.0",
  14. "name": "anymatch",
  15. "escapedName": "anymatch",
  16. "rawSpec": "^2.0.0",
  17. "saveSpec": null,
  18. "fetchSpec": "^2.0.0"
  19. },
  20. "_requiredBy": [
  21. "/chokidar"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz",
  24. "_shasum": "bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb",
  25. "_spec": "anymatch@^2.0.0",
  26. "_where": "/Users/konstantinosschoinas/Desktop/modular/algorithms/node_modules/chokidar",
  27. "author": {
  28. "name": "Elan Shanker",
  29. "url": "http://github.com/es128"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/micromatch/anymatch/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "micromatch": "^3.1.4",
  37. "normalize-path": "^2.1.1"
  38. },
  39. "deprecated": false,
  40. "description": "Matches strings against configurable strings, globs, regular expressions, and/or functions",
  41. "devDependencies": {
  42. "coveralls": "^2.7.0",
  43. "istanbul": "^0.4.5",
  44. "mocha": "^3.0.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/micromatch/anymatch",
  50. "keywords": [
  51. "match",
  52. "any",
  53. "string",
  54. "file",
  55. "fs",
  56. "list",
  57. "glob",
  58. "regex",
  59. "regexp",
  60. "regular",
  61. "expression",
  62. "function"
  63. ],
  64. "license": "ISC",
  65. "name": "anymatch",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/micromatch/anymatch.git"
  69. },
  70. "scripts": {
  71. "test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls"
  72. },
  73. "version": "2.0.0"
  74. }