package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "homedir",
  6. "scope": null,
  7. "escapedName": "homedir",
  8. "name": "homedir",
  9. "rawSpec": "",
  10. "spec": "latest",
  11. "type": "tag"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app"
  14. ]
  15. ],
  16. "_from": "homedir@latest",
  17. "_id": "homedir@0.6.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/homedir",
  21. "_nodeVersion": "0.11.14",
  22. "_npmUser": {
  23. "name": "wilmoore",
  24. "email": "wil.moore@wilmoore.com"
  25. },
  26. "_npmVersion": "2.1.4",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "homedir",
  30. "scope": null,
  31. "escapedName": "homedir",
  32. "name": "homedir",
  33. "rawSpec": "",
  34. "spec": "latest",
  35. "type": "tag"
  36. },
  37. "_requiredBy": [
  38. "#USER",
  39. "/"
  40. ],
  41. "_resolved": "http://registry.npmjs.org/homedir/-/homedir-0.6.0.tgz",
  42. "_shasum": "2b21db66bf08a6db38249a3eff52d7d18706af1e",
  43. "_shrinkwrap": null,
  44. "_spec": "homedir",
  45. "_where": "/home/king/Desktop/FINAL/AhMyth/app",
  46. "author": {
  47. "name": "Wil Moore III",
  48. "email": "wil.moore@wilmoore.com",
  49. "url": "http://github.com/wilmoore"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/wilmoore/node-homedir/issues"
  53. },
  54. "dependencies": {},
  55. "description": "Platform agnostic user home directory path resolution for Node.js.",
  56. "devDependencies": {
  57. "tape": "*"
  58. },
  59. "directories": {},
  60. "dist": {
  61. "shasum": "2b21db66bf08a6db38249a3eff52d7d18706af1e",
  62. "tarball": "https://registry.npmjs.org/homedir/-/homedir-0.6.0.tgz"
  63. },
  64. "gitHead": "0cb25c4c1968972c4db9d34bebdf27adb3c0296f",
  65. "homepage": "https://github.com/wilmoore/node-homedir",
  66. "keywords": [
  67. "userhome",
  68. "user",
  69. "home",
  70. "homedir",
  71. "home_dir",
  72. "passwd(5)",
  73. "username",
  74. "userpath"
  75. ],
  76. "license": "MIT",
  77. "main": "index.js",
  78. "maintainers": [
  79. {
  80. "name": "wilmoore",
  81. "email": "wil.moore@wilmoore.com"
  82. }
  83. ],
  84. "name": "homedir",
  85. "optionalDependencies": {},
  86. "readme": "ERROR: No README data found!",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/wilmoore/node-homedir.git"
  90. },
  91. "scripts": {
  92. "test": "make test"
  93. },
  94. "version": "0.6.0"
  95. }