mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
73 lines
1.6 KiB
JSON
Executable File
73 lines
1.6 KiB
JSON
Executable File
{
|
|
"name": "debug",
|
|
"version": "2.1.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"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "0.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"browserify": "6.1.0",
|
|
"mocha": "*"
|
|
},
|
|
"main": "./node.js",
|
|
"browser": "./browser.js",
|
|
"component": {
|
|
"scripts": {
|
|
"debug/index.js": "browser.js",
|
|
"debug/debug.js": "debug.js"
|
|
}
|
|
},
|
|
"gitHead": "953162b4fa8849268d147f4bac91c737baee55bb",
|
|
"bugs": {
|
|
"url": "https://github.com/visionmedia/debug/issues"
|
|
},
|
|
"homepage": "https://github.com/visionmedia/debug",
|
|
"_id": "debug@2.1.0",
|
|
"scripts": {},
|
|
"_shasum": "33ab915659d8c2cc8a41443d94d6ebd37697ed21",
|
|
"_from": "debug@2.1.0",
|
|
"_npmVersion": "2.1.3",
|
|
"_nodeVersion": "0.10.32",
|
|
"_npmUser": {
|
|
"name": "tootallnate",
|
|
"email": "nathan@tootallnate.net"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "tjholowaychuk",
|
|
"email": "tj@vision-media.ca"
|
|
},
|
|
{
|
|
"name": "tootallnate",
|
|
"email": "nathan@tootallnate.net"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "33ab915659d8c2cc8a41443d94d6ebd37697ed21",
|
|
"tarball": "http://registry.npmjs.org/debug/-/debug-2.1.0.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/debug/-/debug-2.1.0.tgz"
|
|
}
|