package.json 1.7 KB

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