{
	"name": "flow-remove-types",
	"versions": {
		"1.0.0": {
			"name": "flow-remove-types",
			"version": "1.0.0",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Lee Byron",
				"email": "lee@leebyron.com",
				"url": "http://leebyron.com/"
			},
			"license": "BSD-3-Clause",
			"main": "index.js",
			"homepage": "https://github.com/leebyron/flow-remove-types",
			"bugs": {
				"url": "https://github.com/leebyron/flow-remove-types/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/leebyron/flow-remove-types.git"
			},
			"bin": {
				"flow-remove-types": "flow-remove-types"
			},
			"scripts": {
				"test": "node test/test.js",
				"test-update": "node test/test.js --update"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"babylon": "^6.8.4"
			},
			"gitHead": "dde2bf015bbf33f10bd7116598104ee4a2f5b20c",
			"_id": "flow-remove-types@1.0.0",
			"_shasum": "ea53c46d725d9c509e1d49b4c4baa6b23e1dd480",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.3.1",
			"_npmUser": {
				"name": "leebyron",
				"email": "lee@leebyron.com"
			},
			"dist": {
				"shasum": "ea53c46d725d9c509e1d49b4c4baa6b23e1dd480",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/flow-remove-types-1.0.0.tgz_1469356134859_0.9567084647715092"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.1": {
			"name": "flow-remove-types",
			"version": "1.0.1",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Lee Byron",
				"email": "lee@leebyron.com",
				"url": "http://leebyron.com/"
			},
			"license": "BSD-3-Clause",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "flow-remove-types"
			},
			"homepage": "https://github.com/leebyron/flow-remove-types",
			"bugs": {
				"url": "https://github.com/leebyron/flow-remove-types/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/leebyron/flow-remove-types.git"
			},
			"scripts": {
				"test": "DIFF=$(./flow-remove-types test/source.js | diff test/expected.js -); if [ -n \"$DIFF\" ]; then echo \"$DIFF\"; exit 1; fi;",
				"test-update": "./flow-remove-types test/source.js > test/expected.js"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"babylon": "^6.8.4"
			},
			"gitHead": "6efa0dcac417704b3c5c917e8ab042f9562d9748",
			"_id": "flow-remove-types@1.0.1",
			"_shasum": "ea07a513201c0e3f83c20a6252fd2969ba9f9296",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.3.1",
			"_npmUser": {
				"name": "leebyron",
				"email": "lee@leebyron.com"
			},
			"dist": {
				"shasum": "ea07a513201c0e3f83c20a6252fd2969ba9f9296",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-1.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/flow-remove-types-1.0.1.tgz_1469397368235_0.9118091810960323"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.2": {
			"name": "flow-remove-types",
			"version": "1.0.2",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Lee Byron",
				"email": "lee@leebyron.com",
				"url": "http://leebyron.com/"
			},
			"license": "BSD-3-Clause",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "./flow-remove-types",
				"flow-node": "./flow-node"
			},
			"homepage": "https://github.com/leebyron/flow-remove-types",
			"bugs": {
				"url": "https://github.com/leebyron/flow-remove-types/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/leebyron/flow-remove-types.git"
			},
			"scripts": {
				"test": "DIFF=$(./flow-remove-types test/source.js | diff test/expected.js -); if [ -n \"$DIFF\" ]; then echo \"$DIFF\"; exit 1; fi; RES=$(node -e 'require(\"./register\");require(\"./test/test-node-module.js\")'); if [ \"$RES\" != 42 ]; then echo 'Node register hook failed'; exit 1; fi; FLOW_NODE=$(./flow-node ./test/test-node-module.js); if [ \"$FLOW_NODE\" != 42 ]; then echo 'flow-node failed'; exit 1; fi;",
				"test-update": "./flow-remove-types test/source.js > test/expected.js"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"babylon": "^6.8.4"
			},
			"gitHead": "b923b59d7a0136244a2a765ddd7d73a3db0b390e",
			"_id": "flow-remove-types@1.0.2",
			"_shasum": "69675f2bbffd2f7adc68078422b0d95d08e4069c",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.3.1",
			"_npmUser": {
				"name": "leebyron",
				"email": "lee@leebyron.com"
			},
			"dist": {
				"shasum": "69675f2bbffd2f7adc68078422b0d95d08e4069c",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-1.0.2.tgz"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/flow-remove-types-1.0.2.tgz_1470623771565_0.6546185647603124"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.3": {
			"name": "flow-remove-types",
			"version": "1.0.3",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Lee Byron",
				"email": "lee@leebyron.com",
				"url": "http://leebyron.com/"
			},
			"license": "BSD-3-Clause",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "./flow-remove-types",
				"flow-node": "./flow-node"
			},
			"homepage": "https://github.com/leebyron/flow-remove-types",
			"bugs": {
				"url": "https://github.com/leebyron/flow-remove-types/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/leebyron/flow-remove-types.git"
			},
			"scripts": {
				"test": "DIFF=$(./flow-remove-types test/source.js | diff test/expected.js -); if [ -n \"$DIFF\" ]; then echo \"$DIFF\"; exit 1; fi; RES=$(node -e 'require(\"./register\");require(\"./test/test-node-module.js\")'); if [ \"$RES\" != 42 ]; then echo 'Node register hook failed'; exit 1; fi; FLOW_NODE=$(./flow-node ./test/test-node-module.js); if [ \"$FLOW_NODE\" != 42 ]; then echo 'flow-node failed'; exit 1; fi;",
				"test-update": "./flow-remove-types test/source.js > test/expected.js"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"babylon": "^6.8.4"
			},
			"gitHead": "109623dbed5afa745e6eccd82515cf83ae281b03",
			"_id": "flow-remove-types@1.0.3",
			"_shasum": "dad06b6aeddf6165ba81c8593527092fa20961e2",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.3.1",
			"_npmUser": {
				"name": "leebyron",
				"email": "lee@leebyron.com"
			},
			"dist": {
				"shasum": "dad06b6aeddf6165ba81c8593527092fa20961e2",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-1.0.3.tgz"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/flow-remove-types-1.0.3.tgz_1471123082786_0.7784351785667241"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.4": {
			"name": "flow-remove-types",
			"version": "1.0.4",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Lee Byron",
				"email": "lee@leebyron.com",
				"url": "http://leebyron.com/"
			},
			"license": "BSD-3-Clause",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "./flow-remove-types",
				"flow-node": "./flow-node"
			},
			"homepage": "https://github.com/leebyron/flow-remove-types",
			"bugs": {
				"url": "https://github.com/leebyron/flow-remove-types/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/leebyron/flow-remove-types.git"
			},
			"scripts": {
				"test": "DIFF=$(./flow-remove-types test/source.js | diff test/expected.js -); if [ -n \"$DIFF\" ]; then echo \"$DIFF\"; exit 1; fi; RES=$(node -e 'require(\"./register\");require(\"./test/test-node-module.js\")'); if [ \"$RES\" != 42 ]; then echo 'Node register hook failed'; exit 1; fi; FLOW_NODE=$(./flow-node ./test/test-node-module.js); if [ \"$FLOW_NODE\" != 42 ]; then echo 'flow-node failed'; exit 1; fi;",
				"test-update": "./flow-remove-types test/source.js > test/expected.js"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"babylon": "^6.8.4"
			},
			"gitHead": "f1155d2afb724a8e60f6376ec3107396049d1c9b",
			"_id": "flow-remove-types@1.0.4",
			"_shasum": "74afc6a73e06df07fea93637fb6144b819ce79c1",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.3.1",
			"_npmUser": {
				"name": "leebyron",
				"email": "lee@leebyron.com"
			},
			"dist": {
				"shasum": "74afc6a73e06df07fea93637fb6144b819ce79c1",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-1.0.4.tgz"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/flow-remove-types-1.0.4.tgz_1473271219845_0.5771919053513557"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.5": {
			"name": "flow-remove-types",
			"version": "1.0.5",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Lee Byron",
				"email": "lee@leebyron.com",
				"url": "http://leebyron.com/"
			},
			"license": "BSD-3-Clause",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "./flow-remove-types",
				"flow-node": "./flow-node"
			},
			"homepage": "https://github.com/leebyron/flow-remove-types",
			"bugs": {
				"url": "https://github.com/leebyron/flow-remove-types/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/leebyron/flow-remove-types.git"
			},
			"scripts": {
				"test": "DIFF=$(./flow-remove-types test/source.js | diff test/expected.js -); if [ -n \"$DIFF\" ]; then echo \"$DIFF\"; exit 1; fi; RES=$(node -e 'require(\"./register\");require(\"./test/test-node-module.js\")'); if [ \"$RES\" != 42 ]; then echo 'Node register hook failed'; exit 1; fi; FLOW_NODE=$(./flow-node ./test/test-node-module.js); if [ \"$FLOW_NODE\" != 42 ]; then echo 'flow-node failed'; exit 1; fi;",
				"test-update": "./flow-remove-types test/source.js > test/expected.js"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"babylon": "^6.8.4"
			},
			"gitHead": "8f909b6a5a6e20882aa1dbad35d737e074c8768e",
			"_id": "flow-remove-types@1.0.5",
			"_shasum": "c1c948d96a23f3f4012f1af0e6eb937898fcc968",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "7.0.0",
			"_npmUser": {
				"name": "leebyron",
				"email": "lee@leebyron.com"
			},
			"dist": {
				"shasum": "c1c948d96a23f3f4012f1af0e6eb937898fcc968",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-1.0.5.tgz"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/flow-remove-types-1.0.5.tgz_1478291607666_0.3059600943233818"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.0": {
			"name": "flow-remove-types",
			"version": "1.1.0",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Lee Byron",
				"email": "lee@leebyron.com",
				"url": "http://leebyron.com/"
			},
			"license": "BSD-3-Clause",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "./flow-remove-types",
				"flow-node": "./flow-node"
			},
			"files": [
				"index.js",
				"register.js",
				"flow-remove-types",
				"flow-node",
				"LICENSE",
				"PATENTS"
			],
			"homepage": "https://github.com/leebyron/flow-remove-types",
			"bugs": {
				"url": "https://github.com/leebyron/flow-remove-types/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/leebyron/flow-remove-types.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"babylon": "^6.8.4",
				"vlq": "^0.2.1"
			},
			"gitHead": "babf28f138e3b17094564b10482d7f19827469dd",
			"_id": "flow-remove-types@1.1.0",
			"_shasum": "50e10497d7b153a4b60a4040116ad276d8ad05bd",
			"_from": ".",
			"_npmVersion": "3.10.9",
			"_nodeVersion": "7.2.0",
			"_npmUser": {
				"name": "leebyron",
				"email": "lee@leebyron.com"
			},
			"dist": {
				"shasum": "50e10497d7b153a4b60a4040116ad276d8ad05bd",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-1.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/flow-remove-types-1.1.0.tgz_1481228016186_0.886689554201439"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.1": {
			"name": "flow-remove-types",
			"version": "1.1.1",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Lee Byron",
				"email": "lee@leebyron.com",
				"url": "http://leebyron.com/"
			},
			"license": "BSD-3-Clause",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "./flow-remove-types",
				"flow-node": "./flow-node"
			},
			"files": [
				"index.js",
				"register.js",
				"flow-remove-types",
				"flow-node",
				"LICENSE",
				"PATENTS"
			],
			"homepage": "https://github.com/leebyron/flow-remove-types",
			"bugs": {
				"url": "https://github.com/leebyron/flow-remove-types/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/leebyron/flow-remove-types.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"babylon": "^6.8.4",
				"vlq": "^0.2.1"
			},
			"gitHead": "9c73007c80d98ddd9ca9fa1de9e106d5714c55dd",
			"_id": "flow-remove-types@1.1.1",
			"_shasum": "acd498346e937c34d4cde4786487d91928e3103b",
			"_from": ".",
			"_npmVersion": "3.10.9",
			"_nodeVersion": "7.2.0",
			"_npmUser": {
				"name": "leebyron",
				"email": "lee@leebyron.com"
			},
			"dist": {
				"shasum": "acd498346e937c34d4cde4786487d91928e3103b",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-1.1.1.tgz"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/flow-remove-types-1.1.1.tgz_1481248116619_0.8532328142318875"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.2": {
			"name": "flow-remove-types",
			"version": "1.1.2",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Lee Byron",
				"email": "lee@leebyron.com",
				"url": "http://leebyron.com/"
			},
			"license": "BSD-3-Clause",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "./flow-remove-types",
				"flow-node": "./flow-node"
			},
			"files": [
				"index.js",
				"register.js",
				"flow-remove-types",
				"flow-node",
				"LICENSE",
				"PATENTS"
			],
			"homepage": "https://github.com/leebyron/flow-remove-types",
			"bugs": {
				"url": "https://github.com/leebyron/flow-remove-types/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/leebyron/flow-remove-types.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"babylon": "^6.8.4",
				"vlq": "^0.2.1"
			},
			"gitHead": "b4aa47754c1e2a72aa8815991e75a793ab220117",
			"_id": "flow-remove-types@1.1.2",
			"_shasum": "4e31272b2ce111278866fcd135dc697760dc6951",
			"_from": ".",
			"_npmVersion": "3.10.9",
			"_nodeVersion": "7.2.0",
			"_npmUser": {
				"name": "leebyron",
				"email": "lee@leebyron.com"
			},
			"dist": {
				"shasum": "4e31272b2ce111278866fcd135dc697760dc6951",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-1.1.2.tgz"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/flow-remove-types-1.1.2.tgz_1481253577950_0.04270147508941591"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.0": {
			"name": "flow-remove-types",
			"version": "1.2.0",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Lee Byron",
				"email": "lee@leebyron.com",
				"url": "http://leebyron.com/"
			},
			"license": "BSD-3-Clause",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "./flow-remove-types",
				"flow-node": "./flow-node"
			},
			"files": [
				"index.js",
				"register.js",
				"flow-remove-types",
				"flow-node",
				"LICENSE",
				"PATENTS"
			],
			"homepage": "https://github.com/flowtype/flow-remove-types",
			"bugs": {
				"url": "https://github.com/flowtype/flow-remove-types/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/flowtype/flow-remove-types.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"babylon": "^6.15.0",
				"vlq": "^0.2.1"
			},
			"gitHead": "76587008d10627ff373fae6d88aeb93da103977e",
			"_id": "flow-remove-types@1.2.0",
			"_shasum": "c285516eabba72177a1b10bfb58f6ffb675a8877",
			"_from": ".",
			"_npmVersion": "3.10.9",
			"_nodeVersion": "7.2.0",
			"_npmUser": {
				"name": "leebyron",
				"email": "lee@leebyron.com"
			},
			"dist": {
				"shasum": "c285516eabba72177a1b10bfb58f6ffb675a8877",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-1.2.0.tgz"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/flow-remove-types-1.2.0.tgz_1485482882532_0.4301671499852091"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.1": {
			"name": "flow-remove-types",
			"version": "1.2.1",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Lee Byron",
				"email": "lee@leebyron.com",
				"url": "http://leebyron.com/"
			},
			"license": "BSD-3-Clause",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "./flow-remove-types",
				"flow-node": "./flow-node"
			},
			"files": [
				"index.js",
				"register.js",
				"flow-remove-types",
				"flow-node",
				"LICENSE",
				"PATENTS"
			],
			"homepage": "https://github.com/flowtype/flow-remove-types",
			"bugs": {
				"url": "https://github.com/flowtype/flow-remove-types/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/flowtype/flow-remove-types.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"babylon": "^6.15.0",
				"vlq": "^0.2.1"
			},
			"gitHead": "e1d6cda061f0f6aaf24df4a439434c872748256b",
			"_id": "flow-remove-types@1.2.1",
			"_shasum": "58e261bf8b842bd234c86cafb982a1213aff0edb",
			"_from": ".",
			"_npmVersion": "4.2.0",
			"_nodeVersion": "7.9.0",
			"_npmUser": {
				"name": "leebyron",
				"email": "lee@leebyron.com"
			},
			"dist": {
				"shasum": "58e261bf8b842bd234c86cafb982a1213aff0edb",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-1.2.1.tgz"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/flow-remove-types-1.2.1.tgz_1493669706661_0.706121324794367"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.2": {
			"name": "flow-remove-types",
			"version": "1.2.2",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Lee Byron",
				"email": "lee@leebyron.com",
				"url": "http://leebyron.com/"
			},
			"license": "BSD-3-Clause",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "./flow-remove-types",
				"flow-node": "./flow-node"
			},
			"files": [
				"index.js",
				"register.js",
				"flow-remove-types",
				"flow-node",
				"LICENSE",
				"PATENTS"
			],
			"homepage": "https://github.com/flowtype/flow-remove-types",
			"bugs": {
				"url": "https://github.com/flowtype/flow-remove-types/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/flowtype/flow-remove-types.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"babylon": "^6.15.0",
				"vlq": "^0.2.1"
			},
			"gitHead": "52d92a70e3c53ea67bfce1e239c67d6910342a2b",
			"_id": "flow-remove-types@1.2.2",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "8.0.0",
			"_npmUser": {
				"name": "leebyron",
				"email": "lee@leebyron.com"
			},
			"dist": {
				"integrity": "sha512-YyKone+mhI/iCRLd8nSDphAw9jspfugmIYVHMuT4beijb7DrW1XaP2lq/JJcNX07YqrmRHz+1zsKkjAjZPp9rA==",
				"shasum": "1d58f35029c261d36c09f39b63161ca1bde0a2ae",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-1.2.2.tgz"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types-1.2.2.tgz_1508303313851_0.8181357351131737"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.3": {
			"name": "flow-remove-types",
			"version": "1.2.3",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Lee Byron",
				"email": "lee@leebyron.com",
				"url": "http://leebyron.com/"
			},
			"license": "BSD-3-Clause",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "./flow-remove-types",
				"flow-node": "./flow-node"
			},
			"files": [
				"index.js",
				"register.js",
				"flow-remove-types",
				"flow-node",
				"LICENSE",
				"PATENTS"
			],
			"homepage": "https://github.com/flowtype/flow-remove-types",
			"bugs": {
				"url": "https://github.com/flowtype/flow-remove-types/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/flowtype/flow-remove-types.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh",
				"postpublish": "./publish-npm-alias.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"babylon": "^6.15.0",
				"vlq": "^0.2.1"
			},
			"gitHead": "592e371443c90f7d3add0346cdb1c341ceff4f65",
			"_id": "flow-remove-types@1.2.3",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "8.0.0",
			"_npmUser": {
				"name": "leebyron",
				"email": "lee@leebyron.com"
			},
			"dist": {
				"integrity": "sha512-ypq/U3V+t9atYiOuSJd40tekCra03EHKoRsiK/wXGrsZimuum0kdwVY7Yv0HTaoXgHW1WiayomYd+Q3kkvPl9Q==",
				"shasum": "6131aefc7da43364bb8b479758c9dec7735d1a18",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-1.2.3.tgz"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types-1.2.3.tgz_1508304700776_0.8678008443675935"
			},
			"directories": {},
			"contributors": []
		},
		"2.99.0": {
			"name": "flow-remove-types",
			"version": "2.99.0",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Flow Team",
				"email": "flow@fb.com"
			},
			"contributors": [
				{
					"name": "Lee Byron",
					"email": "lee@leebyron.com",
					"url": "http://leebyron.com/"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "./flow-remove-types",
				"flow-node": "./flow-node"
			},
			"homepage": "https://flow.org",
			"bugs": {
				"url": "https://github.com/facebook/flow/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/flow.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"flow-parser": "^0.99.0",
				"pirates": "^3.0.2",
				"vlq": "^0.2.1"
			},
			"engines": {
				"node": ">=4"
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:dist/npm-flow-remove-types.tgz",
			"_id": "flow-remove-types@2.99.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.16.0",
			"_npmUser": {
				"name": "flowtype",
				"email": "flow@fb.com"
			},
			"dist": {
				"integrity": "sha512-xPkxMExWtX/qJ9HnWOTHHN5Aniv7tYPAzjPl70/sh6BPdD0TzufyDBzjp4gy+tKHyE/aWX8qHbnpsU1yb0iLDg==",
				"shasum": "117725cb4b30a0bb9a421e84f8a3c4bc994c9bc6",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.99.0.tgz",
				"fileCount": 7,
				"unpackedSize": 39755,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc59yxCRA9TVsSAnZWagAA9jMP/1PSPRgq8VwkV8ArA0A6\nEh+eQTLORbM/I5qVp9QDO4pJmzvkM5Fo0YHV64qZfwwunGKaEm8RT9WDj5sV\nR3D/phpCvof0eZqGZ/cV/OAGVJhCUZ6vETBV5xHZeuNYyQXnNefSonolK/NU\nYX+JPxVaLEyKFVWwNrGJ+C9Yb+O2trIU49oySzW/tlMPRRcdL75q989iMsOM\nU7TVsyifXJm5QLBcJH69prGADGWqRAW2CP2N1xAbviYEzxVr/rRibKVJoRUM\nHATG63gHiXpKVRYYNPklb+DViPSNW3qpxeBZ1TB8cfbE4sSAttaohDFuKDl5\nMJAML9zLFQMrOV4z2SskUilWaDjIYy2Fp5/pfghK/mW2A8lT9aq+DV85SLoh\nj0RcxfXsrJZB6TueMvMMQ2A1qpFL0gVSvVDRvXI1VsA5vGOpLcI0Vkda4l+r\nQsXUvpRnZd2DbHB9IEkz5zCwEOK5Lhz9WUSFjnRRTLDeAvtCROg7o/IcDkEH\nHjS+cm5/xBpzQvs4wjG+CccZ4AjAz0QQ0/MLWm8i/pW1M3cVR5Qixee444BV\noMmCGrPRq2sGfO674l2M9d0dgBWEgB9WfxeCliMgdYHul0e+Z4AWMf810OsY\nm3slnvVaE5x7SLDAdSYJWZvTnXgyDByi3tW4tIEYyhVEam4B/O/pToFKIdJU\nSRgj\r\n=p38a\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types_2.99.0_1558699184789_0.17798038656398774"
			},
			"_hasShrinkwrap": false
		},
		"2.99.1": {
			"name": "flow-remove-types",
			"version": "2.99.1",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Flow Team",
				"email": "flow@fb.com"
			},
			"contributors": [
				{
					"name": "Lee Byron",
					"email": "lee@leebyron.com",
					"url": "http://leebyron.com/"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "./flow-remove-types",
				"flow-node": "./flow-node"
			},
			"homepage": "https://flow.org",
			"bugs": {
				"url": "https://github.com/facebook/flow/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/flow.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"flow-parser": "^0.99.1",
				"pirates": "^3.0.2",
				"vlq": "^0.2.1"
			},
			"engines": {
				"node": ">=4"
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:dist/npm-flow-remove-types.tgz",
			"_id": "flow-remove-types@2.99.1",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.16.0",
			"_npmUser": {
				"name": "flowtype",
				"email": "flow@fb.com"
			},
			"dist": {
				"integrity": "sha512-mKfsdrqQ8YMZXwUJdim50rKmwIU008ZsPKEgMDA7YUHxE5yQg7HNrG0h2X24AOaUG05gQwY45XD5c6nXn5UcKg==",
				"shasum": "8945234f9ebf27906d23b6080dfb8ec1a56ac8f8",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.99.1.tgz",
				"fileCount": 7,
				"unpackedSize": 39755,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc7rNlCRA9TVsSAnZWagAA2QMP/iyRVCZXvmjXl2HRtrcF\n88TDTYRX9o7rn5n4Ba8iOTiJauid4mAzJSjySle0GTgUC8kuG8g599nJA60G\nSIkq9Sk8wjF75ie0J46+icXIIvPhyO7iUXLKJX8N9zd5G/7toY+n+//SFCpt\nhAEGwZJD7XBFsuF3fcr3FO6ii8X/9+XaACSttVf/8CejwOc58eFHuNKpI4Pl\ngvBzDIAKKwgyMxcazDBLIgEUOaAOz4c/ziSGLbCgX5SBFWniYt/IIIKH8WBf\nHyI02rEFoBlhq0yCTO1+NiPe7OEkW/zeAn1TW6YXZW++I+1/gI+UbJ9yBMLE\nG4krLUGvyuoRPmVCB9v44fYFofyjHm5zU+N7gfPpxVvkq1+fuQ25RvNgkiag\npwagZaVa84+c6Vw38+8Bb0f5gzm7p8LyaksznRXXso+ppsqAZ8Zg/1xkVzKD\nSC9y37xWUacvfr1ByK0xQDGdfyNcBaXN2sqVwamPO9N7iQ8GlVYP/cKxZdQF\nQRa3sFTD034Ps9gVPPLK4wD8qEuZWSB7iohvWtvngQEQhtWKWnlnVpcXIiaG\nZLBwwY/K62xL7HTxEthOzOatwNhnMc54VTBWXmG5sW7Lo10iJtDf7TtTBysQ\necZ4FMRU1zescGyW5DSCH4la6M3MdrSdSd5L2oUC+6AFLHCYvPDLWrqAcxPL\nr0Fg\r\n=+LKn\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types_2.99.1_1559147364736_0.2532325569248497"
			},
			"_hasShrinkwrap": false
		},
		"2.100.0": {
			"name": "flow-remove-types",
			"version": "2.100.0",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Flow Team",
				"email": "flow@fb.com"
			},
			"contributors": [
				{
					"name": "Lee Byron",
					"email": "lee@leebyron.com",
					"url": "http://leebyron.com/"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "./flow-remove-types",
				"flow-node": "./flow-node"
			},
			"homepage": "https://flow.org",
			"bugs": {
				"url": "https://github.com/facebook/flow/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/flow.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"flow-parser": "^0.100.0",
				"pirates": "^3.0.2",
				"vlq": "^0.2.1"
			},
			"engines": {
				"node": ">=4"
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:dist/npm-flow-remove-types.tgz",
			"_id": "flow-remove-types@2.100.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.16.0",
			"_npmUser": {
				"name": "flowtype",
				"email": "flow@fb.com"
			},
			"dist": {
				"integrity": "sha512-v7QQss5b/AfVJzeHUsgON+QlEAn9A2+EjJxlFKLRclyMjG2MBV5e4jIHlAtNZ74XLsV3FZ8QxZZi87KIr6oWoA==",
				"shasum": "2f07ac1babad70e74a023327429ec3decc2096f7",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.100.0.tgz",
				"fileCount": 7,
				"unpackedSize": 39757,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc8IIGCRA9TVsSAnZWagAA3D4P/RBHRk99aYXuBop1v3OO\nUyDNaCzYzdN3iRvxeyItytw+pSxjPhfcV2gJNe8zfl+Oh8dEphqfKsDzlwRt\nk7wpk6Ylr52bnwuBtUyuZ7m9Bomj+eIk+FkjXhJWOLup8dfyhueHLpzvJ1L5\nImrkEc1oF7S1uVI4wgOJgDBOr0mzxB5hikhMTWKPaeVKHG+SJlrtWodM8zep\nEUZxOCGyo8dtqHZSTg6chEOxj3fDrJCmgWNlBcVIkXJ8fW9in3mWDhlP+0bJ\nEcomg9fTvqPIe1dA0Xfvuj6ar+8N4hDOgN8HB/+XrCFWFNFBPHIN9cp7xqOm\n9TeY+Q1cvPlZxeGU/jppRafDyVAYwacmqn7ZNh0MhM58cFeVLFvVlsmCAkjq\nwYQDeYPMwIKiTX32+si0LRiWBJaMTJdpy9U1CsdBh5Aak7ChT35GkCm3IZQ7\nhfoRy4KtCkrHq/AXVmO2DBCqFlH72HD16ipjElc/T2ihR2PlDHHJ936qmKGp\nVcDGEvLiCyFHCJF07Qruh6g3cWtABJGLrYwVW+FT/vvEyPKOtS5qInBB8xwe\nlbEGBDgMsmSn++C4Tpu/9x4kzsfSKiCfK+l61siP9lae3omqnBsEAlf6dX9Y\n+1aTyCcJmouGvKDu2twkaz7aSbDRLFbT8cjb6XaYdl8f3jbak6LTaSy4pJkW\nUbi2\r\n=VIKb\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types_2.100.0_1559265798153_0.7767623469638967"
			},
			"_hasShrinkwrap": false
		},
		"2.101.0": {
			"name": "flow-remove-types",
			"version": "2.101.0",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Flow Team",
				"email": "flow@fb.com"
			},
			"contributors": [
				{
					"name": "Lee Byron",
					"email": "lee@leebyron.com",
					"url": "http://leebyron.com/"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "./flow-remove-types",
				"flow-node": "./flow-node"
			},
			"homepage": "https://flow.org",
			"bugs": {
				"url": "https://github.com/facebook/flow/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/flow.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"flow-parser": "^0.101.0",
				"pirates": "^3.0.2",
				"vlq": "^0.2.1"
			},
			"engines": {
				"node": ">=4"
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:dist/npm-flow-remove-types.tgz",
			"_id": "flow-remove-types@2.101.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.16.0",
			"_npmUser": {
				"name": "flowtype",
				"email": "flow@fb.com"
			},
			"dist": {
				"integrity": "sha512-87C0OgvfgvAWZeA4/0UxmLVbqZUxzntc6knAF2QzwwnUUSQMx7J4UtpCB8COIf9wehkWOEmcIa2XnQdz2lgYyg==",
				"shasum": "6352e47f8ea6f784cd1bf62f6a3c30045e36f57e",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.101.0.tgz",
				"fileCount": 7,
				"unpackedSize": 39757,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc/wUZCRA9TVsSAnZWagAAYUgP/iBZ3q6L07JTF8ZXqQPb\n23CywOBdUWLGuMA9a37AVaXHYjYF13Ct8I4vwWpwPpVfur0HnsLHPfDgaoDF\nB+lHd5Xf5xsJEUeINQk77Z7ItrTJPwnk1q6T14ozvKBZhlERpE9R292mdUiu\nkvyoyu9mFM4V3iMOFn2WdvmnJ8oqD9OXbZre8SeCwUr7n3ODEJqbAJbMNnW2\nfS5Q1E38AECx68j+MLJ2iZj/jVqEOX5rq100oO4fyqeKTC19gNd7iGz7boCV\n3nWpA59jOMjg/1oryf5TIoevRy1PaLWG1irZtVHtLP7U3GWDsNLTLG+bVxBM\nBYB99BXJgCu2wCs50TEMRDH1oWPxMZ9/E6ic2OOZEjnKDkj6c5Uo8E3EBpCH\n7/HfT+b0tcSwTf7rMtcKwGQoO482aDKzCAQ1xKdK8sZpfoXXtxqTTdVysm82\nON4XwWAXanZczPl0+EIHEbZgfO1yu37O06DAfDhX/laOxujcvYM7A4gFUsCv\nQhqSUilRR7dMacRvtq3qUVMutO8EULBAaExnFCJ9PWiAbClx9y//PVXqqs/o\nsVnFbizFPbs1pOhj62TDhUKF7JIXvm8NDEPgGuoeUboaK68xruagDlDfCxoC\ntOG+RPq5cbcwCJETWfRqIGMfTOrCiPiHFURuijabET8zytEX4agnzxjWyRCC\nJKwy\r\n=UCRq\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types_2.101.0_1560216857275_0.7388798326550869"
			},
			"_hasShrinkwrap": false
		},
		"2.102.0-rc": {
			"name": "flow-remove-types",
			"version": "2.102.0-rc",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Flow Team",
				"email": "flow@fb.com"
			},
			"contributors": [
				{
					"name": "Lee Byron",
					"email": "lee@leebyron.com",
					"url": "http://leebyron.com/"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "./flow-remove-types",
				"flow-node": "./flow-node"
			},
			"homepage": "https://flow.org",
			"bugs": {
				"url": "https://github.com/facebook/flow/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/flow.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"flow-parser": "^0.102.0",
				"pirates": "^3.0.2",
				"vlq": "^0.2.1"
			},
			"engines": {
				"node": ">=4"
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:dist/npm-flow-remove-types.tgz",
			"_id": "flow-remove-types@2.102.0-rc",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.16.0",
			"_npmUser": {
				"name": "flowtype",
				"email": "flow@fb.com"
			},
			"dist": {
				"integrity": "sha512-2KB8elThKZLFO15nJj1yYLB2UZnQUPkSInXysFDvWdRmtExxWfnNR/N6ROcwaKBZOQzasXv540K/2be5CdioRQ==",
				"shasum": "b425ee5bbf509a18cdc088b28e5b45f6e1c81ec1",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.102.0-rc.tgz",
				"fileCount": 7,
				"unpackedSize": 39760,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdEavuCRA9TVsSAnZWagAAYJEP/Am84VOTFK4kX9CXNLB7\nSLBBiuI7ZoqiBK2pmuebfUqBwre+URVCPkbAH/aZlnD70UtENTxi8yTfY1lM\nB2UQIUcClUCTYp7wi4NQhyibXPEMQ8n49hSk6bO++XaVmoZe10KQ1lbbBMQi\nl6uAIQ4/vWWvsbutb0xFgl9SIutvAoa/xpKCbxXr+djsi4topht3zBoL/hGP\nkMnTYkVjhF4WZlAnuFj9p+poLXJFV1mzbSC6v3AECdvWpJ4Q7c+095GHjCmZ\nOFZ+l9lCHU7utWABkSJJy5GAKIrxnGFJjcRNRTwHjfnVtHgXWYzPgSWEwCXN\nmUoWjjq6PrcnqkpqbOsDIaKLxsWUWyXUCxbNA/eXkZ/Wgjg4wMMTbOJle/iR\nPRV9jVPutM8Lmg7csJ0/hLJtGt1ZRDDojPgkbSKIZ+eQCCW+yaQSq78eEUb5\nxGZL2W2ouNKi7Q3oScp8pURzWBpOp0T5XECakxMS4EDJ7Nb3ve4Q8FuDtd1a\nLnPxHlWc/r3FZj5x2t6m4RXfS220R1sL8MCX3Rc1v5UMH4u1fhV4hZSHz1q5\n0+zlGtEVXOCPfqIQdZjaLohPfQEo9hXPnScqATW0t5Z4UVgL1Zs76R2Z+TYt\nEm91WfrBFOPsT54HW/MjRtw0RgQJA8/klH6zwlzO7hm9j0+jX7WtXrV718CF\nsu73\r\n=9ZG+\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types_2.102.0-rc_1561439213350_0.6599280602211746"
			},
			"_hasShrinkwrap": false
		},
		"2.103.0": {
			"name": "flow-remove-types",
			"version": "2.103.0",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Flow Team",
				"email": "flow@fb.com"
			},
			"contributors": [
				{
					"name": "Lee Byron",
					"email": "lee@leebyron.com",
					"url": "http://leebyron.com/"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "./flow-remove-types",
				"flow-node": "./flow-node"
			},
			"homepage": "https://flow.org",
			"bugs": {
				"url": "https://github.com/facebook/flow/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/flow.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"flow-parser": "^0.103.0",
				"pirates": "^3.0.2",
				"vlq": "^0.2.1"
			},
			"engines": {
				"node": ">=4"
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:dist/npm-flow-remove-types.tgz",
			"_id": "flow-remove-types@2.103.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.16.0",
			"_npmUser": {
				"name": "flowtype",
				"email": "flow@fb.com"
			},
			"dist": {
				"integrity": "sha512-R+zMApKML358LbfOdifns8ZOFA/xKiX7JaRvPhN0nBjyl3Yot6tyltl3uNFRyzDt0hBFyHJV9mo1s4HGlRyyIA==",
				"shasum": "31d7eb6258f815962ca48a330efff643cdc65c6a",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.103.0.tgz",
				"fileCount": 7,
				"unpackedSize": 40011,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdMMgfCRA9TVsSAnZWagAA8g0P/3NVuQNRZLH4j9kQyQCG\nA5xgKJBWi6g7P2K4xJZ6/aD4u4NYM2TyNlfbO+TTkkzfrmXux3aWfOfoQKC6\nttjDGP8cyfH6RKuty9vppZjz55xK90iPdiJZtICSPgI03KJvy0NKtYqhPl+E\nBrewK5TAMChPpWoJlYCve7g9hYhxgwLs5O59Tdd/A+6zPl+zRH8s+/0PWFab\nf36mswey4pIxgxL9ESnbQ28UDjTzwQiRs3qKpntb/0U/Ttch+3kYi6Etu9OR\n60VloUg9wHedwPrvR5RVDl+x+2vQKCWfeF9/I2aTfMTghYHxS8/4xQx1pGjl\n3eQ1meMpFX9WNshUz3aoEmi8CLsQqS90OpvDyLyjMCYl4kUMu19TVMkBRGgp\nxii7si80Om0zvOdlgAuFhErYQo32JyXsicL7eZ6mLUIKAaSh18+mrmrY7Ut1\nBwa+6VXPK9Jp7ynslSZxI1jUnPJMm2sUorLxii3iYc86q4j+EdnZ0cDbCU2e\nd9qZD3wvao9dDALzpSXwNL25aY4Trp00enVdOdUpvnijo5Fn9VHcWeYbMGmQ\nL3abiZOBxZg0g6RPGVoRf7dVmMOxFIuOTXieVsRf3GLVM1THPinwMPjmRrPo\nx+Cgk4PMfimXZr+IxeKEemFc5eYcY1e7Z72h6AJqFBqDCgvszirMz+WaMWKN\nODCg\r\n=x4c6\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types_2.103.0_1563478046593_0.032024004118349714"
			},
			"_hasShrinkwrap": false
		},
		"2.104.0": {
			"name": "flow-remove-types",
			"version": "2.104.0",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Flow Team",
				"email": "flow@fb.com"
			},
			"contributors": [
				{
					"name": "Lee Byron",
					"email": "lee@leebyron.com",
					"url": "http://leebyron.com/"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "./flow-remove-types",
				"flow-node": "./flow-node"
			},
			"homepage": "https://flow.org",
			"bugs": {
				"url": "https://github.com/facebook/flow/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/flow.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"flow-parser": "^0.104.0",
				"pirates": "^3.0.2",
				"vlq": "^0.2.1"
			},
			"engines": {
				"node": ">=4"
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:dist/npm-flow-remove-types.tgz",
			"_id": "flow-remove-types@2.104.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.16.0",
			"_npmUser": {
				"name": "flowtype",
				"email": "flow@fb.com"
			},
			"dist": {
				"integrity": "sha512-4M132BBfZmURXSoN24VPqUn4Q1rxymNG/G8u/l/hDKkDjzfrM3ZiQeHaCBgu8h/qekQ1QNiZp9gfMV0DURq0tA==",
				"shasum": "5fc151f4427bbfc0ecf02c1d4269c2b18d3a0b86",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.104.0.tgz",
				"fileCount": 7,
				"unpackedSize": 40110,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOyNHCRA9TVsSAnZWagAA2RUP/izAftjg6zYwIImqH4xv\nMArEHcKWskMlY8y2sv+o+mKeIE5D90GiDs441bZRkBrJNN4da8LDqsnuLR9h\nuncEBGk2SOGX9T1qDUMinCfPRYKz7U9bBpSQPKzZnWlkDg4CnV+6uRNiPuiD\nrTuyLhfWzfGmvJfc3A6TrBkTrNniG/YBmkR6o8Yjd/sRBhYOoM9AfKODmsdj\nD9EuZLMP8bLr8431B9iiYPRAkMzpJpcIxP99EApfHxqowNS11/h+vG/wS0bF\nUfhDaGE2yXJiPuD2yR8uM9L2m9smUtK4wepDEkszPCc/ZdPfWmjAALbR+0dD\nSDXx00okt2s/08Cj6Kg31KtEKpQmdp8T1dIRYNG2HxTbdvh/m52QjrUv1HNa\nNGIag9oz/7jqmGBEvh1r86q2jMTyYvPuLfGV2NqXojGs3hV9dLszWjxjW2bx\nJdrxzZV7x03/ctCAEX47bOYipv8RLQYZIF3bxgRRj3JmBs3h1tgm4qVG5uHZ\nF7j2SaFm1yT1MHrCD11Bz6s+ASrfVMNxbXeNcDcEHb6lo+T4SscG86NIobKf\nWADmByQ3GSFiSDbWyOG6YQjJjEhi8Kw7tSJa9Jq1ZuZ7xQmYSdmppG1pFlKQ\nGFIDo+v83Q08VaBDlddOq0uREXK5FqguRicEPCwB4qoZlaVmlvAqb3cY1LGl\nKmcW\r\n=C7cS\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types_2.104.0_1564156742969_0.4798474992033279"
			},
			"_hasShrinkwrap": false
		},
		"2.105.0": {
			"name": "flow-remove-types",
			"version": "2.105.0",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Flow Team",
				"email": "flow@fb.com"
			},
			"contributors": [
				{
					"name": "Lee Byron",
					"email": "lee@leebyron.com",
					"url": "http://leebyron.com/"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "./flow-remove-types",
				"flow-node": "./flow-node"
			},
			"homepage": "https://flow.org",
			"bugs": {
				"url": "https://github.com/facebook/flow/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/flow.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"flow-parser": "^0.105.0",
				"pirates": "^3.0.2",
				"vlq": "^0.2.1"
			},
			"engines": {
				"node": ">=4"
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:dist/npm-flow-remove-types.tgz",
			"_id": "flow-remove-types@2.105.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.16.0",
			"_npmUser": {
				"name": "flowtype",
				"email": "flow@fb.com"
			},
			"dist": {
				"integrity": "sha512-J60+DI4a0c3hM9oWkYcgOjhxYuZUm61ZvkYytNngl+VnevGGT7mwHvXxH60wpYT5Im2ZU2Y9mVrZqJ5U8zdwjA==",
				"shasum": "447f3079bc87408b8ef1ae79349982deec4f0efa",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.105.0.tgz",
				"fileCount": 7,
				"unpackedSize": 40110,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdThdoCRA9TVsSAnZWagAAYj0P/jxLvigBUzo2KJPr/6BO\nqj6BUVA80df/yeNBibCTZNshZkhPJUUJn4zoAsUg93WzPhhftxwl6B7XGONs\n3gQ/PXCBDjR/j83faqDwp93xj6Sj3Pu2LrtSAmqq6vQ3KPmciTILOEzdjQba\nsKallBRhr00GSnB5CD1WV46paMG1whL1fS68XJmRToEzOr7KKrs4XYt14gsr\n02urKUjeMCOELnKwGcFh62SsI00D2OIlGGvV4J42EVXYg+LNptyN1t5JhHdm\nrowV1NOzmaZ+gTkgLXrHU23S7+6ueM5d+SgsAbsj0zKpYeChjcWvpNUCKmLl\nF+PFfCd6gOWlLGi8P74+Rd15nlA90bXT8qj5B9+s8VafvkZWpyfr+GE2Dvi1\nr3apf0BEfEkxEhjG1PGTtyjOcl6GopY8fHz2ze9xyq8/KM6hbGhy8URKM7xZ\nWWt8r/ih7X/jHSV6Wl70cKvH2cY5eS4cH3Je/u6ONvUVpYeDnUXzcP1Bp0J7\nGKSoOefoAGG9tXD1xwGsYsu4MdoKIcoQwRy1p9ro45ttxdo+aqjKZV/EU6Wk\nmUFaHivq8HFb8emP9LfH4cYpkjT3bEKpUJD2TQa9k/AvJ4YIeHoUFslYrUwE\nSi5X4RDvNLp9P0PR7qGynxn+7bUNDJ+HRyk///osQmACUCP7s0mwcnWDlah+\nxF18\r\n=GOai\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types_2.105.0_1565398887690_0.20993169408649726"
			},
			"_hasShrinkwrap": false
		},
		"2.105.2": {
			"name": "flow-remove-types",
			"version": "2.105.2",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Flow Team",
				"email": "flow@fb.com"
			},
			"contributors": [
				{
					"name": "Lee Byron",
					"email": "lee@leebyron.com",
					"url": "http://leebyron.com/"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "./flow-remove-types",
				"flow-node": "./flow-node"
			},
			"homepage": "https://flow.org",
			"bugs": {
				"url": "https://github.com/facebook/flow/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/flow.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"flow-parser": "^0.105.2",
				"pirates": "^3.0.2",
				"vlq": "^0.2.1"
			},
			"engines": {
				"node": ">=4"
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:dist/npm-flow-remove-types.tgz",
			"_id": "flow-remove-types@2.105.2",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.16.0",
			"_npmUser": {
				"name": "flowtype",
				"email": "flow@fb.com"
			},
			"dist": {
				"integrity": "sha512-UDF5hxjN6Vlc2Xja48UDBNpFNJ5DCFI5fTZRudXFxmCkoofsd997jdTUwDWA/4wS9nTx1L8/3cpMcKdAOJyQmw==",
				"shasum": "5c597ebbfd0a73ae12b4ec182cd6061759de7468",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.105.2.tgz",
				"fileCount": 7,
				"unpackedSize": 40110,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdUh7VCRA9TVsSAnZWagAAZBMP/21aSLF5sxGfPt525fOE\n7M0c9JXyRJI7PZvq/F0DA3p+wcox5WLWwOahW7XYU9HHmGjpomUcJUrQLt7i\n1pKdtRqCmhuEc6gLlUHB4TbsOxTTrUNZdJfkEZHfcxTWP8wU5RWYmWlqHvUz\nA90xPThAe6RsjvDmyMlC1c0cdLSocTvT5hVqxoo2wr/uuleHv5QoNFJWukPr\nAdFvw/BmjA6/BmRjTjiHdvWKJlMCikI7HA1hSOvDuBwKbHoF5Iw4YOpCgrAP\n+w327XDEtOcqKD/YL+3u5aqNLkUFbHs0XJTjRSpNrEdNMcdWxfAg05UMIcOL\nGsRe07QhsvAijsTflq2de5JEeYN+TjMU1twmnF/+ACO7O0lW3wvEpxG+9ac5\n/kuvKQGWzPx38aIGCWBvuSIk92QBf0q24S+aKP1hFokMuXQb8L7YUzWKBCgl\nWz6w+v7V4lDjqw32Lct5FMEEJfPQqbxWEVrUBA88om+yrayBCdILbb6PUXA3\nbn0IU6qw6Y8w+JvhjBjVZlc2KirAnJw0Mv2nkPIbcBBajCKFIGCh6BUr08B+\ndxASNWMl9UTn9EAgrGbZzwW4aa5YPtYs4+auJOiqIrdrYJNYPIkVR/kXMBoL\nhMQimHV4HgBKx6jz5hdbMZ7vcfZfdlZ7CDSjYFxEdpIjguMvbJXfoGyCz+Vb\nBLzv\r\n=fYFs\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types_2.105.2_1565662932515_0.16595954896342202"
			},
			"_hasShrinkwrap": false
		},
		"2.106.0": {
			"name": "flow-remove-types",
			"version": "2.106.0",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Flow Team",
				"email": "flow@fb.com"
			},
			"contributors": [
				{
					"name": "Lee Byron",
					"email": "lee@leebyron.com",
					"url": "http://leebyron.com/"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "./flow-remove-types",
				"flow-node": "./flow-node"
			},
			"homepage": "https://flow.org",
			"bugs": {
				"url": "https://github.com/facebook/flow/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/flow.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"flow-parser": "^0.106.0",
				"pirates": "^3.0.2",
				"vlq": "^0.2.1"
			},
			"engines": {
				"node": ">=4"
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:dist/npm-flow-remove-types.tgz",
			"_id": "flow-remove-types@2.106.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.16.1",
			"_npmUser": {
				"name": "flowtype",
				"email": "flow@fb.com"
			},
			"dist": {
				"integrity": "sha512-lqwxbD0qptIYKp/2BBMfK0XgUg0zzpAW/planTyDRBCaRiCMh7BaKIqwjfibDNSj2X8dihjv5zR8frc2GY/k4g==",
				"shasum": "df4b414d5e78c2528c4963436f9d3d6dd983d790",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.106.0.tgz",
				"fileCount": 7,
				"unpackedSize": 40110,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXsUhCRA9TVsSAnZWagAAmvwQAIKr8ECStVOSHZE+uH4J\nfo9nga25Fr3AvLEI16XBPBnxX+W2ZxsOVSQRYTlB78oGKMOW/spv72nXCfRx\n3GT5Xloy1IwxUb4852gyHXvgybYF3DNvLzYg9E0TJdFAfDjkWh+9f95U7IdX\nC80A/YaH64QJkuGCA+TySZ2JVzkilpaiGCNoLKCIn31WMD4jNzQrJNsXnDfa\nIqTl4W2doSmL22yO4p1SV0kCZ1yf2ZBojgtqu4PoRk8qIoUDiGRoZXle5BjA\nTBJfSUOe/zpmdGHuscQGF+s+Xw/LZ61+w8rbDrX2f+1axSq55cAJM430L1DY\n27LF2GOEgS6sRPLO29iHrgFsDhwwnsDpRtVDS/LCGb2byA+Fjl8W19bZtXb1\nVFtFmhKqz9P+18wbaYCbYmQ8bM9b6CJsjob4LN1XAMsDFgw/IK7Grq+vQI87\nu+bDOZ1fI49ZD2Vm5YConReIJCb4fi0JnxiqZzSXxTTzEX3q8qwSAKBTvCpq\n5A7BdbPsNeT+IWwLDPLG1CUYN1TR0J7pncQNQZNiO7U9+nwvvuZvFCU1qhoc\nhuN3AQ91RDoJiwekGwaM5ZtyLJN/gKui3pg8mrZ3XqtacZMcqYywqJ6kZjb2\nKMDcmk6eYCaridFEw1hegdzZX1iUPahbKA2UsNp3UEN9RiyvuDFPE8pJZQAJ\nIrt8\r\n=NpJz\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types_2.106.0_1566491937061_0.9391307448174335"
			},
			"_hasShrinkwrap": false
		},
		"2.106.1": {
			"name": "flow-remove-types",
			"version": "2.106.1",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Flow Team",
				"email": "flow@fb.com"
			},
			"contributors": [
				{
					"name": "Lee Byron",
					"email": "lee@leebyron.com",
					"url": "http://leebyron.com/"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "./flow-remove-types",
				"flow-node": "./flow-node"
			},
			"homepage": "https://flow.org",
			"bugs": {
				"url": "https://github.com/facebook/flow/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/flow.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"flow-parser": "^0.106.1",
				"pirates": "^3.0.2",
				"vlq": "^0.2.1"
			},
			"engines": {
				"node": ">=4"
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:dist/npm-flow-remove-types.tgz",
			"_id": "flow-remove-types@2.106.1",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.16.1",
			"_npmUser": {
				"name": "flowtype",
				"email": "flow@fb.com"
			},
			"dist": {
				"integrity": "sha512-NoMxdUXjbNOgKWVZsjjrrQT8EGG9wl1NH7K5VDL6Fr5nyTkiwAcO38HAI7HdkGQNa8eBikDxZg2SDwRIBWjTfA==",
				"shasum": "519e1ce97a53ae0bcc7e95af651a2f9193e5d00a",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.106.1.tgz",
				"fileCount": 7,
				"unpackedSize": 40110,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdYHDqCRA9TVsSAnZWagAAiOEP/2DIS6gLxrW9EpGa7/uv\na5JxQ3sc1oifHn/9xMSGTWsgT2B0gC8vUwydXcphpDqbgtAD/M0r6srmOqyT\n6ZK+uQhQtJPrRlHubZu6vn3bRaMbIZwJbVkGmne6fVXxsjCv6Mn+pevHE6vt\nHoI2FXORXJi1s5lpHPmFNWMXirxEiJPYSetoRWLISD9e/vkDfmT2vcfvGFIX\nA9pA1fRmBbIs9Mr3PEa6nhScsff+FHci3m0uoheUyioX2gAVoEk2NgF9+mP4\nqPR67Mnnlov5JsPtwvD1f7u6ZWslBbobIQc7thiNDnbURHySqMJ5Fi1ktkWB\ncijTVxDBFRmJ2Y0xVL1rYoHYbieqiLHhAQgvt80zDy1ZRRN7oyk802drCV4e\njWSkF3gKQSj9FLoQbX6RSt4S02JJjRte/m/Ist6Ije8eVkxemhzi3dRuMHw0\nTl0z5JdrwG1y+78RInS9Z1Pyi6kqxemzYuN6+8vV2PEI4GgCYBWX20DBNp/2\n4BUSNchwceAb6EnpgKO3GM6c0/QTa36fGsLi2YG8JInP+Us/yefixW1eGucC\nk4xU1I02gZJ2C8KLNWq5sj8M8QgqpbXUxQEMPyobs3OLofuG2JLWdrfhfDE/\n1DIN1z9QhKYWnwlhh75ERUMO+bGbSRavae8U7qpnXDzNmM+Uj0CNdwNX+b/o\nZN6X\r\n=LQ7S\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types_2.106.1_1566601450236_0.6705502018711396"
			},
			"_hasShrinkwrap": false
		},
		"2.106.2": {
			"name": "flow-remove-types",
			"version": "2.106.2",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Flow Team",
				"email": "flow@fb.com"
			},
			"contributors": [
				{
					"name": "Lee Byron",
					"email": "lee@leebyron.com",
					"url": "http://leebyron.com/"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "./flow-remove-types",
				"flow-node": "./flow-node"
			},
			"homepage": "https://flow.org",
			"bugs": {
				"url": "https://github.com/facebook/flow/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/flow.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"flow-parser": "^0.106.2",
				"pirates": "^3.0.2",
				"vlq": "^0.2.1"
			},
			"engines": {
				"node": ">=4"
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:dist/npm-flow-remove-types.tgz",
			"_id": "flow-remove-types@2.106.2",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.16.1",
			"_npmUser": {
				"name": "flowtype",
				"email": "flow@fb.com"
			},
			"dist": {
				"integrity": "sha512-0fEhM9/qtCx8WEv2fabYb0eujmC9SpjqVr20PhaD0XKSeiA7claZUlaKQQC5OA95TlNqRVRmDpN4UmWrgLHpkw==",
				"shasum": "0e90767f750f149ec26ff674a9e272c07caabaf2",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.106.2.tgz",
				"fileCount": 7,
				"unpackedSize": 40110,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZBzGCRA9TVsSAnZWagAAd7QQAIvd8bAHQefpIMgEYo2e\nN8kmAIKCIaC0D8xiZUxIEny6MxaCRVQbv5DYmXnwBveYLlqQF5Nl67gaKhl2\ntNoYr0wwVmSOtspR5gTq9q1wrMTDVcbyAUU1di2WcFJA701Wbq7+C3xW9c78\niYK5O9yaNDwI4IYFFD4RomeDmPdslEIEExI4AhgTIDUS0bZQYjeVEnuEb8a5\nKTms1IhHNGWurZ9Tt1z6kFXT95dDL87s/7foqDXGohMhyZVdQKJH2X5l7IiY\nBiKTwMxfQtAbtIshPtlVaUan+H0MoMXLPFyGrnJazkbQA567/u2/+xbWhqxb\nLzfYAw/yDopsy3XB7EdFx5+mDkULkLpUPE7HLGsGR6ufy4T6eqSnIVVGy2qS\nIaVevYSx8OuBiihIi7vjJibNgA5EPMO0BTQJ0gRqc3KP0KspzodLBrXoME2V\ngyNDuTelTAihe4nI6ypLi28RTznRpa1TTkw+a2Xlq97hU3XdUBPLtLCcBxQG\nWWlCNYN1c/uEx2wlhsyhJdLLEbdtTeChzZ3vXSnTJ133c0dcRpKyA8Xg+zR7\ndV7CRT7zGEOx/KHswTIZrpQ/m7tv/q0LewHh/ipSA58w5PvjpLdstmpuLs8O\nMbN1QS1R4fnpfcYPPS2QUaLS07G/3UoMwSGS/A0bJgNLMr28QmqDuB13WSRk\n4bFP\r\n=Ir/L\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types_2.106.2_1566842053854_0.6623739481704725"
			},
			"_hasShrinkwrap": false
		},
		"2.106.3": {
			"name": "flow-remove-types",
			"version": "2.106.3",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Flow Team",
				"email": "flow@fb.com"
			},
			"contributors": [
				{
					"name": "Lee Byron",
					"email": "lee@leebyron.com",
					"url": "http://leebyron.com/"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "./flow-remove-types",
				"flow-node": "./flow-node"
			},
			"homepage": "https://flow.org",
			"bugs": {
				"url": "https://github.com/facebook/flow/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/flow.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"flow-parser": "^0.106.3",
				"pirates": "^3.0.2",
				"vlq": "^0.2.1"
			},
			"engines": {
				"node": ">=4"
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:dist/npm-flow-remove-types.tgz",
			"_id": "flow-remove-types@2.106.3",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.16.1",
			"_npmUser": {
				"name": "flowtype",
				"email": "flow@fb.com"
			},
			"dist": {
				"integrity": "sha512-gIy/xMWWtSp3eSA8ZHIEvnxK+b9nZoTdSHPPxohgoVgGjar55uSEorwqEDIE2GCwTE7ty6s/EdO0EuXlENXd+A==",
				"shasum": "766aecbe285aed584a79fc47f6bf12b22fe65bba",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.106.3.tgz",
				"fileCount": 7,
				"unpackedSize": 40110,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdaBHvCRA9TVsSAnZWagAAd6kP/1Ajh9a2L/OgeyMeCoj+\naMTduIYU+lLfosyyu8mn3UN0OB7a23xr0jmNXK1+dHYbsc9eS41+qBLjkJaS\nAkVND/eZd5SjM13MaFcKbLJjmrkHyiqKIVhdJWCp/p0AKYcsIAdVLFbTTDuP\np8RwZgX9DE5NbXzEAxCZn4kCXoFbvKU7076U4FtN95ge7X1vdtQIrsuBOqy7\nLj1aPmtHlf6PeET1dDbqFSlBnfcDgptnWPrsa11moDQRMIcphKYZzttbt2SD\nWbVALrUgA+NtX58VheESio73BB2fZvZj+UPALZQ7A7MSsv6m5PIuDOsa6RSM\nb5tiu3sVVkql+MRV5cLvqH57khSgSDObLrkRnOSoUbjo6QOg7y2utoWKeOeK\nSaAcJw497xkoq0cSChbq0TBmZXOezoinoxN1YPnENHVC18w6qJS6b+xHqoGy\nIsDEs5ujj6J6qfcL5Iyq0W5UZesG7xNRH+gegTh0hoa/p7b/h0MpNPiE+tFn\nJkL7TN0z+BkQQPsKH9ZHkXuB0xYfW29YP3Gxqe2Pb3f6DqxKfzS17/pGXrug\nqVrPEdBitl5X93P/s2BavsOFNtueOTO9ewJ08fgpUyWHDreBjvSlm5roBESF\n9sRBD9zNWHEu7c6IQeedQCZbxyQTo6MQ9n4xh0+QSUsVSdOgppv/iRKeCOJb\ng/az\r\n=/WHG\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types_2.106.3_1567101421997_0.5111612562190859"
			},
			"_hasShrinkwrap": false
		},
		"2.107.0": {
			"name": "flow-remove-types",
			"version": "2.107.0",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Flow Team",
				"email": "flow@fb.com"
			},
			"contributors": [
				{
					"name": "Lee Byron",
					"email": "lee@leebyron.com",
					"url": "http://leebyron.com/"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "./flow-remove-types",
				"flow-node": "./flow-node"
			},
			"homepage": "https://flow.org",
			"bugs": {
				"url": "https://github.com/facebook/flow/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/flow.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"flow-parser": "^0.107.0",
				"pirates": "^3.0.2",
				"vlq": "^0.2.1"
			},
			"engines": {
				"node": ">=4"
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:dist/npm-flow-remove-types.tgz",
			"_id": "flow-remove-types@2.107.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.16.1",
			"_npmUser": {
				"name": "flowtype",
				"email": "flow@fb.com"
			},
			"dist": {
				"integrity": "sha512-PXsYEHt5gKuFxw4rSc5e0K2OxhR7JxploCQ4wQzu7wE/Fw42oOs7sdGHPZujTeBY/g3OYSoZ11YxK3KoTHIYWw==",
				"shasum": "e0f7df6ab0b599db60f0bdb57303e19a82d636ab",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.107.0.tgz",
				"fileCount": 7,
				"unpackedSize": 40110,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdcGsoCRA9TVsSAnZWagAAhC0QAISxb9/R00a/PXQzicpt\nfYaEGmebcelFU4ZqJQnkPSn/LHoYEhkxFlLss8nIs8s8NhqC3bZNUaudHh3x\nbZ0d9Wbvl5LDZoBgLo6vsLBNip6bT0kGGE3xgTM99AOkXTfPQaObjP1gRwRq\ng/8XL5Gvi8xIUy4oxpYB8N+1ky1svqIiM/pIrSxxUbrS2VDj70WlKCkfEd0n\nLY0ozLcQv2lhcG6nipPAVDdg58HKYk775SatD0KuuNYLBWqRAfg+/B0vlyG3\npu5hHUgQ+q3Dw8Q/l82WKR3shYF6beGjwH8LWRKKb5I36lXoS7bImgBHskA+\nr5KLCoDk+dCYr/Z0YwZA9M3A+NPurPYkxC/KEZHO95KwfOV6EpeDahIeKgt2\n+byaDTPjeRYKLw2uY1hz7L0yNn0my0qZaygduh5xNzs9+8VNCvVjf/WEiCUc\nJSNUJLSIHtrgOj1bvVwbGTw0LN60GGd6ei0P9a4P5ZFvN6zq3Qjj++V8XT9Z\nJ03hSlyn1KljCVEz69mJKfB+hBlbLRWKIYTkVXa4CK7pzHuAl+1O8Em8lhpT\n5NWgytD3NDPFU5FPQdoibAelKwiG5AsVsKUgyxVXvLWnI1ZA4I0pwx9enFGv\ntP+I+3AXvP4Wssqxm0k3+SX/jrcbkLtgdnJLRJZUNY2DpMJH5pKINgtogmb7\nJuJD\r\n=ZB48\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types_2.107.0_1567648551854_0.8070551300777955"
			},
			"_hasShrinkwrap": false
		},
		"2.108.0": {
			"name": "flow-remove-types",
			"version": "2.108.0",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Flow Team",
				"email": "flow@fb.com"
			},
			"contributors": [
				{
					"name": "Lee Byron",
					"email": "lee@leebyron.com",
					"url": "http://leebyron.com/"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "./flow-remove-types",
				"flow-node": "./flow-node"
			},
			"homepage": "https://flow.org",
			"bugs": {
				"url": "https://github.com/facebook/flow/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/flow.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"flow-parser": "^0.108.0",
				"pirates": "^3.0.2",
				"vlq": "^0.2.1"
			},
			"engines": {
				"node": ">=4"
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:dist/npm-flow-remove-types.tgz",
			"_id": "flow-remove-types@2.108.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.16.1",
			"_npmUser": {
				"name": "flowtype",
				"email": "flow@fb.com"
			},
			"dist": {
				"integrity": "sha512-cbYe0AijNVlc6V1Xx99fNqQtRMJ+xbQwG5rQtcheFQiBPO6b6VwvhMs/OelJvpO+YUTz49IhFKzoZGj5xm74PA==",
				"shasum": "07a20cf06f373a044bd5d4186da556a4c8ae45d5",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.108.0.tgz",
				"fileCount": 7,
				"unpackedSize": 40110,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdgssYCRA9TVsSAnZWagAAhiAQAKGho8EdpFK0SxIYr2c1\n//IVU/fTVsIyw3FT+umeAeLmAnVlwAtqo5GZaqFT0CoY1S6kODUaQt1bY7uJ\nnz/2hTx4NNGqKLTNupT5h8Gjcj43kvljNBO7c1zQ1cKmfGK+CHFQR9vUeN9V\nshMnTJhsGvUouW1AMeAnZSbKt9UQUF9Nqi6Jd69IE4Gq7gAdLQky4aG1e8Z4\nOOvtlKz0+UifH9/9IfjuvPHAGwHSrPmecHJ2NK+jIqaJ78y/SN7/+pjM6bwU\ndrGM7+hpfXvXq046cdIY8bvOGqEjQ+V/OJYgRKH2i/0bJgjtxuafB67+J8FO\npRgBKhLrKdXHdoJ5lRb1M625fIyDC8/SqHT5zAdr3QtlR/VpRT7V40LwH6Fk\n3+vcNFR3ajin1vUQ2gcWPBiddMe61+QtCXMK9KROMITozB38DuNY5gyVwndI\nqhL1UOOWg2KsX5dnXZNrpJQy0ptCwIhiAhj+or9qieJrWaVJeHPlnXbHFLBi\nOB4TAC8GiCQDDRpNXqiIgANCNPN6DxIicdY6DblVY/XK8IfmZpTA9ugLB+gT\nikk9ZuDNV6tDGi4D2ACiO8sB08vTrmdHtKt6R5paBUP0UWhVb7+cwTmT8MYR\nU3js1ZS3KJJVK5n3ObNGA7Dp7EyBPff7zvnDfTIbchGmBYu6gttZluM56scC\nGGwT\r\n=oLL9\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types_2.108.0_1568852759507_0.7826819273933914"
			},
			"_hasShrinkwrap": false
		},
		"2.109.0": {
			"name": "flow-remove-types",
			"version": "2.109.0",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Flow Team",
				"email": "flow@fb.com"
			},
			"contributors": [
				{
					"name": "Lee Byron",
					"email": "lee@leebyron.com",
					"url": "http://leebyron.com/"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "./flow-remove-types",
				"flow-node": "./flow-node"
			},
			"homepage": "https://flow.org",
			"bugs": {
				"url": "https://github.com/facebook/flow/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/flow.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"flow-parser": "^0.109.0",
				"pirates": "^3.0.2",
				"vlq": "^0.2.1"
			},
			"engines": {
				"node": ">=4"
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:dist/npm-flow-remove-types.tgz",
			"_id": "flow-remove-types@2.109.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.16.1",
			"_npmUser": {
				"name": "flowtype",
				"email": "flow@fb.com"
			},
			"dist": {
				"integrity": "sha512-IN0t0foOC0ZZc05mS3Kfv7tgbdH9v/Zi0hia9pDjBmAZFld2h19JtesMLpC/57tqZiWAYNQBUV5dqE/BZ1flgQ==",
				"shasum": "5bc0196d594a312ee9d2ab4daa88934eecf5a33c",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.109.0.tgz",
				"fileCount": 7,
				"unpackedSize": 40110,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdlAgkCRA9TVsSAnZWagAAlP4P/2a9lttuB9qcgUe7aBd7\neaSJDk1ewy7r5BB8nR9L9IcXNTD+MSVKCQigwuT/7HofLbJjGJKXvRkHFqWc\nH8ObgWyCHS2Gbgn69REa6ghxGWMHRnGQfj6JAE9sm1EZQYaOaozH8vITc9gN\nlEm/hgJMQlaalYpAJw8cusL93eyyTeSL0nxb10Q1/9N542ZO5BY0Emg2mUXO\n//DXmnUYwJST5uug2zMlDRTHTnBCUClyDZMESGPhDDbWsBVLCK52HtZhZTeV\nPP4W1ERepYa0AnImAzQ6d0PNZCw2JfVyNU6nYSAKnSrgcm9BmSN941AzDYaM\nehyUpLdE2pKIrLBYcY6qJpE++d5PCY2qR3PmQhkNlb745tVf+U+O/QlJIioO\nRs2S7PX6NPNTyY4xcdAMLDOboRsKpy+0oEaLi1KXSw/6y5dMhx/NH2cwnJZM\nlV9QS1Q+nLGZmQDAJVN+sKZQLizP/+NSE3OP4oLszG74QQqDNlbTvsWETXiB\nohNhaNVy+PvAaY5aOe2SIXxysgdG9Gr0OHOspZ5IxPbiYzMHB3hIpQvnVAIh\n1XLLKXa8hqcjP0/GBwtkedCFn1VA+k/TNSX0EZtTg48MkGpFlmRHg5VwZdAZ\ngX5TPQ47+PkSp3DBYZLe3XbyVCw1qSBlsH8kbNQX9nOM6yLU7KUjh1uV1sIT\niCzW\r\n=IR5Q\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types_2.109.0_1569982499603_0.23524663516300204"
			},
			"_hasShrinkwrap": false
		},
		"2.110.0": {
			"name": "flow-remove-types",
			"version": "2.110.0",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Flow Team",
				"email": "flow@fb.com"
			},
			"contributors": [
				{
					"name": "Lee Byron",
					"email": "lee@leebyron.com",
					"url": "http://leebyron.com/"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "./flow-remove-types",
				"flow-node": "./flow-node"
			},
			"homepage": "https://flow.org",
			"bugs": {
				"url": "https://github.com/facebook/flow/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/flow.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"flow-parser": "^0.110.0",
				"pirates": "^3.0.2",
				"vlq": "^0.2.1"
			},
			"engines": {
				"node": ">=4"
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:dist/npm-flow-remove-types.tgz",
			"_id": "flow-remove-types@2.110.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.16.2",
			"_npmUser": {
				"name": "flowtype",
				"email": "flow@fb.com"
			},
			"dist": {
				"integrity": "sha512-pcGibSrmUs2VQXsomhZuUw2Tw+g7tJqvyLtVDmDkaT3/ytwkjHkpKfc1j9g+U0LOHSr3vNg/eXW9s6uNpK6veg==",
				"shasum": "ad5031b7c0529ca67ba6fbeff22f04b90f4610a8",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.110.0.tgz",
				"fileCount": 7,
				"unpackedSize": 40110,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdrg14CRA9TVsSAnZWagAAEqQP/23pH4CnjyOPAfv2P36H\nCxcZW/bRlVZrjZN+Q4meWiilnDoy37G8jPleXvsG5u0BXKCUwDrzWNQYwPeE\ngm8VNGM0e8TSWgE2GvTSUT8fGluY8tirtceyAOfpxYAx6vSEMvW4zT8wGQwR\nA3/BJCyOdysOhVoRWX1uEN7sImgQFoyFed37dtfN507ioCZFxm1a/ZGa0BKt\nuVo/ROvAD+0pxcItPNFp3wVbTkwsSv1OHlus0i/DprTsCAHWXrumUbTUlklc\nUAG0hrFuWFFCPknO0x8ApNPt6hyw6+J1meXjz/BhWUP/VBTGa0idqsF9y3VZ\njs6W7m/rXs6RhLPhsRF+S4+0lpz+j+u3BV7FiOHldHTmcKddYkxmoBS5tnSf\nd8oQpIXpFpiNGOOBsoTJY4x/64HRIocZzqZVc2Vnf4rsbC/0ljBkZzIWuH2p\nJKhshy/rOEssTsiQkSC0PG8JpUeN1pSz03YgnVuQLwlDXYwI7S8JaDSSap69\nf3T6ttsbQDGSx6MjeSWmusJIHqCY6faNbgoKUxE1IpZkHbSyiYGyYs5aIQKT\n/Wgs1wRjvboWrxNbjRK0mB/YEbEk/tthEz4FsUcUAqAWI+9xWOqs9HcYgMee\nogoqd0HRRoxvtqSwRMMgbzzrWmgn3ERl+x/sfqpsW2rc5/O7Wz58yF2RUzhL\nLbGj\r\n=F/y3\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types_2.110.0_1571687799687_0.5347866700365167"
			},
			"_hasShrinkwrap": false
		},
		"2.110.1": {
			"name": "flow-remove-types",
			"version": "2.110.1",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Flow Team",
				"email": "flow@fb.com"
			},
			"contributors": [
				{
					"name": "Lee Byron",
					"email": "lee@leebyron.com",
					"url": "http://leebyron.com/"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "./flow-remove-types",
				"flow-node": "./flow-node"
			},
			"homepage": "https://flow.org",
			"bugs": {
				"url": "https://github.com/facebook/flow/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/flow.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"flow-parser": "^0.110.1",
				"pirates": "^3.0.2",
				"vlq": "^0.2.1"
			},
			"engines": {
				"node": ">=4"
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:dist/npm-flow-remove-types.tgz",
			"_id": "flow-remove-types@2.110.1",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.16.2",
			"_npmUser": {
				"name": "flowtype",
				"email": "flow@fb.com"
			},
			"dist": {
				"integrity": "sha512-xOhoJcgC5z55RDdKyMgoZFuXL+jGacGWivR8xhEjpzwLlIzqouVIY67jWqmGPS92qCEtKx7wSaIBw6CZ9I1csQ==",
				"shasum": "4335497b53fbe4ec60c1e1a32cbffd09fedab326",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.110.1.tgz",
				"fileCount": 7,
				"unpackedSize": 40110,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdsO4NCRA9TVsSAnZWagAAcU4P/Rx2WX2PcailwUTYEuG5\nRZGcuiT1c0PuA4jZf8Lg438rUlgXrGWAMjUF20G1rO4Jvl3Zk14AE/DnwzSt\nGAbLsbEHrp52//BtdVCV/w2Yf7CE306nBo7ByowsQAu9PtglyiiRKDsgB7Fb\nmWBUoBSlkqCo8gyBxF4V6sZ8MgiPTF6WbGmCXYao4NX0xrtHAWYuVGXSAI9P\nSVqnjOG63qtN04iNk7TEHb+ET8ZCrzn7XsSLBkwN2BAptENzw9TfvYxuHzc7\n8uKoC8uZVFmKPEB3bgD29UWKMuRa4mmwZ/VpmWu373ZRIUYyZk8WrmEjK5Lw\nL/4JStAzhlEjdg+FNtrWgjXrJfk2aGPJl9tKOGO1lGndixzGxoFIwsnT/Hj9\nttfejji/KVr+ro8oikaaBe/j0u6JNFkDKqgjqjVd5u72CJy75BLxOvXZmzcV\nRE73Nin+BdSs2pCjSUVE7rJuJpqsLcD73RseFrezpBpN+WE7gXWbnff7vuIy\nk+MT5SC2xuQhzeRxnGxXAaNiNpgh2rTi1jZc+SDd2aoR87v+Gqn/l3/577a9\ntgWwKRE0xdB8l7DAF4PzzQChsbhlH7Bj15TZpkeBMgXFt5moBD7ZhlaY4l0o\nO/Kt5OmP/HjBxo/sVF+ptuNcVMxPrwpTVqbmjKZyoaIeD90z+c8un60PEQKA\n3q68\r\n=zgoS\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types_2.110.1_1571876365240_0.22006626793043105"
			},
			"_hasShrinkwrap": false
		},
		"2.111.0": {
			"name": "flow-remove-types",
			"version": "2.111.0",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Flow Team",
				"email": "flow@fb.com"
			},
			"contributors": [
				{
					"name": "Lee Byron",
					"email": "lee@leebyron.com",
					"url": "http://leebyron.com/"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "./flow-remove-types",
				"flow-node": "./flow-node"
			},
			"homepage": "https://flow.org",
			"bugs": {
				"url": "https://github.com/facebook/flow/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/flow.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"flow-parser": "^0.111.0",
				"pirates": "^3.0.2",
				"vlq": "^0.2.1"
			},
			"engines": {
				"node": ">=4"
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:dist/npm-flow-remove-types.tgz",
			"_id": "flow-remove-types@2.111.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.16.2",
			"_npmUser": {
				"name": "flowtype",
				"email": "flow@fb.com"
			},
			"dist": {
				"integrity": "sha512-MDnVo73kN5zJcq1Br2DcSxsyTDNoGmpjk3Td0BY+mnt6eDW6JHV2GaLN3P0zN15q86Ex8Bk1odW03IYst6U/vg==",
				"shasum": "e57153d54f1b4eafdf732414422b1cddf43377b0",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.111.0.tgz",
				"fileCount": 7,
				"unpackedSize": 40110,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJduhFTCRA9TVsSAnZWagAAeCoP/RpILEMyt/Zt7FpQYDx7\nSA4pi6C/VfE20I1lBA5xidSOp2n94LDsqVeJHu30EVUva/SwIJzgm4Cjqajk\nCY+TqdPzHyP8A7hjYdcriykmh3DylPyzx2LeUfzrMH2Q6rvzsfvWdP2IDSB3\nH3KlhAsG7DvGNhdkQxM7/4gBZgD5LpOO1VCAVYMEs9w3W74De5wIkh++EuRX\nxroHwsMoKuwO0Ai204liAKv08AY845nqIRyy6FXWhOnZyx6/uZnHGu5jKuCv\ndmZxJJmnBg+2kqB4LP6eoMvoZyi/6x+F4ZcmhNa1bYnw36cgTKdsxLY5CfVz\noEb7YNqq3IjWBfyemDbb41Uf+MhKCdZDw8pZqNH8GHaM4pGfElIo3sg5PIIx\n5KXtAVwbfN1EBDdBdKcpzOE7fW5KxcXrkQSbF1AoJdo67zSe3DFYv6rTfADR\nLX6pr6tK4/FnJ/6utcRbOHCxr8LPJGdxhCo47rhN/3eDvXnkvhtBD9FM6wmk\nn44Gpx7E2vNw1tZsQKIUGRq+uT0EEwxkWbPwdWclxRVk7ixg6jM/lb9pQwYP\nd01yzhc9Jhi++ybgkyirA9cSbqu2iMq9D/eGfcmCfC2pL0YN3Q0LSUN4+toe\npEuZjZPnyVWWbGT4QX6TPnPnzwBFFApamdxgKxoD9M7XvWeQfQCwlNmXtDF9\n0Kkr\r\n=a17m\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types_2.111.0_1572475218754_0.2915999936267959"
			},
			"_hasShrinkwrap": false
		},
		"2.111.1": {
			"name": "flow-remove-types",
			"version": "2.111.1",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Flow Team",
				"email": "flow@fb.com"
			},
			"contributors": [
				{
					"name": "Lee Byron",
					"email": "lee@leebyron.com",
					"url": "http://leebyron.com/"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "./flow-remove-types",
				"flow-node": "./flow-node"
			},
			"homepage": "https://flow.org",
			"bugs": {
				"url": "https://github.com/facebook/flow/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/flow.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"flow-parser": "^0.111.1",
				"pirates": "^3.0.2",
				"vlq": "^0.2.1"
			},
			"engines": {
				"node": ">=4"
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:dist/npm-flow-remove-types.tgz",
			"_id": "flow-remove-types@2.111.1",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.16.2",
			"_npmUser": {
				"name": "flowtype",
				"email": "flow@fb.com"
			},
			"dist": {
				"integrity": "sha512-wyabTnqjiy+tTCw5wUFhy5Eue/UehqVVCiJNzfoW3JtE/M+pstcFUFmjdrGrvOV7f0Iz7xzF71scBxH3bCVlfQ==",
				"shasum": "4c9b4e46186e85b34788f1deea7bfd5532259274",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.111.1.tgz",
				"fileCount": 7,
				"unpackedSize": 40110,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdvIZDCRA9TVsSAnZWagAAmnAP+wRsT9YHGXrIrchdG8+n\nlrYDNAxwOwui+Rx8wVPTch7EqZb0pREHgM/2zkK1uF1vqEbpM9Kb8+yvFD8U\nXTD+9YfvVgCr8M3yoUmoEwY+17/GY8prxZDmvyJq0gEsaTYQBmWfIrSXb5GY\nJGoypGW9yJSFo/noeLI1Do5axngfs9ON5qlCG/WKEN9hWxKlerD8iGs5oMuk\nFcust969Fbph7OO5psvHB466tqSP2v5GWImy2JsNJB04KLy64KQ4BGLNQwTk\nhRkEBjuA9ys+5Q16WEfYolpEyIK6Nn5QfqTJGl1Eok4/iZj5ERCAxzmvCk65\niWnMuc7TbVPlVnc4ugKcdOMPS7YZbYJHH67garIqqDv2HMtLvmnhl0/AcgOM\n2fIwfCv+RVYoGUak2TB2ipghQkyD+eVUter6d4updYhBjoondOCbng8AxS94\n3eHUJGElCBzVkfBjN3MqPonbjdhBMLlgEcrYUq3EBMVdwqQIPgMRT9It2PMo\nybcIYjcTuquCZRYUW3qSoYwHvPsgtTvjbtkNthpgxwHIZnFTTV+DhfiSF31Z\n4SpbpiuqGeDpksennMBXU1xCaepsqUPDrWQyMkbO6sR4K/gYV5NA0b91eOxc\nUqwjGo88z08IJwSfhV8OqMmp5bAb8msrtbBQ+hGrP1sX3hzTCiGcSbVF+NM9\nYFy0\r\n=vJtx\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types_2.111.1_1572636226605_0.006696457322418636"
			},
			"_hasShrinkwrap": false
		},
		"2.111.3": {
			"name": "flow-remove-types",
			"version": "2.111.3",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Flow Team",
				"email": "flow@fb.com"
			},
			"contributors": [
				{
					"name": "Lee Byron",
					"email": "lee@leebyron.com",
					"url": "http://leebyron.com/"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "./flow-remove-types",
				"flow-node": "./flow-node"
			},
			"homepage": "https://flow.org",
			"bugs": {
				"url": "https://github.com/facebook/flow/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/flow.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"flow-parser": "^0.111.3",
				"pirates": "^3.0.2",
				"vlq": "^0.2.1"
			},
			"engines": {
				"node": ">=4"
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:dist/npm-flow-remove-types.tgz",
			"_id": "flow-remove-types@2.111.3",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.16.2",
			"_npmUser": {
				"name": "flowtype",
				"email": "flow@fb.com"
			},
			"dist": {
				"integrity": "sha512-M9k0igaQDnPXzTsolDMwZL6ksYKPjLsp7NJqgyiELnkGBWlnfvWlN06RuyYdr9WrTSv9wxgmLoa+rMa/W4fffg==",
				"shasum": "9fbe3671f6224d8a8884a88eee13fc77262dd6ce",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.111.3.tgz",
				"fileCount": 7,
				"unpackedSize": 40110,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdwgq6CRA9TVsSAnZWagAAMYUQAIOTTc7BzFId0cP3YKIr\nrLO1qQjXT5sw4JQvsqJRJoukpW1WaXinOz2GB+VHxQQEB0qaOvpniaHwZYIT\nbzyb2/9xqnK4BYZ1FJ5gyNLYvoEV7st8gAtdi9khfRbbUBafG/wixvL0HErq\njQcVFVk7qcw2pNUkC36Nx0w45lCar8NGzcSUjFifAd29zCOyQ5P+HyGAGNCw\n++WqZdJXfSDcBXfgYA5HdYaUgXYk37KbpMElMg1+jpe1sbCZaPGEByLUt3BZ\nXFRJw/gvrypDn7DjA1DrIQXGpxw2POWTOySh2GFc7Rs766t1QxhW5wi5IxwD\n3tLhsRet/svuaRXssVeCxoO4SZDOZJXSjaWVjSzIuRGa7EzQAAZGH5koGF0r\nst+AME2CWtr5p1yI7syASn/pjUU883+nrnKLL1GjH+IEw4+6OLf8ugWr3+Qw\n/YZxm/sa06fCt9aziVHoDq2woyozuDQb+q1T3AsRsyWEjiKZBxokWuoyRwBe\nMjDKPPNAzpkCPVx5SjrtuSBotIPB+GSFskwwm5Z+HE0bXfJMbOhj+7eNMTeS\nARzpBNZfhz73Mfg989Yu16n1TsNcNll4B2yyx5WS1HsLu8d1vv8Q8X8LH9Gt\nuWCf7qO3V+UkCQY8JBB24lJlPZJqU5Ncnvgnc760KUmEqrR+vRfWgto4jPzO\nz22l\r\n=clyf\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types_2.111.3_1572997817839_0.5131439677611369"
			},
			"_hasShrinkwrap": false
		},
		"2.112.0": {
			"name": "flow-remove-types",
			"version": "2.112.0",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Flow Team",
				"email": "flow@fb.com"
			},
			"contributors": [
				{
					"name": "Lee Byron",
					"email": "lee@leebyron.com",
					"url": "http://leebyron.com/"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "./flow-remove-types",
				"flow-node": "./flow-node"
			},
			"homepage": "https://flow.org",
			"bugs": {
				"url": "https://github.com/facebook/flow/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/flow.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"flow-parser": "^0.112.0",
				"pirates": "^3.0.2",
				"vlq": "^0.2.1"
			},
			"engines": {
				"node": ">=4"
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:dist/npm-flow-remove-types.tgz",
			"_id": "flow-remove-types@2.112.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.16.2",
			"_npmUser": {
				"name": "flowtype",
				"email": "flow@fb.com"
			},
			"dist": {
				"integrity": "sha512-h3bwcfh41nR9kvlhZFr5ySGmzzOyG4VUsnN4OBl9R6anbWAiX4H5lPhKTwZ7AelWF8Rtqmw/Vnq+VLEMg7PdAw==",
				"shasum": "9716790135bbb706ce76a406f15a0db2a8945a74",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.112.0.tgz",
				"fileCount": 7,
				"unpackedSize": 40110,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdyvmDCRA9TVsSAnZWagAA89EP/15zvMDRuYtmmCq7qAGL\n4QQsfI4hpP6Yrdp/x5mfFPBYgbcBbVkPpFUxsjuX4z0/I0MB2YfL9/GAPbBv\nreu3QhMXg4gk0txxTZcrzhu1/YZ10F/qypm/MnEfyek6BXAd1M7Jntvbtz67\nneSSK7dxls0nePm5IJ/Na8MbKdehmb9xtxR9tJGW5SE6XoKw06AZbEQ7aVvu\nADD2Dwq8ECP4FNsEUXjHdhz5X1EjSwLvuWvC+nTHzW1W71Uez0iuOlcKG0zt\nOh/a4qj34Yb/fw7bimDDFTbZOlCtrRPIoYagC+sU0NjIcqwnWHhM4qmEuTTT\nXMiNKMQx7RB+K4ZXG8VbexIFcz3BxrzXSSKT/t2o47k+IuYj5g4n0Y4SE3os\nxtVYYwSL5xh4+xsvXv9bEBucY4d1w0g9OSCkNJYMw0+N/twSWdmxmpAXcBAr\nSuEF7t4qoIf8U2SiVbZLqyeZy+cpCmhxFIJ/H/Iw+oXAXUUF5pLCqX57ncoi\nwDkKdFN9UyzuxyCqp32t2FXD+ABjinI7nAsQr5O97i8lTFcwA1n9wQjiVZ6N\naSteiC1ywLKeKRGqUgVPrDW1xfUiraVHQ3hKGyko6UGCC1okTMsrtudNQbHP\npMjgQS6UjkJ9EJQqR16Oz0ePwCUK/gQuWXTarNY2MsU3S/PcCxNUvbyqP+ij\nMrv5\r\n=nVXf\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types_2.112.0_1573583235130_0.12886762306245103"
			},
			"_hasShrinkwrap": false
		},
		"2.113.0": {
			"name": "flow-remove-types",
			"version": "2.113.0",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Flow Team",
				"email": "flow@fb.com"
			},
			"contributors": [
				{
					"name": "Lee Byron",
					"email": "lee@leebyron.com",
					"url": "http://leebyron.com/"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "./flow-remove-types",
				"flow-node": "./flow-node"
			},
			"homepage": "https://flow.org",
			"bugs": {
				"url": "https://github.com/facebook/flow/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/flow.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"flow-parser": "^0.113.0",
				"pirates": "^3.0.2",
				"vlq": "^0.2.1"
			},
			"engines": {
				"node": ">=4"
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:dist/npm-flow-remove-types.tgz",
			"_id": "flow-remove-types@2.113.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.16.2",
			"_npmUser": {
				"name": "flowtype",
				"email": "flow@fb.com"
			},
			"dist": {
				"integrity": "sha512-Rp4hN/JlGmUjNxXuBXr6Or+MgDH9xKc+ZiUSRzl/fbpiH9RaCPAQKsgVEYNPcIE26q6RpAuMQfvzR0jQfuwUZQ==",
				"shasum": "68d3151b7ecf8d479318dea004c683d945206cef",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.113.0.tgz",
				"fileCount": 7,
				"unpackedSize": 40110,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5UW3CRA9TVsSAnZWagAAgmQP/2VR36YY007Woq2MtLA1\nPD5TdQeWds+D2pfBVIfqyRpDQh2tkqlnv6r/zuqInjb+mHDl/0oN7AEOyuWU\nUSe2UpPXIX7P+za7kHFxo4RBnRNn+9SpTpjWC0rKwKxB6zdG9vM90peZ1ZGC\nGHYe9pPxTEDDWBLD7wxCTelGUTyBpk/QlVEEDCcYJyqFBhN0jHTnQM3sui4M\nNHWHLWdSRw7CylvUyzkH+Mcr+I5+vG3MEMcqhwdltf1KvNkBkWLVJQGCNQFD\nUw2dFIb9F1ljVHUMbaWikuOMiPSxz0ojtcNqxshn4vZUvBZwKAGV18mMwjVY\ngc9jsZoIeyYrmHe2MwsAVnDPwiN7f94KT7Fa1CtEMXgriDTfdGZWTWnQqZ23\n+5jvlwEYt0et5pqgq6snVNa3y1C0+boVVFgvl2pehlbexBx3jD+JWsExy6EB\n8c95wsn56XXiucduo5l1R2nudAMnmU/ziANuOWbRj5H3ghThHJeL2uAbnT+X\naLCFu9kqhA3TiRrcTf7ISA/1f/N5Y+DXJY97sjmAjrN6EhAzXd8kcyoFv1B6\nLZ3sfDZmTZSx1tQngunNknwZA6kpZZrgEZzQw8GIRnTn7tq+GO8CI22HhHlv\n2fwbBzrJwAi4uDM/mLIiGmTkYbmRn0l3j8rmiNp8rIAgkVOjnyHBPhdeAGz1\n7lyA\r\n=LDvB\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types_2.113.0_1575306678722_0.5263228813967089"
			},
			"_hasShrinkwrap": false
		},
		"2.114.0": {
			"name": "flow-remove-types",
			"version": "2.114.0",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Flow Team",
				"email": "flow@fb.com"
			},
			"contributors": [
				{
					"name": "Lee Byron",
					"email": "lee@leebyron.com",
					"url": "http://leebyron.com/"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "./flow-remove-types",
				"flow-node": "./flow-node"
			},
			"homepage": "https://flow.org",
			"bugs": {
				"url": "https://github.com/facebook/flow/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/flow.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"flow-parser": "^0.114.0",
				"pirates": "^3.0.2",
				"vlq": "^0.2.1"
			},
			"engines": {
				"node": ">=4"
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:dist/npm-flow-remove-types.tgz",
			"_id": "flow-remove-types@2.114.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.16.2",
			"_npmUser": {
				"name": "flowtype",
				"email": "flow@fb.com"
			},
			"dist": {
				"integrity": "sha512-ckon8RO7tFcVGW3Ll0jAWgULVrNa/cEN0JXp2I7XmzWT/GCQghSb+0312NjtAb+y3W9iXpPxkVMI86+SDU0E0Q==",
				"shasum": "693038a1217c8e922afe0612bade53d085d0a8d8",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.114.0.tgz",
				"fileCount": 7,
				"unpackedSize": 40110,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd878/CRA9TVsSAnZWagAAd3oP/0EEih2Zxolz/amWdsxs\nt0x3+TK102Q44kgsk1aoRegr4NL+sz8E7gSfHU8PYHsz58eDb2+BlEYDFW8Q\n+LDF05UjkeqsM+q1r3cU//QXRIWJKg8XBY6g/Hb7baVOsfQNVIzlC8+r/bpg\nG1DqWmN53LHwYkc3xKRHXlpiu+5Uw6Jf/U0arTq5zBoyc0zUXjmfjuCCRTwn\nCAhgSFwtwhWzZEvXw0FX4SspTr7g4ZVQWW/DPsOz3opJpyUxeKZxG1/RiirU\nc8XCu2bZSuuZnCMfqnFUzF4tvAaRnIQNy6yUbxu34bbQvodjk7BXktvuBCK6\nI2Yr1Vy/yh6xQk+LEAQE18gF5KrbarvkCum3ZDC0Ywk/FOOo90YzixTq3bI1\npELkbloJ+bKahw+B774fzis5hDTiUAnUCLe27gjtUC2KNAfR4ji32GsjMVBE\n7gLfzSj2zg8LOw4684TUbTtrroa+LGIei4Tsom/y5xvAUOSpkrha1+OKOSES\nP8qrpcjWpPyiDTOozLydbEwV9zCOh5QJAuY3vB+zl3ZGjwyp/3sl7M0GOwQJ\npGI7ISuDmWONp3niU29hfQPZsxGB2msZYKcc+BjyPFX+v/Df3yOi908Mbw0P\nN7CxkVdpL7snRG5qAmvvQvTeO8JC76Iov33+TODZjRguL/ChkBeHnW3Oyfe/\nWvHE\r\n=blxy\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types_2.114.0_1576255295142_0.3367443709637812"
			},
			"_hasShrinkwrap": false
		},
		"2.115.0": {
			"name": "flow-remove-types",
			"version": "2.115.0",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Flow Team",
				"email": "flow@fb.com"
			},
			"contributors": [
				{
					"name": "Lee Byron",
					"email": "lee@leebyron.com",
					"url": "http://leebyron.com/"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "flow-remove-types",
				"flow-node": "flow-node"
			},
			"homepage": "https://flow.org",
			"bugs": {
				"url": "https://github.com/facebook/flow/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/flow.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"flow-parser": "^0.115.0",
				"pirates": "^3.0.2",
				"vlq": "^0.2.1"
			},
			"engines": {
				"node": ">=4"
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:dist/npm-flow-remove-types.tgz",
			"_id": "flow-remove-types@2.115.0",
			"_nodeVersion": "8.17.0",
			"_npmVersion": "6.13.4",
			"dist": {
				"integrity": "sha512-7yf0sQEV/KwXnt/Zs0D40eJORIMQLNztTUBGqb5GvOIIiOStcw8y/yi03Jw0VOwiI7GVqFoONtsCVawQvCrteg==",
				"shasum": "9a6d65d69f1000edaa610ce7bfe3de7a86d36ca3",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.115.0.tgz",
				"fileCount": 7,
				"unpackedSize": 40110,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeDpvZCRA9TVsSAnZWagAAyzYP/iO9BOp2qNVWqtTG6Kcq\n6nSh2V/Xx1a2k38DsgoCK+suRdvhvX5hL5ZLZ93OlEFAPrBJMgNFco2hxh2u\nXRNss1Ypc/UP7wXvIDkuW/ePdk71kZPoBlmpZSE0HouauMhpyGj2xxXYC2E4\nO8x2ZTgE3Gg1CYAnwFmsAUV2I7cP2AGh8VOxqRp4HP7iZ6Fo/0YNgzrelLCY\nmN5DCQdknpBlx6torzCGzjfY7AH44S6gxRsJd8QwWUe3G7EXM5XtDmTIIago\nCFbgpXkJu1e/SQmiVRQkAOtuWkJMg39b0qc7mUBuHkmS0iaiT/bFqny0XTyq\nFOjhrGT+0wFCRQLEycoj7ZWTOR/nG3YXxBbcasmc/XwpklPPnsXnIFBGd3iK\nq+Ns4IyCna1ETKjswkaudVjU4MBNNdJqvr8i51TePdZaPvT5U3Tnw7ceq+Pg\nCie4bCo0dsFsOpL8N7csxwMulem20juZbpRdzoa31qek+G47Pi8vM+1FCYWE\ncKukTBo57VUo/k8r3XULOAetsH2rwIkHqYRNmei0i9r8/p8+BOmHh/dowkkX\niF/kgK4gv75G2LOB2eGMLSSMnKR37c7wK60I66BFoei379LpmjVY5LV6zlRD\nUaS+QYZTZsZCM8GEhfspDowvULlTclV4373L2tSzpr9HhxX6Pl/GgZbZ7kYg\nVZfc\r\n=5hx1\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"_npmUser": {
				"name": "flowtype",
				"email": "flow@fb.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types_2.115.0_1578015705325_0.5485611575996059"
			},
			"_hasShrinkwrap": false
		},
		"2.116.0": {
			"name": "flow-remove-types",
			"version": "2.116.0",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Flow Team",
				"email": "flow@fb.com"
			},
			"contributors": [
				{
					"name": "Lee Byron",
					"email": "lee@leebyron.com",
					"url": "http://leebyron.com/"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "flow-remove-types",
				"flow-node": "flow-node"
			},
			"homepage": "https://flow.org",
			"bugs": {
				"url": "https://github.com/facebook/flow/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/flow.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"flow-parser": "^0.116.0",
				"pirates": "^3.0.2",
				"vlq": "^0.2.1"
			},
			"engines": {
				"node": ">=4"
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:dist/npm-flow-remove-types.tgz",
			"_id": "flow-remove-types@2.116.0",
			"_nodeVersion": "8.17.0",
			"_npmVersion": "6.13.4",
			"dist": {
				"integrity": "sha512-Qx5aweN5VujWMBmNWT4EeRYBrfY1qbCNUlUnmL8RAADDyVPI0gKAMr4QeL8ppUbxKGXkOlc8xnHMvATB3RL1ew==",
				"shasum": "b3b0e3c4d8d558cd48507e4d819806df180ba09f",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.116.0.tgz",
				"fileCount": 7,
				"unpackedSize": 40110,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeGNZNCRA9TVsSAnZWagAALGsP/RIxXDBxWBScfWcpDVFh\nTMC78Crwii05SH1sFiAqR1Yjo01jnx0LLrMwMDrAirQHPUdPR+cMvYVlDkrQ\nSOj8/wC7yY9Fb23r/nQnLhI3lHS/fDxLGjxDQZamX8AEyLHWYZe7EMvJPn3f\nVQ00R188pH41Q7TtF1n/aEpYvzzBtgr/MwjrGopZ+sf23THT/6XlYDGp+I5Y\nRKpbNd5hKQvsvNBXpUNJpoFm/rybc/scgQEDSbBzvpsdfnEmphrYNjCMJj9C\n2imTvpCVoBJWicPuCHEAeIOangmCcK5hOffC0y89HcB8EMFiG69wWzPBImS/\nnoGXdMXJ2pcUaTBzWc+gB/dJdYl+U/b/zLvj7Cn8y5zNEJy09T3iq4qVE39O\nOfSMWNhHYWnFBh4Whvusky5rF7NY3LSTo5QljYuHSfo9rzlpO6qVQU8DlwAn\n7cg3BVQCd45cKhK7GdZH3pflnhZZtAktTW4gPeHwMSzZ5fcermxNDnMHB8CB\nGJyS6CUHhOkywcDgKxZ4XXA1hI6IxsPNkmLk3Q7CwyROlFYqyYLO/JZGhnUt\njaYuHY8w5SD4BK6Sn2b9TccAfoBOtQLBnqpHCKNOQ5mdlGBu0N0vKHga/9dA\ngj3HPoeCb50esXOPKuGgJqKYu3kevzwZ2Xym2EdvuoJ3O/sVpSJ8Yqi+xzTq\ns68i\r\n=3n53\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"_npmUser": {
				"name": "flowtype",
				"email": "flow@fb.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types_2.116.0_1578686028675_0.9433187898442039"
			},
			"_hasShrinkwrap": false
		},
		"2.116.1": {
			"name": "flow-remove-types",
			"version": "2.116.1",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Flow Team",
				"email": "flow@fb.com"
			},
			"contributors": [
				{
					"name": "Lee Byron",
					"email": "lee@leebyron.com",
					"url": "http://leebyron.com/"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "flow-remove-types",
				"flow-node": "flow-node"
			},
			"homepage": "https://flow.org",
			"bugs": {
				"url": "https://github.com/facebook/flow/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/flow.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"flow-parser": "^0.116.1",
				"pirates": "^3.0.2",
				"vlq": "^0.2.1"
			},
			"engines": {
				"node": ">=4"
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:dist/npm-flow-remove-types.tgz",
			"_id": "flow-remove-types@2.116.1",
			"_nodeVersion": "8.17.0",
			"_npmVersion": "6.13.4",
			"dist": {
				"integrity": "sha512-FyJBmNj94LYmQgEh8mPAE9ZBks3TtdKGr2HklIX6ichp4qG2MHiny5KlmJA2b3ayRG81bxM+1mgz8w6KjBgR/w==",
				"shasum": "bd75d3c38c5473a1ef66702a3afff3f98129a78d",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.116.1.tgz",
				"fileCount": 7,
				"unpackedSize": 40110,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeIScqCRA9TVsSAnZWagAAWW0QAIS/SDqJsF0jmvw7Pta1\nVwhUCfiEbMv0bwxN/G58RDAe0Sy8Sd8ewFSJQxTGJnyTuARQUO82RDnD2kaA\nrrxCrqSfJUfXjzFNO/HT9y1B7wI3PPOnO/lYlHJTlG1so2+uM45BRlHziSV4\nmT7naU6/cq5C0fEe/MAk8+IgBEO0glyZcqj/yB/HEV1fKt845PmEVfD+RK2s\nDEEy6png0R2HhR8AcLV64xEa2oHBV7JGnwxfYf3MUEBmXGdDKaI69l8woMeR\n65fdANQBLGwYlMSKEdkd/A+lsSXwsve/LpavUZBiIPB7TEI652pqBF+c9SwI\ntE1lphcJpRzjqKkfyr5b02e/M4aika5slyjr/8N1i0c3emLSHiAHH+Y2V37p\nIapGIPBQHUusAHstucreGEdGVZnqGdiLppzXNVSD3rdSD9vVZE92eKF7/jvm\nXCAi5YPfc5u8LnxsiZZdJc7+chXNX8NOGI25GENOHevt6+apXsvIpq2ZakA5\n3SlSBSnFQWMsqefAaSA2EhPZZec+19MZBVWBd9CsTrKDWSa57vIk8ObHB2ky\npi1PR1EI///837X543feB5hREa9lWzxUziSXp30CNaClaekMGEpr6DuA/5OZ\nzh2Fd9M2VB+Uhos3bPdqW+p11tfq4c+gDwncoWMYshPVMLBTaqHUiOXl2/IC\nSJMe\r\n=suWG\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"_npmUser": {
				"name": "flowtype",
				"email": "flow@fb.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types_2.116.1_1579231018109_0.29203944717406305"
			},
			"_hasShrinkwrap": false
		},
		"2.117.0": {
			"name": "flow-remove-types",
			"version": "2.117.0",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Flow Team",
				"email": "flow@fb.com"
			},
			"contributors": [
				{
					"name": "Lee Byron",
					"email": "lee@leebyron.com",
					"url": "http://leebyron.com/"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "flow-remove-types",
				"flow-node": "flow-node"
			},
			"homepage": "https://flow.org",
			"bugs": {
				"url": "https://github.com/facebook/flow/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/flow.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"flow-parser": "^0.117.0",
				"pirates": "^3.0.2",
				"vlq": "^0.2.1"
			},
			"engines": {
				"node": ">=4"
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:dist/npm-flow-remove-types.tgz",
			"_id": "flow-remove-types@2.117.0",
			"_nodeVersion": "8.17.0",
			"_npmVersion": "6.13.4",
			"dist": {
				"integrity": "sha512-qcHEALIeD7oDixDWK+yRiuC0wM/kc01p+lb1hcALb3cLfOrDIMTWHq2QisRqYWhSetfi7U3y2mwqVcsmumt3lw==",
				"shasum": "7fef29fec6ef03b545c68008d154fa190d67b99b",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.117.0.tgz",
				"fileCount": 7,
				"unpackedSize": 40110,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeK1bUCRA9TVsSAnZWagAAO3IP/AigRxlllz0Tzp9laTIs\n2GZEtddO2TcFyUa7Z2OzOBaJMMbI9d/eVxrlDi0fFhslQy9SyFGOahqS0p6T\nLxOSSfsHIJv2FTrayQlPRgQxcY8UrwUN6l9b3YdZJ/qYcFv+9ogwPn45YHPN\nWw+E0xH53x2vF2Z3chBmtLYPALZiYtcFo6T/hR7Um/VV7DT2Beu81gksIgHW\ntlmOYLx5bJHZZTa5+uaQ9VeFyWgsMcTS+GjnfkfIFfaKbX+vTimextotyDK7\nwiEDch7K7pHF9xSRfkL5iQFS2XCAH0qA6luGvAeIGnU5+PiSHLJc4j3b/wmH\nZve8YU+bI5LbnfAUxajgJ4/crtMtghh3qSzh4n1uY/IhMbBd+IeSYSV/xUql\ngeoqdhyo3N2VqPGIfDakZoQWBLtKnDmLZtE6bYO8ovt5YcJZ3Ma9WzcRZGE3\nvcW0BgDk+NsBXdiSsMT2BFW1igdG5SvvNUJLWU/OL/CIo+LgZ5T3/XtRozTY\nYrItmfr75HfkmsSQLQel9iOZFvagWRqJE5KOMOZSeytYYSrKTgjNmqsLyiWE\ncrmquu8a+b/LbDKDd4+Q+k3/a/X6CEJH10bybw/Qw/Jb86OxWznuKMmcV9tp\nHkcaJWREBHLEecwDvXF0XPT+u1PBzf9e1LPTVcP6w9Fe5S/e6vf7a/tuNTw2\n0PmE\r\n=BTip\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"_npmUser": {
				"name": "flowtype",
				"email": "flow@fb.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types_2.117.0_1579898579949_0.19021561879909865"
			},
			"_hasShrinkwrap": false
		},
		"2.117.1": {
			"name": "flow-remove-types",
			"version": "2.117.1",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Flow Team",
				"email": "flow@fb.com"
			},
			"contributors": [
				{
					"name": "Lee Byron",
					"email": "lee@leebyron.com",
					"url": "http://leebyron.com/"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "flow-remove-types",
				"flow-node": "flow-node"
			},
			"homepage": "https://flow.org",
			"bugs": {
				"url": "https://github.com/facebook/flow/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/flow.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"flow-parser": "^0.117.1",
				"pirates": "^3.0.2",
				"vlq": "^0.2.1"
			},
			"engines": {
				"node": ">=4"
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:dist/npm-flow-remove-types.tgz",
			"_id": "flow-remove-types@2.117.1",
			"_nodeVersion": "8.17.0",
			"_npmVersion": "6.13.4",
			"dist": {
				"integrity": "sha512-8AfDZt0ZRfHj3p85tEJJ4qqXi2X+97GRRTYCfF3j1+QlrjkAPIjSCYQEHOvX/B+NW/407WeYevAyPHbfV64Mtw==",
				"shasum": "218dfc8b7d6967f96ba89c47f9a203ae6f831bd6",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.117.1.tgz",
				"fileCount": 7,
				"unpackedSize": 40110,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeMoDtCRA9TVsSAnZWagAAVcwQAJRiMbaHy0KvqWX40xeh\nsRpaukB46EP1Sq9k4QX2NAcx1cL2GtHiS6Iivt6hKf3aEeVW3JUwqLon1vzP\npzbHXEUQ8oKv5Y+H52MtxG/7ORA0Y9ZsTYCluMBpZEV7bUNOBVTSj6yYGSeD\nC9koUOpXvgiBbHNUnh6EIpNHQMOnQdlaIDADWTy38/c5apOUa1xuXCMZbMLk\nZ4yO3QZcks+xP1EfqUJFE8Cu0NpxH2TeHVUI+x7mdBDaMG1bElH6WyOnO4a9\nbjx1pJaw7LAT/ZxnT1WnB/SENs/Ei24YtrZ1GHNkhfv+nfgYcX+Twju+6/UJ\nbZF6h5S+zG7yFli8KXPipqrEEeQ/49Q2HAyrQXWT0OTBB9Lb9oWhFRbYCF2F\nL7674rr36z0UjkXO6TR/zNb+EhJUZp0THRJw+iIeWHxrcFknbOjOwvH6bOVQ\nn/DnBQdB1tO9EOiNheYAL63YZpIYwNL6KP7Jm7kee7ZgUUBhu7iLztJ1EVhP\nB0PpSBQ5cJlTL4vRGFqhl22OfbRwQ9jHpiYuT+E3b/9Emhk5Jm4tp2JQePCx\nfUhBNn7WQs3F114SFjWfNSN7c9xdV197oi/DtOSsB0MeqWi4T/O97T1WwvF3\nOqswdmZn/KsHaq+M4TMT49tfLKL6i7chYZ7bedzSzIl9k7bQl6MrB+IFr91T\n9YMG\r\n=sn+N\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"_npmUser": {
				"name": "flowtype",
				"email": "flow@fb.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types_2.117.1_1580368108605_0.133719742053946"
			},
			"_hasShrinkwrap": false
		},
		"2.118.0": {
			"name": "flow-remove-types",
			"version": "2.118.0",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Flow Team",
				"email": "flow@fb.com"
			},
			"contributors": [
				{
					"name": "Lee Byron",
					"email": "lee@leebyron.com",
					"url": "http://leebyron.com/"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "flow-remove-types",
				"flow-node": "flow-node"
			},
			"homepage": "https://flow.org",
			"bugs": {
				"url": "https://github.com/facebook/flow/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/flow.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"flow-parser": "^0.118.0",
				"pirates": "^3.0.2",
				"vlq": "^0.2.1"
			},
			"engines": {
				"node": ">=4"
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:dist/npm-flow-remove-types.tgz",
			"_id": "flow-remove-types@2.118.0",
			"_nodeVersion": "8.17.0",
			"_npmVersion": "6.13.4",
			"dist": {
				"integrity": "sha512-HrrN9WFCB0Ausk5EvCqQC3RQqgjOsDny+ByxBRYXBqgJrt1Ropxj4JTXBeHcPoeBuN/l8l2Uh0ve7L9NwWXslg==",
				"shasum": "e2b77957aef21445eb9f8671f968f081315a9c3c",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.118.0.tgz",
				"fileCount": 7,
				"unpackedSize": 40110,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeO4roCRA9TVsSAnZWagAAoZUQAIdUSyNlbpHeKCE0+fO7\nMseOBa88HqB9GtHD0sDEvmgoUV4rL9K2jm6gjjSBUYnWf25JJDjUJf0QHFfw\nRSQMIrdXOtjiIhnz/r2KuwAoc5DxWilxdKHWShtwRS5orn9e0hZ+j670nPhG\nitOk/wUfgYt+5FkbYvHLhvbx5EEV4zkOxFq8EW2Q+vj0LwCvrjS+fuEkLXu5\nZUFdedrxfqFSbtApNRbC1F+/xSy2m6bpjkglcYszhCD4XfiEKWDtIikW4dSp\nVF0iqUql2nvVguQNTrpd+diCxMLaGFgWWjzsehWuDnaFFHg7FZiNuvirDh/j\nE7vFRwePJMwkp0Znb+ZsYC+AjcdV2bF41p/lDzGs00YyEpXNKv7FWD7M6JRn\nB7DgRqe/gMA7khtS6Etm7lEN6Fd4vE2WoIYOBzLx3DH9sf+x6dbAMpgeesI4\nr1X5lfUOiye7zaG2bZu4t6h53Xvix0opT20g5SBUi+VL4VaAYXf3rbqalgkj\nxYNtPZolpa9B4R8tg/sxUj3GB8a4jJeqD6i/T9YKOZ1dvMJR5Lai1qH9wiwd\ndZ4yN/FOLbhtLQUJIX9716ZWveODnislhzRXfZZmMqf/t5XSBG2MZ8TMEFm/\nc+AH+HT7w0j0vtiviByPGckRcbcjSuDJ/O4JRvo1kklpNupjvz4maP3MPLSc\nEMSF\r\n=fwZ7\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"_npmUser": {
				"name": "flowtype",
				"email": "flow@fb.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types_2.118.0_1580960487907_0.12757911461589355"
			},
			"_hasShrinkwrap": false
		},
		"2.119.0": {
			"name": "flow-remove-types",
			"version": "2.119.0",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Flow Team",
				"email": "flow@fb.com"
			},
			"contributors": [
				{
					"name": "Lee Byron",
					"email": "lee@leebyron.com",
					"url": "http://leebyron.com/"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "flow-remove-types",
				"flow-node": "flow-node"
			},
			"homepage": "https://flow.org",
			"bugs": {
				"url": "https://github.com/facebook/flow/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/flow.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"flow-parser": "^0.119.0",
				"pirates": "^3.0.2",
				"vlq": "^0.2.1"
			},
			"engines": {
				"node": ">=4"
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:dist/npm-flow-remove-types.tgz",
			"_id": "flow-remove-types@2.119.0",
			"_nodeVersion": "8.17.0",
			"_npmVersion": "6.13.4",
			"dist": {
				"integrity": "sha512-kQzmMyl+gRqA2hU4hO/79hOT2dU9cAT37izRukyjqnItBlrZ1J4SYeqwnkDeOx4j2Azg19CxWNKullVt2kGZFA==",
				"shasum": "cf7648694e351e21e02c18df343845d636a8ee0b",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.119.0.tgz",
				"fileCount": 7,
				"unpackedSize": 40110,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeUDjTCRA9TVsSAnZWagAAN94P/0X3k+3uXs6M78WHG1ra\nqdr4ZlkswlWnlOkXtwzUzfEnokoNxhtwdFySf4M8whHv2mqyT0dNBc3BxEqD\nBC8hcmsacB2U5gmkKRf5Vr+vPnPJsMWu6andq0OoaEM1hpoypDsj2tdlNTQS\nFBrRVRCmPxAzPx+gyGgftIvnlCbdJ3sD2rBrWUamCqla9VRyVuBIkZlcKg1k\nTm6w5fT7Q79xGIBQcAhwvZbDvfPIFQWReVW37tj5mzyCn/ZHf3Ug+i9ou8a1\ncMr1Rv1v7QIjZiN6ZFkVwPZdF6cCnKmcDHw/B3oRdL3DZqRvEFMUsRDBhpIz\ngINLowxg5uoihsVh88iSMwzieSVqZxsopgm4qJ6Wht680ys2AlLPOHxcTbAG\nww0HNwOXwUkftrax1sJ5HhdrOICi6hN+DEUj42gSxlsDUhsZhekArtOkSu/u\nE2HN474LUH4y9tEymNN4OLpMhsJHc5mSM5TREH4BS56DHC3/qfaQ7qMJqS/S\nERahb5TWLNbpXyVqSQgjWVoRh0xDa+FK9/wngzf3j6Pscl2N6GnRhAHRAPG/\nSc/gTyl+/cqpBi6Dh8xlWKlIk6SAC6TbqUcuTJxUo1yUj1AIpPoltN5gPcFf\nZYg8p71FIXla/vIgM65g4lfKtBxRzV5ESBF1CkncG7JDnrOEKz8Xf1yu8RZl\nSW4a\r\n=T+q9\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"_npmUser": {
				"name": "flowtype",
				"email": "flow@fb.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types_2.119.0_1582315731157_0.21152330941914954"
			},
			"_hasShrinkwrap": false
		},
		"2.119.1": {
			"name": "flow-remove-types",
			"version": "2.119.1",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Flow Team",
				"email": "flow@fb.com"
			},
			"contributors": [
				{
					"name": "Lee Byron",
					"email": "lee@leebyron.com",
					"url": "http://leebyron.com/"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "flow-remove-types",
				"flow-node": "flow-node"
			},
			"homepage": "https://flow.org",
			"bugs": {
				"url": "https://github.com/facebook/flow/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/flow.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"flow-parser": "^0.119.1",
				"pirates": "^3.0.2",
				"vlq": "^0.2.1"
			},
			"engines": {
				"node": ">=4"
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:dist/npm-flow-remove-types.tgz",
			"_id": "flow-remove-types@2.119.1",
			"_nodeVersion": "8.17.0",
			"_npmVersion": "6.13.4",
			"dist": {
				"integrity": "sha512-PjPcdfyizk8/+IQL8pKInPkneRVzkJSV7Eqgl/8oHIWtEdQMkqrioxwSc1H38zIRzyALpgSdvcDvFHY28FUqLQ==",
				"shasum": "0bcf21d1b9e4092056f02f8924fd74dbedb4751e",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.119.1.tgz",
				"fileCount": 7,
				"unpackedSize": 40110,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeVYs2CRA9TVsSAnZWagAA1wkP/2aGUq8SGIwgv7V6VNy8\ndav5fLGC7YwkjZsfiKPjqNRvXLowNw0Hb6tmj2cXuDQTrb8ujedUSmahlVn1\n0VW6KIdn1Rb6SmZQdizBFrzr3DUQW31bx6R4mec7dLKCOLWPHy5ppRyLY54C\nftGbWHEBOFG/OdZTUw8/YW74gA+QHmPZx/zmz/5Rf1Q9Zz2KApeDSVXOGeXM\nC6od38FGVXNxI02B5FT+R+dU9YKpsyikT2KZ8CC6jibt2nGD8yaetL2PgOlm\n/xcdBuVS/2N0A18PiEZOaN4CsHEJ7lhd5E0e7I5V3rxFzNm6N6/FiRn0johx\nig091pth8ocDdHVf+exssr2SE9uGmyAzPEP2ejHJUkeMmS5dpwHRORHbHqu7\nvgEaAc8VUgrXxmbw/b0zJFzNmFY7uMiUbDeEKb2ACjWFn1kiKxf7HiRDtYkx\nqUjDNhPUyLi0KI5brmWPAaQEXLQ6yyjKmnAV5nBs2xpulf29GZnyY6d+CZpY\nPeKJX+tH/H4//Fmdx/SW9uE8KAcHhDbn/JF4hf/j1LIJ+w6PeCx1VSf6x3UG\nlfran5I0dDPdx6YsQulYb6xUURDBhlFsFkljXHacEAdfjZ1CqV32ijfmpa4w\nzLrsuSIJ6EqTc/iHOKaE+F+4Lh6ZObkgf6UCoF6kpxZvb3joaeC/2wmA0FgY\nCVzl\r\n=NKoi\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"_npmUser": {
				"name": "flowtype",
				"email": "flow@fb.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types_2.119.1_1582664501700_0.08509491330455954"
			},
			"_hasShrinkwrap": false
		},
		"2.120.1": {
			"name": "flow-remove-types",
			"version": "2.120.1",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Flow Team",
				"email": "flow@fb.com"
			},
			"contributors": [
				{
					"name": "Lee Byron",
					"email": "lee@leebyron.com",
					"url": "http://leebyron.com/"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "flow-remove-types",
				"flow-node": "flow-node"
			},
			"homepage": "https://flow.org",
			"bugs": {
				"url": "https://github.com/facebook/flow/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/flow.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"flow-parser": "^0.120.1",
				"pirates": "^3.0.2",
				"vlq": "^0.2.1"
			},
			"engines": {
				"node": ">=4"
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:dist/npm-flow-remove-types.tgz",
			"_id": "flow-remove-types@2.120.1",
			"_nodeVersion": "8.17.0",
			"_npmVersion": "6.13.4",
			"dist": {
				"integrity": "sha512-+FZYE7pybccWMVwKgeKrpBuKH2clsDLqf90T1crLJ8V1lRgTOvmTLs2EaebargQA60rvexxCAiPbXFqyD71dow==",
				"shasum": "34a7987dd0a714e7e7ffbf6fc3602e5d8afb7c3d",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.120.1.tgz",
				"fileCount": 7,
				"unpackedSize": 41099,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeYX48CRA9TVsSAnZWagAAOd8P/RNdgmCs5K2UdbF81ldE\n/NZEz/fTTKaZQszGVzx7xH4YwqZTNycNkdwspSisQgejQbPy58JE8XSIy4cY\npngtt1SfOxWzibN4pq2K4oaaa6Ruk24FFENtL/fSDph0Rvv8LD2LD+GoaT6o\nJozw6aV0OTCSavBsqRfu7HlfjhkJDbhNYd7wkRMZeOmDK5wLgnsVpLEuvrd3\nMQnSajU4hVTtk3BXYjUegPCotT91TfA3aqVFL/5WAvOBaG4+/lW7XKLnr0Qs\nMjY9ByVDX3LXkIzpD90tcpRK0aWwLPcL9QKPtznMu2MgVzv6jqTJWssDWCpo\nEiT6i76eoUyn6PImMhlKQuYVwZfc/G9PwNFW7Sxs524x1zgapqDgr42E7U9/\ndVL7o2pVFtzvOyE2hkE0oCEw5asP1F65xtygRy+YFhz4+aUGprdbYdh64PVM\n6LqOEECQ5fwHkYtLl4Ap3yhEDjrbePXCjgdYc6QFxAEz6Oeywb1mYpYDTiwH\n9jQVHlHjF0UZnEyw870h4+cjrd9lE1m16THraIA8Gz7GOzoGB0vtmO9M94rQ\nVffJmzLKVrUtD60f88yV84ifl9yM0EYTZALzNvojYmp5QOZQ/rKXKZ75D3Wb\nw3iFVJd1i6PQZadCMwWJk3SgdUv0lG9E0M8IhQoDRmQMyoGF2+zN8dtycnl2\npNN0\r\n=WgQz\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"_npmUser": {
				"name": "flowtype",
				"email": "flow@fb.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types_2.120.1_1583447612127_0.9720916261281018"
			},
			"_hasShrinkwrap": false
		},
		"2.121.0": {
			"name": "flow-remove-types",
			"version": "2.121.0",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Flow Team",
				"email": "flow@fb.com"
			},
			"contributors": [
				{
					"name": "Lee Byron",
					"email": "lee@leebyron.com",
					"url": "http://leebyron.com/"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "flow-remove-types",
				"flow-node": "flow-node"
			},
			"homepage": "https://flow.org",
			"bugs": {
				"url": "https://github.com/facebook/flow/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/flow.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"flow-parser": "^0.121.0",
				"pirates": "^3.0.2",
				"vlq": "^0.2.1"
			},
			"engines": {
				"node": ">=4"
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:dist/npm-flow-remove-types.tgz",
			"_id": "flow-remove-types@2.121.0",
			"_nodeVersion": "8.17.0",
			"_npmVersion": "6.13.4",
			"dist": {
				"integrity": "sha512-DbHgYJLD88fMK6CF3Z6wvoZuMb2sqKYP9WLzrZ0SPWbQf61+XyNq6vC8HAJeWJf2DD8z7XhrFHUCH2cJvpAAIQ==",
				"shasum": "06b77241cb020b593205af53a214b33cbdb41f25",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.121.0.tgz",
				"fileCount": 7,
				"unpackedSize": 41099,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJecmTBCRA9TVsSAnZWagAAcpMP/1xSxNRB3vbRNuDgCac2\nd2nDoKjJvVb71/IiwOZEsum6dzAQZzIxops62CelDc97DjubRXfe9dwYUXDi\n2/7ur3Gd0K2HpikaNtgOYWdI3lnfzJi3a8jd1fhPF9/wHP3diEyH2OOLNswz\nW8Jxoa+QFm/8FND5cfHXRsEFw3XThlIsmU88GydAx2aWposuLNoJOSDSw3w3\nf27yD3Nt3PeiAqdfYhbbcNR6MrRcD3fu4L1AixgUDG5UeHDy6PRh07vFQfHr\nowZzs39K+XYyTP6L5C+Kkxo3sKkUmaHMa7M6MhU54ygQa+znMlcGywaIt1nY\njRWEdqrRPp6pKJGdHmM0ZIZZ6T1CcNLGk0C1gdu2qlTXH1pV8zDFuKuMSfW5\nPaqEqkYPKPUH3Be9T05jP59vFLZCCCTcpDpOapopqMFvBkIJddP95XvMjvo/\nIaYQDFVgNub38HdgCevI4wIDgwY0I3DgosHmMLs0XiFgmE38dUT5fH6t9B53\nR8/kjvZCo5eE8cY5dYzrhdqFuV70BM5rV0llry9hM6Z0L5UEO6c8ndLJcwfx\niIUGK3O/4s48625Ssifft9+MYd4LtYYCkWzrYxvOnmJUBJIQ6/jvukV0ddzZ\nFhpfx20heknWpHqdQYMkR1j7fA4FHs4dfwy006PyklnRQzDmhNBDhcDPS/ZL\nK5by\r\n=ySRS\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"_npmUser": {
				"name": "flowtype",
				"email": "flow@fb.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types_2.121.0_1584555200794_0.3393025698543646"
			},
			"_hasShrinkwrap": false
		},
		"2.122.0": {
			"name": "flow-remove-types",
			"version": "2.122.0",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Flow Team",
				"email": "flow@fb.com"
			},
			"contributors": [
				{
					"name": "Lee Byron",
					"email": "lee@leebyron.com",
					"url": "http://leebyron.com/"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "flow-remove-types",
				"flow-node": "flow-node"
			},
			"homepage": "https://flow.org",
			"bugs": {
				"url": "https://github.com/facebook/flow/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/flow.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"flow-parser": "^0.122.0",
				"pirates": "^3.0.2",
				"vlq": "^0.2.1"
			},
			"engines": {
				"node": ">=4"
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:dist/npm-flow-remove-types.tgz",
			"_id": "flow-remove-types@2.122.0",
			"_nodeVersion": "8.17.0",
			"_npmVersion": "6.13.4",
			"dist": {
				"integrity": "sha512-48cyUF9nyqwlQGRnncNWJNFSIN+sMpeHhqtATwnUZE3bDG8QXH2YS8mL68Xzxs9BVRzcUI+r9ib7d9E/rqUpuQ==",
				"shasum": "abf2a51c8b80a09010eb1ac0c7d0646abeb208d1",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.122.0.tgz",
				"fileCount": 7,
				"unpackedSize": 41099,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJehXTNCRA9TVsSAnZWagAAXpIP/1MhXXiIvZH7YLTEEmZt\nrp3oEMMk6+/4c85DEU/kMKD1aSjx0EYFkaTrVR52Tq71gj8XFXMdsOf3vx2A\nd+lq1vr5102EryOoqe5ElNNHuwuKFJ0ntcY0njkmONjVo9b3wImD0E2O5ici\nIn9Ae0bbaLZ/hADMJ9LNUdDLrIwDNXvm7cNZ1JDgj5SyQ2e4Ei6mkBhsXfTe\nKydTvJGVxgTGT1vGGCiYKnH96X1z8AjMBoCt5aRQLtOJ2MKSCPM+ZvUXIUA0\n8waIdqI0wLQDzinL3HjHze9E6TMQCkvso0VWECO7faIWUzYasuxO9mYjd/wj\ns09QrPgo+W03Qq50+WZR09QdvzhvKF6/N4P58kUr5i3OktSgqWVqLKMPAOvF\n49PNd8alYx40bv8yc+/sV3ocoTVQeN4D1zZcm/0Y5OVP94CjIhktroutaGC9\n5Zzpx+s3hCgu7ARMdw1znT1MvVSdoipgg5fyt8q0xKBJ9zRpVUt2d0p7hlCi\nxULbnbUJ2RwoT4ZabP1WjFOx3quwkEVtBrKZ3huJAqpDEK/2DCm2JsWtWoam\nkAytmeC/bPbXtgk1LfnXZf1KNcNaCWm3R0NmZOFtsqzRDXnYqInbc+LCSOP3\n0jLOkN/8aoDT7xlJT6LuucRoO5vGob4ZmU/GMjYHm5Ljc6O+T52Yldnphtgf\n1fN8\r\n=ZszL\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"_npmUser": {
				"name": "flowtype",
				"email": "flow@fb.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types_2.122.0_1585804493517_0.34710816763138297"
			},
			"_hasShrinkwrap": false
		},
		"2.123.0": {
			"name": "flow-remove-types",
			"version": "2.123.0",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Flow Team",
				"email": "flow@fb.com"
			},
			"contributors": [
				{
					"name": "Lee Byron",
					"email": "lee@leebyron.com",
					"url": "http://leebyron.com/"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "flow-remove-types",
				"flow-node": "flow-node"
			},
			"homepage": "https://flow.org",
			"bugs": {
				"url": "https://github.com/facebook/flow/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/flow.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"flow-parser": "^0.123.0",
				"pirates": "^3.0.2",
				"vlq": "^0.2.1"
			},
			"engines": {
				"node": ">=4"
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:dist/npm-flow-remove-types.tgz",
			"_id": "flow-remove-types@2.123.0",
			"_nodeVersion": "8.17.0",
			"_npmVersion": "6.13.4",
			"dist": {
				"integrity": "sha512-sxSSPbl8sap5P6goX+zYMRsMKtSHdbgAwHXvfGVyaPTkXM6Jz4TeODwQiVTvDiu/OLMxyXk6IKYVMkWbpWiTIQ==",
				"shasum": "68d86413dcc198903050c02ab41959c2c26aadb7",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.123.0.tgz",
				"fileCount": 7,
				"unpackedSize": 41099,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJemKOSCRA9TVsSAnZWagAAhbgP/3B29olBBOv2Lged0v+f\noPRzvaTVC4YXqNOPuH0R/Ej/XoGrQeOZzJbZqjbPqKr6uYqXyM83dIs5TeT+\n4UWquuuKrnoP8MrP+QR8k/eaCya6hE7GV0v/yEgOimHJLYV3Oa3gKmsB1Rhn\nKYx9MejjhZqY4yVHOwR6a8+rpgunVZF0BB8yWPFYeSMUGXKVANAiffnKEjPm\nyXjkQ9lfgonOvUktyjvJ8n37DMo5Jxy72B0eRfX5CEpJAgAS3t8vvmSDPOtH\nyyQIvFLeNqsOfSqTAMQdRzwvXftEiVNbmIsBYY/mg8PWLB/6jvtLsXLNzN+r\nTjm5YMhoCwVlcOy4Nkfsllr45lgP4OnAjj/XS6igv+BgraA4fwk5zK5rNZvh\nbCgqxVmDChL5zh5ZkGAkNdf07/zxaKPV1etVX+oyeo5/oD/K+mtgiTvpZu5z\nWkZu0nLeJUL+zsO0vVovEDpqVVWQrXD9hAZ26K3iTGPMuUnuH34DkH4eIoSc\nr5h8vAo7+HdN76I0kGS60iyfIdQCw6QvmilbFeViiop+AZlkWZDvYZYZ6VEb\nP0meYPY0NdvBajniDbsH/7Vp/Jw0S35EF03um8/AXR+2HIRAylJMpWVwFfOO\nphuZU1pTSNa2VKBNfCtHQCKZjMpBwU+sRhOqqzIW3BwTujYHebFP5jUzNyH6\nqyh+\r\n=t0RL\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"_npmUser": {
				"name": "flowtype",
				"email": "flow@fb.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types_2.123.0_1587061650053_0.37103553842031434"
			},
			"_hasShrinkwrap": false
		},
		"2.124.0": {
			"name": "flow-remove-types",
			"version": "2.124.0",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Flow Team",
				"email": "flow@fb.com"
			},
			"contributors": [
				{
					"name": "Lee Byron",
					"email": "lee@leebyron.com",
					"url": "http://leebyron.com/"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "flow-remove-types",
				"flow-node": "flow-node"
			},
			"homepage": "https://flow.org",
			"bugs": {
				"url": "https://github.com/facebook/flow/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/flow.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"flow-parser": "^0.124.0",
				"pirates": "^3.0.2",
				"vlq": "^0.2.1"
			},
			"engines": {
				"node": ">=4"
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:dist/npm-flow-remove-types.tgz",
			"_id": "flow-remove-types@2.124.0",
			"_nodeVersion": "8.17.0",
			"_npmVersion": "6.13.4",
			"dist": {
				"integrity": "sha512-KLRiiCP+B9ROSxbOstvFIanbnxPcSeH9MFKVBSD3g41gHTIQkirUN/tV7h2BATvT8W6S2rDP2BR7GzdMKAwxdQ==",
				"shasum": "3f2f9c9509ee1a16af3d8556bcfd1944445d70aa",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.124.0.tgz",
				"fileCount": 7,
				"unpackedSize": 41099,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesaJjCRA9TVsSAnZWagAAfkMQAKGebz5Zun2Urj0ZC5jx\nb+uZzqw3D8i0hywpWaBhQ+X02D0I1ZuUHiOmt/bvwZEk1KMpVonBOGMR98da\nax4zBokRY7wDUA37yhxc7BYchaOqLTLvJqyrolaTs0kb590/lF4rW+nxl7hU\nMjt7QZO8pF4NYk30vhj7rQ38khqpEozPlFF9EIUPfbJuoibcOV/UNHezc836\ngB8R2VpYeTMeQtAIHWUFFWyp4FZmEIPWI6TvdLmnNxWl08OM8ScjYbq32PF7\ndo5IpDckg2VL4xDVTOzEhTaYZk9jW69TfjrY7DRzEm6ZhRTafguI3V249OsS\nQQUhyZ9mHHimiiDzgIKY+DNd2caAmyJxDQ49XgP01g/I+J5nrirR6RjiWvG5\nG1/n84z+bSauMEgihO1GrxuIzdwF3rJ2xe+sLYQElIHDwcCIyTY0oy2jsJyp\nPe5jncD/cgPepccr0EXIWOBxQO9fgSPYHG5T6i3hs7wJyNZFdbGmEQYztjLh\nZgQG5j92UnBN83c0V7duz2XnmpokiFk5GFfLyvpTqN/IpiAmxCVoVbvQRNaJ\nNjjj+ulV9kEXJB4p9AqwiZbUBHvFOPsUPFZnNpiBT5n2nzGC8AGBpsHqcS3E\nG3OrznVwFiiKf7fK/aA5wipGhsafo9eZlDNvtuH2VNWxD2vfzV1GyxMpL8lY\ns3zG\r\n=Iu8M\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"_npmUser": {
				"name": "flowtype",
				"email": "flow@fb.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types_2.124.0_1588699747527_0.9321118212845529"
			},
			"_hasShrinkwrap": false
		},
		"2.125.0": {
			"name": "flow-remove-types",
			"version": "2.125.0",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Flow Team",
				"email": "flow@fb.com"
			},
			"contributors": [
				{
					"name": "Lee Byron",
					"email": "lee@leebyron.com",
					"url": "http://leebyron.com/"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "flow-remove-types",
				"flow-node": "flow-node"
			},
			"homepage": "https://flow.org",
			"bugs": {
				"url": "https://github.com/facebook/flow/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/flow.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"flow-parser": "^0.125.0",
				"pirates": "^3.0.2",
				"vlq": "^0.2.1"
			},
			"engines": {
				"node": ">=4"
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:dist/npm-flow-remove-types.tgz",
			"_id": "flow-remove-types@2.125.0",
			"_nodeVersion": "8.17.0",
			"_npmVersion": "6.13.4",
			"dist": {
				"integrity": "sha512-qwJThGRIQtXz2yWMJmR4tWh/MxzfAhGmKBrkmMneMpIReeYk3SbShDt0bXIJfksSdKE49zPOTcwqvGuoDY0PBg==",
				"shasum": "00417c20a17025269df3596f1d4c097a45a0fc1f",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.125.0.tgz",
				"fileCount": 7,
				"unpackedSize": 41115,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJevjhnCRA9TVsSAnZWagAAfpoP/i5tXGWyTaiDGi7RAHyj\n1bzx8I6T+NlFxAL42vvnSJVIO2Nm0m293Dx/f1/Db4NR74us61rQLugGMMgY\npUuP+L3Fsz3AKod56jjwXgrl7k0WYjMiEfDNEK3LIkNnBE6im19ew/PkkkFv\nKq2dluTKsguSfz6TLHco15Nf6ZTWKhGJJoniU6J0jpxPYW5NfZhZtQ00rh6a\nG9ZY/Wrl69/5g3H7wL12PKcOrq5yw/FbBTykrq4XiolRTZubmqBlUr9DU4KY\nVvB+qD7XHHBagXWy0wYXP4DwUieY7/ztsWsBsEStOpDWEpCc9B6FdDoMj5cN\nJyE7ZvSzYwiMlM15LaItMDmsgquGiuboVNvjxcExRhnPF8pfVKZELeNX/6wR\nNAAcOOHp1Y8EgNrtKxC+fKN+PwIqVK2FdBEvksVrViBOJE224Uh6L4p/gG8p\nFtuOTwRqQyUEkF9fzm9R8gz0Phgk5V34wPIWEsBmdpq0vhc/GB4qTRnD5Dhx\nzM94JhD+Ik8Pdr0TMeE76Yl+tHRbFrtcuLq1FEcflYfjuOtDxCeD/O7iZk5z\nbSIUPilAxr/6B3Js9G+PIUPrg3OErI3jxwjeqEPvL96uZ3Kr4NuSCB4tzcvx\nBbQROhxOJIEYNFrhpl9UOpMzrV/WYke2yii5AI1MGSIhorawHREdvFY+h8JY\n0OVs\r\n=Uoqb\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"_npmUser": {
				"name": "flowtype",
				"email": "flow@fb.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types_2.125.0_1589524582816_0.6253438722842373"
			},
			"_hasShrinkwrap": false
		},
		"2.125.1": {
			"name": "flow-remove-types",
			"version": "2.125.1",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Flow Team",
				"email": "flow@fb.com"
			},
			"contributors": [
				{
					"name": "Lee Byron",
					"email": "lee@leebyron.com",
					"url": "http://leebyron.com/"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "flow-remove-types",
				"flow-node": "flow-node"
			},
			"homepage": "https://flow.org",
			"bugs": {
				"url": "https://github.com/facebook/flow/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/flow.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"flow-parser": "^0.125.1",
				"pirates": "^3.0.2",
				"vlq": "^0.2.1"
			},
			"engines": {
				"node": ">=4"
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:dist/npm-flow-remove-types.tgz",
			"_id": "flow-remove-types@2.125.1",
			"_nodeVersion": "8.17.0",
			"_npmVersion": "6.13.4",
			"dist": {
				"integrity": "sha512-HLSXvccqHf6KRqxqm4rqa81i4GQWl+8gYvdgESEOjzpHTlN77t09ehmrP+0a6td9ZzQXg22lUMoeDmTlOd5JeA==",
				"shasum": "95fb4c09b142a810435a1dc1acd6871532f1c8b7",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.125.1.tgz",
				"fileCount": 7,
				"unpackedSize": 41115,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJevwk2CRA9TVsSAnZWagAAI7QP/0lCdTAnCfhutLMoUTa1\nBNvXLpMm67FZtXI39IpcTnPSZMxPImyxbWN1VM+oUv/xy9LWzIZf9Q+SVcuS\nY7rV0M8peZrbMVREklUBRql0AQZHvQmKi+ujF1wTqwYMkUxbuVx2lAHNJ52N\n7bI07nVGnswnBkcijpKHtWlzJPgZpgeZ0XX9rWno2eoaX8c6+IP5DNiKsv7t\nicSsTaSR3t8/ZInbRYqb+wqmpCFdkd3BHAWkvYCpaf7YdQRZ80mUIua/2WDE\n+6HycoFPV+E3fmGlq8qfnPJSDsiLMrm7ugVJ9x1XC421adZQMYVAkWwCgHgb\n9Ur5qsxU6addBA36EGgUN3vkWV1KMgtVS3XBRRDc8WEgmziIEvt51iwVU+Q3\nvWxCYKGhwwaVLX/Kwx2EY6ggcjOAzC8pgYZMtaOIUc2SI7Omd30l3Jy/JSTQ\njlmB6dxznz+tgEDiWo4kni9ryf/Yx9ORaeVPSX8xjONqJjdOFToMEPSid1iJ\nooVG8gd9q5jubgZkgOpPI1DGCeHnlPsvv3s8UlMrRKRkm8eSYhZ3Catakps7\n7Y77jrb59M63ej3bjp720S9xMXjB7t6FBGI4TtGpBy00rpwfYdLlGC8Tdu2a\nFrrBCF2zUD3A+ZXnBjRUhzO3uazovhbw2rp3AUWEZGgrDOcbhFx1t2n4Btg2\nRX0T\r\n=b5gS\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"_npmUser": {
				"name": "flowtype",
				"email": "flow@fb.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types_2.125.1_1589578037869_0.26383026043314706"
			},
			"_hasShrinkwrap": false
		},
		"2.126.0": {
			"name": "flow-remove-types",
			"version": "2.126.0",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Flow Team",
				"email": "flow@fb.com"
			},
			"contributors": [
				{
					"name": "Lee Byron",
					"email": "lee@leebyron.com",
					"url": "http://leebyron.com/"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "flow-remove-types",
				"flow-node": "flow-node"
			},
			"homepage": "https://flow.org",
			"bugs": {
				"url": "https://github.com/facebook/flow/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/flow.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"flow-parser": "^0.126.0",
				"pirates": "^3.0.2",
				"vlq": "^0.2.1"
			},
			"engines": {
				"node": ">=4"
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:dist/npm-flow-remove-types.tgz",
			"_id": "flow-remove-types@2.126.0",
			"_nodeVersion": "8.17.0",
			"_npmVersion": "6.13.4",
			"dist": {
				"integrity": "sha512-465qYnOAKZ/OZ5fwI59v48KCi/Ed4jtmtpfbCBSfdceEaRMZQXW313ioaZ6DE5ypju/XbLKEntH8/7ftA3bIow==",
				"shasum": "90706826df0a3bc365ecd657e5403a2f3aed47cf",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.126.0.tgz",
				"fileCount": 7,
				"unpackedSize": 41115,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe1gKHCRA9TVsSAnZWagAAqwcP/R3CnJARZGdZK9UGQhyh\nfUWJa1Tp1ZRnY0ohj/p7TlCn05U7gbsMUYhkFPxXW2vcUuPEidZmfN0kciyE\nePUGbO7gRY2nNkDHCJy1KumaAW99GtWmL8jYizL01tr6hKo6OxFk2lyFaQ39\n8X5AhgMoHd2AEJuNo8vS/kLsBqtj5MbawT+ZDJyYmVVUAGr8tgm17V5d/F7/\n/8g+hBqRo7AhV5l01fESmE0GKKjmk9iD0q+3777qqOtz/PJdxII6OL6HdtsH\nJJGQ8H4MU3VYH484dOFnQiTuySt9RsTB9h5jv/No1qBPUM0Jt5e/PjysTX+w\ni/PSqb95gDRwaN4jq4srYDLje49MrIOAQ9UGX/tQVkfCI+c5YmJCDNkL9WGs\nRUxjscHUqq52y8i2GpTkXoGQMWqPOL2oZF4VeIgxalbr+0pafoCYOJiJV6kX\n+qOeqOBTuC3W8t211agwyV+Wu1YM4n02qBs5WNp3CQo8G9hjYWoYwKweNuzw\nsj7+AYJwGtqeGEtgS/NZmZVk4h3a9/GCV4zhgZhKTzge12ztyuE3Wdl7EU0o\nW/1EnE+E30IaTfq5oVYZQ8FHL47Ycbsq44V8j3vp3n2KgguQAfKkcq8gkgWV\nDPZ1E4EqRPIAiRw05WZWtVvnRnC5MPN8PDx4+H1UYxA165Bh24T4VdZojp96\n23aF\r\n=cVn0\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"_npmUser": {
				"name": "flowtype",
				"email": "flow@fb.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types_2.126.0_1591083654622_0.6357926699301775"
			},
			"_hasShrinkwrap": false
		},
		"2.126.1": {
			"name": "flow-remove-types",
			"version": "2.126.1",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Flow Team",
				"email": "flow@fb.com"
			},
			"contributors": [
				{
					"name": "Lee Byron",
					"email": "lee@leebyron.com",
					"url": "http://leebyron.com/"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "flow-remove-types",
				"flow-node": "flow-node"
			},
			"homepage": "https://flow.org",
			"bugs": {
				"url": "https://github.com/facebook/flow/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/flow.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"flow-parser": "^0.126.1",
				"pirates": "^3.0.2",
				"vlq": "^0.2.1"
			},
			"engines": {
				"node": ">=4"
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:dist/npm-flow-remove-types.tgz",
			"_id": "flow-remove-types@2.126.1",
			"_nodeVersion": "8.17.0",
			"_npmVersion": "6.13.4",
			"dist": {
				"integrity": "sha512-hoNCRLjosZMcqJFqDWslurnq5xAkds3tNpN1X2yecC3LWrBJA9sFT7nE8FEbvMkPMr9Ntf/nG0rXMaCItpG5XQ==",
				"shasum": "a4904261a1a558f1e3a22cd57df45180f75622de",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.126.1.tgz",
				"fileCount": 7,
				"unpackedSize": 41115,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe1uHFCRA9TVsSAnZWagAAtAAQAKNhSu8vjvfJzZeIoPB5\nrq9rlUDqVzQSrrcCQjtjg7aC8I+Y4BtW5Re+sd6JKxOTp0u3MslhUXxVoEZQ\nOsuX2HjMht6HHseR4cBrEBXfHHXKoTj7LroWnoJKQDRzDIbI9DkWVGeqi+mR\nXFA/GNobpQLSVxyUw/vyf8kqVntB+z3mgnegLR7es9LTmnzJFjB2cfubUgwc\nKaLDE8s+rWcEKyzmIfsBl4oeymYWrq/09A9ggwPEMsHxpLsNymX/rmy1VjdM\n253yJAa0JVHp3U6f9ryOJDl6L+Udwj5OhgtpEWMpfeHWp8h6jmtqWy2W+3Ro\n2fIU3vgAgo8zlJ8Wl3+FANROSSbLxe+7IPe4QajdP7z/PiFLMJ1TBjoFzIH1\n94glYZU5/lNw0Xtfh1ijbl4w40JXA32+uYj1WrQ4IIDd3pO23nnWuiwcgJA2\nEthRlMSsOx9ixkDC+LAgZQIP2Hj43zuKY3PIJk4Hwl9lEyQiOKJwfgKcsG8Y\nt4fu4ZxI1eYMK8JQwvmdUBhe49JsaNIFwBoCWcQ/WNBvWzRF+Gl8DumZd7Ua\nkymZQoOlcygC/XNnPPCG6FL4LDiPaqC9oNmHVB5qgyV5BYWeyj4BSp8aNFx4\nT0o1c17SGArRHmbo5NuwSGomUx6EWGw4VUHhU+iswJbKcEF8lvEzB9Y7wePr\nDURm\r\n=R7Mr\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"_npmUser": {
				"name": "flowtype",
				"email": "flow@fb.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types_2.126.1_1591140804997_0.8062974529936924"
			},
			"_hasShrinkwrap": false
		},
		"2.127.0": {
			"name": "flow-remove-types",
			"version": "2.127.0",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Flow Team",
				"email": "flow@fb.com"
			},
			"contributors": [
				{
					"name": "Lee Byron",
					"email": "lee@leebyron.com",
					"url": "http://leebyron.com/"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "flow-remove-types",
				"flow-node": "flow-node"
			},
			"homepage": "https://flow.org",
			"bugs": {
				"url": "https://github.com/facebook/flow/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/flow.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"flow-parser": "^0.127.0",
				"pirates": "^3.0.2",
				"vlq": "^0.2.1"
			},
			"engines": {
				"node": ">=4"
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:dist/npm-flow-remove-types.tgz",
			"_id": "flow-remove-types@2.127.0",
			"_nodeVersion": "8.17.0",
			"_npmVersion": "6.13.4",
			"dist": {
				"integrity": "sha512-4nGhabtIh2A4E6TQWklopmye1c+6h1GEu5xa6WjlfWJMoXIbjlM368t/RdFr5+MfVR0D0xzQvOebCjue9V0zMg==",
				"shasum": "b3611e3738e4a51b2a94fe858bad149c99f47fc9",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.127.0.tgz",
				"fileCount": 7,
				"unpackedSize": 41115,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4/SnCRA9TVsSAnZWagAA/toQAJNJBnZSZ4mMc3GBGoTW\n5gSZ3ChAikLSKp+RYPm496Co3fZE4KWgUL6p4eLzRYEsm1KuSfOK03DOo+j2\n8gd8lXounzVQGgTsZE8i/vctrTUKvbHwBUluRkExvscEMIVExezmvU//M3yA\n0UHZjVfqbP7FbCkMU+YWNIuT6Rknaz28vhMPzUx8StmlwsbO96OAvABLlWxX\nayq4tj11VoZWs8guEQ12pUbezZHlqnwmyO+TU2yP7rI7CTwVHcCvX4tZFd2W\nZr4812nYtPA2nTwpKuY9JnxpTpRRJcDLnC2/lnZ0190bsl3bKfXmRf7MHCJ+\ngXkEdHNSHmWv0xAimbaizj4J6GGp4xaS2avC2egSOJHCbMjP4RI1Ge0gccKd\n1ztimipeMgk/7STGXwO1H4Vm0HAFihh4M6qf5V04grZXZQrwqnm4tFQkTnPz\n4GUGxLp0L0qoK1GOIZIQuE5xlFUKj0JXKMV5uZdFetn1Yq1AB9ANWeInL0kH\n56i1iP6XtS9UwgNSE3aawc+6/QU1lVcIh6b6MER3DnC/Bor8MMhX9nHQ1pBl\niRBucrDxqbloQpyoSsxkFzFTy0zdhbphF4SjHpYG7R1PEGiUCV9IyoYizzxR\n3vYdGDQ9XtgRs/a2Xb5cOz5MovwcU47a5zr66+lwztddnHoiloP3Arac9DaU\nG65A\r\n=bHos\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"_npmUser": {
				"name": "flowtype",
				"email": "flow@fb.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types_2.127.0_1591997607089_0.06496461653980035"
			},
			"_hasShrinkwrap": false
		},
		"2.128.0": {
			"name": "flow-remove-types",
			"version": "2.128.0",
			"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
			"author": {
				"name": "Flow Team",
				"email": "flow@fb.com"
			},
			"contributors": [
				{
					"name": "Lee Byron",
					"email": "lee@leebyron.com",
					"url": "http://leebyron.com/"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"bin": {
				"flow-remove-types": "flow-remove-types",
				"flow-node": "flow-node"
			},
			"homepage": "https://flow.org",
			"bugs": {
				"url": "https://github.com/facebook/flow/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/flow.git"
			},
			"scripts": {
				"test": "./test.sh",
				"test-update": "./test-update.sh"
			},
			"keywords": [
				"flow",
				"flowtype",
				"compiler",
				"transpiler",
				"transform",
				"es6"
			],
			"dependencies": {
				"flow-parser": "^0.128.0",
				"pirates": "^3.0.2",
				"vlq": "^0.2.1"
			},
			"engines": {
				"node": ">=4"
			},
			"_resolved": "",
			"_integrity": "",
			"_from": "file:dist/npm-flow-remove-types.tgz",
			"_id": "flow-remove-types@2.128.0",
			"_nodeVersion": "8.17.0",
			"_npmVersion": "6.13.4",
			"dist": {
				"integrity": "sha512-g13R2XnhhRd8c16ObNffnRg1kJiIg/4miD4InFziTWSQ+0g1Txu8oJEDFiOyyfHjQor4pM1L2l+iRz+UoFxLKA==",
				"shasum": "c4c441f07f248f80c9c29b144715cc281922ad6d",
				"tarball": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.128.0.tgz",
				"fileCount": 7,
				"unpackedSize": 41115,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe91huCRA9TVsSAnZWagAA2gcQAJvFi+xCW7N7Af6nqIWv\nzdCcSWSu0o2q37d/R1XBUQbD7Uap9vq38w5V1xcnsuCGYCTyVjCfYYLqktfa\ndvLv0H45dVIwuTUr6O1VE4ixOIZjHaSmmSKgFzH0nTmGbOcLu5UrahDMxTFC\nVFAHGLhj2X6MPs9qcdPzdabWRb4IElkYgErO7+rh/h9IWbN2BaSAknB00w63\nSNkFaKxzGRXuuZG2pRjzkXKGUMWzVX8eNaDG1aBVD5T7fPAH4SGhNo0mQAp7\nr3/nGGqowPKwcAw1tv6KPX1CijfBhWMN0Bmrj8F26wpyBTBUnHYOapvM6Oon\nfmixfLbDm6VRebltwVYjqVudM9H1zoB7W92FappJAcSLDKNV+wKbJS5YR/QG\ncVWSSv4i7b/87qNZpYgisDO9kGbp0Z3b2G7kytc+SjNlL5v1BOy6YOzhQB4q\nl0Vnw2q5CWW93FF597UPjL3E+ShERJBKyPEKlX/+qh+Eol18wSuqbNk/XpId\nzCoeuJUedKWqbsjteZNfpRU8dgHN+5bkrTbRkK2ag1i/jPmgStj45reESzyr\nM7nD2eMo6TWJjo4Sy/NJwnWe47TK/+SVUi5161NUACr8oWcDhlW4SzgPQUzz\nAy5sy57elLqSOA6YjHcVs9vb9OuzQQ/2XDYfb+3/3gpsWivF266l9atSGBDO\nCQub\r\n=8GCl\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "leebyron",
					"email": "lee@leebyron.com"
				}
			],
			"_npmUser": {
				"name": "flowtype",
				"email": "flow@fb.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/flow-remove-types_2.128.0_1593268333578_0.2659184032865576"
			},
			"_hasShrinkwrap": false
		}
	},
	"time": {
		"modified": "2020-06-27T14:32:15.937Z",
		"created": "2016-07-24T10:28:55.090Z",
		"1.0.0": "2016-07-24T10:28:55.090Z",
		"1.0.1": "2016-07-24T21:56:11.755Z",
		"1.0.2": "2016-08-08T02:36:14.412Z",
		"1.0.3": "2016-08-13T21:18:05.754Z",
		"1.0.4": "2016-09-07T18:00:21.618Z",
		"1.0.5": "2016-11-04T20:33:29.246Z",
		"1.1.0": "2016-12-08T20:13:36.438Z",
		"1.1.1": "2016-12-09T01:48:36.858Z",
		"1.1.2": "2016-12-09T03:19:39.649Z",
		"1.2.0": "2017-01-27T02:08:02.747Z",
		"1.2.1": "2017-05-01T20:15:06.878Z",
		"1.2.2": "2017-10-18T05:08:33.919Z",
		"1.2.3": "2017-10-18T05:31:40.943Z",
		"2.99.0": "2019-05-24T11:59:44.965Z",
		"2.99.1": "2019-05-29T16:29:24.910Z",
		"2.100.0": "2019-05-31T01:23:18.430Z",
		"2.101.0": "2019-06-11T01:34:17.374Z",
		"2.102.0-rc": "2019-06-25T05:06:53.602Z",
		"2.103.0": "2019-07-18T19:27:26.761Z",
		"2.104.0": "2019-07-26T15:59:03.111Z",
		"2.105.0": "2019-08-10T01:01:27.875Z",
		"2.105.2": "2019-08-13T02:22:12.657Z",
		"2.106.0": "2019-08-22T16:38:57.180Z",
		"2.106.1": "2019-08-23T23:04:10.394Z",
		"2.106.2": "2019-08-26T17:54:13.999Z",
		"2.106.3": "2019-08-29T17:57:02.112Z",
		"2.107.0": "2019-09-05T01:55:52.018Z",
		"2.108.0": "2019-09-19T00:25:59.640Z",
		"2.109.0": "2019-10-02T02:14:59.728Z",
		"2.110.0": "2019-10-21T19:56:39.794Z",
		"2.110.1": "2019-10-24T00:19:25.361Z",
		"2.111.0": "2019-10-30T22:40:18.919Z",
		"2.111.1": "2019-11-01T19:23:46.723Z",
		"2.111.3": "2019-11-05T23:50:18.030Z",
		"2.112.0": "2019-11-12T18:27:15.267Z",
		"2.113.0": "2019-12-02T17:11:18.831Z",
		"2.114.0": "2019-12-13T16:41:35.238Z",
		"2.115.0": "2020-01-03T01:41:45.513Z",
		"2.116.0": "2020-01-10T19:53:48.831Z",
		"2.116.1": "2020-01-17T03:16:58.311Z",
		"2.117.0": "2020-01-24T20:43:00.080Z",
		"2.117.1": "2020-01-30T07:08:28.764Z",
		"2.118.0": "2020-02-06T03:41:28.038Z",
		"2.119.0": "2020-02-21T20:08:51.286Z",
		"2.119.1": "2020-02-25T21:01:41.822Z",
		"2.120.1": "2020-03-05T22:33:32.332Z",
		"2.121.0": "2020-03-18T18:13:21.000Z",
		"2.122.0": "2020-04-02T05:14:53.684Z",
		"2.123.0": "2020-04-16T18:27:30.150Z",
		"2.124.0": "2020-05-05T17:29:07.645Z",
		"2.125.0": "2020-05-15T06:36:22.965Z",
		"2.125.1": "2020-05-15T21:27:17.993Z",
		"2.126.0": "2020-06-02T07:40:54.720Z",
		"2.126.1": "2020-06-02T23:33:25.132Z",
		"2.127.0": "2020-06-12T21:33:27.300Z",
		"2.128.0": "2020-06-27T14:32:13.704Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "2.128.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"750b238994e081230a0fe18098f8f163\"",
			"fetched": 1593324340982
		}
	},
	"_distfiles": {
		"flow-remove-types-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-1.0.0.tgz",
			"sha": "ea53c46d725d9c509e1d49b4c4baa6b23e1dd480",
			"registry": "npmjs"
		},
		"flow-remove-types-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-1.0.1.tgz",
			"sha": "ea07a513201c0e3f83c20a6252fd2969ba9f9296",
			"registry": "npmjs"
		},
		"flow-remove-types-1.0.2.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-1.0.2.tgz",
			"sha": "69675f2bbffd2f7adc68078422b0d95d08e4069c",
			"registry": "npmjs"
		},
		"flow-remove-types-1.0.3.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-1.0.3.tgz",
			"sha": "dad06b6aeddf6165ba81c8593527092fa20961e2",
			"registry": "npmjs"
		},
		"flow-remove-types-1.0.4.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-1.0.4.tgz",
			"sha": "74afc6a73e06df07fea93637fb6144b819ce79c1",
			"registry": "npmjs"
		},
		"flow-remove-types-1.0.5.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-1.0.5.tgz",
			"sha": "c1c948d96a23f3f4012f1af0e6eb937898fcc968",
			"registry": "npmjs"
		},
		"flow-remove-types-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-1.1.0.tgz",
			"sha": "50e10497d7b153a4b60a4040116ad276d8ad05bd",
			"registry": "npmjs"
		},
		"flow-remove-types-1.1.1.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-1.1.1.tgz",
			"sha": "acd498346e937c34d4cde4786487d91928e3103b",
			"registry": "npmjs"
		},
		"flow-remove-types-1.1.2.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-1.1.2.tgz",
			"sha": "4e31272b2ce111278866fcd135dc697760dc6951",
			"registry": "npmjs"
		},
		"flow-remove-types-1.2.0.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-1.2.0.tgz",
			"sha": "c285516eabba72177a1b10bfb58f6ffb675a8877",
			"registry": "npmjs"
		},
		"flow-remove-types-1.2.1.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-1.2.1.tgz",
			"sha": "58e261bf8b842bd234c86cafb982a1213aff0edb",
			"registry": "npmjs"
		},
		"flow-remove-types-1.2.2.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-1.2.2.tgz",
			"sha": "1d58f35029c261d36c09f39b63161ca1bde0a2ae",
			"registry": "npmjs"
		},
		"flow-remove-types-1.2.3.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-1.2.3.tgz",
			"sha": "6131aefc7da43364bb8b479758c9dec7735d1a18",
			"registry": "npmjs"
		},
		"flow-remove-types-2.99.0.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.99.0.tgz",
			"sha": "117725cb4b30a0bb9a421e84f8a3c4bc994c9bc6",
			"registry": "npmjs"
		},
		"flow-remove-types-2.99.1.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.99.1.tgz",
			"sha": "8945234f9ebf27906d23b6080dfb8ec1a56ac8f8",
			"registry": "npmjs"
		},
		"flow-remove-types-2.100.0.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.100.0.tgz",
			"sha": "2f07ac1babad70e74a023327429ec3decc2096f7",
			"registry": "npmjs"
		},
		"flow-remove-types-2.101.0.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.101.0.tgz",
			"sha": "6352e47f8ea6f784cd1bf62f6a3c30045e36f57e",
			"registry": "npmjs"
		},
		"flow-remove-types-2.102.0-rc.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.102.0-rc.tgz",
			"sha": "b425ee5bbf509a18cdc088b28e5b45f6e1c81ec1",
			"registry": "npmjs"
		},
		"flow-remove-types-2.103.0.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.103.0.tgz",
			"sha": "31d7eb6258f815962ca48a330efff643cdc65c6a",
			"registry": "npmjs"
		},
		"flow-remove-types-2.104.0.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.104.0.tgz",
			"sha": "5fc151f4427bbfc0ecf02c1d4269c2b18d3a0b86",
			"registry": "npmjs"
		},
		"flow-remove-types-2.105.0.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.105.0.tgz",
			"sha": "447f3079bc87408b8ef1ae79349982deec4f0efa",
			"registry": "npmjs"
		},
		"flow-remove-types-2.105.2.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.105.2.tgz",
			"sha": "5c597ebbfd0a73ae12b4ec182cd6061759de7468",
			"registry": "npmjs"
		},
		"flow-remove-types-2.106.0.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.106.0.tgz",
			"sha": "df4b414d5e78c2528c4963436f9d3d6dd983d790",
			"registry": "npmjs"
		},
		"flow-remove-types-2.106.1.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.106.1.tgz",
			"sha": "519e1ce97a53ae0bcc7e95af651a2f9193e5d00a",
			"registry": "npmjs"
		},
		"flow-remove-types-2.106.2.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.106.2.tgz",
			"sha": "0e90767f750f149ec26ff674a9e272c07caabaf2",
			"registry": "npmjs"
		},
		"flow-remove-types-2.106.3.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.106.3.tgz",
			"sha": "766aecbe285aed584a79fc47f6bf12b22fe65bba",
			"registry": "npmjs"
		},
		"flow-remove-types-2.107.0.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.107.0.tgz",
			"sha": "e0f7df6ab0b599db60f0bdb57303e19a82d636ab",
			"registry": "npmjs"
		},
		"flow-remove-types-2.108.0.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.108.0.tgz",
			"sha": "07a20cf06f373a044bd5d4186da556a4c8ae45d5",
			"registry": "npmjs"
		},
		"flow-remove-types-2.109.0.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.109.0.tgz",
			"sha": "5bc0196d594a312ee9d2ab4daa88934eecf5a33c",
			"registry": "npmjs"
		},
		"flow-remove-types-2.110.0.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.110.0.tgz",
			"sha": "ad5031b7c0529ca67ba6fbeff22f04b90f4610a8",
			"registry": "npmjs"
		},
		"flow-remove-types-2.110.1.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.110.1.tgz",
			"sha": "4335497b53fbe4ec60c1e1a32cbffd09fedab326",
			"registry": "npmjs"
		},
		"flow-remove-types-2.111.0.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.111.0.tgz",
			"sha": "e57153d54f1b4eafdf732414422b1cddf43377b0",
			"registry": "npmjs"
		},
		"flow-remove-types-2.111.1.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.111.1.tgz",
			"sha": "4c9b4e46186e85b34788f1deea7bfd5532259274",
			"registry": "npmjs"
		},
		"flow-remove-types-2.111.3.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.111.3.tgz",
			"sha": "9fbe3671f6224d8a8884a88eee13fc77262dd6ce",
			"registry": "npmjs"
		},
		"flow-remove-types-2.112.0.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.112.0.tgz",
			"sha": "9716790135bbb706ce76a406f15a0db2a8945a74",
			"registry": "npmjs"
		},
		"flow-remove-types-2.113.0.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.113.0.tgz",
			"sha": "68d3151b7ecf8d479318dea004c683d945206cef",
			"registry": "npmjs"
		},
		"flow-remove-types-2.114.0.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.114.0.tgz",
			"sha": "693038a1217c8e922afe0612bade53d085d0a8d8",
			"registry": "npmjs"
		},
		"flow-remove-types-2.115.0.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.115.0.tgz",
			"sha": "9a6d65d69f1000edaa610ce7bfe3de7a86d36ca3",
			"registry": "npmjs"
		},
		"flow-remove-types-2.116.0.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.116.0.tgz",
			"sha": "b3b0e3c4d8d558cd48507e4d819806df180ba09f",
			"registry": "npmjs"
		},
		"flow-remove-types-2.116.1.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.116.1.tgz",
			"sha": "bd75d3c38c5473a1ef66702a3afff3f98129a78d",
			"registry": "npmjs"
		},
		"flow-remove-types-2.117.0.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.117.0.tgz",
			"sha": "7fef29fec6ef03b545c68008d154fa190d67b99b",
			"registry": "npmjs"
		},
		"flow-remove-types-2.117.1.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.117.1.tgz",
			"sha": "218dfc8b7d6967f96ba89c47f9a203ae6f831bd6",
			"registry": "npmjs"
		},
		"flow-remove-types-2.118.0.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.118.0.tgz",
			"sha": "e2b77957aef21445eb9f8671f968f081315a9c3c",
			"registry": "npmjs"
		},
		"flow-remove-types-2.119.0.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.119.0.tgz",
			"sha": "cf7648694e351e21e02c18df343845d636a8ee0b",
			"registry": "npmjs"
		},
		"flow-remove-types-2.119.1.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.119.1.tgz",
			"sha": "0bcf21d1b9e4092056f02f8924fd74dbedb4751e",
			"registry": "npmjs"
		},
		"flow-remove-types-2.120.1.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.120.1.tgz",
			"sha": "34a7987dd0a714e7e7ffbf6fc3602e5d8afb7c3d",
			"registry": "npmjs"
		},
		"flow-remove-types-2.121.0.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.121.0.tgz",
			"sha": "06b77241cb020b593205af53a214b33cbdb41f25",
			"registry": "npmjs"
		},
		"flow-remove-types-2.122.0.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.122.0.tgz",
			"sha": "abf2a51c8b80a09010eb1ac0c7d0646abeb208d1",
			"registry": "npmjs"
		},
		"flow-remove-types-2.123.0.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.123.0.tgz",
			"sha": "68d86413dcc198903050c02ab41959c2c26aadb7",
			"registry": "npmjs"
		},
		"flow-remove-types-2.124.0.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.124.0.tgz",
			"sha": "3f2f9c9509ee1a16af3d8556bcfd1944445d70aa",
			"registry": "npmjs"
		},
		"flow-remove-types-2.125.0.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.125.0.tgz",
			"sha": "00417c20a17025269df3596f1d4c097a45a0fc1f",
			"registry": "npmjs"
		},
		"flow-remove-types-2.125.1.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.125.1.tgz",
			"sha": "95fb4c09b142a810435a1dc1acd6871532f1c8b7",
			"registry": "npmjs"
		},
		"flow-remove-types-2.126.0.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.126.0.tgz",
			"sha": "90706826df0a3bc365ecd657e5403a2f3aed47cf",
			"registry": "npmjs"
		},
		"flow-remove-types-2.126.1.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.126.1.tgz",
			"sha": "a4904261a1a558f1e3a22cd57df45180f75622de",
			"registry": "npmjs"
		},
		"flow-remove-types-2.127.0.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.127.0.tgz",
			"sha": "b3611e3738e4a51b2a94fe858bad149c99f47fc9",
			"registry": "npmjs"
		},
		"flow-remove-types-2.128.0.tgz": {
			"url": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.128.0.tgz",
			"sha": "c4c441f07f248f80c9c29b144715cc281922ad6d",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"flow-remove-types-1.2.3.tgz": {
			"shasum": "6131aefc7da43364bb8b479758c9dec7735d1a18"
		}
	},
	"_rev": "2-ac28199b639ffad3",
	"_id": "flow-remove-types",
	"readme": "flow-remove-types\n=================\n\n[![npm](https://img.shields.io/npm/v/flow-remove-types.svg?maxAge=86400)](https://www.npmjs.com/package/flow-remove-types)\n[![Build Status](https://img.shields.io/travis/flowtype/flow-remove-types.svg?style=flat&label=travis&branch=master)](https://travis-ci.org/flowtype/flow-remove-types)\n\nTurn your JavaScript with [Flow](https://flowtype.org/) type annotations into\nstandard JavaScript in an instant with no configuration and minimal setup.\n\n[Flow](https://flowtype.org/) provides static type checking to JavaScript which\ncan both help find and detect bugs long before code is deployed and can make\ncode easier to read and more self-documenting. The Flow tool itself only reads\nand analyzes code. Running code with Flow type annotations requires first\nremoving the annotations which are non-standard JavaScript. Typically this is\ndone via adding a plugin to your [Babel](https://babeljs.io/) configuration,\nhowever Babel may be overkill if you're only targeting modern versions of\nNode.js or just not using the modern ES2015 features that may not be in\nevery browser.\n\n`flow-remove-types` is a faster, simpler, zero-configuration alternative with\nminimal dependencies for super-fast `npm install` time.\n\n\n## Get Started!\n\nUse the command line:\n\n```\nnpm install --global flow-remove-types\n```\n\n```\nflow-remove-types --help\nflow-remove-types input.js > output.js\n```\n\nOr the JavaScript API:\n\n```\nnpm install flow-remove-types\n```\n\n```js\nvar flowRemoveTypes = require('flow-remove-types');\nvar fs = require('fs');\n\nvar input = fs.readFileSync('input.js', 'utf8');\nvar output = flowRemoveTypes(input);\nfs.writeFileSync('output.js', output.toString());\n```\n\nWhen using the `flow-remove-types` script, be sure [not to direct the output to itself](https://superuser.com/questions/597244/why-does-redirecting-the-output-of-a-file-to-itself-produce-a-blank-file)!\n\n## Use in Build Systems:\n\n**Rollup:** [`rollup-plugin-flow`](https://github.com/leebyron/rollup-plugin-flow)\n\n**Browserify:** [`unflowify`](https://github.com/leebyron/unflowify)\n\n**Webpack:** [`remove-flow-types-loader`](https://github.com/conorhastings/remove-flow-types-loader)\n\n**Gulp:** [`gulp-flow-remove-types`](https://github.com/wain-pc/gulp-flow-remove-types)\n\n\n## Use with existing development tools\n\n * ESLint: [eslint-plugin-flowtype](https://github.com/gajus/eslint-plugin-flowtype)\n * Mocha: `mocha -r flow-remove-types/register`\n\n\n## Use `flow-node`\n\nWherever you use `node` you can substitute `flow-node` and have a super fast\nflow-types aware evaluator or REPL.\n\n```\n$ flow-node\n> var x: number = 42\nundefined\n> x\n42\n```\n\n> Note: This package is also available under the *alias* `flow-node` since it's\n> often looked for at that location due to the popularity of this script. Both\n> scripts are available no matter which package you install.\n\n## Use the require hook\n\nUsing the require hook allows you to automatically compile files on the fly when\nrequiring in node, useful during development:\n\n```js\nrequire('flow-remove-types/register')\nrequire('./some-module-with-flow-type-syntax')\n```\n\nYou can also provide options to the require hook:\n\n```js\n// Transforms all files, not just those with a \"@flow\" comment.\nrequire('flow-remove-types/register')({ all: true })\n```\n\nUse options to define exactly which files to `includes` or `excludes` with regular\nexpressions. All files are included by default except those found in the\n`node_modules` folder, which is excluded by default.\n\n```js\nrequire('flow-remove-types/register')({ includes: /\\/custom_path\\// })\n```\n\n> #### Don't use the require hook in packages distributed on NPM\n> As always, don't forget to use `flow-remove-types` to compile files before distributing\n> your code on npm, as using the require hook affects the whole runtime and not\n> just your module and may hurt the runtime performance of code that includes it.\n\n\n## Dead-Simple Transforms\n\nWhen `flow-remove-types` removes Flow types, it replaces them with whitespace.\nThis ensures that the transformed output has exactly the same number of lines\nand characters and that all character offsets remain the same. This removes the\nneed for sourcemaps, maintains legible output, and ensures that it is super easy\nto include `flow-remove-types` at any point in your existing build tools.\n\nBuilt atop the official Flow [parser](https://github.com/facebook/flow/tree/master/packages/flow-parser),\n`flow-remove-types` is designed to operate on the same syntax Flow itself understands.\nIt also passes through other common non-standard syntax such as [JSX](https://facebook.github.io/jsx/)\nand experimental ECMAScript proposals that Flow supports.\n\n**Before:**\n\n```js\nimport SomeClass from 'some-module'\nimport type { SomeInterface } from 'some-module'\n\nexport class MyClass<T> extends SomeClass implements SomeInterface {\n\n  value: T\n\n  constructor(value: T) {\n    this.value = value\n  }\n\n  get(): T {\n    return this.value\n  }\n\n}\n\n```\n\n**After:**\n\n```js\nimport SomeClass from 'some-module'\n\n\nexport class MyClass    extends SomeClass                          {\n\n\n\n  constructor(value   ) {\n    this.value = value\n  }\n\n  get()    {\n    return this.value\n  }\n\n}\n```\n\n### Pretty Transform\n\nRather not have the whitespace? Pass the `--pretty` flag to remove the whitespace.\n\n```\nflow-remove-types --pretty --sourcemaps source.js\n```\n\nOr using the JS API:\n\n```js\nvar flowRemoveTypes = require('flow-remove-types');\nvar fs = require('fs');\n\nvar input = fs.readFileSync('input.js', 'utf8');\nvar output = flowRemoveTypes(input, { pretty: true });\nfs.writeFileSync('output.js', output.toString());\nvar sourceMap = output.generateMap();\nfs.writeFileSync('output.js.map', JSON.stringify(sourceMap));\n```\n\n\n## Performance\n\n> *NOTE*: These timings are for `flow-remove-types` v1.\n\n### Install:\n\nInstalling via `npm` from an empty project:\n\n**flow-remove-types:**\n\n```\ntime npm install flow-remove-types\n\nreal  0m3.193s\nuser  0m1.643s\nsys   0m0.775s\n```\n\n**Babel:**\n\n```\ntime npm install babel-cli babel-plugin-transform-flow-strip-types\n\nreal  0m23.200s\nuser  0m10.395s\nsys   0m4.238s\n```\n\n### Transform:\n\nTransforming a directory of 20 files of 100 lines each:\n\n**flow-remove-types:**\n\n```\ntime flow-remove-types src/ --out-dir dest/\n\nreal  0m0.431s\nuser  0m0.436s\nsys   0m0.068s\n```\n\n**Babel:**\n\n```\ntime babel src/ --out-dir dest/\n\nreal  0m1.074s\nuser  0m1.092s\nsys   0m0.149s\n```"
}