package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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.npmmirror.com/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz",
  25. "_shasum": "743298cef4e5af3e194161fbadcc2151d3a058e8",
  26. "_spec": "homedir-polyfill@^1.0.1",
  27. "_where": "/Users/chenpengming/代码/微纳园管理端/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. }