package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "os-homedir@1.0.2",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "os-homedir@1.0.2",
  10. "_id": "os-homedir@1.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ==",
  13. "_location": "/os-homedir",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "os-homedir@1.0.2",
  19. "name": "os-homedir",
  20. "escapedName": "os-homedir",
  21. "rawSpec": "1.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.2"
  24. },
  25. "_requiredBy": [
  26. "/home-or-tmp",
  27. "/osenv",
  28. "/postcss-load-options/cosmiconfig",
  29. "/postcss-load-plugins/cosmiconfig",
  30. "/vue-loader/cosmiconfig"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
  33. "_spec": "1.0.2",
  34. "_where": "E:\\2023\\5\\myjadmin",
  35. "author": {
  36. "name": "Sindre Sorhus",
  37. "email": "sindresorhus@gmail.com",
  38. "url": "sindresorhus.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/sindresorhus/os-homedir/issues"
  42. },
  43. "description": "Node.js 4 `os.homedir()` ponyfill",
  44. "devDependencies": {
  45. "ava": "*",
  46. "path-exists": "^2.0.0",
  47. "xo": "^0.16.0"
  48. },
  49. "engines": {
  50. "node": ">=0.10.0"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/sindresorhus/os-homedir#readme",
  56. "keywords": [
  57. "builtin",
  58. "core",
  59. "ponyfill",
  60. "polyfill",
  61. "shim",
  62. "os",
  63. "homedir",
  64. "home",
  65. "dir",
  66. "directory",
  67. "folder",
  68. "user",
  69. "path"
  70. ],
  71. "license": "MIT",
  72. "name": "os-homedir",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/sindresorhus/os-homedir.git"
  76. },
  77. "scripts": {
  78. "test": "xo && ava"
  79. },
  80. "version": "1.0.2"
  81. }