package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "os-homedir@^1.0.0",
  6. "scope": null,
  7. "escapedName": "os-homedir",
  8. "name": "os-homedir",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/osenv"
  14. ]
  15. ],
  16. "_from": "os-homedir@>=1.0.0 <2.0.0",
  17. "_id": "os-homedir@1.0.2",
  18. "_inCache": true,
  19. "_location": "/os-homedir",
  20. "_nodeVersion": "6.6.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-16-east.internal.npmjs.com",
  23. "tmp": "tmp/os-homedir-1.0.2.tgz_1475211519628_0.7873868853785098"
  24. },
  25. "_npmUser": {
  26. "name": "sindresorhus",
  27. "email": "sindresorhus@gmail.com"
  28. },
  29. "_npmVersion": "3.10.3",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "os-homedir@^1.0.0",
  33. "scope": null,
  34. "escapedName": "os-homedir",
  35. "name": "os-homedir",
  36. "rawSpec": "^1.0.0",
  37. "spec": ">=1.0.0 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/osenv",
  42. "/xdg-basedir"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
  45. "_shasum": "ffbc4988336e0e833de0c168c7ef152121aa7fb3",
  46. "_shrinkwrap": null,
  47. "_spec": "os-homedir@^1.0.0",
  48. "_where": "/home/robert/workspace/xmlrpc/node_modules/osenv",
  49. "author": {
  50. "name": "Sindre Sorhus",
  51. "email": "sindresorhus@gmail.com",
  52. "url": "sindresorhus.com"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/sindresorhus/os-homedir/issues"
  56. },
  57. "dependencies": {},
  58. "description": "Node.js 4 `os.homedir()` ponyfill",
  59. "devDependencies": {
  60. "ava": "*",
  61. "path-exists": "^2.0.0",
  62. "xo": "^0.16.0"
  63. },
  64. "directories": {},
  65. "dist": {
  66. "shasum": "ffbc4988336e0e833de0c168c7ef152121aa7fb3",
  67. "tarball": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz"
  68. },
  69. "engines": {
  70. "node": ">=0.10.0"
  71. },
  72. "files": [
  73. "index.js"
  74. ],
  75. "gitHead": "b1b0ae70a5965fef7005ff6509a5dd1a78c95e36",
  76. "homepage": "https://github.com/sindresorhus/os-homedir#readme",
  77. "keywords": [
  78. "builtin",
  79. "core",
  80. "ponyfill",
  81. "polyfill",
  82. "shim",
  83. "os",
  84. "homedir",
  85. "home",
  86. "dir",
  87. "directory",
  88. "folder",
  89. "user",
  90. "path"
  91. ],
  92. "license": "MIT",
  93. "maintainers": [
  94. {
  95. "name": "sindresorhus",
  96. "email": "sindresorhus@gmail.com"
  97. }
  98. ],
  99. "name": "os-homedir",
  100. "optionalDependencies": {},
  101. "readme": "ERROR: No README data found!",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/sindresorhus/os-homedir.git"
  105. },
  106. "scripts": {
  107. "test": "xo && ava"
  108. },
  109. "version": "1.0.2"
  110. }