{
	"name": "editions",
	"versions": {
		"1.0.0": {
			"name": "editions",
			"version": "1.0.0",
			"description": "https://github.com/bevry/base/issues/21",
			"main": "index.js",
			"scripts": {
				"test": "echo \"Error: no test specified\" && exit 1"
			},
			"author": "",
			"license": "ISC",
			"_id": "editions@1.0.0",
			"_shasum": "249b0b47eb9f07951e0eb09a9ae035c18b5fde6f",
			"_from": ".",
			"_npmVersion": "3.5.3",
			"_nodeVersion": "5.4.1",
			"_npmUser": {
				"name": "balupton",
				"email": "b@lupton.cc"
			},
			"dist": {
				"shasum": "249b0b47eb9f07951e0eb09a9ae035c18b5fde6f",
				"tarball": "https://registry.npmjs.org/editions/-/editions-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "balupton",
					"email": "b@lupton.cc"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-5-east.internal.npmjs.com",
				"tmp": "tmp/editions-1.0.0.tgz_1456651765755_0.5980635357555002"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.0": {
			"name": "editions",
			"version": "1.1.0",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"editions",
				"edition",
				"versions",
				"syntaxes",
				"esnext",
				"jsnext",
				"es2015",
				"es6",
				"es6+"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"slackin",
					"patreon",
					"gratipay",
					"flattr",
					"paypal",
					"bitcoin",
					"wishlist"
				],
				"config": {
					"patreonUsername": "bevry",
					"gratipayUsername": "bevry",
					"flattrUsername": "balupton",
					"paypalURL": "https://bevry.me/paypal",
					"bitcoinURL": "https://bevry.me/bitcoin",
					"wishlistURL": "https://bevry.me/wishlist",
					"slackinURL": "https://slack.bevry.me"
				}
			},
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"name": "balupton",
					"email": "b@lupton.cc"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "https://balupton.com"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.12"
			},
			"editions": [
				{
					"description": "Source + ESNext + Require + Flow Type Comments",
					"entry": "source/index.js",
					"syntaxes": [
						"javascript",
						"esnext",
						"require",
						"arrows",
						"destructuring",
						"const",
						"let",
						"flow type comments"
					]
				},
				{
					"description": "Babel Compiled + ES2015 + Require",
					"entry": "es2015/index.js",
					"syntaxes": [
						"javascript",
						"es2015",
						"require"
					]
				}
			],
			"main": "es2015/index.js",
			"scripts": {
				"setup": "npm install",
				"clean": "rm -Rf ./docs ./es2015",
				"compile": "npm run compile:es2015",
				"compile:es2015": "babel ./source --out-dir ./es2015 --presets es2015",
				"meta": "npm run meta:docs && npm run meta:projectz",
				"meta:docs": "documentation build -f html -g source/**.js -o docs",
				"meta:projectz": "projectz compile",
				"prepare": "npm run compile && npm run test && npm run meta",
				"release": "npm run prepare && npm run release:tag && npm run release:push",
				"release:tag": "git tag v$npm_package_version -a",
				"release:push": "git push origin master && git push origin --tags",
				"pretest": "npm run test:eslint && npm run test:flow",
				"test:eslint": "eslint ./source",
				"test:flow": "flow check",
				"test": "node --harmony ./es2015/test.js"
			},
			"dependencies": {},
			"devDependencies": {
				"assert-helpers": "^4.1.0",
				"babel-cli": "^6.6.5",
				"babel-preset-es2015": "^6.6.0",
				"documentation": "^4.0.0-beta",
				"eslint": "^2.3.0",
				"eslint-plugin-babel": "^3.1.0",
				"flow-bin": "^0.22.1",
				"joe": "^1.6.0",
				"joe-reporter-console": "^1.2.1",
				"projectz": "^1.0.9"
			},
			"gitHead": "1a096b9173f036dbc3191198dc0d5c14f89fda8b",
			"_id": "editions@1.1.0",
			"_shasum": "56ae5bc02f8e9f4a51903c238dcf6dd85b033d2d",
			"_from": ".",
			"_npmVersion": "3.8.1",
			"_nodeVersion": "5.8.0",
			"_npmUser": {
				"name": "balupton",
				"email": "b@lupton.cc"
			},
			"dist": {
				"shasum": "56ae5bc02f8e9f4a51903c238dcf6dd85b033d2d",
				"tarball": "https://registry.npmjs.org/editions/-/editions-1.1.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/editions-1.1.0.tgz_1458435706337_0.3120811400003731"
			},
			"directories": {}
		},
		"1.1.1": {
			"name": "editions",
			"version": "1.1.1",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"editions",
				"edition",
				"versions",
				"syntaxes",
				"esnext",
				"jsnext",
				"es2015",
				"es6",
				"es6+"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"slackin",
					"patreon",
					"gratipay",
					"flattr",
					"paypal",
					"bitcoin",
					"wishlist"
				],
				"config": {
					"patreonUsername": "bevry",
					"gratipayUsername": "bevry",
					"flattrUsername": "balupton",
					"paypalURL": "https://bevry.me/paypal",
					"bitcoinURL": "https://bevry.me/bitcoin",
					"wishlistURL": "https://bevry.me/wishlist",
					"slackinURL": "https://slack.bevry.me"
				}
			},
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"name": "balupton",
					"email": "b@lupton.cc"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "https://balupton.com"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.12"
			},
			"editions": [
				{
					"description": "Source + ESNext + Require + Flow Type Comments",
					"entry": "source/index.js",
					"syntaxes": [
						"javascript",
						"esnext",
						"require",
						"arrows",
						"destructuring",
						"const",
						"let",
						"flow type comments"
					]
				},
				{
					"description": "Babel Compiled + ES2015 + Require",
					"entry": "es2015/index.js",
					"syntaxes": [
						"javascript",
						"es2015",
						"require"
					]
				}
			],
			"main": "es2015/index.js",
			"scripts": {
				"setup": "npm install",
				"clean": "rm -Rf ./docs ./es2015",
				"compile": "npm run compile:es2015",
				"compile:es2015": "babel ./source --out-dir ./es2015 --presets es2015",
				"meta": "npm run meta:docs && npm run meta:projectz",
				"meta:docs": "documentation build -f html -g source/**.js -o docs",
				"meta:projectz": "projectz compile",
				"prepare": "npm run compile && npm run test && npm run meta",
				"release": "npm run prepare && npm run release:publish && npm run release:tag && npm run release:push",
				"release:publish": "npm publish",
				"release:tag": "git tag v$npm_package_version -a",
				"release:push": "git push origin master && git push origin --tags",
				"pretest": "npm run test:eslint && npm run test:flow",
				"test:eslint": "eslint ./source",
				"test:flow": "flow check",
				"test": "node --harmony ./es2015/test.js"
			},
			"dependencies": {},
			"devDependencies": {
				"assert-helpers": "^4.1.0",
				"babel-cli": "^6.6.5",
				"babel-preset-es2015": "^6.6.0",
				"documentation": "^4.0.0-beta1",
				"eslint": "^2.4.0",
				"eslint-plugin-babel": "^3.1.0",
				"flow-bin": "^0.22.1",
				"joe": "^1.6.0",
				"joe-reporter-console": "^1.2.1",
				"projectz": "^1.1.2"
			},
			"gitHead": "ef1ad1459d25aef7ef21bf42d38970eb7ea880d5",
			"_id": "editions@1.1.1",
			"_shasum": "8df5536a121759b99c25babc952e30c4188b4e45",
			"_from": ".",
			"_npmVersion": "3.8.1",
			"_nodeVersion": "5.8.0",
			"_npmUser": {
				"name": "balupton",
				"email": "b@lupton.cc"
			},
			"dist": {
				"shasum": "8df5536a121759b99c25babc952e30c4188b4e45",
				"tarball": "https://registry.npmjs.org/editions/-/editions-1.1.1.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/editions-1.1.1.tgz_1458474324880_0.32829807000234723"
			},
			"directories": {}
		},
		"1.1.2": {
			"name": "editions",
			"version": "1.1.2",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"editions",
				"edition",
				"versions",
				"syntaxes",
				"esnext",
				"jsnext",
				"es2015",
				"es6",
				"es6+"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"slackin",
					"patreon",
					"gratipay",
					"flattr",
					"paypal",
					"bitcoin",
					"wishlist"
				],
				"config": {
					"patreonUsername": "bevry",
					"gratipayUsername": "bevry",
					"flattrUsername": "balupton",
					"paypalURL": "https://bevry.me/paypal",
					"bitcoinURL": "https://bevry.me/bitcoin",
					"wishlistURL": "https://bevry.me/wishlist",
					"slackinURL": "https://slack.bevry.me"
				}
			},
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"name": "balupton",
					"email": "b@lupton.cc"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "http://balupton.com"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.10"
			},
			"editions": [
				{
					"description": "Source + ESNext + Require + Flow Type Comments",
					"entry": "source/index.js",
					"syntaxes": [
						"javascript",
						"esnext",
						"require",
						"arrows",
						"destructuring",
						"const",
						"let",
						"flow type comments"
					]
				},
				{
					"description": "Babel Compiled + ES2015 + Require",
					"entry": "es2015/index.js",
					"syntaxes": [
						"javascript",
						"es2015",
						"require"
					]
				}
			],
			"main": "es2015/index.js",
			"scripts": {
				"setup": "npm install",
				"clean": "rm -Rf ./docs ./es2015",
				"compile": "npm run compile:es2015",
				"compile:es2015": "babel ./source --out-dir ./es2015 --presets es2015",
				"meta": "npm run meta:docs && npm run meta:projectz",
				"meta:docs": "documentation build -f html -g source/**.js -o docs",
				"meta:projectz": "projectz compile",
				"prepare": "npm run compile && npm run test && npm run meta",
				"release": "npm run prepare && npm run release:publish && npm run release:tag && npm run release:push",
				"release:publish": "npm publish",
				"release:tag": "git tag v$npm_package_version -a",
				"release:push": "git push origin master && git push origin --tags",
				"pretest": "npm run test:eslint && npm run test:flow",
				"test:eslint": "eslint ./source",
				"test:flow": "flow check",
				"test": "node --harmony ./es2015/test.js"
			},
			"dependencies": {},
			"devDependencies": {
				"assert-helpers": "^4.4.0",
				"babel-cli": "^6.10.1",
				"babel-polyfill": "^6.9.1",
				"babel-preset-es2015": "^6.9.0",
				"documentation": "^4.0.0-beta5",
				"eslint": "^2.12.0",
				"flow-bin": "^0.27.0",
				"joe": "^1.8.0",
				"joe-reporter-console": "^1.2.1",
				"projectz": "^1.1.6"
			},
			"gitHead": "2b5040409ddafd1c98ececbaee92324528ff7951",
			"_id": "editions@1.1.2",
			"_shasum": "8cdf0cb39eafc564149181ca37c8272e98b16eab",
			"_from": ".",
			"_npmVersion": "3.9.5",
			"_nodeVersion": "6.2.1",
			"_npmUser": {
				"name": "balupton",
				"email": "b@lupton.cc"
			},
			"dist": {
				"shasum": "8cdf0cb39eafc564149181ca37c8272e98b16eab",
				"tarball": "https://registry.npmjs.org/editions/-/editions-1.1.2.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/editions-1.1.2.tgz_1466076392244_0.23405358870513737"
			},
			"directories": {}
		},
		"1.2.0": {
			"name": "editions",
			"version": "1.2.0",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"editions",
				"edition",
				"versions",
				"syntaxes",
				"esnext",
				"jsnext",
				"es2015",
				"es6",
				"es6+"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"slackin",
					"patreon",
					"gratipay",
					"flattr",
					"paypal",
					"bitcoin",
					"wishlist"
				],
				"config": {
					"patreonUsername": "bevry",
					"gratipayUsername": "bevry",
					"flattrUsername": "balupton",
					"paypalURL": "https://bevry.me/paypal",
					"bitcoinURL": "https://bevry.me/bitcoin",
					"wishlistURL": "https://bevry.me/wishlist",
					"slackinURL": "https://slack.bevry.me"
				}
			},
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"name": "balupton",
					"email": "b@lupton.cc"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "http://balupton.com"
				},
				{
					"name": "Zlatan Vasović",
					"email": "zlatanvasovic@gmail.com",
					"url": "http://zdroid.github.io"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.10"
			},
			"editions": [
				{
					"description": "Source + ESNext + Require + Flow Type Comments",
					"entry": "source/index.js",
					"syntaxes": [
						"javascript",
						"esnext",
						"require",
						"arrows",
						"destructuring",
						"const",
						"let",
						"flow type comments"
					]
				},
				{
					"description": "Babel Compiled + ES2015 + Require",
					"entry": "es2015/index.js",
					"syntaxes": [
						"javascript",
						"es2015",
						"require"
					]
				}
			],
			"main": "es2015/index.js",
			"scripts": {
				"setup": "npm install",
				"clean": "rm -Rf ./docs ./es2015",
				"compile": "npm run compile:es2015",
				"compile:es2015": "babel ./source --out-dir ./es2015 --presets es2015",
				"meta": "npm run meta:docs && npm run meta:projectz",
				"meta:docs": "documentation build -f html -g source/**.js -o docs",
				"meta:projectz": "projectz compile",
				"prepare": "npm run compile && npm run test && npm run meta",
				"release": "npm run prepare && npm run release:publish && npm run release:tag && npm run release:push",
				"release:publish": "npm publish",
				"release:tag": "git tag v$npm_package_version -a",
				"release:push": "git push origin master && git push origin --tags",
				"pretest": "npm run test:eslint && npm run test:flow",
				"test:eslint": "eslint ./source",
				"test:flow": "flow check",
				"test": "node --harmony ./es2015/test.js"
			},
			"dependencies": {},
			"devDependencies": {
				"assert-helpers": "^4.4.0",
				"babel-cli": "^6.10.1",
				"babel-polyfill": "^6.9.1",
				"babel-preset-es2015": "^6.9.0",
				"documentation": "^4.0.0-beta10",
				"eslint": "^2.12.0",
				"flow-bin": "^0.33.0",
				"joe": "^1.8.0",
				"joe-reporter-console": "^1.2.1",
				"projectz": "^1.1.6"
			},
			"gitHead": "a403edb5abb6500e2a2063d180e3e99b9ea96f34",
			"_id": "editions@1.2.0",
			"_shasum": "be3827e735512c45e927f687e76c25bc3e9e4486",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.7.0",
			"_npmUser": {
				"name": "balupton",
				"email": "b@lupton.cc"
			},
			"dist": {
				"shasum": "be3827e735512c45e927f687e76c25bc3e9e4486",
				"tarball": "https://registry.npmjs.org/editions/-/editions-1.2.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/editions-1.2.0.tgz_1476102368906_0.24954013689421117"
			},
			"directories": {}
		},
		"1.2.1": {
			"name": "editions",
			"version": "1.2.1",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"editions",
				"edition",
				"versions",
				"syntaxes",
				"esnext",
				"jsnext",
				"es2015",
				"es6",
				"es6+"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"slackin",
					"patreon",
					"gratipay",
					"flattr",
					"paypal",
					"bitcoin",
					"wishlist"
				],
				"config": {
					"patreonUsername": "bevry",
					"gratipayUsername": "bevry",
					"flattrUsername": "balupton",
					"paypalURL": "https://bevry.me/paypal",
					"bitcoinURL": "https://bevry.me/bitcoin",
					"wishlistURL": "https://bevry.me/wishlist",
					"slackinURL": "https://slack.bevry.me"
				}
			},
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"name": "balupton",
					"email": "b@lupton.cc"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "http://balupton.com"
				},
				{
					"name": "Zlatan Vasović",
					"email": "zlatanvasovic@gmail.com",
					"url": "http://zdroid.github.io"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.10"
			},
			"editions": [
				{
					"description": "Source + ESNext + Require + Flow Type Comments",
					"entry": "source/index.js",
					"syntaxes": [
						"javascript",
						"esnext",
						"require",
						"arrows",
						"destructuring",
						"const",
						"let",
						"flow type comments"
					]
				},
				{
					"description": "Babel Compiled + ES2015 + Require",
					"entry": "es2015/index.js",
					"syntaxes": [
						"javascript",
						"es2015",
						"require"
					]
				}
			],
			"main": "es2015/index.js",
			"scripts": {
				"clean": "rm -Rf ./docs ./es2015",
				"compile": "npm run compile:es2015",
				"compile:es2015": "babel ./source --out-dir ./es2015 --presets es2015",
				"meta": "npm run meta:docs && npm run meta:projectz",
				"meta:docs": "documentation build -f html -g source/**.js -o docs",
				"meta:projectz": "projectz compile",
				"prepare": "npm run compile && npm run test && npm run meta",
				"release": "npm run prepare && npm run release:publish && npm run release:tag && npm run release:push",
				"release:publish": "npm publish",
				"release:tag": "git tag v$npm_package_version -a",
				"release:push": "git push origin master && git push origin --tags",
				"pretest": "npm run test:eslint && npm run test:flow",
				"test:eslint": "eslint ./source",
				"test:flow": "flow check",
				"test": "node --harmony ./es2015/test.js"
			},
			"dependencies": {},
			"devDependencies": {
				"assert-helpers": "^4.4.0",
				"babel-cli": "^6.10.1",
				"babel-polyfill": "^6.9.1",
				"babel-preset-es2015": "^6.9.0",
				"documentation": "^4.0.0-beta10",
				"eslint": "^2.12.0",
				"flow-bin": "^0.33.0",
				"joe": "^1.8.0",
				"joe-reporter-console": "^1.2.1",
				"projectz": "^1.1.6"
			},
			"gitHead": "818ff7efcb7365534b7268bf3948c0e6e0fbbb8a",
			"_id": "editions@1.2.1",
			"_shasum": "c92c302f3ad2b5d22a29a2e3ee6985ad5fe23b46",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.7.0",
			"_npmUser": {
				"name": "balupton",
				"email": "b@lupton.cc"
			},
			"dist": {
				"shasum": "c92c302f3ad2b5d22a29a2e3ee6985ad5fe23b46",
				"tarball": "https://registry.npmjs.org/editions/-/editions-1.2.1.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/editions-1.2.1.tgz_1476104771085_0.9725633831694722"
			},
			"directories": {}
		},
		"1.3.1": {
			"name": "editions",
			"version": "1.3.1",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"editions",
				"edition",
				"versions",
				"syntaxes",
				"esnext",
				"jsnext",
				"es2015",
				"es6",
				"es6+"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"slackin",
					"patreon",
					"gratipay",
					"flattr",
					"paypal",
					"bitcoin",
					"wishlist"
				],
				"config": {
					"patreonUsername": "bevry",
					"gratipayUsername": "bevry",
					"flattrUsername": "balupton",
					"paypalURL": "https://bevry.me/paypal",
					"bitcoinURL": "https://bevry.me/bitcoin",
					"wishlistURL": "https://bevry.me/wishlist",
					"slackinURL": "https://slack.bevry.me"
				}
			},
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"name": "balupton",
					"email": "b@lupton.cc"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "http://balupton.com"
				},
				{
					"name": "Zlatan Vasović",
					"email": "zlatanvasovic@gmail.com",
					"url": "http://zdroid.github.io"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.10"
			},
			"editions": [
				{
					"description": "Source + ESNext + Require + Flow Type Comments",
					"entry": "source/index.js",
					"syntaxes": [
						"javascript",
						"esnext",
						"require",
						"arrows",
						"destructuring",
						"const",
						"let",
						"flow type comments"
					]
				},
				{
					"description": "Babel Compiled + ES2015 + Require",
					"entry": "es2015/index.js",
					"syntaxes": [
						"javascript",
						"es2015",
						"require"
					]
				}
			],
			"main": "es2015/index.js",
			"scripts": {
				"clean": "rm -Rf ./docs ./es2015",
				"compile": "npm run compile:es2015",
				"compile:es2015": "babel ./source --out-dir ./es2015 --presets es2015",
				"meta": "npm run meta:docs && npm run meta:projectz",
				"meta:docs": "documentation build -f html -g source/**.js -o docs",
				"meta:projectz": "projectz compile",
				"prepare": "npm run compile && npm run test && npm run meta",
				"release": "npm run prepare && npm run release:publish && npm run release:tag && npm run release:push",
				"release:publish": "npm publish",
				"release:tag": "git tag v$npm_package_version -a",
				"release:push": "git push origin master && git push origin --tags",
				"pretest": "npm run test:eslint && npm run test:flow",
				"test:eslint": "eslint ./source",
				"test:flow": "flow check",
				"test": "node --harmony ./es2015/test.js"
			},
			"dependencies": {},
			"devDependencies": {
				"assert-helpers": "^4.4.0",
				"babel-cli": "^6.10.1",
				"babel-polyfill": "^6.9.1",
				"babel-preset-es2015": "^6.9.0",
				"documentation": "^4.0.0-beta10",
				"eslint": "^2.12.0",
				"flow-bin": "^0.33.0",
				"joe": "^1.8.0",
				"joe-reporter-console": "^1.2.1",
				"projectz": "^1.1.6"
			},
			"gitHead": "3eb01163ced29de192d8a52d30dc166bd70c4e40",
			"_id": "editions@1.3.1",
			"_shasum": "008425f64dc1401db45ec110e06aa602562419c0",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.7.0",
			"_npmUser": {
				"name": "balupton",
				"email": "b@lupton.cc"
			},
			"dist": {
				"shasum": "008425f64dc1401db45ec110e06aa602562419c0",
				"tarball": "https://registry.npmjs.org/editions/-/editions-1.3.1.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/editions-1.3.1.tgz_1476148279977_0.8863260305952281"
			},
			"directories": {}
		},
		"1.3.2": {
			"name": "editions",
			"version": "1.3.2",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"editions",
				"edition",
				"versions",
				"syntaxes",
				"esnext",
				"jsnext",
				"es2015",
				"es6",
				"es6+"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"slackin",
					"patreon",
					"gratipay",
					"flattr",
					"paypal",
					"bitcoin",
					"wishlist"
				],
				"config": {
					"patreonUsername": "bevry",
					"gratipayUsername": "bevry",
					"flattrUsername": "balupton",
					"paypalURL": "https://bevry.me/paypal",
					"bitcoinURL": "https://bevry.me/bitcoin",
					"wishlistURL": "https://bevry.me/wishlist",
					"slackinURL": "https://slack.bevry.me"
				}
			},
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"name": "balupton",
					"email": "b@lupton.cc"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "http://balupton.com"
				},
				{
					"name": "Zlatan Vasović",
					"email": "zlatanvasovic@gmail.com",
					"url": "http://zdroid.github.io"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.8"
			},
			"editions": [
				{
					"description": "Source + ESNext + Require + Flow Type Comments",
					"entry": "source/index.js",
					"syntaxes": [
						"javascript",
						"esnext",
						"require",
						"arrows",
						"destructuring",
						"const",
						"let",
						"flow type comments"
					]
				},
				{
					"description": "Babel Compiled + ES2015 + Require",
					"entry": "es2015/index.js",
					"syntaxes": [
						"javascript",
						"es2015",
						"require"
					]
				}
			],
			"main": "es2015/index.js",
			"scripts": {
				"our:setup": "npm install",
				"our:clean": "rm -Rf ./docs ./es2015",
				"our:compile": "npm run our:compile:es2015",
				"our:compile:es2015": "babel ./source --out-dir ./es2015 --presets es2015",
				"our:meta": "npm run our:meta:docs && npm run our:meta:projectz",
				"our:meta:docs": "documentation build -f html -o ./docs -g --shallow ./source/**.js",
				"our:meta:projectz": "projectz compile",
				"our:verify": "npm run our:verify:eslint && npm run our:verify:flow",
				"our:verify:eslint": "eslint --fix ./source",
				"our:verify:flow": "flow check",
				"our:test": "npm run our:verify && npm test",
				"our:release": "npm run our:release:prepare && npm run our:release:publish && npm run our:release:tag && npm run our:release:push",
				"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
				"our:release:publish": "npm publish",
				"our:release:tag": "git tag v$npm_package_version -a",
				"our:release:push": "git push origin master && git push origin --tags",
				"test": "node --harmony ./es2015/test.js --joe-reporter=console"
			},
			"dependencies": {},
			"devDependencies": {
				"assert-helpers": "^4.4.0",
				"babel-cli": "^6.18.0",
				"babel-preset-es2015": "^6.18.0",
				"documentation": "^4.0.0-beta11",
				"eslint": "^3.9.1",
				"flow-bin": "^0.34.0",
				"joe": "^2.0.2",
				"joe-reporter-console": "^2.0.1",
				"projectz": "^1.3.2"
			},
			"gitHead": "34bf351e6aeb2b91465a6ecacfd1ed5e06c398d9",
			"_id": "editions@1.3.2",
			"_shasum": "9edf257e01c79ba3f8a1015f218d382680c8bc45",
			"_from": ".",
			"_npmVersion": "3.10.9",
			"_nodeVersion": "7.0.0",
			"_npmUser": {
				"name": "balupton",
				"email": "b@lupton.cc"
			},
			"dist": {
				"shasum": "9edf257e01c79ba3f8a1015f218d382680c8bc45",
				"tarball": "https://registry.npmjs.org/editions/-/editions-1.3.2.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/editions-1.3.2.tgz_1478254965333_0.8382386162411422"
			},
			"directories": {}
		},
		"1.3.3": {
			"name": "editions",
			"version": "1.3.3",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"editions",
				"edition",
				"versions",
				"syntaxes",
				"esnext",
				"jsnext",
				"es2015",
				"es6",
				"es6+"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"slackin",
					"patreon",
					"gratipay",
					"flattr",
					"paypal",
					"bitcoin",
					"wishlist"
				],
				"config": {
					"patreonUsername": "bevry",
					"gratipayUsername": "bevry",
					"flattrUsername": "balupton",
					"paypalURL": "https://bevry.me/paypal",
					"bitcoinURL": "https://bevry.me/bitcoin",
					"wishlistURL": "https://bevry.me/wishlist",
					"slackinURL": "https://slack.bevry.me"
				}
			},
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"name": "balupton",
					"email": "b@lupton.cc"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "http://balupton.com"
				},
				{
					"name": "Zlatan Vasović",
					"email": "zlatanvasovic@gmail.com",
					"url": "http://zdroid.github.io"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.8"
			},
			"editions": [
				{
					"description": "Source + ESNext + Require + Flow Type Comments",
					"entry": "source/index.js",
					"syntaxes": [
						"javascript",
						"esnext",
						"require",
						"arrows",
						"destructuring",
						"const",
						"let",
						"flow type comments"
					]
				},
				{
					"description": "Babel Compiled + ES2015 + Require",
					"entry": "es2015/index.js",
					"syntaxes": [
						"javascript",
						"es2015",
						"require"
					]
				}
			],
			"main": "es2015/index.js",
			"scripts": {
				"our:setup": "npm install",
				"our:clean": "rm -Rf ./docs ./es2015",
				"our:compile": "npm run our:compile:es2015",
				"our:compile:es2015": "babel ./source --out-dir ./es2015 --presets es2015",
				"our:meta": "npm run our:meta:docs && npm run our:meta:projectz",
				"our:meta:docs": "documentation build -f html -o ./docs -g --shallow ./source/**.js",
				"our:meta:projectz": "projectz compile",
				"our:verify": "npm run our:verify:eslint && npm run our:verify:flow",
				"our:verify:eslint": "eslint --fix ./source",
				"our:verify:flow": "flow check",
				"our:test": "npm run our:verify && npm test",
				"our:release": "npm run our:release:prepare && npm run our:release:publish && npm run our:release:tag && npm run our:release:push",
				"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
				"our:release:publish": "npm publish",
				"our:release:tag": "git tag v$npm_package_version -a",
				"our:release:push": "git push origin master && git push origin --tags",
				"test": "node --harmony ./es2015/test.js --joe-reporter=console"
			},
			"dependencies": {},
			"devDependencies": {
				"assert-helpers": "^4.4.0",
				"babel-cli": "^6.18.0",
				"babel-preset-es2015": "^6.18.0",
				"documentation": "^4.0.0-beta11",
				"eslint": "^3.9.1",
				"flow-bin": "^0.34.0",
				"joe": "^2.0.2",
				"joe-reporter-console": "^2.0.1",
				"projectz": "^1.3.2"
			},
			"gitHead": "272530079d941652a2679cf2152e83ed2f3f2129",
			"_id": "editions@1.3.3",
			"_shasum": "0907101bdda20fac3cbe334c27cbd0688dc99a5b",
			"_from": ".",
			"_npmVersion": "3.10.9",
			"_nodeVersion": "7.0.0",
			"_npmUser": {
				"name": "balupton",
				"email": "b@lupton.cc"
			},
			"dist": {
				"shasum": "0907101bdda20fac3cbe334c27cbd0688dc99a5b",
				"tarball": "https://registry.npmjs.org/editions/-/editions-1.3.3.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/editions-1.3.3.tgz_1478256764229_0.07439323770813644"
			},
			"directories": {}
		},
		"1.3.4": {
			"name": "editions",
			"version": "1.3.4",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"editions",
				"edition",
				"versions",
				"syntaxes",
				"esnext",
				"jsnext",
				"es2015",
				"es6",
				"es6+"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"patreon",
					"opencollective",
					"gratipay",
					"flattr",
					"paypal",
					"bitcoin",
					"wishlist",
					"---",
					"slackin"
				],
				"config": {
					"patreonUsername": "bevry",
					"opencollectiveUsername": "bevry",
					"gratipayUsername": "bevry",
					"flattrUsername": "balupton",
					"paypalURL": "https://bevry.me/paypal",
					"bitcoinURL": "https://bevry.me/bitcoin",
					"wishlistURL": "https://bevry.me/wishlist",
					"slackinURL": "https://slack.bevry.me"
				}
			},
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"email": "us@bevry.me",
					"name": "bevryme"
				},
				{
					"email": "b@lupton.cc",
					"name": "balupton"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "http://balupton.com"
				},
				{
					"name": "Zlatan Vasović",
					"email": "zlatanvasovic@gmail.com",
					"url": "http://zdroid.github.io"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.8"
			},
			"editions": [
				{
					"description": "Source + ESNext + Require + Flow Type Comments",
					"directory": "source",
					"entry": "index.js",
					"syntaxes": [
						"javascript",
						"esnext",
						"require",
						"arrows",
						"destructuring",
						"const",
						"let",
						"flow type comments"
					]
				},
				{
					"description": "Babel Compiled + ES2015 + Require",
					"directory": "es2015",
					"entry": "index.js",
					"syntaxes": [
						"javascript",
						"es2015",
						"require"
					]
				}
			],
			"main": "es2015/index.js",
			"dependencies": {},
			"devDependencies": {
				"assert-helpers": "^4.5.1",
				"babel-cli": "^6.26.0",
				"babel-preset-es2015": "^6.24.1",
				"documentation": "^5.3.5",
				"eslint": "^4.16.0",
				"flow-bin": "^0.64.0",
				"joe": "^2.0.2",
				"joe-reporter-console": "^2.0.1",
				"projectz": "^1.4.0",
				"surge": "^0.19.0"
			},
			"scripts": {
				"our:setup": "npm run our:setup:npm",
				"our:setup:npm": "npm install",
				"our:clean": "rm -Rf ./docs ./es2015 ./es5 ./out",
				"our:compile": "npm run our:compile:es2015",
				"our:compile:es2015": "babel ./source --out-dir ./es2015 --presets es2015",
				"our:meta": "npm run our:meta:docs && npm run our:meta:projectz",
				"our:meta:docs": "documentation build -f html -o ./docs -g --shallow ./source/**.js",
				"our:meta:projectz": "projectz compile",
				"our:verify": "npm run our:verify:eslint && npm run our:verify:flow",
				"our:verify:eslint": "eslint --fix ./source",
				"our:verify:flow": "flow check",
				"our:test": "npm run our:verify && npm test",
				"our:release": "npm run our:release:prepare && npm run our:release:check && npm run our:release:tag && npm run our:release:push",
				"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
				"our:release:check": "npm run our:release:check:changelog && npm run our:release:check:dirty",
				"our:release:check:changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
				"our:release:check:dirty": "git diff --exit-code",
				"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
				"our:release:push": "git push origin master && git push origin --tags",
				"test": "node --harmony ./es2015/test.js --joe-reporter=console"
			},
			"gitHead": "5580800dc3935e988b7aa2cf8d571f3e9fa2d8f9",
			"_id": "editions@1.3.4",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.9.4",
			"_npmUser": {
				"name": "bevryme",
				"email": "us@bevry.me"
			},
			"dist": {
				"integrity": "sha512-gzao+mxnYDzIysXKMQi/+M1mjy/rjestjg6OPoYTtI+3Izp23oiGZitsl9lPDPiTGXbcSIk1iJWhliSaglxnUg==",
				"shasum": "3662cb592347c3168eb8e498a0ff73271d67f50b",
				"tarball": "https://registry.npmjs.org/editions/-/editions-1.3.4.tgz"
			},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/editions-1.3.4.tgz_1517357126754_0.38373007951304317"
			},
			"directories": {}
		},
		"2.0.0": {
			"name": "editions",
			"version": "2.0.0",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"editions",
				"edition",
				"versions",
				"syntaxes",
				"esnext",
				"jsnext",
				"es2015",
				"es6",
				"es6+"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"patreon",
					"opencollective",
					"gratipay",
					"flattr",
					"paypal",
					"bitcoin",
					"wishlist"
				],
				"config": {
					"patreonUsername": "bevry",
					"opencollectiveUsername": "bevry",
					"gratipayUsername": "bevry",
					"flattrUsername": "balupton",
					"paypalURL": "https://bevry.me/paypal",
					"bitcoinURL": "https://bevry.me/bitcoin",
					"wishlistURL": "https://bevry.me/wishlist"
				}
			},
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"email": "b@lupton.cc",
					"name": "balupton"
				},
				{
					"email": "us@bevry.me",
					"name": "bevryme"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "http://balupton.com"
				},
				{
					"name": "Zlatan Vasović",
					"email": "zlatanvasovic@gmail.com",
					"url": "http://zdroid.github.io"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.8"
			},
			"editions": [
				{
					"description": "Source Code in ESNext with Require",
					"directory": "source",
					"entry": "index.js",
					"syntaxes": [
						"javascript",
						"esnext",
						"require"
					]
				},
				{
					"description": "Babel Compiled for Node 0.8 with Require",
					"directory": "es2015",
					"entry": "index.js",
					"syntaxes": [
						"javascript",
						"require"
					]
				}
			],
			"main": "edition:node:0.8/index.js",
			"dependencies": {
				"errlop": "^1.0.2",
				"semver": "^5.5.0"
			},
			"devDependencies": {
				"assert-helpers": "^4.5.1",
				"babel-cli": "^6.26.0",
				"babel-preset-env": "^1.7.0",
				"documentation": "^8.0.2",
				"eslint": "^5.2.0",
				"joe": "^2.0.2",
				"joe-reporter-console": "^2.0.1",
				"projectz": "^1.4.0",
				"surge": "^0.20.1"
			},
			"scripts": {
				"our:setup": "npm run our:setup:npm",
				"our:setup:npm": "npm install",
				"our:clean": "rm -Rf ./docs ./es2015 ./es5 ./out",
				"our:compile": "npm run our:compile:edition:node:0.8",
				"our:compile:edition:node:0.8": "env BABEL_ENV=edition:node:0.8 babel --out-dir ./edition:node:0.8 ./source",
				"our:meta": "npm run our:meta:docs && npm run our:meta:projectz",
				"our:meta:docs": "documentation build -f html -o ./docs -g --shallow ./source/**.js",
				"our:meta:projectz": "projectz compile",
				"our:verify": "npm run our:verify:eslint",
				"our:verify:eslint": "eslint --fix ./source",
				"our:test": "npm run our:verify && npm test",
				"our:release": "npm run our:release:prepare && npm run our:release:check && npm run our:release:tag && npm run our:release:push",
				"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
				"our:release:check": "npm run our:release:check:changelog && npm run our:release:check:dirty",
				"our:release:check:changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
				"our:release:check:dirty": "git diff --exit-code",
				"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
				"our:release:push": "git push origin master && git push origin --tags",
				"test": "node --harmony ./edition:node:0.8/test.js --joe-reporter=console"
			},
			"babel": {
				"env": {
					"edition:node:0.8": {
						"presets": [
							[
								"env",
								{
									"targets": {
										"node": "0.8"
									}
								}
							]
						]
					}
				}
			},
			"gitHead": "7e9f06b6a1f0297440c7cca69796244934b691ba",
			"_id": "editions@2.0.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.11.3",
			"_npmUser": {
				"name": "bevryme",
				"email": "us@bevry.me"
			},
			"dist": {
				"integrity": "sha512-Xqiyl61UjhLUn/HSmImiIjceuMfZLqgIYr12EPrjSObCvXKz2AFutVOEVeKOQNCP1pgwu2fnKoa8R5tW2h/Pvg==",
				"shasum": "5405de0d7aafbd7e3569c567f075dce9a6bf8433",
				"tarball": "https://registry.npmjs.org/editions/-/editions-2.0.0.tgz",
				"fileCount": 7,
				"unpackedSize": 28773,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbWuGbCRA9TVsSAnZWagAAh6wP/RhzSXPfIO+1qsqQ2q1D\naEay1wSyO93rrudpjO7lxDsY644FkKQEAsdXvxikjEKsg5VvoGgDBGtHH5IF\nDr9SpNBdXCpLA9OJN/F2y2Otg1VmYw6+T5DHl1c1cgtoatTUxewdXq/knlAV\nlaE28a0AgwzvjX/7zwnkI51RT/IMWgmrwEUx/ZGmOb5DZLZ7WelLSV30vhBv\nYoFfIfnQwaYlhOCUdb0uvhyzqd/Yp1PuREPdOf1ozyD9tOdMPAIh2uU2hDfl\nj977Pz474vFguuUJgcCkMne3YlT/AowffWQaHJYnKVMctED5XZDLuXS/d74l\nWTcPVUuv/rqV6q67/FgLGyngnk8ztNbypaJD7C1PoW/UDvOloehc2z2yGkct\npeN+uAgdfv2sixtVfopT+QTxLhQ+AmrI3gVh3eDrWnZBc9oBJpDPvgijN/7w\n+93GVzmonmf+Llc/+uvjfOGF+UL04wxJNapV4T/wwes6EFMpPXedG1lAEsso\n8nTglf1In3fWzxt+MjkVy9G4BZA7MRL1akYICs4MQ2Ti/vwZK/U387CO30zd\nnH2R+f7qyB1Lfl1puDiZfEceV0mGWV67Fb0Rg4cNLRdqnsGGdLVMmL72vsGn\n7kIK1qTmCeCYqoP2/5FsbJo2S+ztqN7tJT9LMd1feNxey7JZ7OBGJlGGkzxA\nSeoP\r\n=Mbyo\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/editions_2.0.0_1532682651908_0.8752386895812174"
			},
			"_hasShrinkwrap": false
		},
		"2.0.1": {
			"name": "editions",
			"version": "2.0.1",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"editions",
				"edition",
				"versions",
				"syntaxes",
				"esnext",
				"jsnext",
				"es2015",
				"es6",
				"es6+"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"patreon",
					"opencollective",
					"flattr",
					"paypal",
					"bitcoin",
					"wishlist"
				],
				"config": {
					"patreonUsername": "bevry",
					"opencollectiveUsername": "bevry",
					"flattrUsername": "balupton",
					"paypalURL": "https://bevry.me/paypal",
					"bitcoinURL": "https://bevry.me/bitcoin",
					"wishlistURL": "https://bevry.me/wishlist"
				}
			},
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"email": "b@lupton.cc",
					"name": "balupton"
				},
				{
					"email": "us@bevry.me",
					"name": "bevryme"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "http://balupton.com"
				},
				{
					"name": "Zlatan Vasović",
					"email": "zlatanvasovic@gmail.com",
					"url": "http://zdroid.github.io"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.8"
			},
			"editions": [
				{
					"description": "esnext source code with require for modules",
					"directory": "source",
					"entry": "index.js",
					"syntaxes": [
						"javascript",
						"esnext",
						"require"
					],
					"engines": {
						"node": ">=6",
						"browsers": false
					}
				},
				{
					"description": "esnext compiled for browsers with require for modules",
					"directory": "edition:browsers",
					"entry": "index.js",
					"syntaxes": [
						"javascript",
						"require"
					],
					"engines": {
						"node": false,
						"browsers": "defaults"
					}
				},
				{
					"description": "esnext compiled for node.js >=0.8 with require for modules",
					"directory": "edition:node:0.8",
					"entry": "index.js",
					"syntaxes": [
						"javascript",
						"require"
					],
					"engines": {
						"node": ">=0.8",
						"browsers": false
					}
				}
			],
			"main": "edition:node:0.8/index.js",
			"browser": "edition:browsers/index.js",
			"dependencies": {
				"errlop": "^1.0.2",
				"semver": "^5.5.0"
			},
			"devDependencies": {
				"assert-helpers": "^4.5.1",
				"babel-cli": "^6.26.0",
				"babel-preset-env": "^1.7.0",
				"documentation": "^8.0.2",
				"eslint": "^5.2.0",
				"joe": "^2.0.2",
				"joe-reporter-console": "^2.0.1",
				"projectz": "^1.4.0",
				"surge": "^0.20.1"
			},
			"scripts": {
				"our:clean": "rm -Rf ./docs ./edition:* ./es2015 ./es5 ./out",
				"our:compile": "npm run our:compile:edition",
				"our:compile:edition": "npm run our:compile:edition:browsers && npm run our:compile:edition:node",
				"our:compile:edition:browsers": "env BABEL_ENV=edition:browsers babel --out-dir ./edition:browsers ./source",
				"our:compile:edition:node": "npm run our:compile:edition:node:0.8",
				"our:compile:edition:node:0.8": "env BABEL_ENV=edition:node:0.8 babel --out-dir ./edition:node:0.8 ./source",
				"our:deploy": "echo no need for this project",
				"our:meta": "npm run our:meta:docs && npm run our:meta:projectz",
				"our:meta:docs": "documentation build -f html -o ./docs -g --shallow ./source/**.js",
				"our:meta:projectz": "projectz compile",
				"our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push",
				"our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
				"our:release:check-dirty": "git diff --exit-code",
				"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
				"our:release:push": "git push origin master && git push origin --tags",
				"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
				"our:setup": "npm run our:setup:npm",
				"our:setup:npm": "npm install",
				"our:test": "npm run our:verify && npm test",
				"our:verify": "npm run our:verify:eslint",
				"our:verify:eslint": "eslint --fix ./source",
				"test": "node --harmony ./edition:node:0.8/test.js --joe-reporter=console"
			},
			"babel": {
				"env": {
					"edition:browsers": {
						"presets": [
							[
								"env",
								{
									"targets": {
										"browsers": "defaults"
									}
								}
							]
						]
					},
					"edition:node:0.8": {
						"presets": [
							[
								"env",
								{
									"targets": {
										"node": "0.8"
									}
								}
							]
						]
					}
				}
			},
			"gitHead": "f9209b4e691619a09050c1b786fffe96c35f8d4b",
			"_id": "editions@2.0.1",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.11.4",
			"_npmUser": {
				"name": "bevryme",
				"email": "us@bevry.me"
			},
			"dist": {
				"integrity": "sha512-GNBqG7eF4lxz/jPGM1A/oazdRW9D86OMeggfvCXuA9kcxBJ8fcWO1O8q73pepQlwR8+KecxrgGduwdNeZJ0R9Q==",
				"shasum": "0e112030598461461b5e9e25132aacfe5f12887d",
				"tarball": "https://registry.npmjs.org/editions/-/editions-2.0.1.tgz",
				"fileCount": 7,
				"unpackedSize": 35820,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbfyrQCRA9TVsSAnZWagAAUxoP/3GNuyAIjBH6BoSlpafj\ncf5yS31kol9mJ6YSBorMgf/WtzWIcq+xz18W4Sul6XYheva5JPlCyrq9DJGl\nl71tpyC6jb9Piy4CTOCoi0m1Ulu1KI/qmrLp0yrtIIWFY+mQfJpImCFmRmzt\nXD8q+2PUOYVPczOzvOJFb6/CiPJi0jIOUXso6S5RBkXCb+PxzlXf15nXcKsH\nvR+uhFiMN9KbZyTMEztw6U/IsRQ5I4Uzc0zSaYg2ZE2TKmeFh3jH50HPyCch\nPTetUriykEBAzrJtghiBfXzx4THEW4ACSXD1NqQ3LdBBO7CgPomqZ/Cs8mw4\nUF0D0S/1BBP3oxoUjuoZ7Ak4aRD2PuvdDB2RmVDaPuBW4MH/YbQScdkaQOZJ\nANqJYy1Blk+LCn7e/WiLmyvEkiXrJbPlXZiYe/j2BjN6RSfJ2F269SSAOyrl\n1Uc8maSlTHvidzeX4g3VAouiq1PwqpQk4r7sk1ASfY/c88iJI4vaDwYC9LZl\nd4sueA2szY2gEIkbtGFBBn7Y0dAf/y1JmmU9J/mLCcxeVT3ftpwmswnnks3N\neP5f3S9suLieeH7fwRqtpH0txyV3XWSFnosHmPYE2UP63DoPpEc7zkNC0OMl\nMDAjN1RXg4+9JlCsl4W95p07GQTcdsTYKyprfn4mvVzhlFeeelHikd+Qttk0\naU5/\r\n=RiRZ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/editions_2.0.1_1535060687580_0.06518065188130628"
			},
			"_hasShrinkwrap": false
		},
		"2.0.2": {
			"name": "editions",
			"version": "2.0.2",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"editions",
				"edition",
				"versions",
				"syntaxes",
				"esnext",
				"jsnext",
				"es2015",
				"es6",
				"es6+"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"patreon",
					"opencollective",
					"flattr",
					"paypal",
					"bitcoin",
					"wishlist"
				],
				"config": {
					"patreonUsername": "bevry",
					"opencollectiveUsername": "bevry",
					"flattrUsername": "balupton",
					"paypalURL": "https://bevry.me/paypal",
					"bitcoinURL": "https://bevry.me/bitcoin",
					"wishlistURL": "https://bevry.me/wishlist"
				}
			},
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"email": "b@lupton.cc",
					"name": "balupton"
				},
				{
					"email": "us@bevry.me",
					"name": "bevryme"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "http://balupton.com"
				},
				{
					"name": "Zlatan Vasović",
					"email": "zlatanvasovic@gmail.com",
					"url": "http://zdroid.github.io"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.8"
			},
			"editions": [
				{
					"description": "esnext source code with require for modules",
					"directory": "source",
					"entry": "index.js",
					"syntaxes": [
						"javascript",
						"esnext",
						"require"
					],
					"engines": {
						"node": ">=6",
						"browsers": false
					}
				},
				{
					"description": "esnext compiled for browsers with require for modules",
					"directory": "edition-browsers",
					"entry": "index.js",
					"syntaxes": [
						"javascript",
						"require"
					],
					"engines": {
						"node": false,
						"browsers": "defaults"
					}
				},
				{
					"description": "esnext compiled for node.js >=0.8 with require for modules",
					"directory": "edition-node-0.8",
					"entry": "index.js",
					"syntaxes": [
						"javascript",
						"require"
					],
					"engines": {
						"node": "0.8 || 0.10 || 0.12 || 4 || 6 || 8 || 10",
						"browsers": false
					}
				}
			],
			"main": "edition-node-0.8/index.js",
			"browser": "edition-browsers/index.js",
			"dependencies": {
				"errlop": "^1.0.2",
				"semver": "^5.5.0"
			},
			"devDependencies": {
				"assert-helpers": "^4.5.1",
				"babel-cli": "^6.26.0",
				"babel-preset-env": "^1.7.0",
				"documentation": "^8.1.2",
				"eslint": "^5.5.0",
				"joe": "^2.0.2",
				"joe-reporter-console": "^2.0.2",
				"projectz": "^1.4.0",
				"surge": "^0.20.1"
			},
			"scripts": {
				"our:clean": "rm -Rf ./docs ./edition:* ./es2015 ./es5 ./out",
				"our:compile": "npm run our:compile:edition-browsers && npm run our:compile:edition-node-0.8",
				"our:compile:edition-browsers": "env BABEL_ENV=edition-browsers babel --out-dir ./edition-browsers ./source",
				"our:compile:edition-node-0.8": "env BABEL_ENV=edition-node-0.8 babel --out-dir ./edition-node-0.8 ./source",
				"our:deploy": "echo no need for this project",
				"our:meta": "npm run our:meta:docs && npm run our:meta:projectz",
				"our:meta:docs": "documentation build -f html -o ./docs -g --shallow ./source/**.js",
				"our:meta:projectz": "projectz compile",
				"our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push",
				"our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
				"our:release:check-dirty": "git diff --exit-code",
				"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
				"our:release:push": "git push origin master && git push origin --tags",
				"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
				"our:setup": "npm run our:setup:npm",
				"our:setup:npm": "npm install",
				"our:test": "npm run our:verify && npm test",
				"our:verify": "npm run our:verify:eslint",
				"our:verify:eslint": "eslint --fix ./source",
				"test": "node --harmony ./edition-node-0.8/test.js --joe-reporter=console"
			},
			"babel": {
				"env": {
					"edition-browsers": {
						"presets": [
							[
								"env",
								{
									"targets": {
										"browsers": "defaults"
									}
								}
							]
						]
					},
					"edition-node-0.8": {
						"presets": [
							[
								"env",
								{
									"targets": {
										"node": "0.8"
									}
								}
							]
						]
					}
				}
			},
			"gitHead": "fadc5cbb4b99f727f95a32bd4fe813198917d003",
			"_id": "editions@2.0.2",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.11.4",
			"_npmUser": {
				"name": "bevryme",
				"email": "us@bevry.me"
			},
			"dist": {
				"integrity": "sha512-0B8aSTWUu9+JW99zHoeogavCi+lkE5l35FK0OKe0pCobixJYoeof3ZujtqYzSsU2MskhRadY5V9oWUuyG4aJ3A==",
				"shasum": "54fdac6fb24b0a1a72ffc1ba0126c10602c3e0bd",
				"tarball": "https://registry.npmjs.org/editions/-/editions-2.0.2.tgz",
				"fileCount": 7,
				"unpackedSize": 36659,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbjR0oCRA9TVsSAnZWagAA0SgP/2z2Ln66M3N5gVhsd8th\nNf5+8QamqLWGy9IjxslNTCwI5YfJGDFWkSswfL7iL8usSG96t4djVmgfGixg\n9RB0c6rDHAzo3fGl3FcV/wxnjr82oZxaCDwUxaKETrAlcfBWRMeCwQ41cFJZ\n8n3Emvm8Lg36SSD3WsQu8X+40SIRFewOv6L2UJ4NL04AkRlEw/zYpzh0hhzb\nV92HUMCkqCvclGjdB9YlkejVI04DSBsHtMFtrbv1kCfOOhFWxHQqVeQ1Ms1C\n6hAITKcWeFdjtg8pYJbOHLLyNAPzjYMYv0LrrfBVeGY11OXxOuQLSOXb57TY\ncdc1x3Dy+fjDuYbOXJcCiCWpM3RdK4Ry4b19sWkpRiytjt12NGqwu2n4iIoQ\n2/byOej3uIwaBLTfKc/5d/aIj7N+q8cQYrbsqJYCDO+btkLBgHrUiITjrbuT\nUci0tyf+Ov0PLjGkbivSgXwJTsgJEia9hzL18t05FhlhLewNUB3rFD++O3lb\n2N4XCMLKLMK3PTMCMwNEPsfyAbWaQXPkniVCtcpeUZausP+fpqgOqr8ogzQv\nnEPhE3Dlc+/IYoLopBNSddUI8UsjavAyOJSvt595u6w1eUvp4fbljbgUnV9M\nJ7TgeuxR/0+2+2e+f1/VsoNQsNdTIOZ/uVc6XDwDoUsB/5P8Rnogs58pNbLi\n5sev\r\n=LCim\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/editions_2.0.2_1535974695607_0.3574648363051447"
			},
			"_hasShrinkwrap": false
		},
		"2.1.0": {
			"name": "editions",
			"version": "2.1.0",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"editions",
				"edition",
				"versions",
				"syntaxes",
				"esnext",
				"jsnext",
				"es2015",
				"es6",
				"es6+"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"patreon",
					"flattr",
					"liberapay",
					"thanksapp",
					"boostlab",
					"buymeacoffee",
					"opencollective",
					"crypto",
					"paypal",
					"wishlist"
				],
				"config": {
					"buymeacoffeeUsername": "balupton",
					"cryptoURL": "https://bevry.me/crypto",
					"flattrUsername": "balupton",
					"liberapayUsername": "bevry",
					"opencollectiveUsername": "bevry",
					"patreonUsername": "bevry",
					"paypalURL": "https://bevry.me/paypal",
					"wishlistURL": "https://bevry.me/wishlist"
				}
			},
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"email": "b@lupton.cc",
					"name": "balupton"
				},
				{
					"email": "us@bevry.me",
					"name": "bevryme"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "http://balupton.com"
				},
				{
					"name": "Zlatan Vasović",
					"email": "zlatanvasovic@gmail.com",
					"url": "http://zdroid.github.io"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.8"
			},
			"editions": [
				{
					"description": "esnext source code with require for modules",
					"directory": "source",
					"entry": "index.js",
					"tags": [
						"javascript",
						"esnext",
						"require"
					],
					"engines": {
						"node": ">=6",
						"browsers": false
					}
				},
				{
					"description": "esnext compiled for browsers with require for modules",
					"directory": "edition-browsers",
					"entry": "index.js",
					"tags": [
						"javascript",
						"require"
					],
					"engines": {
						"node": false,
						"browsers": "defaults"
					}
				},
				{
					"description": "esnext compiled for node.js >=0.8 with require for modules",
					"directory": "edition-node-0.8",
					"entry": "index.js",
					"tags": [
						"javascript",
						"require"
					],
					"engines": {
						"node": true,
						"browsers": false
					}
				}
			],
			"main": "edition-node-0.8/index.js",
			"browser": "edition-browsers/index.js",
			"dependencies": {
				"errlop": "^1.0.3",
				"semver": "^5.6.0"
			},
			"devDependencies": {
				"@babel/cli": "^7.1.5",
				"@babel/core": "^7.1.6",
				"@babel/preset-env": "^7.1.6",
				"assert-helpers": "^4.5.1",
				"eslint": "^5.9.0",
				"joe": "^2.0.2",
				"joe-reporter-console": "^2.0.2",
				"jsdoc": "^3.5.5",
				"minami": "^1.2.3",
				"projectz": "^1.4.0",
				"surge": "^0.20.1"
			},
			"scripts": {
				"our:clean": "rm -Rf ./docs ./edition-* ./es2015 ./es5 ./out",
				"our:compile": "npm run our:compile:edition-browsers && npm run our:compile:edition-node-0.8",
				"our:compile:edition-browsers": "env BABEL_ENV=edition-browsers babel --out-dir ./edition-browsers ./source",
				"our:compile:edition-node-0.8": "env BABEL_ENV=edition-node-0.8 babel --out-dir ./edition-node-0.8 ./source",
				"our:deploy": "echo no need for this project",
				"our:meta": "npm run our:meta:docs && npm run our:meta:projectz",
				"our:meta:docs": "rm -Rf ./docs && jsdoc --recurse --pedantic --access all --destination ./docs --package ./package.json --readme ./README.md --template ./node_modules/minami ./source && mv ./docs/$npm_package_name/$npm_package_version/* ./docs/ && rm -Rf ./docs/$npm_package_name/$npm_package_version",
				"our:meta:projectz": "projectz compile",
				"our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push",
				"our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
				"our:release:check-dirty": "git diff --exit-code",
				"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
				"our:release:push": "git push origin master && git push origin --tags",
				"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
				"our:setup": "npm run our:setup:npm",
				"our:setup:npm": "npm install",
				"our:test": "npm run our:verify && npm test",
				"our:verify": "npm run our:verify:eslint",
				"our:verify:eslint": "eslint --fix ./source",
				"test": "node --harmony ./edition-node-0.8/test.js --joe-reporter=console"
			},
			"babel": {
				"env": {
					"edition-browsers": {
						"presets": [
							[
								"@babel/preset-env",
								{
									"targets": {
										"browsers": "defaults"
									}
								}
							]
						]
					},
					"edition-node-0.8": {
						"presets": [
							[
								"@babel/preset-env",
								{
									"targets": {
										"node": "0.8"
									}
								}
							]
						]
					}
				}
			},
			"gitHead": "023cc3aeb8b354b80485343e7dcd982af78d91f3",
			"_id": "editions@2.1.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.12.0",
			"_npmUser": {
				"name": "bevryme",
				"email": "us@bevry.me"
			},
			"dist": {
				"integrity": "sha512-yKrimWcvOXcYXtqsOeebbMLynm9qbYVd0005wveGU2biPxJaJoxA0jtaZrxiMe3mAanLr5lxoYFVz5zjv9JdnA==",
				"shasum": "5c6f6341ef19ee362a3bcbb907fe68e696dbc69e",
				"tarball": "https://registry.npmjs.org/editions/-/editions-2.1.0.tgz",
				"fileCount": 10,
				"unpackedSize": 68595,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7PF1CRA9TVsSAnZWagAAxI4P/A5wG38P/7TSaOZ+c4IE\nMi0VNl5j5OyyJ3/AB6Yr95+wtCX343SNl1FQHdk5U0NUudT3bD1INCpTGiMb\nmu/vTsGYeg5+QwXpNVmjsoNDPgk1UYIt6M39F8KY/wvlFo/n6+4vVijUNkkU\nKsi7zHVSQUY+OfQg2hXr2lHt1sGLQge2lbnsFBudtFqaFoTf4GKvnXrRmU2K\nFOvXkmhuRddm7xuMTZGP7wgQJDldbjQnn3SSsX9E1/Pb/2ZBaKVze69bww6o\nV7CpPEup8/WwsVCS7CXq7NDsPwMsUOvJ/MJW3Og5zK2Z7yE0S6TXS6nX8MDs\nZqFjwtho8Lm8YqQvcFv3OA0PlNpKYFJWSOnsiiWsXHaVgrbsWx1hZnxm1atQ\ni5315kNkyJXmpI1bf8Du/m+dETE+RgMevXq8yibPcNyXl+CEzFPGEEYnmy89\nWpxh5etlngMkDszunZ36kmrEhnQhZhyhv9lBpjGLlIIEU/HSPiE6kXcBIrE4\nShk+sY5q26EO6JWdNk2NBCNjPz/g3SWsNMenlqbQ7HT7yc606VXS7AlPSDb7\noXkAZXD0AYNtJZ4K2CQSE1rglL92AUmIwmW1A+pwHblWZcXAX2DhMrZS3/2R\nlrv5G1hiKhtrYr1QKU8kIBzIiOhmlFaPqvRxvJgu7ZklGKzYdTh/j3BC1qGg\nkd6H\r\n=yiz4\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/editions_2.1.0_1542254964282_0.5563116864633875"
			},
			"_hasShrinkwrap": false
		},
		"2.1.2": {
			"name": "editions",
			"version": "2.1.2",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"editions",
				"edition",
				"versions",
				"syntaxes",
				"esnext",
				"jsnext",
				"es2015",
				"es6",
				"es6+"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"patreon",
					"flattr",
					"liberapay",
					"thanksapp",
					"boostlab",
					"buymeacoffee",
					"opencollective",
					"crypto",
					"paypal",
					"wishlist"
				],
				"config": {
					"buymeacoffeeUsername": "balupton",
					"cryptoURL": "https://bevry.me/crypto",
					"flattrUsername": "balupton",
					"liberapayUsername": "bevry",
					"opencollectiveUsername": "bevry",
					"patreonUsername": "bevry",
					"paypalURL": "https://bevry.me/paypal",
					"wishlistURL": "https://bevry.me/wishlist"
				}
			},
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"email": "b@lupton.cc",
					"name": "balupton"
				},
				{
					"email": "us@bevry.me",
					"name": "bevryme"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "http://balupton.com"
				},
				{
					"name": "Zlatan Vasović",
					"email": "zlatanvasovic@gmail.com",
					"url": "http://zdroid.github.io"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.8"
			},
			"editions": [
				{
					"description": "esnext source code with require for modules",
					"directory": "source",
					"entry": "index.js",
					"tags": [
						"javascript",
						"esnext",
						"require"
					],
					"engines": {
						"node": "8 || 10 || 11",
						"browsers": false
					}
				},
				{
					"description": "esnext compiled for browsers with require for modules",
					"directory": "edition-browsers",
					"entry": "index.js",
					"tags": [
						"javascript",
						"require"
					],
					"engines": {
						"node": false,
						"browsers": "defaults"
					}
				},
				{
					"description": "esnext compiled for node.js 0.8 with require for modules",
					"directory": "edition-node-0.8",
					"entry": "index.js",
					"tags": [
						"javascript",
						"require"
					],
					"engines": {
						"node": "0.8 || 0.10 || 0.12 || 4 || 6 || 8 || 10 || 11",
						"browsers": false
					}
				}
			],
			"main": "edition-node-0.8/index.js",
			"browser": "edition-browsers/index.js",
			"dependencies": {
				"errlop": "^1.1.0",
				"semver": "^5.6.0"
			},
			"devDependencies": {
				"@babel/cli": "^7.2.3",
				"@babel/core": "^7.2.2",
				"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
				"@babel/preset-env": "^7.2.3",
				"assert-helpers": "^4.9.3",
				"eslint": "^5.11.1",
				"eslint-config-bevry": "^1.0.2",
				"eslint-config-prettier": "^3.3.0",
				"eslint-plugin-prettier": "^3.0.1",
				"jsdoc": "^3.5.5",
				"kava": "^3.1.0",
				"minami": "^1.2.3",
				"prettier": "^1.15.3",
				"projectz": "^1.7.4",
				"surge": "^0.20.1",
				"valid-directory": "^1.0.0"
			},
			"scripts": {
				"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out",
				"our:compile": "npm run our:compile:edition-browsers && npm run our:compile:edition-node-0.8",
				"our:compile:edition-browsers": "env BABEL_ENV=edition-browsers babel --out-dir ./edition-browsers ./source",
				"our:compile:edition-node-0.8": "env BABEL_ENV=edition-node-0.8 babel --out-dir ./edition-node-0.8 ./source",
				"our:deploy": "echo no need for this project",
				"our:meta": "npm run our:meta:docs && npm run our:meta:projectz",
				"our:meta:docs": "npm run our:meta:docs:jsdoc",
				"our:meta:docs:jsdoc": "rm -Rf ./docs && jsdoc --recurse --pedantic --access all --destination ./docs --package ./package.json --readme ./README.md --template ./node_modules/minami ./source && mv ./docs/$npm_package_name/$npm_package_version/* ./docs/ && rm -Rf ./docs/$npm_package_name/$npm_package_version",
				"our:meta:projectz": "projectz compile",
				"our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push",
				"our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
				"our:release:check-dirty": "git diff --exit-code",
				"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
				"our:release:push": "git push origin master && git push origin --tags",
				"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
				"our:setup": "npm run our:setup:npm",
				"our:setup:npm": "npm install",
				"our:test": "npm run our:verify && npm test",
				"our:verify": "npm run our:verify:directory && npm run our:verify:eslint",
				"our:verify:directory": "npx valid-directory",
				"our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source",
				"test": "node ./edition-node-0.8/test.js"
			},
			"eslintConfig": {
				"extends": [
					"bevry"
				]
			},
			"prettier": {
				"semi": false,
				"singleQuote": true
			},
			"babel": {
				"env": {
					"edition-browsers": {
						"sourceType": "script",
						"presets": [
							[
								"@babel/preset-env",
								{
									"targets": "defaults",
									"modules": "commonjs"
								}
							]
						],
						"plugins": [
							"@babel/proposal-object-rest-spread"
						]
					},
					"edition-node-0.8": {
						"sourceType": "script",
						"presets": [
							[
								"@babel/preset-env",
								{
									"targets": {
										"node": "0.8"
									},
									"modules": "commonjs"
								}
							]
						],
						"plugins": [
							"@babel/proposal-object-rest-spread"
						]
					}
				}
			},
			"gitHead": "84f536320f7eff6385e867d9f5c1de0dfb92fa88",
			"_id": "editions@2.1.2",
			"_npmVersion": "6.5.0",
			"_nodeVersion": "11.5.0",
			"_npmUser": {
				"name": "balupton",
				"email": "b@lupton.cc"
			},
			"dist": {
				"integrity": "sha512-Xg4hfZhDubuLJaw3JfFwdm+ut5DN6GcN+5oUuRAAv3MqZfUUQYfFFUg3vWp4QtTslgdadwl+uq6vqgBCLH6lzg==",
				"shasum": "d3284b995a4ab305aef984e6612eaabfd7ef19a8",
				"tarball": "https://registry.npmjs.org/editions/-/editions-2.1.2.tgz",
				"fileCount": 10,
				"unpackedSize": 72555,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcJl+9CRA9TVsSAnZWagAARVEP/jThjpW2Y2i/zpOmY+HP\nLdsWwckctO8ISRVf3EYL5LXTeJH0enMIiLW05tRmipTOvucDt+pSts5xc0NS\n7BeNBf6iPL26AeU3vvdZ6uCF4BTAecnxaNYsH33QB3V+iOpFVYfrOq3kKzMN\n0BrdmR9nfJd/4BtvE0mjd75Gdi9czciQ//ECF9xNO+p41sZQmMkp2WNE2tdK\ntMMn/A/ObFtH75FqPPIAU5LrPJRb5a5A2x//u2jvDVsnvSGsK+wPIo0lLQXN\nNU0LnB/Yl9NTS6Ug5Vnx2w+/1XHTsyUif33s6B+S97x4kvGLcOUqUnP+MHUH\n7O94LJHFnRFRDMZjtNOqQX8EsI71uyf/6TshcjAWUFoa357LONzKS55ai+0D\n4kuc5EddlRDRxSCxjaAY0ZVImlBCaRlUz0XDcr+iRmtKSzhZNdvGlc8qmmtx\nqIdtKPGpJSdApQOxKu6O8mcAty7AaybSbQD4oUkx6pmom/SXhbb7KhTHnOrJ\n8++q7+aVY04VN+WIKu4vcKYEZyyE6XX4SFi+zRrV0Dq2UqiVcGuzm5w+QeTh\ny65x+IMV0LbXcu3G2whewxVR/st9iuLp3xSxEw6fCt1vzg0+m19AcYMALeWt\nRRstQ3QqciONav4UXtD53H/5KGaNjS/r4jrPnmDaCAvbLRFr3ZyD/VRA9xRH\nFcHC\r\n=J0Eb\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/editions_2.1.2_1546018748850_0.3183691626624441"
			},
			"_hasShrinkwrap": false
		},
		"2.1.3": {
			"name": "editions",
			"version": "2.1.3",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"editions",
				"edition",
				"versions",
				"syntaxes",
				"esnext",
				"jsnext",
				"es2015",
				"es6",
				"es6+"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"patreon",
					"flattr",
					"liberapay",
					"thanksapp",
					"boostlab",
					"buymeacoffee",
					"opencollective",
					"crypto",
					"paypal",
					"wishlist"
				],
				"config": {
					"buymeacoffeeUsername": "balupton",
					"cryptoURL": "https://bevry.me/crypto",
					"flattrUsername": "balupton",
					"liberapayUsername": "bevry",
					"opencollectiveUsername": "bevry",
					"patreonUsername": "bevry",
					"paypalURL": "https://bevry.me/paypal",
					"wishlistURL": "https://bevry.me/wishlist"
				}
			},
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"email": "b@lupton.cc",
					"name": "balupton"
				},
				{
					"email": "us@bevry.me",
					"name": "bevryme"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "http://balupton.com"
				},
				{
					"name": "Zlatan Vasović",
					"email": "zlatanvasovic@gmail.com",
					"url": "http://zdroid.github.io"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.8"
			},
			"editions": [
				{
					"description": "esnext source code with require for modules",
					"directory": "source",
					"entry": "index.js",
					"tags": [
						"javascript",
						"esnext",
						"require"
					],
					"engines": {
						"node": "8 || 10 || 11",
						"browsers": false
					}
				},
				{
					"description": "esnext compiled for browsers with require for modules",
					"directory": "edition-browsers",
					"entry": "index.js",
					"tags": [
						"javascript",
						"require"
					],
					"engines": {
						"node": false,
						"browsers": "defaults"
					}
				},
				{
					"description": "esnext compiled for node.js 0.8 with require for modules",
					"directory": "edition-node-0.8",
					"entry": "index.js",
					"tags": [
						"javascript",
						"require"
					],
					"engines": {
						"node": "0.8 || 0.10 || 0.12 || 4 || 6 || 8 || 10 || 11",
						"browsers": false
					}
				}
			],
			"main": "edition-node-0.8/index.js",
			"browser": "edition-browsers/index.js",
			"dependencies": {
				"errlop": "^1.1.1",
				"semver": "^5.6.0"
			},
			"devDependencies": {
				"@babel/cli": "^7.2.3",
				"@babel/core": "^7.2.2",
				"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
				"@babel/preset-env": "^7.2.3",
				"assert-helpers": "^4.9.3",
				"eslint": "^5.11.1",
				"eslint-config-bevry": "^1.0.2",
				"eslint-config-prettier": "^3.3.0",
				"eslint-plugin-prettier": "^3.0.1",
				"jsdoc": "^3.5.5",
				"kava": "^3.1.0",
				"minami": "^1.2.3",
				"prettier": "^1.15.3",
				"projectz": "^1.7.4",
				"surge": "^0.20.1",
				"valid-directory": "^1.0.0"
			},
			"scripts": {
				"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out",
				"our:compile": "npm run our:compile:edition-browsers && npm run our:compile:edition-node-0.8",
				"our:compile:edition-browsers": "env BABEL_ENV=edition-browsers babel --out-dir ./edition-browsers ./source",
				"our:compile:edition-node-0.8": "env BABEL_ENV=edition-node-0.8 babel --out-dir ./edition-node-0.8 ./source",
				"our:deploy": "echo no need for this project",
				"our:meta": "npm run our:meta:docs && npm run our:meta:projectz",
				"our:meta:docs": "npm run our:meta:docs:jsdoc",
				"our:meta:docs:jsdoc": "rm -Rf ./docs && jsdoc --recurse --pedantic --access all --destination ./docs --package ./package.json --readme ./README.md --template ./node_modules/minami ./source && mv ./docs/$npm_package_name/$npm_package_version/* ./docs/ && rm -Rf ./docs/$npm_package_name/$npm_package_version",
				"our:meta:projectz": "projectz compile",
				"our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push",
				"our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
				"our:release:check-dirty": "git diff --exit-code",
				"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
				"our:release:push": "git push origin master && git push origin --tags",
				"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
				"our:setup": "npm run our:setup:npm",
				"our:setup:npm": "npm install",
				"our:test": "npm run our:verify && npm test",
				"our:verify": "npm run our:verify:directory && npm run our:verify:eslint",
				"our:verify:directory": "npx valid-directory",
				"our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source",
				"test": "node ./edition-node-0.8/test.js"
			},
			"eslintConfig": {
				"extends": [
					"bevry"
				]
			},
			"prettier": {
				"semi": false,
				"singleQuote": true
			},
			"babel": {
				"env": {
					"edition-browsers": {
						"sourceType": "script",
						"presets": [
							[
								"@babel/preset-env",
								{
									"targets": "defaults",
									"modules": "commonjs"
								}
							]
						],
						"plugins": [
							"@babel/proposal-object-rest-spread"
						]
					},
					"edition-node-0.8": {
						"sourceType": "script",
						"presets": [
							[
								"@babel/preset-env",
								{
									"targets": {
										"node": "0.8"
									},
									"modules": "commonjs"
								}
							]
						],
						"plugins": [
							"@babel/proposal-object-rest-spread"
						]
					}
				}
			},
			"gitHead": "84f536320f7eff6385e867d9f5c1de0dfb92fa88",
			"_id": "editions@2.1.3",
			"_npmVersion": "6.5.0",
			"_nodeVersion": "11.5.0",
			"_npmUser": {
				"name": "balupton",
				"email": "b@lupton.cc"
			},
			"dist": {
				"integrity": "sha512-xDZyVm0A4nLgMNWVVLJvcwMjI80ShiH/27RyLiCnW1L273TcJIA25C4pwJ33AWV01OX6UriP35Xu+lH4S7HWQw==",
				"shasum": "727ccf3ec2c7b12dcc652c71000f16c4824d6f7d",
				"tarball": "https://registry.npmjs.org/editions/-/editions-2.1.3.tgz",
				"fileCount": 10,
				"unpackedSize": 72693,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcJmE4CRA9TVsSAnZWagAAJLQP/i7SaUXvAmxXaavI7BT9\niGPCWHQKaX6jFK8BplLJVY2Ma6rB6onV5kdUXEy+6535LZB9NHxu99YK5U0e\nOZtsgpdIJCMvUO1fQC0C2acOrQvmIgrVpMeyGVxNXu/g/um4QLJQvOTPfG0y\niAEEdmoVBeIlx6qzYeQCBCnwLEMPX2EKaKP/XiML72zUaE/2aiVqadRMRhMQ\nHnhlbLjLRJ3Tcj5CHRla8nILdfWauMlWyVQ1tMdlXapslge8eMxCa9g/QnUx\n/3F0fc8GBnye2nl71vEXISUD3Gh6JZKKC5+GZiAi7urS0Zyjr/S+336ERhSt\ns9AfA2V0v1KfpgmcZS/zUg8Ged6MYgPccXhdDS/VjTBISeLm2mLToy1vONbU\njtD9ZTeUIGiblPIBLDHxiFiVulrlNnLynCQCYrieyUS8QLHXo12XrtmMMfk7\nFkYMZdPleA+2jipl9oVZ1h7tTwZKrDltddJkJgeBmtgWjC5ievNK4hXADyZ2\nMMmwK2r7xZ8nWJ5I8xO0X1uwmLQFjKM4hnI5xx2/Gonw+5FziTuRvIBpalfV\n26DuWv/QgCWcS4b99h0T8NatwAfiVAxaRebCZwRkCQd4gufmxDBr4eGrFoo9\nXizjiC9xiKxAmvsjGvFrse5xBRBEvlT0LBhlB62vRhvWLlD7W5H7z5JDxMBh\nxAx6\r\n=bk5j\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/editions_2.1.3_1546019127414_0.5649379346975099"
			},
			"_hasShrinkwrap": false
		},
		"2.2.0": {
			"name": "editions",
			"version": "2.2.0",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"editions",
				"edition",
				"versions",
				"syntaxes",
				"esnext",
				"jsnext",
				"es2015",
				"es6",
				"es6+"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"patreon",
					"flattr",
					"liberapay",
					"thanksapp",
					"boostlab",
					"buymeacoffee",
					"opencollective",
					"crypto",
					"paypal",
					"wishlist"
				],
				"config": {
					"buymeacoffeeUsername": "balupton",
					"cryptoURL": "https://bevry.me/crypto",
					"flattrUsername": "balupton",
					"liberapayUsername": "bevry",
					"opencollectiveUsername": "bevry",
					"patreonUsername": "bevry",
					"paypalURL": "https://bevry.me/paypal",
					"wishlistURL": "https://bevry.me/wishlist"
				}
			},
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"email": "b@lupton.cc",
					"name": "balupton"
				},
				{
					"email": "us@bevry.me",
					"name": "bevryme"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "http://balupton.com"
				},
				{
					"name": "Zlatan Vasović",
					"email": "zlatanvasovic@gmail.com",
					"url": "http://zdroid.github.io"
				},
				{
					"name": "dependabot[bot]",
					"url": "http://github.com/apps/dependabot"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.8"
			},
			"editions": [
				{
					"description": "esnext source code with require for modules",
					"directory": "source",
					"entry": "index.js",
					"tags": [
						"javascript",
						"esnext",
						"require"
					],
					"engines": {
						"node": "8 || 10 || 11 || 12",
						"browsers": false
					}
				},
				{
					"description": "esnext compiled for node.js 0.8 with require for modules",
					"directory": "edition-node-0.8",
					"entry": "index.js",
					"tags": [
						"javascript",
						"require"
					],
					"engines": {
						"node": "0.8 || 0.10 || 0.12 || 4 || 6 || 8 || 10 || 11 || 12",
						"browsers": false
					}
				}
			],
			"main": "edition-node-0.8/index.js",
			"dependencies": {
				"errlop": "^1.1.2",
				"semver": "^6.3.0"
			},
			"devDependencies": {
				"@babel/cli": "^7.6.0",
				"@babel/core": "^7.6.0",
				"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
				"@babel/preset-env": "^7.6.0",
				"assert-helpers": "^4.9.6",
				"eslint": "^6.3.0",
				"eslint-config-bevry": "^1.2.1",
				"eslint-config-prettier": "^6.2.0",
				"eslint-plugin-prettier": "^3.1.0",
				"jsdoc": "^3.6.3",
				"kava": "^3.1.0",
				"minami": "^1.2.3",
				"prettier": "^1.18.2",
				"projectz": "^1.7.5",
				"surge": "^0.21.3",
				"valid-directory": "^1.0.0"
			},
			"scripts": {
				"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
				"our:compile": "npm run our:compile:edition-node-0.8",
				"our:compile:edition-node-0.8": "env BABEL_ENV=edition-node-0.8 babel --out-dir ./edition-node-0.8 ./source",
				"our:deploy": "echo no need for this project",
				"our:meta": "npm run our:meta:docs && npm run our:meta:projectz",
				"our:meta:docs": "npm run our:meta:docs:jsdoc",
				"our:meta:docs:jsdoc": "rm -Rf ./docs && jsdoc --recurse --pedantic --access all --destination ./docs --package ./package.json --readme ./README.md --template ./node_modules/minami ./source && mv ./docs/$npm_package_name/$npm_package_version/* ./docs/ && rm -Rf ./docs/$npm_package_name/$npm_package_version",
				"our:meta:projectz": "projectz compile",
				"our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push",
				"our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
				"our:release:check-dirty": "git diff --exit-code",
				"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
				"our:release:push": "git push origin master && git push origin --tags",
				"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
				"our:setup": "npm run our:setup:install",
				"our:setup:install": "npm install",
				"our:test": "npm run our:verify && npm test",
				"our:verify": "npm run our:verify:directory && npm run our:verify:eslint && npm run our:verify:prettier",
				"our:verify:directory": "npx valid-directory",
				"our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source",
				"our:verify:prettier": "prettier --write ./source/**",
				"test": "node ./edition-node-0.8/test.js"
			},
			"eslintConfig": {
				"extends": [
					"bevry"
				]
			},
			"prettier": {
				"semi": false,
				"singleQuote": true
			},
			"babel": {
				"env": {
					"edition-node-0.8": {
						"sourceType": "script",
						"presets": [
							[
								"@babel/preset-env",
								{
									"targets": {
										"node": "0.8"
									},
									"modules": "commonjs"
								}
							]
						],
						"plugins": [
							"@babel/proposal-object-rest-spread"
						]
					}
				}
			},
			"gitHead": "2c6d8f0789d163b2768493be11f015862366e4bc",
			"_id": "editions@2.2.0",
			"_nodeVersion": "12.10.0",
			"_npmVersion": "6.10.3",
			"dist": {
				"integrity": "sha512-RYg3iEA2BDLCNVe8PUkD+ox5vAKxB9XS/mAhx1bdxGCF0CpX077C0pyTA9t5D6idCYA3avl5/XDHKPsHFrygfw==",
				"shasum": "dacd0c2a9441ebef592bba316a6264febb337f35",
				"tarball": "https://registry.npmjs.org/editions/-/editions-2.2.0.tgz",
				"fileCount": 8,
				"unpackedSize": 55326,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdd7ZcCRA9TVsSAnZWagAAkCcP/39svFwivWJWKBMsK90P\nadFH6BXfaPbfr2SGtlLQfN37Id4GUblRc15/IDsBSjWzWEYqQQSTVPLTOPzy\n59GkI/tg9Sl4i9Lzaozq67Le4qHw5Cqe2LwQeVhut1eGiVIKTAHwst34ugNK\nPUJjHjeQpga/ryh6zo3rUWl/9etVBesc9ZooKgdc4TzqtBi3Ddlb3k68Gpu3\nfrFHVu3R26k2AIrusVHybY5PIFd8XIcQEpHl/5Ae86iy0nFrwS7SsnSgfJAG\ngqdZVXPst0qGQPngUBsz2ARF1pT8n1YvIVShXVJSTqGZxcT4VpoggBHTG4pR\nhYCejNrTODGd7zHgLS6rHw4M2/Qcl1JKkzIktg/MlwqlAXrliatjczavPGXx\nv4m6IciMsdvNob3SUv9jBlEMQMjW11m9ZtqrHMfQBt9Ptpfuj7FJu6KNpQlu\nLRcoC4dnkj2aWWntero5eJx/UHD3Dss3TPbOhVCT2rC+BM2l4e0c+Wcgbguk\nD/2GJDFIWTtj+fFvX3JUIKcv7TXY1P0NGhndVZZfhRIPgDFgIi6zCnSsg84B\nL+uTeliJI13V0KiDRonuA+nDoGlAfDGuH5Qz538HFnUWa3vRwtl25UtkuN8Q\nj9hKmdU2O7f2/qhQZjNVKo2wk8MfL2qRkuod3xfIKAW+/2qweQu0nYKSC6VD\nX7eE\r\n=yry7\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "bevryme",
				"email": "us@bevry.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/editions_2.2.0_1568126555432_0.1454575307698458"
			},
			"_hasShrinkwrap": false
		},
		"2.3.0-next.1576048130.813470fc93e0dcedd30cf3a2a85047efe537c257": {
			"name": "editions",
			"version": "2.3.0-next.1576048130.813470fc93e0dcedd30cf3a2a85047efe537c257",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"editions",
				"edition",
				"versions",
				"syntaxes",
				"esnext",
				"jsnext",
				"es2015",
				"es6",
				"es6+"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"githubsponsors",
					"patreon",
					"flattr",
					"liberapay",
					"buymeacoffee",
					"opencollective",
					"crypto",
					"paypal",
					"wishlist"
				],
				"config": {
					"githubSponsorsUsername": "balupton",
					"buymeacoffeeUsername": "balupton",
					"cryptoURL": "https://bevry.me/crypto",
					"flattrUsername": "balupton",
					"liberapayUsername": "bevry",
					"opencollectiveUsername": "bevry",
					"patreonUsername": "bevry",
					"paypalURL": "https://bevry.me/paypal",
					"wishlistURL": "https://bevry.me/wishlist",
					"travisTLD": "com"
				}
			},
			"funding": "https://bevry.me/fund",
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"email": "b@lupton.cc",
					"name": "balupton"
				},
				{
					"email": "us@bevry.me",
					"name": "bevryme"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "http://balupton.com"
				},
				{
					"name": "Zlatan Vasović",
					"email": "zlatanvasovic@gmail.com",
					"url": "http://zdroid.github.io"
				},
				{
					"name": "dependabot[bot]",
					"url": "http://github.com/apps/dependabot"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.8"
			},
			"editions": [
				{
					"description": "typescript source code with import for modules",
					"directory": "source",
					"entry": "index.ts",
					"tags": [
						"typescript",
						"import"
					],
					"engines": false
				},
				{
					"description": "typescript compiled against ES5 for Node.js with require for modules",
					"directory": "edition-es5",
					"entry": "index.js",
					"tags": [
						"javascript",
						"es5",
						"require"
					],
					"engines": {
						"node": "0.8 || 0.10 || 0.12 || 4 || 6 || 8 || 10 || 12 || 13"
					}
				}
			],
			"types": "source/index.ts",
			"type": "commonjs",
			"main": "edition-es5/index.js",
			"dependencies": {
				"errlop": "^2.0.0",
				"semver": "^6.3.0"
			},
			"devDependencies": {
				"@typescript-eslint/eslint-plugin": "^2.11.0",
				"@typescript-eslint/parser": "^2.11.0",
				"assert-helpers": "4.10.0",
				"eslint": "^6.7.2",
				"eslint-config-bevry": "^2.3.0",
				"eslint-config-prettier": "^6.7.0",
				"eslint-plugin-prettier": "^3.1.1",
				"kava": "3.2.0",
				"prettier": "^1.19.1",
				"projectz": "^1.16.0",
				"surge": "^0.21.3",
				"typedoc": "^0.15.4",
				"typescript": "^3.7.3",
				"valid-directory": "^1.6.0"
			},
			"scripts": {
				"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
				"our:compile": "npm run our:compile:edition-es5",
				"our:compile:edition-es5": "tsc --module commonjs --target ES5 --outDir ./edition-es5 --project tsconfig.json && test -d edition-es5/source && ( mv edition-es5/source edition-temp && rm -Rf edition-es5 && mv edition-temp edition-es5 ) || true",
				"our:deploy": "echo no need for this project",
				"our:meta": "npm run our:meta:docs && npm run our:meta:projectz",
				"our:meta:docs": "npm run our:meta:docs:typedoc",
				"our:meta:docs:typedoc": "rm -Rf ./docs && typedoc --mode file --exclude '**/+(*test*|node_modules)' --excludeExternals --name \"$npm_package_name\" --readme ./README.md --out ./docs ./source",
				"our:meta:projectz": "projectz compile",
				"our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push",
				"our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
				"our:release:check-dirty": "git diff --exit-code",
				"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
				"our:release:push": "git push origin master && git push origin --tags",
				"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
				"our:setup": "npm run our:setup:install",
				"our:setup:install": "npm install",
				"our:test": "npm run our:verify && npm test",
				"our:verify": "npm run our:verify:directory && npm run our:verify:eslint && npm run our:verify:prettier && npm run our:verify:typescript",
				"our:verify:directory": "npx valid-directory",
				"our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source",
				"our:verify:prettier": "prettier --write ./source/**",
				"our:verify:typescript": "tsc --noEmit --project tsconfig.json",
				"test": "node ./edition-es5/test.js"
			},
			"eslintConfig": {
				"extends": [
					"bevry"
				]
			},
			"prettier": {
				"semi": false,
				"singleQuote": true
			},
			"boundation": {
				"minimumSupportNodeVersion": "0.8",
				"minimumTestNodeVersion": "0.8",
				"browser": false,
				"compiler": "typescript",
				"targets": [
					"ES5"
				]
			},
			"gitHead": "813470fc93e0dcedd30cf3a2a85047efe537c257",
			"readmeFilename": "README.md",
			"_id": "editions@2.3.0-next.1576048130.813470fc93e0dcedd30cf3a2a85047efe537c257",
			"_nodeVersion": "12.13.1",
			"_npmVersion": "6.12.1",
			"dist": {
				"integrity": "sha512-fRxiBe65QLaTyopMnWmz+FmVM4Rmf2fCiQHk3s+ar1v353kE+DV8fewpHsTnjmap/xQj0qu0uydyscQiVqHwwg==",
				"shasum": "821058bc563e21542c1476543f7bf03d4185505e",
				"tarball": "https://registry.npmjs.org/editions/-/editions-2.3.0-next.1576048130.813470fc93e0dcedd30cf3a2a85047efe537c257.tgz",
				"fileCount": 11,
				"unpackedSize": 51046,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd8JYECRA9TVsSAnZWagAA9i4P/1oths4RcdeRHRmU1CDd\nWxCqeTh7wf3ME3/VI5FlR737H8uzGGkp9tIBlWdIzRqLSMOav+cv2marhiPe\np+ZkNKmCf1s6xTK/gV4wP0knH7WnNcR4mFFtE7vjuz76VB61hiYZxB0cSFpq\nyrg59VT3KqVpbsLQ7jnIb4bYHnVriNZa+FyFDJKuUujo3aNW7PHZvIAzumW9\nzNgkwIRuPZFVXk15wvaC+9qrBZ16iXtjhcOv7pPmEDQ5/AYNs2xMSloAQMM8\n/GVERQtKdZNSGGCxALDL3Scs3FbcrsQrPobt9MVr93mjKY+b7oglEivhYOwE\nvubGkWSCq84dg2rge9gZZGjkbh8LsHyrPlLki3sCRjvK9PvWgpx+kJU1u7Uv\ngZkp2H0MDiVbp37uAQyCLySfQGSlt8cWxeqH6uSUoz+dSXGwUx1KUCNySqn8\nFe3QVvoKM7DGx7Fw0Aq0wX0DeeNQWwWtrpx94TCmGmSAzgiyP5COzmX2hNxD\nq/mtBN2FV6+0P3B2qfcRkunQ4mNzfDRCmSTFKNVsdwrZtGk3eAF0Cp2sK6XJ\nP8j4gpw51EaihzOuV17IHJMO/pchrgQqn7ZkTK5uCPqbqUYZJ2kAuY9aZnQ0\nq4iqCFvNTb9oZ4RIDX+kHPX6A6ujtcOVxR4IEyfnpyENZ3+mTt/SLcuZ8UZQ\nC126\r\n=/+E+\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "bevryme",
				"email": "us@bevry.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/editions_2.3.0-next.1576048130.813470fc93e0dcedd30cf3a2a85047efe537c257_1576048132153_0.21181602023788337"
			},
			"_hasShrinkwrap": false
		},
		"2.3.0": {
			"name": "editions",
			"version": "2.3.0",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"editions",
				"edition",
				"versions",
				"syntaxes",
				"esnext",
				"jsnext",
				"es2015",
				"es6",
				"es6+"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"githubsponsors",
					"patreon",
					"flattr",
					"liberapay",
					"buymeacoffee",
					"opencollective",
					"crypto",
					"paypal",
					"wishlist"
				],
				"config": {
					"githubSponsorsUsername": "balupton",
					"buymeacoffeeUsername": "balupton",
					"cryptoURL": "https://bevry.me/crypto",
					"flattrUsername": "balupton",
					"liberapayUsername": "bevry",
					"opencollectiveUsername": "bevry",
					"patreonUsername": "bevry",
					"paypalURL": "https://bevry.me/paypal",
					"wishlistURL": "https://bevry.me/wishlist",
					"travisTLD": "com"
				}
			},
			"funding": "https://bevry.me/fund",
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"email": "b@lupton.cc",
					"name": "balupton"
				},
				{
					"email": "us@bevry.me",
					"name": "bevryme"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "http://balupton.com"
				},
				{
					"name": "Zlatan Vasović",
					"email": "zlatanvasovic@gmail.com",
					"url": "http://zdroid.github.io"
				},
				{
					"name": "dependabot[bot]",
					"url": "http://github.com/apps/dependabot"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.8"
			},
			"editions": [
				{
					"description": "typescript source code with import for modules",
					"directory": "source",
					"entry": "index.ts",
					"tags": [
						"typescript",
						"import"
					],
					"engines": false
				},
				{
					"description": "typescript compiled against ES5 for Node.js with require for modules",
					"directory": "edition-es5",
					"entry": "index.js",
					"tags": [
						"javascript",
						"es5",
						"require"
					],
					"engines": {
						"node": "0.8 || 0.10 || 0.12 || 4 || 6 || 8 || 10 || 12 || 13"
					}
				}
			],
			"types": "source/index.ts",
			"type": "commonjs",
			"main": "edition-es5/index.js",
			"dependencies": {
				"errlop": "^2.0.0",
				"semver": "^6.3.0"
			},
			"devDependencies": {
				"@typescript-eslint/eslint-plugin": "^2.11.0",
				"@typescript-eslint/parser": "^2.11.0",
				"assert-helpers": "4.10.0",
				"eslint": "^6.7.2",
				"eslint-config-bevry": "^2.3.0",
				"eslint-config-prettier": "^6.7.0",
				"eslint-plugin-prettier": "^3.1.1",
				"kava": "3.2.0",
				"prettier": "^1.19.1",
				"projectz": "^1.16.0",
				"surge": "^0.21.3",
				"typedoc": "^0.15.4",
				"typescript": "^3.7.3",
				"valid-directory": "^1.6.0"
			},
			"scripts": {
				"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
				"our:compile": "npm run our:compile:edition-es5",
				"our:compile:edition-es5": "tsc --module commonjs --target ES5 --outDir ./edition-es5 --project tsconfig.json && test -d edition-es5/source && ( mv edition-es5/source edition-temp && rm -Rf edition-es5 && mv edition-temp edition-es5 ) || true",
				"our:deploy": "echo no need for this project",
				"our:meta": "npm run our:meta:docs && npm run our:meta:projectz",
				"our:meta:docs": "npm run our:meta:docs:typedoc",
				"our:meta:docs:typedoc": "rm -Rf ./docs && typedoc --mode file --exclude '**/+(*test*|node_modules)' --excludeExternals --name \"$npm_package_name\" --readme ./README.md --out ./docs ./source",
				"our:meta:projectz": "projectz compile",
				"our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push",
				"our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
				"our:release:check-dirty": "git diff --exit-code",
				"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
				"our:release:push": "git push origin master && git push origin --tags",
				"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
				"our:setup": "npm run our:setup:install",
				"our:setup:install": "npm install",
				"our:test": "npm run our:verify && npm test",
				"our:verify": "npm run our:verify:directory && npm run our:verify:eslint && npm run our:verify:prettier && npm run our:verify:typescript",
				"our:verify:directory": "npx valid-directory",
				"our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source",
				"our:verify:prettier": "prettier --write ./source/**",
				"our:verify:typescript": "tsc --noEmit --project tsconfig.json",
				"test": "node ./edition-es5/test.js"
			},
			"eslintConfig": {
				"extends": [
					"bevry"
				]
			},
			"prettier": {
				"semi": false,
				"singleQuote": true
			},
			"boundation": {
				"minimumSupportNodeVersion": "0.8",
				"minimumTestNodeVersion": "0.8",
				"browser": false,
				"compiler": "typescript",
				"targets": [
					"ES5"
				]
			},
			"gitHead": "813470fc93e0dcedd30cf3a2a85047efe537c257",
			"_id": "editions@2.3.0",
			"_nodeVersion": "12.13.1",
			"_npmVersion": "6.12.1",
			"dist": {
				"integrity": "sha512-jeXYwHPKbitU1l14dWlsl5Nm+b1Hsm7VX73BsrQ4RVwEcAQQIPFHTZAbVtuIGxZBrpdT2FXd8lbtrNBrzZxIsA==",
				"shasum": "47f2d5309340bce93ab5eb6ad755b9e90ff825e4",
				"tarball": "https://registry.npmjs.org/editions/-/editions-2.3.0.tgz",
				"fileCount": 11,
				"unpackedSize": 50989,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd8JadCRA9TVsSAnZWagAAa0gP/iW7xn85d0sPH/5euKkt\nIebmGh0V9mE0xcfrCaMTHrXyEE1s2a7FMNEwozMC9HeFFe2Fsz3DiSvw7803\nuNu7PKOq+PZXGPLeOk106qdBQaUmc/HCmiAer4H9sT0M/kDgkxJ3PQF9TDyQ\nMvUF8ClF9m5HvYkQH/HNNJHXPyDnbBkPmEyi/+fwMXM/1JfgR9FFWcEOIJch\nJAj6f6Q3NY39yWCSChfHT+Q0gvA0N5qJa7RjXDy13cB+hehJal0+Fw+MOKMj\nRQC5clkIk6zc94Q2OF7bwnLMKMnJeSykfArESl9qYKH5kfaZhzHIlNtrT6Sx\nwCPiajOof8egjkWiItrkLZwMwk47BeYu0U3Nbz+7FClTwCQQt0n+4UlP0qIo\nbXX+/e9VFkn/Tee69MbTTK6XvAQAuBvW2pPgXx+ca9DYqf6lfRodIO7QjDEw\nRaLmRkt+8mIASrN+5ymOpTyznv+5tNLctr87z0K4BQ3cTRLqT1SDKRlpDdZ8\nd7+G5uy4Q5g9jHcqWpEl3EmB8Zsr9FjLq9cYE3vd0w6iKu5ctpjulvi8NS24\nGmgBg8rx2mg4p+sTO3ykXpN7IpDApEcKjjQfVEal+YquBuJXp6By5iQMYoJe\ntjqEp/bcfeixJZZ7KPMl4xV6EYODFCOjwJkT7Igf79tqmq0KygNtcojtwvgx\nK+LG\r\n=WKRI\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "bevryme",
				"email": "us@bevry.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/editions_2.3.0_1576048285012_0.16017146462910437"
			},
			"_hasShrinkwrap": false
		},
		"2.3.0-next.1576050061.23f314f466f3c406da99004d6b0ddca92f52644f": {
			"name": "editions",
			"version": "2.3.0-next.1576050061.23f314f466f3c406da99004d6b0ddca92f52644f",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"editions",
				"edition",
				"versions",
				"syntaxes",
				"esnext",
				"jsnext",
				"es2015",
				"es6",
				"es6+"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"githubsponsors",
					"patreon",
					"flattr",
					"liberapay",
					"buymeacoffee",
					"opencollective",
					"crypto",
					"paypal",
					"wishlist"
				],
				"config": {
					"githubSponsorsUsername": "balupton",
					"buymeacoffeeUsername": "balupton",
					"cryptoURL": "https://bevry.me/crypto",
					"flattrUsername": "balupton",
					"liberapayUsername": "bevry",
					"opencollectiveUsername": "bevry",
					"patreonUsername": "bevry",
					"paypalURL": "https://bevry.me/paypal",
					"wishlistURL": "https://bevry.me/wishlist",
					"travisTLD": "com"
				}
			},
			"funding": "https://bevry.me/fund",
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"email": "b@lupton.cc",
					"name": "balupton"
				},
				{
					"email": "us@bevry.me",
					"name": "bevryme"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "http://balupton.com"
				},
				{
					"name": "Zlatan Vasović",
					"email": "zlatanvasovic@gmail.com",
					"url": "http://zdroid.github.io"
				},
				{
					"name": "dependabot[bot]",
					"url": "http://github.com/apps/dependabot"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.8"
			},
			"editions": [
				{
					"description": "typescript source code with import for modules",
					"directory": "source",
					"entry": "index.ts",
					"tags": [
						"typescript",
						"import"
					],
					"engines": false
				},
				{
					"description": "typescript compiled against ES5 for Node.js with require for modules",
					"directory": "edition-es5",
					"entry": "index.js",
					"tags": [
						"javascript",
						"es5",
						"require"
					],
					"engines": {
						"node": "0.8 || 0.10 || 0.12 || 4 || 6 || 8 || 10 || 12 || 13"
					}
				}
			],
			"types": "source/index.ts",
			"type": "commonjs",
			"main": "edition-es5/index.js",
			"dependencies": {
				"errlop": "^2.0.0",
				"semver": "^6.3.0"
			},
			"devDependencies": {
				"@typescript-eslint/eslint-plugin": "^2.11.0",
				"@typescript-eslint/parser": "^2.11.0",
				"assert-helpers": "4.10.0",
				"eslint": "^6.7.2",
				"eslint-config-bevry": "^2.3.0",
				"eslint-config-prettier": "^6.7.0",
				"eslint-plugin-prettier": "^3.1.1",
				"kava": "3.2.0",
				"prettier": "^1.19.1",
				"projectz": "^1.16.0",
				"surge": "^0.21.3",
				"typedoc": "^0.15.4",
				"typescript": "^3.7.3",
				"valid-directory": "^1.6.0"
			},
			"scripts": {
				"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
				"our:compile": "npm run our:compile:edition-es5",
				"our:compile:edition-es5": "tsc --module commonjs --target ES5 --outDir ./edition-es5 --project tsconfig.json && test -d edition-es5/source && ( mv edition-es5/source edition-temp && rm -Rf edition-es5 && mv edition-temp edition-es5 ) || true",
				"our:deploy": "echo no need for this project",
				"our:meta": "npm run our:meta:docs && npm run our:meta:projectz",
				"our:meta:docs": "npm run our:meta:docs:typedoc",
				"our:meta:docs:typedoc": "rm -Rf ./docs && typedoc --mode file --exclude '**/+(*test*|node_modules)' --excludeExternals --name \"$npm_package_name\" --readme ./README.md --out ./docs ./source",
				"our:meta:projectz": "projectz compile",
				"our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push",
				"our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
				"our:release:check-dirty": "git diff --exit-code",
				"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
				"our:release:push": "git push origin master && git push origin --tags",
				"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
				"our:setup": "npm run our:setup:install",
				"our:setup:install": "npm install",
				"our:test": "npm run our:verify && npm test",
				"our:verify": "npm run our:verify:directory && npm run our:verify:eslint && npm run our:verify:prettier && npm run our:verify:typescript",
				"our:verify:directory": "npx valid-directory",
				"our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source",
				"our:verify:prettier": "prettier --write ./source/**",
				"our:verify:typescript": "tsc --noEmit --project tsconfig.json",
				"test": "node ./edition-es5/test.js"
			},
			"eslintConfig": {
				"extends": [
					"bevry"
				]
			},
			"prettier": {
				"semi": false,
				"singleQuote": true
			},
			"boundation": {
				"minimumSupportNodeVersion": "0.8",
				"minimumTestNodeVersion": "0.8",
				"browser": false,
				"compiler": "typescript",
				"targets": [
					"ES5"
				]
			},
			"gitHead": "23f314f466f3c406da99004d6b0ddca92f52644f",
			"readmeFilename": "README.md",
			"_id": "editions@2.3.0-next.1576050061.23f314f466f3c406da99004d6b0ddca92f52644f",
			"_nodeVersion": "12.13.1",
			"_npmVersion": "6.12.1",
			"dist": {
				"integrity": "sha512-DERJAVFTD/UiyJmmzqdyRRNZToMnCzkZuf7fjYi/dcRhUflGxZtgqn9ycWvVqY9ixRwIZSpBxaUNVfq9mHxZug==",
				"shasum": "0678e3b63484a74c55859b818353eeeac3a4df97",
				"tarball": "https://registry.npmjs.org/editions/-/editions-2.3.0-next.1576050061.23f314f466f3c406da99004d6b0ddca92f52644f.tgz",
				"fileCount": 11,
				"unpackedSize": 51150,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd8J2PCRA9TVsSAnZWagAASzUP/0XXFaebdHQs/NJ08lZl\nwAh+IJZgvjXqJSTH8E/HZ90SEI5gLhRvGK2eUl+YN2b76bc11M5XYNF+Lv3C\nkwSxEw8hkZwWTofIlU0LpNKcSUB6sG0rLJy9HlYb2w10H7+bXM9/Bizfpl+r\nvfjFF3F8a/zFimgnA8ZK/1fZDgXq049Y7hc9niu+/xQJUkOyx95yHKKkzie6\nKNio4mko2JnlLHHem8vBZVn2RyYiywh/1WEIkTTYyPCfudCmM74Dja/IjQDG\nrkBpyc95SpqFQc4dUQVIZjdjlre/9q9vJ7xewwawWmZ7wx0LVXDTqsMqjtsB\nZ1RyFfN3nICspC9O/jX5a3xedLqmIY0HYaGPWJt8zcoodu3lz2HjLop7SLNh\nx75AzjbCArG4wKlARonXP5BQIIIUVys0CFh0sQwnEAlNdQ5EDO6Eb9AHZKm4\n57ec60M8wAAjBfiFLkvfWuVtPrDq2Dk7m8ulA0y1cGMTUTnvjYq1uvPqrIe+\nMLBnI4VsvLtqob0doqG2m2bjQ9AFpQ5RrLaKbZDVNJItyCC+hXglDe0WTB1I\nt53c/Sz/FmCjPcXNyD0VaTu8zcYxxO++U8mTKOut5RxwX6fPA6T9sxxHghTZ\npK6vjOhTDAcPnNeZ3N6EdWVo1mZM6kXgLZX3rp8d0oP1ovCLRERIxjUVNb7N\n6gBo\r\n=35CG\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "bevryme",
				"email": "us@bevry.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/editions_2.3.0-next.1576050061.23f314f466f3c406da99004d6b0ddca92f52644f_1576050063251_0.2484279619852403"
			},
			"_hasShrinkwrap": false
		},
		"2.3.0-next.1576053175.0f13ee3c149b53b311cf9c92e9edbdc7c1b182f4": {
			"name": "editions",
			"version": "2.3.0-next.1576053175.0f13ee3c149b53b311cf9c92e9edbdc7c1b182f4",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"editions",
				"edition",
				"versions",
				"syntaxes",
				"esnext",
				"jsnext",
				"es2015",
				"es6",
				"es6+"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"githubsponsors",
					"patreon",
					"flattr",
					"liberapay",
					"buymeacoffee",
					"opencollective",
					"crypto",
					"paypal",
					"wishlist"
				],
				"config": {
					"githubSponsorsUsername": "balupton",
					"buymeacoffeeUsername": "balupton",
					"cryptoURL": "https://bevry.me/crypto",
					"flattrUsername": "balupton",
					"liberapayUsername": "bevry",
					"opencollectiveUsername": "bevry",
					"patreonUsername": "bevry",
					"paypalURL": "https://bevry.me/paypal",
					"wishlistURL": "https://bevry.me/wishlist",
					"travisTLD": "com"
				}
			},
			"funding": "https://bevry.me/fund",
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"email": "b@lupton.cc",
					"name": "balupton"
				},
				{
					"email": "us@bevry.me",
					"name": "bevryme"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "http://balupton.com"
				},
				{
					"name": "Zlatan Vasović",
					"email": "zlatanvasovic@gmail.com",
					"url": "http://zdroid.github.io"
				},
				{
					"name": "dependabot[bot]",
					"url": "http://github.com/apps/dependabot"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.8"
			},
			"editions": [
				{
					"description": "typescript source code with import for modules",
					"directory": "source",
					"entry": "index.ts",
					"tags": [
						"typescript",
						"import"
					],
					"engines": false
				},
				{
					"description": "typescript compiled against ES5 for Node.js with require for modules",
					"directory": "edition-es5",
					"entry": "index.js",
					"tags": [
						"javascript",
						"es5",
						"require"
					],
					"engines": {
						"node": "0.8 || 0.10 || 0.12 || 4 || 6 || 8 || 10 || 12 || 13"
					}
				}
			],
			"types": "source/index.ts",
			"type": "commonjs",
			"main": "edition-es5/index.js",
			"dependencies": {
				"errlop": "^2.0.0",
				"semver": "^6.3.0"
			},
			"devDependencies": {
				"@typescript-eslint/eslint-plugin": "^2.11.0",
				"@typescript-eslint/parser": "^2.11.0",
				"assert-helpers": "4.10.0",
				"eslint": "^6.7.2",
				"eslint-config-bevry": "^2.3.0",
				"eslint-config-prettier": "^6.7.0",
				"eslint-plugin-prettier": "^3.1.1",
				"kava": "3.2.0",
				"prettier": "^1.19.1",
				"projectz": "^1.16.0",
				"surge": "^0.21.3",
				"typedoc": "^0.15.4",
				"typescript": "^3.7.3",
				"valid-directory": "^1.6.0"
			},
			"scripts": {
				"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
				"our:compile": "npm run our:compile:edition-es5",
				"our:compile:edition-es5": "tsc --module commonjs --target ES5 --outDir ./edition-es5 --project tsconfig.json && test -d edition-es5/source && ( mv edition-es5/source edition-temp && rm -Rf edition-es5 && mv edition-temp edition-es5 ) || true",
				"our:deploy": "echo no need for this project",
				"our:meta": "npm run our:meta:docs && npm run our:meta:projectz",
				"our:meta:docs": "npm run our:meta:docs:typedoc",
				"our:meta:docs:typedoc": "rm -Rf ./docs && typedoc --mode file --exclude '**/+(*test*|node_modules)' --excludeExternals --name \"$npm_package_name\" --readme ./README.md --out ./docs ./source",
				"our:meta:projectz": "projectz compile",
				"our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push",
				"our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
				"our:release:check-dirty": "git diff --exit-code",
				"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
				"our:release:push": "git push origin master && git push origin --tags",
				"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
				"our:setup": "npm run our:setup:install",
				"our:setup:install": "npm install",
				"our:test": "npm run our:verify && npm test",
				"our:verify": "npm run our:verify:directory && npm run our:verify:eslint && npm run our:verify:prettier && npm run our:verify:typescript",
				"our:verify:directory": "npx valid-directory",
				"our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source",
				"our:verify:prettier": "prettier --write ./source/**",
				"our:verify:typescript": "tsc --noEmit --project tsconfig.json",
				"test": "node ./edition-es5/test.js"
			},
			"eslintConfig": {
				"extends": [
					"bevry"
				]
			},
			"prettier": {
				"semi": false,
				"singleQuote": true
			},
			"boundation": {
				"minimumSupportNodeVersion": "0.8",
				"minimumTestNodeVersion": "0.8",
				"browser": false,
				"compiler": "typescript",
				"targets": [
					"ES5"
				]
			},
			"gitHead": "0f13ee3c149b53b311cf9c92e9edbdc7c1b182f4",
			"readmeFilename": "README.md",
			"_id": "editions@2.3.0-next.1576053175.0f13ee3c149b53b311cf9c92e9edbdc7c1b182f4",
			"_nodeVersion": "12.13.1",
			"_npmVersion": "6.12.1",
			"dist": {
				"integrity": "sha512-duClEQ2dqy4KVA4j2+WD682Qrzct86onRak8XfP++aYgkG+5F1ZynA6NcAK2hr+a7D1Rtv3+div9kpEOS+KjtQ==",
				"shasum": "b096e0140e86d4d01e0988fb09477a374f236bd0",
				"tarball": "https://registry.npmjs.org/editions/-/editions-2.3.0-next.1576053175.0f13ee3c149b53b311cf9c92e9edbdc7c1b182f4.tgz",
				"fileCount": 11,
				"unpackedSize": 51271,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd8Km5CRA9TVsSAnZWagAAxcEP/09vTEsVPKMOuDg2YEGR\nC3L+j3aF253y37mGUhZdhxouDvxq/RAczZOeE1b4D2iGTu2MXcG/Bx4JPgZo\n53d/EQQ4XXNcsSO1abGudTsyjnx+uB8z0Awc7cXrRPG8znNXoR12NsV96jam\nqMfXPrx0RnHq/3c8VbooS5dbP+ZxZJgtDVvxV7YhS06zmO6XlLDJm+TqrZ5C\n1BTAaLCKPdEjE5x0A6+DvjW5Y16F1RXdoySe5B2evc1F1L/2mNtaYV4aGYhX\nL5dLkZv82BBgs2mUsq8Xgv8HseX0djC1pJTKyZplWXVoSkJTVtVgUwX0BBKK\nvazhCLeQM2lUEfWNsqIebDu3iWgBZM7Tas1ty1P26OcoOZk6rGL266vh45af\nax6WBfmW3Mbd03L2YGthz8tiTgxEKorskUcV41mYNYmXswIddzexOP7Fttih\nAiZRI8nrK79vlZCTNd/93g9E9PPnWR+HTQK2T2EZEIFIqXp8b9LDozKKeZft\naalsC62D7ABvaArSjfjcBap0Ok7QQ/oPjTIdGy4VkQNSpuQBTRCDqEaw8L84\nnwf9BMnDB5XR9L+brrh9t5Ihse89OH3dEzZZw5FGX32aNLhAqVeVEokeybMe\nEE2Dss7tS6djvMShEu1/tjXy6wRkQCMLQUhKDL4y0xYTomWDAz2vaoWG4IE6\nMlUJ\r\n=pCBf\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "bevryme",
				"email": "us@bevry.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/editions_2.3.0-next.1576053175.0f13ee3c149b53b311cf9c92e9edbdc7c1b182f4_1576053176752_0.5519711131239062"
			},
			"_hasShrinkwrap": false
		},
		"2.3.0-next.1576053326.aeaa77d65299da013d55e4c01f9bdadbabf76b42": {
			"name": "editions",
			"version": "2.3.0-next.1576053326.aeaa77d65299da013d55e4c01f9bdadbabf76b42",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"editions",
				"edition",
				"versions",
				"syntaxes",
				"esnext",
				"jsnext",
				"es2015",
				"es6",
				"es6+"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"githubsponsors",
					"patreon",
					"flattr",
					"liberapay",
					"buymeacoffee",
					"opencollective",
					"crypto",
					"paypal",
					"wishlist"
				],
				"config": {
					"githubSponsorsUsername": "balupton",
					"buymeacoffeeUsername": "balupton",
					"cryptoURL": "https://bevry.me/crypto",
					"flattrUsername": "balupton",
					"liberapayUsername": "bevry",
					"opencollectiveUsername": "bevry",
					"patreonUsername": "bevry",
					"paypalURL": "https://bevry.me/paypal",
					"wishlistURL": "https://bevry.me/wishlist",
					"travisTLD": "com"
				}
			},
			"funding": "https://bevry.me/fund",
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"email": "b@lupton.cc",
					"name": "balupton"
				},
				{
					"email": "us@bevry.me",
					"name": "bevryme"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "http://balupton.com"
				},
				{
					"name": "Zlatan Vasović",
					"email": "zlatanvasovic@gmail.com",
					"url": "http://zdroid.github.io"
				},
				{
					"name": "dependabot[bot]",
					"url": "http://github.com/apps/dependabot"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.8"
			},
			"editions": [
				{
					"description": "typescript source code with import for modules",
					"directory": "source",
					"entry": "index.ts",
					"tags": [
						"typescript",
						"import"
					],
					"engines": false
				},
				{
					"description": "typescript compiled against ES5 for Node.js with require for modules",
					"directory": "edition-es5",
					"entry": "index.js",
					"tags": [
						"javascript",
						"es5",
						"require"
					],
					"engines": {
						"node": "0.8 || 0.10 || 0.12 || 4 || 6 || 8 || 10 || 12 || 13"
					}
				}
			],
			"types": "source/index.ts",
			"type": "commonjs",
			"main": "edition-es5/index.js",
			"dependencies": {
				"errlop": "^2.0.0",
				"semver": "^6.3.0"
			},
			"devDependencies": {
				"@typescript-eslint/eslint-plugin": "^2.11.0",
				"@typescript-eslint/parser": "^2.11.0",
				"assert-helpers": "4.10.0",
				"eslint": "^6.7.2",
				"eslint-config-bevry": "^2.3.0",
				"eslint-config-prettier": "^6.7.0",
				"eslint-plugin-prettier": "^3.1.1",
				"kava": "3.2.0",
				"prettier": "^1.19.1",
				"projectz": "^1.16.0",
				"surge": "^0.21.3",
				"typedoc": "^0.15.4",
				"typescript": "^3.7.3",
				"valid-directory": "^1.6.0"
			},
			"scripts": {
				"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
				"our:compile": "npm run our:compile:edition-es5",
				"our:compile:edition-es5": "tsc --module commonjs --target ES5 --outDir ./edition-es5 --project tsconfig.json && test -d edition-es5/source && ( mv edition-es5/source edition-temp && rm -Rf edition-es5 && mv edition-temp edition-es5 ) || true",
				"our:deploy": "echo no need for this project",
				"our:meta": "npm run our:meta:docs && npm run our:meta:projectz",
				"our:meta:docs": "npm run our:meta:docs:typedoc",
				"our:meta:docs:typedoc": "rm -Rf ./docs && typedoc --mode file --exclude '**/+(*test*|node_modules)' --excludeExternals --name \"$npm_package_name\" --readme ./README.md --out ./docs ./source",
				"our:meta:projectz": "projectz compile",
				"our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push",
				"our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
				"our:release:check-dirty": "git diff --exit-code",
				"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
				"our:release:push": "git push origin master && git push origin --tags",
				"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
				"our:setup": "npm run our:setup:install",
				"our:setup:install": "npm install",
				"our:test": "npm run our:verify && npm test",
				"our:verify": "npm run our:verify:directory && npm run our:verify:eslint && npm run our:verify:prettier && npm run our:verify:typescript",
				"our:verify:directory": "npx valid-directory",
				"our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source",
				"our:verify:prettier": "prettier --write ./source/**",
				"our:verify:typescript": "tsc --noEmit --project tsconfig.json",
				"test": "node ./edition-es5/test.js"
			},
			"eslintConfig": {
				"extends": [
					"bevry"
				]
			},
			"prettier": {
				"semi": false,
				"singleQuote": true
			},
			"boundation": {
				"minimumSupportNodeVersion": "0.8",
				"minimumTestNodeVersion": "0.8",
				"browser": false,
				"compiler": "typescript",
				"targets": [
					"ES5"
				]
			},
			"gitHead": "aeaa77d65299da013d55e4c01f9bdadbabf76b42",
			"readmeFilename": "README.md",
			"_id": "editions@2.3.0-next.1576053326.aeaa77d65299da013d55e4c01f9bdadbabf76b42",
			"_nodeVersion": "12.13.1",
			"_npmVersion": "6.12.1",
			"dist": {
				"integrity": "sha512-vgvxIc7cQr9szvkcYFXGNLwz5QhK4P5ffvpVb1R5yAEDDOnkKg/3H4pmUclU2sUCqpmFy9Wz9BswoUikPJUGbQ==",
				"shasum": "f492ac11f4b09e4523f04fffc3777f32c1233584",
				"tarball": "https://registry.npmjs.org/editions/-/editions-2.3.0-next.1576053326.aeaa77d65299da013d55e4c01f9bdadbabf76b42.tgz",
				"fileCount": 11,
				"unpackedSize": 51354,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd8KpQCRA9TVsSAnZWagAAkYEP/R+mP3l0xVDGVqkbriHj\nFH+qD/q3l9h/oKu1CPt/bPtJbAi9Plk89FJwTV+PR6j3YYWuOsW1Taqfr9h8\nsmEBqHub2K7OjlMIo/6BOzUB++xWw/t9NZQMVew02V5g0mdjE6P9VFuqU3Wh\nnwF8n8dqP0wOhRATvfGXLr0sRISMyLzCbGsbztEdGHkP/hf0rWbd7YAwYcur\n9a2DkWR1BQNvBfWvXXXuj8RI38ANZ0QUo6juMxl2Dlft+5dnvSSXBzvJsdK8\nMOOq0zG83n1SEfo+jVz1XI2SKah9jeKj6DFy7QbUJswhKLOM7hbuVMimiLO4\nmDvxvj1qBsl0yQ6Y5Qjiy10K/0mXalygA+vI+Cbf3HYU1leCpRqYwRe/SOWT\nXjRao3aM29Rx4QKHeWAdHvZTK7bGqmEhO2Lt8ZvxxyTcN6q81OSSdqHx+D8G\nTTPIwDWXoVlZdFDOuu8rRN0GNV5nhCrAl9vdBDNVSIHw8MVgPCAGINYqTany\ndvTvebE3VocaYUBIpt+6Iq7NtybjgKui8Mc4dhTRP4VJ/HkQAtpwxAWl0bMu\nfXWk9sMjQdg6nrigVbx20Itc4cBLbrh+PHjEdRDP8OrEnPlYyIjcfUeACE2F\nXpJPnzLSbbAftIJZM6upFV+AUMHI9VK0Id3QI7Mullv8yIjz5EqnaTAqm0en\nOmaI\r\n=9/WS\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "bevryme",
				"email": "us@bevry.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/editions_2.3.0-next.1576053326.aeaa77d65299da013d55e4c01f9bdadbabf76b42_1576053328030_0.5730668698222325"
			},
			"_hasShrinkwrap": false
		},
		"3.0.0-next.1589355604.2367f54c233590fbfe6c7d1b2507abc8bfa85c70": {
			"name": "editions",
			"version": "3.0.0-next.1589355604.2367f54c233590fbfe6c7d1b2507abc8bfa85c70",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"edition",
				"editions",
				"es6",
				"es6+",
				"jsnext",
				"node",
				"syntaxes",
				"typed",
				"types",
				"typescript",
				"versions"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"githubsponsors",
					"patreon",
					"flattr",
					"liberapay",
					"buymeacoffee",
					"opencollective",
					"crypto",
					"paypal",
					"wishlist"
				],
				"config": {
					"githubSponsorsUsername": "balupton",
					"buymeacoffeeUsername": "balupton",
					"cryptoURL": "https://bevry.me/crypto",
					"flattrUsername": "balupton",
					"liberapayUsername": "bevry",
					"opencollectiveUsername": "bevry",
					"patreonUsername": "bevry",
					"paypalURL": "https://bevry.me/paypal",
					"wishlistURL": "https://bevry.me/wishlist",
					"travisTLD": "com",
					"githubUsername": "bevry",
					"githubRepository": "editions",
					"githubSlug": "bevry/editions",
					"npmPackageName": "editions"
				}
			},
			"funding": "https://bevry.me/fund",
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"email": "b@lupton.cc",
					"name": "balupton"
				},
				{
					"email": "us@bevry.me",
					"name": "bevryme"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "https://github.com/balupton"
				},
				{
					"name": "Zlatan Vasović",
					"email": "zlatanvasovic@gmail.com",
					"url": "https://github.com/zdroid"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.8"
			},
			"editions": [
				{
					"description": "TypeScript source code with Import for modules",
					"directory": "source",
					"entry": "index.ts",
					"tags": [
						"typescript",
						"import"
					],
					"engines": false
				},
				{
					"description": "TypeScript compiled against ES5 for Node.js with Require for modules",
					"directory": "edition-es5",
					"entry": "index.js",
					"tags": [
						"javascript",
						"es5",
						"require"
					],
					"engines": {
						"node": "10 || 12 || 13 || 14"
					}
				}
			],
			"types": "./compiled-types/",
			"type": "commonjs",
			"main": "edition-es5/index.js",
			"dependencies": {
				"errlop": "^3.0.0",
				"semver": "6.3.0"
			},
			"devDependencies": {
				"@bevry/update-contributors": "^1.5.0",
				"@typescript-eslint/eslint-plugin": "^2.33.0",
				"@typescript-eslint/parser": "^2.33.0",
				"assert-helpers": "^6.4.0",
				"eslint": "^7.0.0",
				"eslint-config-bevry": "^3.4.0",
				"eslint-config-prettier": "^6.11.0",
				"eslint-plugin-prettier": "^3.1.3",
				"kava": "^5.0.0",
				"prettier": "^2.0.5",
				"projectz": "^2.1.0",
				"surge": "^0.21.3",
				"typedoc": "^0.17.6",
				"typescript": "^3.9.2",
				"valid-directory": "^1.6.0"
			},
			"scripts": {
				"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
				"our:compile": "npm run our:compile:edition-es5 && npm run our:compile:types",
				"our:compile:edition-es5": "tsc --module commonjs --target ES5 --outDir ./edition-es5 --project tsconfig.json && test -d edition-es5/source && ( mv edition-es5/source edition-temp && rm -Rf edition-es5 && mv edition-temp edition-es5 ) || true",
				"our:compile:types": "tsc --project tsconfig.json --emitDeclarationOnly --declaration --declarationDir ./compiled-types/ --declarationMap",
				"our:deploy": "echo no need for this project",
				"our:meta": "npm run our:meta:contributors && npm run our:meta:docs && npm run our:meta:projectz",
				"our:meta:contributors": "update-contributors",
				"our:meta:docs": "npm run our:meta:docs:typedoc",
				"our:meta:docs:typedoc": "rm -Rf ./docs && typedoc --mode file --exclude '**/+(*test*|node_modules)' --excludeExternals --name \"$npm_package_name\" --readme ./README.md --out ./docs ./source",
				"our:meta:projectz": "projectz compile",
				"our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push",
				"our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
				"our:release:check-dirty": "git diff --exit-code",
				"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
				"our:release:push": "git push origin master && git push origin --tags",
				"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
				"our:setup": "npm run our:setup:install",
				"our:setup:install": "npm install",
				"our:test": "npm run our:verify && npm test",
				"our:verify": "npm run our:verify:directory && npm run our:verify:eslint && npm run our:verify:prettier",
				"our:verify:directory": "valid-directory",
				"our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source",
				"our:verify:prettier": "prettier --write .",
				"test": "node ./edition-es5/test.js"
			},
			"eslintConfig": {
				"extends": [
					"bevry"
				]
			},
			"prettier": {
				"semi": false,
				"singleQuote": true
			},
			"boundation": {
				"minimumSupportNodeVersion": "0.8",
				"minimumTestNodeVersion": "10",
				"browser": false,
				"compiler": "typescript",
				"targets": [
					"ES5"
				],
				"versions": {
					"semver": 6
				}
			},
			"gitHead": "2367f54c233590fbfe6c7d1b2507abc8bfa85c70",
			"readmeFilename": "README.md",
			"_id": "editions@3.0.0-next.1589355604.2367f54c233590fbfe6c7d1b2507abc8bfa85c70",
			"_nodeVersion": "14.2.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-Muxfl4J4VpA8FwBlEmZLsvPauOZ8K2fJ6s/RtHgnuBK0QRYHl1wyb0NmtkPTSer/v5+t1Lov3baxoQVpw2rv8A==",
				"shasum": "de2342570793f85002395331df59f2620293dda0",
				"tarball": "https://registry.npmjs.org/editions/-/editions-3.0.0-next.1589355604.2367f54c233590fbfe6c7d1b2507abc8bfa85c70.tgz",
				"fileCount": 14,
				"unpackedSize": 59090,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeu6RWCRA9TVsSAnZWagAA1RQP/1VtdvmiRhaaeAuVCVaq\n7yDuspwWqW4oAPClmqNIy9pNF5cVTetsM8LblVfWAeLT2ax4io3nqYKbQcWr\ndI7KnfZSlV7u9D2Jmcsw9xewMvO7Bzs/kBJtWZyTb9TddKb+eHQ2raafShch\nuvjAoolZ5Wi0tUKJxBYR/VWUqlo63AnCa7giEY1rzurDxok+auE5oAFumpiK\nBAoxITcguPNW55z4J0bvztQFAkFbSCQMxwohy0povRWzrHark/Gnsnvudl/U\nOSGVraiijoZqMpO2eotpoWmfk/i/flWoYtONrwbTO9lbdAwsPNe5MhgxJ3G3\nLlA3n7HWvW2yT7q8878h67sYqy4psmLfoHmUWrOgPUFoNaUuU4mOc5SoI4QL\nj1s4DFaKbOtvNyE7/tvibB/k7wNNjfCwEsb7pnlLpF3BnNZUuIQ2yKhT8Gen\nmG2QbZPuHll6DvxDPGdWwxkNiMZdGAh1UwrgkPA3tdZGgQvdijqAlAGtkRPw\nO44HoQrDao9G8g35bIH+aDpo0TxtRG4z5QfFZ5R9VxE1cn8cN07wPKZdyQ+M\nEbMkC7vtXAWYsLbmozsWUf9CrX6h41zdfJqNyIAcR3xAHkuVy55IgvlcpmLn\nWNA+XkoyQsAU5gVkh5CFAHdEUROEZIj3bTc84ALuIk5V2zNDUyRvLoL9yDZj\na6BA\r\n=h1Vp\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "bevryme",
				"email": "us@bevry.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/editions_3.0.0-next.1589355604.2367f54c233590fbfe6c7d1b2507abc8bfa85c70_1589355605874_0.5108806562002259"
			},
			"_hasShrinkwrap": false
		},
		"3.0.0": {
			"name": "editions",
			"version": "3.0.0",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"edition",
				"editions",
				"es6",
				"es6+",
				"jsnext",
				"node",
				"syntaxes",
				"typed",
				"types",
				"typescript",
				"versions"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"githubsponsors",
					"patreon",
					"flattr",
					"liberapay",
					"buymeacoffee",
					"opencollective",
					"crypto",
					"paypal",
					"wishlist"
				],
				"config": {
					"githubSponsorsUsername": "balupton",
					"buymeacoffeeUsername": "balupton",
					"cryptoURL": "https://bevry.me/crypto",
					"flattrUsername": "balupton",
					"liberapayUsername": "bevry",
					"opencollectiveUsername": "bevry",
					"patreonUsername": "bevry",
					"paypalURL": "https://bevry.me/paypal",
					"wishlistURL": "https://bevry.me/wishlist",
					"travisTLD": "com",
					"githubUsername": "bevry",
					"githubRepository": "editions",
					"githubSlug": "bevry/editions",
					"npmPackageName": "editions"
				}
			},
			"funding": "https://bevry.me/fund",
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"email": "b@lupton.cc",
					"name": "balupton"
				},
				{
					"email": "us@bevry.me",
					"name": "bevryme"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "https://github.com/balupton"
				},
				{
					"name": "Zlatan Vasović",
					"email": "zlatanvasovic@gmail.com",
					"url": "https://github.com/zdroid"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.8"
			},
			"editions": [
				{
					"description": "TypeScript source code with Import for modules",
					"directory": "source",
					"entry": "index.ts",
					"tags": [
						"typescript",
						"import"
					],
					"engines": false
				},
				{
					"description": "TypeScript compiled against ES5 for Node.js with Require for modules",
					"directory": "edition-es5",
					"entry": "index.js",
					"tags": [
						"javascript",
						"es5",
						"require"
					],
					"engines": {
						"node": "10 || 12 || 13 || 14"
					}
				}
			],
			"types": "./compiled-types/",
			"type": "commonjs",
			"main": "edition-es5/index.js",
			"dependencies": {
				"errlop": "^3.0.0",
				"semver": "6.3.0"
			},
			"devDependencies": {
				"@bevry/update-contributors": "^1.5.0",
				"@typescript-eslint/eslint-plugin": "^2.33.0",
				"@typescript-eslint/parser": "^2.33.0",
				"assert-helpers": "^6.4.0",
				"eslint": "^7.0.0",
				"eslint-config-bevry": "^3.4.0",
				"eslint-config-prettier": "^6.11.0",
				"eslint-plugin-prettier": "^3.1.3",
				"kava": "^5.0.0",
				"prettier": "^2.0.5",
				"projectz": "^2.1.0",
				"surge": "^0.21.3",
				"typedoc": "^0.17.6",
				"typescript": "^3.9.2",
				"valid-directory": "^1.6.0"
			},
			"scripts": {
				"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
				"our:compile": "npm run our:compile:edition-es5 && npm run our:compile:types",
				"our:compile:edition-es5": "tsc --module commonjs --target ES5 --outDir ./edition-es5 --project tsconfig.json && test -d edition-es5/source && ( mv edition-es5/source edition-temp && rm -Rf edition-es5 && mv edition-temp edition-es5 ) || true",
				"our:compile:types": "tsc --project tsconfig.json --emitDeclarationOnly --declaration --declarationDir ./compiled-types/ --declarationMap",
				"our:deploy": "echo no need for this project",
				"our:meta": "npm run our:meta:contributors && npm run our:meta:docs && npm run our:meta:projectz",
				"our:meta:contributors": "update-contributors",
				"our:meta:docs": "npm run our:meta:docs:typedoc",
				"our:meta:docs:typedoc": "rm -Rf ./docs && typedoc --mode file --exclude '**/+(*test*|node_modules)' --excludeExternals --name \"$npm_package_name\" --readme ./README.md --out ./docs ./source",
				"our:meta:projectz": "projectz compile",
				"our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push",
				"our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
				"our:release:check-dirty": "git diff --exit-code",
				"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
				"our:release:push": "git push origin master && git push origin --tags",
				"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
				"our:setup": "npm run our:setup:install",
				"our:setup:install": "npm install",
				"our:test": "npm run our:verify && npm test",
				"our:verify": "npm run our:verify:directory && npm run our:verify:eslint && npm run our:verify:prettier",
				"our:verify:directory": "valid-directory",
				"our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source",
				"our:verify:prettier": "prettier --write .",
				"test": "node ./edition-es5/test.js"
			},
			"eslintConfig": {
				"extends": [
					"bevry"
				]
			},
			"prettier": {
				"semi": false,
				"singleQuote": true
			},
			"boundation": {
				"minimumSupportNodeVersion": "0.8",
				"minimumTestNodeVersion": "10",
				"browser": false,
				"compiler": "typescript",
				"targets": [
					"ES5"
				],
				"versions": {
					"semver": 6
				}
			},
			"gitHead": "2367f54c233590fbfe6c7d1b2507abc8bfa85c70",
			"_id": "editions@3.0.0",
			"_nodeVersion": "14.2.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-16LD73adD0NZR7CXDTZ+wFBOSkSlVUixVeS4+JSvMaEzuEBmqy/lRXFMgb1dhPjJEYO/N+Qvm/D6ag4HhdEgDA==",
				"shasum": "6c55ff4ac7eeca410fb4c2e1c69e486498a2d121",
				"tarball": "https://registry.npmjs.org/editions/-/editions-3.0.0.tgz",
				"fileCount": 14,
				"unpackedSize": 59033,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeu6SbCRA9TVsSAnZWagAA2EkP/2XMuxJgMZaFX+H08Til\nldsvmHZltHOPjCqt2lWywu4qEleIOoWwPkr17BtSSrsinpepx8TjvLRBLude\nGawX5FJbZpENhbWRc9aDmAB53HbjWWZYjn0SVQywt1X9YXxEPz9vL8Rpc3vP\nnadOly9evqB4HrBzwX3tLnbXu0MSkmGQlBG0AXg+Saeh1WtriPMUwGHHTjrY\nya0G6MKseJChsdsTcffyFCmz57l0oDmZk6p4kkP5w3DYFMJ4f48XmKbLP7vP\niySgu41alRu73YVNARJ6q32yPL/yANg5lgHdg0UJ4NizOM6LRF4711cVZI+7\nqSG14+bh7OGkxG71YhQU4UApKAhZ9UX7+qqix3pM9kdN10ghGS1qAhgwrJ2Q\nO/Q2LIyuVT7zQODPCeV09oSj6vq9FDMutyvp4BOi0sfnvcexejSgNlCQ3zJN\nliX43gx4hTy1azM/MXWyxuHg+pt0rqldn9ucld7ocWmrcd04ZxPSEOk1Oyhx\nuBsFFeJVLfIEKKvmbHJjBJkRgRuf3DqjBcEAb2vLgeiRnN1c673UoceqSOWv\nxmUJHiqZz2kFve46eovdC0iUGVv8cUbq5hUavWZwsVXIQm/SVIOS2sPoXMsH\n/C5wrmSo/FY7i2hGSyacKOaxy0DYwOT9mO0Z8Fg/F9R6ZwWfy5CFJrubmeWq\nK+OQ\r\n=lCCP\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "bevryme",
				"email": "us@bevry.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/editions_3.0.0_1589355675020_0.019726476859294628"
			},
			"_hasShrinkwrap": false
		},
		"2.3.1": {
			"name": "editions",
			"version": "2.3.1",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"editions",
				"edition",
				"versions",
				"syntaxes",
				"esnext",
				"jsnext",
				"es2015",
				"es6",
				"es6+"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"githubsponsors",
					"patreon",
					"flattr",
					"liberapay",
					"buymeacoffee",
					"opencollective",
					"crypto",
					"paypal",
					"wishlist"
				],
				"config": {
					"githubSponsorsUsername": "balupton",
					"buymeacoffeeUsername": "balupton",
					"cryptoURL": "https://bevry.me/crypto",
					"flattrUsername": "balupton",
					"liberapayUsername": "bevry",
					"opencollectiveUsername": "bevry",
					"patreonUsername": "bevry",
					"paypalURL": "https://bevry.me/paypal",
					"wishlistURL": "https://bevry.me/wishlist",
					"travisTLD": "com"
				}
			},
			"funding": "https://bevry.me/fund",
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"email": "b@lupton.cc",
					"name": "balupton"
				},
				{
					"email": "us@bevry.me",
					"name": "bevryme"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "http://balupton.com"
				},
				{
					"name": "Zlatan Vasović",
					"email": "zlatanvasovic@gmail.com",
					"url": "http://zdroid.github.io"
				},
				{
					"name": "dependabot[bot]",
					"url": "http://github.com/apps/dependabot"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.8"
			},
			"editions": [
				{
					"description": "typescript source code with import for modules",
					"directory": "source",
					"entry": "index.ts",
					"tags": [
						"typescript",
						"import"
					],
					"engines": false
				},
				{
					"description": "typescript compiled against ES5 for Node.js with require for modules",
					"directory": "edition-es5",
					"entry": "index.js",
					"tags": [
						"javascript",
						"es5",
						"require"
					],
					"engines": {
						"node": "0.8 || 0.10 || 0.12 || 4 || 6 || 8 || 10 || 12 || 13 || 14"
					}
				}
			],
			"types": "./compiled-types/",
			"type": "commonjs",
			"main": "edition-es5/index.js",
			"dependencies": {
				"errlop": "^2.0.0",
				"semver": "^6.3.0"
			},
			"devDependencies": {
				"@typescript-eslint/eslint-plugin": "^2.11.0",
				"@typescript-eslint/parser": "^2.11.0",
				"assert-helpers": "4.10.0",
				"eslint": "^6.7.2",
				"eslint-config-bevry": "^2.3.0",
				"eslint-config-prettier": "^6.7.0",
				"eslint-plugin-prettier": "^3.1.1",
				"kava": "3.2.0",
				"prettier": "^1.19.1",
				"projectz": "^1.16.0",
				"surge": "^0.21.3",
				"typedoc": "^0.15.4",
				"typescript": "^3.7.3",
				"valid-directory": "^1.6.0"
			},
			"scripts": {
				"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
				"our:compile": "npm run our:compile:edition-es5 && npm run our:compile:types",
				"our:compile:edition-es5": "tsc --module commonjs --target ES5 --outDir ./edition-es5 --project tsconfig.json && test -d edition-es5/source && ( mv edition-es5/source edition-temp && rm -Rf edition-es5 && mv edition-temp edition-es5 ) || true",
				"our:compile:types": "tsc --project tsconfig.json --emitDeclarationOnly --declaration --declarationDir ./compiled-types/ --declarationMap",
				"our:deploy": "echo no need for this project",
				"our:meta": "npm run our:meta:docs && npm run our:meta:projectz",
				"our:meta:docs": "npm run our:meta:docs:typedoc",
				"our:meta:docs:typedoc": "rm -Rf ./docs && typedoc --mode file --exclude '**/+(*test*|node_modules)' --excludeExternals --name \"$npm_package_name\" --readme ./README.md --out ./docs ./source",
				"our:meta:projectz": "projectz compile",
				"our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push",
				"our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
				"our:release:check-dirty": "git diff --exit-code",
				"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
				"our:release:push": "git push origin master && git push origin --tags",
				"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
				"our:setup": "npm run our:setup:install",
				"our:setup:install": "npm install",
				"our:test": "npm run our:verify && npm test",
				"our:verify": "npm run our:verify:directory && npm run our:verify:eslint && npm run our:verify:prettier && npm run our:verify:typescript",
				"our:verify:directory": "npx valid-directory",
				"our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source",
				"our:verify:prettier": "prettier --write ./source/**",
				"our:verify:typescript": "tsc --noEmit --project tsconfig.json",
				"test": "node ./edition-es5/test.js"
			},
			"eslintConfig": {
				"extends": [
					"bevry"
				]
			},
			"prettier": {
				"semi": false,
				"singleQuote": true
			},
			"boundation": {
				"minimumSupportNodeVersion": "0.8",
				"minimumTestNodeVersion": "0.8",
				"browser": false,
				"compiler": "typescript",
				"targets": [
					"ES5"
				]
			},
			"gitHead": "b03745b7cd5a09a6fb4984dcab9544f20a794078",
			"_id": "editions@2.3.1",
			"_nodeVersion": "14.3.0",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-ptGvkwTvGdGfC0hfhKg0MT+TRLRKGtUiWGBInxOm5pz7ssADezahjCUaYuZ8Dr+C05FW0AECIIPt4WBxVINEhA==",
				"shasum": "3bc9962f1978e801312fbd0aebfed63b49bfe698",
				"tarball": "https://registry.npmjs.org/editions/-/editions-2.3.1.tgz",
				"fileCount": 14,
				"unpackedSize": 59368,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJexXl/CRA9TVsSAnZWagAAs3sQAIk41QPLpOZNIt5cFDD/\nXy+5n+Ze/31x+Re9il2PAwP7LbXAQ1J9Lb1GfgeTvAv/SyFpM2aB1x5gEPVW\nd3nUtFMoWlIaWwVFS6aO8GH8cJAm0si54lo2IAz8aFS76HgfFvw23GW8fb2w\nA1eirZBZuySJ4OGLcGnKOxzF+76rkcOoDmYUe0NtQrjkFJ+5IPnonoI9T7mk\nxyJVaj3VYPr/PAtpSvGO7UcxgH0d1Ckiy8VPuWtUDlC5G2GmQZRdEFvakzGO\nnBAtQtQeYV8meeD18FOVLmlPOKQLwA4SLY1SRrJS21J8w/FZUUUNOm7+GNTH\nOAkZuyBX7YGUvJuvObwFZw2C5jGBGH9Ea34vA3mKbXY4NRUMESxfq7ByA3zm\nLbqRxODOC3lQc+F9ogOScdqQLdorUPBKPbUkbFdnERDv11o3HRrazrS1rKAC\nZsR4UVoyiPJ/0+GJ1abeGA/wFISsA5KHIBJm35O7mG5C90FyHHSvoD8jkEVm\nASObK1PwStxzLwY6uQyD08LiCeXnIrjnK8iyVt2Gp8m3SsXwEzzlKpA2OpGN\njvbcD8tXOpJZsD9ftfGn1aDXkLC8pT/Ya9nMJmntscHLg2A+hkI4ewgRYzyG\np9fanCQPmMl144zS3rYbsz43YrHsEOb8HCFOBYw2gUy0h/Lv6n+I9xyRZbUM\nwxl7\r\n=5dFO\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "bevryme",
				"email": "us@bevry.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/editions_2.3.1_1589999999460_0.31453732270134793"
			},
			"_hasShrinkwrap": false
		},
		"3.1.0-next.1590036079.851d97edcd535b09fb623022509615d7ca957c44": {
			"name": "editions",
			"version": "3.1.0-next.1590036079.851d97edcd535b09fb623022509615d7ca957c44",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"edition",
				"editions",
				"es6",
				"es6+",
				"jsnext",
				"node",
				"syntaxes",
				"typescript",
				"versions"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"githubsponsors",
					"patreon",
					"flattr",
					"liberapay",
					"buymeacoffee",
					"opencollective",
					"crypto",
					"paypal",
					"wishlist"
				],
				"config": {
					"githubSponsorsUsername": "balupton",
					"buymeacoffeeUsername": "balupton",
					"cryptoURL": "https://bevry.me/crypto",
					"flattrUsername": "balupton",
					"liberapayUsername": "bevry",
					"opencollectiveUsername": "bevry",
					"patreonUsername": "bevry",
					"paypalURL": "https://bevry.me/paypal",
					"wishlistURL": "https://bevry.me/wishlist",
					"travisTLD": "com",
					"githubUsername": "bevry",
					"githubRepository": "editions",
					"githubSlug": "bevry/editions",
					"npmPackageName": "editions"
				}
			},
			"funding": "https://bevry.me/fund",
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"email": "b@lupton.cc",
					"name": "balupton"
				},
				{
					"email": "us@bevry.me",
					"name": "bevryme"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "https://github.com/balupton"
				},
				{
					"name": "Zlatan Vasović",
					"email": "zlatanvasovic@gmail.com",
					"url": "https://github.com/zdroid"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.8"
			},
			"editions": [
				{
					"description": "TypeScript source code with Import for modules",
					"directory": "source",
					"entry": "index.ts",
					"tags": [
						"typescript",
						"import"
					],
					"engines": false
				},
				{
					"description": "TypeScript compiled against ES5 for Node.js with Require for modules",
					"directory": "edition-es5",
					"entry": "index.js",
					"tags": [
						"javascript",
						"es5",
						"require"
					],
					"engines": {
						"node": "10 || 12 || 13 || 14"
					}
				}
			],
			"type": "commonjs",
			"main": "edition-es5/index.js",
			"dependencies": {
				"errlop": "^3.0.0",
				"semver": "6.3.0"
			},
			"devDependencies": {
				"@bevry/update-contributors": "^1.6.0",
				"@typescript-eslint/eslint-plugin": "^2.34.0",
				"@typescript-eslint/parser": "^2.34.0",
				"assert-helpers": "^6.5.0",
				"eslint": "^7.0.0",
				"eslint-config-bevry": "^3.5.0",
				"eslint-config-prettier": "^6.11.0",
				"eslint-plugin-prettier": "^3.1.3",
				"kava": "^5.1.0",
				"prettier": "^2.0.5",
				"projectz": "^2.2.0",
				"surge": "^0.21.3",
				"typedoc": "^0.17.7",
				"typescript": "^3.9.3",
				"valid-directory": "^2.0.0"
			},
			"scripts": {
				"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
				"our:compile": "npm run our:compile:edition-es5 && npm run our:compile:types",
				"our:compile:edition-es5": "tsc --module commonjs --target ES5 --outDir ./edition-es5 --project tsconfig.json && ( test ! -d edition-es5/source || ( mv edition-es5/source edition-temp && rm -Rf edition-es5 && mv edition-temp edition-es5 ) )",
				"our:compile:types": "tsc --project tsconfig.json --emitDeclarationOnly --declaration --declarationMap --declarationDir ./compiled-types && ( test ! -d compiled-types/source || ( mv compiled-types/source edition-temp && rm -Rf compiled-types && mv edition-temp compiled-types ) )",
				"our:deploy": "echo no need for this project",
				"our:meta": "npm run our:meta:contributors && npm run our:meta:docs && npm run our:meta:projectz",
				"our:meta:contributors": "update-contributors",
				"our:meta:docs": "npm run our:meta:docs:typedoc",
				"our:meta:docs:typedoc": "rm -Rf ./docs && typedoc --mode file --exclude '**/+(*test*|node_modules)' --excludeExternals --name \"$npm_package_name\" --readme ./README.md --out ./docs ./source",
				"our:meta:projectz": "projectz compile",
				"our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push",
				"our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
				"our:release:check-dirty": "git diff --exit-code",
				"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
				"our:release:push": "git push origin master && git push origin --tags",
				"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
				"our:setup": "npm run our:setup:install",
				"our:setup:install": "npm install",
				"our:test": "npm run our:verify && npm test",
				"our:verify": "npm run our:verify:directory && npm run our:verify:eslint && npm run our:verify:prettier",
				"our:verify:directory": "valid-directory",
				"our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source",
				"our:verify:prettier": "prettier --write .",
				"test": "node ./edition-es5/test.js"
			},
			"eslintConfig": {
				"extends": [
					"bevry"
				]
			},
			"prettier": {
				"semi": false,
				"singleQuote": true
			},
			"boundation": {
				"minimumSupportNodeVersion": "0.8",
				"minimumTestNodeVersion": "10",
				"browser": false,
				"compiler": "typescript",
				"targets": [
					"ES5"
				],
				"versions": {
					"semver": 6
				}
			},
			"gitHead": "851d97edcd535b09fb623022509615d7ca957c44",
			"readmeFilename": "README.md",
			"_id": "editions@3.1.0-next.1590036079.851d97edcd535b09fb623022509615d7ca957c44",
			"_nodeVersion": "14.3.0",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-hWE/DVUXaCQIbvcseQkYDFXl8RK65IEhvOWrcyCuY9J6UKabjg6YiIpzPa5wKW9qqCcU7lo3xhPV0G1dApIrSA==",
				"shasum": "5793e869fd632ab54e8211a2d35e0a7bf4654b8c",
				"tarball": "https://registry.npmjs.org/editions/-/editions-3.1.0-next.1590036079.851d97edcd535b09fb623022509615d7ca957c44.tgz",
				"fileCount": 14,
				"unpackedSize": 59350,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJexgZxCRA9TVsSAnZWagAAptwP/1qfWcbWA6xAsH8bn8ek\nhUyYBf0ypOVYohssSu3KO7USN6a5EsUW9j89vR10c44/U4CwVIh9+mnNDpP9\nXTqaVn27GIUhnWsiGAx/pTmQvCXy95B2IsLtNVDnATUwwD5Vm3Zjh0qDSr9K\n4IdaDS8Ux5Lj0+/14qs6WiGJ6nmUxuMhimJt+V45ZnOjRs1YY5NYb0ED+958\naE3xvXg2Yb9PC7Y1wsVKC43DBa9QH0SdfkEf5FGo7PVF60894YtKaufGgqsd\nRKK227ZBnovfNURSt33UmDrKMKq/5mcEUEwxkVa0RILzo8ZXU2wG/qIsBiY9\nyQ914G1D04H/LzeAyjR+Rolr+2R/88A+uI0XLYkjF62wwTrTsL/yBS157T0O\nsX33Kla0sWXR6s4lJiMLGaSVayu8ufnyS446qtT4YG0BjGleCGOo5EEDzNIt\nRkAxZRubeSKdj8PbLS2RL2+gD4GcqV2USsLspdwoam0n7JK9TLwAmSH0ICTu\nTx9N6WX8958HXQLtyjj0dFZmG2B6qR1Wg2whgQMXUWnK5ORYbG/71+Mvc+AB\nZNJRVNb0DvS39bQ+YN+Qhy3pqRyUHybAzJSkSoLaCakbLR1d/BjEV2Ha3zEz\nnUSowCvLSf6GvptPgfNTPNJWMdWaQTGIv4bhFApFpdXMs9AmnarjjT44+L4+\nQTO7\r\n=WYBD\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "bevryme",
				"email": "us@bevry.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/editions_3.1.0-next.1590036079.851d97edcd535b09fb623022509615d7ca957c44_1590036081303_0.8752954965374853"
			},
			"_hasShrinkwrap": false
		},
		"3.1.0": {
			"name": "editions",
			"version": "3.1.0",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"edition",
				"editions",
				"es6",
				"es6+",
				"jsnext",
				"node",
				"syntaxes",
				"typescript",
				"versions"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"githubsponsors",
					"patreon",
					"flattr",
					"liberapay",
					"buymeacoffee",
					"opencollective",
					"crypto",
					"paypal",
					"wishlist"
				],
				"config": {
					"githubSponsorsUsername": "balupton",
					"buymeacoffeeUsername": "balupton",
					"cryptoURL": "https://bevry.me/crypto",
					"flattrUsername": "balupton",
					"liberapayUsername": "bevry",
					"opencollectiveUsername": "bevry",
					"patreonUsername": "bevry",
					"paypalURL": "https://bevry.me/paypal",
					"wishlistURL": "https://bevry.me/wishlist",
					"travisTLD": "com",
					"githubUsername": "bevry",
					"githubRepository": "editions",
					"githubSlug": "bevry/editions",
					"npmPackageName": "editions"
				}
			},
			"funding": "https://bevry.me/fund",
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"email": "b@lupton.cc",
					"name": "balupton"
				},
				{
					"email": "us@bevry.me",
					"name": "bevryme"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "https://github.com/balupton"
				},
				{
					"name": "Zlatan Vasović",
					"email": "zlatanvasovic@gmail.com",
					"url": "https://github.com/zdroid"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.8"
			},
			"editions": [
				{
					"description": "TypeScript source code with Import for modules",
					"directory": "source",
					"entry": "index.ts",
					"tags": [
						"typescript",
						"import"
					],
					"engines": false
				},
				{
					"description": "TypeScript compiled against ES5 for Node.js with Require for modules",
					"directory": "edition-es5",
					"entry": "index.js",
					"tags": [
						"javascript",
						"es5",
						"require"
					],
					"engines": {
						"node": "10 || 12 || 13 || 14"
					}
				}
			],
			"type": "commonjs",
			"main": "edition-es5/index.js",
			"dependencies": {
				"errlop": "^3.0.0",
				"semver": "6.3.0"
			},
			"devDependencies": {
				"@bevry/update-contributors": "^1.6.0",
				"@typescript-eslint/eslint-plugin": "^2.34.0",
				"@typescript-eslint/parser": "^2.34.0",
				"assert-helpers": "^6.5.0",
				"eslint": "^7.0.0",
				"eslint-config-bevry": "^3.5.0",
				"eslint-config-prettier": "^6.11.0",
				"eslint-plugin-prettier": "^3.1.3",
				"kava": "^5.1.0",
				"prettier": "^2.0.5",
				"projectz": "^2.2.0",
				"surge": "^0.21.3",
				"typedoc": "^0.17.7",
				"typescript": "^3.9.3",
				"valid-directory": "^2.0.0"
			},
			"scripts": {
				"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
				"our:compile": "npm run our:compile:edition-es5 && npm run our:compile:types",
				"our:compile:edition-es5": "tsc --module commonjs --target ES5 --outDir ./edition-es5 --project tsconfig.json && ( test ! -d edition-es5/source || ( mv edition-es5/source edition-temp && rm -Rf edition-es5 && mv edition-temp edition-es5 ) )",
				"our:compile:types": "tsc --project tsconfig.json --emitDeclarationOnly --declaration --declarationMap --declarationDir ./compiled-types && ( test ! -d compiled-types/source || ( mv compiled-types/source edition-temp && rm -Rf compiled-types && mv edition-temp compiled-types ) )",
				"our:deploy": "echo no need for this project",
				"our:meta": "npm run our:meta:contributors && npm run our:meta:docs && npm run our:meta:projectz",
				"our:meta:contributors": "update-contributors",
				"our:meta:docs": "npm run our:meta:docs:typedoc",
				"our:meta:docs:typedoc": "rm -Rf ./docs && typedoc --mode file --exclude '**/+(*test*|node_modules)' --excludeExternals --name \"$npm_package_name\" --readme ./README.md --out ./docs ./source",
				"our:meta:projectz": "projectz compile",
				"our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push",
				"our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
				"our:release:check-dirty": "git diff --exit-code",
				"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
				"our:release:push": "git push origin master && git push origin --tags",
				"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
				"our:setup": "npm run our:setup:install",
				"our:setup:install": "npm install",
				"our:test": "npm run our:verify && npm test",
				"our:verify": "npm run our:verify:directory && npm run our:verify:eslint && npm run our:verify:prettier",
				"our:verify:directory": "valid-directory",
				"our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source",
				"our:verify:prettier": "prettier --write .",
				"test": "node ./edition-es5/test.js"
			},
			"eslintConfig": {
				"extends": [
					"bevry"
				]
			},
			"prettier": {
				"semi": false,
				"singleQuote": true
			},
			"boundation": {
				"minimumSupportNodeVersion": "0.8",
				"minimumTestNodeVersion": "10",
				"browser": false,
				"compiler": "typescript",
				"targets": [
					"ES5"
				],
				"versions": {
					"semver": 6
				}
			},
			"gitHead": "851d97edcd535b09fb623022509615d7ca957c44",
			"_id": "editions@3.1.0",
			"_nodeVersion": "14.3.0",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-0gAOUwzF05mMSXqKI9pFowJyLIvgJwrAbkBGAczC1ZQE2PkPiw/u0zS5gkPmlI6uoXMZdmZ1ZYFHFuz3npuuqQ==",
				"shasum": "5e7ac0ff52207e1c295491b5d189f5ff49f0b929",
				"tarball": "https://registry.npmjs.org/editions/-/editions-3.1.0.tgz",
				"fileCount": 14,
				"unpackedSize": 59293,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJexgazCRA9TVsSAnZWagAAzZAP/2z1Ozp/O4NF5u5R5Wyo\nQ9V3/koTxc4BqMnmJYuTMIDpf+0zfUY5cXh8bcJeeH23ARwJmloOqsJf3XbD\nUxP+cy3TI+vueRL/XIOIpZBJ8ynNpZMkyQnggPf+BKm/496VrCfeW5ZT2p72\nkqEQQFYhMrRGaiVrpJxbtmsew8cM7kEVFfPtJNX7J5AxmrYx8T3+19EFYcof\nnGvGbM4kj9gRJLZFTUMhJU411FxdVLK0UTL92//8+xAEcQIAf3gsu1qZnwUe\n31NtK2cStjbdOc+yYOEl72Cln7+hboXc5D2haxgjYBIvXy7qy4JbNuoYfyji\nHDpjzUjLExpKaegPzWeMrwYt20s/7sYZFehYMMBCugEKow2oHH95GHbIOu6Z\nam52zB5+FVMfFBMVp3kEb/fxAM01xWPz8TWuoAo96wSO/MSRoL/vlq0/7ZwZ\nsp41xdvU05VPdBThMt3W0PPmWrzQ5OnVZj1vSo8YK0rQATKkNVquuoFnkN0B\nToPqE9UcDgi7R9BPdk95ydBPPpImXG1ZPqFDrJ8NMcgeTYMzdudtXZ5WhB+h\nOww9FPgPzgTVqXDvJt0Ocb8garNFfR+/109/RZjvp29nJzjfAOnqgMKTF7ak\nBHm3rmLvuZ8pFPbPRFu+qkwuqfxBk/frt5VQZmQRjd8x7LvO7CEhTKyImcju\nx1Is\r\n=SoVu\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "bevryme",
				"email": "us@bevry.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/editions_3.1.0_1590036147062_0.9150923305535825"
			},
			"_hasShrinkwrap": false
		},
		"3.2.0-next.1590062358.6b0da96891c5c64a622b0f37d66943274eabcc3a": {
			"name": "editions",
			"version": "3.2.0-next.1590062358.6b0da96891c5c64a622b0f37d66943274eabcc3a",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"edition",
				"editions",
				"es6",
				"es6+",
				"jsnext",
				"node",
				"syntaxes",
				"typed",
				"types",
				"typescript",
				"versions"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"githubsponsors",
					"patreon",
					"flattr",
					"liberapay",
					"buymeacoffee",
					"opencollective",
					"crypto",
					"paypal",
					"wishlist"
				],
				"config": {
					"githubSponsorsUsername": "balupton",
					"buymeacoffeeUsername": "balupton",
					"cryptoURL": "https://bevry.me/crypto",
					"flattrUsername": "balupton",
					"liberapayUsername": "bevry",
					"opencollectiveUsername": "bevry",
					"patreonUsername": "bevry",
					"paypalURL": "https://bevry.me/paypal",
					"wishlistURL": "https://bevry.me/wishlist",
					"travisTLD": "com",
					"githubUsername": "bevry",
					"githubRepository": "editions",
					"githubSlug": "bevry/editions",
					"npmPackageName": "editions"
				}
			},
			"funding": "https://bevry.me/fund",
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"email": "b@lupton.cc",
					"name": "balupton"
				},
				{
					"email": "us@bevry.me",
					"name": "bevryme"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "https://github.com/balupton"
				},
				{
					"name": "Zlatan Vasović",
					"email": "zlatanvasovic@gmail.com",
					"url": "https://github.com/zdroid"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.8"
			},
			"editions": [
				{
					"description": "TypeScript source code with Import for modules",
					"directory": "source",
					"entry": "index.ts",
					"tags": [
						"typescript",
						"import"
					],
					"engines": false
				},
				{
					"description": "TypeScript compiled against ES5 for Node.js with Require for modules",
					"directory": "edition-es5",
					"entry": "index.js",
					"tags": [
						"javascript",
						"es5",
						"require"
					],
					"engines": {
						"node": "10 || 12 || 13 || 14"
					}
				}
			],
			"types": "./compiled-types/",
			"type": "commonjs",
			"main": "edition-es5/index.js",
			"dependencies": {
				"errlop": "^3.2.0",
				"semver": "6.3.0"
			},
			"devDependencies": {
				"@bevry/update-contributors": "^1.6.0",
				"@typescript-eslint/eslint-plugin": "^2.34.0",
				"@typescript-eslint/parser": "^2.34.0",
				"assert-helpers": "^6.5.0",
				"eslint": "^7.0.0",
				"eslint-config-bevry": "^3.6.0",
				"eslint-config-prettier": "^6.11.0",
				"eslint-plugin-prettier": "^3.1.3",
				"kava": "^5.2.0",
				"prettier": "^2.0.5",
				"projectz": "^2.2.0",
				"surge": "^0.21.3",
				"typedoc": "^0.17.7",
				"typescript": "^3.9.3",
				"valid-directory": "^2.0.0"
			},
			"scripts": {
				"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
				"our:compile": "npm run our:compile:edition-es5 && npm run our:compile:types",
				"our:compile:edition-es5": "tsc --module commonjs --target ES5 --outDir ./edition-es5 --project tsconfig.json && ( test ! -d edition-es5/source || ( mv edition-es5/source edition-temp && rm -Rf edition-es5 && mv edition-temp edition-es5 ) )",
				"our:compile:types": "tsc --project tsconfig.json --emitDeclarationOnly --declaration --declarationMap --declarationDir ./compiled-types && ( test ! -d compiled-types/source || ( mv compiled-types/source edition-temp && rm -Rf compiled-types && mv edition-temp compiled-types ) )",
				"our:deploy": "echo no need for this project",
				"our:meta": "npm run our:meta:contributors && npm run our:meta:docs && npm run our:meta:projectz",
				"our:meta:contributors": "update-contributors",
				"our:meta:docs": "npm run our:meta:docs:typedoc",
				"our:meta:docs:typedoc": "rm -Rf ./docs && typedoc --mode file --exclude '**/+(*test*|node_modules)' --excludeExternals --name \"$npm_package_name\" --readme ./README.md --out ./docs ./source",
				"our:meta:projectz": "projectz compile",
				"our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push",
				"our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
				"our:release:check-dirty": "git diff --exit-code",
				"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
				"our:release:push": "git push origin master && git push origin --tags",
				"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
				"our:setup": "npm run our:setup:install",
				"our:setup:install": "npm install",
				"our:test": "npm run our:verify && npm test",
				"our:verify": "npm run our:verify:directory && npm run our:verify:eslint && npm run our:verify:prettier",
				"our:verify:directory": "valid-directory",
				"our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source",
				"our:verify:prettier": "prettier --write .",
				"test": "node ./edition-es5/test.js"
			},
			"eslintConfig": {
				"extends": [
					"bevry"
				]
			},
			"prettier": {
				"semi": false,
				"singleQuote": true
			},
			"boundation": {
				"minimumSupportNodeVersion": "0.8",
				"minimumTestNodeVersion": "10",
				"browser": false,
				"compiler": "typescript",
				"targets": [
					"ES5"
				],
				"versions": {
					"semver": 6
				}
			},
			"gitHead": "6b0da96891c5c64a622b0f37d66943274eabcc3a",
			"readmeFilename": "README.md",
			"_id": "editions@3.2.0-next.1590062358.6b0da96891c5c64a622b0f37d66943274eabcc3a",
			"_nodeVersion": "14.3.0",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-GXrIIBsk+/rloxqS8gOXxMhAvB03teT6KTmOsdtTE4zhYXYtB5XiIKTIb5ioPe1UzmsJAPsKsacsUW2xISuitA==",
				"shasum": "c71fbc0ba8d042f7ffa14b7cebb40542afd3c83d",
				"tarball": "https://registry.npmjs.org/editions/-/editions-3.2.0-next.1590062358.6b0da96891c5c64a622b0f37d66943274eabcc3a.tgz",
				"fileCount": 14,
				"unpackedSize": 59601,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJexm0XCRA9TVsSAnZWagAAlLQP/iG3hmLsKhp8jZanOb72\nVM/edpZsC1A3PSVn357vpPMe2gWL0AadF0YFfzl0p/HB1xvqo8m2WRmLzjZ4\nRzgIJdyIKKQowfY6TJMhX7q7AlC4g6MdyZEQy2aUVE36h378bcTOsd9OMgVm\nlmCx5SRLufmxg+VTnW3NSvJJTVMIZg4OkbsvwLB0HULsT6vj7zVwrVUYsLo4\nFi94ZKJn+pZ8OgLgB8ZA1oU7qOrprgYG1o+GjSDMkC89P5x+aYmJULFhgEhd\nJ8Y+uZ50mCI6Z/v5nH03Yr06YWtH9pb95p3y/vbnSMHWUiGeQpQDyD0kDcwp\nonpZ1Q2QeCa6Nh1LRVP0ZFVEuxLVKN5EdpcxY40cv7w7myX7Dh6fWsOTKXWO\nXS8Wsc0z2QVjHzYi9P8CRikRuemEP5uIAssJkZ0iOLfF4fSjfXvGy78UZAk7\n3vlSFhRrXfc26GQB+1NNmjkUt/06diDZ8E55O7y2tlyIx3Q1RY5uxKvKJ6ia\n5vazFazshcBodtcKpQvZyxkLLirErIp9f0uj1CqJoEIX0aMUbwreAlysYPsm\n7PfHtq+nT0aZ5fJQ5ZJY+m0aZyFVv3AcbYl/zTVXKaFvNTvTPViBTovyK0Eu\nPcAEi+dLbiDR7l5T2OXWvmWl1B/wXexjH8mS7Ut9eueZfeXs84Cxrzv61W6s\n8vte\r\n=mNA4\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "bevryme",
				"email": "us@bevry.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/editions_3.2.0-next.1590062358.6b0da96891c5c64a622b0f37d66943274eabcc3a_1590062359418_0.21869349280127648"
			},
			"_hasShrinkwrap": false
		},
		"3.2.0": {
			"name": "editions",
			"version": "3.2.0",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"edition",
				"editions",
				"es6",
				"es6+",
				"jsnext",
				"node",
				"syntaxes",
				"typed",
				"types",
				"typescript",
				"versions"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"githubsponsors",
					"patreon",
					"flattr",
					"liberapay",
					"buymeacoffee",
					"opencollective",
					"crypto",
					"paypal",
					"wishlist"
				],
				"config": {
					"githubSponsorsUsername": "balupton",
					"buymeacoffeeUsername": "balupton",
					"cryptoURL": "https://bevry.me/crypto",
					"flattrUsername": "balupton",
					"liberapayUsername": "bevry",
					"opencollectiveUsername": "bevry",
					"patreonUsername": "bevry",
					"paypalURL": "https://bevry.me/paypal",
					"wishlistURL": "https://bevry.me/wishlist",
					"travisTLD": "com",
					"githubUsername": "bevry",
					"githubRepository": "editions",
					"githubSlug": "bevry/editions",
					"npmPackageName": "editions"
				}
			},
			"funding": "https://bevry.me/fund",
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"email": "b@lupton.cc",
					"name": "balupton"
				},
				{
					"email": "us@bevry.me",
					"name": "bevryme"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "https://github.com/balupton"
				},
				{
					"name": "Zlatan Vasović",
					"email": "zlatanvasovic@gmail.com",
					"url": "https://github.com/zdroid"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.8"
			},
			"editions": [
				{
					"description": "TypeScript source code with Import for modules",
					"directory": "source",
					"entry": "index.ts",
					"tags": [
						"typescript",
						"import"
					],
					"engines": false
				},
				{
					"description": "TypeScript compiled against ES5 for Node.js with Require for modules",
					"directory": "edition-es5",
					"entry": "index.js",
					"tags": [
						"javascript",
						"es5",
						"require"
					],
					"engines": {
						"node": "10 || 12 || 13 || 14"
					}
				}
			],
			"types": "./compiled-types/",
			"type": "commonjs",
			"main": "edition-es5/index.js",
			"dependencies": {
				"errlop": "^3.2.0",
				"semver": "6.3.0"
			},
			"devDependencies": {
				"@bevry/update-contributors": "^1.6.0",
				"@typescript-eslint/eslint-plugin": "^2.34.0",
				"@typescript-eslint/parser": "^2.34.0",
				"assert-helpers": "^6.5.0",
				"eslint": "^7.0.0",
				"eslint-config-bevry": "^3.6.0",
				"eslint-config-prettier": "^6.11.0",
				"eslint-plugin-prettier": "^3.1.3",
				"kava": "^5.2.0",
				"prettier": "^2.0.5",
				"projectz": "^2.2.0",
				"surge": "^0.21.3",
				"typedoc": "^0.17.7",
				"typescript": "^3.9.3",
				"valid-directory": "^2.0.0"
			},
			"scripts": {
				"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
				"our:compile": "npm run our:compile:edition-es5 && npm run our:compile:types",
				"our:compile:edition-es5": "tsc --module commonjs --target ES5 --outDir ./edition-es5 --project tsconfig.json && ( test ! -d edition-es5/source || ( mv edition-es5/source edition-temp && rm -Rf edition-es5 && mv edition-temp edition-es5 ) )",
				"our:compile:types": "tsc --project tsconfig.json --emitDeclarationOnly --declaration --declarationMap --declarationDir ./compiled-types && ( test ! -d compiled-types/source || ( mv compiled-types/source edition-temp && rm -Rf compiled-types && mv edition-temp compiled-types ) )",
				"our:deploy": "echo no need for this project",
				"our:meta": "npm run our:meta:contributors && npm run our:meta:docs && npm run our:meta:projectz",
				"our:meta:contributors": "update-contributors",
				"our:meta:docs": "npm run our:meta:docs:typedoc",
				"our:meta:docs:typedoc": "rm -Rf ./docs && typedoc --mode file --exclude '**/+(*test*|node_modules)' --excludeExternals --name \"$npm_package_name\" --readme ./README.md --out ./docs ./source",
				"our:meta:projectz": "projectz compile",
				"our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push",
				"our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
				"our:release:check-dirty": "git diff --exit-code",
				"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
				"our:release:push": "git push origin master && git push origin --tags",
				"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
				"our:setup": "npm run our:setup:install",
				"our:setup:install": "npm install",
				"our:test": "npm run our:verify && npm test",
				"our:verify": "npm run our:verify:directory && npm run our:verify:eslint && npm run our:verify:prettier",
				"our:verify:directory": "valid-directory",
				"our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source",
				"our:verify:prettier": "prettier --write .",
				"test": "node ./edition-es5/test.js"
			},
			"eslintConfig": {
				"extends": [
					"bevry"
				]
			},
			"prettier": {
				"semi": false,
				"singleQuote": true
			},
			"boundation": {
				"minimumSupportNodeVersion": "0.8",
				"minimumTestNodeVersion": "10",
				"browser": false,
				"compiler": "typescript",
				"targets": [
					"ES5"
				],
				"versions": {
					"semver": 6
				}
			},
			"gitHead": "6b0da96891c5c64a622b0f37d66943274eabcc3a",
			"_id": "editions@3.2.0",
			"_nodeVersion": "14.3.0",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-AVi2yxU/fD2c6Lt+1pU/9jYVHQfQ4q/Qpv9KYGD87HGN0q86VVDxHVKANY/ON3Uouth4hB3KrwbpRQgdWFT9kA==",
				"shasum": "05f0d64032e242ccc7a27a4f57e235728a9b871c",
				"tarball": "https://registry.npmjs.org/editions/-/editions-3.2.0.tgz",
				"fileCount": 14,
				"unpackedSize": 59544,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJexm1eCRA9TVsSAnZWagAA6jsP/1P4qKxHU5N7vnONPp2C\nwO9wlthKnk8Vsg5ALbwooOplmwdwBmvu/2V00NrJa3i2kcyOTiewIW+JvYA3\ngAmGU0VySE1d9eXKUdwDgsmVjGxEWJhzRO2orolG5TDdtYI0zcz2SjOOCsVS\nvr7dj+66dKL0o9o/F4rict2lY+x7+Bgp0IQP3fnIvLEDrWwHBZ3f8Fq8M8Il\nRJlwOdYC5D65WyQiHEmIEF/H9c7je6v+8NkNSZrKAcd2VFWKpMjPeq4f0C7v\nTtgxDoUAqA7z9FNWzAH5FLquQAA43eqsqDRL50g1/NBX2iIy8M/sQxRV2SC0\nNSwc7sGAyOFUwmm3Kb0uR+h48sWuqSXLClWREjZI/arkb5Dv6lTsx60YheDP\ny/OWcICSonlo4CoQIxlyyDmhz/1bFXRmq7ZWPi+s1AiMfnTdV4aJV2Ndm8Q1\nKTXbQ1b8JVTXFU9cEswz/yyP00mFT7rAH9xYoXRCWVIz4H5YxuO8Kov72V08\nfeRGpjd8wea3ozNHGaMfYUXpvHGas1CMca1XJU4a9MaB4zfwHc2T3Shv1PID\nE7e4B94t1WusEiiX/0eDRi6mufBr6QnKDF0sxD0KjqjVUlYCjh2B9ny+t6Mc\neuK0+r9pX3TEKarKc9CzzMdKK5RxTG9eAUE3JbzUldtmIVSIYxTLCbM1QxT/\n2v63\r\n=vF+y\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "bevryme",
				"email": "us@bevry.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/editions_3.2.0_1590062430461_0.6905959580486742"
			},
			"_hasShrinkwrap": false
		},
		"3.3.0-next.1590072655.994998268d923ff3a3248bff28f5bb7751dec62e": {
			"name": "editions",
			"version": "3.3.0-next.1590072655.994998268d923ff3a3248bff28f5bb7751dec62e",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"edition",
				"editions",
				"es6",
				"es6+",
				"jsnext",
				"node",
				"syntaxes",
				"typed",
				"types",
				"typescript",
				"versions"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"githubsponsors",
					"patreon",
					"flattr",
					"liberapay",
					"buymeacoffee",
					"opencollective",
					"crypto",
					"paypal",
					"wishlist"
				],
				"config": {
					"githubSponsorsUsername": "balupton",
					"buymeacoffeeUsername": "balupton",
					"cryptoURL": "https://bevry.me/crypto",
					"flattrUsername": "balupton",
					"liberapayUsername": "bevry",
					"opencollectiveUsername": "bevry",
					"patreonUsername": "bevry",
					"paypalURL": "https://bevry.me/paypal",
					"wishlistURL": "https://bevry.me/wishlist",
					"travisTLD": "com",
					"githubUsername": "bevry",
					"githubRepository": "editions",
					"githubSlug": "bevry/editions",
					"npmPackageName": "editions"
				}
			},
			"funding": "https://bevry.me/fund",
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"email": "b@lupton.cc",
					"name": "balupton"
				},
				{
					"email": "us@bevry.me",
					"name": "bevryme"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "https://github.com/balupton"
				},
				{
					"name": "Zlatan Vasović",
					"email": "zlatanvasovic@gmail.com",
					"url": "https://github.com/zdroid"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.8"
			},
			"editions": [
				{
					"description": "TypeScript source code with Import for modules",
					"directory": "source",
					"entry": "index.ts",
					"tags": [
						"typescript",
						"import"
					],
					"engines": false
				},
				{
					"description": "TypeScript compiled against ES5 for Node.js with Require for modules",
					"directory": "edition-es5",
					"entry": "index.js",
					"tags": [
						"javascript",
						"es5",
						"require"
					],
					"engines": {
						"node": "10 || 12 || 13 || 14"
					}
				}
			],
			"types": "./compiled-types/",
			"type": "commonjs",
			"main": "edition-es5/index.js",
			"dependencies": {
				"errlop": "^3.2.0",
				"semver": "6.3.0"
			},
			"devDependencies": {
				"@bevry/update-contributors": "^1.7.0",
				"@typescript-eslint/eslint-plugin": "^2.34.0",
				"@typescript-eslint/parser": "^2.34.0",
				"assert-helpers": "^6.6.0",
				"eslint": "^7.0.0",
				"eslint-config-bevry": "^3.6.0",
				"eslint-config-prettier": "^6.11.0",
				"eslint-plugin-prettier": "^3.1.3",
				"kava": "^5.2.0",
				"prettier": "^2.0.5",
				"projectz": "^2.3.0",
				"surge": "^0.21.3",
				"typedoc": "^0.17.7",
				"typescript": "^3.9.3",
				"valid-directory": "^2.1.0"
			},
			"scripts": {
				"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
				"our:compile": "npm run our:compile:edition-es5 && npm run our:compile:types",
				"our:compile:edition-es5": "tsc --module commonjs --target ES5 --outDir ./edition-es5 --project tsconfig.json && ( test ! -d edition-es5/source || ( mv edition-es5/source edition-temp && rm -Rf edition-es5 && mv edition-temp edition-es5 ) )",
				"our:compile:types": "tsc --project tsconfig.json --emitDeclarationOnly --declaration --declarationMap --declarationDir ./compiled-types && ( test ! -d compiled-types/source || ( mv compiled-types/source edition-temp && rm -Rf compiled-types && mv edition-temp compiled-types ) )",
				"our:deploy": "echo no need for this project",
				"our:meta": "npm run our:meta:contributors && npm run our:meta:docs && npm run our:meta:projectz",
				"our:meta:contributors": "update-contributors",
				"our:meta:docs": "npm run our:meta:docs:typedoc",
				"our:meta:docs:typedoc": "rm -Rf ./docs && typedoc --mode file --exclude '**/+(*test*|node_modules)' --excludeExternals --name \"$npm_package_name\" --readme ./README.md --out ./docs ./source",
				"our:meta:projectz": "projectz compile",
				"our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push",
				"our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
				"our:release:check-dirty": "git diff --exit-code",
				"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
				"our:release:push": "git push origin master && git push origin --tags",
				"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
				"our:setup": "npm run our:setup:install",
				"our:setup:install": "npm install",
				"our:test": "npm run our:verify && npm test",
				"our:verify": "npm run our:verify:directory && npm run our:verify:eslint && npm run our:verify:prettier",
				"our:verify:directory": "valid-directory",
				"our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source",
				"our:verify:prettier": "prettier --write .",
				"test": "node ./edition-es5/test.js"
			},
			"eslintConfig": {
				"extends": [
					"bevry"
				]
			},
			"prettier": {
				"semi": false,
				"singleQuote": true
			},
			"boundation": {
				"minimumSupportNodeVersion": "0.8",
				"minimumTestNodeVersion": "10",
				"browser": false,
				"compiler": "typescript",
				"targets": [
					"ES5"
				],
				"versions": {
					"semver": 6
				}
			},
			"gitHead": "994998268d923ff3a3248bff28f5bb7751dec62e",
			"readmeFilename": "README.md",
			"_id": "editions@3.3.0-next.1590072655.994998268d923ff3a3248bff28f5bb7751dec62e",
			"_nodeVersion": "14.3.0",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-GLaPTHX2FnTFH/A0myd7FN5TlbXXYgrcWIaz1sCO5sGtn726wM3b9zISUbHufG2O1t/bh/vSrEWZ8BQSTH/d3A==",
				"shasum": "c4ab916d4c6851250e55cf2e1a0010ea5c6606d0",
				"tarball": "https://registry.npmjs.org/editions/-/editions-3.3.0-next.1590072655.994998268d923ff3a3248bff28f5bb7751dec62e.tgz",
				"fileCount": 14,
				"unpackedSize": 59794,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJexpVRCRA9TVsSAnZWagAAgWgP/RVhBM63xdAoD5UzqxTa\nZB9U8R53+HZOE7Xnr9Z3Dl14G4hTwKOEucKNE2scnGf8s2g0t4VEdDOI4r3N\n1JheYEg5jeYm7ZLW28WDqqmKsqmPbKM2WgrjBYtaQrr7HEf3w1EDOBncfcz+\npPsTJtaObCMGJgBj9KLYaSi07Q7BMOi1zHPtQi9cUuN14s42DxQTlugHz7vl\npwVi4Wppml1jewe570zjtDWLJyYBjpFdEQojLLVK170Vf2D28dd+CPXVOhlV\nPhQ8GW1gVfafRVdhLJ8LrM+88W+ZqwPSHG225x1c0G91r0x8g6wBHGQMh7Ls\nsj054YR0lJjqXIDy+3SGm+uvn7j9S0l+LPMgiHif8x9vylcPM0ul9QzS1aAe\nspDFHLBmRtnf2T8LGPaPnnfmv/qpg5G1r3qMviRImwYVulKad/xw1Xp9HVnu\neDOyr2Or5h2iKe5jERAYHrL1IsMH9+oVccI0fOtFFc5C11sfrI7uZS6zYqd7\nKo8rGVX9lfno9KltOU9DFD8quoLXfwxykpkgPzPTM/QFvz/fxPdPcztipQR0\nDBXYSjIkwXOsq+xiSZt1Tj10Smt4cRdk+ZQo7SoFQskkdyxYoR98hMZB4+Hj\n1CRFSmEMOPCdb1/A7Lnb7c01pt1h1Ev81qC20Ydr/nLIz7KFXrmg6x3Sb0Sz\nJp92\r\n=wjTt\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "bevryme",
				"email": "us@bevry.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/editions_3.3.0-next.1590072655.994998268d923ff3a3248bff28f5bb7751dec62e_1590072656759_0.04423814351177735"
			},
			"_hasShrinkwrap": false
		},
		"3.3.0": {
			"name": "editions",
			"version": "3.3.0",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"edition",
				"editions",
				"es6",
				"es6+",
				"jsnext",
				"node",
				"syntaxes",
				"typed",
				"types",
				"typescript",
				"versions"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"githubsponsors",
					"patreon",
					"flattr",
					"liberapay",
					"buymeacoffee",
					"opencollective",
					"crypto",
					"paypal",
					"wishlist"
				],
				"config": {
					"githubSponsorsUsername": "balupton",
					"buymeacoffeeUsername": "balupton",
					"cryptoURL": "https://bevry.me/crypto",
					"flattrUsername": "balupton",
					"liberapayUsername": "bevry",
					"opencollectiveUsername": "bevry",
					"patreonUsername": "bevry",
					"paypalURL": "https://bevry.me/paypal",
					"wishlistURL": "https://bevry.me/wishlist",
					"travisTLD": "com",
					"githubUsername": "bevry",
					"githubRepository": "editions",
					"githubSlug": "bevry/editions",
					"npmPackageName": "editions"
				}
			},
			"funding": "https://bevry.me/fund",
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"email": "b@lupton.cc",
					"name": "balupton"
				},
				{
					"email": "us@bevry.me",
					"name": "bevryme"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "https://github.com/balupton"
				},
				{
					"name": "Zlatan Vasović",
					"email": "zlatanvasovic@gmail.com",
					"url": "https://github.com/zdroid"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.8"
			},
			"editions": [
				{
					"description": "TypeScript source code with Import for modules",
					"directory": "source",
					"entry": "index.ts",
					"tags": [
						"typescript",
						"import"
					],
					"engines": false
				},
				{
					"description": "TypeScript compiled against ES5 for Node.js with Require for modules",
					"directory": "edition-es5",
					"entry": "index.js",
					"tags": [
						"javascript",
						"es5",
						"require"
					],
					"engines": {
						"node": "10 || 12 || 13 || 14"
					}
				}
			],
			"types": "./compiled-types/",
			"type": "commonjs",
			"main": "edition-es5/index.js",
			"dependencies": {
				"errlop": "^3.2.0",
				"semver": "6.3.0"
			},
			"devDependencies": {
				"@bevry/update-contributors": "^1.7.0",
				"@typescript-eslint/eslint-plugin": "^2.34.0",
				"@typescript-eslint/parser": "^2.34.0",
				"assert-helpers": "^6.6.0",
				"eslint": "^7.0.0",
				"eslint-config-bevry": "^3.6.0",
				"eslint-config-prettier": "^6.11.0",
				"eslint-plugin-prettier": "^3.1.3",
				"kava": "^5.2.0",
				"prettier": "^2.0.5",
				"projectz": "^2.3.0",
				"surge": "^0.21.3",
				"typedoc": "^0.17.7",
				"typescript": "^3.9.3",
				"valid-directory": "^2.1.0"
			},
			"scripts": {
				"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
				"our:compile": "npm run our:compile:edition-es5 && npm run our:compile:types",
				"our:compile:edition-es5": "tsc --module commonjs --target ES5 --outDir ./edition-es5 --project tsconfig.json && ( test ! -d edition-es5/source || ( mv edition-es5/source edition-temp && rm -Rf edition-es5 && mv edition-temp edition-es5 ) )",
				"our:compile:types": "tsc --project tsconfig.json --emitDeclarationOnly --declaration --declarationMap --declarationDir ./compiled-types && ( test ! -d compiled-types/source || ( mv compiled-types/source edition-temp && rm -Rf compiled-types && mv edition-temp compiled-types ) )",
				"our:deploy": "echo no need for this project",
				"our:meta": "npm run our:meta:contributors && npm run our:meta:docs && npm run our:meta:projectz",
				"our:meta:contributors": "update-contributors",
				"our:meta:docs": "npm run our:meta:docs:typedoc",
				"our:meta:docs:typedoc": "rm -Rf ./docs && typedoc --mode file --exclude '**/+(*test*|node_modules)' --excludeExternals --name \"$npm_package_name\" --readme ./README.md --out ./docs ./source",
				"our:meta:projectz": "projectz compile",
				"our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push",
				"our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
				"our:release:check-dirty": "git diff --exit-code",
				"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
				"our:release:push": "git push origin master && git push origin --tags",
				"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
				"our:setup": "npm run our:setup:install",
				"our:setup:install": "npm install",
				"our:test": "npm run our:verify && npm test",
				"our:verify": "npm run our:verify:directory && npm run our:verify:eslint && npm run our:verify:prettier",
				"our:verify:directory": "valid-directory",
				"our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source",
				"our:verify:prettier": "prettier --write .",
				"test": "node ./edition-es5/test.js"
			},
			"eslintConfig": {
				"extends": [
					"bevry"
				]
			},
			"prettier": {
				"semi": false,
				"singleQuote": true
			},
			"boundation": {
				"minimumSupportNodeVersion": "0.8",
				"minimumTestNodeVersion": "10",
				"browser": false,
				"compiler": "typescript",
				"targets": [
					"ES5"
				],
				"versions": {
					"semver": 6
				}
			},
			"gitHead": "994998268d923ff3a3248bff28f5bb7751dec62e",
			"_id": "editions@3.3.0",
			"_nodeVersion": "14.3.0",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-B4zy6aQZD/AgMpJ7KoJmZUkvZ0HgbGe468eGxvyh3T24hYtcx+2mQB6XOGCmvJEJlONgoElNFz5+wykEKZPlbg==",
				"shasum": "9e8478957cd23d483212f68763cac677afa9e0d1",
				"tarball": "https://registry.npmjs.org/editions/-/editions-3.3.0.tgz",
				"fileCount": 14,
				"unpackedSize": 59737,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJexpWXCRA9TVsSAnZWagAAVZgQAJlLu4JJHmshNz7XiAr/\n290SZ2asSqzlGdp/WK1XHjCNXk34t5wibgiJQv397ICa0V48bp4Gv7k4SuT7\ntXRQdJHz89XRLXh7jBf0MYQQ0GSyrljxE3i/PcOwfG7hCybjMJ+S5cXePVoq\nFsflYw0nytFdwW9A6hRX/vs6aVLDctWqqPruWQZTTM8mLgBzLRvnwvSBfwhE\nFdTQlsaNwiX3n8lXCSZoN01J0YcyH8aIEZWl0UcY+o5VIwqaCERpl/YmD+Hz\nR5Ox7UAAtLAngsHLHo/Ls0fHHcpGNGnvpQR8wXmwidzmFaTsVoRDqORdNSsi\njyCRg3qwd6iYggYWT6dJ+l9x55GVB18KaqsgK+ZDEHBxkjXP9p1kArI/bM3z\nE1Rj1HoTBB7PHOu8ARELniICrRT2uDJuSTcPux19rT8FpyfeURvL8lVu8KL5\nP4TLXtgAGIlzlpIPpCim4YZN0VZ5SU1P0F1NIhmeuhGoftgb8Ik5MxZsw1dy\n2It3HZgPYnheZr60NT+dxlDrsfcgKWBUDIVanjKX7WBPP/e5n2qWUJ1/eiqO\nQY18Akcd/eAy7bQKkrJf43J7D828paHNt3qur5F2JxuMc6j7Fh+6axKlo/1C\nEEhMObKMuRQN3R9bZcAvEL0mvTZiGZieDqZiaC4Uv9PgqIgFugSJhE51HYNJ\njWud\r\n=2xtw\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "bevryme",
				"email": "us@bevry.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/editions_3.3.0_1590072726936_0.30328486023636625"
			},
			"_hasShrinkwrap": false
		},
		"3.4.0-next.1591776664.7daff9c91440463d71cf78719df0e73deefe5418": {
			"name": "editions",
			"version": "3.4.0-next.1591776664.7daff9c91440463d71cf78719df0e73deefe5418",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"edition",
				"editions",
				"es6",
				"es6+",
				"jsnext",
				"node",
				"syntaxes",
				"typed",
				"types",
				"typescript",
				"versions"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"githubsponsors",
					"patreon",
					"flattr",
					"liberapay",
					"buymeacoffee",
					"opencollective",
					"crypto",
					"paypal",
					"wishlist"
				],
				"config": {
					"githubSponsorsUsername": "balupton",
					"buymeacoffeeUsername": "balupton",
					"cryptoURL": "https://bevry.me/crypto",
					"flattrUsername": "balupton",
					"liberapayUsername": "bevry",
					"opencollectiveUsername": "bevry",
					"patreonUsername": "bevry",
					"paypalURL": "https://bevry.me/paypal",
					"wishlistURL": "https://bevry.me/wishlist",
					"travisTLD": "com",
					"githubUsername": "bevry",
					"githubRepository": "editions",
					"githubSlug": "bevry/editions",
					"npmPackageName": "editions"
				}
			},
			"funding": "https://bevry.me/fund",
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"email": "b@lupton.cc",
					"name": "balupton"
				},
				{
					"email": "us@bevry.me",
					"name": "bevryme"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "https://github.com/balupton"
				},
				{
					"name": "Zlatan Vasović",
					"email": "zlatanvasovic@gmail.com",
					"url": "https://github.com/zdroid"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.8"
			},
			"editions": [
				{
					"description": "TypeScript source code with Import for modules",
					"directory": "source",
					"entry": "index.ts",
					"tags": [
						"typescript",
						"import"
					],
					"engines": false
				},
				{
					"description": "TypeScript compiled against ES5 for Node.js with Require for modules",
					"directory": "edition-es5",
					"entry": "index.js",
					"tags": [
						"javascript",
						"es5",
						"require"
					],
					"engines": {
						"node": "10 || 12 || 13 || 14"
					}
				}
			],
			"types": "./compiled-types/",
			"type": "commonjs",
			"main": "edition-es5/index.js",
			"dependencies": {
				"errlop": "^3.3.0",
				"semver": "6.3.0"
			},
			"devDependencies": {
				"@bevry/update-contributors": "^1.8.0",
				"@typescript-eslint/eslint-plugin": "^3.2.0",
				"@typescript-eslint/parser": "^3.2.0",
				"assert-helpers": "^6.7.0",
				"eslint": "^7.2.0",
				"eslint-config-bevry": "^3.7.0",
				"eslint-config-prettier": "^6.11.0",
				"eslint-plugin-prettier": "^3.1.3",
				"kava": "^5.3.0",
				"make-deno-edition": "^0.1.2",
				"prettier": "^2.0.5",
				"projectz": "^2.5.0",
				"surge": "^0.21.3",
				"typedoc": "^0.17.7",
				"typescript": "^3.9.5",
				"valid-directory": "^2.2.0"
			},
			"scripts": {
				"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
				"our:compile": "npm run our:compile:deno && npm run our:compile:edition-es5 && npm run our:compile:types",
				"our:compile:deno": "make-deno-edition --attempt",
				"our:compile:edition-es5": "tsc --module commonjs --target ES5 --outDir ./edition-es5 --project tsconfig.json && ( test ! -d edition-es5/source || ( mv edition-es5/source edition-temp && rm -Rf edition-es5 && mv edition-temp edition-es5 ) )",
				"our:compile:types": "tsc --project tsconfig.json --emitDeclarationOnly --declaration --declarationMap --declarationDir ./compiled-types && ( test ! -d compiled-types/source || ( mv compiled-types/source edition-temp && rm -Rf compiled-types && mv edition-temp compiled-types ) )",
				"our:deploy": "echo no need for this project",
				"our:meta": "npm run our:meta:contributors && npm run our:meta:docs && npm run our:meta:projectz",
				"our:meta:contributors": "update-contributors",
				"our:meta:docs": "npm run our:meta:docs:typedoc",
				"our:meta:docs:typedoc": "rm -Rf ./docs && typedoc --mode file --exclude '**/+(*test*|node_modules)' --excludeExternals --name \"$npm_package_name\" --readme ./README.md --out ./docs ./source",
				"our:meta:projectz": "projectz compile",
				"our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push",
				"our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
				"our:release:check-dirty": "git diff --exit-code",
				"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
				"our:release:push": "git push origin master && git push origin --tags",
				"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
				"our:setup": "npm run our:setup:install",
				"our:setup:install": "npm install",
				"our:test": "npm run our:verify && npm test",
				"our:verify": "npm run our:verify:directory && npm run our:verify:eslint && npm run our:verify:prettier",
				"our:verify:directory": "valid-directory",
				"our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source",
				"our:verify:prettier": "prettier --write .",
				"test": "node ./edition-es5/test.js"
			},
			"eslintConfig": {
				"extends": [
					"bevry"
				]
			},
			"prettier": {
				"semi": false,
				"singleQuote": true
			},
			"boundation": {
				"minimumSupportNodeVersion": "0.8",
				"minimumTestNodeVersion": "10",
				"browser": false,
				"compiler": "typescript",
				"targets": [
					"ES5"
				],
				"versions": {
					"semver": 6
				}
			},
			"gitHead": "7daff9c91440463d71cf78719df0e73deefe5418",
			"readmeFilename": "README.md",
			"_id": "editions@3.4.0-next.1591776664.7daff9c91440463d71cf78719df0e73deefe5418",
			"_nodeVersion": "14.4.0",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-38Ywj8mafP6z9Pm7GIxhAhpedhf6lhQD/G57xJE0BraWzFlZKrwbTAi8FbJSmU4iJiBTFA8q6s0Yq1U2UH/8Og==",
				"shasum": "8b43d16d042cca8335f4b18851fa5ae9e530fddd",
				"tarball": "https://registry.npmjs.org/editions/-/editions-3.4.0-next.1591776664.7daff9c91440463d71cf78719df0e73deefe5418.tgz",
				"fileCount": 14,
				"unpackedSize": 60104,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4JWaCRA9TVsSAnZWagAAh3wP/jHNUrYpq2cPBwcPdqyI\nCDuQojNh/JJSIi1czze2GSy1SHw5yHp3eCtiTBEvOziFYsuxJtZd1OWYv8u5\nLvJ5gip2eKo72mkuB2ixXBbVaX47/bjzlcPNE4H6TVl/B+z+Y5uDcafiv8pD\nNIpGHt7Wwzar+We1xBBGDuxjLuoakzCFgYlR9pr8Wj2rTT58u9WNBiURIfHt\nqVheL9aIClLDe6EGObIshye7TvVxdwXMw441/1+saXaXEXMr59HdYlCD+bRq\nfqEErtQ0hVAG6qhCwxFmOBEYkF6x+R/FcQbOvUWHRk8KI/FPzYGM9zpPZGyK\nh8NatVQPPSU4gYebjYNWD96XAQzY9WS74TJoYGNbOfxQgjT+pYTyzvLWw+gI\nN++Ih87Wf0gp500ciOqM1AtIGGbFcKlPL9dazq1pd3prydFq2hDuYaswe69R\n9hsrbsAUqu0oE03OrQ2MlKTEGtlbpZWBpcJ/fBAh1M1yajxvlpxm4djl9vSE\noZnpEPpan0S7fDJVTkA4/8qnYrcBqZ7FFqsjfAuWc/GLBrFKoLWDbPbzgGEe\nj7js2MLTndcV3uVBFLnXikJ8dojbCcqbFcodt0falvqdYlnDheo7buqgp62J\npCqsNjnkjU0PNAdhZ8GQjQR4AXZPGdbz2X+zl7Ae2EH6Bnm5AUI+8DpR4UwZ\ncYnu\r\n=b9Dt\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "bevryme",
				"email": "us@bevry.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/editions_3.4.0-next.1591776664.7daff9c91440463d71cf78719df0e73deefe5418_1591776665633_0.48738516306757784"
			},
			"_hasShrinkwrap": false
		},
		"3.4.0": {
			"name": "editions",
			"version": "3.4.0",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"edition",
				"editions",
				"es6",
				"es6+",
				"jsnext",
				"node",
				"syntaxes",
				"typed",
				"types",
				"typescript",
				"versions"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"githubsponsors",
					"patreon",
					"flattr",
					"liberapay",
					"buymeacoffee",
					"opencollective",
					"crypto",
					"paypal",
					"wishlist"
				],
				"config": {
					"githubSponsorsUsername": "balupton",
					"buymeacoffeeUsername": "balupton",
					"cryptoURL": "https://bevry.me/crypto",
					"flattrUsername": "balupton",
					"liberapayUsername": "bevry",
					"opencollectiveUsername": "bevry",
					"patreonUsername": "bevry",
					"paypalURL": "https://bevry.me/paypal",
					"wishlistURL": "https://bevry.me/wishlist",
					"travisTLD": "com",
					"githubUsername": "bevry",
					"githubRepository": "editions",
					"githubSlug": "bevry/editions",
					"npmPackageName": "editions"
				}
			},
			"funding": "https://bevry.me/fund",
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"email": "b@lupton.cc",
					"name": "balupton"
				},
				{
					"email": "us@bevry.me",
					"name": "bevryme"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "https://github.com/balupton"
				},
				{
					"name": "Zlatan Vasović",
					"email": "zlatanvasovic@gmail.com",
					"url": "https://github.com/zdroid"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.8"
			},
			"editions": [
				{
					"description": "TypeScript source code with Import for modules",
					"directory": "source",
					"entry": "index.ts",
					"tags": [
						"typescript",
						"import"
					],
					"engines": false
				},
				{
					"description": "TypeScript compiled against ES5 for Node.js with Require for modules",
					"directory": "edition-es5",
					"entry": "index.js",
					"tags": [
						"javascript",
						"es5",
						"require"
					],
					"engines": {
						"node": "10 || 12 || 13 || 14"
					}
				}
			],
			"types": "./compiled-types/",
			"type": "commonjs",
			"main": "edition-es5/index.js",
			"dependencies": {
				"errlop": "^3.3.0",
				"semver": "6.3.0"
			},
			"devDependencies": {
				"@bevry/update-contributors": "^1.8.0",
				"@typescript-eslint/eslint-plugin": "^3.2.0",
				"@typescript-eslint/parser": "^3.2.0",
				"assert-helpers": "^6.7.0",
				"eslint": "^7.2.0",
				"eslint-config-bevry": "^3.7.0",
				"eslint-config-prettier": "^6.11.0",
				"eslint-plugin-prettier": "^3.1.3",
				"kava": "^5.3.0",
				"make-deno-edition": "^0.1.2",
				"prettier": "^2.0.5",
				"projectz": "^2.5.0",
				"surge": "^0.21.3",
				"typedoc": "^0.17.7",
				"typescript": "^3.9.5",
				"valid-directory": "^2.2.0"
			},
			"scripts": {
				"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
				"our:compile": "npm run our:compile:deno && npm run our:compile:edition-es5 && npm run our:compile:types",
				"our:compile:deno": "make-deno-edition --attempt",
				"our:compile:edition-es5": "tsc --module commonjs --target ES5 --outDir ./edition-es5 --project tsconfig.json && ( test ! -d edition-es5/source || ( mv edition-es5/source edition-temp && rm -Rf edition-es5 && mv edition-temp edition-es5 ) )",
				"our:compile:types": "tsc --project tsconfig.json --emitDeclarationOnly --declaration --declarationMap --declarationDir ./compiled-types && ( test ! -d compiled-types/source || ( mv compiled-types/source edition-temp && rm -Rf compiled-types && mv edition-temp compiled-types ) )",
				"our:deploy": "echo no need for this project",
				"our:meta": "npm run our:meta:contributors && npm run our:meta:docs && npm run our:meta:projectz",
				"our:meta:contributors": "update-contributors",
				"our:meta:docs": "npm run our:meta:docs:typedoc",
				"our:meta:docs:typedoc": "rm -Rf ./docs && typedoc --mode file --exclude '**/+(*test*|node_modules)' --excludeExternals --name \"$npm_package_name\" --readme ./README.md --out ./docs ./source",
				"our:meta:projectz": "projectz compile",
				"our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push",
				"our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
				"our:release:check-dirty": "git diff --exit-code",
				"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
				"our:release:push": "git push origin master && git push origin --tags",
				"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
				"our:setup": "npm run our:setup:install",
				"our:setup:install": "npm install",
				"our:test": "npm run our:verify && npm test",
				"our:verify": "npm run our:verify:directory && npm run our:verify:eslint && npm run our:verify:prettier",
				"our:verify:directory": "valid-directory",
				"our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source",
				"our:verify:prettier": "prettier --write .",
				"test": "node ./edition-es5/test.js"
			},
			"eslintConfig": {
				"extends": [
					"bevry"
				]
			},
			"prettier": {
				"semi": false,
				"singleQuote": true
			},
			"boundation": {
				"minimumSupportNodeVersion": "0.8",
				"minimumTestNodeVersion": "10",
				"browser": false,
				"compiler": "typescript",
				"targets": [
					"ES5"
				],
				"versions": {
					"semver": 6
				}
			},
			"gitHead": "7daff9c91440463d71cf78719df0e73deefe5418",
			"_id": "editions@3.4.0",
			"_nodeVersion": "14.4.0",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-zL34x+mfzEIgbbE4WApur4FCN9OxabqdUbHGbWGHlQR6PUJGzWFHXyOHN4H38KPF3zyrNKlBP/IUSwaBITOk6Q==",
				"shasum": "76de80b2426f0035b257001c9360c0d036626b43",
				"tarball": "https://registry.npmjs.org/editions/-/editions-3.4.0.tgz",
				"fileCount": 14,
				"unpackedSize": 60047,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4JXrCRA9TVsSAnZWagAAC5UP/iN4E5MEbvKV7TpxSMRu\npsnSuHJdPX9HbrlwLKm1J+wqlVuEGPMK9vcwj+YjiCMJaRqv7bf//oESd420\n4jhwValCwZFLugPpVMK0vrFsq+m6CmVSSrGzs6CUjrFhsymDkNQcbSDKBbBi\nUzGQNt9+zDTUi+6Dok/HawfXdnYaC6Y4h9q/jWqX37Ey2Eg+20UCrPFccNI1\nhQ6Zge/ry70hHzoXBUAsFYYwOGsnKAIPD5JEh2J29uNpg5LKFdrHw2fic0aR\nkrsGENF8moCULvDUtwIPOwqR7V/Tb+aRsHxbRy0dWvbTA0NC7HdFe9h4nqsf\n+glez+gUFaMlImE3AfjF0HNT8ufAEVAyVvZR/s2VSaTiS5YU0Jn9OLCrT2md\nLq4SG7x63MVtrQ8ObN9kVP9NM/pQVWuFfCyILl0JuFUFKRwy0CcDKHBtw+6g\nlzLjJ2IcQKQCIOJGTHFxRTZcMzlxslDVECEXmDnNpimjFwRpl8E1S09hT88f\nKHg/QRnUeIJwcJMSzjR9e8LOkBrTiz+LtZ5aWyaYTY2RfHD4m4+yT9N8HtoU\nkxQvUjoTWMBSpnDQ8dVSqod5YnCmexEY8keiOw/ef8Tj3JNRTf0+E73MwjdU\nXissiv29E1PYqbYmBvXTw9tcPjv+E4Khqqx5SnhFFCKIWtPXHDJv/LGoUFn3\nCJ9S\r\n=GkyF\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "bevryme",
				"email": "us@bevry.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/editions_3.4.0_1591776747469_0.8659162142872705"
			},
			"_hasShrinkwrap": false
		},
		"3.5.0-next.1591793806.49ddb4978d18a39054725f9b32b0a45517418af6": {
			"name": "editions",
			"version": "3.5.0-next.1591793806.49ddb4978d18a39054725f9b32b0a45517418af6",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"edition",
				"editions",
				"es6",
				"es6+",
				"jsnext",
				"node",
				"syntaxes",
				"typed",
				"types",
				"typescript",
				"versions"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"githubsponsors",
					"patreon",
					"flattr",
					"liberapay",
					"buymeacoffee",
					"opencollective",
					"crypto",
					"paypal",
					"wishlist"
				],
				"config": {
					"githubSponsorsUsername": "balupton",
					"buymeacoffeeUsername": "balupton",
					"cryptoURL": "https://bevry.me/crypto",
					"flattrUsername": "balupton",
					"liberapayUsername": "bevry",
					"opencollectiveUsername": "bevry",
					"patreonUsername": "bevry",
					"paypalURL": "https://bevry.me/paypal",
					"wishlistURL": "https://bevry.me/wishlist",
					"travisTLD": "com",
					"githubUsername": "bevry",
					"githubRepository": "editions",
					"githubSlug": "bevry/editions",
					"npmPackageName": "editions"
				}
			},
			"funding": "https://bevry.me/fund",
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"email": "b@lupton.cc",
					"name": "balupton"
				},
				{
					"email": "us@bevry.me",
					"name": "bevryme"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "https://github.com/balupton"
				},
				{
					"name": "Zlatan Vasović",
					"email": "zlatanvasovic@gmail.com",
					"url": "https://github.com/zdroid"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.8"
			},
			"editions": [
				{
					"description": "TypeScript source code with Import for modules",
					"directory": "source",
					"entry": "index.ts",
					"tags": [
						"typescript",
						"import"
					],
					"engines": false
				},
				{
					"description": "TypeScript compiled against ES5 for Node.js with Require for modules",
					"directory": "edition-es5",
					"entry": "index.js",
					"tags": [
						"javascript",
						"es5",
						"require"
					],
					"engines": {
						"node": "10 || 12 || 13 || 14"
					}
				}
			],
			"types": "./compiled-types/",
			"type": "commonjs",
			"main": "edition-es5/index.js",
			"dependencies": {
				"errlop": "^3.5.0",
				"semver": "6.3.0"
			},
			"devDependencies": {
				"@bevry/update-contributors": "^1.9.0",
				"@typescript-eslint/eslint-plugin": "^3.2.0",
				"@typescript-eslint/parser": "^3.2.0",
				"assert-helpers": "^6.8.0",
				"eslint": "^7.2.0",
				"eslint-config-bevry": "^3.8.0",
				"eslint-config-prettier": "^6.11.0",
				"eslint-plugin-prettier": "^3.1.3",
				"kava": "^5.4.0",
				"make-deno-edition": "^0.2.2",
				"prettier": "^2.0.5",
				"projectz": "^2.6.0",
				"surge": "^0.21.3",
				"typedoc": "^0.17.7",
				"typescript": "^3.9.5",
				"valid-directory": "^2.3.0"
			},
			"scripts": {
				"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
				"our:compile": "npm run our:compile:deno && npm run our:compile:edition-es5 && npm run our:compile:types",
				"our:compile:deno": "make-deno-edition --attempt",
				"our:compile:edition-es5": "tsc --module commonjs --target ES5 --outDir ./edition-es5 --project tsconfig.json && ( test ! -d edition-es5/source || ( mv edition-es5/source edition-temp && rm -Rf edition-es5 && mv edition-temp edition-es5 ) )",
				"our:compile:types": "tsc --project tsconfig.json --emitDeclarationOnly --declaration --declarationMap --declarationDir ./compiled-types && ( test ! -d compiled-types/source || ( mv compiled-types/source edition-temp && rm -Rf compiled-types && mv edition-temp compiled-types ) )",
				"our:deploy": "echo no need for this project",
				"our:meta": "npm run our:meta:contributors && npm run our:meta:docs && npm run our:meta:projectz",
				"our:meta:contributors": "update-contributors",
				"our:meta:docs": "npm run our:meta:docs:typedoc",
				"our:meta:docs:typedoc": "rm -Rf ./docs && typedoc --mode file --exclude '**/+(*test*|node_modules)' --excludeExternals --name \"$npm_package_name\" --readme ./README.md --out ./docs ./source",
				"our:meta:projectz": "projectz compile",
				"our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push",
				"our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
				"our:release:check-dirty": "git diff --exit-code",
				"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
				"our:release:push": "git push origin master && git push origin --tags",
				"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
				"our:setup": "npm run our:setup:install",
				"our:setup:install": "npm install",
				"our:test": "npm run our:verify && npm test",
				"our:verify": "npm run our:verify:directory && npm run our:verify:eslint && npm run our:verify:prettier",
				"our:verify:directory": "valid-directory",
				"our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source",
				"our:verify:prettier": "prettier --write .",
				"test": "node ./edition-es5/test.js"
			},
			"eslintConfig": {
				"extends": [
					"bevry"
				]
			},
			"prettier": {
				"semi": false,
				"singleQuote": true
			},
			"boundation": {
				"minimumSupportNodeVersion": "0.8",
				"minimumTestNodeVersion": "10",
				"browser": false,
				"compiler": "typescript",
				"targets": [
					"ES5"
				],
				"versions": {
					"semver": 6
				}
			},
			"gitHead": "49ddb4978d18a39054725f9b32b0a45517418af6",
			"readmeFilename": "README.md",
			"_id": "editions@3.5.0-next.1591793806.49ddb4978d18a39054725f9b32b0a45517418af6",
			"_nodeVersion": "14.4.0",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-EpdK6gj7QOzV0JmNkWp2oI3NQoD7nnWTk681JzRczRbYwAKfzWV8XlaWar7Q041GUZb0x3ywBONIz28YN0sIlw==",
				"shasum": "89829eba8e7c0fa24b04d29e4320f9e42ed649ab",
				"tarball": "https://registry.npmjs.org/editions/-/editions-3.5.0-next.1591793806.49ddb4978d18a39054725f9b32b0a45517418af6.tgz",
				"fileCount": 15,
				"unpackedSize": 61518,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4NiQCRA9TVsSAnZWagAAKCkQAJsuxvhUaXMI454hjfp4\noc1cUocHuUrCS0w4eiymXChepseLZ/P1Du3B/DoHJAuEcm7p0CGVymu/Dpnw\nhkfsll+GflftP8HfBtNzy3R2LPyEfnRFoJLbiAoAjOV277lii2JtV1Wxcje2\n7CzB3P6xnucUSuVwOfMq3Reg8HZKDrTnXVgudNXmDURnLhkmmpa10J6c8p4M\ngup8LcCvQeH/yPaeTKTgELSVhuOJX/zdIU30y7z5yYF5xvTJOUVJQ9/q39X2\nj6tDkExiTNcYL+0pJ2dmqkkA3MxFZiFMtzhXdwiyyT8GqhnMfghFpBE6EXHx\nYqjC1rhrppPBPr0v/RNVmS81xFY7/+sCPeELt/hsT8pv6CTE7c6vx0toMNcy\nnXhczB/T0gOWsZt1+iwujKvLlXjvhcWq7z7j3NUI2DH4FS2ksDQoEG1Bfn86\nqTyLwSDHaFTNK+hZoSnyZhkJ3om6xVQiSrPYNGgIdM4Y8VBIuX36rTFsl2uc\nwuu20G5JBZKsgggoQFxlToCF4JLPZwf+dH98lEnRok1ELNqu14Yk5F3CBHfw\nZY7eoqBgpVWs6xdqJLShfO34ZvgTvgbZwLU478wUNqJR/BfTWsY3cyyhGqnB\nWGiBaG581j9FbWaQ1O4N3rsRHSLHN9/+n7WMcl4nZwlXkob2kuRBxc6ydLVU\nKQBA\r\n=zZfh\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "bevryme",
				"email": "us@bevry.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/editions_3.5.0-next.1591793806.49ddb4978d18a39054725f9b32b0a45517418af6_1591793807317_0.43895142385311536"
			},
			"_hasShrinkwrap": false
		},
		"3.5.0": {
			"name": "editions",
			"version": "3.5.0",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"edition",
				"editions",
				"es6",
				"es6+",
				"jsnext",
				"node",
				"syntaxes",
				"typed",
				"types",
				"typescript",
				"versions"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"githubsponsors",
					"patreon",
					"flattr",
					"liberapay",
					"buymeacoffee",
					"opencollective",
					"crypto",
					"paypal",
					"wishlist"
				],
				"config": {
					"githubSponsorsUsername": "balupton",
					"buymeacoffeeUsername": "balupton",
					"cryptoURL": "https://bevry.me/crypto",
					"flattrUsername": "balupton",
					"liberapayUsername": "bevry",
					"opencollectiveUsername": "bevry",
					"patreonUsername": "bevry",
					"paypalURL": "https://bevry.me/paypal",
					"wishlistURL": "https://bevry.me/wishlist",
					"travisTLD": "com",
					"githubUsername": "bevry",
					"githubRepository": "editions",
					"githubSlug": "bevry/editions",
					"npmPackageName": "editions"
				}
			},
			"funding": "https://bevry.me/fund",
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"email": "b@lupton.cc",
					"name": "balupton"
				},
				{
					"email": "us@bevry.me",
					"name": "bevryme"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "https://github.com/balupton"
				},
				{
					"name": "Zlatan Vasović",
					"email": "zlatanvasovic@gmail.com",
					"url": "https://github.com/zdroid"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.8"
			},
			"editions": [
				{
					"description": "TypeScript source code with Import for modules",
					"directory": "source",
					"entry": "index.ts",
					"tags": [
						"typescript",
						"import"
					],
					"engines": false
				},
				{
					"description": "TypeScript compiled against ES5 for Node.js with Require for modules",
					"directory": "edition-es5",
					"entry": "index.js",
					"tags": [
						"javascript",
						"es5",
						"require"
					],
					"engines": {
						"node": "10 || 12 || 13 || 14"
					}
				}
			],
			"types": "./compiled-types/",
			"type": "commonjs",
			"main": "edition-es5/index.js",
			"dependencies": {
				"errlop": "^3.5.0",
				"semver": "6.3.0"
			},
			"devDependencies": {
				"@bevry/update-contributors": "^1.9.0",
				"@typescript-eslint/eslint-plugin": "^3.2.0",
				"@typescript-eslint/parser": "^3.2.0",
				"assert-helpers": "^6.8.0",
				"eslint": "^7.2.0",
				"eslint-config-bevry": "^3.8.0",
				"eslint-config-prettier": "^6.11.0",
				"eslint-plugin-prettier": "^3.1.3",
				"kava": "^5.4.0",
				"make-deno-edition": "^0.2.2",
				"prettier": "^2.0.5",
				"projectz": "^2.6.0",
				"surge": "^0.21.3",
				"typedoc": "^0.17.7",
				"typescript": "^3.9.5",
				"valid-directory": "^2.3.0"
			},
			"scripts": {
				"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
				"our:compile": "npm run our:compile:deno && npm run our:compile:edition-es5 && npm run our:compile:types",
				"our:compile:deno": "make-deno-edition --attempt",
				"our:compile:edition-es5": "tsc --module commonjs --target ES5 --outDir ./edition-es5 --project tsconfig.json && ( test ! -d edition-es5/source || ( mv edition-es5/source edition-temp && rm -Rf edition-es5 && mv edition-temp edition-es5 ) )",
				"our:compile:types": "tsc --project tsconfig.json --emitDeclarationOnly --declaration --declarationMap --declarationDir ./compiled-types && ( test ! -d compiled-types/source || ( mv compiled-types/source edition-temp && rm -Rf compiled-types && mv edition-temp compiled-types ) )",
				"our:deploy": "echo no need for this project",
				"our:meta": "npm run our:meta:contributors && npm run our:meta:docs && npm run our:meta:projectz",
				"our:meta:contributors": "update-contributors",
				"our:meta:docs": "npm run our:meta:docs:typedoc",
				"our:meta:docs:typedoc": "rm -Rf ./docs && typedoc --mode file --exclude '**/+(*test*|node_modules)' --excludeExternals --name \"$npm_package_name\" --readme ./README.md --out ./docs ./source",
				"our:meta:projectz": "projectz compile",
				"our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push",
				"our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
				"our:release:check-dirty": "git diff --exit-code",
				"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
				"our:release:push": "git push origin master && git push origin --tags",
				"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
				"our:setup": "npm run our:setup:install",
				"our:setup:install": "npm install",
				"our:test": "npm run our:verify && npm test",
				"our:verify": "npm run our:verify:directory && npm run our:verify:eslint && npm run our:verify:prettier",
				"our:verify:directory": "valid-directory",
				"our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source",
				"our:verify:prettier": "prettier --write .",
				"test": "node ./edition-es5/test.js"
			},
			"eslintConfig": {
				"extends": [
					"bevry"
				]
			},
			"prettier": {
				"semi": false,
				"singleQuote": true
			},
			"boundation": {
				"minimumSupportNodeVersion": "0.8",
				"minimumTestNodeVersion": "10",
				"browser": false,
				"compiler": "typescript",
				"targets": [
					"ES5"
				],
				"versions": {
					"semver": 6
				}
			},
			"gitHead": "49ddb4978d18a39054725f9b32b0a45517418af6",
			"_id": "editions@3.5.0",
			"_nodeVersion": "14.4.0",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-iSTtszoco9ln3m3NdCUXOVBrOTArjWww76RK2o1PK/kCZTKCHH8GtvXYYi2h0/71bbFZncUVGFW54WClijGdVg==",
				"shasum": "11c37f789a5c28fcfcf513a1cc49e7e2c0d31d81",
				"tarball": "https://registry.npmjs.org/editions/-/editions-3.5.0.tgz",
				"fileCount": 15,
				"unpackedSize": 61461,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4NjfCRA9TVsSAnZWagAA8rwP/1bd2jDjZnPTvDyycZk6\nHxttTKlrR9vfJv+VK0MVHbSQyHzY3gMscJvORt9lPxfB6RLvJaru8SUzsSor\nsvL36n+ebpkfWVGGYKTggG8ZSGLUs7njuN4MSHWqQlKGpfvQK2k9zj0Hzd6D\nVHlgj3CnzB8fnZbuRWd5qAwshMNzhtVfxspmlCGw2Jrh7m3Dr+XRDllm1qIl\nIFqz5Xxx6ptC8oks4Gxsb03sD2fg/Ljygt8KTmtH1qSRjG0SS1yKSehC1/SL\nkLJNMYMA6rsFoLFYmZJfN9JTKtmdspzritSKU2FU2YTc+xrBWEbZ6tq3ZKOw\nbtZSRC5I5Vip9FBoR6mC1WKVEWYNX3nlWy77P6z36xeg8Te2P9aFO0eHGxxE\nGGTo3oOn//rj93Wd8wnAzy/Ge4SLAUpi3/8YDYj7pd6WYaLDAU8Wt4Fc4bMy\n3gSEiAFvFE1OA4Y2umnREm2i1ABcBE4byg1lxhk0vS9tNNu7oTZPNvF/XlEw\nKkUzoHpf0bII7Hyc7sq5n5F2wiCcsHA+yrh+P/uD3MsWkjViUhetaiYKQk9b\nWhe8vuet6jyaXe+hqnR3+mWNe0gqNbZU5s80PGhihE8pvJVbUYf+kyYjhEJe\nCOFS412RevtkH7L7EeMwOkZ/CCSVIWODynTtz+77KqS34QyHeTP6wq+Ihe/d\nflr2\r\n=+FMn\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "bevryme",
				"email": "us@bevry.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/editions_3.5.0_1591793886853_0.010530736725839818"
			},
			"_hasShrinkwrap": false
		},
		"3.5.0-next.1592598521.af6c83608a8d55811bb5a533fdc369e3e0d84f78": {
			"name": "editions",
			"version": "3.5.0-next.1592598521.af6c83608a8d55811bb5a533fdc369e3e0d84f78",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"edition",
				"editions",
				"es6",
				"es6+",
				"jsnext",
				"node",
				"syntaxes",
				"typed",
				"types",
				"typescript",
				"versions"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"githubsponsors",
					"patreon",
					"flattr",
					"liberapay",
					"buymeacoffee",
					"opencollective",
					"crypto",
					"paypal",
					"wishlist"
				],
				"config": {
					"githubSponsorsUsername": "balupton",
					"buymeacoffeeUsername": "balupton",
					"cryptoURL": "https://bevry.me/crypto",
					"flattrUsername": "balupton",
					"liberapayUsername": "bevry",
					"opencollectiveUsername": "bevry",
					"patreonUsername": "bevry",
					"paypalURL": "https://bevry.me/paypal",
					"wishlistURL": "https://bevry.me/wishlist",
					"travisTLD": "com",
					"githubUsername": "bevry",
					"githubRepository": "editions",
					"githubSlug": "bevry/editions",
					"npmPackageName": "editions"
				}
			},
			"funding": "https://bevry.me/fund",
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"email": "b@lupton.cc",
					"name": "balupton"
				},
				{
					"email": "us@bevry.me",
					"name": "bevryme"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "https://github.com/balupton"
				},
				{
					"name": "Zlatan Vasović",
					"email": "zlatanvasovic@gmail.com",
					"url": "https://github.com/zdroid"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.8"
			},
			"editions": [
				{
					"description": "TypeScript source code with Import for modules",
					"directory": "source",
					"entry": "index.ts",
					"tags": [
						"typescript",
						"import"
					],
					"engines": false
				},
				{
					"description": "TypeScript compiled against ES5 for Node.js with Require for modules",
					"directory": "edition-es5",
					"entry": "index.js",
					"tags": [
						"javascript",
						"es5",
						"require"
					],
					"engines": {
						"node": "10 || 12 || 13 || 14"
					}
				}
			],
			"types": "./compiled-types/",
			"type": "commonjs",
			"main": "edition-es5/index.js",
			"dependencies": {
				"errlop": "^3.5.0",
				"semver": "6.3.0"
			},
			"devDependencies": {
				"@bevry/update-contributors": "^1.9.0",
				"@typescript-eslint/eslint-plugin": "^3.2.0",
				"@typescript-eslint/parser": "^3.2.0",
				"assert-helpers": "^6.8.0",
				"eslint": "^7.2.0",
				"eslint-config-bevry": "^3.8.0",
				"eslint-config-prettier": "^6.11.0",
				"eslint-plugin-prettier": "^3.1.3",
				"kava": "^5.4.0",
				"make-deno-edition": "^0.2.2",
				"prettier": "^2.0.5",
				"projectz": "^2.6.0",
				"surge": "^0.21.3",
				"typedoc": "^0.17.7",
				"typescript": "^3.9.5",
				"valid-directory": "^2.3.0"
			},
			"scripts": {
				"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
				"our:compile": "npm run our:compile:deno && npm run our:compile:edition-es5 && npm run our:compile:types",
				"our:compile:deno": "make-deno-edition --attempt",
				"our:compile:edition-es5": "tsc --module commonjs --target ES5 --outDir ./edition-es5 --project tsconfig.json && ( test ! -d edition-es5/source || ( mv edition-es5/source edition-temp && rm -Rf edition-es5 && mv edition-temp edition-es5 ) )",
				"our:compile:types": "tsc --project tsconfig.json --emitDeclarationOnly --declaration --declarationMap --declarationDir ./compiled-types && ( test ! -d compiled-types/source || ( mv compiled-types/source edition-temp && rm -Rf compiled-types && mv edition-temp compiled-types ) )",
				"our:deploy": "echo no need for this project",
				"our:meta": "npm run our:meta:contributors && npm run our:meta:docs && npm run our:meta:projectz",
				"our:meta:contributors": "update-contributors",
				"our:meta:docs": "npm run our:meta:docs:typedoc",
				"our:meta:docs:typedoc": "rm -Rf ./docs && typedoc --mode file --exclude '**/+(*test*|node_modules)' --excludeExternals --name \"$npm_package_name\" --readme ./README.md --out ./docs ./source",
				"our:meta:projectz": "projectz compile",
				"our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push",
				"our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
				"our:release:check-dirty": "git diff --exit-code",
				"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
				"our:release:push": "git push origin master && git push origin --tags",
				"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
				"our:setup": "npm run our:setup:install",
				"our:setup:install": "npm install",
				"our:test": "npm run our:verify && npm test",
				"our:verify": "npm run our:verify:directory && npm run our:verify:eslint && npm run our:verify:prettier",
				"our:verify:directory": "valid-directory",
				"our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source",
				"our:verify:prettier": "prettier --write .",
				"test": "node ./edition-es5/test.js"
			},
			"eslintConfig": {
				"extends": [
					"bevry"
				]
			},
			"prettier": {
				"semi": false,
				"singleQuote": true
			},
			"boundation": {
				"minimumSupportNodeVersion": "0.8",
				"minimumTestNodeVersion": "10",
				"browser": false,
				"compiler": "typescript",
				"targets": [
					"ES5"
				],
				"versions": {
					"semver": 6
				}
			},
			"gitHead": "af6c83608a8d55811bb5a533fdc369e3e0d84f78",
			"readmeFilename": "README.md",
			"_id": "editions@3.5.0-next.1592598521.af6c83608a8d55811bb5a533fdc369e3e0d84f78",
			"_nodeVersion": "14.4.0",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-jDM736bnDjuVkVtz4V23JMrHkzPZ/ALWkX3y1RYkvZHDodGvSU1yb78raNcY8ynzx4uOHu/wmGqWiGrDp5FfHQ==",
				"shasum": "36ef6ebcb6fff7ce71497649600f93b91875c6ab",
				"tarball": "https://registry.npmjs.org/editions/-/editions-3.5.0-next.1592598521.af6c83608a8d55811bb5a533fdc369e3e0d84f78.tgz",
				"fileCount": 15,
				"unpackedSize": 61470,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe7R/6CRA9TVsSAnZWagAAtewP/iQl++hKPl4QDGCb8zfG\nrtQg3BjsA1lOlBCazEboKb0Uj04AAgswfkJGBqEKkvWkriskh4KUpD958YvU\nWPu4R32EsoluctI50oSSHz+5sIO6euCg4h0pghZFr1vx0iGx0KY+ud1eRjZV\nR81iqtwr680tsv73ze0rFcvPhtZQNGEfAmi1FxX2I3xQweMy7MSar1DUvJkL\nXPvVghmUpHtk1WlUQ3wacMzc5z1TOY4p5T4fG/4gDyZzQTR1AjcgS/dTHWvQ\nJRzXK0IiuERoht+T0KPK4smTjKP1QUczVArOkU7jVVpwU9zDkRvPuTNuJUN7\ndSh9TzmCKwkFGzz+vaN3qB8Lkai8FNDrW/DhywVhCHgsLx4l42VR8zc8PU32\n3hfeMDO0Ihrqtgzq+wAMNa7WS8Iwv+tQHEoZsCTfeR4rzQEnfx7rod84YHy2\niFaG19IMBip6YSg4npWyRfEZ4U19a2dtXaUqe5Bl3Oo67/Ok6vWh5SzUG1dR\n0UVn7lEaxu8ngrZNfieUApat4g/jDHfKDTyUpzP3OBIP3/+RBU/AQjYHW+Sj\n2WYDWkBL5Pt78fPy2ySFETetSSKc8oe3WwTCeMWIRCjfdcr5jKuBNaSSDj64\nLIjZTP8fCRyGHh1a9GUg2Mmr6JsDyVuzGQxCX7K/wY0mlvxeWUe+pWG1LLPB\nZsXQ\r\n=4q9M\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "bevryme",
				"email": "us@bevry.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/editions_3.5.0-next.1592598521.af6c83608a8d55811bb5a533fdc369e3e0d84f78_1592598522220_0.635414583538271"
			},
			"_hasShrinkwrap": false
		},
		"3.6.0-next.1592602418.9ceff6f234a0a687f693521dbd022a641dfa0624": {
			"name": "editions",
			"version": "3.6.0-next.1592602418.9ceff6f234a0a687f693521dbd022a641dfa0624",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"edition",
				"editions",
				"es6",
				"es6+",
				"jsnext",
				"node",
				"syntaxes",
				"typed",
				"types",
				"typescript",
				"versions"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"githubsponsors",
					"patreon",
					"flattr",
					"liberapay",
					"buymeacoffee",
					"opencollective",
					"crypto",
					"paypal",
					"wishlist"
				],
				"config": {
					"githubSponsorsUsername": "balupton",
					"buymeacoffeeUsername": "balupton",
					"cryptoURL": "https://bevry.me/crypto",
					"flattrUsername": "balupton",
					"liberapayUsername": "bevry",
					"opencollectiveUsername": "bevry",
					"patreonUsername": "bevry",
					"paypalURL": "https://bevry.me/paypal",
					"wishlistURL": "https://bevry.me/wishlist",
					"travisTLD": "com",
					"githubUsername": "bevry",
					"githubRepository": "editions",
					"githubSlug": "bevry/editions",
					"npmPackageName": "editions"
				}
			},
			"funding": "https://bevry.me/fund",
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"email": "b@lupton.cc",
					"name": "balupton"
				},
				{
					"email": "us@bevry.me",
					"name": "bevryme"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "https://github.com/balupton"
				},
				{
					"name": "Zlatan Vasović",
					"email": "zlatanvasovic@gmail.com",
					"url": "https://github.com/zdroid"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.8"
			},
			"editions": [
				{
					"description": "TypeScript source code with Import for modules",
					"directory": "source",
					"entry": "index.ts",
					"tags": [
						"typescript",
						"import"
					],
					"engines": false
				},
				{
					"description": "TypeScript compiled against ES5 for Node.js with Require for modules",
					"directory": "edition-es5",
					"entry": "index.js",
					"tags": [
						"javascript",
						"es5",
						"require"
					],
					"engines": {
						"node": "10 || 12 || 13 || 14"
					}
				}
			],
			"types": "./compiled-types/",
			"type": "commonjs",
			"main": "edition-es5/index.js",
			"dependencies": {
				"errlop": "^3.6.0",
				"semver": "6.3.0",
				"@bevry/update-contributors": "^1.10.0",
				"@typescript-eslint/eslint-plugin": "^3.3.0",
				"@typescript-eslint/parser": "^3.3.0",
				"assert-helpers": "^6.8.0",
				"eslint": "^7.3.0",
				"eslint-config-bevry": "^3.9.0",
				"eslint-config-prettier": "^6.11.0",
				"eslint-plugin-prettier": "^3.1.4",
				"kava": "^5.5.0",
				"make-deno-edition": "^0.6.1",
				"prettier": "^2.0.5",
				"projectz": "^2.7.0",
				"surge": "^0.21.3",
				"typedoc": "^0.17.7",
				"typescript": "^3.9.5",
				"valid-directory": "^2.4.0"
			},
			"devDependencies": {
				"@bevry/update-contributors": "^1.10.0",
				"@typescript-eslint/eslint-plugin": "^3.3.0",
				"@typescript-eslint/parser": "^3.3.0",
				"assert-helpers": "^6.8.0",
				"eslint": "^7.3.0",
				"eslint-config-bevry": "^3.9.0",
				"eslint-config-prettier": "^6.11.0",
				"eslint-plugin-prettier": "^3.1.4",
				"kava": "^5.5.0",
				"make-deno-edition": "^0.6.1",
				"prettier": "^2.0.5",
				"projectz": "^2.7.0",
				"surge": "^0.21.3",
				"typedoc": "^0.17.7",
				"typescript": "^3.9.5",
				"valid-directory": "^2.4.0"
			},
			"scripts": {
				"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
				"our:compile": "npm run our:compile:deno && npm run our:compile:edition-es5 && npm run our:compile:types",
				"our:compile:deno": "make-deno-edition --attempt",
				"our:compile:edition-es5": "tsc --module commonjs --target ES5 --outDir ./edition-es5 --project tsconfig.json && ( test ! -d edition-es5/source || ( mv edition-es5/source edition-temp && rm -Rf edition-es5 && mv edition-temp edition-es5 ) )",
				"our:compile:types": "tsc --project tsconfig.json --emitDeclarationOnly --declaration --declarationMap --declarationDir ./compiled-types && ( test ! -d compiled-types/source || ( mv compiled-types/source edition-temp && rm -Rf compiled-types && mv edition-temp compiled-types ) )",
				"our:deploy": "echo no need for this project",
				"our:meta": "npm run our:meta:contributors && npm run our:meta:docs && npm run our:meta:projectz",
				"our:meta:contributors": "update-contributors",
				"our:meta:docs": "npm run our:meta:docs:typedoc",
				"our:meta:docs:typedoc": "rm -Rf ./docs && typedoc --mode file --exclude '**/+(*test*|node_modules)' --excludeExternals --name \"$npm_package_name\" --readme ./README.md --out ./docs ./source",
				"our:meta:projectz": "projectz compile",
				"our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push",
				"our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
				"our:release:check-dirty": "git diff --exit-code",
				"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
				"our:release:push": "git push origin master && git push origin --tags",
				"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
				"our:setup": "npm run our:setup:install",
				"our:setup:install": "npm install",
				"our:test": "npm run our:verify && npm test",
				"our:verify": "npm run our:verify:directory && npm run our:verify:eslint && npm run our:verify:prettier",
				"our:verify:directory": "valid-directory",
				"our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source",
				"our:verify:prettier": "prettier --write .",
				"test": "node ./edition-es5/test.js"
			},
			"eslintConfig": {
				"extends": [
					"bevry"
				]
			},
			"prettier": {
				"semi": false,
				"singleQuote": true
			},
			"boundation": {
				"minimumSupportNodeVersion": "0.8",
				"minimumTestNodeVersion": "10",
				"browser": false,
				"compiler": "typescript",
				"targets": [
					"ES5"
				],
				"versions": {
					"semver": 6
				}
			},
			"gitHead": "9ceff6f234a0a687f693521dbd022a641dfa0624",
			"readmeFilename": "README.md",
			"_id": "editions@3.6.0-next.1592602418.9ceff6f234a0a687f693521dbd022a641dfa0624",
			"_nodeVersion": "14.4.0",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-fHvp2r/K1gNFXcf83aMgWAcF0KNvgcVX1omaGYhJpD5v4tP/bUyGfavMxhpxdBNbz9lWgJ2KF/7wEyOiG71Ybw==",
				"shasum": "31a532c452ac53709356d599ad0c0162c00d431f",
				"tarball": "https://registry.npmjs.org/editions/-/editions-3.6.0-next.1592602418.9ceff6f234a0a687f693521dbd022a641dfa0624.tgz",
				"fileCount": 14,
				"unpackedSize": 60977,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe7S80CRA9TVsSAnZWagAAH+UP/2cIuowHgT/W3nofBEJs\nzWBkcBaDYy4TfiktJW9Ljdi1ER2dv3+strRYTpl+LOkOB4IgWiJpljJEmxEE\n3dWcmq27ST117qCcRnsm1L7JCfwlP3f7VTnDFxF+x6nssGihg3UzsVdSBdF+\n9CUiDGgXpQd1+SBeBk0nJb3zRJKXWAGMbtltYr3T07zUA5kR5QOVh7f1xrVh\nzqIytu+Zy4QQpj0JN6N0J9rddlrtzTwOqsBzpQn0p//gZxF7+PowibOvPo/Z\nXa3NOvzpzVlOI41QW/8A+aIL9k8Xc8x8FvmstXOWz+rhhT1X2aK3wjS1l0pF\nJE1OV52i876H1cuHyq38edqxoS8nJebsIfqVVmNgI+4tP5LkRLty1me4jlvp\nXvlVDiXJb/p6RvwaukqqQhXalLMoK2FuUz3789yGvwGuiUW35171rmVTKgIa\ny7W1t/fDOAEklppJniZ+LiDx8GNE737Qkb3BVKASpqQrTmmTnVXBriad5YBF\nYXNTvMUJCuSuVYubFHFcgwwKeKutgh7DoF/TcswChWnoxTfhmN8MPMBMJgMY\nHs710bCVz++EHvzs7CNBDu4NGLRfH/CgELbpIimPHJZ3Vw+nATUfueVYJ1Wg\nZyTbtVPb2I4ndJUO6AkD+bA7g/8PYmezg023roBQjEUOOVeVNHf8DMxGc0ya\nZbX1\r\n=ndrt\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "bevryme",
				"email": "us@bevry.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/editions_3.6.0-next.1592602418.9ceff6f234a0a687f693521dbd022a641dfa0624_1592602419553_0.678075965038395"
			},
			"_hasShrinkwrap": false
		},
		"3.6.0": {
			"name": "editions",
			"version": "3.6.0",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"edition",
				"editions",
				"es6",
				"es6+",
				"jsnext",
				"node",
				"syntaxes",
				"typed",
				"types",
				"typescript",
				"versions"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"githubsponsors",
					"patreon",
					"flattr",
					"liberapay",
					"buymeacoffee",
					"opencollective",
					"crypto",
					"paypal",
					"wishlist"
				],
				"config": {
					"githubSponsorsUsername": "balupton",
					"buymeacoffeeUsername": "balupton",
					"cryptoURL": "https://bevry.me/crypto",
					"flattrUsername": "balupton",
					"liberapayUsername": "bevry",
					"opencollectiveUsername": "bevry",
					"patreonUsername": "bevry",
					"paypalURL": "https://bevry.me/paypal",
					"wishlistURL": "https://bevry.me/wishlist",
					"travisTLD": "com",
					"githubUsername": "bevry",
					"githubRepository": "editions",
					"githubSlug": "bevry/editions",
					"npmPackageName": "editions"
				}
			},
			"funding": "https://bevry.me/fund",
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"email": "b@lupton.cc",
					"name": "balupton"
				},
				{
					"email": "us@bevry.me",
					"name": "bevryme"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "https://github.com/balupton"
				},
				{
					"name": "Zlatan Vasović",
					"email": "zlatanvasovic@gmail.com",
					"url": "https://github.com/zdroid"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.8"
			},
			"editions": [
				{
					"description": "TypeScript source code with Import for modules",
					"directory": "source",
					"entry": "index.ts",
					"tags": [
						"typescript",
						"import"
					],
					"engines": false
				},
				{
					"description": "TypeScript compiled against ES5 for Node.js with Require for modules",
					"directory": "edition-es5",
					"entry": "index.js",
					"tags": [
						"javascript",
						"es5",
						"require"
					],
					"engines": {
						"node": "10 || 12 || 13 || 14"
					}
				}
			],
			"types": "./compiled-types/",
			"type": "commonjs",
			"main": "edition-es5/index.js",
			"dependencies": {
				"errlop": "^3.6.0",
				"semver": "6.3.0",
				"@bevry/update-contributors": "^1.10.0",
				"@typescript-eslint/eslint-plugin": "^3.3.0",
				"@typescript-eslint/parser": "^3.3.0",
				"assert-helpers": "^6.8.0",
				"eslint": "^7.3.0",
				"eslint-config-bevry": "^3.9.0",
				"eslint-config-prettier": "^6.11.0",
				"eslint-plugin-prettier": "^3.1.4",
				"kava": "^5.5.0",
				"make-deno-edition": "^0.6.1",
				"prettier": "^2.0.5",
				"projectz": "^2.7.0",
				"surge": "^0.21.3",
				"typedoc": "^0.17.7",
				"typescript": "^3.9.5",
				"valid-directory": "^2.4.0"
			},
			"devDependencies": {
				"@bevry/update-contributors": "^1.10.0",
				"@typescript-eslint/eslint-plugin": "^3.3.0",
				"@typescript-eslint/parser": "^3.3.0",
				"assert-helpers": "^6.8.0",
				"eslint": "^7.3.0",
				"eslint-config-bevry": "^3.9.0",
				"eslint-config-prettier": "^6.11.0",
				"eslint-plugin-prettier": "^3.1.4",
				"kava": "^5.5.0",
				"make-deno-edition": "^0.6.1",
				"prettier": "^2.0.5",
				"projectz": "^2.7.0",
				"surge": "^0.21.3",
				"typedoc": "^0.17.7",
				"typescript": "^3.9.5",
				"valid-directory": "^2.4.0"
			},
			"scripts": {
				"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
				"our:compile": "npm run our:compile:deno && npm run our:compile:edition-es5 && npm run our:compile:types",
				"our:compile:deno": "make-deno-edition --attempt",
				"our:compile:edition-es5": "tsc --module commonjs --target ES5 --outDir ./edition-es5 --project tsconfig.json && ( test ! -d edition-es5/source || ( mv edition-es5/source edition-temp && rm -Rf edition-es5 && mv edition-temp edition-es5 ) )",
				"our:compile:types": "tsc --project tsconfig.json --emitDeclarationOnly --declaration --declarationMap --declarationDir ./compiled-types && ( test ! -d compiled-types/source || ( mv compiled-types/source edition-temp && rm -Rf compiled-types && mv edition-temp compiled-types ) )",
				"our:deploy": "echo no need for this project",
				"our:meta": "npm run our:meta:contributors && npm run our:meta:docs && npm run our:meta:projectz",
				"our:meta:contributors": "update-contributors",
				"our:meta:docs": "npm run our:meta:docs:typedoc",
				"our:meta:docs:typedoc": "rm -Rf ./docs && typedoc --mode file --exclude '**/+(*test*|node_modules)' --excludeExternals --name \"$npm_package_name\" --readme ./README.md --out ./docs ./source",
				"our:meta:projectz": "projectz compile",
				"our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push",
				"our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
				"our:release:check-dirty": "git diff --exit-code",
				"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
				"our:release:push": "git push origin master && git push origin --tags",
				"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
				"our:setup": "npm run our:setup:install",
				"our:setup:install": "npm install",
				"our:test": "npm run our:verify && npm test",
				"our:verify": "npm run our:verify:directory && npm run our:verify:eslint && npm run our:verify:prettier",
				"our:verify:directory": "valid-directory",
				"our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source",
				"our:verify:prettier": "prettier --write .",
				"test": "node ./edition-es5/test.js"
			},
			"eslintConfig": {
				"extends": [
					"bevry"
				]
			},
			"prettier": {
				"semi": false,
				"singleQuote": true
			},
			"boundation": {
				"minimumSupportNodeVersion": "0.8",
				"minimumTestNodeVersion": "10",
				"browser": false,
				"compiler": "typescript",
				"targets": [
					"ES5"
				],
				"versions": {
					"semver": 6
				}
			},
			"gitHead": "9ceff6f234a0a687f693521dbd022a641dfa0624",
			"_id": "editions@3.6.0",
			"_nodeVersion": "14.4.0",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-ZAJNKBllO7Rd5jwkla8sCAtk0uZZKCip8EqAML7yBSrckAzl96EalbPsYGwHla8rMhb4KkokSwCiU8LQyc8RtQ==",
				"shasum": "35f3b8f4f9c896fb57d4314bf8755455896d4f4c",
				"tarball": "https://registry.npmjs.org/editions/-/editions-3.6.0.tgz",
				"fileCount": 14,
				"unpackedSize": 60920,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe7S9+CRA9TVsSAnZWagAA4ZIP+QBARvxh6XU8ummmvgKV\ngjriUkokBNdjJRsmnlIwwoB4+PGD3uI6S8roHDtUegYaCOBfVarcJLRBSaHn\n0LBnpEf644xnCtwvpdMrCPGGAEYbCFqFSju0umS/jIoX8IqVng+MBc0rHH6Y\nOZvwDOm2aACkT3UA3yKnzxfQKeZAqttTNQykcmii3y6eeUgXDNd7Tgm7vb08\nwE5wbmhvAB6JrInsDO88wqh8aQ4Ef1mwn/tYSa5qFByoUllQmM0qfzDkwLv8\n50OEHqmoGuqIvilIhZf1TOsAROHY6DObTo2l1c2Lq3JGp1+iLg5T6hfHuRPh\nZT0UaT+IT5+SjiP8fZUH5X8JMmILKqs1CQ8bw02FlKOTk4x8ukbW4awAP5p6\nS9+q6HsB09NQverzz3wOuVkfxJAwkmsi4ZycqRmV4wIYjnhBjALWBPnR/ae0\nwrdtDHsoCk8LL+fEtX8WsbjralmC6bZASurMMOGqnbfeaJFWzY1C4VcY/Bwj\nOoionMv0cxmXPekwmGfa6uSRQIl97Iw7eLUzTDpg87bmyynAE1y01hNFAb3B\nOLSUkTQQcC1hkzM7Ui+qlsRDP1GnpdibnmMkDi61pEkf5HCH39bbUVdM5ZDT\nZqIqBJwKCozTDOZDkPmoqr2ltSj7If/v0lGsIVowzeRliDeE3kIHbBEZTjRk\nsHo4\r\n=0LQQ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "bevryme",
				"email": "us@bevry.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/editions_3.6.0_1592602493783_0.14936124154075658"
			},
			"_hasShrinkwrap": false
		},
		"3.7.0-next.1592607332.9baa610a5205e7b76254227ece1bf7931afc70a2": {
			"name": "editions",
			"version": "3.7.0-next.1592607332.9baa610a5205e7b76254227ece1bf7931afc70a2",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"edition",
				"editions",
				"es6",
				"es6+",
				"jsnext",
				"node",
				"syntaxes",
				"typed",
				"types",
				"typescript",
				"versions"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"githubsponsors",
					"patreon",
					"flattr",
					"liberapay",
					"buymeacoffee",
					"opencollective",
					"crypto",
					"paypal",
					"wishlist"
				],
				"config": {
					"githubSponsorsUsername": "balupton",
					"buymeacoffeeUsername": "balupton",
					"cryptoURL": "https://bevry.me/crypto",
					"flattrUsername": "balupton",
					"liberapayUsername": "bevry",
					"opencollectiveUsername": "bevry",
					"patreonUsername": "bevry",
					"paypalURL": "https://bevry.me/paypal",
					"wishlistURL": "https://bevry.me/wishlist",
					"travisTLD": "com",
					"githubUsername": "bevry",
					"githubRepository": "editions",
					"githubSlug": "bevry/editions",
					"npmPackageName": "editions"
				}
			},
			"funding": "https://bevry.me/fund",
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"email": "b@lupton.cc",
					"name": "balupton"
				},
				{
					"email": "us@bevry.me",
					"name": "bevryme"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "https://github.com/balupton"
				},
				{
					"name": "Zlatan Vasović",
					"email": "zlatanvasovic@gmail.com",
					"url": "https://github.com/zdroid"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.8"
			},
			"editions": [
				{
					"description": "TypeScript source code with Import for modules",
					"directory": "source",
					"entry": "index.ts",
					"tags": [
						"typescript",
						"import"
					],
					"engines": false
				},
				{
					"description": "TypeScript compiled against ES5 for Node.js with Require for modules",
					"directory": "edition-es5",
					"entry": "index.js",
					"tags": [
						"javascript",
						"es5",
						"require"
					],
					"engines": {
						"node": "10 || 12 || 13 || 14"
					}
				}
			],
			"types": "./compiled-types/",
			"type": "commonjs",
			"main": "edition-es5/index.js",
			"dependencies": {
				"errlop": "^3.6.0",
				"semver": "6.3.0",
				"@bevry/update-contributors": "^1.10.0",
				"@typescript-eslint/eslint-plugin": "^3.3.0",
				"@typescript-eslint/parser": "^3.3.0",
				"assert-helpers": "^6.10.0",
				"eslint": "^7.3.0",
				"eslint-config-bevry": "^3.9.0",
				"eslint-config-prettier": "^6.11.0",
				"eslint-plugin-prettier": "^3.1.4",
				"kava": "^5.5.0",
				"make-deno-edition": "^0.7.0",
				"prettier": "^2.0.5",
				"projectz": "^2.7.0",
				"surge": "^0.21.3",
				"typedoc": "^0.17.7",
				"typescript": "^3.9.5",
				"valid-directory": "^2.4.0"
			},
			"devDependencies": {
				"@bevry/update-contributors": "^1.10.0",
				"@typescript-eslint/eslint-plugin": "^3.3.0",
				"@typescript-eslint/parser": "^3.3.0",
				"assert-helpers": "^6.10.0",
				"eslint": "^7.3.0",
				"eslint-config-bevry": "^3.9.0",
				"eslint-config-prettier": "^6.11.0",
				"eslint-plugin-prettier": "^3.1.4",
				"kava": "^5.5.0",
				"make-deno-edition": "^0.7.0",
				"prettier": "^2.0.5",
				"projectz": "^2.7.0",
				"surge": "^0.21.3",
				"typedoc": "^0.17.7",
				"typescript": "^3.9.5",
				"valid-directory": "^2.4.0"
			},
			"scripts": {
				"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
				"our:compile": "npm run our:compile:deno && npm run our:compile:edition-es5 && npm run our:compile:types",
				"our:compile:deno": "make-deno-edition --attempt",
				"our:compile:edition-es5": "tsc --module commonjs --target ES5 --outDir ./edition-es5 --project tsconfig.json && ( test ! -d edition-es5/source || ( mv edition-es5/source edition-temp && rm -Rf edition-es5 && mv edition-temp edition-es5 ) )",
				"our:compile:types": "tsc --project tsconfig.json --emitDeclarationOnly --declaration --declarationMap --declarationDir ./compiled-types && ( test ! -d compiled-types/source || ( mv compiled-types/source edition-temp && rm -Rf compiled-types && mv edition-temp compiled-types ) )",
				"our:deploy": "echo no need for this project",
				"our:meta": "npm run our:meta:contributors && npm run our:meta:docs && npm run our:meta:projectz",
				"our:meta:contributors": "update-contributors",
				"our:meta:docs": "npm run our:meta:docs:typedoc",
				"our:meta:docs:typedoc": "rm -Rf ./docs && typedoc --mode file --exclude '**/+(*test*|node_modules)' --excludeExternals --name \"$npm_package_name\" --readme ./README.md --out ./docs ./source",
				"our:meta:projectz": "projectz compile",
				"our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push",
				"our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
				"our:release:check-dirty": "git diff --exit-code",
				"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
				"our:release:push": "git push origin master && git push origin --tags",
				"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
				"our:setup": "npm run our:setup:install",
				"our:setup:install": "npm install",
				"our:test": "npm run our:verify && npm test",
				"our:verify": "npm run our:verify:directory && npm run our:verify:eslint && npm run our:verify:prettier",
				"our:verify:directory": "valid-directory",
				"our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source",
				"our:verify:prettier": "prettier --write .",
				"test": "node ./edition-es5/test.js"
			},
			"eslintConfig": {
				"extends": [
					"bevry"
				]
			},
			"prettier": {
				"semi": false,
				"singleQuote": true
			},
			"boundation": {
				"minimumSupportNodeVersion": "0.8",
				"minimumTestNodeVersion": "10",
				"browser": false,
				"compiler": "typescript",
				"targets": [
					"ES5"
				],
				"versions": {
					"semver": 6
				}
			},
			"gitHead": "9baa610a5205e7b76254227ece1bf7931afc70a2",
			"readmeFilename": "README.md",
			"_id": "editions@3.7.0-next.1592607332.9baa610a5205e7b76254227ece1bf7931afc70a2",
			"_nodeVersion": "14.4.0",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-OxAChmVhb5cC0aBvjNLGFcFKj0M5eMj6I8NxYnuADY0bVk9rB1SXKrjWdsS13kpkwHIpz2eZGL/2yca7kJBYGA==",
				"shasum": "547c7f66553334ba11e04b7679efec9c6b53ab0a",
				"tarball": "https://registry.npmjs.org/editions/-/editions-3.7.0-next.1592607332.9baa610a5205e7b76254227ece1bf7931afc70a2.tgz",
				"fileCount": 13,
				"unpackedSize": 60904,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe7UJmCRA9TVsSAnZWagAAPE0P/RVfRr0LuunnOW0V0UBN\n3kD8PDRIv0mpIrUnj8h8ioigBcQvAU1DB7dEuU9inDaJgkjZWEkTiXHiMUcp\n9dv4649PUxGc2ntWF2uLcUCtueSt0gQwrDZbnFarG19SIanS8DpLK/Ll3Ntx\nrYKpGxQ2F/gME4L3vSlzDbYlZjRCbuJAa3c0PxIRi9qRy8cfms25gfBi+qym\nXTQx+2l1JkaTkHgL7c+U5xOQ4Z+QeMKntuWKMcCo1re8tpXQsvCqFbEvo221\nxQPkwq+DylugChuN8Z5Ro34GQaBQdA1RFztbFSnKh9a8FnTQ6bmCJEhWrLwr\nusMQh55IqrPuuJLKkN0xlx6QGlYvnL9ygjQvMWWue6xoRCP4vozvbSNJvNnw\nRSLD8+7jwg4lzxh7DVhhX9Cq7rxUTCF3QlvX88TP2ljrsaWIkYBZzIk1OJay\na7oXws4ZUagoP/DsgzqBZcodPpuHEORvCv1VEFtERN2Mk+xfJKgvkP2a1ah6\nk3QiO3ozpAGNdoAMLGXARV0MLmMFhhw1Zb+QLWZ5l0TQYysgczXtbPeCdbgM\nAcMl/9s1lx3X94hh7C8yx2YkC80b+WHX1ocxkyR2LWK0LpNHY4xCckl39EO1\nTXf3GKAomTxR0FtuecLUyqnv1YKm1DvUcaIx5Zf+G/zRtkBNSdyDWsP3R10Q\n2Ic8\r\n=/J8h\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "bevryme",
				"email": "us@bevry.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/editions_3.7.0-next.1592607332.9baa610a5205e7b76254227ece1bf7931afc70a2_1592607334202_0.4230707000516192"
			},
			"_hasShrinkwrap": false
		},
		"3.7.0": {
			"name": "editions",
			"version": "3.7.0",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"edition",
				"editions",
				"es6",
				"es6+",
				"jsnext",
				"node",
				"syntaxes",
				"typed",
				"types",
				"typescript",
				"versions"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"githubsponsors",
					"patreon",
					"flattr",
					"liberapay",
					"buymeacoffee",
					"opencollective",
					"crypto",
					"paypal",
					"wishlist"
				],
				"config": {
					"githubSponsorsUsername": "balupton",
					"buymeacoffeeUsername": "balupton",
					"cryptoURL": "https://bevry.me/crypto",
					"flattrUsername": "balupton",
					"liberapayUsername": "bevry",
					"opencollectiveUsername": "bevry",
					"patreonUsername": "bevry",
					"paypalURL": "https://bevry.me/paypal",
					"wishlistURL": "https://bevry.me/wishlist",
					"travisTLD": "com",
					"githubUsername": "bevry",
					"githubRepository": "editions",
					"githubSlug": "bevry/editions",
					"npmPackageName": "editions"
				}
			},
			"funding": "https://bevry.me/fund",
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"email": "b@lupton.cc",
					"name": "balupton"
				},
				{
					"email": "us@bevry.me",
					"name": "bevryme"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "https://github.com/balupton"
				},
				{
					"name": "Zlatan Vasović",
					"email": "zlatanvasovic@gmail.com",
					"url": "https://github.com/zdroid"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.8"
			},
			"editions": [
				{
					"description": "TypeScript source code with Import for modules",
					"directory": "source",
					"entry": "index.ts",
					"tags": [
						"typescript",
						"import"
					],
					"engines": false
				},
				{
					"description": "TypeScript compiled against ES5 for Node.js with Require for modules",
					"directory": "edition-es5",
					"entry": "index.js",
					"tags": [
						"javascript",
						"es5",
						"require"
					],
					"engines": {
						"node": "10 || 12 || 13 || 14"
					}
				}
			],
			"types": "./compiled-types/",
			"type": "commonjs",
			"main": "edition-es5/index.js",
			"dependencies": {
				"errlop": "^3.6.0",
				"semver": "6.3.0",
				"@bevry/update-contributors": "^1.10.0",
				"@typescript-eslint/eslint-plugin": "^3.3.0",
				"@typescript-eslint/parser": "^3.3.0",
				"assert-helpers": "^6.10.0",
				"eslint": "^7.3.0",
				"eslint-config-bevry": "^3.9.0",
				"eslint-config-prettier": "^6.11.0",
				"eslint-plugin-prettier": "^3.1.4",
				"kava": "^5.5.0",
				"make-deno-edition": "^0.7.0",
				"prettier": "^2.0.5",
				"projectz": "^2.7.0",
				"surge": "^0.21.3",
				"typedoc": "^0.17.7",
				"typescript": "^3.9.5",
				"valid-directory": "^2.4.0"
			},
			"devDependencies": {
				"@bevry/update-contributors": "^1.10.0",
				"@typescript-eslint/eslint-plugin": "^3.3.0",
				"@typescript-eslint/parser": "^3.3.0",
				"assert-helpers": "^6.10.0",
				"eslint": "^7.3.0",
				"eslint-config-bevry": "^3.9.0",
				"eslint-config-prettier": "^6.11.0",
				"eslint-plugin-prettier": "^3.1.4",
				"kava": "^5.5.0",
				"make-deno-edition": "^0.7.0",
				"prettier": "^2.0.5",
				"projectz": "^2.7.0",
				"surge": "^0.21.3",
				"typedoc": "^0.17.7",
				"typescript": "^3.9.5",
				"valid-directory": "^2.4.0"
			},
			"scripts": {
				"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
				"our:compile": "npm run our:compile:deno && npm run our:compile:edition-es5 && npm run our:compile:types",
				"our:compile:deno": "make-deno-edition --attempt",
				"our:compile:edition-es5": "tsc --module commonjs --target ES5 --outDir ./edition-es5 --project tsconfig.json && ( test ! -d edition-es5/source || ( mv edition-es5/source edition-temp && rm -Rf edition-es5 && mv edition-temp edition-es5 ) )",
				"our:compile:types": "tsc --project tsconfig.json --emitDeclarationOnly --declaration --declarationMap --declarationDir ./compiled-types && ( test ! -d compiled-types/source || ( mv compiled-types/source edition-temp && rm -Rf compiled-types && mv edition-temp compiled-types ) )",
				"our:deploy": "echo no need for this project",
				"our:meta": "npm run our:meta:contributors && npm run our:meta:docs && npm run our:meta:projectz",
				"our:meta:contributors": "update-contributors",
				"our:meta:docs": "npm run our:meta:docs:typedoc",
				"our:meta:docs:typedoc": "rm -Rf ./docs && typedoc --mode file --exclude '**/+(*test*|node_modules)' --excludeExternals --name \"$npm_package_name\" --readme ./README.md --out ./docs ./source",
				"our:meta:projectz": "projectz compile",
				"our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push",
				"our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
				"our:release:check-dirty": "git diff --exit-code",
				"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
				"our:release:push": "git push origin master && git push origin --tags",
				"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
				"our:setup": "npm run our:setup:install",
				"our:setup:install": "npm install",
				"our:test": "npm run our:verify && npm test",
				"our:verify": "npm run our:verify:directory && npm run our:verify:eslint && npm run our:verify:prettier",
				"our:verify:directory": "valid-directory",
				"our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source",
				"our:verify:prettier": "prettier --write .",
				"test": "node ./edition-es5/test.js"
			},
			"eslintConfig": {
				"extends": [
					"bevry"
				]
			},
			"prettier": {
				"semi": false,
				"singleQuote": true
			},
			"boundation": {
				"minimumSupportNodeVersion": "0.8",
				"minimumTestNodeVersion": "10",
				"browser": false,
				"compiler": "typescript",
				"targets": [
					"ES5"
				],
				"versions": {
					"semver": 6
				}
			},
			"gitHead": "9baa610a5205e7b76254227ece1bf7931afc70a2",
			"_id": "editions@3.7.0",
			"_nodeVersion": "14.4.0",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-RSPhxvD6EhllkWKwZxv6yZbFtcaeDNIcqfCuwor5Vmt98XOWJdQoyvjElo2lF98/n3u8Ybill2expsjy+LfQnA==",
				"shasum": "4f5da4c07b4fe328661d09a25c0e571efb1abcd6",
				"tarball": "https://registry.npmjs.org/editions/-/editions-3.7.0.tgz",
				"fileCount": 13,
				"unpackedSize": 60847,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe7UK1CRA9TVsSAnZWagAA0dQP/iKNY7YKNjHnETfOLt/y\nQXfBc6qY//cSJH+QlT6lxpazz6uhT80TpO14gmgtpF3J8a4PeHstvmrsi6x1\nrf+noUO6PzFh6SsxhY7Nm3Bslyuf5WTt2InJUgxXjI84rWyOOg1NnoiZ3Noj\nh6PZbCdhG0V64yvm2/c97gKi6o7YJEjcyKJcxL9YJSzNfj51wGGc336Hp4+8\nm2+rDzJBupmYvajUslTVK8dr+XQvWv1KqUd9FOn6XaY06JqpBCiDOHGcBvo9\n+x7THvYHcAnCkrDPGUfjA08ictip+2l59JNs9gz22lvb5JHFhTnvbw70/aEs\n57lNqkQWoHPswpy2KaUNGipVD3tI+b4lW3mzA+Iw9pS2THJog1h0ZgqSl/4a\nNkYCi+mWNWHEVd3ZoY2rNKHgxpRlaw22ye9XG6l/8Qh9zA2kieKI1/eAt4Y1\nRVXW5EVNAR/JPaWaH9lD9hJjQ2XqMecfZR65ZlNaKgkNXqco4x20GeZbvs57\ny+oXQR7ObXwU9uRQ7vzQmvvydkak9TkzQBtQJP4hOBxke+A9LS9Xq+++0glO\nAEZllPPJV90QtoZlxbbDdgSiBPhxeumFQ96SgsXzmTJBMV9mKzx8XAz1CxYn\nOZ92llmTrxG70FeZx8zKWRNCwFX2tln1Ci9F2223v6sZ6uubUKrGfOnbpZEo\nebm3\r\n=zQZk\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "bevryme",
				"email": "us@bevry.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/editions_3.7.0_1592607412997_0.6623595868734107"
			},
			"_hasShrinkwrap": false
		},
		"3.8.0-next.1592691317.e683f5c268efa5e0ec93eaf6553e48de70abef59": {
			"name": "editions",
			"version": "3.8.0-next.1592691317.e683f5c268efa5e0ec93eaf6553e48de70abef59",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"edition",
				"editions",
				"es6",
				"es6+",
				"jsnext",
				"node",
				"syntaxes",
				"typed",
				"types",
				"typescript",
				"versions"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"githubsponsors",
					"patreon",
					"flattr",
					"liberapay",
					"buymeacoffee",
					"opencollective",
					"crypto",
					"paypal",
					"wishlist"
				],
				"config": {
					"githubSponsorsUsername": "balupton",
					"buymeacoffeeUsername": "balupton",
					"cryptoURL": "https://bevry.me/crypto",
					"flattrUsername": "balupton",
					"liberapayUsername": "bevry",
					"opencollectiveUsername": "bevry",
					"patreonUsername": "bevry",
					"paypalURL": "https://bevry.me/paypal",
					"wishlistURL": "https://bevry.me/wishlist",
					"travisTLD": "com",
					"githubUsername": "bevry",
					"githubRepository": "editions",
					"githubSlug": "bevry/editions",
					"npmPackageName": "editions"
				}
			},
			"funding": "https://bevry.me/fund",
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"email": "b@lupton.cc",
					"name": "balupton"
				},
				{
					"email": "us@bevry.me",
					"name": "bevryme"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "https://github.com/balupton"
				},
				{
					"name": "Zlatan Vasović",
					"email": "zlatanvasovic@gmail.com",
					"url": "https://github.com/zdroid"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.8"
			},
			"editions": [
				{
					"description": "TypeScript source code with Import for modules",
					"directory": "source",
					"entry": "index.ts",
					"tags": [
						"typescript",
						"import"
					],
					"engines": false
				},
				{
					"description": "TypeScript compiled against ES5 for Node.js with Require for modules",
					"directory": "edition-es5",
					"entry": "index.js",
					"tags": [
						"javascript",
						"es5",
						"require"
					],
					"engines": {
						"node": "10 || 12 || 13 || 14"
					}
				}
			],
			"types": "./compiled-types/",
			"type": "commonjs",
			"main": "edition-es5/index.js",
			"dependencies": {
				"errlop": "3.5.0",
				"semver": "6"
			},
			"devDependencies": {
				"@bevry/update-contributors": "1.9.0",
				"@typescript-eslint/eslint-plugin": "^3.3.0",
				"@typescript-eslint/parser": "^3.3.0",
				"assert-helpers": "6.8.0",
				"eslint": "^7.3.0",
				"eslint-config-bevry": "3.8.0",
				"eslint-config-prettier": "^6.7.0",
				"eslint-plugin-prettier": "^3.1.4",
				"kava": "5.4.0",
				"make-deno-edition": "0.9.1",
				"prettier": "^2.0.5",
				"projectz": "2.5.0",
				"surge": "^0.21.3",
				"typedoc": "^0.17.7",
				"typescript": "^3.9.5",
				"valid-directory": "2.2.0"
			},
			"scripts": {
				"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
				"our:compile": "yarn run our:compile:deno && yarn run our:compile:edition-es5 && yarn run our:compile:types",
				"our:compile:deno": "make-deno-edition --attempt",
				"our:compile:edition-es5": "tsc --module commonjs --target ES5 --outDir ./edition-es5 --project tsconfig.json && ( test ! -d edition-es5/source || ( mv edition-es5/source edition-temp && rm -Rf edition-es5 && mv edition-temp edition-es5 ) )",
				"our:compile:types": "tsc --project tsconfig.json --emitDeclarationOnly --declaration --declarationMap --declarationDir ./compiled-types && ( test ! -d compiled-types/source || ( mv compiled-types/source edition-temp && rm -Rf compiled-types && mv edition-temp compiled-types ) )",
				"our:deploy": "echo no need for this project",
				"our:meta": "yarn run our:meta:contributors && yarn run our:meta:docs && yarn run our:meta:projectz",
				"our:meta:contributors": "update-contributors",
				"our:meta:docs": "yarn run our:meta:docs:typedoc",
				"our:meta:docs:typedoc": "rm -Rf ./docs && typedoc --mode file --exclude '**/+(*test*|node_modules)' --excludeExternals --name \"$npm_package_name\" --readme ./README.md --out ./docs ./source",
				"our:meta:projectz": "projectz compile",
				"our:release": "yarn run our:release:prepare && yarn run our:release:check-changelog && yarn run our:release:check-dirty && yarn run our:release:tag && yarn run our:release:push",
				"our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
				"our:release:check-dirty": "git diff --exit-code",
				"our:release:prepare": "yarn run our:clean && yarn run our:compile && yarn run our:test && yarn run our:meta",
				"our:release:push": "git push origin master && git push origin --tags",
				"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
				"our:setup": "yarn run our:setup:install",
				"our:setup:install": "yarn install --ignore-engines",
				"our:test": "yarn run our:verify && yarn test",
				"our:verify": "yarn run our:verify:directory && yarn run our:verify:eslint && yarn run our:verify:prettier",
				"our:verify:directory": "valid-directory",
				"our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source",
				"our:verify:prettier": "prettier --write .",
				"test": "node ./edition-es5/test.js"
			},
			"eslintConfig": {
				"extends": [
					"bevry"
				]
			},
			"prettier": {
				"semi": false,
				"singleQuote": true
			},
			"boundation": {
				"minimumSupportNodeVersion": "0.8",
				"minimumTestNodeVersion": "10",
				"browser": false,
				"compiler": "typescript",
				"targets": [
					"ES5"
				],
				"versions": {
					"semver": 6
				}
			},
			"gitHead": "e683f5c268efa5e0ec93eaf6553e48de70abef59",
			"readmeFilename": "README.md",
			"_id": "editions@3.8.0-next.1592691317.e683f5c268efa5e0ec93eaf6553e48de70abef59",
			"_nodeVersion": "14.4.0",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-SxhtaikPCQ0+50uTV1wcY/QvlsA96hQ6cpd4j5Ym+ina9fnbwKfe3cPJDVzNEyBQ/S2KI3xOoHakXrDYs50rFw==",
				"shasum": "cf0e11f81bc3649b0d8d05218a71af832f9235e1",
				"tarball": "https://registry.npmjs.org/editions/-/editions-3.8.0-next.1592691317.e683f5c268efa5e0ec93eaf6553e48de70abef59.tgz",
				"fileCount": 13,
				"unpackedSize": 60590,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe7op2CRA9TVsSAnZWagAAMZcP+wa4k4lcWBQ2S7LGtyXA\nSCxUzBwdhQOT+ItQAuZPElqLXwA48w2xjjryjTTYJaQIljT96tozYa7K0T7y\nLEkOkYzqdxfb0bWKgbN3zt9MZdmCmL1C2Yos9jeJvT896rekUg+ait84pqBE\nILO9HSQpi11tjxEk1TYXCieXl51ME8pHvqExktV5Cp/xiBntLvipAR+uzKja\n00erZ1PZi0URBbQQUc0upWEDT6fJI7uJVcdE1jGrvJg4jtl+Fy5JtLKfm9oM\nPbGTUjYYRG+m75u+ZXdZ5kz9RQj7kmVheQL4vlH1yNxKup7K41/wAOcu2wkv\n6rkG1tyEMBN/YdE02r2rMMtHX1kMVXAqUOJiO6XUQ/yMyqHO2dPnuEiTNyP0\nLAgfYn23IjEhE9bkPpUjLB/kT2nTXMnlfbAnUedBm4KkmyImFU9MNk9iZbYM\nu5iisTNqQQjbKA5X+DVz7zD/3gIHL59H3uQE1gHpxORldmSmL7A/fNVpk7Yb\nDEp5JLi341kHlLGHBSC1hUgdG1UcMu0fjQ39LcC3UcsYWVn7E2RczRfTs8vk\nGrYAoLM0BX2EiIfv6Uvj7CstRxccmh1kO4am+tw7vwwPulqKuzoFepEZKiSG\n1C75OT2I+W80lDpAyV2Nats6BGlTD9cWj+VzIWODSr2x1HLEEQJk+/08cFU3\nYSFG\r\n=VVn4\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "bevryme",
				"email": "us@bevry.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/editions_3.8.0-next.1592691317.e683f5c268efa5e0ec93eaf6553e48de70abef59_1592691318300_0.24103619962598843"
			},
			"_hasShrinkwrap": false
		},
		"3.8.0": {
			"name": "editions",
			"version": "3.8.0",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"edition",
				"editions",
				"es6",
				"es6+",
				"jsnext",
				"node",
				"syntaxes",
				"typed",
				"types",
				"typescript",
				"versions"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"githubsponsors",
					"patreon",
					"flattr",
					"liberapay",
					"buymeacoffee",
					"opencollective",
					"crypto",
					"paypal",
					"wishlist"
				],
				"config": {
					"githubSponsorsUsername": "balupton",
					"buymeacoffeeUsername": "balupton",
					"cryptoURL": "https://bevry.me/crypto",
					"flattrUsername": "balupton",
					"liberapayUsername": "bevry",
					"opencollectiveUsername": "bevry",
					"patreonUsername": "bevry",
					"paypalURL": "https://bevry.me/paypal",
					"wishlistURL": "https://bevry.me/wishlist",
					"travisTLD": "com",
					"githubUsername": "bevry",
					"githubRepository": "editions",
					"githubSlug": "bevry/editions",
					"npmPackageName": "editions"
				}
			},
			"funding": "https://bevry.me/fund",
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"email": "b@lupton.cc",
					"name": "balupton"
				},
				{
					"email": "us@bevry.me",
					"name": "bevryme"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "https://github.com/balupton"
				},
				{
					"name": "Zlatan Vasović",
					"email": "zlatanvasovic@gmail.com",
					"url": "https://github.com/zdroid"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.8"
			},
			"editions": [
				{
					"description": "TypeScript source code with Import for modules",
					"directory": "source",
					"entry": "index.ts",
					"tags": [
						"typescript",
						"import"
					],
					"engines": false
				},
				{
					"description": "TypeScript compiled against ES5 for Node.js with Require for modules",
					"directory": "edition-es5",
					"entry": "index.js",
					"tags": [
						"javascript",
						"es5",
						"require"
					],
					"engines": {
						"node": "10 || 12 || 13 || 14"
					}
				}
			],
			"types": "./compiled-types/",
			"type": "commonjs",
			"main": "edition-es5/index.js",
			"dependencies": {
				"errlop": "3.5.0",
				"semver": "6"
			},
			"devDependencies": {
				"@bevry/update-contributors": "1.9.0",
				"@typescript-eslint/eslint-plugin": "^3.3.0",
				"@typescript-eslint/parser": "^3.3.0",
				"assert-helpers": "6.8.0",
				"eslint": "^7.3.0",
				"eslint-config-bevry": "3.8.0",
				"eslint-config-prettier": "^6.7.0",
				"eslint-plugin-prettier": "^3.1.4",
				"kava": "5.4.0",
				"make-deno-edition": "0.9.1",
				"prettier": "^2.0.5",
				"projectz": "2.5.0",
				"surge": "^0.21.3",
				"typedoc": "^0.17.7",
				"typescript": "^3.9.5",
				"valid-directory": "2.2.0"
			},
			"scripts": {
				"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
				"our:compile": "yarn run our:compile:deno && yarn run our:compile:edition-es5 && yarn run our:compile:types",
				"our:compile:deno": "make-deno-edition --attempt",
				"our:compile:edition-es5": "tsc --module commonjs --target ES5 --outDir ./edition-es5 --project tsconfig.json && ( test ! -d edition-es5/source || ( mv edition-es5/source edition-temp && rm -Rf edition-es5 && mv edition-temp edition-es5 ) )",
				"our:compile:types": "tsc --project tsconfig.json --emitDeclarationOnly --declaration --declarationMap --declarationDir ./compiled-types && ( test ! -d compiled-types/source || ( mv compiled-types/source edition-temp && rm -Rf compiled-types && mv edition-temp compiled-types ) )",
				"our:deploy": "echo no need for this project",
				"our:meta": "yarn run our:meta:contributors && yarn run our:meta:docs && yarn run our:meta:projectz",
				"our:meta:contributors": "update-contributors",
				"our:meta:docs": "yarn run our:meta:docs:typedoc",
				"our:meta:docs:typedoc": "rm -Rf ./docs && typedoc --mode file --exclude '**/+(*test*|node_modules)' --excludeExternals --name \"$npm_package_name\" --readme ./README.md --out ./docs ./source",
				"our:meta:projectz": "projectz compile",
				"our:release": "yarn run our:release:prepare && yarn run our:release:check-changelog && yarn run our:release:check-dirty && yarn run our:release:tag && yarn run our:release:push",
				"our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
				"our:release:check-dirty": "git diff --exit-code",
				"our:release:prepare": "yarn run our:clean && yarn run our:compile && yarn run our:test && yarn run our:meta",
				"our:release:push": "git push origin master && git push origin --tags",
				"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
				"our:setup": "yarn run our:setup:install",
				"our:setup:install": "yarn install --ignore-engines",
				"our:test": "yarn run our:verify && yarn test",
				"our:verify": "yarn run our:verify:directory && yarn run our:verify:eslint && yarn run our:verify:prettier",
				"our:verify:directory": "valid-directory",
				"our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source",
				"our:verify:prettier": "prettier --write .",
				"test": "node ./edition-es5/test.js"
			},
			"eslintConfig": {
				"extends": [
					"bevry"
				]
			},
			"prettier": {
				"semi": false,
				"singleQuote": true
			},
			"boundation": {
				"minimumSupportNodeVersion": "0.8",
				"minimumTestNodeVersion": "10",
				"browser": false,
				"compiler": "typescript",
				"targets": [
					"ES5"
				],
				"versions": {
					"semver": 6
				}
			},
			"gitHead": "e683f5c268efa5e0ec93eaf6553e48de70abef59",
			"_id": "editions@3.8.0",
			"_nodeVersion": "14.4.0",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-S+Rh0VfbZBzl4JrUm1oc5bxIcrHSJu3a2E+LXfoQFGFbDcjc0yOs7Eyh6PbO2NxwGXeZeshwRVTdrHSDmmfIPw==",
				"shasum": "3cb9ed892b6e7429a185a5b75b9a163db9123c04",
				"tarball": "https://registry.npmjs.org/editions/-/editions-3.8.0.tgz",
				"fileCount": 13,
				"unpackedSize": 60533,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe7oq+CRA9TVsSAnZWagAA7qYP/0UnYpFclB2FDVXqkOW/\nqW2wl4G9AlR7b47Z7LLf2y7pVwFkqtW1DZR1F+YH4+vm2UEHpldV5Zy8KI2P\nIjXA/V4PpJpvfgIugHYMVEHjuvwLnZLJ+3AJV9ySI2PBfPwZyhpSM8csk8cy\nf6r70RAUb628Gcj9abPZKi/UgLbDnMcQUKvhI5GNpcY5Z7sP5P+SazcOZTxW\nDI5Ps9JTguVqiBiUoRdKoOq0/sb6BU6EUuVmcMJwEa9bkk8W8L5Dgj7dTGsg\nwBETL27Q6mEgb5Wy1vAaOMyqFm5vPhKnV6XV29c25XS6vVEN/vqa3UoO5csq\nXMxID4b4O/NOD0KYfw8jDkUi9D3HXU2byxhYJT66u3ZNVfveh6KQHwpQhueK\n/kL7+Y9jFm7S6w/L3wElxIv9ftKjgJsg7PNOtjHC5q1ygmlNL1Ug+6bnt0pH\nSHUdcBDLlSQuscXEL9+2JDgRzPLm5l4sYdYjFMhxPpaf+JDfy3n1RnMiqkrx\neNXIHjJM7RhPeeib7zcPnQ5UVPEBGw34Xxb0SBIDO2VArxkOWV32KlXv4HMd\nISqGgGa/cm87tfEMSr9mSgOsaWUUq9iVnre44suUXC+5O/fsp1Zq/b+F+4BC\nsS/h29L21gbXiH7FZcivNpLu5dwR++AGYPt7nnArT+EKfC8zpLL92J6+QBPK\nDNsq\r\n=dP65\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "bevryme",
				"email": "us@bevry.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/editions_3.8.0_1592691390484_0.8810141917211944"
			},
			"_hasShrinkwrap": false
		},
		"3.9.0-next.1592738844.49f61296b3c84fd4e0bc63d9041f1cc304ad4ec8": {
			"name": "editions",
			"version": "3.9.0-next.1592738844.49f61296b3c84fd4e0bc63d9041f1cc304ad4ec8",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"edition",
				"editions",
				"es6",
				"es6+",
				"jsnext",
				"node",
				"syntaxes",
				"typed",
				"types",
				"typescript",
				"versions"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"githubsponsors",
					"patreon",
					"flattr",
					"liberapay",
					"buymeacoffee",
					"opencollective",
					"crypto",
					"paypal",
					"wishlist"
				],
				"config": {
					"githubSponsorsUsername": "balupton",
					"buymeacoffeeUsername": "balupton",
					"cryptoURL": "https://bevry.me/crypto",
					"flattrUsername": "balupton",
					"liberapayUsername": "bevry",
					"opencollectiveUsername": "bevry",
					"patreonUsername": "bevry",
					"paypalURL": "https://bevry.me/paypal",
					"wishlistURL": "https://bevry.me/wishlist",
					"travisTLD": "com",
					"githubUsername": "bevry",
					"githubRepository": "editions",
					"githubSlug": "bevry/editions",
					"npmPackageName": "editions"
				}
			},
			"funding": "https://bevry.me/fund",
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"email": "b@lupton.cc",
					"name": "balupton"
				},
				{
					"email": "us@bevry.me",
					"name": "bevryme"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "https://github.com/balupton"
				},
				{
					"name": "Zlatan Vasović",
					"email": "zlatanvasovic@gmail.com",
					"url": "https://github.com/zdroid"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.8"
			},
			"editions": [
				{
					"description": "TypeScript source code with Import for modules",
					"directory": "source",
					"entry": "index.ts",
					"tags": [
						"typescript",
						"import"
					],
					"engines": false
				},
				{
					"description": "TypeScript compiled against ES5 for Node.js with Require for modules",
					"directory": "edition-es5",
					"entry": "index.js",
					"tags": [
						"javascript",
						"es5",
						"require"
					],
					"engines": {
						"node": "10 || 12 || 13 || 14"
					}
				}
			],
			"types": "./compiled-types/",
			"type": "commonjs",
			"main": "edition-es5/index.js",
			"dependencies": {
				"errlop": "3.5.0",
				"semver": "6"
			},
			"devDependencies": {
				"@bevry/update-contributors": "^1.9.0",
				"@typescript-eslint/eslint-plugin": "^3.3.0",
				"@typescript-eslint/parser": "^3.3.0",
				"assert-helpers": "^6.8.0",
				"eslint": "^7.3.0",
				"eslint-config-bevry": "^3.8.0",
				"eslint-config-prettier": "^6.7.0",
				"eslint-plugin-prettier": "^3.1.4",
				"kava": "^5.7.0",
				"make-deno-edition": "^0.9.1",
				"prettier": "^2.0.5",
				"projectz": "^2.9.0",
				"surge": "^0.21.3",
				"typedoc": "^0.17.7",
				"typescript": "^3.9.5",
				"valid-directory": "^2.5.0"
			},
			"scripts": {
				"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
				"our:compile": "yarn run our:compile:deno && yarn run our:compile:edition-es5 && yarn run our:compile:types",
				"our:compile:deno": "make-deno-edition --attempt",
				"our:compile:edition-es5": "tsc --module commonjs --target ES5 --outDir ./edition-es5 --project tsconfig.json && ( test ! -d edition-es5/source || ( mv edition-es5/source edition-temp && rm -Rf edition-es5 && mv edition-temp edition-es5 ) )",
				"our:compile:types": "tsc --project tsconfig.json --emitDeclarationOnly --declaration --declarationMap --declarationDir ./compiled-types && ( test ! -d compiled-types/source || ( mv compiled-types/source edition-temp && rm -Rf compiled-types && mv edition-temp compiled-types ) )",
				"our:deploy": "echo no need for this project",
				"our:meta": "yarn run our:meta:contributors && yarn run our:meta:docs && yarn run our:meta:projectz",
				"our:meta:contributors": "update-contributors",
				"our:meta:docs": "yarn run our:meta:docs:typedoc",
				"our:meta:docs:typedoc": "rm -Rf ./docs && typedoc --mode file --exclude '**/+(*test*|node_modules)' --excludeExternals --name \"$npm_package_name\" --readme ./README.md --out ./docs ./source",
				"our:meta:projectz": "projectz compile",
				"our:release": "yarn run our:release:prepare && yarn run our:release:check-changelog && yarn run our:release:check-dirty && yarn run our:release:tag && yarn run our:release:push",
				"our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
				"our:release:check-dirty": "git diff --exit-code",
				"our:release:prepare": "yarn run our:clean && yarn run our:compile && yarn run our:test && yarn run our:meta",
				"our:release:push": "git push origin master && git push origin --tags",
				"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
				"our:setup": "yarn run our:setup:install",
				"our:setup:install": "yarn install --ignore-engines",
				"our:test": "yarn run our:verify && yarn test",
				"our:verify": "yarn run our:verify:directory && yarn run our:verify:eslint && yarn run our:verify:prettier",
				"our:verify:directory": "valid-directory",
				"our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source",
				"our:verify:prettier": "prettier --write .",
				"test": "node ./edition-es5/test.js"
			},
			"eslintConfig": {
				"extends": [
					"bevry"
				]
			},
			"prettier": {
				"semi": false,
				"singleQuote": true
			},
			"boundation": {
				"minimumSupportNodeVersion": "0.8",
				"minimumTestNodeVersion": "10",
				"browser": false,
				"compiler": "typescript",
				"targets": [
					"ES5"
				],
				"versions": {
					"semver": 6
				}
			},
			"gitHead": "49f61296b3c84fd4e0bc63d9041f1cc304ad4ec8",
			"readmeFilename": "README.md",
			"_id": "editions@3.9.0-next.1592738844.49f61296b3c84fd4e0bc63d9041f1cc304ad4ec8",
			"_nodeVersion": "14.4.0",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-CItA98m/mkoH92fqMk3zga4vsFInkGm+iJmmRnL81mkk0kQwd42SC9OzlSS7EkcHLo+X6WS53t28go1ghNQyHQ==",
				"shasum": "82f45e797dac823e8ca36a413c32e738fbd4a3e1",
				"tarball": "https://registry.npmjs.org/editions/-/editions-3.9.0-next.1592738844.49f61296b3c84fd4e0bc63d9041f1cc304ad4ec8.tgz",
				"fileCount": 13,
				"unpackedSize": 60791,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe70QeCRA9TVsSAnZWagAAvkUP/A5DXhwhDIasxribwhJ7\nVg/Sfq60qJmBHDtksJUrRy9RLGBvRA2BWnUchNqyNd59lPcZlPWYhuHsQAQ7\ncUNOMn3y82DXt1Vyzx9kowzx88KKl6cc+kgjUZFGOeGbVDxdWyUIVwX9MHts\nI/rb0rpfM1vp92F+dLeEYRnPHT2z+mHpzaUmCElO5fdC8ZuXAxzsg9Gkdndm\nK14apGGjrxFM5+lUif+K4irKsa9nXYXtpgYFsCBksk8T5phBoZS6ShqOfmwn\nLFoMSMdKV2m+nZ6z7Ojq7jEDhXkAkIYT3PbxjsAURAsXhyO4qfak+4JQJ1tV\nqdrYT8l7W52NtWZ4Xbt2Dn+sQg6yaGfP9wdaF25n7V30SlhQoyWk6WhybfUX\nAVVEiAd/2tJZaPyXJEL8MgBgkmzxudP73q3dArr/YTt5otNhPPqXcjQOOCVi\nCBDdabSFTp0xsYdFaMEtPxWmDxFR83Sl1rJAoeP0Fpi5h4CUesmP/EO6BwZX\nde8UnmqO0+4ah5iKypXW5qpuxcFTsDBctVlrWT2TbkuK445dtxxCv7AUI+is\nsSTcrH1m483Niya08xU3VcWK1PyDTWAxumU76/CKrMMrFj2Free5JgryJpWq\nNgAKkKT3wrfk0Lzc8rGue6mDd7m12LmEco5nHmK2jegfYvFE5OMj876968p+\nRN2k\r\n=Xji4\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "bevryme",
				"email": "us@bevry.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/editions_3.9.0-next.1592738844.49f61296b3c84fd4e0bc63d9041f1cc304ad4ec8_1592738846127_0.06694928080444118"
			},
			"_hasShrinkwrap": false
		},
		"3.9.0": {
			"name": "editions",
			"version": "3.9.0",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"edition",
				"editions",
				"es6",
				"es6+",
				"jsnext",
				"node",
				"syntaxes",
				"typed",
				"types",
				"typescript",
				"versions"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"githubsponsors",
					"patreon",
					"flattr",
					"liberapay",
					"buymeacoffee",
					"opencollective",
					"crypto",
					"paypal",
					"wishlist"
				],
				"config": {
					"githubSponsorsUsername": "balupton",
					"buymeacoffeeUsername": "balupton",
					"cryptoURL": "https://bevry.me/crypto",
					"flattrUsername": "balupton",
					"liberapayUsername": "bevry",
					"opencollectiveUsername": "bevry",
					"patreonUsername": "bevry",
					"paypalURL": "https://bevry.me/paypal",
					"wishlistURL": "https://bevry.me/wishlist",
					"travisTLD": "com",
					"githubUsername": "bevry",
					"githubRepository": "editions",
					"githubSlug": "bevry/editions",
					"npmPackageName": "editions"
				}
			},
			"funding": "https://bevry.me/fund",
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"email": "b@lupton.cc",
					"name": "balupton"
				},
				{
					"email": "us@bevry.me",
					"name": "bevryme"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "https://github.com/balupton"
				},
				{
					"name": "Zlatan Vasović",
					"email": "zlatanvasovic@gmail.com",
					"url": "https://github.com/zdroid"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.8"
			},
			"editions": [
				{
					"description": "TypeScript source code with Import for modules",
					"directory": "source",
					"entry": "index.ts",
					"tags": [
						"typescript",
						"import"
					],
					"engines": false
				},
				{
					"description": "TypeScript compiled against ES5 for Node.js with Require for modules",
					"directory": "edition-es5",
					"entry": "index.js",
					"tags": [
						"javascript",
						"es5",
						"require"
					],
					"engines": {
						"node": "10 || 12 || 13 || 14"
					}
				}
			],
			"types": "./compiled-types/",
			"type": "commonjs",
			"main": "edition-es5/index.js",
			"dependencies": {
				"errlop": "3.5.0",
				"semver": "6"
			},
			"devDependencies": {
				"@bevry/update-contributors": "^1.9.0",
				"@typescript-eslint/eslint-plugin": "^3.3.0",
				"@typescript-eslint/parser": "^3.3.0",
				"assert-helpers": "^6.8.0",
				"eslint": "^7.3.0",
				"eslint-config-bevry": "^3.8.0",
				"eslint-config-prettier": "^6.7.0",
				"eslint-plugin-prettier": "^3.1.4",
				"kava": "^5.7.0",
				"make-deno-edition": "^0.9.1",
				"prettier": "^2.0.5",
				"projectz": "^2.9.0",
				"surge": "^0.21.3",
				"typedoc": "^0.17.7",
				"typescript": "^3.9.5",
				"valid-directory": "^2.5.0"
			},
			"scripts": {
				"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
				"our:compile": "yarn run our:compile:deno && yarn run our:compile:edition-es5 && yarn run our:compile:types",
				"our:compile:deno": "make-deno-edition --attempt",
				"our:compile:edition-es5": "tsc --module commonjs --target ES5 --outDir ./edition-es5 --project tsconfig.json && ( test ! -d edition-es5/source || ( mv edition-es5/source edition-temp && rm -Rf edition-es5 && mv edition-temp edition-es5 ) )",
				"our:compile:types": "tsc --project tsconfig.json --emitDeclarationOnly --declaration --declarationMap --declarationDir ./compiled-types && ( test ! -d compiled-types/source || ( mv compiled-types/source edition-temp && rm -Rf compiled-types && mv edition-temp compiled-types ) )",
				"our:deploy": "echo no need for this project",
				"our:meta": "yarn run our:meta:contributors && yarn run our:meta:docs && yarn run our:meta:projectz",
				"our:meta:contributors": "update-contributors",
				"our:meta:docs": "yarn run our:meta:docs:typedoc",
				"our:meta:docs:typedoc": "rm -Rf ./docs && typedoc --mode file --exclude '**/+(*test*|node_modules)' --excludeExternals --name \"$npm_package_name\" --readme ./README.md --out ./docs ./source",
				"our:meta:projectz": "projectz compile",
				"our:release": "yarn run our:release:prepare && yarn run our:release:check-changelog && yarn run our:release:check-dirty && yarn run our:release:tag && yarn run our:release:push",
				"our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
				"our:release:check-dirty": "git diff --exit-code",
				"our:release:prepare": "yarn run our:clean && yarn run our:compile && yarn run our:test && yarn run our:meta",
				"our:release:push": "git push origin master && git push origin --tags",
				"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
				"our:setup": "yarn run our:setup:install",
				"our:setup:install": "yarn install --ignore-engines",
				"our:test": "yarn run our:verify && yarn test",
				"our:verify": "yarn run our:verify:directory && yarn run our:verify:eslint && yarn run our:verify:prettier",
				"our:verify:directory": "valid-directory",
				"our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source",
				"our:verify:prettier": "prettier --write .",
				"test": "node ./edition-es5/test.js"
			},
			"eslintConfig": {
				"extends": [
					"bevry"
				]
			},
			"prettier": {
				"semi": false,
				"singleQuote": true
			},
			"boundation": {
				"minimumSupportNodeVersion": "0.8",
				"minimumTestNodeVersion": "10",
				"browser": false,
				"compiler": "typescript",
				"targets": [
					"ES5"
				],
				"versions": {
					"semver": 6
				}
			},
			"gitHead": "49f61296b3c84fd4e0bc63d9041f1cc304ad4ec8",
			"_id": "editions@3.9.0",
			"_nodeVersion": "14.4.0",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-u/x7nwf2mgKxi1DDa8KbzmjTs2wKYGAjfeNxbSUomVS0t9CY9i5867SruRdgCnSxZeNjPY2CLQxhTYt7q2uC2A==",
				"shasum": "b10a6dd7b399cb94363d2111b7f53c9b04c214e6",
				"tarball": "https://registry.npmjs.org/editions/-/editions-3.9.0.tgz",
				"fileCount": 13,
				"unpackedSize": 60734,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe70RpCRA9TVsSAnZWagAA744P/jwoxc18lJ16RS2Esf00\ndeZXfRqM56rrUOQR6RmdNUSDTeIIfJ3t/tHTmjXyLx/KUofTmW6xrrxzw8c/\nNSM9goAaZ+sn/BP1eKccKJeQYpNGKDaaweGmjDqKFjaWne5HVptvlb0rAmrU\n+6iVyDct8g97xKQxPWCWS98P6XLR2gQzn6HB5lZRzf+rdejni+MaBvT2PHGE\naxd85wfR/4z7RgPf0fU2A0t1k25l134xEG4uDZ9Ezhzymj3LghHUoBk8y3Ag\nRLd8oFl5+f2td1ghsWqcmdBJdRqYTr3fdSwY7m1vQyWmS0UxEHifV3UMJM6Z\nI/oqU1ksXRJ76X0Y12tFiCQbE04SrokIXQGbTBKZqZbjaddPJEV6aDTbAoZP\nShZyaYoNWirKZiI2Ul9auULmjN2bu3pv7WSIY50JILm8S2hpu5tIe/Pbg7Io\nsdpqe79BIRoevBuynV+vjxIzRSsrkNfSAVwy0btKBBJrPE02udqh+FDYpI93\noiDrohxBzoamnOmqnB0BX1YZ/VT2DCe2+V1gxRcd0KW1MkepwmYT2BptOKpp\na0B9sWoqpkdUovIMBWcsBfKbDFx0y7MlPQpJ6JKCNAdXGjnUhwrUjhw880MO\n9jxm4+VRcfrSCAvDypWyweYVwgeb4ln7fVyuke688E2dqKavehi9TYiNpuDE\nyqxx\r\n=f+q1\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "bevryme",
				"email": "us@bevry.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/editions_3.9.0_1592738920694_0.8481996443679416"
			},
			"_hasShrinkwrap": false
		},
		"3.10.0-next.1593052345.4f545b8bb9b1f553bd841f1b59d777f4c01add30": {
			"name": "editions",
			"version": "3.10.0-next.1593052345.4f545b8bb9b1f553bd841f1b59d777f4c01add30",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"edition",
				"editions",
				"es6",
				"es6+",
				"jsnext",
				"node",
				"syntaxes",
				"typed",
				"types",
				"typescript",
				"versions"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"githubsponsors",
					"patreon",
					"flattr",
					"liberapay",
					"buymeacoffee",
					"opencollective",
					"crypto",
					"paypal",
					"wishlist"
				],
				"config": {
					"githubSponsorsUsername": "balupton",
					"buymeacoffeeUsername": "balupton",
					"cryptoURL": "https://bevry.me/crypto",
					"flattrUsername": "balupton",
					"liberapayUsername": "bevry",
					"opencollectiveUsername": "bevry",
					"patreonUsername": "bevry",
					"paypalURL": "https://bevry.me/paypal",
					"wishlistURL": "https://bevry.me/wishlist",
					"travisTLD": "com",
					"githubUsername": "bevry",
					"githubRepository": "editions",
					"githubSlug": "bevry/editions",
					"npmPackageName": "editions"
				}
			},
			"funding": "https://bevry.me/fund",
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"email": "b@lupton.cc",
					"name": "balupton"
				},
				{
					"email": "us@bevry.me",
					"name": "bevryme"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "https://github.com/balupton"
				},
				{
					"name": "Zlatan Vasović",
					"email": "zlatanvasovic@gmail.com",
					"url": "https://github.com/zdroid"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.8"
			},
			"editions": [
				{
					"description": "TypeScript source code with Import for modules",
					"directory": "source",
					"entry": "index.ts",
					"tags": [
						"typescript",
						"import"
					],
					"engines": false
				},
				{
					"description": "TypeScript compiled against ES5 for Node.js with Require for modules",
					"directory": "edition-es5",
					"entry": "index.js",
					"tags": [
						"javascript",
						"es5",
						"require"
					],
					"engines": {
						"node": "10 || 12 || 13 || 14"
					}
				}
			],
			"types": "./compiled-types/",
			"type": "commonjs",
			"main": "edition-es5/index.js",
			"dependencies": {
				"errlop": "3.9.0",
				"semver": "6"
			},
			"devDependencies": {
				"@bevry/update-contributors": "^1.12.0",
				"@typescript-eslint/eslint-plugin": "^3.4.0",
				"@typescript-eslint/parser": "^3.4.0",
				"assert-helpers": "^6.13.0",
				"eslint": "^7.3.1",
				"eslint-config-bevry": "^3.12.0",
				"eslint-config-prettier": "^6.11.0",
				"eslint-plugin-prettier": "^3.1.4",
				"kava": "^5.7.0",
				"make-deno-edition": "^0.13.0",
				"prettier": "^2.0.5",
				"projectz": "^2.10.1",
				"surge": "^0.21.3",
				"typedoc": "^0.17.7",
				"typescript": "^3.9.5",
				"valid-directory": "^2.5.0"
			},
			"scripts": {
				"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
				"our:compile": "yarn run our:compile:deno && yarn run our:compile:edition-es5 && yarn run our:compile:types",
				"our:compile:deno": "make-deno-edition --attempt",
				"our:compile:edition-es5": "tsc --module commonjs --target ES5 --outDir ./edition-es5 --project tsconfig.json && ( test ! -d edition-es5/source || ( mv edition-es5/source edition-temp && rm -Rf edition-es5 && mv edition-temp edition-es5 ) )",
				"our:compile:types": "tsc --project tsconfig.json --emitDeclarationOnly --declaration --declarationMap --declarationDir ./compiled-types && ( test ! -d compiled-types/source || ( mv compiled-types/source edition-temp && rm -Rf compiled-types && mv edition-temp compiled-types ) )",
				"our:deploy": "echo no need for this project",
				"our:meta": "yarn run our:meta:contributors && yarn run our:meta:docs && yarn run our:meta:projectz",
				"our:meta:contributors": "update-contributors",
				"our:meta:docs": "yarn run our:meta:docs:typedoc",
				"our:meta:docs:typedoc": "rm -Rf ./docs && typedoc --mode file --exclude '**/+(*test*|node_modules)' --excludeExternals --name \"$npm_package_name\" --readme ./README.md --out ./docs ./source",
				"our:meta:projectz": "projectz compile",
				"our:release": "yarn run our:release:prepare && yarn run our:release:check-changelog && yarn run our:release:check-dirty && yarn run our:release:tag && yarn run our:release:push",
				"our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
				"our:release:check-dirty": "git diff --exit-code",
				"our:release:prepare": "yarn run our:clean && yarn run our:compile && yarn run our:test && yarn run our:meta",
				"our:release:push": "git push origin master && git push origin --tags",
				"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
				"our:setup": "yarn run our:setup:install",
				"our:setup:install": "yarn install --ignore-engines",
				"our:test": "yarn run our:verify && yarn test",
				"our:verify": "yarn run our:verify:directory && yarn run our:verify:eslint && yarn run our:verify:prettier",
				"our:verify:directory": "valid-directory",
				"our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source",
				"our:verify:prettier": "prettier --write .",
				"test": "node ./edition-es5/test.js"
			},
			"eslintConfig": {
				"extends": [
					"bevry"
				]
			},
			"prettier": {
				"semi": false,
				"singleQuote": true
			},
			"boundation": {
				"minimumSupportNodeVersion": "0.8",
				"minimumTestNodeVersion": "10",
				"browser": false,
				"compiler": "typescript",
				"targets": [
					"ES5"
				],
				"versions": {
					"semver": 6
				}
			},
			"gitHead": "4f545b8bb9b1f553bd841f1b59d777f4c01add30",
			"readmeFilename": "README.md",
			"_id": "editions@3.10.0-next.1593052345.4f545b8bb9b1f553bd841f1b59d777f4c01add30",
			"_nodeVersion": "14.4.0",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-ELMaYGQgkwYYNhM436Nt9uGqbOaDjIslN3IXe4ktL0B7EgiZvTazjRSMtGF4t30DlwZalLX2Nc324o/r2A2IMg==",
				"shasum": "ea9d03fc60e967a37ee9cb75811ca071d375e07e",
				"tarball": "https://registry.npmjs.org/editions/-/editions-3.10.0-next.1593052345.4f545b8bb9b1f553bd841f1b59d777f4c01add30.tgz",
				"fileCount": 13,
				"unpackedSize": 60993,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe9Ay7CRA9TVsSAnZWagAAVKkQAIrRdrEkuZgEh5QLhzl1\nsjKmmvXSlDDYnjro5jlQ1lzgC1q46JicENh1bbhLEHfrR1qgQ8cm+kSkZLRf\nl9Aj2+665mrqTQWrToe9WxuqnwfJbRmCtArS3M6grGl7uc83Rno5ygnxZiV/\nTtF1bZXf82SgqKv8Qiow5LcN+P7u1dbiPT3eRv5Ug53UdrjzB4hm46+C13B0\nhUOzuU1Bb9rDKC2OOWfF7nzxFeb0bbuktmpQrSN+8/b2Rr1g1dmX0Vk/Gf44\nmcR8aN0V19946GsGz9UJIzKhKXgcX1S9X9M8U1bjaFjZ9frHQwFt6boh2T5o\n7JZ2cOXdSWRJlBuTAkhTskWYHLoU4Z+9x0NhY0tpqmcccxzzVUaEb9CpMkd9\nwQuC0he8gnyal0x92gAngY8IHtadCCC2Wk1CWIfOf84EV20pSrEZ+KvWTGf7\nTQ7oUWgPQjXi8MyzKgmYCBNdG4GH2GqQWP8h3JYMTG2apeV3vu6tnl+3ffXf\nzPgt+6y6Lj02axrIKaHMEzXubLOpLf1AOG0PAIDiACU8UqTQ+awDkOr1sH32\ntduzRkbJg72xOIQZU3Df3tLDxdOOGfLt7eL89G2ab2JZo2oUw4XBP2haos7e\nuilpniZFt2XP3dtJs5/5BQckw+IEdBy8BV7JHJjXF8D0++vXxEOW5YN/3mAw\nzXyx\r\n=GBvP\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "bevryme",
				"email": "us@bevry.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/editions_3.10.0-next.1593052345.4f545b8bb9b1f553bd841f1b59d777f4c01add30_1593052346651_0.9934431012273757"
			},
			"_hasShrinkwrap": false
		},
		"3.10.0": {
			"name": "editions",
			"version": "3.10.0",
			"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
			"homepage": "https://github.com/bevry/editions",
			"license": "MIT",
			"keywords": [
				"edition",
				"editions",
				"es6",
				"es6+",
				"jsnext",
				"node",
				"syntaxes",
				"typed",
				"types",
				"typescript",
				"versions"
			],
			"badges": {
				"list": [
					"travisci",
					"npmversion",
					"npmdownloads",
					"daviddm",
					"daviddmdev",
					"---",
					"githubsponsors",
					"patreon",
					"flattr",
					"liberapay",
					"buymeacoffee",
					"opencollective",
					"crypto",
					"paypal",
					"wishlist"
				],
				"config": {
					"githubSponsorsUsername": "balupton",
					"buymeacoffeeUsername": "balupton",
					"cryptoURL": "https://bevry.me/crypto",
					"flattrUsername": "balupton",
					"liberapayUsername": "bevry",
					"opencollectiveUsername": "bevry",
					"patreonUsername": "bevry",
					"paypalURL": "https://bevry.me/paypal",
					"wishlistURL": "https://bevry.me/wishlist",
					"travisTLD": "com",
					"githubUsername": "bevry",
					"githubRepository": "editions",
					"githubSlug": "bevry/editions",
					"npmPackageName": "editions"
				}
			},
			"funding": "https://bevry.me/fund",
			"author": {
				"name": "2016+ Bevry Pty Ltd",
				"email": "us@bevry.me",
				"url": "http://bevry.me"
			},
			"maintainers": [
				{
					"email": "b@lupton.cc",
					"name": "balupton"
				},
				{
					"email": "us@bevry.me",
					"name": "bevryme"
				}
			],
			"contributors": [
				{
					"name": "Benjamin Lupton",
					"email": "b@lupton.cc",
					"url": "https://github.com/balupton"
				},
				{
					"name": "Zlatan Vasović",
					"email": "zlatanvasovic@gmail.com",
					"url": "https://github.com/zdroid"
				}
			],
			"bugs": {
				"url": "https://github.com/bevry/editions/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/bevry/editions.git"
			},
			"engines": {
				"node": ">=0.8"
			},
			"editions": [
				{
					"description": "TypeScript source code with Import for modules",
					"directory": "source",
					"entry": "index.ts",
					"tags": [
						"typescript",
						"import"
					],
					"engines": false
				},
				{
					"description": "TypeScript compiled against ES5 for Node.js with Require for modules",
					"directory": "edition-es5",
					"entry": "index.js",
					"tags": [
						"javascript",
						"es5",
						"require"
					],
					"engines": {
						"node": "10 || 12 || 13 || 14"
					}
				}
			],
			"types": "./compiled-types/",
			"type": "commonjs",
			"main": "edition-es5/index.js",
			"dependencies": {
				"errlop": "3.9.0",
				"semver": "6"
			},
			"devDependencies": {
				"@bevry/update-contributors": "^1.12.0",
				"@typescript-eslint/eslint-plugin": "^3.4.0",
				"@typescript-eslint/parser": "^3.4.0",
				"assert-helpers": "^6.13.0",
				"eslint": "^7.3.1",
				"eslint-config-bevry": "^3.12.0",
				"eslint-config-prettier": "^6.11.0",
				"eslint-plugin-prettier": "^3.1.4",
				"kava": "^5.7.0",
				"make-deno-edition": "^0.13.0",
				"prettier": "^2.0.5",
				"projectz": "^2.10.1",
				"surge": "^0.21.3",
				"typedoc": "^0.17.7",
				"typescript": "^3.9.5",
				"valid-directory": "^2.5.0"
			},
			"scripts": {
				"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
				"our:compile": "yarn run our:compile:deno && yarn run our:compile:edition-es5 && yarn run our:compile:types",
				"our:compile:deno": "make-deno-edition --attempt",
				"our:compile:edition-es5": "tsc --module commonjs --target ES5 --outDir ./edition-es5 --project tsconfig.json && ( test ! -d edition-es5/source || ( mv edition-es5/source edition-temp && rm -Rf edition-es5 && mv edition-temp edition-es5 ) )",
				"our:compile:types": "tsc --project tsconfig.json --emitDeclarationOnly --declaration --declarationMap --declarationDir ./compiled-types && ( test ! -d compiled-types/source || ( mv compiled-types/source edition-temp && rm -Rf compiled-types && mv edition-temp compiled-types ) )",
				"our:deploy": "echo no need for this project",
				"our:meta": "yarn run our:meta:contributors && yarn run our:meta:docs && yarn run our:meta:projectz",
				"our:meta:contributors": "update-contributors",
				"our:meta:docs": "yarn run our:meta:docs:typedoc",
				"our:meta:docs:typedoc": "rm -Rf ./docs && typedoc --mode file --exclude '**/+(*test*|node_modules)' --excludeExternals --name \"$npm_package_name\" --readme ./README.md --out ./docs ./source",
				"our:meta:projectz": "projectz compile",
				"our:release": "yarn run our:release:prepare && yarn run our:release:check-changelog && yarn run our:release:check-dirty && yarn run our:release:tag && yarn run our:release:push",
				"our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
				"our:release:check-dirty": "git diff --exit-code",
				"our:release:prepare": "yarn run our:clean && yarn run our:compile && yarn run our:test && yarn run our:meta",
				"our:release:push": "git push origin master && git push origin --tags",
				"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
				"our:setup": "yarn run our:setup:install",
				"our:setup:install": "yarn install --ignore-engines",
				"our:test": "yarn run our:verify && yarn test",
				"our:verify": "yarn run our:verify:directory && yarn run our:verify:eslint && yarn run our:verify:prettier",
				"our:verify:directory": "valid-directory",
				"our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source",
				"our:verify:prettier": "prettier --write .",
				"test": "node ./edition-es5/test.js"
			},
			"eslintConfig": {
				"extends": [
					"bevry"
				]
			},
			"prettier": {
				"semi": false,
				"singleQuote": true
			},
			"boundation": {
				"minimumSupportNodeVersion": "0.8",
				"minimumTestNodeVersion": "10",
				"browser": false,
				"compiler": "typescript",
				"targets": [
					"ES5"
				],
				"versions": {
					"semver": 6
				}
			},
			"gitHead": "4f545b8bb9b1f553bd841f1b59d777f4c01add30",
			"_id": "editions@3.10.0",
			"_nodeVersion": "14.4.0",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-IU9Y73k818lZ6/e+nKdEZ4tZxD3BnsNw3JcOPAwMrYwAC/m3Cu1wMK68WT8e/jkV7erZzuoQf7msu8GbTPt8NA==",
				"shasum": "f48832633c293b3c1073bf5bc1e0413bc7488e6c",
				"tarball": "https://registry.npmjs.org/editions/-/editions-3.10.0.tgz",
				"fileCount": 13,
				"unpackedSize": 60936,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe9A0KCRA9TVsSAnZWagAAWO4P/2C36yDZnXAWyFnoIx7y\nsOnVX3IF73Fu/l/Km+HUJ54a8J4eaW9UAol9+cTxx6tm4Msvitf9u1qtJyIR\nkQ2qRSyeLUdLcBOmY7GtXb7Ee+8KurxpqZMFJm6DDuWRuGU+skYCgbpscMbz\n/xG+vSYX8nCMF4odfVFA7RYpbsON/+IFue89jOaUBYzOSxv6O2w4E2B1I5cL\n7sd9KqSBVccdCysaHDVM/VQT/NTP/sstF6qt9pSaxVGlZIi+hMI2AhWHq9Z0\nwnJ7nCCgGSkvFNdI9vXVcPsklfZbxCBBaQdwMe3+v3rzsSyMGxuM9wUgDcmH\nBWr9tqwmF9eU78vTOWs4GPC8NQOJlZtLlFUYFNg1GSw78APY1DYj+1u5kOpa\nOgN4dSn+E3Ngr7sejTdDmol69VYjBfY7XN8TWYFI2pVOmZRoALE7LZ8J1a/p\nftPwEUCatJFo90M0TXJ5YItL5dCj0tyWUa++c8ltwMbGUM1OeoU6YaUYf+dg\nczrc11pjQACPsrj5Xw0C7PcCTUqUlh5KHNyTx6PsvTGVrKiHS1ZQ4klJu4Hx\nLX6mojpps5CuAdA0XU1GHwURIDjdchtpVzaif3wMVSLK8yMxUQ3P24AnydX7\ndX9MYFtoaU04x3wpsV5247uk/gLiUJD5iVm7nPBSIi1BTU5zcpT+291HhzhQ\nys94\r\n=/kMm\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "bevryme",
				"email": "us@bevry.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/editions_3.10.0_1593052425735_0.16478609070072947"
			},
			"_hasShrinkwrap": false
		}
	},
	"time": {
		"modified": "2020-06-25T02:33:48.169Z",
		"created": "2016-02-28T09:29:28.152Z",
		"1.0.0": "2016-02-28T09:29:28.152Z",
		"1.1.0": "2016-03-20T01:01:46.785Z",
		"1.1.1": "2016-03-20T11:45:25.313Z",
		"1.1.2": "2016-06-16T11:26:32.638Z",
		"1.2.0": "2016-10-10T12:26:10.965Z",
		"1.2.1": "2016-10-10T13:06:13.099Z",
		"1.3.0": "2016-10-11T00:15:11.306Z",
		"1.3.1": "2016-10-11T01:11:20.194Z",
		"1.3.2": "2016-11-04T10:22:45.570Z",
		"1.3.3": "2016-11-04T10:52:45.950Z",
		"1.3.4": "2018-01-31T00:05:27.732Z",
		"2.0.0": "2018-07-27T09:10:51.990Z",
		"2.0.1": "2018-08-23T21:44:47.669Z",
		"2.0.2": "2018-09-03T11:38:15.867Z",
		"2.1.0": "2018-11-15T04:09:24.425Z",
		"2.1.2": "2018-12-28T17:39:08.983Z",
		"2.1.3": "2018-12-28T17:45:27.543Z",
		"2.2.0": "2019-09-10T14:42:35.590Z",
		"2.3.0-next.1576048130.813470fc93e0dcedd30cf3a2a85047efe537c257": "2019-12-11T07:08:52.239Z",
		"2.3.0": "2019-12-11T07:11:25.195Z",
		"2.3.0-next.1576050061.23f314f466f3c406da99004d6b0ddca92f52644f": "2019-12-11T07:41:03.397Z",
		"2.3.0-next.1576053175.0f13ee3c149b53b311cf9c92e9edbdc7c1b182f4": "2019-12-11T08:32:56.966Z",
		"2.3.0-next.1576053326.aeaa77d65299da013d55e4c01f9bdadbabf76b42": "2019-12-11T08:35:28.307Z",
		"3.0.0-next.1589355604.2367f54c233590fbfe6c7d1b2507abc8bfa85c70": "2020-05-13T07:40:05.975Z",
		"3.0.0": "2020-05-13T07:41:15.159Z",
		"2.3.1": "2020-05-20T18:39:59.597Z",
		"3.1.0-next.1590036079.851d97edcd535b09fb623022509615d7ca957c44": "2020-05-21T04:41:21.442Z",
		"3.1.0": "2020-05-21T04:42:27.285Z",
		"3.2.0-next.1590062358.6b0da96891c5c64a622b0f37d66943274eabcc3a": "2020-05-21T11:59:19.564Z",
		"3.2.0": "2020-05-21T12:00:30.582Z",
		"3.3.0-next.1590072655.994998268d923ff3a3248bff28f5bb7751dec62e": "2020-05-21T14:50:56.921Z",
		"3.3.0": "2020-05-21T14:52:07.113Z",
		"3.4.0-next.1591776664.7daff9c91440463d71cf78719df0e73deefe5418": "2020-06-10T08:11:05.775Z",
		"3.4.0": "2020-06-10T08:12:27.591Z",
		"3.5.0-next.1591793806.49ddb4978d18a39054725f9b32b0a45517418af6": "2020-06-10T12:56:47.673Z",
		"3.5.0": "2020-06-10T12:58:06.994Z",
		"3.5.0-next.1592598521.af6c83608a8d55811bb5a533fdc369e3e0d84f78": "2020-06-19T20:28:42.349Z",
		"3.6.0-next.1592602418.9ceff6f234a0a687f693521dbd022a641dfa0624": "2020-06-19T21:33:39.711Z",
		"3.6.0": "2020-06-19T21:34:53.901Z",
		"3.7.0-next.1592607332.9baa610a5205e7b76254227ece1bf7931afc70a2": "2020-06-19T22:55:34.310Z",
		"3.7.0": "2020-06-19T22:56:53.125Z",
		"3.8.0-next.1592691317.e683f5c268efa5e0ec93eaf6553e48de70abef59": "2020-06-20T22:15:18.483Z",
		"3.8.0": "2020-06-20T22:16:30.592Z",
		"3.9.0-next.1592738844.49f61296b3c84fd4e0bc63d9041f1cc304ad4ec8": "2020-06-21T11:27:26.445Z",
		"3.9.0": "2020-06-21T11:28:40.859Z",
		"3.10.0-next.1593052345.4f545b8bb9b1f553bd841f1b59d777f4c01add30": "2020-06-25T02:32:26.821Z",
		"3.10.0": "2020-06-25T02:33:45.869Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "3.10.0",
		"next": "3.10.0-next.1593052345.4f545b8bb9b1f553bd841f1b59d777f4c01add30"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"fac1a514d95a4e6277b29993c2b65959\"",
			"fetched": 1593324459908
		}
	},
	"_distfiles": {
		"editions-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-1.0.0.tgz",
			"sha": "249b0b47eb9f07951e0eb09a9ae035c18b5fde6f",
			"registry": "npmjs"
		},
		"editions-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-1.1.0.tgz",
			"sha": "56ae5bc02f8e9f4a51903c238dcf6dd85b033d2d",
			"registry": "npmjs"
		},
		"editions-1.1.1.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-1.1.1.tgz",
			"sha": "8df5536a121759b99c25babc952e30c4188b4e45",
			"registry": "npmjs"
		},
		"editions-1.1.2.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-1.1.2.tgz",
			"sha": "8cdf0cb39eafc564149181ca37c8272e98b16eab",
			"registry": "npmjs"
		},
		"editions-1.2.0.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-1.2.0.tgz",
			"sha": "be3827e735512c45e927f687e76c25bc3e9e4486",
			"registry": "npmjs"
		},
		"editions-1.2.1.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-1.2.1.tgz",
			"sha": "c92c302f3ad2b5d22a29a2e3ee6985ad5fe23b46",
			"registry": "npmjs"
		},
		"editions-1.3.1.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-1.3.1.tgz",
			"sha": "008425f64dc1401db45ec110e06aa602562419c0",
			"registry": "npmjs"
		},
		"editions-1.3.2.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-1.3.2.tgz",
			"sha": "9edf257e01c79ba3f8a1015f218d382680c8bc45",
			"registry": "npmjs"
		},
		"editions-1.3.3.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-1.3.3.tgz",
			"sha": "0907101bdda20fac3cbe334c27cbd0688dc99a5b",
			"registry": "npmjs"
		},
		"editions-1.3.4.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-1.3.4.tgz",
			"sha": "3662cb592347c3168eb8e498a0ff73271d67f50b",
			"registry": "npmjs"
		},
		"editions-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-2.0.0.tgz",
			"sha": "5405de0d7aafbd7e3569c567f075dce9a6bf8433",
			"registry": "npmjs"
		},
		"editions-2.0.1.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-2.0.1.tgz",
			"sha": "0e112030598461461b5e9e25132aacfe5f12887d",
			"registry": "npmjs"
		},
		"editions-2.0.2.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-2.0.2.tgz",
			"sha": "54fdac6fb24b0a1a72ffc1ba0126c10602c3e0bd",
			"registry": "npmjs"
		},
		"editions-2.1.0.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-2.1.0.tgz",
			"sha": "5c6f6341ef19ee362a3bcbb907fe68e696dbc69e",
			"registry": "npmjs"
		},
		"editions-2.1.2.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-2.1.2.tgz",
			"sha": "d3284b995a4ab305aef984e6612eaabfd7ef19a8",
			"registry": "npmjs"
		},
		"editions-2.1.3.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-2.1.3.tgz",
			"sha": "727ccf3ec2c7b12dcc652c71000f16c4824d6f7d",
			"registry": "npmjs"
		},
		"editions-2.2.0.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-2.2.0.tgz",
			"sha": "dacd0c2a9441ebef592bba316a6264febb337f35",
			"registry": "npmjs"
		},
		"editions-2.3.0-next.1576048130.813470fc93e0dcedd30cf3a2a85047efe537c257.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-2.3.0-next.1576048130.813470fc93e0dcedd30cf3a2a85047efe537c257.tgz",
			"sha": "821058bc563e21542c1476543f7bf03d4185505e",
			"registry": "npmjs"
		},
		"editions-2.3.0.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-2.3.0.tgz",
			"sha": "47f2d5309340bce93ab5eb6ad755b9e90ff825e4",
			"registry": "npmjs"
		},
		"editions-2.3.0-next.1576050061.23f314f466f3c406da99004d6b0ddca92f52644f.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-2.3.0-next.1576050061.23f314f466f3c406da99004d6b0ddca92f52644f.tgz",
			"sha": "0678e3b63484a74c55859b818353eeeac3a4df97",
			"registry": "npmjs"
		},
		"editions-2.3.0-next.1576053175.0f13ee3c149b53b311cf9c92e9edbdc7c1b182f4.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-2.3.0-next.1576053175.0f13ee3c149b53b311cf9c92e9edbdc7c1b182f4.tgz",
			"sha": "b096e0140e86d4d01e0988fb09477a374f236bd0",
			"registry": "npmjs"
		},
		"editions-2.3.0-next.1576053326.aeaa77d65299da013d55e4c01f9bdadbabf76b42.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-2.3.0-next.1576053326.aeaa77d65299da013d55e4c01f9bdadbabf76b42.tgz",
			"sha": "f492ac11f4b09e4523f04fffc3777f32c1233584",
			"registry": "npmjs"
		},
		"editions-3.0.0-next.1589355604.2367f54c233590fbfe6c7d1b2507abc8bfa85c70.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-3.0.0-next.1589355604.2367f54c233590fbfe6c7d1b2507abc8bfa85c70.tgz",
			"sha": "de2342570793f85002395331df59f2620293dda0",
			"registry": "npmjs"
		},
		"editions-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-3.0.0.tgz",
			"sha": "6c55ff4ac7eeca410fb4c2e1c69e486498a2d121",
			"registry": "npmjs"
		},
		"editions-2.3.1.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-2.3.1.tgz",
			"sha": "3bc9962f1978e801312fbd0aebfed63b49bfe698",
			"registry": "npmjs"
		},
		"editions-3.1.0-next.1590036079.851d97edcd535b09fb623022509615d7ca957c44.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-3.1.0-next.1590036079.851d97edcd535b09fb623022509615d7ca957c44.tgz",
			"sha": "5793e869fd632ab54e8211a2d35e0a7bf4654b8c",
			"registry": "npmjs"
		},
		"editions-3.1.0.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-3.1.0.tgz",
			"sha": "5e7ac0ff52207e1c295491b5d189f5ff49f0b929",
			"registry": "npmjs"
		},
		"editions-3.2.0-next.1590062358.6b0da96891c5c64a622b0f37d66943274eabcc3a.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-3.2.0-next.1590062358.6b0da96891c5c64a622b0f37d66943274eabcc3a.tgz",
			"sha": "c71fbc0ba8d042f7ffa14b7cebb40542afd3c83d",
			"registry": "npmjs"
		},
		"editions-3.2.0.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-3.2.0.tgz",
			"sha": "05f0d64032e242ccc7a27a4f57e235728a9b871c",
			"registry": "npmjs"
		},
		"editions-3.3.0-next.1590072655.994998268d923ff3a3248bff28f5bb7751dec62e.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-3.3.0-next.1590072655.994998268d923ff3a3248bff28f5bb7751dec62e.tgz",
			"sha": "c4ab916d4c6851250e55cf2e1a0010ea5c6606d0",
			"registry": "npmjs"
		},
		"editions-3.3.0.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-3.3.0.tgz",
			"sha": "9e8478957cd23d483212f68763cac677afa9e0d1",
			"registry": "npmjs"
		},
		"editions-3.4.0-next.1591776664.7daff9c91440463d71cf78719df0e73deefe5418.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-3.4.0-next.1591776664.7daff9c91440463d71cf78719df0e73deefe5418.tgz",
			"sha": "8b43d16d042cca8335f4b18851fa5ae9e530fddd",
			"registry": "npmjs"
		},
		"editions-3.4.0.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-3.4.0.tgz",
			"sha": "76de80b2426f0035b257001c9360c0d036626b43",
			"registry": "npmjs"
		},
		"editions-3.5.0-next.1591793806.49ddb4978d18a39054725f9b32b0a45517418af6.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-3.5.0-next.1591793806.49ddb4978d18a39054725f9b32b0a45517418af6.tgz",
			"sha": "89829eba8e7c0fa24b04d29e4320f9e42ed649ab",
			"registry": "npmjs"
		},
		"editions-3.5.0.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-3.5.0.tgz",
			"sha": "11c37f789a5c28fcfcf513a1cc49e7e2c0d31d81",
			"registry": "npmjs"
		},
		"editions-3.5.0-next.1592598521.af6c83608a8d55811bb5a533fdc369e3e0d84f78.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-3.5.0-next.1592598521.af6c83608a8d55811bb5a533fdc369e3e0d84f78.tgz",
			"sha": "36ef6ebcb6fff7ce71497649600f93b91875c6ab",
			"registry": "npmjs"
		},
		"editions-3.6.0-next.1592602418.9ceff6f234a0a687f693521dbd022a641dfa0624.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-3.6.0-next.1592602418.9ceff6f234a0a687f693521dbd022a641dfa0624.tgz",
			"sha": "31a532c452ac53709356d599ad0c0162c00d431f",
			"registry": "npmjs"
		},
		"editions-3.6.0.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-3.6.0.tgz",
			"sha": "35f3b8f4f9c896fb57d4314bf8755455896d4f4c",
			"registry": "npmjs"
		},
		"editions-3.7.0-next.1592607332.9baa610a5205e7b76254227ece1bf7931afc70a2.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-3.7.0-next.1592607332.9baa610a5205e7b76254227ece1bf7931afc70a2.tgz",
			"sha": "547c7f66553334ba11e04b7679efec9c6b53ab0a",
			"registry": "npmjs"
		},
		"editions-3.7.0.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-3.7.0.tgz",
			"sha": "4f5da4c07b4fe328661d09a25c0e571efb1abcd6",
			"registry": "npmjs"
		},
		"editions-3.8.0-next.1592691317.e683f5c268efa5e0ec93eaf6553e48de70abef59.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-3.8.0-next.1592691317.e683f5c268efa5e0ec93eaf6553e48de70abef59.tgz",
			"sha": "cf0e11f81bc3649b0d8d05218a71af832f9235e1",
			"registry": "npmjs"
		},
		"editions-3.8.0.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-3.8.0.tgz",
			"sha": "3cb9ed892b6e7429a185a5b75b9a163db9123c04",
			"registry": "npmjs"
		},
		"editions-3.9.0-next.1592738844.49f61296b3c84fd4e0bc63d9041f1cc304ad4ec8.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-3.9.0-next.1592738844.49f61296b3c84fd4e0bc63d9041f1cc304ad4ec8.tgz",
			"sha": "82f45e797dac823e8ca36a413c32e738fbd4a3e1",
			"registry": "npmjs"
		},
		"editions-3.9.0.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-3.9.0.tgz",
			"sha": "b10a6dd7b399cb94363d2111b7f53c9b04c214e6",
			"registry": "npmjs"
		},
		"editions-3.10.0-next.1593052345.4f545b8bb9b1f553bd841f1b59d777f4c01add30.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-3.10.0-next.1593052345.4f545b8bb9b1f553bd841f1b59d777f4c01add30.tgz",
			"sha": "ea9d03fc60e967a37ee9cb75811ca071d375e07e",
			"registry": "npmjs"
		},
		"editions-3.10.0.tgz": {
			"url": "https://registry.npmjs.org/editions/-/editions-3.10.0.tgz",
			"sha": "f48832633c293b3c1073bf5bc1e0413bc7488e6c",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"editions-2.3.0.tgz": {
			"shasum": "47f2d5309340bce93ab5eb6ad755b9e90ff825e4"
		}
	},
	"_rev": "2-9a04e9c95880770a",
	"_id": "editions",
	"readme": "<!-- TITLE/ -->\n\n<h1>editions</h1>\n\n<!-- /TITLE -->\n\n\n<!-- BADGES/ -->\n\n<span class=\"badge-travisci\"><a href=\"http://travis-ci.com/bevry/editions\" title=\"Check this project's build status on TravisCI\"><img src=\"https://img.shields.io/travis/com/bevry/editions/master.svg\" alt=\"Travis CI Build Status\" /></a></span>\n<span class=\"badge-npmversion\"><a href=\"https://npmjs.org/package/editions\" title=\"View this project on NPM\"><img src=\"https://img.shields.io/npm/v/editions.svg\" alt=\"NPM version\" /></a></span>\n<span class=\"badge-npmdownloads\"><a href=\"https://npmjs.org/package/editions\" title=\"View this project on NPM\"><img src=\"https://img.shields.io/npm/dm/editions.svg\" alt=\"NPM downloads\" /></a></span>\n<span class=\"badge-daviddm\"><a href=\"https://david-dm.org/bevry/editions\" title=\"View the status of this project's dependencies on DavidDM\"><img src=\"https://img.shields.io/david/bevry/editions.svg\" alt=\"Dependency Status\" /></a></span>\n<span class=\"badge-daviddmdev\"><a href=\"https://david-dm.org/bevry/editions#info=devDependencies\" title=\"View the status of this project's development dependencies on DavidDM\"><img src=\"https://img.shields.io/david/dev/bevry/editions.svg\" alt=\"Dev Dependency Status\" /></a></span>\n<br class=\"badge-separator\" />\n<span class=\"badge-githubsponsors\"><a href=\"https://github.com/sponsors/balupton\" title=\"Donate to this project using GitHub Sponsors\"><img src=\"https://img.shields.io/badge/github-donate-yellow.svg\" alt=\"GitHub Sponsors donate button\" /></a></span>\n<span class=\"badge-patreon\"><a href=\"https://patreon.com/bevry\" title=\"Donate to this project using Patreon\"><img src=\"https://img.shields.io/badge/patreon-donate-yellow.svg\" alt=\"Patreon donate button\" /></a></span>\n<span class=\"badge-flattr\"><a href=\"https://flattr.com/profile/balupton\" title=\"Donate to this project using Flattr\"><img src=\"https://img.shields.io/badge/flattr-donate-yellow.svg\" alt=\"Flattr donate button\" /></a></span>\n<span class=\"badge-liberapay\"><a href=\"https://liberapay.com/bevry\" title=\"Donate to this project using Liberapay\"><img src=\"https://img.shields.io/badge/liberapay-donate-yellow.svg\" alt=\"Liberapay donate button\" /></a></span>\n<span class=\"badge-buymeacoffee\"><a href=\"https://buymeacoffee.com/balupton\" title=\"Donate to this project using Buy Me A Coffee\"><img src=\"https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg\" alt=\"Buy Me A Coffee donate button\" /></a></span>\n<span class=\"badge-opencollective\"><a href=\"https://opencollective.com/bevry\" title=\"Donate to this project using Open Collective\"><img src=\"https://img.shields.io/badge/open%20collective-donate-yellow.svg\" alt=\"Open Collective donate button\" /></a></span>\n<span class=\"badge-crypto\"><a href=\"https://bevry.me/crypto\" title=\"Donate to this project using Cryptocurrency\"><img src=\"https://img.shields.io/badge/crypto-donate-yellow.svg\" alt=\"crypto donate button\" /></a></span>\n<span class=\"badge-paypal\"><a href=\"https://bevry.me/paypal\" title=\"Donate to this project using Paypal\"><img src=\"https://img.shields.io/badge/paypal-donate-yellow.svg\" alt=\"PayPal donate button\" /></a></span>\n<span class=\"badge-wishlist\"><a href=\"https://bevry.me/wishlist\" title=\"Buy an item on our wishlist for us\"><img src=\"https://img.shields.io/badge/wishlist-donate-yellow.svg\" alt=\"Wishlist browse button\" /></a></span>\n\n<!-- /BADGES -->\n\n\n<!-- DESCRIPTION/ -->\n\nPublish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)\n\n<!-- /DESCRIPTION -->\n\n\n## Discover\n\n[Watch the talk.](https://youtu.be/IAB8_UlcNWI)\n\n[Read the Documentation.](https://editions.bevry.me)\n\n[View the Editions Autoloader API documentation.](http://master.editions.bevry.surge.sh/docs/)\n\n<!-- HISTORY/ -->\n\n<h2>History</h2>\n\n<a href=\"https://github.com/bevry/editions/blob/master/HISTORY.md#files\">Discover the release history by heading on over to the <code>HISTORY.md</code> file.</a>\n\n<!-- /HISTORY -->\n\n\n<!-- CONTRIBUTE/ -->\n\n<h2>Contribute</h2>\n\n<a href=\"https://github.com/bevry/editions/blob/master/CONTRIBUTING.md#files\">Discover how you can contribute by heading on over to the <code>CONTRIBUTING.md</code> file.</a>\n\n<!-- /CONTRIBUTE -->\n\n\n<!-- BACKERS/ -->\n\n<h2>Backers</h2>\n\n<h3>Maintainers</h3>\n\nThese amazing people are maintaining this project:\n\n<ul><li><a href=\"https://github.com/balupton\">Benjamin Lupton</a> — <a href=\"https://github.com/bevry/editions/commits?author=balupton\" title=\"View the GitHub contributions of Benjamin Lupton on repository bevry/editions\">view contributions</a></li></ul>\n\n<h3>Sponsors</h3>\n\nNo sponsors yet! Will you be the first?\n\n<span class=\"badge-githubsponsors\"><a href=\"https://github.com/sponsors/balupton\" title=\"Donate to this project using GitHub Sponsors\"><img src=\"https://img.shields.io/badge/github-donate-yellow.svg\" alt=\"GitHub Sponsors donate button\" /></a></span>\n<span class=\"badge-patreon\"><a href=\"https://patreon.com/bevry\" title=\"Donate to this project using Patreon\"><img src=\"https://img.shields.io/badge/patreon-donate-yellow.svg\" alt=\"Patreon donate button\" /></a></span>\n<span class=\"badge-flattr\"><a href=\"https://flattr.com/profile/balupton\" title=\"Donate to this project using Flattr\"><img src=\"https://img.shields.io/badge/flattr-donate-yellow.svg\" alt=\"Flattr donate button\" /></a></span>\n<span class=\"badge-liberapay\"><a href=\"https://liberapay.com/bevry\" title=\"Donate to this project using Liberapay\"><img src=\"https://img.shields.io/badge/liberapay-donate-yellow.svg\" alt=\"Liberapay donate button\" /></a></span>\n<span class=\"badge-buymeacoffee\"><a href=\"https://buymeacoffee.com/balupton\" title=\"Donate to this project using Buy Me A Coffee\"><img src=\"https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg\" alt=\"Buy Me A Coffee donate button\" /></a></span>\n<span class=\"badge-opencollective\"><a href=\"https://opencollective.com/bevry\" title=\"Donate to this project using Open Collective\"><img src=\"https://img.shields.io/badge/open%20collective-donate-yellow.svg\" alt=\"Open Collective donate button\" /></a></span>\n<span class=\"badge-crypto\"><a href=\"https://bevry.me/crypto\" title=\"Donate to this project using Cryptocurrency\"><img src=\"https://img.shields.io/badge/crypto-donate-yellow.svg\" alt=\"crypto donate button\" /></a></span>\n<span class=\"badge-paypal\"><a href=\"https://bevry.me/paypal\" title=\"Donate to this project using Paypal\"><img src=\"https://img.shields.io/badge/paypal-donate-yellow.svg\" alt=\"PayPal donate button\" /></a></span>\n<span class=\"badge-wishlist\"><a href=\"https://bevry.me/wishlist\" title=\"Buy an item on our wishlist for us\"><img src=\"https://img.shields.io/badge/wishlist-donate-yellow.svg\" alt=\"Wishlist browse button\" /></a></span>\n\n<h3>Contributors</h3>\n\nThese amazing people have contributed code to this project:\n\n<ul><li><a href=\"https://github.com/balupton\">Benjamin Lupton</a> — <a href=\"https://github.com/bevry/editions/commits?author=balupton\" title=\"View the GitHub contributions of Benjamin Lupton on repository bevry/editions\">view contributions</a></li>\n<li><a href=\"https://github.com/zdroid\">Zlatan Vasović</a> — <a href=\"https://github.com/bevry/editions/commits?author=zdroid\" title=\"View the GitHub contributions of Zlatan Vasović on repository bevry/editions\">view contributions</a></li></ul>\n\n<a href=\"https://github.com/bevry/editions/blob/master/CONTRIBUTING.md#files\">Discover how you can contribute by heading on over to the <code>CONTRIBUTING.md</code> file.</a>\n\n<!-- /BACKERS -->\n\n\n<!-- LICENSE/ -->\n\n<h2>License</h2>\n\nUnless stated otherwise all works are:\n\n<ul><li>Copyright &copy; 2016+ <a href=\"http://bevry.me\">Bevry Pty Ltd</a></li></ul>\n\nand licensed under:\n\n<ul><li><a href=\"http://spdx.org/licenses/MIT.html\">MIT License</a></li></ul>\n\n<!-- /LICENSE -->"
}