mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.3 KiB
58 lines
1.3 KiB
{
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me",
|
|
"url": "http://blog.izs.me/"
|
|
},
|
|
"name": "npmlog",
|
|
"description": "logger for npm",
|
|
"version": "1.2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/isaacs/npmlog.git"
|
|
},
|
|
"main": "log.js",
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"dependencies": {
|
|
"ansi": "~0.3.0",
|
|
"are-we-there-yet": "~1.0.0",
|
|
"gauge": "~1.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"tap": ""
|
|
},
|
|
"license": "BSD",
|
|
"gitHead": "1fe2892a8b9dacb775d4fb365315865f421f4ca9",
|
|
"bugs": {
|
|
"url": "https://github.com/isaacs/npmlog/issues"
|
|
},
|
|
"homepage": "https://github.com/isaacs/npmlog",
|
|
"_id": "npmlog@1.2.0",
|
|
"_shasum": "b512f18ae8696a0192ada78ba00c06dbbd91bafb",
|
|
"_from": "npmlog@>=1.2.0 <1.3.0",
|
|
"_npmVersion": "2.6.0",
|
|
"_nodeVersion": "1.1.0",
|
|
"_npmUser": {
|
|
"name": "iarna",
|
|
"email": "me@re-becca.org"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
},
|
|
{
|
|
"name": "iarna",
|
|
"email": "me@re-becca.org"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "b512f18ae8696a0192ada78ba00c06dbbd91bafb",
|
|
"tarball": "http://registry.npmjs.org/npmlog/-/npmlog-1.2.0.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/npmlog/-/npmlog-1.2.0.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|
|
|