codeql-action/node_modules/console-log-level/package.json
2020-06-18 16:31:13 +02:00

68 lines
1.6 KiB
JSON

{
"_args": [
[
"console-log-level@1.4.1",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
],
"_from": "console-log-level@1.4.1",
"_id": "console-log-level@1.4.1",
"_inBundle": false,
"_integrity": "sha512-VZzbIORbP+PPcN/gg3DXClTLPLg5Slwd5fL2MIc+o1qZ4BXBvWyc6QxPk6T/Mkr6IVjRpoAGf32XxP3ZWMVRcQ==",
"_location": "/console-log-level",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "console-log-level@1.4.1",
"name": "console-log-level",
"escapedName": "console-log-level",
"rawSpec": "1.4.1",
"saveSpec": null,
"fetchSpec": "1.4.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/console-log-level/-/console-log-level-1.4.1.tgz",
"_spec": "1.4.1",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"author": {
"name": "Thomas Watson Steen",
"email": "w@tson.dk"
},
"bugs": {
"url": "https://github.com/watson/console-log-level/issues"
},
"coordinates": [
55.778253,
12.593208
],
"dependencies": {},
"description": "The most simple logger imaginable",
"devDependencies": {
"standard": "^12.0.1",
"tape": "^4.10.1"
},
"homepage": "https://github.com/watson/console-log-level",
"keywords": [
"log",
"logging",
"logger",
"console",
"console.log",
"stdout",
"stderr"
],
"license": "MIT",
"main": "index.js",
"name": "console-log-level",
"repository": {
"type": "git",
"url": "git+https://github.com/watson/console-log-level.git"
},
"scripts": {
"test": "standard && tape test.js"
},
"version": "1.4.1"
}