Açıklama Yok

package.json 586B

12345678910111213141516171819202122232425262728
  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.2.14",
  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. }