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

83 lines
1.8 KiB

{
"_args": [
[
"log-update@1.0.2",
"/Users/manthony/repos/docs.blockstack"
]
],
"_from": "log-update@1.0.2",
"_id": "log-update@1.0.2",
"_inBundle": false,
"_integrity": "sha1-GZKfZMQJPS0ucHWh2tivWcKWuNE=",
"_location": "/log-update",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "log-update@1.0.2",
"name": "log-update",
"escapedName": "log-update",
"rawSpec": "1.0.2",
"saveSpec": null,
"fetchSpec": "1.0.2"
},
"_requiredBy": [
"/listr",
"/listr-update-renderer"
],
"_resolved": "https://registry.npmjs.org/log-update/-/log-update-1.0.2.tgz",
"_spec": "1.0.2",
"_where": "/Users/manthony/repos/docs.blockstack",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/log-update/issues"
},
"dependencies": {
"ansi-escapes": "^1.0.0",
"cli-cursor": "^1.0.2"
},
"description": "Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=0.10.0"
},
"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 && ava"
},
"version": "1.0.2"
}