This repository has been archived on 2018-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
node-task/node_modules/debug/package.json

72 lines
1.6 KiB
JSON

{
"name": "debug",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/debug.git"
},
"description": "small debugging utility",
"keywords": [
"debug",
"log",
"debugger"
],
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
"contributors": [
{
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net",
"url": "http://n8.io"
}
],
"dependencies": {
"ms": "0.6.2"
},
"devDependencies": {
"browserify": "5.11.0",
"mocha": "*"
},
"main": "./node.js",
"browser": "./browser.js",
"component": {
"scripts": {
"debug/index.js": "browser.js",
"debug/debug.js": "debug.js"
}
},
"gitHead": "c61ae82bde19c6fdedfc6684817ff7eb541ff029",
"bugs": {
"url": "https://github.com/visionmedia/debug/issues"
},
"homepage": "https://github.com/visionmedia/debug",
"_id": "debug@2.0.0",
"scripts": {},
"_shasum": "89bd9df6732b51256bc6705342bba02ed12131ef",
"_from": "debug@2.0.0",
"_npmVersion": "1.4.21",
"_npmUser": {
"name": "tootallnate",
"email": "nathan@tootallnate.net"
},
"maintainers": [
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
},
{
"name": "tootallnate",
"email": "nathan@tootallnate.net"
}
],
"dist": {
"shasum": "89bd9df6732b51256bc6705342bba02ed12131ef",
"tarball": "http://registry.npmjs.org/debug/-/debug-2.0.0.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/debug/-/debug-2.0.0.tgz",
"readme": "ERROR: No README data found!"
}