package.json 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. {
  2. "_args": [
  3. [
  4. "listr2@3.14.0",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "listr2@3.14.0",
  10. "_id": "listr2@3.14.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-TyWI8G99GX9GjE54cJ+RrNMcIFBfwMPxc3XTFiAYGN4s10hWROGtOg7+O6u6LE3mNkyld7RSLE6nrKBvTfcs3g==",
  13. "_location": "/listr2",
  14. "_phantomChildren": {
  15. "aggregate-error": "3.1.0"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "listr2@3.14.0",
  21. "name": "listr2",
  22. "escapedName": "listr2",
  23. "rawSpec": "3.14.0",
  24. "saveSpec": null,
  25. "fetchSpec": "3.14.0"
  26. },
  27. "_requiredBy": [
  28. "/lint-staged"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/listr2/download/listr2-3.14.0.tgz",
  31. "_spec": "3.14.0",
  32. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  33. "author": {
  34. "name": "Cenk Kilic",
  35. "email": "cenk@kilic.dev",
  36. "url": "https://srcs.kilic.dev"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/cenk1cenk2/listr2/issues"
  40. },
  41. "config": {
  42. "commitizen": {
  43. "path": "./node_modules/@cenk1cenk2/cz-cc"
  44. }
  45. },
  46. "dependencies": {
  47. "cli-truncate": "^2.1.0",
  48. "colorette": "^2.0.16",
  49. "log-update": "^4.0.0",
  50. "p-map": "^4.0.0",
  51. "rfdc": "^1.3.0",
  52. "rxjs": "^7.5.1",
  53. "through": "^2.3.8",
  54. "wrap-ansi": "^7.0.0"
  55. },
  56. "description": "Terminal task list reborn! Create beautiful CLI interfaces via easy and logical to implement task lists that feel alive and interactive.",
  57. "devDependencies": {
  58. "@cenk1cenk2/cz-cc": "^1.4.11",
  59. "@cenk1cenk2/eslint-config": "^1.0.9",
  60. "@types/clone": "^2.1.1",
  61. "@types/jest": "^27.4.0",
  62. "@types/node": "^17.0.7",
  63. "@types/rewire": "^2.5.28",
  64. "@types/through": "^0.0.30",
  65. "@types/wrap-ansi": "^3.0.0",
  66. "delay": "^5.0.0",
  67. "enquirer": "^2.3.6",
  68. "eslint": "^8.6.0",
  69. "jest": "^27.4.5",
  70. "jest-mock-process": "^1.4.1",
  71. "lint-staged": "^11.2.6",
  72. "prettier": "^2.5.1",
  73. "rewire": "^6.0.0",
  74. "rimraf": "^3.0.2",
  75. "simple-git-hooks": "^2.7.0",
  76. "ts-jest": "^27.1.2",
  77. "ts-node": "^10.4.0",
  78. "tsc-watch": "^4.6.0",
  79. "tsconfig-paths": "^3.12.0",
  80. "tsconfig-replace-paths": "^0.0.11",
  81. "tscpaths": "^0.0.9",
  82. "typedoc": "^0.22.10",
  83. "typedoc-plugin-markdown": "^3.11.8",
  84. "typescript": "^4.5.4"
  85. },
  86. "engines": {
  87. "node": ">=10.0.0"
  88. },
  89. "homepage": "https://github.com/cenk1cenk2/listr2#readme",
  90. "keywords": [
  91. "listr",
  92. "cli",
  93. "task",
  94. "list",
  95. "tasklist",
  96. "terminal",
  97. "term",
  98. "console",
  99. "ascii",
  100. "unicode",
  101. "loading",
  102. "indicator",
  103. "progress",
  104. "busy",
  105. "wait",
  106. "idle"
  107. ],
  108. "license": "MIT",
  109. "lint-staged": {
  110. "*.{ts,js,tsx,jsx,spec.ts}": [
  111. "prettier --loglevel warn --write",
  112. "eslint --fix"
  113. ],
  114. "*.{json,md}": [
  115. "prettier --loglevel warn --write"
  116. ]
  117. },
  118. "main": "./dist/index.js",
  119. "name": "listr2",
  120. "peerDependencies": {
  121. "enquirer": ">= 2.3.0 < 3"
  122. },
  123. "peerDependenciesMeta": {
  124. "enquirer": {
  125. "optional": true
  126. }
  127. },
  128. "repository": {
  129. "type": "git",
  130. "url": "git+https://github.com/cenk1cenk2/listr2.git"
  131. },
  132. "scripts": {
  133. "build": "tsc -P tsconfig.build.json",
  134. "clean": "rimraf node_modules yarn.lock",
  135. "dev:build": "yarn prebuild && tsc -p tsconfig.json && yarn postbuild",
  136. "dev:start": "yarn dev:build && tsc-watch --noClear --onSuccess \"yarn postbuild\"",
  137. "dev:test": "LISTR_DISABLE_COLOR=1 TS_NODE_PROJECT=tests/tsconfig.json node --inspect=0.0.0.0:${DEBUG_PORT:-9229} -r tsconfig-paths/register -r ts-node/register node_modules/jest/bin/jest.js --verbose --watchAll --config ./tests/jest.config.js",
  138. "docs": "typedoc --options .typedoc.json --hideInPageTOC --hideBreadcrumbs",
  139. "example": "ts-node -r tsconfig-paths/register",
  140. "lint": "prettier --loglevel warn --write src/ tests/ examples/ && eslint --ext .ts,.js,.tsx,.jsx --fix src/ tests/ examples/",
  141. "lint:check": "eslint --ext .ts,.js,.tsx,.jsx src/",
  142. "postbuild": "tsconfig-replace-paths --project tsconfig.build.json",
  143. "prebuild": "rimraf tsconfig*.tsbuildinfo && rimraf dist/",
  144. "read-snapshot": "./tests/read-terminal-snapshots.sh",
  145. "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",
  146. "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"
  147. },
  148. "simple-git-hooks": {
  149. "pre-commit": "yarn exec lint-staged",
  150. "prepare-commit-msg": "[ -t 1 ] && exec < /dev/tty && git cz --hook || true",
  151. "pre-push": "yarn test"
  152. },
  153. "types": "./dist/index.d.ts",
  154. "version": "3.14.0"
  155. }