wishthis/node_modules/cli-table/package.json
2022-02-23 17:41:13 +01:00

74 lines
1.6 KiB
JSON

{
"_args": [
[
"cli-table@0.3.11",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "cli-table@0.3.11",
"_id": "cli-table@0.3.11",
"_inBundle": false,
"_integrity": "sha512-IqLQi4lO0nIB4tcdTpN4LCB9FI3uqrJZK7RC515EnhZ6qBaglkIgICb1wjeAqpdoOabm1+SuQtkXIPdYC93jhQ==",
"_location": "/cli-table",
"_phantomChildren": {},
"_requested": {
"type": "version",
"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": [
"/better-console"
],
"_resolved": "https://registry.npmjs.org/cli-table/-/cli-table-0.3.11.tgz",
"_spec": "0.3.11",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Guillermo Rauch",
"email": "guillermo@learnboost.com"
},
"bugs": {
"url": "https://github.com/Automattic/cli-table/issues"
},
"contributors": [
{
"name": "Sonny Michaud",
"email": "michaud.sonny@gmail.com",
"url": "http://github.com/sonnym"
}
],
"dependencies": {
"colors": "1.0.3"
},
"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"
}