Initial commit (from f5274cbdce4ae7c9e4b937dcdf95ac70ae436d5f)

This commit is contained in:
anaarmas 2020-04-28 16:46:47 +02:00
commit 28ccc3db2d
13974 changed files with 2618436 additions and 0 deletions

42
node_modules/console-log-level/package.json generated vendored Normal file
View file

@ -0,0 +1,42 @@
{
"author": {
"name": "Thomas Watson Steen",
"email": "w@tson.dk"
},
"bugs": {
"url": "https://github.com/watson/console-log-level/issues"
},
"bundleDependencies": false,
"coordinates": [
55.778253,
12.593208
],
"dependencies": {},
"deprecated": false,
"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"
}