package.json 667 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "path-parse",
  3. "version": "1.0.7",
  4. "description": "Node.js path.parse() ponyfill",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "node test.js"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/jbgutierrez/path-parse.git"
  12. },
  13. "keywords": [
  14. "path",
  15. "paths",
  16. "file",
  17. "dir",
  18. "parse",
  19. "built-in",
  20. "util",
  21. "utils",
  22. "core",
  23. "ponyfill",
  24. "polyfill",
  25. "shim"
  26. ],
  27. "author": "Javier Blanco <http://jbgutierrez.info>",
  28. "license": "MIT",
  29. "bugs": {
  30. "url": "https://github.com/jbgutierrez/path-parse/issues"
  31. },
  32. "homepage": "https://github.com/jbgutierrez/path-parse#readme"
  33. }