aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/ansicolors
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/ansicolors
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/ansicolors')
-rw-r--r--deps/npm/node_modules/ansicolors/package.json30
1 files changed, 14 insertions, 16 deletions
diff --git a/deps/npm/node_modules/ansicolors/package.json b/deps/npm/node_modules/ansicolors/package.json
index 10e2cdbb3b..0b82cc1e4c 100644
--- a/deps/npm/node_modules/ansicolors/package.json
+++ b/deps/npm/node_modules/ansicolors/package.json
@@ -1,41 +1,41 @@
{
- "_from": "ansicolors@~0.3.2",
+ "_args": [
+ [
+ "ansicolors@0.3.2",
+ "/Users/rebecca/code/npm"
+ ]
+ ],
+ "_from": "ansicolors@0.3.2",
"_id": "ansicolors@0.3.2",
+ "_inBundle": false,
"_integrity": "sha1-ZlWX3oap/+Oqm/vmyuXG6kJrSXk=",
"_location": "/ansicolors",
"_phantomChildren": {},
"_requested": {
- "type": "range",
+ "type": "version",
"registry": true,
- "raw": "ansicolors@~0.3.2",
+ "raw": "ansicolors@0.3.2",
"name": "ansicolors",
"escapedName": "ansicolors",
- "rawSpec": "~0.3.2",
+ "rawSpec": "0.3.2",
"saveSpec": null,
- "fetchSpec": "~0.3.2"
+ "fetchSpec": "0.3.2"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz",
- "_shasum": "665597de86a9ffe3aa9bfbe6cae5c6ea426b4979",
- "_shrinkwrap": null,
- "_spec": "ansicolors@~0.3.2",
- "_where": "/Users/zkat/Documents/code/npm",
+ "_spec": "0.3.2",
+ "_where": "/Users/rebecca/code/npm",
"author": {
"name": "Thorsten Lorenz",
"email": "thlorenz@gmx.de",
"url": "thlorenz.com"
},
- "bin": null,
"bugs": {
"url": "https://github.com/thlorenz/ansicolors/issues"
},
- "bundleDependencies": false,
- "dependencies": {},
- "deprecated": false,
"description": "Functions that surround a string with ansicolor codes so it prints in color.",
- "devDependencies": {},
"gitHead": "858847ca28e8b360d9b70eee0592700fa2ab087d",
"homepage": "https://github.com/thlorenz/ansicolors#readme",
"keywords": [
@@ -47,8 +47,6 @@
"license": "MIT",
"main": "ansicolors.js",
"name": "ansicolors",
- "optionalDependencies": {},
- "peerDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/thlorenz/ansicolors.git"