123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- {
- "_from": "listr2@^2.6.0",
- "_id": "listr2@2.6.2",
- "_inBundle": false,
- "_integrity": "sha512-6x6pKEMs8DSIpA/tixiYY2m/GcbgMplMVmhQAaLFxEtNSKLeWTGjtmU57xvv6QCm2XcqzyNXL/cTSVf4IChCRA==",
- "_location": "/listr2",
- "_phantomChildren": {
- "aggregate-error": "3.1.0"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "listr2@^2.6.0",
- "name": "listr2",
- "escapedName": "listr2",
- "rawSpec": "^2.6.0",
- "saveSpec": null,
- "fetchSpec": "^2.6.0"
- },
- "_requiredBy": [
- "/lint-staged"
- ],
- "_resolved": "https://registry.npmjs.org/listr2/-/listr2-2.6.2.tgz",
- "_shasum": "4912eb01e1e2dd72ec37f3895a56bf2622d6f36a",
- "_spec": "listr2@^2.6.0",
- "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\lint-staged",
- "author": {
- "name": "Cenk Kilic",
- "email": "cenk@kilic.dev",
- "url": "https://srcs.kilic.dev"
- },
- "bugs": {
- "url": "https://github.com/cenk1cenk2/listr2/issues"
- },
- "bundleDependencies": false,
- "config": {
- "commitizen": {
- "path": "./node_modules/@cenk1cenk2/cz-cc"
- }
- },
- "dependencies": {
- "chalk": "^4.1.0",
- "cli-truncate": "^2.1.0",
- "figures": "^3.2.0",
- "indent-string": "^4.0.0",
- "log-update": "^4.0.0",
- "p-map": "^4.0.0",
- "rxjs": "^6.6.2",
- "through": "^2.3.8"
- },
- "deprecated": false,
- "description": "Terminal task list reborn! Create beautiful CLI interfaces via easy and logical to implement task lists that feel alive and interactive.",
- "devDependencies": {
- "@cenk1cenk2/cz-cc": "^1.1.3",
- "@cenk1cenk2/eslint-config": "^0.4.9",
- "@types/jest": "^26.0.10",
- "@types/node": "^14.6.1",
- "@types/rewire": "^2.5.28",
- "delay": "^4.4.0",
- "enquirer": "^2.3.6",
- "eslint": "^7.7.0",
- "husky": "^4.2.5",
- "jest": "^26.4.2",
- "jest-mock-process": "^1.4.0",
- "lint-staged": "^10.2.13",
- "prettier": "^2.1.1",
- "rewire": "^5.0.0",
- "rimraf": "^3.0.2",
- "ts-jest": "^26.3.0",
- "ts-loader": "^8.0.3",
- "ts-node": "^9.0.0",
- "tsc-watch": "^4.2.9",
- "tsconfig-paths": "^3.9.0",
- "tscpaths": "^0.0.9",
- "typescript": "^4.0.2"
- },
- "engines": {
- "node": ">=10.0.0"
- },
- "homepage": "https://github.com/cenk1cenk2/listr2#readme",
- "husky": {
- "hooks": {
- "pre-commit": "lint-staged",
- "prepare-commit-msg": "exec < /dev/tty && git cz --hook || true",
- "pre-push": "yarn test"
- }
- },
- "keywords": [
- "listr",
- "cli",
- "task",
- "list",
- "tasklist",
- "terminal",
- "term",
- "console",
- "ascii",
- "unicode",
- "loading",
- "indicator",
- "progress",
- "busy",
- "wait",
- "idle"
- ],
- "license": "MIT",
- "lint-staged": {
- "./*.{ts,js,tsx,jsx}": [
- "prettier --write",
- "eslint --fix"
- ],
- "./*.{json,md}": [
- "prettier --write"
- ]
- },
- "main": "./dist/index.js",
- "name": "listr2",
- "peerDependencies": {
- "enquirer": ">= 2.3.0 < 3"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/cenk1cenk2/listr2.git"
- },
- "scripts": {
- "build": "tsc -P tsconfig.build.json",
- "clean": "rimraf node_modules yarn.lock",
- "dev:build": "yarn prebuild && tsc -p tsconfig.json && yarn postbuild",
- "dev:start": "yarn dev:build && TS_NODE_PROJECT='tsconfig.paths.json' tsc-watch --noClear --onSuccess \"yarn postbuild\"",
- "dev:test": "LISTR_DISABLE_COLOR=1 ts-node -P tests/tsconfig.json -r tsconfig-paths/register node_modules/jest/bin/jest.js --verbose --watchAll --config ./tests/jest.config.js",
- "example": "ts-node -r tsconfig-paths/register",
- "lint": "prettier --write src/ && eslint --ext .ts,.js,.tsx,.jsx --fix src/",
- "lint:check": "eslint --ext .ts,.js,.tsx,.jsx src/",
- "postbuild": "tscpaths -p tsconfig.paths.json -s ./dist -o ./dist",
- "prebuild": "rimraf tsconfig*.tsbuildinfo && rimraf dist/",
- "test": "LISTR_DISABLE_COLOR=1 ts-node -P tests/tsconfig.json -r tsconfig-paths/register node_modules/jest/bin/jest.js --config ./tests/jest.config.js",
- "test:cov": "LISTR_DISABLE_COLOR=1 ts-node -P tests/tsconfig.json -r tsconfig-paths/register node_modules/jest/bin/jest.js --coverage --config ./tests/jest.config.js"
- },
- "types": "./dist/index.d.ts",
- "version": "2.6.2"
- }
|