{ "_args": [ [ "log-update@2.3.0", "/Users/mac/projects/mime/mine" ] ], "_development": true, "_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": "version", "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", "_spec": "2.3.0", "_where": "/Users/mac/projects/mime/mine", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/log-update/issues" }, "dependencies": { "ansi-escapes": "^3.0.0", "cli-cursor": "^2.0.0", "wrap-ansi": "^3.0.1" }, "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" }