package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "log-update@4.0.0",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "log-update@4.0.0",
  10. "_id": "log-update@4.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-WJ7NNSRx8qHAxXAodUOmTf0g4KE=",
  13. "_location": "/log-update",
  14. "_phantomChildren": {
  15. "is-fullwidth-code-point": "3.0.0",
  16. "signal-exit": "3.0.6",
  17. "string-width": "4.2.3",
  18. "strip-ansi": "6.0.1"
  19. },
  20. "_requested": {
  21. "type": "version",
  22. "registry": true,
  23. "raw": "log-update@4.0.0",
  24. "name": "log-update",
  25. "escapedName": "log-update",
  26. "rawSpec": "4.0.0",
  27. "saveSpec": null,
  28. "fetchSpec": "4.0.0"
  29. },
  30. "_requiredBy": [
  31. "/listr2"
  32. ],
  33. "_resolved": "https://registry.npmmirror.com/log-update/download/log-update-4.0.0.tgz",
  34. "_spec": "4.0.0",
  35. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  36. "author": {
  37. "name": "Sindre Sorhus",
  38. "email": "sindresorhus@gmail.com",
  39. "url": "sindresorhus.com"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/sindresorhus/log-update/issues"
  43. },
  44. "dependencies": {
  45. "ansi-escapes": "^4.3.0",
  46. "cli-cursor": "^3.1.0",
  47. "slice-ansi": "^4.0.0",
  48. "wrap-ansi": "^6.2.0"
  49. },
  50. "description": "Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.",
  51. "devDependencies": {
  52. "@types/node": "^13.7.4",
  53. "ava": "^3.3.0",
  54. "terminal.js": "^1.0.10",
  55. "tsd": "^0.11.0",
  56. "xo": "^0.26.1"
  57. },
  58. "engines": {
  59. "node": ">=10"
  60. },
  61. "files": [
  62. "index.js",
  63. "index.d.ts"
  64. ],
  65. "funding": "https://github.com/sponsors/sindresorhus",
  66. "homepage": "https://github.com/sindresorhus/log-update#readme",
  67. "keywords": [
  68. "log",
  69. "logger",
  70. "logging",
  71. "cli",
  72. "terminal",
  73. "term",
  74. "console",
  75. "shell",
  76. "update",
  77. "refresh",
  78. "overwrite",
  79. "output",
  80. "stdout",
  81. "progress",
  82. "bar",
  83. "animation"
  84. ],
  85. "license": "MIT",
  86. "name": "log-update",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/sindresorhus/log-update.git"
  90. },
  91. "scripts": {
  92. "test": "xo && ava && tsd"
  93. },
  94. "version": "4.0.0"
  95. }