UNPKG

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