package.json 1.7 KB

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