package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "os-homedir@1.0.2",
  5. "C:\\code\\FED\\fortnite\\web\\1807-工具页面"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "os-homedir@1.0.2",
  10. "_id": "os-homedir@1.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=",
  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. ],
  28. "_resolved": "http://registry.npm.taobao.org/os-homedir/download/os-homedir-1.0.2.tgz",
  29. "_spec": "1.0.2",
  30. "_where": "C:\\code\\FED\\fortnite\\web\\1807-工具页面",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/os-homedir/issues"
  38. },
  39. "description": "Node.js 4 `os.homedir()` ponyfill",
  40. "devDependencies": {
  41. "ava": "*",
  42. "path-exists": "^2.0.0",
  43. "xo": "^0.16.0"
  44. },
  45. "engines": {
  46. "node": ">=0.10.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/os-homedir#readme",
  52. "keywords": [
  53. "builtin",
  54. "core",
  55. "ponyfill",
  56. "polyfill",
  57. "shim",
  58. "os",
  59. "homedir",
  60. "home",
  61. "dir",
  62. "directory",
  63. "folder",
  64. "user",
  65. "path"
  66. ],
  67. "license": "MIT",
  68. "name": "os-homedir",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/os-homedir.git"
  72. },
  73. "scripts": {
  74. "test": "xo && ava"
  75. },
  76. "version": "1.0.2"
  77. }