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.
110 lines
2.3 KiB
110 lines
2.3 KiB
{
|
|
"_args": [
|
|
[
|
|
"listr@0.14.3",
|
|
"D:\\project\\cashier"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "listr@0.14.3",
|
|
"_id": "listr@0.14.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-RmAl7su35BFd/xoMamRjpIE4j3v+L28o8CT5YhAXQJm1fD+1l9ngXY8JAQRJ+tFK2i5njvi0iRUKV09vPwA0iA==",
|
|
"_location": "/listr",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "listr@0.14.3",
|
|
"name": "listr",
|
|
"escapedName": "listr",
|
|
"rawSpec": "0.14.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.14.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/lint-staged"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/listr/-/listr-0.14.3.tgz",
|
|
"_spec": "0.14.3",
|
|
"_where": "D:\\project\\cashier",
|
|
"author": {
|
|
"name": "Sam Verschueren",
|
|
"email": "sam.verschueren@gmail.com",
|
|
"url": "github.com/SamVerschueren"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/SamVerschueren/listr/issues"
|
|
},
|
|
"dependencies": {
|
|
"@samverschueren/stream-to-observable": "^0.3.0",
|
|
"is-observable": "^1.1.0",
|
|
"is-promise": "^2.1.0",
|
|
"is-stream": "^1.1.0",
|
|
"listr-silent-renderer": "^1.1.1",
|
|
"listr-update-renderer": "^0.5.0",
|
|
"listr-verbose-renderer": "^0.5.0",
|
|
"p-map": "^2.0.0",
|
|
"rxjs": "^6.3.3"
|
|
},
|
|
"description": "Terminal task list",
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"clinton": "*",
|
|
"codecov": "^3.1.0",
|
|
"delay": "^4.1.0",
|
|
"hook-std": "^1.1.0",
|
|
"lint-staged": "^8.0.5",
|
|
"log-symbols": "^2.2.0",
|
|
"nyc": "^13.1.0",
|
|
"pre-commit": "^1.2.2",
|
|
"split": "^1.0.1",
|
|
"xo": "*",
|
|
"zen-observable": "^0.8.11"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"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.14.3",
|
|
"xo": {
|
|
"rules": {
|
|
"prefer-destructuring": "off"
|
|
}
|
|
}
|
|
}
|
|
|