liudong
2023-05-29 340f156319b863525e50e900c58e59b86ecb3d5e
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
{
  "_from": "cli-table@^0.3.11",
  "_id": "cli-table@0.3.11",
  "_inBundle": false,
  "_integrity": "sha512-IqLQi4lO0nIB4tcdTpN4LCB9FI3uqrJZK7RC515EnhZ6qBaglkIgICb1wjeAqpdoOabm1+SuQtkXIPdYC93jhQ==",
  "_location": "/cli-table",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "cli-table@^0.3.11",
    "name": "cli-table",
    "escapedName": "cli-table",
    "rawSpec": "^0.3.11",
    "saveSpec": null,
    "fetchSpec": "^0.3.11"
  },
  "_requiredBy": [
    "/node-red-admin"
  ],
  "_resolved": "https://registry.npmjs.org/cli-table/-/cli-table-0.3.11.tgz",
  "_shasum": "ac69cdecbe81dccdba4889b9a18b7da312a9d3ee",
  "_spec": "cli-table@^0.3.11",
  "_where": "/home/l/plc/node-red/node_modules/node-red-admin",
  "author": {
    "name": "Guillermo Rauch",
    "email": "guillermo@learnboost.com"
  },
  "bugs": {
    "url": "https://github.com/Automattic/cli-table/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Sonny Michaud",
      "email": "michaud.sonny@gmail.com",
      "url": "http://github.com/sonnym"
    }
  ],
  "dependencies": {
    "colors": "1.0.3"
  },
  "deprecated": false,
  "description": "Pretty unicode tables for the CLI",
  "devDependencies": {
    "expresso": "~0.9",
    "should": "~0.6"
  },
  "engines": {
    "node": ">= 0.2.0"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/Automattic/cli-table#readme",
  "keywords": [
    "cli",
    "colors",
    "table"
  ],
  "main": "lib",
  "name": "cli-table",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Automattic/cli-table.git"
  },
  "scripts": {
    "test": "make test"
  },
  "version": "0.3.11"
}