package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "fs.realpath@1.0.0",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_from": "fs.realpath@1.0.0",
  9. "_id": "fs.realpath@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
  12. "_location": "/fs.realpath",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "fs.realpath@1.0.0",
  18. "name": "fs.realpath",
  19. "escapedName": "fs.realpath",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/glob"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  28. "_spec": "1.0.0",
  29. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  30. "author": {
  31. "name": "Isaac Z. Schlueter",
  32. "email": "i@izs.me",
  33. "url": "http://blog.izs.me/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/isaacs/fs.realpath/issues"
  37. },
  38. "dependencies": {},
  39. "description": "Use node's fs.realpath, but fall back to the JS implementation if the native one fails",
  40. "devDependencies": {},
  41. "files": [
  42. "old.js",
  43. "index.js"
  44. ],
  45. "homepage": "https://github.com/isaacs/fs.realpath#readme",
  46. "keywords": [
  47. "realpath",
  48. "fs",
  49. "polyfill"
  50. ],
  51. "license": "ISC",
  52. "main": "index.js",
  53. "name": "fs.realpath",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/isaacs/fs.realpath.git"
  57. },
  58. "scripts": {
  59. "test": "tap test/*.js --cov"
  60. },
  61. "version": "1.0.0"
  62. }