package.json 2.2 KB

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