package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_from": "gauge@^3.0.0",
  3. "_id": "gauge@3.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==",
  6. "_location": "/gauge",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "gauge@^3.0.0",
  12. "name": "gauge",
  13. "escapedName": "gauge",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/npmlog"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz",
  22. "_shasum": "03bf4441c044383908bcfa0656ad91803259b395",
  23. "_spec": "gauge@^3.0.0",
  24. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\npmlog",
  25. "author": {
  26. "name": "Rebecca Turner",
  27. "email": "me@re-becca.org"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/npm/gauge/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "aproba": "^1.0.3 || ^2.0.0",
  35. "color-support": "^1.1.2",
  36. "console-control-strings": "^1.0.0",
  37. "has-unicode": "^2.0.1",
  38. "object-assign": "^4.1.1",
  39. "signal-exit": "^3.0.0",
  40. "string-width": "^4.2.3",
  41. "strip-ansi": "^6.0.1",
  42. "wide-align": "^1.1.2"
  43. },
  44. "deprecated": false,
  45. "description": "A terminal based horizontal guage",
  46. "devDependencies": {
  47. "readable-stream": "^2.0.6",
  48. "require-inject": "^1.4.0",
  49. "standard": "^11.0.1",
  50. "tap": "^12.0.1",
  51. "through2": "^2.0.0"
  52. },
  53. "engines": {
  54. "node": ">=10"
  55. },
  56. "files": [
  57. "base-theme.js",
  58. "CHANGELOG.md",
  59. "error.js",
  60. "has-color.js",
  61. "index.js",
  62. "LICENSE",
  63. "package.json",
  64. "plumbing.js",
  65. "process.js",
  66. "progress-bar.js",
  67. "README.md",
  68. "render-template.js",
  69. "set-immediate.js",
  70. "set-interval.js",
  71. "spin.js",
  72. "template-item.js",
  73. "theme-set.js",
  74. "themes.js",
  75. "wide-truncate.js"
  76. ],
  77. "homepage": "https://github.com/npm/gauge",
  78. "keywords": [
  79. "progressbar",
  80. "progress",
  81. "gauge"
  82. ],
  83. "license": "ISC",
  84. "main": "index.js",
  85. "name": "gauge",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/iarna/gauge.git"
  89. },
  90. "scripts": {
  91. "test": "standard && tap test/*.js --coverage"
  92. },
  93. "version": "3.0.2"
  94. }