{
	"name": "null-loader",
	"versions": {
		"0.1.0": {
			"name": "null-loader",
			"version": "0.1.0",
			"description": "A loader that returns an empty module.",
			"main": "index.js",
			"scripts": {
				"test": "echo \"Error: no test specified\" && exit 1"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/webpack/null-loader.git"
			},
			"keywords": [
				"webpack",
				"loader",
				"empty"
			],
			"author": {
				"name": "Tobias Koppers @sokra"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/webpack/null-loader/issues"
			},
			"homepage": "https://github.com/webpack/null-loader",
			"gitHead": "2d80a2758e218edc6386d2159c3c8c61b110d128",
			"_id": "null-loader@0.1.0",
			"_shasum": "22f5bf3ce3992d451a61ae324dc79d3502b87a0c",
			"_from": ".",
			"_npmVersion": "1.4.16",
			"_npmUser": {
				"name": "sokra",
				"email": "tobias.koppers@googlemail.com"
			},
			"maintainers": [
				{
					"name": "sokra",
					"email": "tobias.koppers@googlemail.com"
				}
			],
			"dist": {
				"shasum": "22f5bf3ce3992d451a61ae324dc79d3502b87a0c",
				"tarball": "https://registry.npmjs.org/null-loader/-/null-loader-0.1.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.1.1": {
			"name": "null-loader",
			"version": "0.1.1",
			"description": "A loader that returns an empty module.",
			"main": "index.js",
			"scripts": {
				"test": "echo \"Error: no test specified\" && exit 1"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/webpack/null-loader.git"
			},
			"keywords": [
				"webpack",
				"loader",
				"empty"
			],
			"author": {
				"name": "Tobias Koppers @sokra"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/webpack/null-loader/issues"
			},
			"homepage": "https://github.com/webpack/null-loader",
			"gitHead": "aa0adee16dc22fd406dbe9c2fdd0cbda0914b54a",
			"_id": "null-loader@0.1.1",
			"_shasum": "17be9abfcd3ff0e1512f6fc4afcb1f5039378fae",
			"_from": ".",
			"_npmVersion": "1.4.23",
			"_npmUser": {
				"name": "sokra",
				"email": "tobias.koppers@googlemail.com"
			},
			"maintainers": [
				{
					"name": "sokra",
					"email": "tobias.koppers@googlemail.com"
				}
			],
			"dist": {
				"shasum": "17be9abfcd3ff0e1512f6fc4afcb1f5039378fae",
				"tarball": "https://registry.npmjs.org/null-loader/-/null-loader-0.1.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0": {
			"name": "null-loader",
			"version": "1.0.0",
			"description": "A webpack loader that returns an empty module.",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/webpack-contrib/null-loader.git"
			},
			"author": {
				"name": "Tobias Koppers @sokra"
			},
			"homepage": "https://github.com/webpack-contrib/null-loader",
			"bugs": {
				"url": "https://github.com/webpack-contrib/null-loader/issues"
			},
			"main": "dist/cjs.js",
			"engines": {
				"node": ">= 6.9.0"
			},
			"scripts": {
				"start": "npm run build -- -w",
				"prebuild": "npm run clean",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
				"clean": "del-cli dist",
				"commitlint": "commitlint --from=master",
				"lint": "eslint --cache src test",
				"prepare": "npm run build",
				"release": "standard-version",
				"security": "npm audit",
				"test:only": "jest",
				"test:watch": "jest --watch",
				"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
				"pretest": "npm run lint",
				"test": "npm run test:only",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test:only -- --runInBand",
				"ci:coverage": "npm run test:coverage -- --runInBand",
				"ci:lint:commits": "commitlint --from=origin/master --to=${CIRCLE_SHA1}",
				"defaults": "webpack-defaults"
			},
			"peerDependencies": {
				"webpack": "^4.3.0"
			},
			"dependencies": {
				"schema-utils": "^1.0.0",
				"loader-utils": "^1.2.3"
			},
			"devDependencies": {
				"@babel/cli": "^7.4.3",
				"@babel/core": "^7.4.3",
				"@babel/preset-env": "^7.4.3",
				"@commitlint/cli": "^7.5.2",
				"@commitlint/config-conventional": "^7.5.0",
				"@webpack-contrib/defaults": "^3.1.2",
				"@webpack-contrib/eslint-config-webpack": "^3.0.0",
				"babel-jest": "^24.7.1",
				"cross-env": "^5.2.0",
				"del": "^4.1.0",
				"del-cli": "^1.1.0",
				"eslint": "^5.16.0",
				"eslint-plugin-import": "^2.17.2",
				"eslint-plugin-prettier": "^2.7.0",
				"husky": "^1.3.1",
				"jest": "^24.7.1",
				"lint-staged": "^8.1.5",
				"memory-fs": "^0.4.1",
				"prettier": "^1.17.0",
				"standard-version": "^5.0.2",
				"webpack": "^4.30.0"
			},
			"keywords": [
				"webpack"
			],
			"babel": {
				"presets": [
					[
						"@babel/preset-env",
						{
							"targets": {
								"node": "6.9.0"
							}
						}
					]
				]
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged",
					"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
				}
			},
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"commitlint": {
				"extends": [
					"@commitlint/config-conventional"
				]
			},
			"prettier": {
				"singleQuote": true,
				"trailingComma": "es5",
				"arrowParens": "always"
			},
			"gitHead": "84998aa8487dcae01b145be926ce8b4a6a3d0ddf",
			"_id": "null-loader@1.0.0",
			"_nodeVersion": "10.15.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-mYLDjDVTkjTlFoidxRhzO75rdcwfVXfw5G5zpj8sXnBkHtKJxMk4hTcRR4i5SOhDB6EvcQuYriy6IV23eq6uog==",
				"shasum": "90e85798e50e9dd1d568495a44e74829dec26744",
				"tarball": "https://registry.npmjs.org/null-loader/-/null-loader-1.0.0.tgz",
				"fileCount": 7,
				"unpackedSize": 7346,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcvwngCRA9TVsSAnZWagAARnAP+QD4ljSMZtbftNAlQq5y\nBHyVoQCcXCmjeiTarPUS8UUPphCsjbGpEYZlwwt/+rv7dZB5Skevi5dT5ks9\nMchcKOWN72ye2ka6mcgUwqNkphNFECOCNRK+gkGns18/q/pbClYua34VZ7dI\nV7mZpuUQRTuEb71r+rEnJxeLY4npfuOFo9Ni3Ub7KfJTiHTWufka3r9c5vSQ\nR1ohTFFxmW7TFgeWc8cUSEQhPMgNKy1Ty2AfWqx7BpyNFjj50h+KKgTp9k7P\nmw2r7I9GMfxsN5kM8EA9ESVFQaOJrzWd+Tfoa5cDySP+zJGZkleI96kQneZP\n3lbyxH++FMo761wrVIRgcZ88OJpwommWfcpMv29hyUDyJOqYTq95AxQ96PQj\nWEIjisCDVEombKQpGOf0xDe8/2YQeZXiFFpBiggYhIqbHkiHN4ve37Nk7erB\n4m6aRRhSEGCXON2LlCcYf+psr/TZXuQfdLpUbcx/G6/HP7254JrZz0ReyMPi\nmbk7P+WFwy/Pf9gLFf8ltWpyeNkEQVrIIKsjblriNJpIEp4bITOwn3uTBpIy\n1yc5EjcjhxzRvLX5YS7UMwpzPNn8RJBk+sOnm81jvOgusngsUy+a4yOxThex\nq3HOQwmiL16j/3bBwWWLWjd47DD8dx1P7z70xappI2kqKwCQa6Ahvok7UNcU\nmebD\r\n=BfV9\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "bebraw@gmail.com",
					"name": "bebraw"
				},
				{
					"email": "wiens.joshua@gmail.com",
					"name": "d3viant0ne"
				},
				{
					"email": "eric@smarterspam.com",
					"name": "ericclemmons"
				},
				{
					"email": "sheo13666q@gmail.com",
					"name": "evilebottnawi"
				},
				{
					"email": "mail@johannesewald.de",
					"name": "jhnns"
				},
				{
					"email": "j.tangelder@gmail.com",
					"name": "jtangelder"
				},
				{
					"email": "michael.ciniawsky@gmail.com",
					"name": "michael-ciniawsky"
				},
				{
					"email": "andrew@shellscape.org",
					"name": "shellscape"
				},
				{
					"email": "tobias.koppers@googlemail.com",
					"name": "sokra"
				},
				{
					"email": "sean.larkin@cuw.edu",
					"name": "thelarkinn"
				}
			],
			"_npmUser": {
				"name": "evilebottnawi",
				"email": "sheo13666q@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/null-loader_1.0.0_1556023775480_0.8841153127380574"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.0": {
			"name": "null-loader",
			"version": "2.0.0",
			"description": "A webpack loader that returns an empty module.",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/webpack-contrib/null-loader.git"
			},
			"author": {
				"name": "Tobias Koppers @sokra"
			},
			"homepage": "https://github.com/webpack-contrib/null-loader",
			"bugs": {
				"url": "https://github.com/webpack-contrib/null-loader/issues"
			},
			"main": "dist/cjs.js",
			"engines": {
				"node": ">= 6.9.0"
			},
			"scripts": {
				"start": "npm run build -- -w",
				"prebuild": "npm run clean",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
				"clean": "del-cli dist",
				"commitlint": "commitlint --from=master",
				"lint": "eslint --cache src test",
				"prepare": "npm run build",
				"release": "standard-version",
				"security": "npm audit",
				"test:only": "jest",
				"test:watch": "jest --watch",
				"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
				"pretest": "npm run lint",
				"test": "npm run test:coverage",
				"defaults": "webpack-defaults"
			},
			"peerDependencies": {
				"webpack": "^4.3.0"
			},
			"dependencies": {
				"schema-utils": "^1.0.0",
				"loader-utils": "^1.2.3"
			},
			"devDependencies": {
				"@babel/cli": "^7.4.4",
				"@babel/core": "^7.4.4",
				"@babel/preset-env": "^7.4.4",
				"@commitlint/cli": "^7.6.1",
				"@commitlint/config-conventional": "^7.6.0",
				"@webpack-contrib/defaults": "^4.0.1",
				"@webpack-contrib/eslint-config-webpack": "^3.0.0",
				"babel-jest": "^24.8.0",
				"commitlint-azure-pipelines-cli": "^1.0.1",
				"cross-env": "^5.2.0",
				"css-loader": "^2.1.1",
				"del": "^4.1.1",
				"del-cli": "^1.1.0",
				"eslint": "^5.16.0",
				"eslint-plugin-import": "^2.17.2",
				"eslint-plugin-prettier": "^3.1.0",
				"husky": "^2.3.0",
				"jest": "^24.8.0",
				"jest-junit": "^6.4.0",
				"lint-staged": "^8.1.7",
				"memory-fs": "^0.4.1",
				"prettier": "^1.17.1",
				"standard-version": "^6.0.1",
				"webpack": "^4.31.0"
			},
			"keywords": [
				"webpack"
			],
			"gitHead": "628987386393c36926028c6f0736de915634e9e0",
			"_id": "null-loader@2.0.0",
			"_nodeVersion": "10.15.2",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-PhEeA3v/tAacxC5dNO1i2yXzGVWWrZ9jTx+TMEJ716amvnBXzvrxIwy9HW7MyJsHe8ACQzpiQgbrAjDRMA7gcg==",
				"shasum": "1c99da3f0d2c0996b51e9eada3a898a5d57472aa",
				"tarball": "https://registry.npmjs.org/null-loader/-/null-loader-2.0.0.tgz",
				"fileCount": 7,
				"unpackedSize": 7040,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc3BG1CRA9TVsSAnZWagAAX5wP/0m4knUIglXQzGTIB1M+\n8CEpLfN6iPWvLEZa63fLvSurLU4cFps93ehsw5WPmptLnmPIORHLuP8hOvxm\n5C4cHs92mWguVB7oOjpl8k0WjAvDxHVKSCFT5qCysmg86Gt7oS2b74XVDj3z\nAFOEHSpaqdZFC3fsU0qhcqw3lFZl2c6sC1dIoWN35vWYtY1i9youNuJjQdiQ\n6lduA1oU06Zg6O1HEwf6UHSTjmyGF15cUfIn+bqzPq6v1vIFqtHrDxZZAhrx\noOtC6ci5MQIEcRqt3x4mEe5DPOGqV6zu8077w/ocv6KG4iTcuob7SssUaYMi\n23lfCp+KvWpMu6m6dHr1bKmdvz8P+3TJxYQrKbWMz8F8/+7K4WDNGUwX66fX\nyKDUNR77J5qiFqoI1j+HliXAFQNY4umbzkHFjGjCMOCKbKzmbJgmeblLxKTS\nK/rUIQsI6JhaJYAZ0Q5AySDNrQu5cx3priy8VGrky+kls+bHk+N37u0XPq4V\nOaoT4JfF8rrpP8RARkEiFnCZ1GDeu0hrJRve1MdbwfMD6sdo0pJNIpFJ7gKg\n64IaGGY9hXxHIfyYYEMoS7uiSDhYZjJoSTqiVFq2Zb8m8ZxGdlhD24LZbtUD\n0J4Ve2ufd7HWEddSw9PTwQ4jxq59el8YxMeb5Zr6oEaCkxcfAF4fc3wJX60g\ncyBC\r\n=ejAo\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "bebraw@gmail.com",
					"name": "bebraw"
				},
				{
					"email": "wiens.joshua@gmail.com",
					"name": "d3viant0ne"
				},
				{
					"email": "eric@smarterspam.com",
					"name": "ericclemmons"
				},
				{
					"email": "sheo13666q@gmail.com",
					"name": "evilebottnawi"
				},
				{
					"email": "mail@johannesewald.de",
					"name": "jhnns"
				},
				{
					"email": "j.tangelder@gmail.com",
					"name": "jtangelder"
				},
				{
					"email": "michael.ciniawsky@gmail.com",
					"name": "michael-ciniawsky"
				},
				{
					"email": "andrew@shellscape.org",
					"name": "shellscape"
				},
				{
					"email": "tobias.koppers@googlemail.com",
					"name": "sokra"
				},
				{
					"email": "sean.larkin@cuw.edu",
					"name": "thelarkinn"
				}
			],
			"_npmUser": {
				"name": "evilebottnawi",
				"email": "sheo13666q@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/null-loader_2.0.0_1557926325227_0.10385419726950484"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.0": {
			"name": "null-loader",
			"version": "3.0.0",
			"description": "A webpack loader that returns an empty module.",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/webpack-contrib/null-loader.git"
			},
			"author": {
				"name": "Tobias Koppers @sokra"
			},
			"homepage": "https://github.com/webpack-contrib/null-loader",
			"bugs": {
				"url": "https://github.com/webpack-contrib/null-loader/issues"
			},
			"main": "dist/cjs.js",
			"engines": {
				"node": ">= 8.9.0"
			},
			"scripts": {
				"start": "npm run build -- -w",
				"prebuild": "npm run clean",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files",
				"clean": "del-cli dist",
				"commitlint": "commitlint --from=master",
				"lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css}\" --list-different",
				"lint:js": "eslint --cache src test",
				"lint": "npm-run-all -l -p \"lint:**\"",
				"prepare": "npm run build",
				"release": "standard-version",
				"security": "npm audit",
				"test:only": "cross-env NODE_ENV=test jest",
				"test:watch": "cross-env NODE_ENV=test jest --watch",
				"test:coverage": "cross-env NODE_ENV=test jest --collectCoverageFrom=\"src/**/*.js\" --coverage",
				"pretest": "npm run lint",
				"test": "cross-env NODE_ENV=test npm run test:coverage",
				"defaults": "webpack-defaults"
			},
			"peerDependencies": {
				"webpack": "^4.3.0"
			},
			"dependencies": {
				"schema-utils": "^1.0.0",
				"loader-utils": "^1.2.3"
			},
			"devDependencies": {
				"@babel/cli": "^7.4.4",
				"@babel/core": "^7.4.5",
				"@babel/preset-env": "^7.4.5",
				"@commitlint/cli": "^8.0.0",
				"@commitlint/config-conventional": "^8.0.0",
				"@webpack-contrib/defaults": "^5.0.0",
				"@webpack-contrib/eslint-config-webpack": "^3.0.0",
				"babel-jest": "^24.8.0",
				"commitlint-azure-pipelines-cli": "^1.0.2",
				"cross-env": "^5.2.0",
				"css-loader": "^2.1.1",
				"del": "^4.1.1",
				"del-cli": "^2.0.0",
				"eslint": "^5.16.0",
				"eslint-config-prettier": "^4.3.0",
				"eslint-plugin-import": "^2.17.2",
				"husky": "^2.4.0",
				"jest": "^24.8.0",
				"jest-junit": "^6.4.0",
				"lint-staged": "^8.1.7",
				"memory-fs": "^0.4.1",
				"npm-run-all": "^4.1.5",
				"prettier": "^1.17.1",
				"standard-version": "^6.0.1",
				"webpack": "^4.33.0"
			},
			"keywords": [
				"webpack"
			],
			"gitHead": "2ac9c5c83b7f805a6291e3e6c4a7b1db305753ed",
			"_id": "null-loader@3.0.0",
			"_nodeVersion": "10.15.2",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-hf5sNLl8xdRho4UPBOOeoIwT3WhjYcMUQm0zj44EhD6UscMAz72o2udpoDFBgykucdEDGIcd6SXbc/G6zssbzw==",
				"shasum": "3e2b6c663c5bda8c73a54357d8fa0708dc61b245",
				"tarball": "https://registry.npmjs.org/null-loader/-/null-loader-3.0.0.tgz",
				"fileCount": 7,
				"unpackedSize": 7652,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc+BhlCRA9TVsSAnZWagAAIWAP/RbjjyAv/AHhSZ0jH25g\n7372cherHQOo50qQ17GS/Zz1EK0KXUCypiOEzm76cONRIaa9bnYJOSMhtSwv\nrHV9rT6Dc9ynMAjiE1uvFtbqx7FvQT7saRZjE7GboR8RPRArWoKxRpwYPejT\nfkeYNGMXEp+Hgi3onBNumLprQvJMSrDHEdr09Ne0rA0V41uE6hbKfFWwofkx\nOhMHDOWBmOWUG7AoPKZaClnBByng+55qzyyE1pKgEUHdrBID9jZLlV24yxFT\nNX+lDllgewPIgHo7vyiYezbDU2X9EH483OL87GRDyUGDiCsZb1aM/N8pBwuO\nsdNVZq+2I7povdhW8zCdGaA8T+9+tofIzL2s6c3vuQlFgnOmt+eWI8beUUU9\nb1x7obh5muPldVVTELPON68ZaojOVIOaXcPccTcw50bQa/pBwULC/tqtDi9N\n90fvUxRLCOJrp5vAKCVjtMQu0+9hsuxPergSxsVWGS3kE4QeWekC6DEohe4Z\nim8lPWtm+aSD4KXOmmERT72cpSP80R+d48aikgSC9qESrpHKe+yvluKyQ0G2\nDfM7n/LGzKr8/KMP7is0g0ob58KJGFNBL2XfZ/UUc4klVLxdrSn3GCdH8g6s\nkcSWD19qyw0yB+D79DUbBnNK2bQjFmLNZp/8LA1XExg9/AuP4bpkdc6+ltIE\nVXkw\r\n=oTJx\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "bebraw@gmail.com",
					"name": "bebraw"
				},
				{
					"email": "wiens.joshua@gmail.com",
					"name": "d3viant0ne"
				},
				{
					"email": "eric@smarterspam.com",
					"name": "ericclemmons"
				},
				{
					"email": "sheo13666q@gmail.com",
					"name": "evilebottnawi"
				},
				{
					"email": "mail@johannesewald.de",
					"name": "jhnns"
				},
				{
					"email": "j.tangelder@gmail.com",
					"name": "jtangelder"
				},
				{
					"email": "michael.ciniawsky@gmail.com",
					"name": "michael-ciniawsky"
				},
				{
					"email": "andrew@shellscape.org",
					"name": "shellscape"
				},
				{
					"email": "tobias.koppers@googlemail.com",
					"name": "sokra"
				},
				{
					"email": "sean.larkin@cuw.edu",
					"name": "thelarkinn"
				}
			],
			"_npmUser": {
				"name": "evilebottnawi",
				"email": "sheo13666q@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/null-loader_3.0.0_1559763044547_0.7811724353886578"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.0": {
			"name": "null-loader",
			"version": "4.0.0",
			"description": "A webpack loader that returns an empty module.",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/webpack-contrib/null-loader.git"
			},
			"author": {
				"name": "Tobias Koppers @sokra"
			},
			"homepage": "https://github.com/webpack-contrib/null-loader",
			"bugs": {
				"url": "https://github.com/webpack-contrib/null-loader/issues"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/webpack"
			},
			"main": "dist/cjs.js",
			"engines": {
				"node": ">= 10.13.0"
			},
			"scripts": {
				"start": "npm run build -- -w",
				"clean": "del-cli dist",
				"prebuild": "npm run clean",
				"build": "cross-env NODE_ENV=production babel src -d dist --copy-files",
				"commitlint": "commitlint --from=master",
				"security": "npm audit",
				"lint:prettier": "prettier --list-different .",
				"lint:js": "eslint --cache .",
				"lint": "npm-run-all -l -p \"lint:**\"",
				"test:only": "cross-env NODE_ENV=test jest",
				"test:watch": "npm run test:only -- --watch",
				"test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
				"pretest": "npm run lint",
				"test": "npm run test:coverage",
				"prepare": "npm run build",
				"release": "standard-version",
				"defaults": "webpack-defaults"
			},
			"peerDependencies": {
				"webpack": "^4.0.0 || ^5.0.0"
			},
			"dependencies": {
				"schema-utils": "^2.6.5",
				"loader-utils": "^2.0.0"
			},
			"devDependencies": {
				"@babel/cli": "^7.8.4",
				"@babel/core": "^7.9.0",
				"@babel/preset-env": "^7.9.5",
				"@commitlint/cli": "^8.3.5",
				"@commitlint/config-conventional": "^8.3.4",
				"@webpack-contrib/defaults": "^6.3.0",
				"@webpack-contrib/eslint-config-webpack": "^3.0.0",
				"babel-jest": "^25.3.0",
				"commitlint-azure-pipelines-cli": "^1.0.3",
				"cross-env": "^7.0.2",
				"css-loader": "^3.5.2",
				"del": "^5.1.0",
				"del-cli": "^3.0.0",
				"eslint": "^6.8.0",
				"eslint-config-prettier": "^6.10.1",
				"eslint-plugin-import": "^2.20.2",
				"husky": "^4.2.5",
				"jest": "^25.3.0",
				"jest-junit": "^10.0.0",
				"lint-staged": "^10.1.3",
				"memfs": "^3.1.2",
				"memory-fs": "^0.5.0",
				"npm-run-all": "^4.1.5",
				"prettier": "^2.0.4",
				"standard-version": "^7.1.0",
				"webpack": "^4.42.1"
			},
			"keywords": [
				"webpack"
			],
			"gitHead": "df08a9f47c057df9cce6ecba10cf139b2b62a883",
			"_id": "null-loader@4.0.0",
			"_nodeVersion": "10.15.2",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-vSoBF6M08/RHwc6r0gvB/xBJBtmbvvEkf6+IiadUCoNYchjxE8lwzCGFg0Qp2D25xPiJxUBh2iNWzlzGMILp7Q==",
				"shasum": "8e491b253cd87341d82c0e84b66980d806dfbd04",
				"tarball": "https://registry.npmjs.org/null-loader/-/null-loader-4.0.0.tgz",
				"fileCount": 7,
				"unpackedSize": 7810,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJelwR5CRA9TVsSAnZWagAA4AQP/jFbT08AQ/g1hIt+QBFX\nAli1IDjf269/TGC/Kg7RirJSQ7tXGKum0tEbbq2MSFgyADp/z9DhEYZYUXo6\nq/HfuSUtegKWqBGFroosU5BQ+j29N+in4CVRjCaznclhqVto2eV2jbTrBqeE\nOuNKiZ7m2uEdPdc2ybNKD9Ig4gvYifluD0/D6M+6160cVeQgmkBO/6bqKQf4\ney8auoDCrOqLKd5TKjYRvUloUMTycvi7tZU44ujb7lH1nPHqWsfk6OAwEWz2\nKchA/ylThi5k0m6zfHSgZPDxeobbB8QeNymy8peE6TaClBjw5EAs3x1HRmA7\nulXHNRILVZjNxRf15+qQ6fzFOqkL2tkk2u7FkH1adGRh50TmzIothNl8yQS6\nLfwFGcX76xrC6xYUGQ5iuksNZe5Dv4IBSnrHk/GSTzV+6vP7uW6cCW1h/i2p\nExJh8iouC7q4Q017lzmMRf8k637WCrSNDvwxAB+xAhx2o01+JdTttglSJqhr\npkhkUdPrmu1YDbiPQSuTj9f5o6Hw7PlFjmZ7R/43RsPTHcoBemkwwyOJzLKI\n885Wy4dw+CQn9h7IPkkBpZ4Zcs+H1IGR3M4+TSmGEWysZCD7PntXbongFpf0\nCPd+gP8m8g8NkCFwCIh/RWPeR11vRMmQbbmXqSiOl6F/2dGrE9M7Ja8XWTmh\np9wG\r\n=+x6G\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "bebraw@gmail.com",
					"name": "bebraw"
				},
				{
					"email": "wiens.joshua@gmail.com",
					"name": "d3viant0ne"
				},
				{
					"email": "eric@smarterspam.com",
					"name": "ericclemmons"
				},
				{
					"email": "sheo13666q@gmail.com",
					"name": "evilebottnawi"
				},
				{
					"email": "mail@johannesewald.de",
					"name": "jhnns"
				},
				{
					"email": "michael.ciniawsky@gmail.com",
					"name": "michael-ciniawsky"
				},
				{
					"email": "tobias.koppers@googlemail.com",
					"name": "sokra"
				},
				{
					"email": "sean.larkin@cuw.edu",
					"name": "thelarkinn"
				}
			],
			"_npmUser": {
				"name": "evilebottnawi",
				"email": "sheo13666q@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/null-loader_4.0.0_1586955384642_0.7610586836752993"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2020-04-15T12:56:28.510Z",
		"created": "2014-07-23T20:35:26.295Z",
		"0.1.0": "2014-07-23T20:35:26.295Z",
		"0.1.1": "2015-02-13T16:42:10.983Z",
		"1.0.0": "2019-04-23T12:49:35.596Z",
		"2.0.0": "2019-05-15T13:18:45.340Z",
		"3.0.0": "2019-06-05T19:30:44.662Z",
		"4.0.0": "2020-04-15T12:56:24.830Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "4.0.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"522727de69525465fe687d6606aa3e5b\"",
			"fetched": 1600679286332
		}
	},
	"_distfiles": {
		"null-loader-0.1.0.tgz": {
			"url": "https://registry.npmjs.org/null-loader/-/null-loader-0.1.0.tgz",
			"sha": "22f5bf3ce3992d451a61ae324dc79d3502b87a0c",
			"registry": "npmjs"
		},
		"null-loader-0.1.1.tgz": {
			"url": "https://registry.npmjs.org/null-loader/-/null-loader-0.1.1.tgz",
			"sha": "17be9abfcd3ff0e1512f6fc4afcb1f5039378fae",
			"registry": "npmjs"
		},
		"null-loader-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/null-loader/-/null-loader-1.0.0.tgz",
			"sha": "90e85798e50e9dd1d568495a44e74829dec26744",
			"registry": "npmjs"
		},
		"null-loader-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/null-loader/-/null-loader-2.0.0.tgz",
			"sha": "1c99da3f0d2c0996b51e9eada3a898a5d57472aa",
			"registry": "npmjs"
		},
		"null-loader-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/null-loader/-/null-loader-3.0.0.tgz",
			"sha": "3e2b6c663c5bda8c73a54357d8fa0708dc61b245",
			"registry": "npmjs"
		},
		"null-loader-4.0.0.tgz": {
			"url": "https://registry.npmjs.org/null-loader/-/null-loader-4.0.0.tgz",
			"sha": "8e491b253cd87341d82c0e84b66980d806dfbd04",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"null-loader-3.0.0.tgz": {
			"shasum": "3e2b6c663c5bda8c73a54357d8fa0708dc61b245"
		}
	},
	"_rev": "2-b365fc098ebf5f26",
	"_id": "null-loader",
	"readme": "<div align=\"center\">\n  <a href=\"https://github.com/webpack/webpack\">\n    <img width=\"200\" height=\"200\" src=\"https://webpack.js.org/assets/icon-square-big.svg\">\n  </a>\n</div>\n\n[![npm][npm]][npm-url]\n[![node][node]][node-url]\n[![deps][deps]][deps-url]\n[![tests][tests]][tests-url]\n[![chat][chat]][chat-url]\n[![size][size]][size-url]\n\n# null-loader\n\nA webpack loader that returns an empty module.\n\nOne use for this loader is to silence modules imported by a dependency. Say, for\nexample, your project relies on an ES6 library that imports a polyfill you don't\nneed, so removing it will cause no loss in functionality.\n\n## Getting Started\n\nTo begin, you'll need to install `null-loader`:\n\n```console\n$ npm install null-loader --save-dev\n```\n\nThen add the loader to your `webpack` config. For example:\n\n```js\n// webpack.config.js\nconst path = require('path');\n\nmodule.exports = {\n  module: {\n    rules: [\n      {\n        // Test for a polyfill (or any file) and it won't be included in your\n        // bundle\n        test: path.resolve(__dirname, 'node_modules/library/polyfill.js'),\n        use: 'null-loader',\n      },\n    ],\n  },\n};\n```\n\nAnd run `webpack` via your preferred method.\n\n## Contributing\n\nPlease take a moment to read our contributing guidelines if you haven't yet done so.\n\n[CONTRIBUTING](./.github/CONTRIBUTING.md)\n\n## License\n\n[MIT](./LICENSE)\n\n[npm]: https://img.shields.io/npm/v/null-loader.svg\n[npm-url]: https://npmjs.com/package/null-loader\n[node]: https://img.shields.io/node/v/null-loader.svg\n[node-url]: https://nodejs.org\n[deps]: https://david-dm.org/webpack-contrib/null-loader.svg\n[deps-url]: https://david-dm.org/webpack-contrib/null-loader\n[tests]: https://github.com/webpack-contrib/null-loader/workflows/null-loader/badge.svg\n[tests-url]: https://github.com/webpack-contrib/null-loader/actions\n[cover]: https://codecov.io/gh/webpack-contrib/null-loader/branch/master/graph/badge.svg\n[cover-url]: https://codecov.io/gh/webpack-contrib/null-loader\n[chat]: https://img.shields.io/badge/gitter-webpack%2Fwebpack-brightgreen.svg\n[chat-url]: https://gitter.im/webpack/webpack\n[size]: https://packagephobia.now.sh/badge?p=null-loader\n[size-url]: https://packagephobia.now.sh/result?p=null-loader"
}