summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/cli-table2/node_modules/colors/package.json
diff options
context:
space:
mode:
authorRebecca Turner <me@re-becca.org>2018-04-20 18:26:37 -0700
committerRebecca Turner <me@re-becca.org>2018-05-24 23:24:45 -0700
commit468ab4519e1b92473acefb22801497a1af6aebae (patch)
treebdac1d062cd4b094bde3a21147bab5d82c792ece /deps/npm/node_modules/cli-table2/node_modules/colors/package.json
parentac8226115e2192a7a46ba07789fa5136f74223e1 (diff)
downloadandroid-node-v8-468ab4519e1b92473acefb22801497a1af6aebae.tar.gz
android-node-v8-468ab4519e1b92473acefb22801497a1af6aebae.tar.bz2
android-node-v8-468ab4519e1b92473acefb22801497a1af6aebae.zip
deps: upgrade npm to 6.1.0
PR-URL: https://github.com/nodejs/node/pull/20190 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
Diffstat (limited to 'deps/npm/node_modules/cli-table2/node_modules/colors/package.json')
-rw-r--r--deps/npm/node_modules/cli-table2/node_modules/colors/package.json61
1 files changed, 0 insertions, 61 deletions
diff --git a/deps/npm/node_modules/cli-table2/node_modules/colors/package.json b/deps/npm/node_modules/cli-table2/node_modules/colors/package.json
deleted file mode 100644
index 71f264dbdb..0000000000
--- a/deps/npm/node_modules/cli-table2/node_modules/colors/package.json
+++ /dev/null
@@ -1,61 +0,0 @@
-{
- "_from": "colors@^1.1.2",
- "_id": "colors@1.1.2",
- "_inBundle": false,
- "_integrity": "sha1-FopHAXVran9RoSzgyXv6KMCE7WM=",
- "_location": "/cli-table2/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-table2"
- ],
- "_resolved": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz",
- "_shasum": "168a4701756b6a7f51a12ce0c97bfa28c084ed63",
- "_spec": "colors@^1.1.2",
- "_where": "/Users/rebecca/code/npm/node_modules/cli-table2",
- "author": {
- "name": "Marak Squires"
- },
- "bugs": {
- "url": "https://github.com/Marak/colors.js/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "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://git@github.com/Marak/colors.js.git"
- },
- "scripts": {
- "test": "node tests/basic-test.js && node tests/safe-test.js"
- },
- "version": "1.1.2"
-}