summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/colors/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/colors/package.json')
-rw-r--r--deps/npm/node_modules/colors/package.json111
1 files changed, 41 insertions, 70 deletions
diff --git a/deps/npm/node_modules/colors/package.json b/deps/npm/node_modules/colors/package.json
index 712ab466de..dbd71ba5a7 100644
--- a/deps/npm/node_modules/colors/package.json
+++ b/deps/npm/node_modules/colors/package.json
@@ -1,74 +1,45 @@
{
- "_from": "colors@^1.1.2",
- "_id": "colors@1.3.3",
- "_inBundle": false,
- "_integrity": "sha512-mmGt/1pZqYRjMxB1axhTo16/snVZ5krrKkcmMeVKxzECMMXoCgnvTPp10QgHfcbQZw8Dq2jMNG6je4JlWU0gWg==",
- "_location": "/colors",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "colors@^1.1.2",
"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.3.3.tgz",
- "_shasum": "39e005d546afe01e01f9c4ca8fa50f686a01205d",
- "_spec": "colors@^1.1.2",
- "_where": "/Users/aeschright/code/cli/node_modules/cli-table3",
- "author": {
- "name": "Marak Squires"
- },
- "bugs": {
- "url": "https://github.com/Marak/colors.js/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "DABH",
- "url": "https://github.com/DABH"
+ "description": "get colors in your node.js console",
+ "version": "1.4.0",
+ "author": "Marak Squires",
+ "contributors": [
+ {
+ "name": "DABH",
+ "url": "https://github.com/DABH"
+ }
+ ],
+ "homepage": "https://github.com/Marak/colors.js",
+ "bugs": "https://github.com/Marak/colors.js/issues",
+ "keywords": [
+ "ansi",
+ "terminal",
+ "colors"
+ ],
+ "repository": {
+ "type": "git",
+ "url": "http://github.com/Marak/colors.js.git"
+ },
+ "license": "MIT",
+ "scripts": {
+ "lint": "eslint . --fix",
+ "test": "node tests/basic-test.js && node tests/safe-test.js"
+ },
+ "engines": {
+ "node": ">=0.1.90"
+ },
+ "main": "lib/index.js",
+ "files": [
+ "examples",
+ "lib",
+ "LICENSE",
+ "safe.js",
+ "themes",
+ "index.d.ts",
+ "safe.d.ts"
+ ],
+ "devDependencies": {
+ "eslint": "^5.2.0",
+ "eslint-config-google": "^0.11.0"
}
- ],
- "deprecated": false,
- "description": "get colors in your node.js console",
- "devDependencies": {
- "eslint": "^5.2.0",
- "eslint-config-google": "^0.11.0"
- },
- "engines": {
- "node": ">=0.1.90"
- },
- "files": [
- "examples",
- "lib",
- "LICENSE",
- "safe.js",
- "themes",
- "index.d.ts",
- "safe.d.ts"
- ],
- "homepage": "https://github.com/Marak/colors.js",
- "keywords": [
- "ansi",
- "terminal",
- "colors"
- ],
- "license": "MIT",
- "main": "lib/index.js",
- "name": "colors",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/Marak/colors.js.git"
- },
- "scripts": {
- "lint": "eslint . --fix",
- "test": "node tests/basic-test.js && node tests/safe-test.js"
- },
- "version": "1.3.3"
}