You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_from": "homedir-polyfill@^1.0.1",
  3. "_id": "homedir-polyfill@1.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==",
  6. "_location": "/homedir-polyfill",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "homedir-polyfill@^1.0.1",
  12. "name": "homedir-polyfill",
  13. "escapedName": "homedir-polyfill",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/expand-tilde",
  20. "/global-prefix",
  21. "/replace-homedir",
  22. "/v8flags"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz",
  25. "_shasum": "743298cef4e5af3e194161fbadcc2151d3a058e8",
  26. "_spec": "homedir-polyfill@^1.0.1",
  27. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\expand-tilde",
  28. "author": {
  29. "name": "Brian Woodward",
  30. "url": "https://github.com/doowb"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/doowb/homedir-polyfill/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "parse-passwd": "^1.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "Node.js os.homedir polyfill for older versions of node.js.",
  41. "devDependencies": {
  42. "gulp-format-md": "^0.1.11",
  43. "mocha": "^3.1.2"
  44. },
  45. "engines": {
  46. "node": ">=0.10.0"
  47. },
  48. "files": [
  49. "index.js",
  50. "polyfill.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.3"
  96. }