UNPKG

2.34 kBJSONView Raw
1{
2 "name": "cli-ux",
3 "description": "cli IO utilities",
4 "version": "5.4.10",
5 "author": "Jeff Dickey @jdxcode",
6 "bugs": "https://github.com/oclif/cli-ux/issues",
7 "dependencies": {
8 "@oclif/command": "^1.6.0",
9 "@oclif/errors": "^1.2.1",
10 "@oclif/linewrap": "^1.0.0",
11 "@oclif/screen": "^1.0.3",
12 "ansi-escapes": "^4.3.0",
13 "ansi-styles": "^4.2.0",
14 "cardinal": "^2.1.1",
15 "chalk": "^4.1.0",
16 "clean-stack": "^3.0.0",
17 "cli-progress": "^3.4.0",
18 "extract-stack": "^2.0.0",
19 "fs-extra": "^9.0.1",
20 "hyperlinker": "^1.0.0",
21 "indent-string": "^4.0.0",
22 "is-wsl": "^2.2.0",
23 "js-yaml": "^3.13.1",
24 "lodash": "^4.17.11",
25 "natural-orderby": "^2.0.1",
26 "object-treeify": "^1.1.4",
27 "password-prompt": "^1.1.2",
28 "semver": "^7.3.2",
29 "string-width": "^4.2.0",
30 "strip-ansi": "^6.0.0",
31 "supports-color": "^7.1.0",
32 "supports-hyperlinks": "^2.1.0",
33 "tslib": "^2.0.0"
34 },
35 "devDependencies": {
36 "@oclif/config": "^1.12.9",
37 "@oclif/parser": "^3.7.0",
38 "@types/ansi-styles": "^3.2.1",
39 "@types/chai": "^4.1.7",
40 "@types/chai-as-promised": "^7.1.0",
41 "@types/clean-stack": "^2.1.1",
42 "@types/extract-stack": "^2.0.0",
43 "@types/fs-extra": "^5.0.4",
44 "@types/js-yaml": "^3.12.1",
45 "@types/lodash": "^4.14.117",
46 "@types/mocha": "^8.0.0",
47 "@types/node": "^11.11.2",
48 "@types/semver": "^7.3.1",
49 "@types/strip-ansi": "^5.2.1",
50 "@types/supports-color": "^5.3.0",
51 "axios": "^0.19.0",
52 "chai": "^4.2.0",
53 "chai-as-promised": "^7.1.1",
54 "eslint": "^7.5.0",
55 "eslint-config-oclif": "^3.1.0",
56 "eslint-config-oclif-typescript": "^0.2.0",
57 "fancy-test": "^1.4.1",
58 "mocha": "^5.2.0",
59 "ts-node": "^8.0.3",
60 "typescript": "3.8.3"
61 },
62 "engines": {
63 "node": ">=8.0.0"
64 },
65 "files": [
66 "/lib"
67 ],
68 "homepage": "https://github.com/oclif/cli-ux",
69 "keywords": [
70 "oclif"
71 ],
72 "license": "MIT",
73 "main": "lib/index.js",
74 "repository": "oclif/cli-ux",
75 "scripts": {
76 "build": "rm -rf lib && tsc",
77 "lint": "eslint . --ext .ts --config .eslintrc",
78 "pretest": "yarn build --noEmit && tsc -p test --noEmit",
79 "test": "mocha --forbid-only \"test/**/*.test.ts\"",
80 "posttest": "yarn lint",
81 "prepublishOnly": "yarn run build"
82 },
83 "types": "lib/index.d.ts"
84}