mirror of
https://github.com/github/codeql-action.git
synced 2026-01-06 22:50:17 +08:00
Run npm install so have clear baseline
This commit is contained in:
75
node_modules/console-log-level/package.json
generated
vendored
75
node_modules/console-log-level/package.json
generated
vendored
@@ -1,15 +1,50 @@
|
||||
{
|
||||
"name": "console-log-level",
|
||||
"version": "1.4.1",
|
||||
"_args": [
|
||||
[
|
||||
"console-log-level@1.4.1",
|
||||
"/Users/sam/code/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/sam/code/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",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "standard && tape test.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/watson/console-log-level.git"
|
||||
"devDependencies": {
|
||||
"standard": "^12.0.1",
|
||||
"tape": "^4.10.1"
|
||||
},
|
||||
"homepage": "https://github.com/watson/console-log-level",
|
||||
"keywords": [
|
||||
"log",
|
||||
"logging",
|
||||
@@ -19,19 +54,15 @@
|
||||
"stdout",
|
||||
"stderr"
|
||||
],
|
||||
"author": "Thomas Watson Steen <w@tson.dk>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/watson/console-log-level/issues"
|
||||
"main": "index.js",
|
||||
"name": "console-log-level",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/watson/console-log-level.git"
|
||||
},
|
||||
"homepage": "https://github.com/watson/console-log-level",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"standard": "^12.0.1",
|
||||
"tape": "^4.10.1"
|
||||
"scripts": {
|
||||
"test": "standard && tape test.js"
|
||||
},
|
||||
"coordinates": [
|
||||
55.778253,
|
||||
12.593208
|
||||
]
|
||||
}
|
||||
"version": "1.4.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user