| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "_from": "cli-table@~0.3.1",
- "_id": "[email protected]",
- "_inBundle": false,
- "_integrity": "sha1-9TsFJmqLGguTSz0IIebi3FkUriM=",
- "_location": "/cli-table",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "cli-table@~0.3.1",
- "name": "cli-table",
- "escapedName": "cli-table",
- "rawSpec": "~0.3.1",
- "saveSpec": null,
- "fetchSpec": "~0.3.1"
- },
- "_requiredBy": [
- "/better-console"
- ],
- "_resolved": "https://registry.npmjs.org/cli-table/-/cli-table-0.3.1.tgz",
- "_shasum": "f53b05266a8b1a0b934b3d0821e6e2dc5914ae23",
- "_spec": "cli-table@~0.3.1",
- "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\better-console",
- "author": {
- "name": "Guillermo Rauch",
- "email": "[email protected]"
- },
- "bugs": {
- "url": "https://github.com/Automattic/cli-table/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Sonny Michaud",
- "email": "[email protected]",
- "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.1"
- }
|