UNPKG

1.83 kBJSONView Raw
1{
2 "name": "heroku-cli-util",
3 "description": "Set of helpful CLI utilities",
4 "version": "8.0.4",
5 "author": "Jeff Dickey (@dickeyxxx)",
6 "bugs": {
7 "url": "https://github.com/heroku/heroku-cli-util/issues"
8 },
9 "dependencies": {
10 "@heroku-cli/color": "^1.1.3",
11 "ansi-escapes": "^3.1.0",
12 "ansi-styles": "^3.2.1",
13 "cardinal": "^1.0.0",
14 "chalk": "^2.3.2",
15 "co": "^4.6.0",
16 "got": "^8.3.0",
17 "heroku-client": "^3.0.6",
18 "lodash.ary": "^4.1.1",
19 "lodash.defaults": "^4.2.0",
20 "lodash.get": "^4.4.2",
21 "lodash.identity": "^3.0.0",
22 "lodash.keys": "^4.2.0",
23 "lodash.mapvalues": "^4.6.0",
24 "lodash.noop": "^3.0.1",
25 "lodash.partial": "^4.2.1",
26 "lodash.pickby": "^4.6.0",
27 "lodash.property": "^4.4.2",
28 "lodash.repeat": "^4.1.0",
29 "lodash.result": "^4.5.2",
30 "netrc-parser": "^3.1.2",
31 "opn": "^3.0.3",
32 "strip-ansi": "^4.0.0",
33 "supports-color": "^5.3.0",
34 "tslib": "^1.9.0",
35 "tunnel-agent": "^0.6.0"
36 },
37 "devDependencies": {
38 "chai": "^4.1.2",
39 "codeclimate-test-reporter": "^0.5.0",
40 "hook-std": "^0.4.0",
41 "jsdoc": "3.5.5",
42 "mocha": "^5.0.5",
43 "mocha-junit-reporter": "^1.17.0",
44 "nock": "^9.0.4",
45 "nyc": "^11.6.0",
46 "proxyquire": "^1.7.11",
47 "sinon": "^1.17.7",
48 "standard": "^10.0.3",
49 "tmp": "^0.0.33",
50 "unexpected": "^10.37.2"
51 },
52 "engines": {
53 "node": ">= 6.0.0"
54 },
55 "files": [
56 "lib",
57 "index.js"
58 ],
59 "homepage": "https://github.com/heroku/heroku-cli-util",
60 "license": "ISC",
61 "main": "index.js",
62 "nyc": {
63 "exclude": [
64 "lib/linewrap.js"
65 ]
66 },
67 "repository": "heroku/heroku-cli-util",
68 "scripts": {
69 "doc": "jsdoc lib",
70 "test": "nyc mocha && standard"
71 },
72 "standard": {
73 "env": "mocha",
74 "ignore": [
75 "lib/linewrap.js"
76 ]
77 }
78}