83eb6a452487703a6ffbd22629f96bfe1d17f926515eab01e7d4a92c599bd83943b4eb8696f126be740a6eac420a96baaf12a32c1c2770d78d320e1a4212e5 768 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "glob-parent",
  3. "version": "2.0.0",
  4. "description": "Strips glob magic from a string to provide the parent path",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/es128/glob-parent"
  12. },
  13. "keywords": [
  14. "glob",
  15. "parent",
  16. "strip",
  17. "path",
  18. "directory",
  19. "base"
  20. ],
  21. "author": "Elan Shanker",
  22. "license": "ISC",
  23. "bugs": {
  24. "url": "https://github.com/es128/glob-parent/issues"
  25. },
  26. "homepage": "https://github.com/es128/glob-parent",
  27. "dependencies": {
  28. "is-glob": "^2.0.0"
  29. },
  30. "devDependencies": {
  31. "coveralls": "^2.11.2",
  32. "istanbul": "^0.3.5",
  33. "mocha": "^2.1.0"
  34. }
  35. }