UNPKG

1.81 kBJSONView Raw
1{
2 "name": "heroku-cli-util",
3 "description": "Set of helpful CLI utilities",
4 "version": "6.2.13",
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.0.0",
12 "ansi-styles": "^3.2.0",
13 "cardinal": "^1.0.0",
14 "chalk": "^2.3.0",
15 "co": "^4.6.0",
16 "got": "^6.3.0",
17 "heroku-client": "^3.0.5",
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": "^2.0.5",
31 "opn": "^3.0.3",
32 "strip-ansi": "^4.0.0",
33 "supports-color": "^5.1.0",
34 "tunnel-agent": "^0.6.0"
35 },
36 "devDependencies": {
37 "chai": "^3.0.0",
38 "codeclimate-test-reporter": "^0.4.0",
39 "hook-std": "^0.2.0",
40 "jsdoc": "*",
41 "mocha": "^3.2.0",
42 "mocha-junit-reporter": "^1.13.0",
43 "nock": "^9.0.4",
44 "nyc": "^10.1.2",
45 "proxyquire": "^1.7.11",
46 "sinon": "^1.17.7",
47 "standard": "^8.6.0",
48 "tmp": "^0.0.31",
49 "unexpected": "^10.25.0"
50 },
51 "engines": {
52 "node": ">= 6.0.0"
53 },
54 "files": [
55 "lib",
56 "index.js"
57 ],
58 "homepage": "https://github.com/heroku/heroku-cli-util",
59 "license": "ISC",
60 "main": "index.js",
61 "nyc": {
62 "exclude": [
63 "lib/linewrap.js"
64 ]
65 },
66 "repository": "heroku/heroku-cli-util",
67 "scripts": {
68 "doc": "jsdoc lib",
69 "test": "nyc mocha && standard"
70 },
71 "standard": {
72 "env": "mocha",
73 "ignore": [
74 "lib/linewrap.js"
75 ]
76 }
77}