package.json 1.6 KB

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