UNPKG

heroku-cli-util

Version:
67 lines (66 loc) 1.46 kB
{ "name": "heroku-cli-util", "description": "Set of helpful CLI utilities", "version": "8.0.12", "author": "Jeff Dickey (@dickeyxxx)", "bugs": { "url": "https://github.com/heroku/heroku-cli-util/issues" }, "dependencies": { "@heroku-cli/color": "^1.1.3", "ansi-escapes": "^3.1.0", "ansi-styles": "^3.2.1", "cardinal": "^2.0.1", "chalk": "^2.4.1", "co": "^4.6.0", "got": "^8.3.1", "heroku-client": "^3.1.0", "lodash": "^4.17.10", "netrc-parser": "^3.1.4", "opn": "^3.0.3", "strip-ansi": "^4.0.0", "supports-color": "^5.4.0", "tslib": "^1.9.0", "tunnel-agent": "^0.6.0" }, "devDependencies": { "chai": "^4.1.2", "codeclimate-test-reporter": "^0.5.0", "hook-std": "^0.4.0", "mocha": "^5.1.1", "mocha-junit-reporter": "^1.17.0", "nock": "^9.0.4", "nyc": "^11.7.3", "proxyquire": "^1.7.11", "sinon": "^1.17.7", "standard": "^11.0.1", "tmp": "^0.0.33", "unexpected": "^10.37.7" }, "engines": { "node": ">= 6.0.0" }, "files": [ "lib", "index.js" ], "homepage": "https://github.com/heroku/heroku-cli-util", "license": "ISC", "main": "index.js", "nyc": { "exclude": [ "lib/linewrap.js" ] }, "repository": "heroku/heroku-cli-util", "scripts": { "test": "mocha", "posttest": "standard" }, "standard": { "env": "mocha", "ignore": [ "lib/linewrap.js" ] } }