• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_from": "cli-table3@0.5.1",
3  "_id": "cli-table3@0.5.1",
4  "_inBundle": false,
5  "_integrity": "sha512-7Qg2Jrep1S/+Q3EceiZtQcDPWxhAvBw+ERf1162v4sikJrvojMHFqXt8QIVha8UlH9rgU0BeWPytZ9/TzYqlUw==",
6  "_location": "/cli-table3",
7  "_phantomChildren": {},
8  "_requested": {
9    "type": "version",
10    "registry": true,
11    "raw": "cli-table3@0.5.1",
12    "name": "cli-table3",
13    "escapedName": "cli-table3",
14    "rawSpec": "0.5.1",
15    "saveSpec": null,
16    "fetchSpec": "0.5.1"
17  },
18  "_requiredBy": [
19    "#USER",
20    "/",
21    "/npm-audit-report"
22  ],
23  "_resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.5.1.tgz",
24  "_shasum": "0252372d94dfc40dbd8df06005f48f31f656f202",
25  "_spec": "cli-table3@0.5.1",
26  "_where": "/Users/aeschright/code/cli",
27  "author": {
28    "name": "James Talmage"
29  },
30  "bugs": {
31    "url": "https://github.com/cli-table/cli-table3/issues"
32  },
33  "bundleDependencies": false,
34  "changelog": {
35    "repo": "cli-table/cli-table3",
36    "labels": {
37      "breaking": ":boom: Breaking Change",
38      "enhancement": ":rocket: Enhancement",
39      "bug": ":bug: Bug Fix",
40      "documentation": ":memo: Documentation",
41      "internal": ":house: Internal"
42    }
43  },
44  "dependencies": {
45    "colors": "^1.1.2",
46    "object-assign": "^4.1.0",
47    "string-width": "^2.1.1"
48  },
49  "deprecated": false,
50  "description": "Pretty unicode tables for the command line. Based on the original cli-table.",
51  "devDependencies": {
52    "ansi-256-colors": "^1.1.0",
53    "cli-table": "^0.3.1",
54    "eslint-config-prettier": "^2.9.0",
55    "eslint-plugin-prettier": "^2.6.0",
56    "jest": "^23.1.0",
57    "jest-runner-eslint": "^0.6.0",
58    "lerna-changelog": "^0.8.0",
59    "prettier": "1.13.7"
60  },
61  "directories": {
62    "test": "test"
63  },
64  "engines": {
65    "node": ">=6"
66  },
67  "files": [
68    "src/",
69    "index.d.ts",
70    "index.js"
71  ],
72  "homepage": "https://github.com/cli-table/cli-table3",
73  "jest": {
74    "projects": [
75      {
76        "displayName": "test",
77        "testMatch": [
78          "**/test/**/*-test(s)?.js"
79        ]
80      },
81      {
82        "runner": "jest-runner-eslint",
83        "displayName": "lint",
84        "testMatch": [
85          "<rootDir>/examples/**/*.js",
86          "<rootDir>/lib/**/*.js",
87          "<rootDir>/scripts/**/*.js",
88          "<rootDir>/src/**/*.js",
89          "<rootDir>/test/**/*.js"
90        ]
91      }
92    ]
93  },
94  "keywords": [
95    "node",
96    "command",
97    "line",
98    "cli",
99    "table",
100    "tables",
101    "tabular",
102    "unicode",
103    "colors",
104    "grid"
105  ],
106  "license": "MIT",
107  "main": "index.js",
108  "name": "cli-table3",
109  "optionalDependencies": {
110    "colors": "^1.1.2"
111  },
112  "prettier": {
113    "printWidth": 120,
114    "tabWidth": 2,
115    "singleQuote": true,
116    "trailingComma": "es5"
117  },
118  "repository": {
119    "type": "git",
120    "url": "git+https://github.com/cli-table/cli-table3.git"
121  },
122  "scripts": {
123    "changelog": "lerna-changelog",
124    "docs": "node ./scripts/update-docs.js",
125    "prettier": "prettier --write '{examples,lib,scripts,src,test}/**/*.js'",
126    "test": "jest --color",
127    "test:watch": "jest --color --watchAll --notify"
128  },
129  "types": "index.d.ts",
130  "version": "0.5.1"
131}
132