b573c7e21fb45a1c9183fc83eb0073d89209c8b132fd20c9de2b3800d53834fd1926151f554bb3f9b1464696556ca2c4a2087247ca21b88bfdf033830190c8 971 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. }