package.json 724 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
  3. "name": "minimatch",
  4. "description": "a glob matcher in javascript",
  5. "version": "0.3.0",
  6. "repository": {
  7. "type": "git",
  8. "url": "git://github.com/isaacs/minimatch.git"
  9. },
  10. "main": "minimatch.js",
  11. "scripts": {
  12. "test": "tap test/*.js"
  13. },
  14. "engines": {
  15. "node": "*"
  16. },
  17. "dependencies": {
  18. "lru-cache": "2",
  19. "sigmund": "~1.0.0"
  20. },
  21. "devDependencies": {
  22. "tap": ""
  23. },
  24. "license": {
  25. "type": "MIT",
  26. "url": "http://github.com/isaacs/minimatch/raw/master/LICENSE"
  27. },
  28. "__npminstall_done": true,
  29. "_from": "minimatch@0.3.0",
  30. "_resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-0.3.0.tgz"
  31. }