{
	"name": "loglevelnext",
	"versions": {
		"0.0.1": {
			"name": "loglevelnext",
			"version": "0.0.1",
			"description": "Work in Progress",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "/shellscape/loglevelinext"
			},
			"author": {
				"name": "Andrew Powell",
				"email": "andrew@shellscape.org"
			},
			"homepage": "https://github.com/shellscape/loglevelnext",
			"main": "index.js",
			"engines": {
				"node": ">= 6"
			},
			"_id": "loglevelnext@0.0.1",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.2.0",
			"_npmUser": {
				"name": "shellscape",
				"email": "andrew@shellscape.org"
			},
			"dist": {
				"integrity": "sha512-rccOoNdhqefOIG8o8PbLlmdywRmXO+efsuwmywZiP/g5aaVS2JnR/pgq1gtpqGyCxHXT5+Hu4NpuObO1MTHrfA==",
				"shasum": "1b0ff93ccd1e2d78ae5a47d3fca6f7e78823b120",
				"tarball": "https://registry.npmjs.org/loglevelnext/-/loglevelnext-0.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "shellscape",
					"email": "andrew@shellscape.org"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/loglevelnext-0.0.1.tgz_1513395381560_0.9717406379058957"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0": {
			"name": "loglevelnext",
			"version": "1.0.0",
			"description": "A modern logging library for Node.js and modern browsers that provides log level mapping to the console",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "/shellscape/loglevelinext"
			},
			"author": {
				"name": "Andrew Powell",
				"email": "andrew@shellscape.org"
			},
			"homepage": "https://github.com/shellscape/loglevelnext",
			"main": "index.js",
			"engines": {
				"node": ">= 6"
			},
			"scripts": {
				"build": "npm run build:dev && npm run build:prod",
				"build:dev": "NODE_ENV=development webpack index.js",
				"build:prod": "NODE_ENV=production webpack index.js",
				"ci": "npm run cover -- --report lcovonly && npm run lint && npm run test",
				"check-node": "check-node-version --node 9",
				"cover": "istanbul cover node_modules/mocha/bin/_mocha",
				"lint": "eslint index.js lib test",
				"test": "npm run test:node && npm run test:browser",
				"test:browser": "if npm run check-node; then mocha-chrome test/tests/browser/entry.html; else echo 'Skipping Browser Test'; fi",
				"test:node": "mocha --full-trace --check-leaks"
			},
			"files": [
				"dist/",
				"factory/",
				"lib/",
				"index.js"
			],
			"keywords": [
				"browser",
				"console",
				"debug",
				"error",
				"level",
				"levels",
				"log",
				"logger",
				"logging",
				"loglevel",
				"persist",
				"persistent",
				"plugins",
				"prefix",
				"trace",
				"warn"
			],
			"dependencies": {},
			"devDependencies": {
				"@babel/core": "^7.0.0-beta.35",
				"@babel/preset-env": "^7.0.0-beta.35",
				"assert": "^1.4.1",
				"babel": "^6.23.0",
				"babel-loader": "^7.1.2",
				"babel-preset-es2015": "^6.24.1",
				"better-assert": "github:devinrhode2/better-assert-browser",
				"chalk": "^2.3.0",
				"check-node-version": "^3.1.1",
				"codecov.io": "^0.1.6",
				"eslint": "^4.13.1",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.8.0",
				"istanbul": "^0.4.5",
				"mocha": "^4.0.1",
				"mocha-chrome": "^1.0.2",
				"sinon": "^4.1.3",
				"webpack": "^4.0.0-alpha.1",
				"webpack-cli": "^1.5.2"
			},
			"gitHead": "c924043202c10cac8d7895f8fcb0a34d90c06b54",
			"_id": "loglevelnext@1.0.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.2.0",
			"_npmUser": {
				"name": "shellscape",
				"email": "andrew@shellscape.org"
			},
			"dist": {
				"integrity": "sha512-rRVik63cq6A4I6MS09Ogp/y39C9E9q+9oF7O619rKtFQzWZbWy5zCyMVlap0vwsh+ef3+LO43MWekCzbONDZYg==",
				"shasum": "9cc52bed418bd8cf64e29424c4cd3fe9d4311317",
				"tarball": "https://registry.npmjs.org/loglevelnext/-/loglevelnext-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "shellscape",
					"email": "andrew@shellscape.org"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/loglevelnext-1.0.0.tgz_1513575296960_0.8318811398930848"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.1": {
			"name": "loglevelnext",
			"version": "1.0.1",
			"description": "A modern logging library for Node.js and modern browsers that provides log level mapping to the console",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "/shellscape/loglevelinext"
			},
			"author": {
				"name": "Andrew Powell",
				"email": "andrew@shellscape.org"
			},
			"homepage": "https://github.com/shellscape/loglevelnext",
			"main": "index.js",
			"engines": {
				"node": ">= 6"
			},
			"scripts": {
				"build": "npm run build:dev && npm run build:prod",
				"build:dev": "NODE_ENV=development webpack index.js",
				"build:prod": "NODE_ENV=production webpack index.js",
				"ci": "npm run cover -- --report lcovonly && npm run lint && npm run test",
				"check-node": "check-node-version --node 9",
				"cover": "istanbul cover node_modules/mocha/bin/_mocha",
				"lint": "eslint index.js lib test",
				"test": "npm run test:node && npm run test:browser",
				"test:browser": "if npm run check-node; then mocha-chrome test/tests/browser/entry.html; else echo 'Skipping Browser Test'; fi",
				"test:node": "mocha --full-trace --check-leaks"
			},
			"files": [
				"dist/",
				"factory/",
				"lib/",
				"index.js"
			],
			"keywords": [
				"browser",
				"console",
				"debug",
				"error",
				"level",
				"levels",
				"log",
				"logger",
				"logging",
				"loglevel",
				"persist",
				"persistent",
				"plugins",
				"prefix",
				"trace",
				"warn"
			],
			"dependencies": {},
			"devDependencies": {
				"@babel/core": "^7.0.0-beta.35",
				"@babel/preset-env": "^7.0.0-beta.35",
				"assert": "^1.4.1",
				"babel": "^6.23.0",
				"babel-loader": "^7.1.2",
				"babel-preset-es2015": "^6.24.1",
				"better-assert": "github:devinrhode2/better-assert-browser",
				"chalk": "^2.3.0",
				"check-node-version": "^3.1.1",
				"codecov.io": "^0.1.6",
				"eslint": "^4.13.1",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.8.0",
				"istanbul": "^0.4.5",
				"mocha": "^4.0.1",
				"mocha-chrome": "^1.0.2",
				"sinon": "^4.1.3",
				"webpack": "^4.0.0-alpha.1",
				"webpack-cli": "^1.5.2"
			},
			"gitHead": "87be97dd6e3980a60799adab6c4b0e21bbd73f87",
			"_id": "loglevelnext@1.0.1",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.2.0",
			"_npmUser": {
				"name": "shellscape",
				"email": "andrew@shellscape.org"
			},
			"dist": {
				"integrity": "sha512-EO7yIv504vn20Op5V1Qmv2VCzlLE+f9qsr2eADuc0mrdnqp1zhq11M1xj9B3rf0vuO/sDlhchVmELMq8wgYeuQ==",
				"shasum": "8b17b5a43395338a96c67911a962c44af466d1c8",
				"tarball": "https://registry.npmjs.org/loglevelnext/-/loglevelnext-1.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "shellscape",
					"email": "andrew@shellscape.org"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/loglevelnext-1.0.1.tgz_1513965828499_0.6145030381157994"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.2": {
			"name": "loglevelnext",
			"version": "1.0.2",
			"description": "A modern logging library for Node.js and modern browsers that provides log level mapping to the console",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/shellscape/loglevelinext.git"
			},
			"author": {
				"name": "Andrew Powell",
				"email": "andrew@shellscape.org"
			},
			"homepage": "https://github.com/shellscape/loglevelnext",
			"main": "index.js",
			"engines": {
				"node": ">= 6"
			},
			"scripts": {
				"build": "npm run build:dev && npm run build:prod",
				"build:dev": "NODE_ENV=development webpack index.js",
				"build:prod": "NODE_ENV=production webpack index.js",
				"ci": "npm run cover -- --report lcovonly && npm run lint && npm run test",
				"check-node": "check-node-version --node 9",
				"cover": "istanbul cover node_modules/mocha/bin/_mocha",
				"lint": "eslint index.js lib test",
				"test": "npm run test:node && npm run test:browser",
				"test:browser": "if npm run check-node; then mocha-chrome test/tests/browser/entry.html; else echo 'Skipping Browser Test'; fi",
				"test:node": "mocha --full-trace --check-leaks"
			},
			"files": [
				"dist/",
				"factory/",
				"lib/",
				"index.js"
			],
			"keywords": [
				"browser",
				"console",
				"debug",
				"error",
				"level",
				"levels",
				"log",
				"logger",
				"logging",
				"loglevel",
				"persist",
				"persistent",
				"plugins",
				"prefix",
				"trace",
				"warn"
			],
			"dependencies": {},
			"devDependencies": {
				"@babel/core": "^7.0.0-beta.35",
				"@babel/preset-env": "^7.0.0-beta.35",
				"assert": "^1.4.1",
				"babel": "^6.23.0",
				"babel-loader": "^7.1.2",
				"babel-preset-es2015": "^6.24.1",
				"better-assert": "github:devinrhode2/better-assert-browser",
				"chalk": "^2.3.0",
				"check-node-version": "^3.1.1",
				"codecov.io": "^0.1.6",
				"eslint": "^4.13.1",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.8.0",
				"istanbul": "^0.4.5",
				"mocha": "^4.0.1",
				"mocha-chrome": "^1.0.2",
				"sinon": "^4.1.3",
				"webpack": "^4.0.0-alpha.1",
				"webpack-cli": "^1.5.2"
			},
			"gitHead": "f78d0b79d748ad3f7489c3ed79f208f971993606",
			"bugs": {
				"url": "https://github.com/shellscape/loglevelinext/issues"
			},
			"_id": "loglevelnext@1.0.2",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.2.0",
			"_npmUser": {
				"name": "shellscape",
				"email": "andrew@shellscape.org"
			},
			"dist": {
				"integrity": "sha512-Ob2yt8oSZaJ0012CpbirVKHetw1EUFX+XnWICizxdMSvIxchZ4hZBuGzY9Q1UM19CLODDdE5wqfeajSbGwGeBw==",
				"shasum": "eb81a7ac45ca5749ee0e40d75c5d3d2f7cb7705d",
				"tarball": "https://registry.npmjs.org/loglevelnext/-/loglevelnext-1.0.2.tgz"
			},
			"maintainers": [
				{
					"name": "shellscape",
					"email": "andrew@shellscape.org"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/loglevelnext-1.0.2.tgz_1515343601546_0.11792698572389781"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.3": {
			"name": "loglevelnext",
			"version": "1.0.3",
			"description": "A modern logging library for Node.js and modern browsers that provides log level mapping to the console",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/shellscape/loglevelnext.git"
			},
			"author": {
				"name": "Andrew Powell",
				"email": "andrew@shellscape.org"
			},
			"homepage": "https://github.com/shellscape/loglevelnext",
			"main": "index.js",
			"engines": {
				"node": ">= 6"
			},
			"scripts": {
				"build": "npm run build:dev && npm run build:prod",
				"build:dev": "NODE_ENV=development webpack index.js",
				"build:prod": "NODE_ENV=production webpack index.js",
				"ci": "npm run cover -- --report lcovonly && npm run lint && npm run test",
				"check-node": "check-node-version --node 9",
				"cover": "istanbul cover node_modules/mocha/bin/_mocha",
				"lint": "eslint index.js lib test",
				"test": "npm run test:node && npm run test:browser",
				"test:browser": "if npm run check-node; then mocha-chrome test/tests/browser/entry.html; else echo 'Skipping Browser Test'; fi",
				"test:node": "mocha --full-trace --check-leaks"
			},
			"files": [
				"dist/",
				"factory/",
				"lib/",
				"index.js"
			],
			"keywords": [
				"browser",
				"console",
				"debug",
				"error",
				"level",
				"levels",
				"log",
				"logger",
				"logging",
				"loglevel",
				"persist",
				"persistent",
				"plugins",
				"prefix",
				"trace",
				"warn"
			],
			"dependencies": {},
			"devDependencies": {
				"@babel/core": "^7.0.0-beta.35",
				"@babel/preset-env": "^7.0.0-beta.35",
				"assert": "^1.4.1",
				"babel": "^6.23.0",
				"babel-loader": "^7.1.2",
				"babel-preset-es2015": "^6.24.1",
				"better-assert": "github:devinrhode2/better-assert-browser",
				"chalk": "^2.3.0",
				"check-node-version": "^3.1.1",
				"codecov.io": "^0.1.6",
				"eslint": "^4.13.1",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.8.0",
				"istanbul": "^0.4.5",
				"mocha": "^4.0.1",
				"mocha-chrome": "^1.0.2",
				"sinon": "^4.1.3",
				"webpack": "^4.0.0-alpha.1",
				"webpack-cli": "^1.5.2"
			},
			"gitHead": "261a3c68f8e355cac262e088856ccb591e850ad6",
			"bugs": {
				"url": "https://github.com/shellscape/loglevelnext/issues"
			},
			"_id": "loglevelnext@1.0.3",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.2.0",
			"_npmUser": {
				"name": "shellscape",
				"email": "andrew@shellscape.org"
			},
			"dist": {
				"integrity": "sha512-OCxd/b78TijTB4b6zVqLbMrxhebyvdZKwqpL0VHUZ0pYhavXaPD4l6Xrr4n5xqTYWiqtb0i7ikSoJY/myQ/Org==",
				"shasum": "0f69277e73bbbf2cd61b94d82313216bf87ac66e",
				"tarball": "https://registry.npmjs.org/loglevelnext/-/loglevelnext-1.0.3.tgz"
			},
			"maintainers": [
				{
					"name": "shellscape",
					"email": "andrew@shellscape.org"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/loglevelnext-1.0.3.tgz_1515559079240_0.5960371820256114"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.4": {
			"name": "loglevelnext",
			"version": "1.0.4",
			"description": "A modern logging library for Node.js and modern browsers that provides log level mapping to the console",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/shellscape/loglevelnext.git"
			},
			"author": {
				"name": "Andrew Powell",
				"email": "andrew@shellscape.org"
			},
			"homepage": "https://github.com/shellscape/loglevelnext",
			"main": "index.js",
			"engines": {
				"node": ">= 6"
			},
			"scripts": {
				"build": "npm run build:dev && npm run build:prod",
				"build:dev": "NODE_ENV=development webpack index.js",
				"build:prod": "NODE_ENV=production webpack index.js",
				"ci": "npm run cover -- --report lcovonly && npm run lint && npm run test",
				"check-node": "check-node-version --node 9",
				"cover": "istanbul cover node_modules/mocha/bin/_mocha",
				"lint": "eslint index.js lib test",
				"test": "npm run test:node && npm run test:browser",
				"test:browser": "if npm run check-node --silent; then mocha-chrome test/tests/browser/entry.html; else npm run test:browser:skip; fi",
				"test:browser:skip": "echo \"\\nSkipping Browser Test\\n\\n\\033[32mTests Completed Successfully\\033[0m\"",
				"test:node": "mocha --full-trace --check-leaks"
			},
			"files": [
				"dist/",
				"factory/",
				"lib/",
				"index.js"
			],
			"keywords": [
				"browser",
				"console",
				"debug",
				"error",
				"level",
				"levels",
				"log",
				"logger",
				"logging",
				"loglevel",
				"persist",
				"persistent",
				"plugins",
				"prefix",
				"trace",
				"warn"
			],
			"dependencies": {},
			"devDependencies": {
				"@babel/core": "^7.0.0-beta.35",
				"@babel/preset-env": "^7.0.0-beta.35",
				"assert": "^1.4.1",
				"babel": "^6.23.0",
				"babel-loader": "^7.1.2",
				"babel-plugin-transform-object-assign": "^6.22.0",
				"babel-preset-es2015": "^6.24.1",
				"better-assert": "github:devinrhode2/better-assert-browser",
				"chalk": "^2.3.0",
				"check-node-version": "^3.1.1",
				"codecov.io": "^0.1.6",
				"eslint": "^4.13.1",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.8.0",
				"istanbul": "^0.4.5",
				"mocha": "^4.0.1",
				"mocha-chrome": "^1.0.2",
				"sinon": "^4.1.3",
				"webpack": "^4.0.0-alpha.1",
				"webpack-cli": "^2.0.2"
			},
			"gitHead": "2a7ab4303beca56fb58ad2baa6a1894704c65275",
			"bugs": {
				"url": "https://github.com/shellscape/loglevelnext/issues"
			},
			"_id": "loglevelnext@1.0.4",
			"_npmVersion": "5.8.0",
			"_nodeVersion": "9.2.0",
			"_npmUser": {
				"name": "shellscape",
				"email": "andrew@shellscape.org"
			},
			"dist": {
				"integrity": "sha512-V3N6LAJAiGwa/zjtvmgs2tyeiCJ23bGNhxXN8R+v7k6TNlSlTz40mIyZYdmO762eBnEFymn0Mhha+WuAhnwMBg==",
				"shasum": "0d991d9998180991dac8bd81e73a596a8720a645",
				"tarball": "https://registry.npmjs.org/loglevelnext/-/loglevelnext-1.0.4.tgz",
				"fileCount": 10,
				"unpackedSize": 43791
			},
			"maintainers": [
				{
					"name": "shellscape",
					"email": "andrew@shellscape.org"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/loglevelnext_1.0.4_1523281561716_0.6856031779856155"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.5": {
			"name": "loglevelnext",
			"version": "1.0.5",
			"description": "A modern logging library for Node.js and modern browsers that provides log level mapping to the console",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/shellscape/loglevelnext.git"
			},
			"author": {
				"name": "Andrew Powell",
				"email": "andrew@shellscape.org"
			},
			"homepage": "https://github.com/shellscape/loglevelnext",
			"main": "index.js",
			"engines": {
				"node": ">= 6"
			},
			"scripts": {
				"build": "npm run build:dev && npm run build:prod",
				"build:dev": "NODE_ENV=development webpack index.js",
				"build:prod": "NODE_ENV=production webpack index.js",
				"ci": "npm run cover -- --report lcovonly && npm run lint && npm run test",
				"check-node": "check-node-version --node 9",
				"cover": "istanbul cover node_modules/mocha/bin/_mocha",
				"lint": "eslint index.js lib test",
				"test": "npm run test:node && npm run test:browser",
				"test:browser": "if npm run check-node --silent; then mocha-chrome test/tests/browser/entry.html; else npm run test:browser:skip; fi",
				"test:browser:skip": "echo \"\\nSkipping Browser Test\\n\\n\\033[32mTests Completed Successfully\\033[0m\"",
				"test:node": "mocha --full-trace --check-leaks"
			},
			"files": [
				"dist/",
				"factory/",
				"lib/",
				"index.js"
			],
			"keywords": [
				"browser",
				"console",
				"debug",
				"error",
				"level",
				"levels",
				"log",
				"logger",
				"logging",
				"loglevel",
				"persist",
				"persistent",
				"plugins",
				"prefix",
				"trace",
				"warn"
			],
			"dependencies": {
				"es6-symbol": "^3.1.1",
				"object.assign": "^4.1.0"
			},
			"devDependencies": {
				"@babel/cli": "^7.0.0-beta.46",
				"@babel/core": "^7.0.0-beta.46",
				"@babel/polyfill": "^7.0.0-beta.46",
				"@babel/preset-env": "^7.0.0-beta.46",
				"@babel/register": "^7.0.0-beta.46",
				"assert": "^1.4.1",
				"babel-loader": "^8.0.0-beta.2",
				"better-assert": "github:devinrhode2/better-assert-browser",
				"chalk": "^2.3.0",
				"check-node-version": "^3.1.1",
				"codecov.io": "^0.1.6",
				"eslint": "^4.13.1",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.8.0",
				"istanbul": "^0.4.5",
				"mocha": "^5.1.1",
				"mocha-chrome": "^1.0.2",
				"sinon": "^4.1.3",
				"webpack": "^4.0.0-alpha.1",
				"webpack-cli": "^2.0.2"
			},
			"gitHead": "e920edd0e19b1699fa4c3fd48b265c6468ac4797",
			"bugs": {
				"url": "https://github.com/shellscape/loglevelnext/issues"
			},
			"_id": "loglevelnext@1.0.5",
			"_npmVersion": "5.8.0",
			"_nodeVersion": "9.2.0",
			"_npmUser": {
				"name": "shellscape",
				"email": "andrew@shellscape.org"
			},
			"dist": {
				"integrity": "sha512-V/73qkPuJmx4BcBF19xPBr+0ZRVBhc4POxvZTZdMeXpJ4NItXSJ/MSwuFT0kQJlCbXvdlZoQQ/418bS1y9Jh6A==",
				"shasum": "36fc4f5996d6640f539ff203ba819641680d75a2",
				"tarball": "https://registry.npmjs.org/loglevelnext/-/loglevelnext-1.0.5.tgz",
				"fileCount": 10,
				"unpackedSize": 92169,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa4h71CRA9TVsSAnZWagAAqT0P/iG1vI7lXGeE47VcsSfr\n3t+3rWJDZJ4JeNTtWOc8uWmZozgQteOeeJF18Yf4pFEEB7Xt1lgCS4e8maay\nDVZRQhWEcCKTq8qnuLxGLLyJHDHt3hx+Khd1xhfSHf765/7uB714M769VphU\nNhK7uytua4lfqIMjXQECABhnSD92IwfFClJ1zBeaVzr0f5nhqh7w/3GrvMfn\nIWXLgqMhUo9YOG+lzmpuMupJdEHUKoEaSJG+jjZqJrKfnvbwAATOL7++WMk+\nJByKHgdGecp5FdHwvCJmFzOnwTSUxv0uMt2IOsjG0ygNE8gTU14nZr7mZ1Jl\nOpAzNEtxidBR39u5xbEsi2AYRFyt8yJmt1zkniavPQMOlm1xUgXGW74bhE2i\nirWsb849hOK9wI6c4dR9sEA37ytUUyzL25CqeIy0AF57k/xC+//1egN9DJ5h\nztggW6XOzm0KEYOn1qGm2VureqlHXe1P6r/DlS09O04BvitDNsUznX05AZ3T\nrawclCEsLFcCiM5ynGWQY92JhQAo5ZDFMdx2g3LDZmJbqRuLhnlqeBOoFJ40\nICWyyz7Qcbe5aa8BcHgglhhZxKLxEyz8t4RubQADGFzNHYxK8OOCDkmn0ucM\nTWyZ5kY7n4fWXmL5B0YsjQPYxl68f3814xFmxkK0lT+gG9f40NRK60xmDwiK\nLZt1\r\n=SrIn\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "shellscape",
					"email": "andrew@shellscape.org"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/loglevelnext_1.0.5_1524768500556_0.49478764654826946"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.0": {
			"name": "loglevelnext",
			"version": "2.0.0",
			"description": "A modern logging library for Node.js and modern browsers that provides log level mapping to the console",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/shellscape/loglevelnext.git"
			},
			"author": {
				"name": "Andrew Powell",
				"email": "andrew@shellscape.org"
			},
			"homepage": "https://github.com/shellscape/loglevelnext",
			"main": "index.js",
			"engines": {
				"node": ">= 6"
			},
			"scripts": {
				"build": "npm run build:dev && npm run build:prod",
				"build:dev": "NODE_ENV=development wp",
				"build:prod": "NODE_ENV=production wp",
				"ci": "npm run cover -- --report lcovonly && npm run lint && npm run test",
				"check-node": "check-node-version --node 10",
				"cover": "istanbul cover node_modules/mocha/bin/_mocha",
				"lint": "eslint index.js lib test",
				"test": "npm run test:node && npm run test:browser",
				"test:browser": "if npm run check-node -- --silent; then mocha-chrome test/tests/browser/entry.html; else npm run test:browser:skip; fi",
				"test:browser:skip": "echo \"\\nSkipping Browser Test\\n\\n\\033[32mTests Completed Successfully\\033[0m\"",
				"test:node": "mocha --full-trace --check-leaks"
			},
			"files": [
				"dist/",
				"factory/",
				"lib/",
				"index.js"
			],
			"keywords": [
				"browser",
				"console",
				"debug",
				"error",
				"level",
				"levels",
				"log",
				"logger",
				"logging",
				"loglevel",
				"persist",
				"persistent",
				"plugins",
				"prefix",
				"trace",
				"warn"
			],
			"dependencies": {
				"es6-symbol": "^3.1.1",
				"object.assign": "^4.1.0"
			},
			"devDependencies": {
				"@babel/cli": "^7.0.0-beta.46",
				"@babel/core": "^7.0.0-beta.46",
				"@babel/polyfill": "^7.0.0-beta.46",
				"@babel/preset-env": "^7.0.0-beta.46",
				"@babel/register": "^7.0.0-beta.46",
				"assert": "^1.4.1",
				"babel-loader": "^8.0.0-beta.2",
				"better-assert": "github:devinrhode2/better-assert-browser",
				"chalk": "^2.3.0",
				"check-node-version": "^3.1.1",
				"codecov": "^3.0.4",
				"eslint": "^5.3.0",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.8.0",
				"istanbul": "^0.4.5",
				"mocha": "^5.1.1",
				"mocha-chrome": "^1.0.2",
				"sinon": "^6.1.5",
				"webpack": "^4.0.0",
				"webpack-command": "^0.4.1"
			},
			"types": "types/index.d.ts",
			"gitHead": "a4afe666965d14e01ea7928fd7e154e066125956",
			"bugs": {
				"url": "https://github.com/shellscape/loglevelnext/issues"
			},
			"_id": "loglevelnext@2.0.0",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "10.1.0",
			"_npmUser": {
				"name": "shellscape",
				"email": "andrew@shellscape.org"
			},
			"dist": {
				"integrity": "sha512-UH+8ObdXhU8VmkIjkcKohSscn0cUkky71SfSMFC6ZrQIlnENRHEc+9r79KR9x3lPBLxjjlDW4u9IVFYMU/br5g==",
				"shasum": "c992d67f6fafb4bc956b580a45815833a3e6643f",
				"tarball": "https://registry.npmjs.org/loglevelnext/-/loglevelnext-2.0.0.tgz",
				"fileCount": 10,
				"unpackedSize": 92318,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbbupXCRA9TVsSAnZWagAAt14P/idWGM5Ub9271m80E+2O\nyOSdR5E0AEOi4UWrq5S7VhzFwV/r4bkIsBpPxf4YDyp+IlKktWRZt+Q+zJye\n9EMXDJsGHas3f3BoNFsCWCxRmjNxr6I2o2xYpGCnuafVPV+d/G/3DuzGNpSi\n+YNafX0KcRM2Fhm15O9Q6ny8Ot/8OOLEEYKoXvm61VXorufMv6xZi8KdPSfA\n8T9dMzVhUkmyGX6fz+vlkOQEN3xgVfXAqYFpfVedyyWqdFL3VPdPgkOkYuMH\nR8FmYiaR04pI0OClE9DMnDLXBqzMMmUV6u8u45XJIh0z9wNtOcMKf+Cjlt1e\nQijoLyMWh8YbKq0/qFjgnShivcs7OqQ9CqogZAkNy9EUosAYUjTIohBuycUA\nwGgzl3og80FmHva/VgyKSJZeIsMZ6XYJJCw+moXaIcIhUgOqN2PlUoGmzhXD\nVLd9QwSEUD8Qm9bF6+/9VZrZezSwqxTYdb2aIR6zBU78wWqAh6hqmCBRC+H6\nKrSMhUDNHN5vGq3fzk2Wb/VzIExk3ubocnY63VYgoXdbi/Vt9Q/V+RXMYAx/\nWUPLRcWB5PxLr/14/uwwV030PgDr4MqxEdbNenzHOH3k/UhDz9xSxldCjmmY\nhrsd/njuEZ4QhODK6bT+ij//rRgB3MFnGhYjK0Q9FE8TyU2ex2tdF6jYLp2q\nXA7M\r\n=Y8Qz\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "shellscape",
					"email": "andrew@shellscape.org"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/loglevelnext_2.0.0_1533995607261_0.3004169524956537"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.1": {
			"name": "loglevelnext",
			"version": "2.0.1",
			"description": "A modern logging library for Node.js and modern browsers that provides log level mapping to the console",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/shellscape/loglevelnext.git"
			},
			"author": {
				"name": "Andrew Powell",
				"email": "andrew@shellscape.org"
			},
			"homepage": "https://github.com/shellscape/loglevelnext",
			"main": "index.js",
			"engines": {
				"node": ">= 6"
			},
			"scripts": {
				"build": "npm run build:dev && npm run build:prod",
				"build:dev": "NODE_ENV=development wp",
				"build:prod": "NODE_ENV=production wp",
				"ci": "npm run cover -- --report lcovonly && npm run lint && npm run test",
				"check-node": "check-node-version --node 10",
				"cover": "istanbul cover node_modules/mocha/bin/_mocha",
				"lint": "eslint index.js lib test",
				"test": "npm run test:node && npm run test:browser",
				"test:browser": "if npm run check-node -- --silent; then mocha-chrome test/tests/browser/entry.html; else npm run test:browser:skip; fi",
				"test:browser:skip": "echo \"\\nSkipping Browser Test\\n\\n\\033[32mTests Completed Successfully\\033[0m\"",
				"test:node": "mocha --full-trace --check-leaks"
			},
			"files": [
				"dist/",
				"factory/",
				"lib/",
				"types/",
				"index.js"
			],
			"keywords": [
				"browser",
				"console",
				"debug",
				"error",
				"level",
				"levels",
				"log",
				"logger",
				"logging",
				"loglevel",
				"persist",
				"persistent",
				"plugins",
				"prefix",
				"trace",
				"warn"
			],
			"dependencies": {
				"es6-symbol": "^3.1.1",
				"object.assign": "^4.1.0"
			},
			"devDependencies": {
				"@babel/cli": "^7.0.0-beta.46",
				"@babel/core": "^7.0.0-beta.46",
				"@babel/polyfill": "^7.0.0-beta.46",
				"@babel/preset-env": "^7.0.0-beta.46",
				"@babel/register": "^7.0.0-beta.46",
				"assert": "^1.4.1",
				"babel-loader": "^8.0.0-beta.2",
				"better-assert": "github:devinrhode2/better-assert-browser",
				"chalk": "^2.3.0",
				"check-node-version": "^3.1.1",
				"codecov": "^3.0.4",
				"eslint": "^5.3.0",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.8.0",
				"istanbul": "^0.4.5",
				"mocha": "^5.1.1",
				"mocha-chrome": "^1.0.2",
				"sinon": "^6.1.5",
				"webpack": "^4.0.0",
				"webpack-command": "^0.4.1"
			},
			"types": "types/index.d.ts",
			"gitHead": "11855c6635e3a72cf1eeee3b68c713b9e61cc11c",
			"bugs": {
				"url": "https://github.com/shellscape/loglevelnext/issues"
			},
			"_id": "loglevelnext@2.0.1",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "10.1.0",
			"_npmUser": {
				"name": "shellscape",
				"email": "andrew@shellscape.org"
			},
			"dist": {
				"integrity": "sha512-RNmj63np9Gjkmnuh4tLA89dJy2u0aLbdzinEs0sQG4194uhh1AByTAPQuKV+yJAumxJt5W3z0Vbam8hyzoomHA==",
				"shasum": "27a40b93efd134b86b10fce3672f94c49ba55691",
				"tarball": "https://registry.npmjs.org/loglevelnext/-/loglevelnext-2.0.1.tgz",
				"fileCount": 12,
				"unpackedSize": 93389,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbburvCRA9TVsSAnZWagAAmMMP/Rw2LFjU9FaL8gLHniRs\nZhr8RE1mq5ITG1U/Q4DtSvn9T6dSCLNwEOcSJvojCvO96c58o6g6xYPMXlkz\nWWM6hjhhoi5ydNM19DocsI2MFfJFd/iwgSQyb239BVUCy2PmluqH0fiO3UPQ\nCujoOb33eBdJFJKwKelX+AEDjzhqY3o3ZhBb9d6WmS0xzVnVp5QbDHsSCMgG\nHP2rrUQTfR14BNL+sMhLBVcKZ1ATXCMDT5/okYS2ZWKXkTyMQeSm47J2oR4w\nfAD2j4l4fT9JZ3pmcC/vUKKNieR5ry53UmxZWuwAdYFDBGG9GWxBpIEzVe5V\nKiLNvDPMWmbqX0LEf4dPm2uGJl53b5nFxz1GA5dDddmpVsPHJkdi9plhXXcw\n/qmdZxRLMX9xmRc5bXXS/qv4tTvWL5pseIolCJhxebIDKZHFXHJDkoLVACnl\nGx9j5ZhYW9ZxEwMcdI0R1oiP+hlOYVzp14ATOfCKZ7qKEpcz19giKGok+LAB\nMSVHnjt5z/XIkkuPFJgW6tcsBsb/28wOa2Qcueo5u2Xbe0V8q1vL8OmoKfC2\njkQA/LF7tPzPN5jtBQ8nRXm5V47/6P7bvXB3eLSmdkJUr1d5lAKU5jMv0r2l\nprEBmYr5BOmNFiMRB+WHwJvcQZ9DXlhaliKgTCa/bsy11tpLI4TzoDcZ4jxP\nJ6cc\r\n=xycE\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "shellscape",
					"email": "andrew@shellscape.org"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/loglevelnext_2.0.1_1533995759043_0.8601910793027714"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.0": {
			"name": "loglevelnext",
			"version": "3.0.0",
			"description": "A modern logging library for Node.js and modern browsers that provides log level mapping to the console",
			"license": "MPL",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/shellscape/loglevelnext.git"
			},
			"author": {
				"name": "Andrew Powell",
				"email": "andrew@shellscape.org"
			},
			"homepage": "https://github.com/shellscape/loglevelnext",
			"main": "lib/index.js",
			"engines": {
				"node": ">= 6.14.4"
			},
			"scripts": {
				"ci:coverage": "nyc npm run test && nyc report --reporter=text-lcov > coverage.lcov",
				"ci:lint": "npm run lint && npm run security",
				"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
				"ci:test": "npm run test",
				"commitlint": "commitlint",
				"commitmsg": "commitlint -e $GIT_PARAMS",
				"lint": "eslint --fix --cache lib test",
				"lint-staged": "lint-staged",
				"security": "npm audit",
				"test": "ava"
			},
			"dependencies": {},
			"devDependencies": {
				"@commitlint/cli": "^7.1.2",
				"@commitlint/config-conventional": "^7.1.2",
				"ava": "^0.25.0",
				"chalk": "^2.3.0",
				"eslint": "^5.3.0",
				"eslint-config-shellscape": "^2.0.2",
				"eslint-plugin-import": "^2.8.0",
				"lint-staged": "^7.3.0",
				"nyc": "^13.0.1",
				"pre-commit": "^1.2.2",
				"sinon": "^6.1.5",
				"standard-version": "^4.4.0"
			},
			"types": "types/index.d.ts",
			"keywords": [
				"browser",
				"console",
				"debug",
				"error",
				"level",
				"levels",
				"log",
				"logger",
				"logging",
				"loglevel",
				"persist",
				"persistent",
				"plugins",
				"prefix",
				"trace",
				"warn"
			],
			"pre-commit": "lint-staged",
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "122fc73e483917546ecc8bdd8faac71fa2ffdac9",
			"bugs": {
				"url": "https://github.com/shellscape/loglevelnext/issues"
			},
			"_id": "loglevelnext@3.0.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.1.0",
			"_npmUser": {
				"name": "shellscape",
				"email": "andrew@shellscape.org"
			},
			"dist": {
				"integrity": "sha512-QpOjsecBDe3lI9sDcdCyVbuMsit3T15Qluf4C7MoYeeR6jmqSOvH3QFctZtygfIdGJLlchdN7JSjSVhOhZ3HxQ==",
				"shasum": "cd0f094acc488adf143d7b099927054b1a296124",
				"tarball": "https://registry.npmjs.org/loglevelnext/-/loglevelnext-3.0.0.tgz",
				"fileCount": 9,
				"unpackedSize": 33502,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbrN8zCRA9TVsSAnZWagAAa7sP/iy2Su4xcfvrsnlxFRBU\njbXZHcQj4BRzQJHY1WfO8Y+2L6bAFvy7RA8tY97HxOZ7CP19+0mktaMwqmcU\nV2U8R2XrfgTQddOFNes01Ni3FWqM5Rh3dqNw06tsNRi9rqP+e5ueL8GzGgUx\n1UpKrv5HuJoJEE2Clkk97F90vEYUekqkhymJE1FqvUxlqUQ0FV1iEZS5wDM0\nZxfI27YAyvQN2AdB8U7U8YXh4jBWDribdyatP7f5/4Xu+SKBsW9HiRUnMMKq\nYHKi8WgejtcJSkBmH1iO8zkX24OWKCioz0PjgfCYPCRoqHGNpQKxcD3ywb2v\nOEIxqBig6ZLpA1t9x043no6uc1EtljmVFZfLxQlU+6unhbE04DTzw87EkR0P\ns3FvzD8VTKBBmq5ExE4ki3ZZXyrD5tWNSR59KD9oRfkEjmJFiyfgSdCafjez\nIApDGMeQ2agk+ot1E6+l+IFWman85JVHnxZHjAGzSGOpVtV2QIr8/0orBpN6\nGOZURaRaIErkFAwr67RH6LfyfVUot4iL4ZhwruHYIK+tyn/96C+M4O0fBG86\nI8canNsO54pTocBLQDVDnDbzC7kFoRLlkfgmXzT0iBHcJUQGh7Tzy5I3WENE\nVNLonhff3+Bt9uZ8qT+uBxj0RTeeuZHLdwB1EkJLeMzPe9Ku9QnQ/LMZf9v7\nFozC\r\n=8ViE\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "shellscape",
					"email": "andrew@shellscape.org"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/loglevelnext_3.0.0_1538055986423_0.1934618686790377"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.1": {
			"name": "loglevelnext",
			"version": "3.0.1",
			"description": "A modern logging library for Node.js and modern browsers that provides log level mapping to the console",
			"license": "MPL",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/shellscape/loglevelnext.git"
			},
			"author": {
				"name": "Andrew Powell",
				"email": "andrew@shellscape.org"
			},
			"homepage": "https://github.com/shellscape/loglevelnext",
			"main": "lib/index.js",
			"engines": {
				"node": ">= 6.14.4"
			},
			"scripts": {
				"ci:coverage": "nyc npm run test && nyc report --reporter=text-lcov > coverage.lcov",
				"ci:lint": "npm run lint && npm run security",
				"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
				"ci:test": "npm run test",
				"commitlint": "commitlint",
				"commitmsg": "commitlint -e $GIT_PARAMS",
				"lint": "eslint --fix --cache lib test",
				"lint-staged": "lint-staged",
				"security": "npm audit",
				"test": "ava"
			},
			"dependencies": {},
			"devDependencies": {
				"@commitlint/cli": "^7.1.2",
				"@commitlint/config-conventional": "^7.1.2",
				"ava": "^1.3.1",
				"chalk": "^2.3.0",
				"eslint": "^5.15.1",
				"eslint-config-shellscape": "^2.0.2",
				"eslint-plugin-import": "^2.8.0",
				"lint-staged": "^8.1.0",
				"nyc": "^14.1.0",
				"pre-commit": "^1.2.2",
				"sinon": "^7.2.3",
				"standard-version": "^5.0.1"
			},
			"types": "types/index.d.ts",
			"keywords": [
				"browser",
				"console",
				"debug",
				"error",
				"level",
				"levels",
				"log",
				"logger",
				"logging",
				"loglevel",
				"persist",
				"persistent",
				"plugins",
				"prefix",
				"trace",
				"warn"
			],
			"pre-commit": "lint-staged",
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "cc35e2878fc82a1c3dcde7ef6ac16e2e15164873",
			"bugs": {
				"url": "https://github.com/shellscape/loglevelnext/issues"
			},
			"_id": "loglevelnext@3.0.1",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.13.0",
			"_npmUser": {
				"name": "shellscape",
				"email": "andrew@shellscape.org"
			},
			"dist": {
				"integrity": "sha512-JpjaJhIN1reaSb26SIxDGtE0uc67gPl19OMVHrr+Ggt6b/Vy60jmCtKgQBrygAH0bhRA2nkxgDvM+8QvR8r0YA==",
				"shasum": "e3e4659c4061c09264f6812c33586dc55a009a04",
				"tarball": "https://registry.npmjs.org/loglevelnext/-/loglevelnext-3.0.1.tgz",
				"fileCount": 9,
				"unpackedSize": 33502,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJczebmCRA9TVsSAnZWagAAqcYP/iLbOY9yCKfzGihgbDIR\nlI9k6BVfmU5Oh1MCU+NtUdtVl9q0xepAmVDugD08KDjyCJDP4PNMiXpcF7Hg\nKer948oUYM4Fd2B8v4EqFwKoIKS900EpA8F+DoZSgPJvowaBBE/6JBXIPqdo\nt5iZrtNVlgZqEO+RFZXCl22l2T2SnbQK8CEPCxAcCrXzMHtoN5I7frCDaa+k\nGs1oZaKc3bwwiSJRPQBQqFMN5jSSLH+xZfPGL0DxoI7LCGytYx1ncz0N2U8M\nM45Ow82rDX7eXtfbwcOqlfHRLNmcAwWUWXl9TEUUm+oJ8C34g49dt3qSZ3A6\n7YDlpITfWonGhBF5mSKhMDL+EXbqkwE2j2jyhpR13v87rl/ONQdE9gkyrttu\n6Oo2MU63f+fCJ0cJy8aeaCXNqIKDNLslxzSc36QA+CbJW3H3ZE5B/JIuE3TE\nrA5ZcaSQhuJ7Wl++Au5UmpneL3zZy+k/o6u1fMjmU4ylNLVUJR0wt1fAsRcI\n3h9XjWQ9xvcACHeyc0eCQbnwKUGUvrC3hpwH581u4ddPh996TNDLeVEiGHCX\nE9DTvvIrGtsHjmxIwilvfGO73Nw7Q97EuSf4kKIEwAszoKJKUVxUTQdVm6xu\nSbO99J0J1U+B/JYb5K8zI6+eHqgRd7OA5YWVq/5QP5tpHuSBZ0k9/nB/2NA1\nQ8Zm\r\n=sGWi\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "shellscape",
					"email": "andrew@shellscape.org"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/loglevelnext_3.0.1_1556997862192_0.6841777173243446"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.1": {
			"name": "loglevelnext",
			"version": "4.0.1",
			"description": "A modern logging library for Node.js and modern browsers that provides log level mapping to the console",
			"license": "MPL-2.0",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/shellscape/loglevelnext.git"
			},
			"author": {
				"name": "Andrew Powell",
				"email": "andrew@shellscape.org"
			},
			"homepage": "https://github.com/shellscape/loglevelnext",
			"main": "lib/index.js",
			"engines": {
				"node": ">= 8.16.0"
			},
			"scripts": {
				"ci:coverage": "nyc npm run test && nyc report --reporter=text-lcov > coverage.lcov",
				"ci:lint": "npm run lint && npm run security",
				"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
				"ci:test": "npm run test",
				"commitlint": "commitlint",
				"commitmsg": "commitlint -e $GIT_PARAMS",
				"lint": "eslint --fix --cache lib test",
				"lint-staged": "lint-staged",
				"security": "npm audit",
				"test": "ava"
			},
			"dependencies": {},
			"devDependencies": {
				"@commitlint/cli": "^8.2.0",
				"@commitlint/config-conventional": "^8.2.0",
				"ava": "^2.4.0",
				"chalk": "^4.0.0",
				"eslint-config-shellscape": "^2.1.0",
				"lint-staged": "^10.1.3",
				"nyc": "^15.0.1",
				"pre-commit": "^1.2.2",
				"sinon": "^7.2.3"
			},
			"types": "types/index.d.ts",
			"keywords": [
				"browser",
				"console",
				"debug",
				"error",
				"level",
				"levels",
				"log",
				"logger",
				"logging",
				"loglevel",
				"persist",
				"persistent",
				"plugins",
				"prefix",
				"trace",
				"warn"
			],
			"pre-commit": "lint-staged",
			"lint-staged": {
				"*.js": [
					"eslint --fix"
				]
			},
			"gitHead": "f586e36bdaf44ae8bc617250f161c2405a9044c8",
			"bugs": {
				"url": "https://github.com/shellscape/loglevelnext/issues"
			},
			"_id": "loglevelnext@4.0.1",
			"_nodeVersion": "12.15.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-/tlMUn5wqgzg9msy0PiWc+8fpVXEuYPq49c2RGyw2NAh0hSrgq6j/Z3YPnwWsILMoFJ+ZT6ePHnWUonkjDnq2Q==",
				"shasum": "4406c6348c243a35272ac75d7d8e4e60ecbcd011",
				"tarball": "https://registry.npmjs.org/loglevelnext/-/loglevelnext-4.0.1.tgz",
				"fileCount": 9,
				"unpackedSize": 33274,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJelIXFCRA9TVsSAnZWagAAKB0P/2KQwUL/eiFWhGMakvJQ\nopDqEJcBrb9LoaU7/WsXMBzQiF/o2ERJkmIMQIB/YRWvp/Xm1ycf1akGmTlv\nESQ/+NFwGefz3gNcwkq+098ZpyofRskROm9dL+o6giVSVJa01wmzu9o/lKDh\nu2Nli+3ynPxsMp9YpR4HBhIWMJasi5sRugGw4IXRYO3cB1lYd3Vpg7gSlEsb\nSpna5ItVMW8VqSrJ1TDPmX14FcXxj+azLwmtXwGkoF3lPlJox5ZwPpXJCHZI\nWxQEbcIG4X9CZ3YgcTUgMpcb0EGRixbiHzCtQUwiujdCxJsd/SJvZlQq6b8b\neH57WN3nqBUXyMPGkwBr+SnrlGQwhu2Hi8rx3qb07zdU908aaTfcnrQBRna/\nRPbB2kTN4xB0LjaWyeIl+226qNXAA/yS4eLXy/mvdpWLZtWSRNAi79wYnznC\nAFNIUxAItaAuJbqRrldnVmCp46xR9n5OIuOioBt0CIER6ykaW61ghTy0IqDF\nQRtsTPcdC52oUJUPSJIre/TsO1wSrAtI2pvPlfpbTebosGesmm4vofalAgf8\njqE96UK3a5ptimIlNi0HrSi2BSoXOUAMC52Up3nesYbF9MJy89F52MyvCQqM\n40ifye3zL1oyR44Pc5cffBPCYH4OR6Lp1gC9V8XqGazhiBAIExzRmufGN6QJ\nAJ4N\r\n=opdG\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "shellscape",
					"email": "andrew@shellscape.org"
				}
			],
			"_npmUser": {
				"name": "shellscape",
				"email": "andrew@shellscape.org"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/loglevelnext_4.0.1_1586791876545_0.3589805930586989"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2020-04-13T15:31:20.227Z",
		"created": "2017-12-16T03:36:22.437Z",
		"0.0.1": "2017-12-16T03:36:22.437Z",
		"1.0.0": "2017-12-18T05:34:57.977Z",
		"1.0.1": "2017-12-22T18:03:49.456Z",
		"1.0.2": "2018-01-07T16:46:41.632Z",
		"1.0.3": "2018-01-10T04:37:59.662Z",
		"1.0.4": "2018-04-09T13:46:01.816Z",
		"1.0.5": "2018-04-26T18:48:20.603Z",
		"2.0.0": "2018-08-11T13:53:27.345Z",
		"2.0.1": "2018-08-11T13:55:59.156Z",
		"3.0.0": "2018-09-27T13:46:26.594Z",
		"3.0.1": "2019-05-04T19:24:22.308Z",
		"4.0.1": "2020-04-13T15:31:16.699Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "4.0.1"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"22b1f2727af02abb74306c9642948c5c\"",
			"fetched": 1593324361861
		}
	},
	"_distfiles": {
		"loglevelnext-0.0.1.tgz": {
			"url": "https://registry.npmjs.org/loglevelnext/-/loglevelnext-0.0.1.tgz",
			"sha": "1b0ff93ccd1e2d78ae5a47d3fca6f7e78823b120",
			"registry": "npmjs"
		},
		"loglevelnext-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/loglevelnext/-/loglevelnext-1.0.0.tgz",
			"sha": "9cc52bed418bd8cf64e29424c4cd3fe9d4311317",
			"registry": "npmjs"
		},
		"loglevelnext-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/loglevelnext/-/loglevelnext-1.0.1.tgz",
			"sha": "8b17b5a43395338a96c67911a962c44af466d1c8",
			"registry": "npmjs"
		},
		"loglevelnext-1.0.2.tgz": {
			"url": "https://registry.npmjs.org/loglevelnext/-/loglevelnext-1.0.2.tgz",
			"sha": "eb81a7ac45ca5749ee0e40d75c5d3d2f7cb7705d",
			"registry": "npmjs"
		},
		"loglevelnext-1.0.3.tgz": {
			"url": "https://registry.npmjs.org/loglevelnext/-/loglevelnext-1.0.3.tgz",
			"sha": "0f69277e73bbbf2cd61b94d82313216bf87ac66e",
			"registry": "npmjs"
		},
		"loglevelnext-1.0.4.tgz": {
			"url": "https://registry.npmjs.org/loglevelnext/-/loglevelnext-1.0.4.tgz",
			"sha": "0d991d9998180991dac8bd81e73a596a8720a645",
			"registry": "npmjs"
		},
		"loglevelnext-1.0.5.tgz": {
			"url": "https://registry.npmjs.org/loglevelnext/-/loglevelnext-1.0.5.tgz",
			"sha": "36fc4f5996d6640f539ff203ba819641680d75a2",
			"registry": "npmjs"
		},
		"loglevelnext-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/loglevelnext/-/loglevelnext-2.0.0.tgz",
			"sha": "c992d67f6fafb4bc956b580a45815833a3e6643f",
			"registry": "npmjs"
		},
		"loglevelnext-2.0.1.tgz": {
			"url": "https://registry.npmjs.org/loglevelnext/-/loglevelnext-2.0.1.tgz",
			"sha": "27a40b93efd134b86b10fce3672f94c49ba55691",
			"registry": "npmjs"
		},
		"loglevelnext-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/loglevelnext/-/loglevelnext-3.0.0.tgz",
			"sha": "cd0f094acc488adf143d7b099927054b1a296124",
			"registry": "npmjs"
		},
		"loglevelnext-3.0.1.tgz": {
			"url": "https://registry.npmjs.org/loglevelnext/-/loglevelnext-3.0.1.tgz",
			"sha": "e3e4659c4061c09264f6812c33586dc55a009a04",
			"registry": "npmjs"
		},
		"loglevelnext-4.0.1.tgz": {
			"url": "https://registry.npmjs.org/loglevelnext/-/loglevelnext-4.0.1.tgz",
			"sha": "4406c6348c243a35272ac75d7d8e4e60ecbcd011",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"loglevelnext-1.0.5.tgz": {
			"shasum": "36fc4f5996d6640f539ff203ba819641680d75a2"
		}
	},
	"_rev": "2-1ad03f4cb2a7955f",
	"_id": "loglevelnext",
	"readme": "[tests]: \thttps://img.shields.io/circleci/project/github/shellscape/loglevelnext.svg\n[tests-url]: https://circleci.com/gh/shellscape/loglevelnext\n\n[cover]: https://codecov.io/gh/shellscape/loglevelnext/branch/master/graph/badge.svg\n[cover-url]: https://codecov.io/gh/shellscape/loglevelnext\n\n[size]: https://packagephobia.now.sh/badge?p=loglevelnext\n[size-url]: https://packagephobia.now.sh/result?p=loglevelnext\n\n[loglevel]: https://githhub.com/pimterry/loglevel\n[loglevelpre]: https://github.com/kutuluk/loglevel-plugin-prefix\n[methodFactory]: lib/MethodFactory.js\n[prefixFactory]: factory/PrefixFactory.js\n\n<div align=\"center\">\n  <img width=\"150\" height=\"150\" src=\"http://shellscape.org/assets/images/external/loglevelnext-icon.svg\">\n</div>\n&nbsp;  \n\n[![tests][tests]][tests-url]\n[![cover][cover]][cover-url]\n[![size][size]][size-url]\n\n# loglevelnext\n\n`loglevelnext` is a modern logging library for Node.js and modern browsers, written with modern patterns and practices which provides log level mapping of the `console` object.\n\nFor browser use, or use in client-side applications, `loglevelnext` should be bundled by your preferred bundler or compiler, such as [Rollup](https://rollupjs.org).\n\n## Getting Started\n\nFirst thing's first, install the module:\n\n```console\nnpm install loglevelnext --save\n```\n\n## Usage\n\nUsers can choose to use `loglevelnext` in Node.js or in the client (browser).\n\n```js\nconst log = require('loglevelnext');\n\nlog.info('bananas!');\n```\n\n## Log Levels\n\nBy default `loglevelnext` ships supporting the following log level name-value\npairs:\n\n```js\n{\n  TRACE: 0,\n  DEBUG: 1,\n  INFO: 2,\n  WARN: 3,\n  ERROR: 4,\n  SILENT: 5\n}\n```\n\n## Default Logger\n\nWhen requiring `loglevelnext` in Node.js the default export will be an instance of [`LogLevel`](docs/LogLevel.md) wrapped with some extra sugar.\n\n### Methods\n\nPlease see [`LogLevel`](docs/LogLevel.md) for documentation of all methods and properties of every log instance, including the default instance.\n\n#### `trace`, `debug`, `info`, `warn`, `error`\n\nThese methods correspond to the available log levels and accept parameters identical to their `console` counterparts. e.g.\n\n```js\nconsole.info('...');\nconsole.info('...');\n// ... etc\n```\n\n#### `create(options)`\n\nReturns a new `LogLevel` instance. The `options` parameter should be an `Object` matching the options for the [`LogLevel`](docs/LogLevel.md) constructor.\n\n_Note: `LogLevel` instances created are cached. Calling `create` with a previously used `name` will return the cached `LogLevel` instance. To create a different instance with the same `name`, assign a unique `id` property to the `options` parameter._\n\n### Properties\n\n#### `factories`\n\nType: `Array [ Class ]`\n\nReturns an `Array` containing the factory classes available within `loglevelnext`\nto outside modules. Particularly useful when creating plugins. eg.\n\n```js\nconst log = require('loglevelnext');\nconst { MethodFactory } = log.factories;\nclass MyFactory extends MethodFactory { ... }\n```\n\n#### `loggers`\n\nType: `Array [ LogLevel ]`\n\nReturns an `Array` containing references to the currently instantiated loggers.\n\n## Factories aka Plugins\n\nIf you're used to using plugins with `loglevel`, fear not. The same capabilities\nare available in `loglevelnext`, but in a much more straightforward and structured\nway. `loglevelnext` supports by way of \"Factories.\" A `Factory` is nothing more\nthan a class which defines several base methods that operate on the `console`\nand provide functionality to a `LogLevel` instance. All factories must inherit from the\n[`MethodFactory`][methodFactory] class, and may override any defined class functions.\n\nFor an example factory, please have a look at the [`PrefixFactory`][prefixFactory]\nwhich provides similar functionality as the [loglevel-prefix](loglevelpre) plugin,\nand is the factory which is used when a user passes the `prefix` option to a\n`LogLevel` instance.\n\n## Browser Support\n\nAs mentioned, `loglevelnext` is a logging library for Node.js and _modern_ browsers, which means the latest versions of the major browsers. When bundling or compiling `loglevelnext` for use in a browser, you should ensure that appropriate polyfills are used. e.g. Internet Explorer typically requires polyfilling both `Symbol` and `Object.assign`.\n\n## Attribution\n\n_This project originated as a fork of the much-loved [loglevel](loglevel) module, but has diverged and has been rewritten, and now shares similarities only in functional intent._\n\nBase Log SVG by [Freepik](http://www.freepik.com/) from [www.flaticon.com](http://www.flaticon.com).\n\n## Meta\n\n[CONTRIBUTING](./.github/CONTRIBUTING)\n\n[LICENSE (Mozilla Public License)](./LICENSE)"
}