package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "anymatch",
  3. "version": "1.3.2",
  4. "description": "Matches strings against configurable strings, globs, regular expressions, and/or functions",
  5. "files": [
  6. "index.js"
  7. ],
  8. "author": {
  9. "name": "Elan Shanker",
  10. "url": "http://github.com/es128"
  11. },
  12. "license": "ISC",
  13. "homepage": "https://github.com/es128/anymatch",
  14. "repository": {
  15. "type": "git",
  16. "url": "https://github.com/es128/anymatch"
  17. },
  18. "bugs": {
  19. "url": "https://github.com/es128/anymatch/issues"
  20. },
  21. "keywords": [
  22. "match",
  23. "any",
  24. "string",
  25. "file",
  26. "fs",
  27. "list",
  28. "glob",
  29. "regex",
  30. "regexp",
  31. "regular",
  32. "expression",
  33. "function"
  34. ],
  35. "scripts": {
  36. "test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls"
  37. },
  38. "dependencies": {
  39. "micromatch": "^2.1.5",
  40. "normalize-path": "^2.0.0"
  41. },
  42. "devDependencies": {
  43. "coveralls": "^2.11.2",
  44. "istanbul": "^0.3.13",
  45. "mocha": "^2.2.4"
  46. },
  47. "__npminstall_done": "Mon May 18 2020 19:19:05 GMT+0800 (CST)",
  48. "_from": "anymatch@1.3.2",
  49. "_resolved": "https://registry.npm.taobao.org/anymatch/download/anymatch-1.3.2.tgz"
  50. }