Stelescope/node_modules/debug/package.json

74 lines
1.6 KiB
JSON
Raw Permalink Normal View History

2020-08-31 16:25:01 +00:00
{
"name": "debug",
"version": "2.1.3",
"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"
}
],
"license": "MIT",
"dependencies": {
"ms": "0.7.0"
},
"devDependencies": {
"browserify": "9.0.3",
"mocha": "*"
},
"main": "./node.js",
"browser": "./browser.js",
"component": {
"scripts": {
"debug/index.js": "browser.js",
"debug/debug.js": "debug.js"
}
},
"gitHead": "0a8e4b7e0d2d1b55ef4e7422498ca24c677ae63a",
"bugs": {
"url": "https://github.com/visionmedia/debug/issues"
},
"homepage": "https://github.com/visionmedia/debug",
"_id": "debug@2.1.3",
"scripts": {},
"_shasum": "ce8ab1b5ee8fbee2bfa3b633cab93d366b63418e",
"_from": "debug@>=2.1.1 <2.2.0",
"_npmVersion": "2.5.1",
"_nodeVersion": "0.12.0",
"_npmUser": {
"name": "tootallnate",
"email": "nathan@tootallnate.net"
},
"maintainers": [
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
},
{
"name": "tootallnate",
"email": "nathan@tootallnate.net"
}
],
"dist": {
"shasum": "ce8ab1b5ee8fbee2bfa3b633cab93d366b63418e",
"tarball": "http://registry.npmjs.org/debug/-/debug-2.1.3.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/debug/-/debug-2.1.3.tgz",
"readme": "ERROR: No README data found!"
}