package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "gauge@~2.7.3",
  3. "_id": "gauge@2.7.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-14x4kjc6lkD3ltw589k0NrPD6cCNTD6CWoVUNpB85+DrtONoZn+Rug6xZU5RvSC4+TZPxA5AnBibQYAvZn41Hg==",
  6. "_location": "/gauge",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "gauge@~2.7.3",
  12. "name": "gauge",
  13. "escapedName": "gauge",
  14. "rawSpec": "~2.7.3",
  15. "saveSpec": null,
  16. "fetchSpec": "~2.7.3"
  17. },
  18. "_requiredBy": [
  19. "/npmlog"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz",
  22. "_shasum": "2c03405c7538c39d7eb37b317022e325fb018bf7",
  23. "_spec": "gauge@~2.7.3",
  24. "_where": "D:\\公司项目\\wms\\node_modules\\npmlog",
  25. "author": {
  26. "name": "Rebecca Turner",
  27. "email": "me@re-becca.org"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/iarna/gauge/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "aproba": "^1.0.3",
  35. "console-control-strings": "^1.0.0",
  36. "has-unicode": "^2.0.0",
  37. "object-assign": "^4.1.0",
  38. "signal-exit": "^3.0.0",
  39. "string-width": "^1.0.1",
  40. "strip-ansi": "^3.0.1",
  41. "wide-align": "^1.1.0"
  42. },
  43. "deprecated": false,
  44. "description": "A terminal based horizontal guage",
  45. "devDependencies": {
  46. "readable-stream": "^2.0.6",
  47. "require-inject": "^1.4.0",
  48. "standard": "^7.1.2",
  49. "tap": "^5.7.2",
  50. "through2": "^2.0.0"
  51. },
  52. "files": [
  53. "base-theme.js",
  54. "CHANGELOG.md",
  55. "error.js",
  56. "has-color.js",
  57. "index.js",
  58. "LICENSE",
  59. "package.json",
  60. "plumbing.js",
  61. "process.js",
  62. "progress-bar.js",
  63. "README.md",
  64. "render-template.js",
  65. "set-immediate.js",
  66. "set-interval.js",
  67. "spin.js",
  68. "template-item.js",
  69. "theme-set.js",
  70. "themes.js",
  71. "wide-truncate.js"
  72. ],
  73. "homepage": "https://github.com/iarna/gauge",
  74. "keywords": [
  75. "progressbar",
  76. "progress",
  77. "gauge"
  78. ],
  79. "license": "ISC",
  80. "main": "index.js",
  81. "name": "gauge",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/iarna/gauge.git"
  85. },
  86. "scripts": {
  87. "prepublish": "rm -f *~",
  88. "test": "standard && tap test/*.js --coverage"
  89. },
  90. "version": "2.7.4"
  91. }