diff options
Diffstat (limited to 'tools/eslint/node_modules/debug/package.json')
-rw-r--r-- | tools/eslint/node_modules/debug/package.json | 37 |
1 files changed, 23 insertions, 14 deletions
diff --git a/tools/eslint/node_modules/debug/package.json b/tools/eslint/node_modules/debug/package.json index cfa74e368b..310a8a8b03 100644 --- a/tools/eslint/node_modules/debug/package.json +++ b/tools/eslint/node_modules/debug/package.json @@ -1,7 +1,15 @@ { "_args": [ [ - "debug@^2.1.1", + { + "raw": "debug@^2.1.1", + "scope": null, + "escapedName": "debug", + "name": "debug", + "rawSpec": "^2.1.1", + "spec": ">=2.1.1 <3.0.0", + "type": "range" + }, "/Users/trott/io.js/tools/node_modules/eslint" ] ], @@ -12,16 +20,17 @@ "_location": "/debug", "_nodeVersion": "0.12.2", "_npmUser": { - "email": "nathan@tootallnate.net", - "name": "tootallnate" + "name": "tootallnate", + "email": "nathan@tootallnate.net" }, "_npmVersion": "2.7.4", "_phantomChildren": {}, "_requested": { - "name": "debug", "raw": "debug@^2.1.1", - "rawSpec": "^2.1.1", "scope": null, + "escapedName": "debug", + "name": "debug", + "rawSpec": "^2.1.1", "spec": ">=2.1.1 <3.0.0", "type": "range" }, @@ -34,8 +43,8 @@ "_spec": "debug@^2.1.1", "_where": "/Users/trott/io.js/tools/node_modules/eslint", "author": { - "email": "tj@vision-media.ca", - "name": "TJ Holowaychuk" + "name": "TJ Holowaychuk", + "email": "tj@vision-media.ca" }, "browser": "./browser.js", "bugs": { @@ -43,14 +52,14 @@ }, "component": { "scripts": { - "debug/debug.js": "debug.js", - "debug/index.js": "browser.js" + "debug/index.js": "browser.js", + "debug/debug.js": "debug.js" } }, "contributors": [ { - "email": "nathan@tootallnate.net", "name": "Nathan Rajlich", + "email": "nathan@tootallnate.net", "url": "http://n8.io" } ], @@ -78,12 +87,12 @@ "main": "./node.js", "maintainers": [ { - "email": "tj@vision-media.ca", - "name": "tjholowaychuk" + "name": "tjholowaychuk", + "email": "tj@vision-media.ca" }, { - "email": "nathan@tootallnate.net", - "name": "tootallnate" + "name": "tootallnate", + "email": "nathan@tootallnate.net" } ], "name": "debug", |