{ "name": "cli-ux", "description": "cli IO utilities", "version": "4.9.3", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/oclif/cli-ux/issues", "dependencies": { "@oclif/errors": "^1.2.2", "@oclif/linewrap": "^1.0.0", "@oclif/screen": "^1.0.3", "ansi-escapes": "^3.1.0", "ansi-styles": "^3.2.1", "cardinal": "^2.1.1", "chalk": "^2.4.1", "clean-stack": "^2.0.0", "extract-stack": "^1.0.0", "fs-extra": "^7.0.0", "hyperlinker": "^1.0.0", "indent-string": "^3.2.0", "is-wsl": "^1.1.0", "lodash": "^4.17.11", "password-prompt": "^1.0.7", "semver": "^5.6.0", "strip-ansi": "^5.0.0", "supports-color": "^5.5.0", "supports-hyperlinks": "^1.0.1", "treeify": "^1.1.0", "tslib": "^1.9.3" }, "devDependencies": { "@oclif/tslint": "^3.1.1", "@types/ansi-styles": "^3.2.1", "@types/chai": "^4.1.7", "@types/chai-as-promised": "^7.1.0", "@types/clean-stack": "^1.3.0", "@types/extract-stack": "^1.0.0", "@types/fs-extra": "^5.0.4", "@types/indent-string": "^3.0.0", "@types/lodash": "^4.14.117", "@types/mocha": "^5.2.5", "@types/node": "^10.12.1", "@types/semver": "^5.5.0", "@types/strip-ansi": "^3.0.0", "@types/supports-color": "^5.3.0", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "eslint": "^5.8.0", "eslint-config-oclif": "^3.1.0", "fancy-test": "^1.4.1", "mocha": "^5.2.0", "ts-node": "^7.0.1", "tslint": "^5.11.0", "typescript": "^3.1.4" }, "engines": { "node": ">=8.0.0" }, "files": [ "/lib" ], "homepage": "https://github.com/oclif/cli-ux", "keywords": [ "oclif" ], "license": "MIT", "main": "lib/index.js", "repository": "oclif/cli-ux", "scripts": { "build": "rm -rf lib && tsc", "lint": "tsc -p test --noEmit && tslint -p test -t stylish", "posttest": "yarn run lint", "prepublishOnly": "yarn run build", "test": "mocha --forbid-only \"test/**/*.test.ts\"" }, "types": "lib/index.d.ts" }