File: /home/ubuntu/.nvm/versions/node/v8.16.2/lib/node_modules/npm/node_modules/colors/package.json
{
"_args": [
[
"[email protected]",
"/Users/rebecca/code/npm"
]
],
"_from": "[email protected]",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-FopHAXVran9RoSzgyXv6KMCE7WM=",
"_location": "/colors",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "[email protected]",
"name": "colors",
"escapedName": "colors",
"rawSpec": "1.1.2",
"saveSpec": null,
"fetchSpec": "1.1.2"
},
"_requiredBy": [
"/cli-table3"
],
"_resolved": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz",
"_spec": "1.1.2",
"_where": "/Users/rebecca/code/npm",
"author": {
"name": "Marak Squires"
},
"bugs": {
"url": "https://github.com/Marak/colors.js/issues"
},
"description": "get colors in your node.js console",
"engines": {
"node": ">=0.1.90"
},
"files": [
"examples",
"lib",
"LICENSE",
"safe.js",
"themes"
],
"homepage": "https://github.com/Marak/colors.js",
"keywords": [
"ansi",
"terminal",
"colors"
],
"license": "MIT",
"main": "lib",
"name": "colors",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Marak/colors.js.git"
},
"scripts": {
"test": "node tests/basic-test.js && node tests/safe-test.js"
},
"version": "1.1.2"
}