package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. "log-update@^1.0.2",
  5. "/home/seleznev/project Angular/Quality system/node_modules/listr"
  6. ]
  7. ],
  8. "_from": "log-update@>=1.0.2 <2.0.0",
  9. "_id": "log-update@1.0.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/log-update",
  13. "_nodeVersion": "4.1.1",
  14. "_npmUser": {
  15. "email": "sindresorhus@gmail.com",
  16. "name": "sindresorhus"
  17. },
  18. "_npmVersion": "2.14.4",
  19. "_phantomChildren": {
  20. "exit-hook": "1.1.1"
  21. },
  22. "_requested": {
  23. "name": "log-update",
  24. "raw": "log-update@^1.0.2",
  25. "rawSpec": "^1.0.2",
  26. "scope": null,
  27. "spec": ">=1.0.2 <2.0.0",
  28. "type": "range"
  29. },
  30. "_requiredBy": [
  31. "/listr",
  32. "/listr-update-renderer"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/log-update/-/log-update-1.0.2.tgz",
  35. "_shasum": "19929f64c4093d2d2e7075a1dad8af59c296b8d1",
  36. "_shrinkwrap": null,
  37. "_spec": "log-update@^1.0.2",
  38. "_where": "/home/seleznev/project Angular/Quality system/node_modules/listr",
  39. "author": {
  40. "email": "sindresorhus@gmail.com",
  41. "name": "Sindre Sorhus",
  42. "url": "sindresorhus.com"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/sindresorhus/log-update/issues"
  46. },
  47. "dependencies": {
  48. "ansi-escapes": "^1.0.0",
  49. "cli-cursor": "^1.0.2"
  50. },
  51. "description": "Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.",
  52. "devDependencies": {
  53. "ava": "*",
  54. "xo": "*"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "shasum": "19929f64c4093d2d2e7075a1dad8af59c296b8d1",
  59. "tarball": "https://registry.npmjs.org/log-update/-/log-update-1.0.2.tgz"
  60. },
  61. "engines": {
  62. "node": ">=0.10.0"
  63. },
  64. "files": [
  65. "index.js"
  66. ],
  67. "gitHead": "678eddf319511f1bc61060fb40d37c0bc6c9efb3",
  68. "homepage": "https://github.com/sindresorhus/log-update",
  69. "keywords": [
  70. "animation",
  71. "bar",
  72. "cli",
  73. "console",
  74. "log",
  75. "logger",
  76. "logging",
  77. "output",
  78. "overwrite",
  79. "progress",
  80. "refresh",
  81. "shell",
  82. "stdout",
  83. "term",
  84. "terminal",
  85. "update"
  86. ],
  87. "license": "MIT",
  88. "maintainers": [
  89. {
  90. "name": "sindresorhus",
  91. "email": "sindresorhus@gmail.com"
  92. }
  93. ],
  94. "name": "log-update",
  95. "optionalDependencies": {},
  96. "readme": "ERROR: No README data found!",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/sindresorhus/log-update.git"
  100. },
  101. "scripts": {
  102. "test": "xo && ava"
  103. },
  104. "version": "1.0.2"
  105. }