package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "home-path@^1.0.1",
  6. "scope": null,
  7. "escapedName": "home-path",
  8. "name": "home-path",
  9. "rawSpec": "^1.0.1",
  10. "spec": ">=1.0.1 <2.0.0",
  11. "type": "range"
  12. },
  13. "/Users/gaudenz/git/drawio/etc/electron/node_modules/electron-download"
  14. ]
  15. ],
  16. "_from": "home-path@>=1.0.1 <2.0.0",
  17. "_id": "home-path@1.0.5",
  18. "_inCache": true,
  19. "_location": "/home-path",
  20. "_nodeVersion": "7.7.4",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/home-path-1.0.5.tgz_1490908358870_0.21536603174172342"
  24. },
  25. "_npmUser": {
  26. "name": "75lb",
  27. "email": "75pound@gmail.com"
  28. },
  29. "_npmVersion": "4.1.2",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "home-path@^1.0.1",
  33. "scope": null,
  34. "escapedName": "home-path",
  35. "name": "home-path",
  36. "rawSpec": "^1.0.1",
  37. "spec": ">=1.0.1 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/electron-download"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/home-path/-/home-path-1.0.5.tgz",
  44. "_shasum": "788b29815b12d53bacf575648476e6f9041d133f",
  45. "_shrinkwrap": null,
  46. "_spec": "home-path@^1.0.1",
  47. "_where": "/Users/gaudenz/git/drawio/etc/electron/node_modules/electron-download",
  48. "author": {
  49. "name": "Lloyd Brookes",
  50. "email": "75pound@gmail.com"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/75lb/home-path/issues"
  54. },
  55. "dependencies": {},
  56. "description": "Cross-platform home directory retriever",
  57. "devDependencies": {
  58. "jsdoc-to-markdown": "^3.0.0",
  59. "tape": "^4.6"
  60. },
  61. "directories": {},
  62. "dist": {
  63. "shasum": "788b29815b12d53bacf575648476e6f9041d133f",
  64. "tarball": "https://registry.npmjs.org/home-path/-/home-path-1.0.5.tgz"
  65. },
  66. "gitHead": "34e04fdfd6bc8191ab1a8aac719f9705c89cc2c1",
  67. "homepage": "https://github.com/75lb/home-path#readme",
  68. "keywords": [
  69. "home",
  70. "directory",
  71. "folder",
  72. "path"
  73. ],
  74. "license": "MIT",
  75. "main": "./lib/home-path.js",
  76. "maintainers": [
  77. {
  78. "name": "75lb",
  79. "email": "75pound@gmail.com"
  80. }
  81. ],
  82. "name": "home-path",
  83. "optionalDependencies": {},
  84. "readme": "ERROR: No README data found!",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/75lb/home-path.git"
  88. },
  89. "scripts": {
  90. "docs": "jsdoc2md --heading-depth 1 -t jsdoc2md/README.hbs lib/*.js > README.md; echo",
  91. "test": "tape test/*.js"
  92. },
  93. "version": "1.0.5"
  94. }