Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

package.json 2.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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. ],
  22. "_resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz",
  23. "_shasum": "743298cef4e5af3e194161fbadcc2151d3a058e8",
  24. "_spec": "homedir-polyfill@^1.0.1",
  25. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/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. "polyfill.js",
  49. "LICENSE"
  50. ],
  51. "homepage": "https://github.com/doowb/homedir-polyfill",
  52. "keywords": [
  53. "home",
  54. "homedir",
  55. "homedirectory",
  56. "os",
  57. "os-homedir",
  58. "polyfill",
  59. "userhome"
  60. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "homedir-polyfill",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/doowb/homedir-polyfill.git"
  67. },
  68. "scripts": {
  69. "test": "mocha"
  70. },
  71. "verb": {
  72. "toc": false,
  73. "layout": "default",
  74. "tasks": [
  75. "readme"
  76. ],
  77. "plugins": [
  78. "gulp-format-md"
  79. ],
  80. "lint": {
  81. "reflinks": true
  82. },
  83. "related": {
  84. "list": [
  85. "parse-passwd"
  86. ]
  87. },
  88. "reflinks": [
  89. "verb",
  90. "verb-generate-readme"
  91. ]
  92. },
  93. "version": "1.0.3"
  94. }