package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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/conte/data/reveal.js/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. ],
  43. "_resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
  44. "_shasum": "ffbc4988336e0e833de0c168c7ef152121aa7fb3",
  45. "_shrinkwrap": null,
  46. "_spec": "os-homedir@^1.0.0",
  47. "_where": "/home/conte/data/reveal.js/node_modules/osenv",
  48. "author": {
  49. "name": "Sindre Sorhus",
  50. "email": "sindresorhus@gmail.com",
  51. "url": "sindresorhus.com"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/sindresorhus/os-homedir/issues"
  55. },
  56. "dependencies": {},
  57. "description": "Node.js 4 `os.homedir()` ponyfill",
  58. "devDependencies": {
  59. "ava": "*",
  60. "path-exists": "^2.0.0",
  61. "xo": "^0.16.0"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "ffbc4988336e0e833de0c168c7ef152121aa7fb3",
  66. "tarball": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz"
  67. },
  68. "engines": {
  69. "node": ">=0.10.0"
  70. },
  71. "files": [
  72. "index.js"
  73. ],
  74. "gitHead": "b1b0ae70a5965fef7005ff6509a5dd1a78c95e36",
  75. "homepage": "https://github.com/sindresorhus/os-homedir#readme",
  76. "keywords": [
  77. "builtin",
  78. "core",
  79. "ponyfill",
  80. "polyfill",
  81. "shim",
  82. "os",
  83. "homedir",
  84. "home",
  85. "dir",
  86. "directory",
  87. "folder",
  88. "user",
  89. "path"
  90. ],
  91. "license": "MIT",
  92. "maintainers": [
  93. {
  94. "name": "sindresorhus",
  95. "email": "sindresorhus@gmail.com"
  96. }
  97. ],
  98. "name": "os-homedir",
  99. "optionalDependencies": {},
  100. "readme": "ERROR: No README data found!",
  101. "repository": {
  102. "type": "git",
  103. "url": "git+https://github.com/sindresorhus/os-homedir.git"
  104. },
  105. "scripts": {
  106. "test": "xo && ava"
  107. },
  108. "version": "1.0.2"
  109. }