Add and run removeNPMAbsolutePaths

This commit is contained in:
Robert Brignull 2020-05-12 12:11:25 +01:00
parent a76042ab4a
commit 256c63a715
712 changed files with 13722 additions and 18895 deletions

View file

@ -1,24 +1,15 @@
{
"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,
"name": "console-log-level",
"version": "1.4.1",
"description": "The most simple logger imaginable",
"devDependencies": {
"standard": "^12.0.1",
"tape": "^4.10.1"
"main": "index.js",
"scripts": {
"test": "standard && tape test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/watson/console-log-level.git"
},
"homepage": "https://github.com/watson/console-log-level",
"keywords": [
"log",
"logging",
@ -28,15 +19,19 @@
"stdout",
"stderr"
],
"author": "Thomas Watson Steen <w@tson.dk>",
"license": "MIT",
"main": "index.js",
"name": "console-log-level",
"repository": {
"type": "git",
"url": "git+https://github.com/watson/console-log-level.git"
"bugs": {
"url": "https://github.com/watson/console-log-level/issues"
},
"scripts": {
"test": "standard && tape test.js"
"homepage": "https://github.com/watson/console-log-level",
"dependencies": {},
"devDependencies": {
"standard": "^12.0.1",
"tape": "^4.10.1"
},
"version": "1.4.1"
"coordinates": [
55.778253,
12.593208
]
}