{
	"name": "node-environment-flags",
	"versions": {
		"1.0.0": {
			"name": "node-environment-flags",
			"version": "1.0.0",
			"description": "> Polyfill/shim for `process.allowedNodeEnvironmentFlags`",
			"main": "index.js",
			"scripts": {
				"test": "mocha",
				"format": "prettier-eslint --write \"*.js\" \"*.json\" \"test/**/*.js\"",
				"semantic-release": "semantic-release",
				"travis-deploy-once": "travis-deploy-once"
			},
			"keywords": [],
			"author": {
				"name": "Christopher Hiller",
				"email": "boneskull@boneskull.com",
				"url": "https://boneskull.com/"
			},
			"license": "Apache-2.0",
			"devDependencies": {
				"eslint": "^5.9.0",
				"eslint-config-prettier": "^3.3.0",
				"eslint-config-semistandard": "^13.0.0",
				"eslint-config-standard": "^12.0.0",
				"eslint-plugin-import": "^2.14.0",
				"eslint-plugin-node": "^8.0.0",
				"eslint-plugin-prettier": "^3.0.0",
				"eslint-plugin-promise": "^4.0.1",
				"eslint-plugin-standard": "^4.0.0",
				"husky": "^1.1.3",
				"lint-staged": "^8.0.4",
				"mocha": "^5.2.0",
				"nyc": "^13.1.0",
				"prettier-eslint-cli": "^4.7.1",
				"semantic-release": "^15.11.0",
				"travis-deploy-once": "^5.0.9",
				"unexpected": "^10.39.1"
			},
			"dependencies": {
				"object.getownpropertydescriptors": "^2.0.3"
			},
			"lint-staged": {
				"*.{js,json}": [
					"prettier-eslint --write",
					"git add"
				]
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged"
				}
			},
			"prettier": {
				"singleQuote": true,
				"bracketSpacing": false
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/boneskull/node-environment-flags.git"
			},
			"gitHead": "96f0bef01dfbf1f3f85fd34dc295305098345d3c",
			"bugs": {
				"url": "https://github.com/boneskull/node-environment-flags/issues"
			},
			"homepage": "https://github.com/boneskull/node-environment-flags#readme",
			"_id": "node-environment-flags@1.0.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "11.1.0",
			"_npmUser": {
				"name": "boneskull",
				"email": "boneskull@boneskull.com"
			},
			"dist": {
				"integrity": "sha512-iX2LQl2r56pmACYtkIRVaJ/rETU9Lr869bfWJbd+jx2hD1Aagp1PY0JeHFxjkmsEBqdcpozvEcgwCrL4kPO/Dg==",
				"shasum": "f323405b50a355213b074a7ec2b249a2fbbd7abc",
				"tarball": "https://registry.npmjs.org/node-environment-flags/-/node-environment-flags-1.0.0.tgz",
				"fileCount": 7,
				"unpackedSize": 15260,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6hr9CRA9TVsSAnZWagAAfvwQAJ6cDepzkaHdxARRa0Ck\n6amiobS1WiEOKri65ppVoefAgAqlTGCP69w+we7DFyQ2VEU7ioM7XancY3jC\nRrqcI+1PD1HvWyy3hSXgBgwXC1e+m5WtfkRTQMvN/t5hDKXx5Wn2fdTGvAAG\nZEAzjg39HUhr4weTkQwFUjgGqOen4w8b1cjGcjmhP72M3Pmwkq2hZ6Ew/3qZ\nDvMX4n/LePjOKdoVdS+ieNv+Rr28TjEVK3tW/gdcFdBeW1OGZI+LT5WvCd2t\nIG+L9fZNLZa0+IxCGep7c7mIJ07Z6nfmp+BD9k+PU/5NZZb24TDnA/YEbGlE\nqJ1bvyZ09GYlPCgJTIz/gG8PbKbkU/g3ztMvwfC+7DmnuURer+xVOPB9masQ\nVDofy/8rAQtN+Tt4VYDuiJIwpb8M9mSq/Ry/YCT2MvRgQFg4Ld69duEnkf3r\nlfG3xSdx6MILwoaIVrW8bygdJdTihcXj+Rf2llVrkv/6v+jgi+Ah4wBOzWW6\noJZ5rwI8YtraiM6wgCPsgBXBt13+52QAMNuQYtYQVZkH7qaTxqmku7jo8pGr\nNjj/g+n/+VPa73N3/SbIGdW70nSltnqH+mUe5O457o7M0xM57kPtg2bjh7RI\nB2DL6fdNDm+2QoCuEpbztyw3/reRwe+LvXlTfIm/aTob1sY6ub+ARkgTCVvH\nPzJM\r\n=wC9s\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "boneskull",
					"email": "boneskull@boneskull.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/node-environment-flags_1.0.0_1542068988680_0.3139921769292875"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.1": {
			"name": "node-environment-flags",
			"version": "1.0.1",
			"description": "> Polyfill/shim for `process.allowedNodeEnvironmentFlags`",
			"main": "index.js",
			"scripts": {
				"test": "mocha",
				"format": "prettier-eslint --write \"*.js\" \"*.json\" \"test/**/*.js\"",
				"semantic-release": "semantic-release",
				"travis-deploy-once": "travis-deploy-once"
			},
			"keywords": [],
			"author": {
				"name": "Christopher Hiller",
				"email": "boneskull@boneskull.com",
				"url": "https://boneskull.com/"
			},
			"license": "Apache-2.0",
			"devDependencies": {
				"eslint": "^5.9.0",
				"eslint-config-prettier": "^3.3.0",
				"eslint-config-semistandard": "^13.0.0",
				"eslint-config-standard": "^12.0.0",
				"eslint-plugin-import": "^2.14.0",
				"eslint-plugin-node": "^8.0.0",
				"eslint-plugin-prettier": "^3.0.0",
				"eslint-plugin-promise": "^4.0.1",
				"eslint-plugin-standard": "^4.0.0",
				"husky": "^1.1.3",
				"lint-staged": "^8.0.4",
				"mocha": "^5.2.0",
				"nyc": "^13.1.0",
				"prettier-eslint-cli": "^4.7.1",
				"semantic-release": "^15.11.0",
				"travis-deploy-once": "^5.0.9",
				"unexpected": "^10.39.1"
			},
			"dependencies": {
				"object.getownpropertydescriptors": "^2.0.3"
			},
			"lint-staged": {
				"*.{js,json}": [
					"prettier-eslint --write",
					"git add"
				]
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged"
				}
			},
			"prettier": {
				"singleQuote": true,
				"bracketSpacing": false
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/boneskull/node-environment-flags.git"
			},
			"gitHead": "18e81b1b0a2e9a38d28fd635bbd0b41095c92382",
			"bugs": {
				"url": "https://github.com/boneskull/node-environment-flags/issues"
			},
			"homepage": "https://github.com/boneskull/node-environment-flags#readme",
			"_id": "node-environment-flags@1.0.1",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "11.1.0",
			"_npmUser": {
				"name": "boneskull",
				"email": "boneskull@boneskull.com"
			},
			"dist": {
				"integrity": "sha512-0/HM/YCk84D/doqT0+t0ix/2QmYDaNbPtHWUmxmc9cLpUK5/xezrcXG9akoYUMcxBoWv7WXl3fjNbp8P/cn8Uw==",
				"shasum": "f9fb0fefe9913ff8f213e43e2e35f0eee55c2d4e",
				"tarball": "https://registry.npmjs.org/node-environment-flags/-/node-environment-flags-1.0.1.tgz",
				"fileCount": 7,
				"unpackedSize": 15396,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb67J9CRA9TVsSAnZWagAA67cP/2HLojeTjxe9exE1JgvC\nXdw3EwMBvSIiaVpHeqy9t9Bngq8e9kF45oh2Lnh/PJMQgHuO6TT7MTMp0cgO\nY2ebfMA4LTdWfUIJShAvWNUZrz9huRtidF9+93/1KXtOSODEVTxUq5FI1GnC\n/GVjTFaixM22XASB9tSkF+boDx9vNU+LHIEQP6QHPmwtQWW8qdaFKOSmGXKf\n3wiFmVc8Y6A0WFdP/ZiNI21dnvt01sbNs2NmIhFNNACSCsYqpDep6S6V7iJc\nlPqBx/gosx2wBrf37ldS/z+nacqXhjiwGiecKg85Q8Ya83XPn2B2eSsJv842\nPhWYhGfMpHpARohPVPFm0yxYznpvNjJCHb3RjfZqYA/u3VizpM97SBGPYksT\nVYoQmIa1C0BYtYxOMPC1jjFqslvfS0qsx+NfGHTtJOkEMc/zVPN3YpN+fdH/\nx4KLKp8X6H8KbHyKgdb+Xk/z5KBgUIoJsJ+vBlzZjqAQv6+KhzWptGsJV1JU\nFtQ454sKKmEGcZVu0cJOGCgwleP2em+UEJsYBgPTyVZkBWn34UOvpr32lRM6\nSh30nsw+tBMycDw46ZLqIIRx9qeqpNXPNeYCdDtMKbTYxhVdr5wgPlXjLk1Q\nGFmgc97sRlyWMoljOukc/+od2PnS4G9byUNxa7Uk21ZzBH6I2pN853WNOXap\nN5Ud\r\n=74mi\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "boneskull",
					"email": "boneskull@boneskull.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/node-environment-flags_1.0.1_1542173308764_0.2850622224020334"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.2": {
			"name": "node-environment-flags",
			"version": "1.0.2",
			"description": "> Polyfill/shim for `process.allowedNodeEnvironmentFlags`",
			"main": "index.js",
			"scripts": {
				"test": "mocha",
				"format": "prettier-eslint --write \"*.js\" \"*.json\" \"test/**/*.js\"",
				"semantic-release": "semantic-release",
				"travis-deploy-once": "travis-deploy-once"
			},
			"keywords": [],
			"author": {
				"name": "Christopher Hiller",
				"email": "boneskull@boneskull.com",
				"url": "https://boneskull.com/"
			},
			"license": "Apache-2.0",
			"devDependencies": {
				"eslint": "^5.9.0",
				"eslint-config-prettier": "^3.3.0",
				"eslint-config-semistandard": "^13.0.0",
				"eslint-config-standard": "^12.0.0",
				"eslint-plugin-import": "^2.14.0",
				"eslint-plugin-node": "^8.0.0",
				"eslint-plugin-prettier": "^3.0.0",
				"eslint-plugin-promise": "^4.0.1",
				"eslint-plugin-standard": "^4.0.0",
				"husky": "^1.1.3",
				"lint-staged": "^8.0.4",
				"mocha": "^5.2.0",
				"nyc": "^13.1.0",
				"prettier-eslint-cli": "^4.7.1",
				"semantic-release": "^15.11.0",
				"travis-deploy-once": "^5.0.9",
				"unexpected": "^10.39.1"
			},
			"dependencies": {
				"object.getownpropertydescriptors": "^2.0.3"
			},
			"lint-staged": {
				"*.{js,json}": [
					"prettier-eslint --write",
					"git add"
				]
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged"
				}
			},
			"prettier": {
				"singleQuote": true,
				"bracketSpacing": false
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/boneskull/node-environment-flags.git"
			},
			"gitHead": "c805c11dcf72ce91ccc44109459129f4e565fb9a",
			"bugs": {
				"url": "https://github.com/boneskull/node-environment-flags/issues"
			},
			"homepage": "https://github.com/boneskull/node-environment-flags#readme",
			"_id": "node-environment-flags@1.0.2",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "11.2.0",
			"_npmUser": {
				"name": "boneskull",
				"email": "boneskull@boneskull.com"
			},
			"dist": {
				"integrity": "sha512-5SQqz9JbLi9OOc/lsPVLB2S5Rezhy7tdCjct3mm7dP9Tmd3T/N8eQ01XRmKPgkugrB9M+mfTqmAphWcRlORBZQ==",
				"shasum": "e6291d9365d49cee851810ae89407d9f96cda286",
				"tarball": "https://registry.npmjs.org/node-environment-flags/-/node-environment-flags-1.0.2.tgz",
				"fileCount": 7,
				"unpackedSize": 15396,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9IcqCRA9TVsSAnZWagAAKW4P/j7qYGrONzifP4AouV4o\nXkU7llSiQdWveM58GMzrsXYY/7iBjuvpYb7Yvu/IkhiYDPmky4DsNGuxGwYR\nWaDxn/8/FS18mQdXB6m2dJA4/NpX7MO0g9nHwI3S/P3Ixhd8a2jxIXoQpt7+\ntovsYr1zdghgwuxREvMVTa38PDp5MbVatpPzt8+PZqnWRE4Ra+oZbiQp9RF7\n9mmaIE36S6DDAjnWUBubbmUwbQx2h4yQKghTaTnKvoQxvjVbSiKj82pm8FXh\nlBcQgMfZJnrSTld9eRYqsB44YfFjx+KzgUmNvz/fJYeDvLE1TpbA/4OtwZd8\ncxhLCAcfS1vlx1zA65Pd/R6XjUDTz8SHRG19U4bOYSLsTyxHM1tU0pdmQX3q\nQv5+WziWCyLKikS9Hn/zueUDDhOl0moGpaDdubOjAVr6RsYBS/aTS1tSXCSO\nOS7wGAuPPsKGX89BTZb300VC6NQBMtBA7FBS2jwG/YdU3Ic2APbP5rnefcrr\n+50o7TvHpa5ZPjOLnOAZHju0QkAHrLZWiXx3N17boCFIswrerrICCjR3ExGQ\nB5ywgFYPF8jqTRXtn0Y7ukp3OYJYSz00AFNnVm/n4izSvLFGczreoOiFvXAp\nAS5jtaMzF/HOURqzhXAOU92fszSq07jsE5vRbbNxpKGPNGu5RUliTlr1wd1v\nsOI/\r\n=IidJ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "boneskull",
					"email": "boneskull@boneskull.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/node-environment-flags_1.0.2_1542752041682_0.2513042789920876"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.3": {
			"name": "node-environment-flags",
			"version": "1.0.3",
			"description": "> Polyfill/shim for `process.allowedNodeEnvironmentFlags`",
			"main": "index.js",
			"scripts": {
				"test": "mocha",
				"format": "prettier-eslint --write \"*.js\" \"*.json\" \"test/**/*.js\"",
				"semantic-release": "semantic-release",
				"travis-deploy-once": "travis-deploy-once"
			},
			"keywords": [],
			"author": {
				"name": "Christopher Hiller",
				"email": "boneskull@boneskull.com",
				"url": "https://boneskull.com/"
			},
			"license": "Apache-2.0",
			"devDependencies": {
				"eslint": "^5.9.0",
				"eslint-config-prettier": "^3.3.0",
				"eslint-config-semistandard": "^13.0.0",
				"eslint-config-standard": "^12.0.0",
				"eslint-plugin-import": "^2.14.0",
				"eslint-plugin-node": "^8.0.0",
				"eslint-plugin-prettier": "^3.0.0",
				"eslint-plugin-promise": "^4.0.1",
				"eslint-plugin-standard": "^4.0.0",
				"husky": "^1.1.3",
				"lint-staged": "^8.0.4",
				"mocha": "^5.2.0",
				"nyc": "^13.1.0",
				"prettier-eslint-cli": "^4.7.1",
				"semantic-release": "^15.11.0",
				"travis-deploy-once": "^5.0.9",
				"unexpected": "^10.39.1"
			},
			"dependencies": {
				"object.getownpropertydescriptors": "^2.0.3"
			},
			"lint-staged": {
				"*.{js,json}": [
					"prettier-eslint --write",
					"git add"
				]
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged"
				}
			},
			"prettier": {
				"singleQuote": true,
				"bracketSpacing": false
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/boneskull/node-environment-flags.git"
			},
			"gitHead": "456803dbb655e526fca6adfec12e4d53f6eafa73",
			"bugs": {
				"url": "https://github.com/boneskull/node-environment-flags/issues"
			},
			"homepage": "https://github.com/boneskull/node-environment-flags#readme",
			"_id": "node-environment-flags@1.0.3",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "11.8.0",
			"_npmUser": {
				"name": "boneskull",
				"email": "boneskull@boneskull.com"
			},
			"dist": {
				"integrity": "sha512-jYFTmZsWSEfyhZGpGJxScoCMR2bavlbVxWRaAjCqxzUKPZ6SqEUrmPQrfZOyPkqnHmMcxemv5bKnShSPCjVPgw==",
				"shasum": "0c04c65aa0a234f34e725bdd5b9cb8d327dd68be",
				"tarball": "https://registry.npmjs.org/node-environment-flags/-/node-environment-flags-1.0.3.tgz",
				"fileCount": 7,
				"unpackedSize": 15452,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcT2nfCRA9TVsSAnZWagAA2RMQAI+0QkrUxX2vYXQJO9FB\nWqlZgh0ixjGI4XxAHk593zf1VJWEjDTQTWtFuwIOP+8ffNQ/CfnOYA300XIe\nhrQDeom3u4LIr+5k022iv7ZJGKyMdD1ssAhv7R4GvdMxZt5tNJxrAHARy2id\nGkrqXcapmuxZSZFFHoGVuezIEPLWH1Xp2vqxP4xKPZ+qAcFYH+nZ/xNPMaze\nibKG9gORplrxP6GP9zMfw13uPu1mUdORkj8iL9NL7ZozisEz2Km+EkGvFt/L\n4VRrCjmmc0xZJOLwVlz3F3GyS6Toyu+6G4UbIvJ93Q5ZGpSrB5ZnbEuL0Nrf\n0wktI/dhvFO5pNGV6MAVAX0lc1BSITN5g0uFacCslIvPz+a3GefR4ylFmO7G\n6s/wIZqKarPoL+JEbH35IxhuQbbaLC3r6ChNLK/VbtKO8bjDTo6KAzSKEHwh\nF/PrzkED3uvrTdBdJuYEaGblqSRsYY7jz/6jqR77MRq8T3/p8Lko9HqstAiX\n8q0KrONhRHjHvT0HsHftb1i66QC2A3LQq3guadOafGVRFoHeRng0llTwdbv+\n9Ce0jVsUKZiXSf0YXKnz7S6lkKzhOt4KYzBxXArcSc2Wp9Te5iKkpKVsljHB\n7xPNJOKg0bu4nU4cRDYioL1hX1xbQ3kcq9NE01TSJM09ycven+FsdZtMqCUR\nABk8\r\n=Y4f7\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "boneskull",
					"email": "boneskull@boneskull.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/node-environment-flags_1.0.3_1548708317013_0.0486964680901667"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.4": {
			"name": "node-environment-flags",
			"version": "1.0.4",
			"description": "> Polyfill/shim for `process.allowedNodeEnvironmentFlags`",
			"main": "index.js",
			"scripts": {
				"test": "mocha",
				"format": "prettier-eslint --write \"*.js\" \"*.json\" \"test/**/*.js\"",
				"semantic-release": "semantic-release",
				"travis-deploy-once": "travis-deploy-once"
			},
			"keywords": [],
			"author": {
				"name": "Christopher Hiller",
				"email": "boneskull@boneskull.com",
				"url": "https://boneskull.com/"
			},
			"license": "Apache-2.0",
			"devDependencies": {
				"eslint": "^5.9.0",
				"eslint-config-prettier": "^3.3.0",
				"eslint-config-semistandard": "^13.0.0",
				"eslint-config-standard": "^12.0.0",
				"eslint-plugin-import": "^2.14.0",
				"eslint-plugin-node": "^8.0.0",
				"eslint-plugin-prettier": "^3.0.0",
				"eslint-plugin-promise": "^4.0.1",
				"eslint-plugin-standard": "^4.0.0",
				"husky": "^1.1.3",
				"lint-staged": "^8.0.4",
				"mocha": "^5.2.0",
				"nyc": "^13.1.0",
				"prettier-eslint-cli": "^4.7.1",
				"semantic-release": "^15.11.0",
				"travis-deploy-once": "^5.0.9",
				"unexpected": "^10.39.1"
			},
			"dependencies": {
				"object.getownpropertydescriptors": "^2.0.3"
			},
			"lint-staged": {
				"*.{js,json}": [
					"prettier-eslint --write",
					"git add"
				]
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged"
				}
			},
			"prettier": {
				"singleQuote": true,
				"bracketSpacing": false
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/boneskull/node-environment-flags.git"
			},
			"gitHead": "72ed34f6609e3bafb1b67d56470604f23e68281c",
			"bugs": {
				"url": "https://github.com/boneskull/node-environment-flags/issues"
			},
			"homepage": "https://github.com/boneskull/node-environment-flags#readme",
			"_id": "node-environment-flags@1.0.4",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "11.8.0",
			"_npmUser": {
				"name": "boneskull",
				"email": "boneskull@boneskull.com"
			},
			"dist": {
				"integrity": "sha512-M9rwCnWVLW7PX+NUWe3ejEdiLYinRpsEre9hMkU/6NS4h+EEulYaDH1gCEZ2gyXsmw+RXYDaV2JkkTNcsPDJ0Q==",
				"shasum": "0b784a6551426bfc16d3b2208424dcbc2b2ff038",
				"tarball": "https://registry.npmjs.org/node-environment-flags/-/node-environment-flags-1.0.4.tgz",
				"fileCount": 7,
				"unpackedSize": 15956,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcUKpKCRA9TVsSAnZWagAAQnoP/iNit4hmqmuYtYHIxnD9\n1cZnji5xM67EGohhu4GREmKtJMhgFngLezmz39Bu4tfFT1S8tI210My/ivE6\nkB6n7J1SRSJt+KUYkdRWb3TLqwk2OGhMaRIb7Cb2IguY6porPcmrEpJkAohS\n+f5kmyy/iI92rtMD1U0/7+cp5l/TjtWyqTtnQ9ZX8fKR4cF/zFZZXBLMjtdV\nXRz/vn7iac5+zv9ABcGC5BKwTOupMQhrcl3SfGMU1VQ+snPTVDbK+gJ1lFLA\nGoHweQkZhK7dx9daExHwayFdBvrbLZQ2cec6mWwgBL8A0h4YVkYChFl50u+0\neQI+34vH42smY0S0MJ8S1M+QbKOz3Yli0GqfIpSxkaRdL4aZoRzqfIkljsj1\n2HzS0AdTIKST5A9D13FgIhmCJ36doTvDkn7J1UFdnbRPhl89UhVCO7pnmEeG\nLLFo95AHpYHlp8VN6gb4cL3wh5paxyFwdh/EAIF84VRL7AM2yORciMiy/xE5\nPvm8i97Vij5fmeTvUU15jAO0DvLbdeq40T3irGUzXYDa6WDVuA5LquQnvZho\noKPFwWLQ3nU80tmaeLFiWFMafL1QAWTlnf1tN8CZVr0hLXtDMCz4gqLIhgjV\n7i8MvYJOV5TMG6a4AX+VzMIVTSoPiYpm9S92w3gmpu4vGaAaezJmb/tP1K1x\npE0G\r\n=sjsM\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "boneskull",
					"email": "boneskull@boneskull.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/node-environment-flags_1.0.4_1548790346419_0.5742309337419593"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.5": {
			"name": "node-environment-flags",
			"version": "1.0.5",
			"description": "> Polyfill/shim for `process.allowedNodeEnvironmentFlags`",
			"main": "index.js",
			"scripts": {
				"test": "mocha",
				"format": "prettier-eslint --write \"*.js\" \"*.json\" \"test/**/*.js\"",
				"semantic-release": "semantic-release",
				"travis-deploy-once": "travis-deploy-once"
			},
			"keywords": [],
			"author": {
				"name": "Christopher Hiller",
				"email": "boneskull@boneskull.com",
				"url": "https://boneskull.com/"
			},
			"license": "Apache-2.0",
			"devDependencies": {
				"eslint": "^5.9.0",
				"eslint-config-prettier": "^3.3.0",
				"eslint-config-semistandard": "^13.0.0",
				"eslint-config-standard": "^12.0.0",
				"eslint-plugin-import": "^2.14.0",
				"eslint-plugin-node": "^8.0.0",
				"eslint-plugin-prettier": "^3.0.0",
				"eslint-plugin-promise": "^4.0.1",
				"eslint-plugin-standard": "^4.0.0",
				"husky": "^1.1.3",
				"lint-staged": "^8.0.4",
				"mocha": "^5.2.0",
				"nyc": "^13.3.0",
				"prettier-eslint-cli": "^4.7.1",
				"semantic-release": "^15.13.8",
				"travis-deploy-once": "^5.0.9",
				"unexpected": "^10.39.1"
			},
			"dependencies": {
				"object.getownpropertydescriptors": "^2.0.3",
				"semver": "^5.7.0"
			},
			"lint-staged": {
				"*.{js,json}": [
					"prettier-eslint --write",
					"git add"
				]
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged"
				}
			},
			"prettier": {
				"singleQuote": true,
				"bracketSpacing": false
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/boneskull/node-environment-flags.git"
			},
			"gitHead": "b781e0512f47ef33716f1a8553e02dcc0d0f3116",
			"bugs": {
				"url": "https://github.com/boneskull/node-environment-flags/issues"
			},
			"homepage": "https://github.com/boneskull/node-environment-flags#readme",
			"_id": "node-environment-flags@1.0.5",
			"_npmVersion": "6.5.0",
			"_nodeVersion": "11.14.0",
			"_npmUser": {
				"name": "boneskull",
				"email": "boneskull@boneskull.com"
			},
			"dist": {
				"integrity": "sha512-VNYPRfGfmZLx0Ye20jWzHUjyTW/c+6Wq+iLhDzUI4XmhrDd9l/FozXV3F2xOaXjvp0co0+v1YSR3CMP6g+VvLQ==",
				"shasum": "fa930275f5bf5dae188d6192b24b4c8bbac3d76a",
				"tarball": "https://registry.npmjs.org/node-environment-flags/-/node-environment-flags-1.0.5.tgz",
				"fileCount": 7,
				"unpackedSize": 15980,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcr8jDCRA9TVsSAnZWagAAFsMP/jDgdugnoAFTgoyVxscI\n22MAu9YVuCzwWi1+eyX/l0IaRTM38of0eCjjJN6AFMGmRgOlkEciFasR4xHd\n8NMXd5e/JAm5cG5SNU8GBPYeJg4dcZWkD+Uzbly6NHbUqnbM2WzLeNCGe+Y8\nFxXjlPiRx2iY2mXXAVrDad257fydY38JiOd8HgChQnL2ZFIDbUSyM6jv3sdD\nysM4ZGOu6FAB9SD9iLZG05ISBzY01JeXU3N1QHkVP5KX0D4juryYtbGeLvlV\niGndzOJxe2P53ACxEPbL1LOD+T8H+h7I5hNnzlJL3aIxHKl0bW8OJXztRbHx\nL4UXxL/BN446RMo7lN0spWWAHkgysPw91GrYtytoqXSO1TJKxJgZEjhM+qQu\nJ+ZN4QM0agX9KCTlK86Ewqbo9QZVoFqZkDe0qd1shbfEyro/WJPJeKTV3yfE\nUTUz3O2bGRBSK6QoAdpt9oysKWl1nW3v6PtkUZfAOnomu9pMkV5tbbPm6NDe\nTX1fUg26uUm9f6bTUuhUasxlrobTsL3VSOgCuyFN7kJPs6r2A50HVcT0y8j+\nPZdIXJbjBl9kEwEztcw9hhSk9knBa58NexuMwyaixbiESRD6IsSWtTN+HBuW\ndSJ+D78V6RObNUK/Z8uSs2pvkU9VJumw4aW3jzbB9gMOgJjxxhMR3K0GtQON\nmtoz\r\n=zqiq\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "boneskull",
					"email": "boneskull@boneskull.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/node-environment-flags_1.0.5_1555024066535_0.22639519979372702"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.6": {
			"name": "node-environment-flags",
			"version": "1.0.6",
			"description": "> Polyfill/shim for `process.allowedNodeEnvironmentFlags`",
			"main": "index.js",
			"scripts": {
				"test": "mocha",
				"format": "prettier-eslint --write \"*.js\" \"*.json\" \"test/**/*.js\"",
				"semantic-release": "semantic-release",
				"travis-deploy-once": "travis-deploy-once"
			},
			"keywords": [],
			"author": {
				"name": "Christopher Hiller",
				"email": "boneskull@boneskull.com",
				"url": "https://boneskull.com/"
			},
			"license": "Apache-2.0",
			"devDependencies": {
				"eslint": "^5.9.0",
				"eslint-config-prettier": "^3.3.0",
				"eslint-config-semistandard": "^13.0.0",
				"eslint-config-standard": "^12.0.0",
				"eslint-plugin-import": "^2.14.0",
				"eslint-plugin-node": "^8.0.0",
				"eslint-plugin-prettier": "^3.0.0",
				"eslint-plugin-promise": "^4.0.1",
				"eslint-plugin-standard": "^4.0.0",
				"husky": "^1.1.3",
				"lint-staged": "^8.0.4",
				"mocha": "^5.2.0",
				"nyc": "^14.1.1",
				"prettier-eslint-cli": "^4.7.1",
				"semantic-release": "^15.13.16",
				"travis-deploy-once": "^5.0.9",
				"unexpected": "^10.39.1"
			},
			"dependencies": {
				"object.getownpropertydescriptors": "^2.0.3",
				"semver": "^5.7.0"
			},
			"lint-staged": {
				"*.{js,json}": [
					"prettier-eslint --write",
					"git add"
				]
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged"
				}
			},
			"prettier": {
				"singleQuote": true,
				"bracketSpacing": false
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/boneskull/node-environment-flags.git"
			},
			"gitHead": "fbf451941e4721392c7c346de843514d7ad14a95",
			"bugs": {
				"url": "https://github.com/boneskull/node-environment-flags/issues"
			},
			"homepage": "https://github.com/boneskull/node-environment-flags#readme",
			"_id": "node-environment-flags@1.0.6",
			"_nodeVersion": "11.15.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-5Evy2epuL+6TM0lCQGpFIj6KwiEsGh1SrHUhTbNX+sLbBtjidPZFAnVK9y5yU1+h//RitLbRHTIMyxQPtxMdHw==",
				"shasum": "a30ac13621f6f7d674260a54dede048c3982c088",
				"tarball": "https://registry.npmjs.org/node-environment-flags/-/node-environment-flags-1.0.6.tgz",
				"fileCount": 8,
				"unpackedSize": 26154,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdEkLoCRA9TVsSAnZWagAAoWsP/21PTfuAP1HSNgtg9Hye\nuFHFDuqMH+maUr6qcBSjCGwRuz+8gJXG9Di5c0L2LLjgv8eJC914lsjV6Qnf\nboN4A5zGPe3zg40pAIe1bZT6uYEM5Kt/Ss/o0MZHax+FbwawwyKiWJNbd9CG\nUteH1jznehMNyyfyJWG69VZuVk57auEFthIefr6dPZu/r5wlqIpu5bLmRRIT\nd9m5ZNXwpQux77dRFskp4xMeoVAmRPpXL5Sxusz2vkGvvIe3HRyMjNQfqD36\nAED6+G+Lvbk2YW+RpTvDSbFxZzV8ffI3nkZ9wMOJMxuKrxq3kpEbiUNfczIh\n1BMDa7hQYhO4kxLrTEss3YqGkx55sntMHHFSyqjvfSO7DtFUEXYDMfN1q4EI\nYx4SFsvjsVrLLMs9FHVrOLPSgg1ENMALaxZ3x/frBjaiJ1WseW+ap0ccbPgg\noOQr0xNtq6xc3tn5lnhsprd1i5uqOcUxStOixbF/tzrxtqtCGb9g3Pop9skK\nbsDxzqxh7vJRwPoCyhy4hfACW8zm0Q4JSn43nVE3swlHiDRvlESRABsomdsi\n6wdC1hcR2vBF9LPqosTN0u2uOxzbClp0EBtd0WMpe/LUnRRJZuHj55I6Z5fM\nkKvI8G5zUMQOYOh1f12YyxPx0EXxBs3MX0g17u1CfulY2ruyf/JZh4JDm1Vm\nOW94\r\n=oMd5\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "boneskull",
					"email": "boneskull@boneskull.com"
				}
			],
			"_npmUser": {
				"name": "boneskull",
				"email": "boneskull@boneskull.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/node-environment-flags_1.0.6_1561477863437_0.8458236043972476"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"created": "2018-11-13T00:29:48.679Z",
		"1.0.0": "2018-11-13T00:29:48.902Z",
		"modified": "2019-06-25T15:51:07.109Z",
		"1.0.1": "2018-11-14T05:28:28.922Z",
		"1.0.2": "2018-11-20T22:14:01.841Z",
		"1.0.3": "2019-01-28T20:45:17.100Z",
		"1.0.4": "2019-01-29T19:32:26.539Z",
		"1.0.5": "2019-04-11T23:07:46.776Z",
		"1.0.6": "2019-06-25T15:51:03.546Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.0.6"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"e405b7a215ea5e05056a8448486fe4dc\"",
			"fetched": 1595254425668
		}
	},
	"_distfiles": {
		"node-environment-flags-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/node-environment-flags/-/node-environment-flags-1.0.0.tgz",
			"sha": "f323405b50a355213b074a7ec2b249a2fbbd7abc",
			"registry": "npmjs"
		},
		"node-environment-flags-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/node-environment-flags/-/node-environment-flags-1.0.1.tgz",
			"sha": "f9fb0fefe9913ff8f213e43e2e35f0eee55c2d4e",
			"registry": "npmjs"
		},
		"node-environment-flags-1.0.2.tgz": {
			"url": "https://registry.npmjs.org/node-environment-flags/-/node-environment-flags-1.0.2.tgz",
			"sha": "e6291d9365d49cee851810ae89407d9f96cda286",
			"registry": "npmjs"
		},
		"node-environment-flags-1.0.3.tgz": {
			"url": "https://registry.npmjs.org/node-environment-flags/-/node-environment-flags-1.0.3.tgz",
			"sha": "0c04c65aa0a234f34e725bdd5b9cb8d327dd68be",
			"registry": "npmjs"
		},
		"node-environment-flags-1.0.4.tgz": {
			"url": "https://registry.npmjs.org/node-environment-flags/-/node-environment-flags-1.0.4.tgz",
			"sha": "0b784a6551426bfc16d3b2208424dcbc2b2ff038",
			"registry": "npmjs"
		},
		"node-environment-flags-1.0.5.tgz": {
			"url": "https://registry.npmjs.org/node-environment-flags/-/node-environment-flags-1.0.5.tgz",
			"sha": "fa930275f5bf5dae188d6192b24b4c8bbac3d76a",
			"registry": "npmjs"
		},
		"node-environment-flags-1.0.6.tgz": {
			"url": "https://registry.npmjs.org/node-environment-flags/-/node-environment-flags-1.0.6.tgz",
			"sha": "a30ac13621f6f7d674260a54dede048c3982c088",
			"registry": "npmjs"
		}
	},
	"_attachments": {},
	"_rev": "3-5652bc653170ec36",
	"_id": "node-environment-flags",
	"readme": "# node-environment-flags\n\n> Polyfill/shim for `process.allowedNodeEnvironmentFlags`\n\n[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)\n\n**node-environment-flags** is a *rough* polyfill and shim for [process.allowedNodeEnvironmentFlags](https://nodejs.org/api/process.html#process_process_allowednodeenvironmentflags), which was introduced in Node.js v10.10.0.\n\n## Table of Contents\n\n- [Install](#install)\n- [Usage](#usage)\n- [Maintainers](#maintainers)\n- [Contribute](#contribute)\n- [License](#license)\n\n## Install\n\n*Requires Node.js v6.0.0 or newer.*\n\n```shell\n$ npm i node-environment-flags\n```\n\n## Usage\n\nIf the current Node.js version is v10.10.0 or newer, the native implementation will be provided instead.\n\n### As Polyfill (Recommended)\n\n```js\nconst nodeEnvironmentFlags = require('node-environment-flags');\n\nnodeEnvironmentFlags.has('--require'); // true\n```\n\n### As Shim\n\n```js\nrequire('node-environment-flags/shim')();\n\nprocess.allowedNodeEnvironmentFlags.has('--require'); // true\n```\n\n## Notes\n\n- This module approximates what `process.allowedNodeEnvironmentFlags` provides in versions of Node.js prior to v10.10.0.  Since `process.allowedNodeEnvironmentFlags` is based on [`NODE_OPTIONS`](https://nodejs.org/api/cli.html#cli_node_options_options) (introduced in v8.0.0), the set of supported flags for versions older than v8.0.0 is *highly theoretical*.\n- Version ranges are matched using [semver](https://npm.im/semver).\n- This module is granular to the *minor* Node.js version number; *patch* version numbers are not considered.\n- Results for unmaintained (odd) versions of Node.js are based on data for the most recent LTS version; e.g., running this module against Node.js v7.10.0 will yield the same results as would v6.14.0.\n- Prior art: @ljharb's [util.promisify](https://npm.im/util.promisify)\n\n## Maintainers\n\n[@boneskull](https://github.com/boneskull)\n\n## License\n\nCopyright © 2018 Christopher Hiller.  Licensed Apache-2.0."
}