53 lines
959 B
JSON
53 lines
959 B
JSON
{
|
|
"name": "log-update-async-hook",
|
|
"version": "2.0.7",
|
|
"description": "log-update fork that uses async-exit-hook internally",
|
|
"license": "MIT",
|
|
"repository": "AndreyBelym/log-update-async-hook",
|
|
"author": {
|
|
"name": "Andrey Belym",
|
|
"email": "belym.a.2105@gmail.com"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"main": "src/index.js",
|
|
"files": [
|
|
"src"
|
|
],
|
|
"keywords": [
|
|
"log",
|
|
"logger",
|
|
"logging",
|
|
"cli",
|
|
"terminal",
|
|
"term",
|
|
"console",
|
|
"shell",
|
|
"update",
|
|
"refresh",
|
|
"overwrite",
|
|
"output",
|
|
"stdout",
|
|
"progress",
|
|
"bar",
|
|
"animation"
|
|
],
|
|
"dependencies": {
|
|
"ansi-escapes": "^4.3.2",
|
|
"async-exit-hook": "^1.1.2",
|
|
"onetime": "^2.0.1",
|
|
"wrap-ansi": "^7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"xo": "*"
|
|
}
|
|
}
|