Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

package.json 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "name": "gauge",
  3. "version": "4.0.4",
  4. "description": "A terminal based horizontal gauge",
  5. "main": "lib",
  6. "scripts": {
  7. "test": "tap",
  8. "lint": "eslint \"**/*.js\"",
  9. "postlint": "template-oss-check",
  10. "lintfix": "npm run lint -- --fix",
  11. "preversion": "npm test",
  12. "postversion": "npm publish",
  13. "prepublishOnly": "git push origin --follow-tags",
  14. "snap": "tap",
  15. "posttest": "npm run lint",
  16. "template-oss-apply": "template-oss-apply --force"
  17. },
  18. "repository": {
  19. "type": "git",
  20. "url": "https://github.com/npm/gauge.git"
  21. },
  22. "keywords": [
  23. "progressbar",
  24. "progress",
  25. "gauge"
  26. ],
  27. "author": "GitHub Inc.",
  28. "license": "ISC",
  29. "bugs": {
  30. "url": "https://github.com/npm/gauge/issues"
  31. },
  32. "homepage": "https://github.com/npm/gauge",
  33. "dependencies": {
  34. "aproba": "^1.0.3 || ^2.0.0",
  35. "color-support": "^1.1.3",
  36. "console-control-strings": "^1.1.0",
  37. "has-unicode": "^2.0.1",
  38. "signal-exit": "^3.0.7",
  39. "string-width": "^4.2.3",
  40. "strip-ansi": "^6.0.1",
  41. "wide-align": "^1.1.5"
  42. },
  43. "devDependencies": {
  44. "@npmcli/eslint-config": "^3.0.1",
  45. "@npmcli/template-oss": "3.2.0",
  46. "readable-stream": "^3.6.0",
  47. "tap": "^16.0.1"
  48. },
  49. "files": [
  50. "bin/",
  51. "lib/"
  52. ],
  53. "engines": {
  54. "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
  55. },
  56. "tap": {
  57. "branches": 79,
  58. "statements": 89,
  59. "functions": 92,
  60. "lines": 90
  61. },
  62. "templateOSS": {
  63. "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
  64. "version": "3.2.0"
  65. }
  66. }