package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "anymatch@^2.0.0",
  3. "_id": "anymatch@2.0.0",
  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. "/glob-watcher"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-2.0.0.tgz",
  25. "_shasum": "bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb",
  26. "_spec": "anymatch@^2.0.0",
  27. "_where": "/Users/chenpengming/代码/微纳园管理端/node_modules/glob-watcher",
  28. "author": {
  29. "name": "Elan Shanker",
  30. "url": "http://github.com/es128"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/micromatch/anymatch/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "micromatch": "^3.1.4",
  38. "normalize-path": "^2.1.1"
  39. },
  40. "deprecated": false,
  41. "description": "Matches strings against configurable strings, globs, regular expressions, and/or functions",
  42. "devDependencies": {
  43. "coveralls": "^2.7.0",
  44. "istanbul": "^0.4.5",
  45. "mocha": "^3.0.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/micromatch/anymatch",
  51. "keywords": [
  52. "match",
  53. "any",
  54. "string",
  55. "file",
  56. "fs",
  57. "list",
  58. "glob",
  59. "regex",
  60. "regexp",
  61. "regular",
  62. "expression",
  63. "function"
  64. ],
  65. "license": "ISC",
  66. "name": "anymatch",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/micromatch/anymatch.git"
  70. },
  71. "scripts": {
  72. "test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls"
  73. },
  74. "version": "2.0.0"
  75. }