80 lines
1.8 KiB
JSON
80 lines
1.8 KiB
JSON
{
|
|
"_from": "cli-tableau@^2.0.0",
|
|
"_id": "cli-tableau@2.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-he+WTicka9cl0Fg/y+YyxcN6/bfQ/1O3QmgxRXDhABKqLzvoOSM4fMzp39uMyLBulAFuywD2N7UaoQE7WaADxQ==",
|
|
"_location": "/cli-tableau",
|
|
"_phantomChildren": {
|
|
"ansi-styles": "4.3.0"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "cli-tableau@^2.0.0",
|
|
"name": "cli-tableau",
|
|
"escapedName": "cli-tableau",
|
|
"rawSpec": "^2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/pm2"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/cli-tableau/-/cli-tableau-2.0.1.tgz",
|
|
"_shasum": "baa78d83e08a2d7ab79b7dad9406f0254977053f",
|
|
"_spec": "cli-tableau@^2.0.0",
|
|
"_where": "/var/www/api.medcify.app/node_modules/pm2",
|
|
"author": {
|
|
"name": "Guillermo Rauch",
|
|
"email": "guillermo@learnboost.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Keymetrics/cli-table/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Sonny Michaud",
|
|
"email": "Michaud.sonny@gmail.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"chalk": "3.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Pretty unicode tables for the CLI",
|
|
"devDependencies": {
|
|
"mocha": "^7.1.1",
|
|
"should": "~0.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.10.0"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/Keymetrics/cli-table#readme",
|
|
"keywords": [
|
|
"cli",
|
|
"colors",
|
|
"table"
|
|
],
|
|
"licence": "MIT",
|
|
"main": "lib",
|
|
"maintainers": [
|
|
{
|
|
"name": "soyuka",
|
|
"email": "soyuka@gmail.com"
|
|
}
|
|
],
|
|
"name": "cli-tableau",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Keymetrics/cli-table.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha test/*"
|
|
},
|
|
"version": "2.0.1"
|
|
}
|