mirror of https://github.com/lukechilds/docs.git
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.
119 lines
2.6 KiB
119 lines
2.6 KiB
{
|
|
"_args": [
|
|
[
|
|
"listr@0.12.0",
|
|
"/Users/manthony/repos/docs.blockstack"
|
|
]
|
|
],
|
|
"_from": "listr@0.12.0",
|
|
"_id": "listr@0.12.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-a84sD1YD+klYDqF81qAMwOX6RRo=",
|
|
"_location": "/listr",
|
|
"_optional": true,
|
|
"_phantomChildren": {
|
|
"ansi-styles": "2.2.1",
|
|
"escape-string-regexp": "1.0.5",
|
|
"has-ansi": "2.0.0",
|
|
"strip-ansi": "3.0.1"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "listr@0.12.0",
|
|
"name": "listr",
|
|
"escapedName": "listr",
|
|
"rawSpec": "0.12.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.12.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/cypress"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/listr/-/listr-0.12.0.tgz",
|
|
"_spec": "0.12.0",
|
|
"_where": "/Users/manthony/repos/docs.blockstack",
|
|
"author": {
|
|
"name": "Sam Verschueren",
|
|
"email": "sam.verschueren@gmail.com",
|
|
"url": "github.com/SamVerschueren"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/SamVerschueren/listr/issues"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^1.1.3",
|
|
"cli-truncate": "^0.2.1",
|
|
"figures": "^1.7.0",
|
|
"indent-string": "^2.1.0",
|
|
"is-promise": "^2.1.0",
|
|
"is-stream": "^1.1.0",
|
|
"listr-silent-renderer": "^1.1.1",
|
|
"listr-update-renderer": "^0.2.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.0.0-beta.11",
|
|
"stream-to-observable": "^0.1.0",
|
|
"strip-ansi": "^3.0.1"
|
|
},
|
|
"description": "Terminal task list",
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"clinton": "*",
|
|
"coveralls": "^2.11.14",
|
|
"delay": "^1.3.1",
|
|
"hook-std": "^0.2.0",
|
|
"lint-staged": "^3.3.1",
|
|
"nyc": "^8.3.2",
|
|
"pre-commit": "^1.2.2",
|
|
"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": {
|
|
"coveralls": "nyc report --reporter=text-lcov | coveralls",
|
|
"lint:staged": "lint-staged",
|
|
"test": "clinton && xo && nyc ava"
|
|
},
|
|
"version": "0.12.0",
|
|
"xo": {
|
|
"esnext": true
|
|
}
|
|
}
|
|
|