{ "_from": "listr@^0.13.0", "_id": "listr@0.13.0", "_inBundle": false, "_integrity": "sha512-e7ylpHUq3t2ECJaOJ8myJu2O/U69rbwkRqoNY8I2jdtE8E/B+i2Oo2lt6p/Zwhy5QYU0nXHN8YCzlny389XHQA==", "_location": "/listr", "_phantomChildren": { "escape-string-regexp": "1.0.5", "exit-hook": "1.1.1", "has-ansi": "2.0.0", "object-assign": "4.1.1", "repeating": "2.0.1" }, "_requested": { "type": "range", "registry": true, "raw": "listr@^0.13.0", "name": "listr", "escapedName": "listr", "rawSpec": "^0.13.0", "saveSpec": null, "fetchSpec": "^0.13.0" }, "_requiredBy": [ "/lint-staged" ], "_resolved": "https://registry.npmmirror.com/listr/-/listr-0.13.0.tgz", "_shasum": "20bb0ba30bae660ee84cc0503df4be3d5623887d", "_spec": "listr@^0.13.0", "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\lint-staged", "author": { "name": "Sam Verschueren", "email": "sam.verschueren@gmail.com", "url": "github.com/SamVerschueren" }, "bugs": { "url": "https://github.com/SamVerschueren/listr/issues" }, "bundleDependencies": false, "dependencies": { "chalk": "^1.1.3", "cli-truncate": "^0.2.1", "figures": "^1.7.0", "indent-string": "^2.1.0", "is-observable": "^0.2.0", "is-promise": "^2.1.0", "is-stream": "^1.1.0", "listr-silent-renderer": "^1.1.1", "listr-update-renderer": "^0.4.0", "listr-verbose-renderer": "^0.4.0", "log-symbols": "^1.0.2", "log-update": "^1.0.2", "ora": "^0.2.3", "p-map": "^1.1.1", "rxjs": "^5.4.2", "stream-to-observable": "^0.2.0", "strip-ansi": "^3.0.1" }, "deprecated": false, "description": "Terminal task list", "devDependencies": { "ava": "*", "clinton": "*", "codecov": "^3.0.0", "delay": "^1.3.1", "hook-std": "^0.2.0", "lint-staged": "^3.3.1", "nyc": "^8.3.2", "pre-commit": "^1.2.2", "split": "^1.0.1", "xo": "*", "zen-observable": "^0.3.0" }, "engines": { "node": ">=4" }, "files": [ "index.js", "lib" ], "homepage": "https://github.com/SamVerschueren/listr#readme", "keywords": [ "cli", "task", "list", "tasklist", "terminal", "term", "console", "ascii", "unicode", "loading", "indicator", "progress", "busy", "wait", "idle" ], "license": "MIT", "lint-staged": { "*.js": "xo" }, "name": "listr", "pre-commit": "lint:staged", "repository": { "type": "git", "url": "git+https://github.com/SamVerschueren/listr.git" }, "scripts": { "lint:staged": "lint-staged", "test": "clinton && xo && nyc ava" }, "version": "0.13.0" }