package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "home-path@^1.0.1",
  3. "_id": "home-path@1.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha1-eIspgVsS1Tus9XVkhHbm+QQdEz8=",
  6. "_location": "/home-path",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "home-path@^1.0.1",
  12. "name": "home-path",
  13. "escapedName": "home-path",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/electron-download"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/home-path/-/home-path-1.0.5.tgz",
  22. "_shasum": "788b29815b12d53bacf575648476e6f9041d133f",
  23. "_spec": "home-path@^1.0.1",
  24. "_where": "E:\\vscode\\vscode-electron-debug\\electron-quick-start\\node_modules\\electron-download",
  25. "author": {
  26. "name": "Lloyd Brookes",
  27. "email": "75pound@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/75lb/home-path/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Cross-platform home directory retriever",
  35. "devDependencies": {
  36. "jsdoc-to-markdown": "^3.0.0",
  37. "tape": "^4.6"
  38. },
  39. "homepage": "https://github.com/75lb/home-path#readme",
  40. "keywords": [
  41. "home",
  42. "directory",
  43. "folder",
  44. "path"
  45. ],
  46. "license": "MIT",
  47. "main": "./lib/home-path.js",
  48. "name": "home-path",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/75lb/home-path.git"
  52. },
  53. "scripts": {
  54. "docs": "jsdoc2md --heading-depth 1 -t jsdoc2md/README.hbs lib/*.js > README.md; echo",
  55. "test": "tape test/*.js"
  56. },
  57. "version": "1.0.5"
  58. }