package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "os-homedir@1.0.2",
  5. "E:\\amr1.0\\AMR"
  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. "/postcss-load-options/cosmiconfig",
  28. "/postcss-load-plugins/cosmiconfig",
  29. "/vue-loader/cosmiconfig"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
  32. "_spec": "1.0.2",
  33. "_where": "E:\\amr1.0\\AMR",
  34. "author": {
  35. "name": "Sindre Sorhus",
  36. "email": "sindresorhus@gmail.com",
  37. "url": "sindresorhus.com"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/sindresorhus/os-homedir/issues"
  41. },
  42. "description": "Node.js 4 `os.homedir()` ponyfill",
  43. "devDependencies": {
  44. "ava": "*",
  45. "path-exists": "^2.0.0",
  46. "xo": "^0.16.0"
  47. },
  48. "engines": {
  49. "node": ">=0.10.0"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/sindresorhus/os-homedir#readme",
  55. "keywords": [
  56. "builtin",
  57. "core",
  58. "ponyfill",
  59. "polyfill",
  60. "shim",
  61. "os",
  62. "homedir",
  63. "home",
  64. "dir",
  65. "directory",
  66. "folder",
  67. "user",
  68. "path"
  69. ],
  70. "license": "MIT",
  71. "name": "os-homedir",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/sindresorhus/os-homedir.git"
  75. },
  76. "scripts": {
  77. "test": "xo && ava"
  78. },
  79. "version": "1.0.2"
  80. }