You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
803 B

1 month ago
  1. {
  2. "name": "fs.realpath",
  3. "version": "1.0.0",
  4. "description": "Use node's fs.realpath, but fall back to the JS implementation if the native one fails",
  5. "main": "index.js",
  6. "dependencies": {},
  7. "devDependencies": {},
  8. "scripts": {
  9. "test": "tap test/*.js --cov"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "git+https://github.com/isaacs/fs.realpath.git"
  14. },
  15. "keywords": [
  16. "realpath",
  17. "fs",
  18. "polyfill"
  19. ],
  20. "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
  21. "license": "ISC",
  22. "files": [
  23. "old.js",
  24. "index.js"
  25. ]
  26. ,"_resolved": "https://registry.npmmirror.com/fs.realpath/-/fs.realpath-1.0.0.tgz"
  27. ,"_integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw=="
  28. ,"_from": "fs.realpath@1.0.0"
  29. }