package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "gauge@^4.0.3",
  3. "_id": "gauge@4.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==",
  6. "_location": "/gauge",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "gauge@^4.0.3",
  12. "name": "gauge",
  13. "escapedName": "gauge",
  14. "rawSpec": "^4.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.3"
  17. },
  18. "_requiredBy": [
  19. "/node-gyp/npmlog"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz",
  22. "_shasum": "52ff0652f2bbf607a989793d53b751bef2328dce",
  23. "_spec": "gauge@^4.0.3",
  24. "_where": "G:\\项目\\mobile\\node_modules\\node-gyp\\node_modules\\npmlog",
  25. "author": {
  26. "name": "GitHub Inc."
  27. },
  28. "bugs": {
  29. "url": "https://github.com/npm/gauge/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "aproba": "^1.0.3 || ^2.0.0",
  34. "color-support": "^1.1.3",
  35. "console-control-strings": "^1.1.0",
  36. "has-unicode": "^2.0.1",
  37. "signal-exit": "^3.0.7",
  38. "string-width": "^4.2.3",
  39. "strip-ansi": "^6.0.1",
  40. "wide-align": "^1.1.5"
  41. },
  42. "deprecated": false,
  43. "description": "A terminal based horizontal gauge",
  44. "devDependencies": {
  45. "@npmcli/eslint-config": "^3.0.1",
  46. "@npmcli/template-oss": "3.2.0",
  47. "readable-stream": "^3.6.0",
  48. "tap": "^16.0.1"
  49. },
  50. "engines": {
  51. "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
  52. },
  53. "files": [
  54. "bin/",
  55. "lib/"
  56. ],
  57. "homepage": "https://github.com/npm/gauge",
  58. "keywords": [
  59. "progressbar",
  60. "progress",
  61. "gauge"
  62. ],
  63. "license": "ISC",
  64. "main": "lib",
  65. "name": "gauge",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/npm/gauge.git"
  69. },
  70. "scripts": {
  71. "lint": "eslint \"**/*.js\"",
  72. "lintfix": "npm run lint -- --fix",
  73. "postlint": "template-oss-check",
  74. "posttest": "npm run lint",
  75. "postversion": "npm publish",
  76. "prepublishOnly": "git push origin --follow-tags",
  77. "preversion": "npm test",
  78. "snap": "tap",
  79. "template-oss-apply": "template-oss-apply --force",
  80. "test": "tap"
  81. },
  82. "tap": {
  83. "branches": 79,
  84. "statements": 89,
  85. "functions": 92,
  86. "lines": 90
  87. },
  88. "templateOSS": {
  89. "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
  90. "version": "3.2.0"
  91. },
  92. "version": "4.0.4"
  93. }