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/debuglog
parentbbe4279120c94791b70d97f235c73d972fd67354 (diff)
reset deps using npm v7
First self-install!
Diffstat (limited to 'node_modules/debuglog')
-rw-r--r--node_modules/debuglog/package.json52
1 files changed, 11 insertions, 41 deletions
diff --git a/node_modules/debuglog/package.json b/node_modules/debuglog/package.json
index ff95ef07a..e51ecc95f 100644
--- a/node_modules/debuglog/package.json
+++ b/node_modules/debuglog/package.json
@@ -1,51 +1,21 @@
{
- "_from": "debuglog@^1.0.1",
- "_id": "debuglog@1.0.1",
- "_inBundle": false,
- "_integrity": "sha1-qiT/uaw9+aI1GDfPstJ5NgzXhJI=",
- "_location": "/debuglog",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "debuglog@^1.0.1",
- "name": "debuglog",
- "escapedName": "debuglog",
- "rawSpec": "^1.0.1",
- "saveSpec": null,
- "fetchSpec": "^1.0.1"
+ "name": "debuglog",
+ "version": "1.0.1",
+ "description": "backport of util.debuglog from node v0.11",
+ "license": "MIT",
+ "main": "debuglog.js",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/sam-github/node-debuglog.git"
},
- "_requiredBy": [
- "/read-installed",
- "/readdir-scoped-modules"
- ],
- "_resolved": "https://registry.npmjs.org/debuglog/-/debuglog-1.0.1.tgz",
- "_shasum": "aa24ffb9ac3df9a2351837cfb2d279360cd78492",
- "_spec": "debuglog@^1.0.1",
- "_where": "/Users/isaacs/dev/npm/cli/node_modules/readdir-scoped-modules",
"author": {
"name": "Sam Roberts",
"email": "sam@strongloop.com"
},
- "browser": {
- "util": false
- },
- "bugs": {
- "url": "https://github.com/sam-github/node-debuglog/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "backport of util.debuglog from node v0.11",
"engines": {
"node": "*"
},
- "homepage": "https://github.com/sam-github/node-debuglog#readme",
- "license": "MIT",
- "main": "debuglog.js",
- "name": "debuglog",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sam-github/node-debuglog.git"
- },
- "version": "1.0.1"
+ "browser": {
+ "util": false
+ }
}