package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "log-update@1.0.2",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "log-update@1.0.2",
  10. "_id": "log-update@1.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-GZKfZMQJPS0ucHWh2tivWcKWuNE=",
  13. "_location": "/log-update",
  14. "_phantomChildren": {
  15. "exit-hook": "1.1.1"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "log-update@1.0.2",
  21. "name": "log-update",
  22. "escapedName": "log-update",
  23. "rawSpec": "1.0.2",
  24. "saveSpec": null,
  25. "fetchSpec": "1.0.2"
  26. },
  27. "_requiredBy": [
  28. "/listr",
  29. "/listr-update-renderer"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/log-update/-/log-update-1.0.2.tgz",
  32. "_spec": "1.0.2",
  33. "_where": "E:\\item\\newItem\\admin",
  34. "author": {
  35. "name": "Sindre Sorhus",
  36. "email": "sindresorhus@gmail.com",
  37. "url": "sindresorhus.com"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/sindresorhus/log-update/issues"
  41. },
  42. "dependencies": {
  43. "ansi-escapes": "^1.0.0",
  44. "cli-cursor": "^1.0.2"
  45. },
  46. "description": "Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.",
  47. "devDependencies": {
  48. "ava": "*",
  49. "xo": "*"
  50. },
  51. "engines": {
  52. "node": ">=0.10.0"
  53. },
  54. "files": [
  55. "index.js"
  56. ],
  57. "homepage": "https://github.com/sindresorhus/log-update#readme",
  58. "keywords": [
  59. "log",
  60. "logger",
  61. "logging",
  62. "cli",
  63. "terminal",
  64. "term",
  65. "console",
  66. "shell",
  67. "update",
  68. "refresh",
  69. "overwrite",
  70. "output",
  71. "stdout",
  72. "progress",
  73. "bar",
  74. "animation"
  75. ],
  76. "license": "MIT",
  77. "name": "log-update",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/sindresorhus/log-update.git"
  81. },
  82. "scripts": {
  83. "test": "xo && ava"
  84. },
  85. "version": "1.0.2"
  86. }