package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "user-home@1.1.1",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "user-home@1.1.1",
  10. "_id": "user-home@1.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-K1viOjK2Onyd640PKNSFcko98ZA=",
  13. "_location": "/user-home",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "user-home@1.1.1",
  19. "name": "user-home",
  20. "escapedName": "user-home",
  21. "rawSpec": "1.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.1"
  24. },
  25. "_requiredBy": [
  26. "/v8flags"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz",
  29. "_spec": "1.1.1",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "http://sindresorhus.com"
  35. },
  36. "bin": {
  37. "user-home": "cli.js"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/sindresorhus/user-home/issues"
  41. },
  42. "description": "Get the path to the user home directory",
  43. "devDependencies": {
  44. "ava": "0.0.3"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js",
  51. "cli.js"
  52. ],
  53. "homepage": "https://github.com/sindresorhus/user-home#readme",
  54. "keywords": [
  55. "cli",
  56. "bin",
  57. "user",
  58. "home",
  59. "homedir",
  60. "dir",
  61. "directory",
  62. "folder",
  63. "path"
  64. ],
  65. "license": "MIT",
  66. "name": "user-home",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/sindresorhus/user-home.git"
  70. },
  71. "scripts": {
  72. "test": "node test.js"
  73. },
  74. "version": "1.1.1"
  75. }