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/ansistyles
parentbbe4279120c94791b70d97f235c73d972fd67354 (diff)
reset deps using npm v7
First self-install!
Diffstat (limited to 'node_modules/ansistyles')
-rw-r--r--node_modules/ansistyles/package.json56
1 files changed, 12 insertions, 44 deletions
diff --git a/node_modules/ansistyles/package.json b/node_modules/ansistyles/package.json
index 434e317c6..2fe1f4da4 100644
--- a/node_modules/ansistyles/package.json
+++ b/node_modules/ansistyles/package.json
@@ -1,55 +1,23 @@
{
- "_from": "ansistyles@~0.1.3",
- "_id": "ansistyles@0.1.3",
- "_inBundle": false,
- "_integrity": "sha1-XeYEFb2gcbs3EnhUyGT0GyMlRTk=",
- "_location": "/ansistyles",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "ansistyles@~0.1.3",
- "name": "ansistyles",
- "escapedName": "ansistyles",
- "rawSpec": "~0.1.3",
- "saveSpec": null,
- "fetchSpec": "~0.1.3"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/ansistyles/-/ansistyles-0.1.3.tgz",
- "_shasum": "5de60415bda071bb37127854c864f41b23254539",
- "_spec": "ansistyles@~0.1.3",
- "_where": "/Users/isaacs/dev/npm/cli",
- "author": {
- "name": "Thorsten Lorenz",
- "email": "thlorenz@gmx.de",
- "url": "thlorenz.com"
+ "name": "ansistyles",
+ "version": "0.1.3",
+ "description": "Functions that surround a string with ansistyle codes so it prints in style.",
+ "main": "ansistyles.js",
+ "scripts": {
+ "test": "node test/ansistyles.js"
},
- "bugs": {
- "url": "https://github.com/thlorenz/ansistyles/issues"
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/thlorenz/ansistyles.git"
},
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Functions that surround a string with ansistyle codes so it prints in style.",
- "gitHead": "27bf1bc65231bcc7fd109bf13b13601b51f8cd04",
- "homepage": "https://github.com/thlorenz/ansistyles#readme",
"keywords": [
"ansi",
"style",
"terminal",
"console"
],
+ "author": "Thorsten Lorenz <thlorenz@gmx.de> (thlorenz.com)",
"license": "MIT",
- "main": "ansistyles.js",
- "name": "ansistyles",
- "repository": {
- "type": "git",
- "url": "git://github.com/thlorenz/ansistyles.git"
- },
- "scripts": {
- "test": "node test/ansistyles.js"
- },
- "version": "0.1.3"
+ "readmeFilename": "README.md",
+ "gitHead": "27bf1bc65231bcc7fd109bf13b13601b51f8cd04"
}