package.json 656 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "path-dirname",
  3. "version": "1.0.2",
  4. "description": "Node.js path.dirname() ponyfill",
  5. "license": "MIT",
  6. "repository": "es128/path-dirname",
  7. "author": "Elan Shanker",
  8. "scripts": {
  9. "test": "node test.js"
  10. },
  11. "files": [
  12. "index.js"
  13. ],
  14. "keywords": [
  15. "dirname",
  16. "dir",
  17. "path",
  18. "paths",
  19. "file",
  20. "built-in",
  21. "util",
  22. "utils",
  23. "core",
  24. "stdlib",
  25. "ponyfill",
  26. "polyfill",
  27. "shim"
  28. ],
  29. "__npminstall_done": "Thu Dec 24 2020 20:20:42 GMT+0800 (CST)",
  30. "_from": "path-dirname@1.0.2",
  31. "_resolved": "https://registry.npm.taobao.org/path-dirname/download/path-dirname-1.0.2.tgz"
  32. }