summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/cli-table2/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/cli-table2/package.json')
-rw-r--r--deps/npm/node_modules/cli-table2/package.json30
1 files changed, 18 insertions, 12 deletions
diff --git a/deps/npm/node_modules/cli-table2/package.json b/deps/npm/node_modules/cli-table2/package.json
index e504a667a4..c502a45cdd 100644
--- a/deps/npm/node_modules/cli-table2/package.json
+++ b/deps/npm/node_modules/cli-table2/package.json
@@ -1,27 +1,35 @@
{
- "_from": "cli-table2",
+ "_args": [
+ [
+ "cli-table2@0.2.0",
+ "/Users/rebecca/code/npm"
+ ]
+ ],
+ "_from": "cli-table2@0.2.0",
"_id": "cli-table2@0.2.0",
"_inBundle": false,
"_integrity": "sha1-LR738hig54biFFQFYtS9F3/jLZc=",
"_location": "/cli-table2",
- "_phantomChildren": {},
+ "_phantomChildren": {
+ "code-point-at": "1.1.0",
+ "number-is-nan": "1.0.1"
+ },
"_requested": {
- "type": "tag",
+ "type": "version",
"registry": true,
- "raw": "cli-table2",
+ "raw": "cli-table2@0.2.0",
"name": "cli-table2",
"escapedName": "cli-table2",
- "rawSpec": "",
+ "rawSpec": "0.2.0",
"saveSpec": null,
- "fetchSpec": "latest"
+ "fetchSpec": "0.2.0"
},
"_requiredBy": [
- "#USER",
- "/"
+ "/",
+ "/npm-audit-report"
],
"_resolved": "https://registry.npmjs.org/cli-table2/-/cli-table2-0.2.0.tgz",
- "_shasum": "2d1ef7f218a0e786e214540562d4bd177fe32d97",
- "_spec": "cli-table2",
+ "_spec": "0.2.0",
"_where": "/Users/rebecca/code/npm",
"author": {
"name": "James Talmage"
@@ -29,13 +37,11 @@
"bugs": {
"url": "https://github.com/jamestalmage/cli-table2/issues"
},
- "bundleDependencies": false,
"dependencies": {
"colors": "^1.1.2",
"lodash": "^3.10.1",
"string-width": "^1.0.1"
},
- "deprecated": false,
"description": "Pretty unicode tables for the command line. Based on the original cli-table.",
"devDependencies": {
"ansi-256-colors": "^1.1.0",