package.json 2.2 KB

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