package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "homedir-polyfill@^1.0.1",
  3. "_id": "homedir-polyfill@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-TCu8inWJmP7r9e1oWA921GdotLw=",
  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. ],
  22. "_resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.1.tgz",
  23. "_shasum": "4c2bbc8a758998feebf5ed68580f76d46768b4bc",
  24. "_spec": "homedir-polyfill@^1.0.1",
  25. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah/node_modules/expand-tilde",
  26. "author": {
  27. "name": "Brian Woodward",
  28. "url": "https://github.com/doowb"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/doowb/homedir-polyfill/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "parse-passwd": "^1.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Node.js os.homedir polyfill for older versions of node.js.",
  39. "devDependencies": {
  40. "gulp-format-md": "^0.1.11",
  41. "mocha": "^3.1.2"
  42. },
  43. "engines": {
  44. "node": ">=0.10.0"
  45. },
  46. "files": [
  47. "index.js",
  48. "LICENSE"
  49. ],
  50. "homepage": "https://github.com/doowb/homedir-polyfill",
  51. "keywords": [
  52. "home",
  53. "homedir",
  54. "homedirectory",
  55. "os",
  56. "os-homedir",
  57. "polyfill",
  58. "userhome"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "homedir-polyfill",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/doowb/homedir-polyfill.git"
  66. },
  67. "scripts": {
  68. "test": "mocha"
  69. },
  70. "verb": {
  71. "toc": false,
  72. "layout": "default",
  73. "tasks": [
  74. "readme"
  75. ],
  76. "plugins": [
  77. "gulp-format-md"
  78. ],
  79. "lint": {
  80. "reflinks": true
  81. },
  82. "related": {
  83. "list": [
  84. "parse-passwd"
  85. ]
  86. },
  87. "reflinks": [
  88. "verb",
  89. "verb-generate-readme"
  90. ]
  91. },
  92. "version": "1.0.1"
  93. }