package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "homedir-polyfill@1.0.1",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "homedir-polyfill@1.0.1",
  10. "_id": "homedir-polyfill@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-TCu8inWJmP7r9e1oWA921GdotLw=",
  13. "_location": "/homedir-polyfill",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "homedir-polyfill@1.0.1",
  19. "name": "homedir-polyfill",
  20. "escapedName": "homedir-polyfill",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/global-prefix"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.1.tgz",
  29. "_spec": "1.0.1",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Brian Woodward",
  33. "url": "https://github.com/doowb"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/doowb/homedir-polyfill/issues"
  37. },
  38. "dependencies": {
  39. "parse-passwd": "^1.0.0"
  40. },
  41. "description": "Node.js os.homedir polyfill for older versions of node.js.",
  42. "devDependencies": {
  43. "gulp-format-md": "^0.1.11",
  44. "mocha": "^3.1.2"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js",
  51. "LICENSE"
  52. ],
  53. "homepage": "https://github.com/doowb/homedir-polyfill",
  54. "keywords": [
  55. "home",
  56. "homedir",
  57. "homedirectory",
  58. "os",
  59. "os-homedir",
  60. "polyfill",
  61. "userhome"
  62. ],
  63. "license": "MIT",
  64. "main": "index.js",
  65. "name": "homedir-polyfill",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/doowb/homedir-polyfill.git"
  69. },
  70. "scripts": {
  71. "test": "mocha"
  72. },
  73. "verb": {
  74. "toc": false,
  75. "layout": "default",
  76. "tasks": [
  77. "readme"
  78. ],
  79. "plugins": [
  80. "gulp-format-md"
  81. ],
  82. "lint": {
  83. "reflinks": true
  84. },
  85. "related": {
  86. "list": [
  87. "parse-passwd"
  88. ]
  89. },
  90. "reflinks": [
  91. "verb",
  92. "verb-generate-readme"
  93. ]
  94. },
  95. "version": "1.0.1"
  96. }