You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

82 lines
1.9 KiB
JSON

{
"_from": "log-update@^2.3.0",
"_id": "log-update@2.3.0",
"_inBundle": false,
"_integrity": "sha512-vlP11XfFGyeNQlmEn9tJ66rEW1coA/79m5z6BCkudjbAGE83uhAcGYrBFwfs3AdLiLzGRusRPAbSPK9xZteCmg==",
"_location": "/log-update",
"_phantomChildren": {
"signal-exit": "3.0.7"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "log-update@^2.3.0",
"name": "log-update",
"escapedName": "log-update",
"rawSpec": "^2.3.0",
"saveSpec": null,
"fetchSpec": "^2.3.0"
},
"_requiredBy": [
"/progress-webpack-plugin"
],
"_resolved": "https://registry.npmmirror.com/log-update/-/log-update-2.3.0.tgz",
"_shasum": "88328fd7d1ce7938b29283746f0b1bc126b24708",
"_spec": "log-update@^2.3.0",
"_where": "D:\\xyProject\\cacfrontend\\node_modules\\progress-webpack-plugin",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/log-update/issues"
},
"bundleDependencies": false,
"dependencies": {
"ansi-escapes": "^3.0.0",
"cli-cursor": "^2.0.0",
"wrap-ansi": "^3.0.1"
},
"deprecated": false,
"description": "Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.",
"devDependencies": {
"xo": "*"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/log-update#readme",
"keywords": [
"log",
"logger",
"logging",
"cli",
"terminal",
"term",
"console",
"shell",
"update",
"refresh",
"overwrite",
"output",
"stdout",
"progress",
"bar",
"animation"
],
"license": "MIT",
"name": "log-update",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/log-update.git"
},
"scripts": {
"test": "xo && node test.js"
},
"version": "2.3.0"
}