67 lines
1.8 KiB
JSON
67 lines
1.8 KiB
JSON
{
|
|
"_from": "npmlog@^5.0.1",
|
|
"_id": "npmlog@5.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==",
|
|
"_location": "/npmlog",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "npmlog@^5.0.1",
|
|
"name": "npmlog",
|
|
"escapedName": "npmlog",
|
|
"rawSpec": "^5.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^5.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/@mapbox/node-pre-gyp"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/npmlog/-/npmlog-5.0.1.tgz",
|
|
"_shasum": "f06678e80e29419ad67ab964e0fa69959c1eb8b0",
|
|
"_spec": "npmlog@^5.0.1",
|
|
"_where": "D:\\ruyi\\案例\\node_modules\\@mapbox\\node-pre-gyp",
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me",
|
|
"url": "http://blog.izs.me/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/npm/npmlog/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"are-we-there-yet": "^2.0.0",
|
|
"console-control-strings": "^1.1.0",
|
|
"gauge": "^3.0.0",
|
|
"set-blocking": "^2.0.0"
|
|
},
|
|
"deprecated": "This package is no longer supported.",
|
|
"description": "logger for npm",
|
|
"devDependencies": {
|
|
"@npmcli/lint": "^1.0.1",
|
|
"tap": "^15.0.9"
|
|
},
|
|
"files": [
|
|
"log.js"
|
|
],
|
|
"homepage": "https://github.com/npm/npmlog#readme",
|
|
"license": "ISC",
|
|
"main": "log.js",
|
|
"name": "npmlog",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/npm/npmlog.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "npm run npmclilint -- \"*.*js\" \"test/**/*.*js\"",
|
|
"lintfix": "npm run lint -- --fix",
|
|
"npmclilint": "npmcli-lint",
|
|
"postsnap": "npm run lintfix --",
|
|
"posttest": "npm run lint --",
|
|
"test": "tap test/*.js --branches=95"
|
|
},
|
|
"version": "5.0.1"
|
|
}
|