package.json 958 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. "__npminstall_done": "Mon May 18 2020 19:19:05 GMT+0800 (CST)",
  36. "_from": "glob-parent@2.0.0",
  37. "_resolved": "https://registry.npm.taobao.org/glob-parent/download/glob-parent-2.0.0.tgz"
  38. }