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.

81 lines
2.1 KiB

4 years ago
{
"_from": "npmlog@^5.0.0",
"_id": "npmlog@5.0.1",
"_inBundle": false,
"_integrity": "sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==",
"_location": "/npmlog",
"_phantomChildren": {
"aproba": "1.2.0",
"color-support": "1.1.3",
"console-control-strings": "1.1.0",
"delegates": "1.0.0",
"has-unicode": "2.0.1",
"inherits": "2.0.4",
"object-assign": "4.1.1",
"signal-exit": "3.0.6",
"string-width": "1.0.2",
"string_decoder": "1.1.1",
"strip-ansi": "3.0.1",
"util-deprecate": "1.0.2",
"wide-align": "1.1.5"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "npmlog@^5.0.0",
"name": "npmlog",
"escapedName": "npmlog",
"rawSpec": "^5.0.0",
"saveSpec": null,
"fetchSpec": "^5.0.0"
},
"_requiredBy": [
"/node-sass"
],
"_resolved": "https://registry.npmjs.org/npmlog/-/npmlog-5.0.1.tgz",
"_shasum": "f06678e80e29419ad67ab964e0fa69959c1eb8b0",
"_spec": "npmlog@^5.0.0",
"_where": "/Users/apple/Documents/HBuilderProjects/kxmh-uni/node_modules/node-sass",
"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": false,
"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"
}