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:
Diffstat (limited to 'node_modules/debuglog/package.json')
-rw-r--r--node_modules/debuglog/package.json75
1 files changed, 51 insertions, 24 deletions
diff --git a/node_modules/debuglog/package.json b/node_modules/debuglog/package.json
index b192d407f..e7fe99f56 100644
--- a/node_modules/debuglog/package.json
+++ b/node_modules/debuglog/package.json
@@ -1,19 +1,41 @@
{
- "name": "debuglog",
- "version": "1.0.1",
- "description": "backport of util.debuglog from node v0.11",
- "license": "MIT",
- "main": "debuglog.js",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sam-github/node-debuglog.git"
+ "_args": [
+ [
+ "debuglog@^1.0.1",
+ "/Users/rebecca/code/npm/node_modules/read-installed"
+ ]
+ ],
+ "_from": "debuglog@>=1.0.1 <2.0.0",
+ "_id": "debuglog@1.0.1",
+ "_inCache": true,
+ "_location": "/debuglog",
+ "_npmUser": {
+ "email": "sam@strongloop.com",
+ "name": "octet"
},
- "author": {
- "name": "Sam Roberts",
- "email": "sam@strongloop.com"
+ "_npmVersion": "1.4.3",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "debuglog",
+ "raw": "debuglog@^1.0.1",
+ "rawSpec": "^1.0.1",
+ "scope": null,
+ "spec": ">=1.0.1 <2.0.0",
+ "type": "range"
},
- "engines": {
- "node": "*"
+ "_requiredBy": [
+ "/read-installed",
+ "/read-package-tree",
+ "/readdir-scoped-modules"
+ ],
+ "_resolved": "https://registry.npmjs.org/debuglog/-/debuglog-1.0.1.tgz",
+ "_shasum": "aa24ffb9ac3df9a2351837cfb2d279360cd78492",
+ "_shrinkwrap": null,
+ "_spec": "debuglog@^1.0.1",
+ "_where": "/Users/rebecca/code/npm/node_modules/read-installed",
+ "author": {
+ "email": "sam@strongloop.com",
+ "name": "Sam Roberts"
},
"browser": {
"util": false
@@ -21,26 +43,31 @@
"bugs": {
"url": "https://github.com/sam-github/node-debuglog/issues"
},
- "homepage": "https://github.com/sam-github/node-debuglog",
- "_id": "debuglog@1.0.1",
+ "dependencies": {},
+ "description": "backport of util.debuglog from node v0.11",
+ "devDependencies": {},
+ "directories": {},
"dist": {
"shasum": "aa24ffb9ac3df9a2351837cfb2d279360cd78492",
"tarball": "http://registry.npmjs.org/debuglog/-/debuglog-1.0.1.tgz"
},
- "_from": "debuglog@1.0.1",
- "_npmVersion": "1.4.3",
- "_npmUser": {
- "name": "octet",
- "email": "sam@strongloop.com"
+ "engines": {
+ "node": "*"
},
+ "homepage": "https://github.com/sam-github/node-debuglog",
+ "license": "MIT",
+ "main": "debuglog.js",
"maintainers": [
{
"name": "octet",
"email": "sam@strongloop.com"
}
],
- "directories": {},
- "_shasum": "aa24ffb9ac3df9a2351837cfb2d279360cd78492",
- "_resolved": "https://registry.npmjs.org/debuglog/-/debuglog-1.0.1.tgz",
- "readme": "ERROR: No README data found!"
+ "name": "debuglog",
+ "optionalDependencies": {},
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/sam-github/node-debuglog.git"
+ },
+ "version": "1.0.1"
}