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/npmlog
parentbbe4279120c94791b70d97f235c73d972fd67354 (diff)
reset deps using npm v7
First self-install!
Diffstat (limited to 'node_modules/npmlog')
-rw-r--r--node_modules/npmlog/package.json60
1 files changed, 13 insertions, 47 deletions
diff --git a/node_modules/npmlog/package.json b/node_modules/npmlog/package.json
index 752c2ce94..7220f8e72 100644
--- a/node_modules/npmlog/package.json
+++ b/node_modules/npmlog/package.json
@@ -1,62 +1,28 @@
{
- "_from": "npmlog@~4.1.2",
- "_id": "npmlog@4.1.2",
- "_inBundle": false,
- "_integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==",
- "_location": "/npmlog",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "npmlog@~4.1.2",
- "name": "npmlog",
- "escapedName": "npmlog",
- "rawSpec": "~4.1.2",
- "saveSpec": null,
- "fetchSpec": "~4.1.2"
+ "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
+ "name": "npmlog",
+ "description": "logger for npm",
+ "version": "4.1.2",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/npm/npmlog.git"
},
- "_requiredBy": [
- "/",
- "/node-gyp"
+ "main": "log.js",
+ "files": [
+ "log.js"
],
- "_resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz",
- "_shasum": "08a7f2a8bf734604779a9efa4ad5cc717abb954b",
- "_spec": "npmlog@~4.1.2",
- "_where": "/Users/isaacs/dev/npm/cli",
- "author": {
- "name": "Isaac Z. Schlueter",
- "email": "i@izs.me",
- "url": "http://blog.izs.me/"
- },
- "bugs": {
- "url": "https://github.com/npm/npmlog/issues"
+ "scripts": {
+ "test": "standard && tap test/*.js"
},
- "bundleDependencies": false,
"dependencies": {
"are-we-there-yet": "~1.1.2",
"console-control-strings": "~1.1.0",
"gauge": "~2.7.3",
"set-blocking": "~2.0.0"
},
- "deprecated": false,
- "description": "logger for npm",
"devDependencies": {
"standard": "~7.1.2",
"tap": "~5.7.3"
},
- "files": [
- "log.js"
- ],
- "homepage": "https://github.com/npm/npmlog#readme",
- "license": "ISC",
- "main": "log.js",
- "name": "npmlog",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/npm/npmlog.git"
- },
- "scripts": {
- "test": "standard && tap test/*.js"
- },
- "version": "4.1.2"
+ "license": "ISC"
}