| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- {
- "_args": [
- [
- "log-update@1.0.2",
- "E:\\item\\newItem\\admin"
- ]
- ],
- "_development": true,
- "_from": "log-update@1.0.2",
- "_id": "log-update@1.0.2",
- "_inBundle": false,
- "_integrity": "sha1-GZKfZMQJPS0ucHWh2tivWcKWuNE=",
- "_location": "/log-update",
- "_phantomChildren": {
- "exit-hook": "1.1.1"
- },
- "_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": "E:\\item\\newItem\\admin",
- "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"
- }
|