summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/cli-table3/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/cli-table3/package.json')
-rw-r--r--deps/npm/node_modules/cli-table3/package.json33
1 files changed, 18 insertions, 15 deletions
diff --git a/deps/npm/node_modules/cli-table3/package.json b/deps/npm/node_modules/cli-table3/package.json
index d0545c93f7..6ee81dc3f1 100644
--- a/deps/npm/node_modules/cli-table3/package.json
+++ b/deps/npm/node_modules/cli-table3/package.json
@@ -1,28 +1,29 @@
{
- "_from": "cli-table3",
- "_id": "cli-table3@0.5.0",
+ "_from": "cli-table3@0.5.1",
+ "_id": "cli-table3@0.5.1",
"_inBundle": false,
- "_integrity": "sha512-c7YHpUyO1SaKaO7kYtxd5NZ8FjAmSK3LpKkuzdwn+2CwpFxBpdoQLm+OAnnCfoEl7onKhN9PKQi1lsHuAIUqGQ==",
+ "_integrity": "sha512-7Qg2Jrep1S/+Q3EceiZtQcDPWxhAvBw+ERf1162v4sikJrvojMHFqXt8QIVha8UlH9rgU0BeWPytZ9/TzYqlUw==",
"_location": "/cli-table3",
"_phantomChildren": {},
"_requested": {
- "type": "tag",
+ "type": "version",
"registry": true,
- "raw": "cli-table3",
+ "raw": "cli-table3@0.5.1",
"name": "cli-table3",
"escapedName": "cli-table3",
- "rawSpec": "",
+ "rawSpec": "0.5.1",
"saveSpec": null,
- "fetchSpec": "latest"
+ "fetchSpec": "0.5.1"
},
"_requiredBy": [
"#USER",
- "/"
+ "/",
+ "/npm-audit-report"
],
- "_resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.5.0.tgz",
- "_shasum": "adb2f025715f4466e67629783c8d73e9030eb4bd",
- "_spec": "cli-table3",
- "_where": "/Users/zkat/Documents/code/work/npm",
+ "_resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.5.1.tgz",
+ "_shasum": "0252372d94dfc40dbd8df06005f48f31f656f202",
+ "_spec": "cli-table3@0.5.1",
+ "_where": "/Users/aeschright/code/cli",
"author": {
"name": "James Talmage"
},
@@ -54,8 +55,8 @@
"eslint-plugin-prettier": "^2.6.0",
"jest": "^23.1.0",
"jest-runner-eslint": "^0.6.0",
- "lerna-changelog": "^0.7.0",
- "prettier": "1.13.5"
+ "lerna-changelog": "^0.8.0",
+ "prettier": "1.13.7"
},
"directories": {
"test": "test"
@@ -65,6 +66,7 @@
},
"files": [
"src/",
+ "index.d.ts",
"index.js"
],
"homepage": "https://github.com/cli-table/cli-table3",
@@ -124,5 +126,6 @@
"test": "jest --color",
"test:watch": "jest --color --watchAll --notify"
},
- "version": "0.5.0"
+ "types": "index.d.ts",
+ "version": "0.5.1"
}