UNPKG

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