Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2020-07-24 22:55:18 +0300
committerisaacs <i@izs.me>2020-07-29 21:55:03 +0300
commit53ed7e5205a3f4d5d33828ff9dc11c093f482f7b (patch)
treed76317be79432c9527e8fb37d4c13e0719cdbaf9 /node_modules/ansicolors/package.json
parentbbe4279120c94791b70d97f235c73d972fd67354 (diff)
reset deps using npm v7
First self-install!
Diffstat (limited to 'node_modules/ansicolors/package.json')
-rw-r--r--node_modules/ansicolors/package.json56
1 files changed, 12 insertions, 44 deletions
diff --git a/node_modules/ansicolors/package.json b/node_modules/ansicolors/package.json
index cd9c42020..cda0c75b5 100644
--- a/node_modules/ansicolors/package.json
+++ b/node_modules/ansicolors/package.json
@@ -1,55 +1,23 @@
{
- "_from": "ansicolors@~0.3.2",
- "_id": "ansicolors@0.3.2",
- "_inBundle": false,
- "_integrity": "sha1-ZlWX3oap/+Oqm/vmyuXG6kJrSXk=",
- "_location": "/ansicolors",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "ansicolors@~0.3.2",
- "name": "ansicolors",
- "escapedName": "ansicolors",
- "rawSpec": "~0.3.2",
- "saveSpec": null,
- "fetchSpec": "~0.3.2"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz",
- "_shasum": "665597de86a9ffe3aa9bfbe6cae5c6ea426b4979",
- "_spec": "ansicolors@~0.3.2",
- "_where": "/Users/isaacs/dev/npm/cli",
- "author": {
- "name": "Thorsten Lorenz",
- "email": "thlorenz@gmx.de",
- "url": "thlorenz.com"
+ "name": "ansicolors",
+ "version": "0.3.2",
+ "description": "Functions that surround a string with ansicolor codes so it prints in color.",
+ "main": "ansicolors.js",
+ "scripts": {
+ "test": "node test/*.js"
},
- "bugs": {
- "url": "https://github.com/thlorenz/ansicolors/issues"
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/thlorenz/ansicolors.git"
},
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Functions that surround a string with ansicolor codes so it prints in color.",
- "gitHead": "858847ca28e8b360d9b70eee0592700fa2ab087d",
- "homepage": "https://github.com/thlorenz/ansicolors#readme",
"keywords": [
"ansi",
"colors",
"highlight",
"string"
],
+ "author": "Thorsten Lorenz <thlorenz@gmx.de> (thlorenz.com)",
"license": "MIT",
- "main": "ansicolors.js",
- "name": "ansicolors",
- "repository": {
- "type": "git",
- "url": "git://github.com/thlorenz/ansicolors.git"
- },
- "scripts": {
- "test": "node test/*.js"
- },
- "version": "0.3.2"
+ "readmeFilename": "README.md",
+ "gitHead": "858847ca28e8b360d9b70eee0592700fa2ab087d"
}