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:
authorRebecca Turner <me@re-becca.org>2018-05-24 23:31:26 +0300
committerRebecca Turner <me@re-becca.org>2018-05-24 23:31:38 +0300
commit0483f5c5deaf18c968a128657923103e49f4e67a (patch)
tree210f154da2f60938471d96a844dcb32cbda09e2a /node_modules/debuglog
parent6c294614d800cb95a49ef1c422fbdde65b0731a2 (diff)
Flatten dependencies and add dev deps to git
Diffstat (limited to 'node_modules/debuglog')
-rw-r--r--node_modules/debuglog/package.json30
1 files changed, 14 insertions, 16 deletions
diff --git a/node_modules/debuglog/package.json b/node_modules/debuglog/package.json
index ed2cc073a..15158994f 100644
--- a/node_modules/debuglog/package.json
+++ b/node_modules/debuglog/package.json
@@ -1,18 +1,25 @@
{
- "_from": "debuglog@*",
+ "_args": [
+ [
+ "debuglog@1.0.1",
+ "/Users/rebecca/code/npm"
+ ]
+ ],
+ "_from": "debuglog@1.0.1",
"_id": "debuglog@1.0.1",
+ "_inBundle": false,
"_integrity": "sha1-qiT/uaw9+aI1GDfPstJ5NgzXhJI=",
"_location": "/debuglog",
"_phantomChildren": {},
"_requested": {
- "type": "range",
+ "type": "version",
"registry": true,
- "raw": "debuglog@*",
+ "raw": "debuglog@1.0.1",
"name": "debuglog",
"escapedName": "debuglog",
- "rawSpec": "*",
+ "rawSpec": "1.0.1",
"saveSpec": null,
- "fetchSpec": "*"
+ "fetchSpec": "1.0.1"
},
"_requiredBy": [
"/",
@@ -21,26 +28,19 @@
"/readdir-scoped-modules"
],
"_resolved": "https://registry.npmjs.org/debuglog/-/debuglog-1.0.1.tgz",
- "_shasum": "aa24ffb9ac3df9a2351837cfb2d279360cd78492",
- "_shrinkwrap": null,
- "_spec": "debuglog@*",
- "_where": "/Users/zkat/Documents/code/npm",
+ "_spec": "1.0.1",
+ "_where": "/Users/rebecca/code/npm",
"author": {
"name": "Sam Roberts",
"email": "sam@strongloop.com"
},
- "bin": null,
"browser": {
"util": false
},
"bugs": {
"url": "https://github.com/sam-github/node-debuglog/issues"
},
- "bundleDependencies": false,
- "dependencies": {},
- "deprecated": false,
"description": "backport of util.debuglog from node v0.11",
- "devDependencies": {},
"engines": {
"node": "*"
},
@@ -48,8 +48,6 @@
"license": "MIT",
"main": "debuglog.js",
"name": "debuglog",
- "optionalDependencies": {},
- "peerDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/sam-github/node-debuglog.git"