package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "anymatch@^2.0.0",
  12. "name": "anymatch",
  13. "escapedName": "anymatch",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/chokidar"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz",
  22. "_shasum": "bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb",
  23. "_spec": "anymatch@^2.0.0",
  24. "_where": "D:\\proj\\CocosCreatorPlugins\\packages\\excel-killer\\node_modules\\chokidar",
  25. "author": {
  26. "name": "Elan Shanker",
  27. "url": "http://github.com/es128"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/micromatch/anymatch/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "micromatch": "^3.1.4",
  35. "normalize-path": "^2.1.1"
  36. },
  37. "deprecated": false,
  38. "description": "Matches strings against configurable strings, globs, regular expressions, and/or functions",
  39. "devDependencies": {
  40. "coveralls": "^2.7.0",
  41. "istanbul": "^0.4.5",
  42. "mocha": "^3.0.0"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/micromatch/anymatch",
  48. "keywords": [
  49. "match",
  50. "any",
  51. "string",
  52. "file",
  53. "fs",
  54. "list",
  55. "glob",
  56. "regex",
  57. "regexp",
  58. "regular",
  59. "expression",
  60. "function"
  61. ],
  62. "license": "ISC",
  63. "name": "anymatch",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/micromatch/anymatch.git"
  67. },
  68. "scripts": {
  69. "test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls"
  70. },
  71. "version": "2.0.0"
  72. }