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.
72 lines
1.7 KiB
72 lines
1.7 KiB
{
|
|
"_from": "npmlog@latest",
|
|
"_id": "npmlog@4.1.0",
|
|
"_integrity": "sha512-ocolIkZYZt8UveuiDS0yAkkIjid1o7lPG8cYm05yNYzBn8ykQtaiPMEGp8fY9tKdDgm8okpdKzkvu1y9hUYugA==",
|
|
"_location": "/npmlog",
|
|
"_phantomChildren": {
|
|
"aproba": "1.1.1",
|
|
"has-unicode": "2.0.1",
|
|
"readable-stream": "2.2.9",
|
|
"strip-ansi": "3.0.1"
|
|
},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "npmlog@latest",
|
|
"name": "npmlog",
|
|
"escapedName": "npmlog",
|
|
"rawSpec": "latest",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/",
|
|
"/node-gyp",
|
|
"/npm-registry-client"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.0.tgz",
|
|
"_shasum": "dc59bee85f64f00ed424efb2af0783df25d1c0b5",
|
|
"_shrinkwrap": null,
|
|
"_spec": "npmlog@latest",
|
|
"_where": "/Users/zkat/Documents/code/npm",
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me",
|
|
"url": "http://blog.izs.me/"
|
|
},
|
|
"bin": null,
|
|
"bugs": {
|
|
"url": "https://github.com/npm/npmlog/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"are-we-there-yet": "~1.1.2",
|
|
"console-control-strings": "~1.1.0",
|
|
"gauge": "~2.7.3",
|
|
"set-blocking": "~2.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "logger for npm",
|
|
"devDependencies": {
|
|
"standard": "~7.1.2",
|
|
"tap": "~5.7.3"
|
|
},
|
|
"files": [
|
|
"log.js"
|
|
],
|
|
"homepage": "https://github.com/npm/npmlog#readme",
|
|
"license": "ISC",
|
|
"main": "log.js",
|
|
"name": "npmlog",
|
|
"optionalDependencies": {},
|
|
"peerDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/npm/npmlog.git"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && tap test/*.js"
|
|
},
|
|
"version": "4.1.0"
|
|
}
|
|
|