1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
| {
| "_from": "table-layout@^0.4.2",
| "_id": "table-layout@0.4.5",
| "_inBundle": false,
| "_integrity": "sha512-zTvf0mcggrGeTe/2jJ6ECkJHAQPIYEwDoqsiqBjI24mvRmQbInK5jq33fyypaCBxX08hMkfmdOqj6haT33EqWw==",
| "_location": "/table-layout",
| "_phantomChildren": {
| "typical": "2.6.1"
| },
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "table-layout@^0.4.2",
| "name": "table-layout",
| "escapedName": "table-layout",
| "rawSpec": "^0.4.2",
| "saveSpec": null,
| "fetchSpec": "^0.4.2"
| },
| "_requiredBy": [
| "/command-line-usage"
| ],
| "_resolved": "https://registry.npmjs.org/table-layout/-/table-layout-0.4.5.tgz",
| "_shasum": "d906de6a25fa09c0c90d1d08ecd833ecedcb7378",
| "_spec": "table-layout@^0.4.2",
| "_where": "/home/l/plc/node-red/node_modules/command-line-usage",
| "author": {
| "name": "Lloyd Brookes",
| "email": "75pound@gmail.com"
| },
| "bugs": {
| "url": "https://github.com/75lb/table-layout/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "array-back": "^2.0.0",
| "deep-extend": "~0.6.0",
| "lodash.padend": "^4.6.1",
| "typical": "^2.6.1",
| "wordwrapjs": "^3.0.0"
| },
| "deprecated": false,
| "description": "Stylable text tables, handling ansi colour. Useful for console output.",
| "devDependencies": {
| "coveralls": "^3.0.4",
| "jsdoc-to-markdown": "^4.0.1",
| "test-runner": "~0.5.0"
| },
| "engines": {
| "node": ">=4.0.0"
| },
| "files": [
| "index.js",
| "lib/*.js"
| ],
| "homepage": "https://github.com/75lb/table-layout#readme",
| "keywords": [
| "wrap",
| "terminal",
| "data",
| "columns",
| "format",
| "json",
| "command line"
| ],
| "license": "MIT",
| "name": "table-layout",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/75lb/table-layout.git"
| },
| "scripts": {
| "cover": "istanbul cover test-runner -- test/*.js && cat coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf coverage; echo",
| "docs": "jsdoc2md -t jsdoc2md/README.hbs index.js -p list --member-index-format list > README.md; echo",
| "test": "test-runner test/*.js"
| },
| "version": "0.4.5"
| }
|
|