{
	"name": "rxjs",
	"versions": {
		"5.0.0-alpha.10": {
			"name": "rxjs",
			"version": "5.0.0-alpha.10",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "index.js",
			"config": {
				"commitizen": {
					"path": "node_modules/cz-conventional-changelog"
				},
				"ghooks": {
					"commit-msg": "node ./node_modules/validate-commit-msg/index.js"
				}
			},
			"scripts": {
				"build_all": "npm run build_es6 && npm run build_amd && npm run build_cjs && npm run build_global",
				"build_amd": "rm -rf dist/amd && tsc typings/es6-shim/es6-shim.d.ts src/Rx.ts -m amd --outDir dist/amd --sourcemap --target ES5 --diagnostics",
				"build_cjs": "rm -rf dist/cjs && tsc typings/es6-shim/es6-shim.d.ts src/Rx.ts src/Rx.KitchenSink.ts -m commonjs --outDir dist/cjs --sourcemap --target ES5 -d --diagnostics",
				"build_es6": "rm -rf dist/es6 && tsc src/Rx.ts src/Rx.KitchenSink.ts --outDir dist/es6 --sourceMap --target ES6 -d --diagnostics",
				"build_closure": "java -jar ./node_modules/google-closure-compiler/compiler.jar ./dist/global/Rx.js --create_source_map ./dist/global/Rx.min.js.map --js_output_file ./dist/global/Rx.min.js",
				"build_global": "rm -rf dist/global && mkdir \"dist/global\" && browserify src/Rx.global.js --outfile dist/global/Rx.js && npm run build_closure",
				"build_perf": "npm run build_es6 && npm run build_cjs && npm run build_global && webdriver-manager update && npm run perf",
				"build_test": "rm -rf dist/ && npm run lint && npm run build_es6 && npm run build_cjs && jasmine",
				"build_cover": "rm -rf dist/ && npm run lint && npm run build_es6 && npm run build_cjs && npm run cover",
				"build_docs": "./docgen.sh",
				"lint_perf": "eslint perf/ --fix",
				"lint_spec": "eslint spec/**/*.js --fix",
				"lint_src": "tslint -c .tslintrc src/*.ts src/**/*.ts src/**/**/*.ts",
				"lint": "npm run lint_src && npm run lint_spec && npm run lint_perf",
				"cover": "istanbul cover -x \"*-spec.js index.js *-helper.js\" jasmine && npm run cover_remapping",
				"cover_remapping": "remap-istanbul -i coverage/coverage.json -o coverage/coverage-remapped.json && remap-istanbul -i coverage/coverage.json -o coverage/coverage-remapped.lcov -t lcovonly && remap-istanbul -i coverage/coverage.json -o coverage/coverage-remapped -t html",
				"test": "jasmine && markdown-doctest",
				"watch": "watch \"echo triggering build && npm run build_test && echo build completed\" src -d -u -w=15",
				"perf": "protractor protractor.conf.js",
				"perf_micro": "node ./perf/micro/index.js",
				"prepublish": "npm run build_all",
				"commit": "git-cz"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "blesh@netflix.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "blesh@netflix.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"benchmark": "1.0.0",
				"benchpress": "2.0.0-alpha.37.2",
				"browserify": "11.0.0",
				"colors": "1.1.2",
				"commitizen": "2.3.0",
				"coveralls": "2.11.4",
				"cz-conventional-changelog": "1.1.4",
				"esdoc": "0.2.5",
				"eslint": "1.5.1",
				"fs-extra": "0.24.0",
				"ghooks": "0.3.2",
				"glob": "5.0.14",
				"google-closure-compiler": "20150920.0.0",
				"http-server": "0.8.0",
				"istanbul": "0.3.22",
				"jasmine": "2.3.2",
				"jasmine-core": "2.3.4",
				"lodash": "3.10.1",
				"markdown-doctest": "^0.2.0",
				"platform": "1.3.0",
				"promise": "7.0.3",
				"protractor": "2.5.1",
				"remap-istanbul": "0.3.1",
				"rx": "latest",
				"tslint": "2.5.0",
				"typescript": "1.8.0-dev.20151017",
				"validate-commit-msg": "1.0.0",
				"watch": "0.16.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./dist/cjs/Rx.d.ts",
			"gitHead": "688e838412cce86f9d72fb62dbd6c025cda6f1bc",
			"_id": "rxjs@5.0.0-alpha.10",
			"_shasum": "dfd259f079ee732c324249f2b28eb54d54a69c6d",
			"_from": ".",
			"_npmVersion": "2.14.4",
			"_nodeVersion": "4.1.1",
			"_npmUser": {
				"name": "angularcore",
				"email": "angular-core+npm@google.com"
			},
			"dist": {
				"shasum": "dfd259f079ee732c324249f2b28eb54d54a69c6d",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-alpha.10.tgz"
			},
			"maintainers": [
				{
					"name": "angularcore",
					"email": "angular-core+npm@google.com"
				}
			],
			"directories": {}
		},
		"5.0.0-alpha.11": {
			"name": "rxjs",
			"version": "5.0.0-alpha.11",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "Rx.js",
			"config": {
				"commitizen": {
					"path": "node_modules/cz-conventional-changelog"
				},
				"ghooks": {
					"commit-msg": "node ./node_modules/validate-commit-msg/index.js"
				}
			},
			"scripts": {
				"build_all": "npm run build_es6 && npm run build_amd && npm run build_cjs && npm run build_global && npm run generate_packages",
				"build_amd": "rm -rf dist/amd && tsc typings/es6-shim/es6-shim.d.ts src/Rx.ts -m amd --outDir dist/amd --sourcemap --target ES5 --diagnostics --pretty",
				"build_cjs": "rm -rf dist/cjs && tsc typings/es6-shim/es6-shim.d.ts src/Rx.ts src/Rx.KitchenSink.ts -m commonjs --outDir dist/cjs --sourcemap --target ES5 -d --diagnostics --pretty",
				"build_es6": "rm -rf dist/es6 && tsc src/Rx.ts src/Rx.KitchenSink.ts --outDir dist/es6 --sourceMap --target ES6 -d --diagnostics --pretty",
				"build_closure": "java -jar ./node_modules/google-closure-compiler/compiler.jar ./dist/global/Rx.js --language_in ECMASCRIPT5 --create_source_map ./dist/global/Rx.min.js.map --js_output_file ./dist/global/Rx.min.js",
				"build_global": "rm -rf dist/global && mkdir \"dist/global\" && browserify src/Rx.global.js --outfile dist/global/Rx.js && npm run build_closure",
				"build_perf": "npm run build_cjs && npm run build_global && webdriver-manager update && npm run perf",
				"build_test": "rm -rf dist/ && npm run lint && npm run build_cjs && jasmine",
				"build_cover": "rm -rf dist/ && npm run lint && npm run build_cjs && npm run cover",
				"build_docs": "./docgen.sh",
				"lint_perf": "eslint perf/ --fix",
				"lint_spec": "eslint spec/**/*.js --fix",
				"lint_src": "tslint -c .tslintrc src/*.ts src/**/*.ts src/**/**/*.ts",
				"lint": "npm run lint_src && npm run lint_spec && npm run lint_perf",
				"cover": "istanbul cover -x \"*-spec.js index.js *-helper.js spec/helpers/*\" ./node_modules/jasmine/bin/jasmine.js && npm run cover_remapping",
				"cover_remapping": "remap-istanbul -i coverage/coverage.json -o coverage/coverage-remapped.json && remap-istanbul -i coverage/coverage.json -o coverage/coverage-remapped.lcov -t lcovonly && remap-istanbul -i coverage/coverage.json -o coverage/coverage-remapped -t html",
				"test": "jasmine",
				"tests2png": "mkdirp img && JASMINE_CONFIG_PATH=spec/support/tests2png.json jasmine",
				"watch": "watch \"echo triggering build && npm run build_test && echo build completed\" src -d -u -w=15",
				"perf": "protractor protractor.conf.js",
				"perf_micro": "node ./perf/micro/index.js",
				"generate_packages": "node .make-packages.js",
				"commit": "git-cz"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "blesh@netflix.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "blesh@netflix.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"benchmark": "1.0.0",
				"benchpress": "2.0.0-alpha.37.2",
				"browserify": "11.0.0",
				"colors": "1.1.2",
				"commitizen": "2.4.4",
				"coveralls": "2.11.4",
				"cz-conventional-changelog": "1.1.4",
				"esdoc": "0.2.5",
				"eslint": "1.5.1",
				"fs-extra": "0.24.0",
				"ghooks": "0.3.2",
				"glob": "5.0.14",
				"gm": "1.21.1",
				"google-closure-compiler": "20151015.0.0",
				"http-server": "0.8.0",
				"istanbul": "0.3.22",
				"jasmine": "2.3.2",
				"jasmine-core": "2.3.4",
				"lodash": "3.10.1",
				"markdown-doctest": "^0.2.0",
				"mkdirp": "0.5.1",
				"platform": "1.3.0",
				"promise": "7.0.3",
				"protractor": "2.5.1",
				"remap-istanbul": "0.3.1",
				"rx": "latest",
				"tslint": "2.5.0",
				"typescript": "1.8.0-dev.20151115",
				"validate-commit-msg": "1.0.0",
				"watch": "0.16.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "Rx.d.ts",
			"_id": "rxjs@5.0.0-alpha.11",
			"_shasum": "95d10db3a3399cdb3b382ec3609b6a10ca59e990",
			"_from": ".",
			"_npmVersion": "3.3.10",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"shasum": "95d10db3a3399cdb3b382ec3609b6a10ca59e990",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-alpha.11.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "jeffbcross",
					"email": "middlefloor@gmail.com"
				}
			],
			"directories": {}
		},
		"5.0.0-alpha.12": {
			"name": "rxjs",
			"version": "5.0.0-alpha.12",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "Rx.js",
			"config": {
				"commitizen": {
					"path": "node_modules/cz-conventional-changelog"
				},
				"ghooks": {
					"commit-msg": "node ./node_modules/validate-commit-msg/index.js"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "blesh@netflix.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "blesh@netflix.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"benchmark": "1.0.0",
				"benchpress": "2.0.0-alpha.37.2",
				"browserify": "11.0.0",
				"colors": "1.1.2",
				"commitizen": "2.4.4",
				"coveralls": "2.11.4",
				"cz-conventional-changelog": "1.1.4",
				"esdoc": "0.2.5",
				"eslint": "1.5.1",
				"fs-extra": "0.24.0",
				"ghooks": "0.3.2",
				"glob": "5.0.14",
				"gm": "1.21.1",
				"google-closure-compiler": "20151015.0.0",
				"http-server": "0.8.0",
				"istanbul": "0.3.22",
				"jasmine": "2.3.2",
				"jasmine-core": "2.3.4",
				"lodash": "3.10.1",
				"markdown-doctest": "^0.2.0",
				"mkdirp": "^0.5.1",
				"platform": "1.3.0",
				"promise": "7.0.3",
				"protractor": "2.5.1",
				"remap-istanbul": "0.3.1",
				"rx": "latest",
				"tslint": "2.5.0",
				"typescript": "1.8.0-dev.20151115",
				"validate-commit-msg": "1.0.0",
				"watch": "0.16.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "Rx.d.ts",
			"_id": "rxjs@5.0.0-alpha.12",
			"scripts": {},
			"_shasum": "c3625fb86742e4f9f52890b101cdf65b2274c0ab",
			"_from": ".",
			"_npmVersion": "3.3.10",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"shasum": "c3625fb86742e4f9f52890b101cdf65b2274c0ab",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-alpha.12.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "jeffbcross",
					"email": "middlefloor@gmail.com"
				}
			],
			"directories": {}
		},
		"5.0.0-alpha.13": {
			"engines": {
				"npm": ">=2.0.0"
			},
			"main": "Rx.js",
			"typings": "Rx.d.ts",
			"description": "Reactive Extensions for modern JavaScript",
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "blesh@netflix.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				}
			],
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"version": "5.0.0-alpha.13",
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"license": "Apache-2.0",
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"devDependencies": {
				"benchmark": "1.0.0",
				"benchpress": "2.0.0-alpha.37.2",
				"browserify": "11.0.0",
				"colors": "1.1.2",
				"commitizen": "2.4.4",
				"coveralls": "2.11.4",
				"cz-conventional-changelog": "1.1.4",
				"esdoc": "0.4.3",
				"eslint": "1.5.1",
				"fs-extra": "0.24.0",
				"ghooks": "0.3.2",
				"glob": "5.0.14",
				"gm": "1.21.1",
				"google-closure-compiler": "20151015.0.0",
				"http-server": "0.8.0",
				"istanbul": "0.3.22",
				"jasmine": "2.4.1",
				"jasmine-core": "2.4.1",
				"lodash": "3.10.1",
				"markdown-doctest": "^0.3.0",
				"mkdirp": "^0.5.1",
				"platform": "1.3.0",
				"promise": "7.0.3",
				"protractor": "2.5.1",
				"remap-istanbul": "0.3.1",
				"rx": "latest",
				"tslint": "2.5.0",
				"typescript": "1.8.0-dev.20151115",
				"validate-commit-msg": "1.0.0",
				"watch": "0.16.0"
			},
			"config": {
				"commitizen": {
					"path": "node_modules/cz-conventional-changelog"
				},
				"ghooks": {
					"commit-msg": "node ./node_modules/validate-commit-msg/index.js"
				}
			},
			"author": {
				"name": "Ben Lesh",
				"email": "blesh@netflix.com"
			},
			"name": "rxjs",
			"homepage": "https://github.com/ReactiveX/RxJS",
			"_id": "rxjs@5.0.0-alpha.13",
			"scripts": {},
			"_shasum": "925e8b9402b824ddc969ba5a3fcbac212db944c5",
			"_from": ".",
			"_npmVersion": "3.3.10",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"shasum": "925e8b9402b824ddc969ba5a3fcbac212db944c5",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-alpha.13.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "jeffbcross",
					"email": "middlefloor@gmail.com"
				}
			],
			"directories": {}
		},
		"5.0.0-alpha.14": {
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"name": "rxjs",
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "blesh@netflix.com"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "blesh@netflix.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				}
			],
			"devDependencies": {
				"benchmark": "1.0.0",
				"benchpress": "2.0.0-alpha.37.2",
				"browserify": "11.0.0",
				"colors": "1.1.2",
				"commitizen": "2.4.4",
				"coveralls": "2.11.4",
				"cz-conventional-changelog": "1.1.4",
				"esdoc": "0.4.3",
				"eslint": "1.5.1",
				"fs-extra": "0.24.0",
				"ghooks": "0.3.2",
				"glob": "5.0.14",
				"gm": "1.21.1",
				"google-closure-compiler": "20151015.0.0",
				"http-server": "0.8.0",
				"istanbul": "0.3.22",
				"jasmine": "2.4.1",
				"jasmine-core": "2.4.1",
				"lodash": "3.10.1",
				"markdown-doctest": "^0.3.0",
				"madge": "^0.5.3",
				"mkdirp": "^0.5.1",
				"platform": "1.3.0",
				"promise": "7.0.3",
				"protractor": "2.5.1",
				"remap-istanbul": "0.3.1",
				"rx": "latest",
				"tslint": "3.2.0-dev.1",
				"typescript": "1.8.0-dev.20151115",
				"validate-commit-msg": "1.0.0",
				"watch": "0.16.0"
			},
			"typings": "Rx.d.ts",
			"license": "Apache-2.0",
			"version": "5.0.0-alpha.14",
			"config": {
				"commitizen": {
					"path": "node_modules/cz-conventional-changelog"
				},
				"ghooks": {
					"commit-msg": "node ./node_modules/validate-commit-msg/index.js"
				}
			},
			"description": "Reactive Extensions for modern JavaScript",
			"engines": {
				"npm": ">=2.0.0"
			},
			"main": "Rx.js",
			"_id": "rxjs@5.0.0-alpha.14",
			"scripts": {},
			"_shasum": "30d5cf2673e969025c869e521cac5e89bc77731a",
			"_from": ".",
			"_npmVersion": "3.3.10",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"shasum": "30d5cf2673e969025c869e521cac5e89bc77731a",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-alpha.14.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "jeffbcross",
					"email": "middlefloor@gmail.com"
				}
			],
			"directories": {}
		},
		"5.0.0-beta.0": {
			"name": "rxjs",
			"engines": {
				"npm": ">=2.0.0"
			},
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"main": "Rx.js",
			"author": {
				"name": "Ben Lesh",
				"email": "blesh@netflix.com"
			},
			"version": "5.0.0-beta.0",
			"homepage": "https://github.com/ReactiveX/RxJS",
			"license": "Apache-2.0",
			"config": {
				"commitizen": {
					"path": "node_modules/cz-conventional-changelog"
				},
				"ghooks": {
					"commit-msg": "node ./node_modules/validate-commit-msg/index.js"
				}
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"description": "Reactive Extensions for modern JavaScript",
			"devDependencies": {
				"benchmark": "1.0.0",
				"benchpress": "2.0.0-alpha.37.2",
				"browserify": "11.0.0",
				"colors": "1.1.2",
				"commitizen": "2.4.4",
				"coveralls": "2.11.4",
				"cz-conventional-changelog": "1.1.4",
				"esdoc": "0.4.3",
				"eslint": "1.5.1",
				"fs-extra": "0.24.0",
				"ghooks": "0.3.2",
				"glob": "5.0.14",
				"gm": "1.21.1",
				"google-closure-compiler": "20151015.0.0",
				"http-server": "0.8.0",
				"istanbul": "0.3.22",
				"jasmine": "2.4.1",
				"jasmine-core": "2.4.1",
				"karma": "0.13.15",
				"karma-browserify": "4.4.2",
				"karma-chrome-launcher": "0.2.2",
				"karma-jasmine": "0.3.6",
				"lodash": "3.10.1",
				"madge": "^0.5.3",
				"markdown-doctest": "^0.3.0",
				"mkdirp": "^0.5.1",
				"platform": "1.3.0",
				"promise": "7.0.3",
				"protractor": "2.5.1",
				"remap-istanbul": "0.3.1",
				"rx": "latest",
				"systemjs": "^0.19.6",
				"systemjs-builder": "^0.10.6",
				"tslint": "3.2.0-dev.1",
				"typescript": "1.8.0-dev.20151115",
				"validate-commit-msg": "1.0.0",
				"watch": "0.16.0"
			},
			"typings": "Rx.d.ts",
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "blesh@netflix.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "ojkwon@nvidia.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"_id": "rxjs@5.0.0-beta.0",
			"scripts": {},
			"_shasum": "1945ac5aac66d338456c0c0a66a91d88ae81410f",
			"_from": ".",
			"_npmVersion": "3.3.10",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"shasum": "1945ac5aac66d338456c0c0a66a91d88ae81410f",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-beta.0.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "jeffbcross",
					"email": "middlefloor@gmail.com"
				}
			],
			"directories": {}
		},
		"5.0.0-beta.1": {
			"devDependencies": {
				"benchmark": "1.0.0",
				"benchpress": "2.0.0-alpha.37.2",
				"browserify": "11.0.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "2.4.4",
				"coveralls": "2.11.4",
				"cz-conventional-changelog": "1.1.4",
				"esdoc": "0.4.3",
				"eslint": "1.5.1",
				"fs-extra": "0.24.0",
				"ghooks": "0.3.2",
				"glob": "5.0.14",
				"gm": "1.21.1",
				"google-closure-compiler": "20151015.0.0",
				"http-server": "0.8.0",
				"istanbul": "0.3.22",
				"jasmine": "2.4.1",
				"jasmine-ajax": "^3.2.0",
				"jasmine-core": "2.4.1",
				"karma": "0.13.15",
				"karma-browserify": "4.4.2",
				"karma-chrome-launcher": "0.2.2",
				"karma-jasmine": "0.3.6",
				"karma-sauce-launcher": "0.3.0",
				"lodash": "3.10.1",
				"madge": "^0.5.3",
				"markdown-doctest": "^0.3.0",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"platform": "1.3.0",
				"promise": "7.0.3",
				"protractor": "2.5.1",
				"remap-istanbul": "0.3.1",
				"rx": "latest",
				"systemjs": "^0.19.6",
				"systemjs-builder": "^0.10.6",
				"tslint": "3.2.0-dev.1",
				"typescript": "1.8.0-dev.20151115",
				"validate-commit-msg": "1.0.0",
				"watch": "0.16.0",
				"xmlhttprequest": "^1.8.0"
			},
			"author": {
				"name": "Ben Lesh",
				"email": "blesh@netflix.com"
			},
			"typings": "Rx.d.ts",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"license": "Apache-2.0",
			"version": "5.0.0-beta.1",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "Rx.js",
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "blesh@netflix.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "ojkwon@nvidia.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"config": {
				"commitizen": {
					"path": "node_modules/cz-conventional-changelog"
				},
				"ghooks": {
					"commit-msg": "node ./node_modules/validate-commit-msg/index.js"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"name": "rxjs",
			"homepage": "https://github.com/ReactiveX/RxJS",
			"engines": {
				"npm": ">=2.0.0"
			},
			"_id": "rxjs@5.0.0-beta.1",
			"scripts": {},
			"_shasum": "7d4f623146e93daa23ee245af58b4ca8bacc0d44",
			"_from": ".",
			"_npmVersion": "3.3.10",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"shasum": "7d4f623146e93daa23ee245af58b4ca8bacc0d44",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-beta.1.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "jeffbcross",
					"email": "middlefloor@gmail.com"
				}
			],
			"directories": {}
		},
		"5.0.0-beta.2": {
			"config": {
				"commitizen": {
					"path": "node_modules/cz-conventional-changelog"
				},
				"ghooks": {
					"commit-msg": "node ./node_modules/validate-commit-msg/index.js"
				}
			},
			"name": "rxjs",
			"license": "Apache-2.0",
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "blesh@netflix.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "ojkwon@nvidia.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"author": {
				"name": "Ben Lesh",
				"email": "blesh@netflix.com"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"main": "Rx.js",
			"version": "5.0.0-beta.2",
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"devDependencies": {
				"benchmark": "1.0.0",
				"benchpress": "2.0.0-beta.1",
				"browserify": "11.0.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "2.5.0",
				"coveralls": "2.11.6",
				"cz-conventional-changelog": "1.1.5",
				"esdoc": "0.4.3",
				"eslint": "2.0.0-beta.3",
				"fs-extra": "0.24.0",
				"ghooks": "0.3.2",
				"glob": "5.0.14",
				"gm": "1.21.1",
				"google-closure-compiler": "20160125.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "0.8.0",
				"istanbul": "0.4.2",
				"jasmine": "2.4.1",
				"jasmine-ajax": "3.2.0",
				"jasmine-core": "2.4.1",
				"karma": "0.13.19",
				"karma-browserify": "^5.0.1",
				"karma-chrome-launcher": "0.2.2",
				"karma-jasmine": "^0.3.6",
				"karma-sauce-launcher": "0.3.0",
				"lodash": "4.1.0",
				"madge": "^0.5.3",
				"markdown-doctest": "^0.3.0",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"platform": "1.3.0",
				"promise": "7.0.3",
				"protractor": "2.5.1",
				"remap-istanbul": "0.5.1",
				"rx": "latest",
				"systemjs": "^0.19.6",
				"systemjs-builder": "^0.10.6",
				"tslint": "3.3.0-dev.2",
				"typescript": "1.9.0-dev.20160128",
				"validate-commit-msg": "1.1.1",
				"watch": "0.16.0",
				"watchify": "3.7.0",
				"xmlhttprequest": "1.8.0"
			},
			"typings": "Rx.d.ts",
			"description": "Reactive Extensions for modern JavaScript",
			"homepage": "https://github.com/ReactiveX/RxJS",
			"_id": "rxjs@5.0.0-beta.2",
			"scripts": {},
			"_shasum": "f775df8b8598c0657031e5ff8ff8251e1c5c0185",
			"_from": ".",
			"_npmVersion": "3.3.10",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"shasum": "f775df8b8598c0657031e5ff8ff8251e1c5c0185",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-beta.2.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "jeffbcross",
					"email": "middlefloor@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-5-east.internal.npmjs.com",
				"tmp": "tmp/rxjs-5.0.0-beta.2.tgz_1455138523425_0.768723902059719"
			},
			"directories": {}
		},
		"5.0.0-beta.3": {
			"name": "rxjs",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"config": {
				"commitizen": {
					"path": "node_modules/cz-conventional-changelog"
				},
				"ghooks": {
					"commit-msg": "node ./node_modules/validate-commit-msg/index.js"
				}
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages(ES6, CJS, AMD, Global) and generate packages",
				"build_amd": "Build AMD package with clean up existing build, copy source into dist",
				"build_cjs": "Build CJS package with clean up existing build, copy source into dist",
				"build_es6": "Build ES6 package with clean up existing build, copy source into dist",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_closure_kitchensink": "Minify Global kitchenSink build using closure compiler",
				"build_global": "Build Global package, then minify core & kitchensink build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute jasmine test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ES6 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_amd": "Clean up existing AMD package output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_es6": "Clean up existing ES6 package output",
				"commit": "Run git commit wizard",
				"compile_dist_amd": "Compile codebase into AMD module",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_dist_es6": "Compile codebase into ES6",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_jasmine": "Execute jasmine test runner against existing test spec build",
				"test_karma": "Execute karma test runner against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute jasmine test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"license": "Apache-2.0",
			"devDependencies": {
				"babel-polyfill": "^6.7.2",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"browserify": "13.0.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.7.2",
				"coveralls": "^2.11.8",
				"cz-conventional-changelog": "1.1.5",
				"esdoc": "^0.4.6",
				"eslint": "^2.4.0",
				"fs-extra": "^0.26.5",
				"ghooks": "^1.0.3",
				"glob": "^7.0.3",
				"gm": "1.21.1",
				"google-closure-compiler": "^20160208.5.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"istanbul": "0.4.2",
				"jasmine": "2.4.1",
				"jasmine-ajax": "3.2.0",
				"jasmine-core": "2.4.1",
				"karma": "^0.13.22",
				"karma-browserify": "5.0.2",
				"karma-chrome-launcher": "0.2.2",
				"karma-jasmine": "0.3.7",
				"karma-sauce-launcher": "^0.3.1",
				"lodash": "^4.6.1",
				"madge": "^0.5.3",
				"markdown-doctest": "^0.3.2",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"npm-scripts-info": "^0.3.4",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"remap-istanbul": "0.5.1",
				"rx": "latest",
				"systemjs": "^0.19.24",
				"systemjs-builder": "^0.10.6",
				"tslint": "^3.5.0",
				"typescript": "^1.8.7",
				"typings": "^0.7.8",
				"validate-commit-msg": "^2.3.1",
				"watch": "^0.17.1",
				"watchify": "3.7.0",
				"xmlhttprequest": "1.8.0"
			},
			"main": "Rx.js",
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "blesh@netflix.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"author": {
				"name": "Ben Lesh",
				"email": "blesh@netflix.com"
			},
			"typings": "Rx.d.ts",
			"description": "Reactive Extensions for modern JavaScript",
			"version": "5.0.0-beta.3",
			"_id": "rxjs@5.0.0-beta.3",
			"scripts": {},
			"_shasum": "eb1b1f3e6fa489a8d853b1a7f4936d8edb4fb060",
			"_from": ".",
			"_npmVersion": "3.7.3",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"shasum": "eb1b1f3e6fa489a8d853b1a7f4936d8edb4fb060",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-beta.3.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "jeffbcross",
					"email": "middlefloor@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/rxjs-5.0.0-beta.3.tgz_1458586347042_0.03796531888656318"
			},
			"directories": {}
		},
		"5.0.0-beta.4": {
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "blesh@netflix.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"name": "rxjs",
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"license": "Apache-2.0",
			"engines": {
				"npm": ">=2.0.0"
			},
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"config": {
				"commitizen": {
					"path": "node_modules/cz-conventional-changelog"
				},
				"ghooks": {
					"commit-msg": "node ./node_modules/validate-commit-msg/index.js"
				}
			},
			"version": "5.0.0-beta.4",
			"homepage": "https://github.com/ReactiveX/RxJS",
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages(ES6, CJS, AMD, Global) and generate packages",
				"build_amd": "Build AMD package with clean up existing build, copy source into dist",
				"build_cjs": "Build CJS package with clean up existing build, copy source into dist",
				"build_es6": "Build ES6 package with clean up existing build, copy source into dist",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_closure_kitchensink": "Minify Global kitchenSink build using closure compiler",
				"build_global": "Build Global package, then minify core & kitchensink build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute jasmine test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ES6 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_amd": "Clean up existing AMD package output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_es6": "Clean up existing ES6 package output",
				"commit": "Run git commit wizard",
				"compile_dist_amd": "Compile codebase into AMD module",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_dist_es6": "Compile codebase into ES6",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_jasmine": "Execute jasmine test runner against existing test spec build",
				"test_karma": "Execute karma test runner against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute jasmine test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"typings": "Rx.d.ts",
			"main": "Rx.js",
			"devDependencies": {
				"babel-polyfill": "^6.7.2",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"browserify": "13.0.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.7.2",
				"coveralls": "^2.11.8",
				"cz-conventional-changelog": "1.1.5",
				"esdoc": "^0.4.6",
				"eslint": "^2.4.0",
				"fs-extra": "^0.26.5",
				"ghooks": "^1.0.3",
				"glob": "^7.0.3",
				"gm": "1.21.1",
				"google-closure-compiler": "^20160208.5.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"istanbul": "0.4.2",
				"jasmine": "2.4.1",
				"jasmine-ajax": "3.2.0",
				"jasmine-core": "2.4.1",
				"karma": "^0.13.22",
				"karma-browserify": "5.0.2",
				"karma-chrome-launcher": "0.2.2",
				"karma-jasmine": "0.3.7",
				"karma-sauce-launcher": "^0.3.1",
				"lodash": "^4.6.1",
				"madge": "^0.5.3",
				"markdown-doctest": "^0.3.2",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"npm-run-all": "^1.5.3",
				"npm-scripts-info": "^0.3.4",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"remap-istanbul": "0.5.1",
				"rx": "latest",
				"systemjs": "^0.19.24",
				"systemjs-builder": "^0.10.6",
				"tslint": "^3.5.0",
				"typescript": "^1.8.7",
				"typings": "^0.7.8",
				"validate-commit-msg": "^2.3.1",
				"watch": "^0.17.1",
				"watchify": "3.7.0",
				"xmlhttprequest": "1.8.0"
			},
			"author": {
				"name": "Ben Lesh",
				"email": "blesh@netflix.com"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"description": "Reactive Extensions for modern JavaScript",
			"_id": "rxjs@5.0.0-beta.4",
			"scripts": {},
			"_shasum": "768d7fe3fabd9a2ad6a3b4863df3a2643072ccd0",
			"_from": ".",
			"_npmVersion": "3.7.3",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"shasum": "768d7fe3fabd9a2ad6a3b4863df3a2643072ccd0",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-beta.4.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "jeffbcross",
					"email": "middlefloor@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/rxjs-5.0.0-beta.4.tgz_1459212136100_0.3436521382536739"
			},
			"directories": {}
		},
		"5.0.0-beta.5": {
			"author": {
				"name": "Ben Lesh",
				"email": "blesh@netflix.com"
			},
			"main": "Rx.js",
			"license": "Apache-2.0",
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages(ES6, CJS, AMD, Global) and generate packages",
				"build_amd": "Build AMD package with clean up existing build, copy source into dist",
				"build_cjs": "Build CJS package with clean up existing build, copy source into dist",
				"build_es6": "Build ES6 package with clean up existing build, copy source into dist",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_closure_kitchensink": "Minify Global kitchenSink build using closure compiler",
				"build_global": "Build Global package, then minify core & kitchensink build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ES6 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_amd": "Clean up existing AMD package output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_es6": "Clean up existing ES6 package output",
				"commit": "Run git commit wizard",
				"compile_dist_amd": "Compile codebase into AMD module",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_dist_es6": "Compile codebase into ES6",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_karma": "Execute karma test runner against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"devDependencies": {
				"babel-polyfill": "^6.7.2",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"browserify": "13.0.0",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.7.2",
				"coveralls": "^2.11.8",
				"cz-conventional-changelog": "1.1.5",
				"esdoc": "^0.4.6",
				"eslint": "^2.4.0",
				"fs-extra": "^0.26.5",
				"ghooks": "^1.0.3",
				"glob": "^7.0.3",
				"gm": "1.21.1",
				"google-closure-compiler": "^20160208.5.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"istanbul": "0.4.2",
				"karma": "^0.13.22",
				"karma-browserify": "5.0.2",
				"karma-chrome-launcher": "0.2.2",
				"karma-sauce-launcher": "^0.3.1",
				"lodash": "^4.6.1",
				"madge": "^0.5.3",
				"markdown-doctest": "^0.3.2",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^2.4.5",
				"npm-run-all": "^1.5.3",
				"npm-scripts-info": "^0.3.4",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"remap-istanbul": "0.5.1",
				"rx": "latest",
				"sinon": "^1.17.3",
				"sinon-chai": "^2.8.0",
				"systemjs": "^0.19.24",
				"systemjs-builder": "^0.10.6",
				"tslint": "^3.5.0",
				"typescript": "^1.8.7",
				"typings": "^0.7.8",
				"validate-commit-msg": "^2.3.1",
				"watch": "^0.17.1",
				"watchify": "3.7.0",
				"xmlhttprequest": "1.8.0"
			},
			"name": "rxjs",
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"homepage": "https://github.com/ReactiveX/RxJS",
			"config": {
				"commitizen": {
					"path": "node_modules/cz-conventional-changelog"
				},
				"ghooks": {
					"commit-msg": "node ./node_modules/validate-commit-msg/index.js"
				}
			},
			"typings": "Rx.d.ts",
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "blesh@netflix.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"description": "Reactive Extensions for modern JavaScript",
			"version": "5.0.0-beta.5",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"_id": "rxjs@5.0.0-beta.5",
			"scripts": {},
			"_shasum": "8b99ca3e40cc0605a5ea0b7578a44ffed679ef02",
			"_from": ".",
			"_npmVersion": "3.7.3",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"shasum": "8b99ca3e40cc0605a5ea0b7578a44ffed679ef02",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-beta.5.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "jeffbcross",
					"email": "middlefloor@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/rxjs-5.0.0-beta.5.tgz_1459833453679_0.7578055155463517"
			},
			"directories": {}
		},
		"5.0.0-beta.6": {
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"license": "Apache-2.0",
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "blesh@netflix.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"version": "5.0.0-beta.6",
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"config": {
				"commitizen": {
					"path": "node_modules/cz-conventional-changelog"
				},
				"ghooks": {
					"commit-msg": "node ./node_modules/validate-commit-msg/index.js"
				}
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"description": "Reactive Extensions for modern JavaScript",
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages(ES6, CJS, AMD, Global) and generate packages",
				"build_amd": "Build AMD package with clean up existing build, copy source into dist",
				"build_cjs": "Build CJS package with clean up existing build, copy source into dist",
				"build_es6": "Build ES6 package with clean up existing build, copy source into dist",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_closure_kitchensink": "Minify Global kitchenSink build using closure compiler",
				"build_global": "Build Global package, then minify core & kitchensink build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ES6 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_amd": "Clean up existing AMD package output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_es6": "Clean up existing ES6 package output",
				"commit": "Run git commit wizard",
				"compile_dist_amd": "Compile codebase into AMD module",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_dist_es6": "Compile codebase into ES6",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"main": "Rx.js",
			"name": "rxjs",
			"homepage": "https://github.com/ReactiveX/RxJS",
			"typings": "Rx.d.ts",
			"author": {
				"name": "Ben Lesh",
				"email": "blesh@netflix.com"
			},
			"devDependencies": {
				"babel-polyfill": "^6.7.2",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"browserify": "13.0.0",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.7.2",
				"coveralls": "^2.11.8",
				"cz-conventional-changelog": "1.1.5",
				"esdoc": "^0.4.6",
				"eslint": "^2.4.0",
				"fs-extra": "^0.26.5",
				"ghooks": "^1.0.3",
				"glob": "^7.0.3",
				"gm": "1.21.1",
				"google-closure-compiler": "^20160208.5.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"istanbul": "0.4.2",
				"lodash": "^4.6.1",
				"madge": "^0.5.3",
				"markdown-doctest": "^0.3.2",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^2.4.5",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^1.5.3",
				"npm-scripts-info": "^0.3.4",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"remap-istanbul": "0.5.1",
				"rx": "latest",
				"sinon": "^2.0.0-pre",
				"sinon-chai": "^2.8.0",
				"source-map-support": "^0.4.0",
				"systemjs": "^0.19.24",
				"systemjs-builder": "^0.10.6",
				"tslint": "^3.5.0",
				"typescript": "^1.8.7",
				"typings": "^0.7.8",
				"validate-commit-msg": "^2.3.1",
				"watch": "^0.17.1",
				"watchify": "3.7.0",
				"webpack": "^1.12.14",
				"xmlhttprequest": "1.8.0"
			},
			"_id": "rxjs@5.0.0-beta.6",
			"scripts": {},
			"_shasum": "cb6dc46d6ddfedfeefc9b15dafd09c34a4370d23",
			"_from": ".",
			"_npmVersion": "3.7.3",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"shasum": "cb6dc46d6ddfedfeefc9b15dafd09c34a4370d23",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-beta.6.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "jeffbcross",
					"email": "middlefloor@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/rxjs-5.0.0-beta.6.tgz_1460493695519_0.9258141233585775"
			},
			"directories": {}
		},
		"5.0.0-beta.7": {
			"dependencies": {
				"symbol-observable": "^0.2.4"
			},
			"name": "rxjs",
			"homepage": "https://github.com/ReactiveX/RxJS",
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages(ES6, CJS, AMD, Global) and generate packages",
				"build_amd": "Build AMD package with clean up existing build, copy source into dist",
				"build_cjs": "Build CJS package with clean up existing build, copy source into dist",
				"build_es6": "Build ES6 package with clean up existing build, copy source into dist",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_closure_kitchensink": "Minify Global kitchenSink build using closure compiler",
				"build_global": "Build Global package, then minify core & kitchensink build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ES6 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_amd": "Clean up existing AMD package output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_es6": "Clean up existing ES6 package output",
				"commit": "Run git commit wizard",
				"compile_dist_amd": "Compile codebase into AMD module",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_dist_es6": "Compile codebase into ES6",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"config": {
				"commitizen": {
					"path": "node_modules/cz-conventional-changelog"
				},
				"ghooks": {
					"commit-msg": "node ./node_modules/validate-commit-msg/index.js"
				}
			},
			"description": "Reactive Extensions for modern JavaScript",
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"typings": "Rx.d.ts",
			"engines": {
				"npm": ">=2.0.0"
			},
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"version": "5.0.0-beta.7",
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "blesh@netflix.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"main": "Rx.js",
			"author": {
				"name": "Ben Lesh",
				"email": "blesh@netflix.com"
			},
			"devDependencies": {
				"babel-polyfill": "^6.7.2",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"browserify": "13.0.0",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.7.2",
				"coveralls": "^2.11.8",
				"cz-conventional-changelog": "1.1.5",
				"esdoc": "^0.4.6",
				"eslint": "^2.4.0",
				"fs-extra": "^0.26.5",
				"ghooks": "^1.0.3",
				"glob": "^7.0.3",
				"gm": "1.21.1",
				"google-closure-compiler": "^20160208.5.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"istanbul": "0.4.2",
				"lodash": "^4.6.1",
				"madge": "^0.5.3",
				"markdown-doctest": "^0.3.2",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^2.4.5",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^1.5.3",
				"npm-scripts-info": "^0.3.4",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"remap-istanbul": "0.5.1",
				"rx": "latest",
				"sinon": "^2.0.0-pre",
				"sinon-chai": "^2.8.0",
				"source-map-support": "^0.4.0",
				"systemjs": "^0.19.24",
				"systemjs-builder": "^0.10.6",
				"tslint": "^3.5.0",
				"typescript": "^1.8.10",
				"typings": "^0.7.8",
				"validate-commit-msg": "^2.3.1",
				"watch": "^0.17.1",
				"watchify": "3.7.0",
				"webpack": "^1.12.14",
				"xmlhttprequest": "1.8.0"
			},
			"license": "Apache-2.0",
			"_id": "rxjs@5.0.0-beta.7",
			"scripts": {},
			"_shasum": "8911d8779cf2cc56ba87fef213edbf9a47140e59",
			"_from": ".",
			"_npmVersion": "3.7.3",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"shasum": "8911d8779cf2cc56ba87fef213edbf9a47140e59",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-beta.7.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "jeffbcross",
					"email": "middlefloor@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/rxjs-5.0.0-beta.7.tgz_1461786646758_0.1863141085486859"
			},
			"directories": {}
		},
		"5.0.0-beta.8": {
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				},
				"ghooks": {
					"commit-msg": "node ./node_modules/validate-commit-msg/index.js"
				}
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"typings": "Rx.d.ts",
			"version": "5.0.0-beta.8",
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages(ES6, CJS, AMD, Global) and generate packages",
				"build_amd": "Build AMD package with clean up existing build, copy source into dist",
				"build_cjs": "Build CJS package with clean up existing build, copy source into dist",
				"build_es6": "Build ES6 package with clean up existing build, copy source into dist",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ES6 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_amd": "Clean up existing AMD package output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_es6": "Clean up existing ES6 package output",
				"commit": "Run git commit wizard",
				"compile_dist_amd": "Compile codebase into AMD module",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_dist_es6": "Compile codebase into ES6",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"description": "Reactive Extensions for modern JavaScript",
			"engines": {
				"npm": ">=2.0.0"
			},
			"main": "Rx.js",
			"name": "rxjs",
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "blesh@netflix.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"devDependencies": {
				"babel-polyfill": "^6.7.2",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"browserify": "13.0.0",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.1",
				"coveralls": "^2.11.8",
				"cz-conventional-changelog": "1.1.5",
				"doctoc": "^1.0.0",
				"esdoc": "^0.4.6",
				"eslint": "^2.4.0",
				"fs-extra": "^0.26.5",
				"ghooks": "^1.0.3",
				"glob": "^7.0.3",
				"gm": "1.21.1",
				"google-closure-compiler": "^20160208.5.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"istanbul": "0.4.2",
				"lodash": "^4.6.1",
				"madge": "^0.5.3",
				"markdown-doctest": "^0.3.2",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^2.4.5",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^1.5.3",
				"npm-scripts-info": "^0.3.4",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"remap-istanbul": "0.5.1",
				"rx": "latest",
				"shx": "^0.1.1",
				"sinon": "^2.0.0-pre",
				"sinon-chai": "^2.8.0",
				"source-map-support": "^0.4.0",
				"systemjs": "^0.19.24",
				"systemjs-builder": "^0.10.6",
				"tslint": "^3.5.0",
				"typescript": "^1.8.10",
				"typings": "^0.7.8",
				"validate-commit-msg": "^2.3.1",
				"watch": "^0.17.1",
				"watchify": "3.7.0",
				"webpack": "^1.12.14",
				"xmlhttprequest": "1.8.0"
			},
			"author": {
				"name": "Ben Lesh",
				"email": "blesh@netflix.com"
			},
			"dependencies": {
				"symbol-observable": "^0.2.4"
			},
			"license": "Apache-2.0",
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"_id": "rxjs@5.0.0-beta.8",
			"scripts": {},
			"_shasum": "0ec48ab1d5b10b01a9d2ef73832880f361e784c6",
			"_from": ".",
			"_npmVersion": "3.7.3",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"shasum": "0ec48ab1d5b10b01a9d2ef73832880f361e784c6",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-beta.8.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "jeffbcross",
					"email": "middlefloor@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/rxjs-5.0.0-beta.8.tgz_1463884895825_0.40319760399870574"
			},
			"directories": {}
		},
		"5.0.0-beta.9": {
			"devDependencies": {
				"babel-polyfill": "6.9.1",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"browserify": "13.0.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.2",
				"coveralls": "^2.11.8",
				"cz-conventional-changelog": "1.1.6",
				"doctoc": "^1.0.0",
				"esdoc": "^0.4.6",
				"eslint": "^2.12.0",
				"fs-extra": "^0.30.0",
				"ghooks": "1.2.3",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler": "20160517.1.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"istanbul": "0.4.3",
				"lodash": "4.13.1",
				"madge": "^0.5.3",
				"markdown-doctest": "^0.7.0",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "2.5.3",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "2.1.1",
				"npm-scripts-info": "^0.3.4",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"remap-istanbul": "0.6.4",
				"rx": "latest",
				"shx": "^0.1.2",
				"sinon": "^2.0.0-pre",
				"sinon-chai": "^2.8.0",
				"source-map-support": "^0.4.0",
				"systemjs": "^0.19.24",
				"systemjs-builder": "^0.10.6",
				"tslint": "^3.11.0",
				"typescript": "^1.8.10",
				"typings": "^1.0.5",
				"validate-commit-msg": "^2.3.1",
				"watch": "^0.18.0",
				"watchify": "3.7.0",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"name": "rxjs",
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages(ES6, CJS, AMD, Global) and generate packages",
				"build_amd": "Build AMD package with clean up existing build, copy source into dist",
				"build_cjs": "Build CJS package with clean up existing build, copy source into dist",
				"build_es6": "Build ES6 package with clean up existing build, copy source into dist",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ES6 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_amd": "Clean up existing AMD package output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_es6": "Clean up existing ES6 package output",
				"commit": "Run git commit wizard",
				"compile_dist_amd": "Compile codebase into AMD module",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_dist_es6": "Compile codebase into ES6",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"typings": "Rx.d.ts",
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "blesh@netflix.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				},
				"ghooks": {
					"commit-msg": "node ./node_modules/validate-commit-msg/index.js"
				}
			},
			"version": "5.0.0-beta.9",
			"description": "Reactive Extensions for modern JavaScript",
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"main": "Rx.js",
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"symbol-observable": "0.2.4"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"author": {
				"name": "Ben Lesh",
				"email": "blesh@netflix.com"
			},
			"_id": "rxjs@5.0.0-beta.9",
			"scripts": {},
			"_shasum": "c6817ea853f3b57b39d71306a7506814cb124861",
			"_from": ".",
			"_npmVersion": "3.7.3",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"shasum": "c6817ea853f3b57b39d71306a7506814cb124861",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-beta.9.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "jeffbcross",
					"email": "middlefloor@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/rxjs-5.0.0-beta.9.tgz_1465866294732_0.15694721438921988"
			},
			"directories": {}
		},
		"5.0.0-beta.10": {
			"main": "Rx.js",
			"description": "Reactive Extensions for modern JavaScript",
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages(ES6, CJS, AMD, Global) and generate packages",
				"build_amd": "Build AMD package with clean up existing build, copy source into dist",
				"build_cjs": "Build CJS package with clean up existing build, copy source into dist",
				"build_es6": "Build ES6 package with clean up existing build, copy source into dist",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ES6 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_amd": "Clean up existing AMD package output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_es6": "Clean up existing ES6 package output",
				"commit": "Run git commit wizard",
				"compile_dist_amd": "Compile codebase into AMD module",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_dist_es6": "Compile codebase into ES6",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"author": {
				"name": "Ben Lesh",
				"email": "blesh@netflix.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "blesh@netflix.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"devDependencies": {
				"babel-polyfill": "6.9.1",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"browserify": "13.0.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.2",
				"coveralls": "^2.11.8",
				"cz-conventional-changelog": "1.1.6",
				"doctoc": "^1.0.0",
				"esdoc": "^0.4.7",
				"eslint": "^2.12.0",
				"fs-extra": "^0.30.0",
				"ghooks": "1.2.3",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler": "20160517.1.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"lodash": "4.13.1",
				"madge": "^0.5.4",
				"markdown-doctest": "^0.7.0",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "2.5.3",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^2.1.2",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^6.6.1",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rx": "latest",
				"shx": "^0.1.2",
				"sinon": "^2.0.0-pre",
				"sinon-chai": "^2.8.0",
				"source-map-support": "^0.4.0",
				"systemjs": "^0.19.31",
				"systemjs-builder": "^0.15.23",
				"tslint": "^3.11.0",
				"typescript": "^1.8.10",
				"typings": "^1.2.0",
				"validate-commit-msg": "^2.3.1",
				"watch": "^0.18.0",
				"watchify": "3.7.0",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"engines": {
				"npm": ">=2.0.0"
			},
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"version": "5.0.0-beta.10",
			"name": "rxjs",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				},
				"ghooks": {
					"commit-msg": "node ./node_modules/validate-commit-msg/index.js"
				}
			},
			"dependencies": {
				"symbol-observable": "^1.0.1"
			},
			"typings": "Rx.d.ts",
			"_id": "rxjs@5.0.0-beta.10",
			"scripts": {},
			"_shasum": "92d4f94ddd27d978ca99d19dcdeac42cf1401b7a",
			"_from": ".",
			"_npmVersion": "3.7.3",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"shasum": "92d4f94ddd27d978ca99d19dcdeac42cf1401b7a",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-beta.10.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "jeffbcross",
					"email": "middlefloor@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/rxjs-5.0.0-beta.10.tgz_1467826202100_0.6127895514946431"
			},
			"directories": {}
		},
		"5.0.0-beta.11": {
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "blesh@netflix.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"author": {
				"name": "Ben Lesh",
				"email": "blesh@netflix.com"
			},
			"devDependencies": {
				"babel-polyfill": "6.9.1",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"browserify": "13.0.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.2",
				"coveralls": "^2.11.8",
				"cz-conventional-changelog": "1.1.6",
				"doctoc": "^1.0.0",
				"esdoc": "^0.4.7",
				"eslint": "^2.12.0",
				"fs-extra": "^0.30.0",
				"ghooks": "1.2.3",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler": "20160517.1.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"lint-staged": "^1.0.2",
				"lodash": "4.13.1",
				"madge": "^0.5.4",
				"markdown-doctest": "^0.7.0",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "2.5.3",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^2.1.2",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^6.6.1",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rx": "latest",
				"shx": "^0.1.2",
				"sinon": "^2.0.0-pre",
				"sinon-chai": "^2.8.0",
				"source-map-support": "^0.4.0",
				"tslint": "^3.11.0",
				"typescript": "^1.8.10",
				"typings": "^1.2.0",
				"validate-commit-msg": "^2.3.1",
				"watch": "^0.18.0",
				"watchify": "3.7.0",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"typings": "Rx.d.ts",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"main": "Rx.js",
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages(ES6, CJS, AMD, Global) and generate packages",
				"build_amd": "Build AMD package with clean up existing build, copy source into dist",
				"build_cjs": "Build CJS package with clean up existing build, copy source into dist",
				"build_es6": "Build ES6 package with clean up existing build, copy source into dist",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ES6 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_amd": "Clean up existing AMD package output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_es6": "Clean up existing ES6 package output",
				"commit": "Run git commit wizard",
				"compile_dist_amd": "Compile codebase into AMD module",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_dist_es6": "Compile codebase into ES6",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint_staged": "Run lint against staged files",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"name": "rxjs",
			"engines": {
				"npm": ">=2.0.0"
			},
			"version": "5.0.0-beta.11",
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"description": "Reactive Extensions for modern JavaScript",
			"homepage": "https://github.com/ReactiveX/RxJS",
			"lint-staged": {
				"eslint": "*.@(js)",
				"tslint": "*.@(ts)"
			},
			"dependencies": {
				"symbol-observable": "^1.0.1"
			},
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				},
				"ghooks": {
					"commit-msg": "node ./node_modules/validate-commit-msg/index.js",
					"pre-commit": "npm run lint_staged"
				}
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"license": "Apache-2.0",
			"_id": "rxjs@5.0.0-beta.11",
			"scripts": {},
			"_shasum": "abac447d6f801c1bf066b7f0e49c65d2fee36ca2",
			"_from": ".",
			"_npmVersion": "3.7.3",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"shasum": "abac447d6f801c1bf066b7f0e49c65d2fee36ca2",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-beta.11.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "jeffbcross",
					"email": "middlefloor@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/rxjs-5.0.0-beta.11.tgz_1470762149276_0.8274131978396326"
			},
			"directories": {}
		},
		"5.0.0-beta.12": {
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				},
				"ghooks": {
					"commit-msg": "node ./node_modules/validate-commit-msg/index.js",
					"pre-commit": "npm run lint_staged"
				}
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"name": "rxjs",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"lint-staged": {
				"eslint": "*.@(js)",
				"tslint": "*.@(ts)"
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build, copy source into dist",
				"build_es6": "Build ES6 package with clean up existing build, copy source into dist",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ES6 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_es6": "Clean up existing ES6 package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_dist_es6": "Compile codebase into ES6",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint_staged": "Run lint against staged files",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"version": "5.0.0-beta.12",
			"license": "Apache-2.0",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "Rx.js",
			"engines": {
				"npm": ">=2.0.0"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "blesh@netflix.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"typings": "Rx.d.ts",
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"dependencies": {
				"symbol-observable": "^1.0.1"
			},
			"devDependencies": {
				"babel-polyfill": "6.9.1",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"browserify": "13.0.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.2",
				"coveralls": "^2.11.8",
				"cz-conventional-changelog": "1.1.6",
				"doctoc": "^1.0.0",
				"esdoc": "^0.4.7",
				"eslint": "^2.12.0",
				"fs-extra": "^0.30.0",
				"ghooks": "1.2.3",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler": "20160517.1.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"lint-staged": "^1.0.2",
				"lodash": "4.13.1",
				"madge": "^0.5.4",
				"markdown-doctest": "^0.7.0",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "2.5.3",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^2.1.2",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^6.6.1",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rx": "latest",
				"shx": "^0.1.2",
				"sinon": "^2.0.0-pre",
				"sinon-chai": "^2.8.0",
				"source-map-support": "^0.4.0",
				"tslint": "^3.11.0",
				"typescript": "^1.8.10",
				"typings": "^1.2.0",
				"validate-commit-msg": "^2.3.1",
				"watch": "^0.18.0",
				"watchify": "3.7.0",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"author": {
				"name": "Ben Lesh",
				"email": "blesh@netflix.com"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"_id": "rxjs@5.0.0-beta.12",
			"scripts": {},
			"_shasum": "cdfde2d8c4639d20ae7794bff8fddf32da7ad337",
			"_from": ".",
			"_npmVersion": "3.7.3",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"shasum": "cdfde2d8c4639d20ae7794bff8fddf32da7ad337",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-beta.12.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "jeffbcross",
					"email": "middlefloor@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/rxjs-5.0.0-beta.12.tgz_1473443366415_0.7348345792852342"
			},
			"directories": {}
		},
		"5.0.0-rc.1": {
			"name": "rxjs",
			"version": "5.0.0-rc.1",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				},
				"ghooks": {
					"commit-msg": "node ./node_modules/validate-commit-msg/index.js",
					"pre-commit": "npm run lint_staged"
				}
			},
			"lint-staged": {
				"eslint": "*.@(js)",
				"tslint": "*.@(ts)"
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build, copy source into dist",
				"build_es6": "Build ES6 package with clean up existing build, copy source into dist",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ES6 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_es6": "Clean up existing ES6 package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_dist_es6": "Compile codebase into ES6",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint_staged": "Run lint against staged files",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "blesh@netflix.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "blesh@netflix.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"babel-polyfill": "6.9.1",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"browserify": "13.0.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"doctoc": "^1.0.0",
				"esdoc": "^0.4.7",
				"eslint": "^2.12.0",
				"fs-extra": "^0.30.0",
				"ghooks": "1.2.3",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20160916.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"lint-staged": "^1.0.2",
				"lodash": "^4.15.0",
				"madge": "^0.5.4",
				"markdown-doctest": "^0.7.0",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^3.1.0",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^8.3.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rx": "latest",
				"shx": "^0.1.4",
				"sinon": "^2.0.0-pre",
				"sinon-chai": "^2.8.0",
				"source-map-support": "^0.4.0",
				"tslint": "^3.15.1",
				"typescript": "^2.0.3",
				"typings": "^1.3.3",
				"validate-commit-msg": "^2.3.1",
				"watch": "^0.18.0",
				"watchify": "3.7.0",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "Rx.d.ts",
			"dependencies": {
				"symbol-observable": "^1.0.1"
			},
			"_id": "rxjs@5.0.0-rc.1",
			"scripts": {},
			"_shasum": "9e02b7044da81a2d5e138908d22af77e22d96973",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.5.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"shasum": "9e02b7044da81a2d5e138908d22af77e22d96973",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-rc.1.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "jeffbcross",
					"email": "middlefloor@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/rxjs-5.0.0-rc.1.tgz_1476146692296_0.23812392121180892"
			},
			"directories": {}
		},
		"5.0.0-rc.2": {
			"name": "rxjs",
			"version": "5.0.0-rc.2",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				},
				"ghooks": {
					"commit-msg": "node ./node_modules/validate-commit-msg/index.js",
					"pre-commit": "npm run lint_staged"
				}
			},
			"lint-staged": {
				"eslint": "*.@(js)",
				"tslint": "*.@(ts)"
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build, copy source into dist",
				"build_es6": "Build ES6 package with clean up existing build, copy source into dist",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ES6 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_es6": "Clean up existing ES6 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_es6": "Compile codebase into ES6",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint_staged": "Run lint against staged files",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "blesh@netflix.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "blesh@netflix.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"@types/chai": "^3.4.34",
				"@types/lodash": "^4.14.37",
				"@types/mocha": "^2.2.32",
				"@types/sinon": "^1.16.31",
				"@types/sinon-chai": "^2.7.27",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^0.30.0",
				"ghooks": "^1.3.2",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20160916.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"lint-staged": "^3.1.0",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.8.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^3.1.0",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^8.3.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rx": "latest",
				"shx": "^0.1.4",
				"sinon": "^2.0.0-pre",
				"sinon-chai": "^2.8.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.0.0",
				"tslint": "^3.15.1",
				"typescript": "^2.0.6",
				"validate-commit-msg": "^2.3.1",
				"watch": "^1.0.1",
				"watchify": "3.7.0",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "Rx.d.ts",
			"dependencies": {
				"symbol-observable": "^1.0.1"
			},
			"_id": "rxjs@5.0.0-rc.2",
			"scripts": {},
			"_shasum": "d38206f50eeb1e77b0832a74c1c2adeeed5ec2b7",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.5.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"shasum": "d38206f50eeb1e77b0832a74c1c2adeeed5ec2b7",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-rc.2.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "jeffbcross",
					"email": "middlefloor@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/rxjs-5.0.0-rc.2.tgz_1478386706396_0.030859009362757206"
			},
			"directories": {}
		},
		"5.0.0-rc.3": {
			"name": "rxjs",
			"version": "5.0.0-rc.3",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				},
				"ghooks": {
					"commit-msg": "node ./node_modules/validate-commit-msg/index.js",
					"pre-commit": "npm run lint_staged"
				}
			},
			"lint-staged": {
				"eslint": "*.@(js)",
				"tslint": "*.@(ts)"
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build, copy source into dist",
				"build_es6": "Build ES6 package with clean up existing build, copy source into dist",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ES6 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_es6": "Clean up existing ES6 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_es6": "Compile codebase into ES6",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint_staged": "Run lint against staged files",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "blesh@netflix.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "blesh@netflix.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^0.30.0",
				"ghooks": "^1.3.2",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20160916.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"lint-staged": "^3.1.0",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.8.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^3.1.0",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^8.3.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rx": "latest",
				"shx": "^0.1.4",
				"sinon": "^2.0.0-pre",
				"sinon-chai": "^2.8.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.0.0",
				"tslint": "^3.15.1",
				"typescript": "^2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.3.1",
				"watch": "^1.0.1",
				"watchify": "3.7.0",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "Rx.d.ts",
			"dependencies": {
				"symbol-observable": "^1.0.1"
			},
			"_id": "rxjs@5.0.0-rc.3",
			"scripts": {},
			"_shasum": "d8bc390d83277846b2d2afa1acf3c5f4f114a8d5",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.5.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"shasum": "d8bc390d83277846b2d2afa1acf3c5f4f114a8d5",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-rc.3.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "jeffbcross",
					"email": "middlefloor@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/rxjs-5.0.0-rc.3.tgz_1479178597869_0.5015206888783723"
			},
			"directories": {}
		},
		"5.0.0-rc.4": {
			"name": "rxjs",
			"version": "5.0.0-rc.4",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				},
				"ghooks": {
					"commit-msg": "node ./node_modules/validate-commit-msg/index.js",
					"pre-commit": "npm run lint_staged"
				}
			},
			"lint-staged": {
				"eslint": "*.@(js)",
				"tslint": "*.@(ts)"
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build, copy source into dist",
				"build_es6": "Build ES6 package with clean up existing build, copy source into dist",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ES6 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_es6": "Clean up existing ES6 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_es6": "Compile codebase into ES6",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint_staged": "Run lint against staged files",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "blesh@netflix.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "blesh@netflix.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^0.30.0",
				"ghooks": "^1.3.2",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20160916.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"lint-staged": "^3.1.0",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.8.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^3.1.0",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^8.3.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rx": "latest",
				"shx": "^0.1.4",
				"sinon": "^2.0.0-pre",
				"sinon-chai": "^2.8.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.0.0",
				"tslint": "^3.15.1",
				"typescript": "^2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.3.1",
				"watch": "^1.0.1",
				"watchify": "3.7.0",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "Rx.d.ts",
			"dependencies": {
				"symbol-observable": "^1.0.1"
			},
			"_id": "rxjs@5.0.0-rc.4",
			"scripts": {},
			"_shasum": "a4d08bc5d7f30d48ed7130e2995490c326a325c4",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.5.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"shasum": "a4d08bc5d7f30d48ed7130e2995490c326a325c4",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-rc.4.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "jeffbcross",
					"email": "middlefloor@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/rxjs-5.0.0-rc.4.tgz_1479596477592_0.11765522882342339"
			},
			"directories": {}
		},
		"5.0.0-rc.5": {
			"name": "rxjs",
			"version": "5.0.0-rc.5",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				},
				"ghooks": {
					"commit-msg": "node ./node_modules/validate-commit-msg/index.js",
					"pre-commit": "npm run lint_staged"
				}
			},
			"lint-staged": {
				"eslint": "*.@(js)",
				"tslint": "*.@(ts)"
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build, copy source into dist",
				"build_es6": "Build ES6 package with clean up existing build, copy source into dist",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ES6 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_es6": "Clean up existing ES6 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_es6": "Compile codebase into ES6",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint_staged": "Run lint against staged files",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "blesh@netflix.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "blesh@netflix.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^0.30.0",
				"ghooks": "^1.3.2",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20160916.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"lint-staged": "^3.1.0",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.8.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^3.1.0",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^8.3.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rx": "latest",
				"shx": "^0.1.4",
				"sinon": "^2.0.0-pre",
				"sinon-chai": "^2.8.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.0.0",
				"tslint": "^3.15.1",
				"typescript": "^2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.3.1",
				"watch": "^1.0.1",
				"watchify": "3.7.0",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "Rx.d.ts",
			"dependencies": {
				"symbol-observable": "^1.0.1"
			},
			"_id": "rxjs@5.0.0-rc.5",
			"scripts": {},
			"_shasum": "8cbd17fc242a54c07ef9116da23b0ec8e7d5cea9",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.5.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"shasum": "8cbd17fc242a54c07ef9116da23b0ec8e7d5cea9",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-rc.5.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "jeffbcross",
					"email": "middlefloor@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/rxjs-5.0.0-rc.5.tgz_1481073535976_0.016786718042567372"
			},
			"directories": {}
		},
		"5.0.0": {
			"name": "rxjs",
			"version": "5.0.0",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				},
				"ghooks": {
					"commit-msg": "node ./node_modules/validate-commit-msg/index.js",
					"pre-commit": "npm run lint_staged"
				}
			},
			"lint-staged": {
				"eslint": "*.@(js)",
				"tslint": "*.@(ts)"
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build, copy source into dist",
				"build_es6": "Build ES6 package with clean up existing build, copy source into dist",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ES6 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_es6": "Clean up existing ES6 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_es6": "Compile codebase into ES6",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint_staged": "Run lint against staged files",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "blesh@netflix.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "blesh@netflix.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^0.30.0",
				"ghooks": "^1.3.2",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20160916.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"lint-staged": "^3.1.0",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.8.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^3.1.0",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^8.3.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rx": "latest",
				"shx": "^0.1.4",
				"sinon": "^2.0.0-pre",
				"sinon-chai": "^2.8.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.0.0",
				"tslint": "^3.15.1",
				"typescript": "^2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.3.1",
				"watch": "^1.0.1",
				"watchify": "3.7.0",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "Rx.d.ts",
			"dependencies": {
				"symbol-observable": "^1.0.1"
			},
			"_id": "rxjs@5.0.0",
			"scripts": {},
			"_shasum": "4c31630a35cb36acde83afa4baeeba6ccede2405",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.5.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"shasum": "4c31630a35cb36acde83afa4baeeba6ccede2405",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "jeffbcross",
					"email": "middlefloor@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/rxjs-5.0.0.tgz_1481590483247_0.8612657145131379"
			},
			"directories": {}
		},
		"5.0.1": {
			"name": "rxjs",
			"version": "5.0.1",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				},
				"ghooks": {
					"commit-msg": "node ./node_modules/validate-commit-msg/index.js",
					"pre-commit": "npm run lint_staged"
				}
			},
			"lint-staged": {
				"eslint": "*.@(js)",
				"tslint": "*.@(ts)"
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build, copy source into dist",
				"build_es6": "Build ES6 package with clean up existing build, copy source into dist",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ES6 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_es6": "Clean up existing ES6 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_es6": "Compile codebase into ES6",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint_staged": "Run lint against staged files",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "blesh@netflix.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "blesh@netflix.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^0.30.0",
				"ghooks": "^1.3.2",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20160916.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"lint-staged": "^3.1.0",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.8.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^3.1.0",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^8.3.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rx": "latest",
				"shx": "^0.1.4",
				"sinon": "^2.0.0-pre",
				"sinon-chai": "^2.8.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.0.0",
				"tslint": "^3.15.1",
				"typescript": "~2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.3.1",
				"watch": "^1.0.1",
				"watchify": "3.7.0",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "Rx.d.ts",
			"dependencies": {
				"symbol-observable": "^1.0.1"
			},
			"_id": "rxjs@5.0.1",
			"scripts": {},
			"_shasum": "3a69bdf9f0ca0a986303370d4708f72bdfac8356",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.5.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"shasum": "3a69bdf9f0ca0a986303370d4708f72bdfac8356",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "jeffbcross",
					"email": "middlefloor@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/rxjs-5.0.1.tgz_1481591656580_0.9320746487937868"
			},
			"directories": {}
		},
		"5.0.2": {
			"name": "rxjs",
			"version": "5.0.2",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				},
				"ghooks": {
					"commit-msg": "node ./node_modules/validate-commit-msg/index.js",
					"pre-commit": "npm run lint_staged"
				}
			},
			"lint-staged": {
				"eslint": "*.@(js)",
				"tslint": "*.@(ts)"
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build, copy source into dist",
				"build_es6": "Build ES6 package with clean up existing build, copy source into dist",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ES6 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_es6": "Clean up existing ES6 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_es6": "Compile codebase into ES6",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint_staged": "Run lint against staged files",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "blesh@netflix.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "blesh@netflix.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^0.30.0",
				"ghooks": "^1.3.2",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20160916.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"lint-staged": "^3.1.0",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.8.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^3.1.0",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^8.3.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rx": "latest",
				"shx": "^0.1.4",
				"sinon": "^2.0.0-pre",
				"sinon-chai": "^2.8.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.0.0",
				"tslint": "^3.15.1",
				"typescript": "~2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.3.1",
				"watch": "^1.0.1",
				"watchify": "3.7.0",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "Rx.d.ts",
			"dependencies": {
				"symbol-observable": "^1.0.1"
			},
			"_id": "rxjs@5.0.2",
			"scripts": {},
			"_shasum": "cc6513756daa93cab4085c1b5a19a3e28fb6c6bf",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.5.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"shasum": "cc6513756daa93cab4085c1b5a19a3e28fb6c6bf",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.2.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "jeffbcross",
					"email": "middlefloor@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/rxjs-5.0.2.tgz_1482455967707_0.5529166762717068"
			},
			"directories": {}
		},
		"5.0.3": {
			"name": "rxjs",
			"version": "5.0.3",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				},
				"ghooks": {
					"commit-msg": "node ./node_modules/validate-commit-msg/index.js",
					"pre-commit": "npm run lint_staged"
				}
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build, copy source into dist",
				"build_es6": "Build ES6 package with clean up existing build, copy source into dist",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ES6 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_es6": "Clean up existing ES6 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_es6": "Compile codebase into ES6",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint_staged": "Run lint against staged files",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "blesh@netflix.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "blesh@netflix.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^0.30.0",
				"ghooks": "^1.3.2",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20160916.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"lint-staged": "^3.2.5",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.8.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^3.1.0",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^8.3.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rx": "latest",
				"shx": "^0.1.4",
				"sinon": "^2.0.0-pre",
				"sinon-chai": "^2.8.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.0.0",
				"tslint": "^4.2.0",
				"typescript": "~2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.3.1",
				"watch": "^1.0.1",
				"watchify": "3.7.0",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "Rx.d.ts",
			"dependencies": {
				"symbol-observable": "^1.0.1"
			},
			"_id": "rxjs@5.0.3",
			"scripts": {},
			"_shasum": "fc8bdf464ebf938812748e4196788f392fef9754",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.5.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"shasum": "fc8bdf464ebf938812748e4196788f392fef9754",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.3.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "jeffbcross",
					"email": "middlefloor@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/rxjs-5.0.3.tgz_1483716757672_0.04762235330417752"
			},
			"directories": {}
		},
		"5.1.0": {
			"name": "rxjs",
			"version": "5.1.0",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build, copy source into dist",
				"build_es6": "Build ES6 package with clean up existing build, copy source into dist",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ES6 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_es6": "Clean up existing ES6 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_es6": "Compile codebase into ES6",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "blesh@netflix.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "blesh@netflix.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^0.30.0",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20160916.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"husky": "^0.12.0",
				"lint-staged": "^3.2.5",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.8.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^3.1.0",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^8.3.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "^2.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rx": "latest",
				"shx": "^0.1.4",
				"sinon": "^2.0.0-pre",
				"sinon-chai": "^2.8.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.5.0",
				"tslint": "^4.2.0",
				"typescript": "~2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.3.1",
				"watch": "^1.0.1",
				"watchify": "3.7.0",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "Rx.d.ts",
			"dependencies": {
				"symbol-observable": "^1.0.1"
			},
			"_id": "rxjs@5.1.0",
			"scripts": {},
			"_shasum": "0aa9018b7f440b505fa42bd742b6738be550e720",
			"_from": ".",
			"_npmVersion": "4.0.5",
			"_nodeVersion": "7.4.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"shasum": "0aa9018b7f440b505fa42bd742b6738be550e720",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "jeffbcross",
					"email": "middlefloor@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/rxjs-5.1.0.tgz_1485910698502_0.990993837127462"
			},
			"directories": {}
		},
		"5.1.1": {
			"name": "rxjs",
			"version": "5.1.1",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build, copy source into dist",
				"build_es6": "Build ES6 package with clean up existing build, copy source into dist",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ES6 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_es6": "Clean up existing ES6 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_es6": "Compile codebase into ES6",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "blesh@netflix.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "blesh@netflix.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^0.30.0",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20160916.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"husky": "^0.12.0",
				"lint-staged": "^3.2.5",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.8.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^3.1.0",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^8.3.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "^2.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rx": "latest",
				"shx": "^0.1.4",
				"sinon": "^2.0.0-pre",
				"sinon-chai": "^2.8.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.5.0",
				"tslint": "^4.4.2",
				"typescript": "~2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.3.1",
				"watch": "^1.0.1",
				"watchify": "3.7.0",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "Rx.d.ts",
			"dependencies": {
				"symbol-observable": "^1.0.1"
			},
			"_id": "rxjs@5.1.1",
			"scripts": {},
			"_shasum": "fc48922965bc6c5efbcc0fe46e90a3af64137a7b",
			"_from": ".",
			"_npmVersion": "4.0.5",
			"_nodeVersion": "7.4.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"shasum": "fc48922965bc6c5efbcc0fe46e90a3af64137a7b",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.1.1.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "jeffbcross",
					"email": "middlefloor@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/rxjs-5.1.1.tgz_1486963762931_0.5515915406867862"
			},
			"directories": {}
		},
		"5.2.0": {
			"name": "rxjs",
			"version": "5.2.0",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build, copy source into dist",
				"build_es6": "Build ES6 package with clean up existing build, copy source into dist",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ES6 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_es6": "Clean up existing ES6 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_es6": "Compile codebase into ES6",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^0.30.0",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20160916.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"husky": "^0.12.0",
				"lint-staged": "^3.2.5",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.8.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^3.1.0",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^8.3.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "^2.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rx": "latest",
				"shx": "^0.1.4",
				"sinon": "^2.0.0-pre",
				"sinon-chai": "^2.8.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.5.0",
				"tslint": "^4.4.2",
				"typescript": "~2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.3.1",
				"watch": "^1.0.1",
				"watchify": "3.7.0",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "Rx.d.ts",
			"dependencies": {
				"symbol-observable": "^1.0.1"
			},
			"_id": "rxjs@5.2.0",
			"scripts": {},
			"_shasum": "db537de8767c05fa73721587a29e0085307d318b",
			"_from": ".",
			"_npmVersion": "4.0.5",
			"_nodeVersion": "7.4.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"shasum": "db537de8767c05fa73721587a29e0085307d318b",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.2.0.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "jeffbcross",
					"email": "middlefloor@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/rxjs-5.2.0.tgz_1487650676666_0.29112744983285666"
			},
			"directories": {}
		},
		"5.2.1-smooth": {
			"name": "rxjs",
			"version": "5.2.1-smooth",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build, copy source into dist",
				"build_es6": "Build ES6 package with clean up existing build, copy source into dist",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ES6 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_es6": "Clean up existing ES6 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_es6": "Compile codebase into ES6",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^0.30.0",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20160916.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"husky": "^0.12.0",
				"lint-staged": "^3.2.5",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.8.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^3.1.0",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^8.3.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "^2.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rx": "latest",
				"shx": "^0.1.4",
				"sinon": "^2.0.0-pre",
				"sinon-chai": "^2.8.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.5.0",
				"tslint": "^4.4.2",
				"typescript": "~2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.3.1",
				"watch": "^1.0.1",
				"watchify": "3.7.0",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "Rx.d.ts",
			"dependencies": {
				"symbol-observable": "^1.0.1"
			},
			"_id": "rxjs@5.2.1-smooth",
			"scripts": {},
			"_shasum": "e324c92bec4bc43daf5315c888736f70b3db4e87",
			"_from": ".",
			"_npmVersion": "4.0.5",
			"_nodeVersion": "7.4.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"shasum": "e324c92bec4bc43daf5315c888736f70b3db4e87",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.2.1-smooth.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "jeffbcross",
					"email": "middlefloor@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/rxjs-5.2.1-smooth.tgz_1491066074391_0.3729100711643696"
			},
			"directories": {}
		},
		"5.3.0": {
			"name": "rxjs",
			"version": "5.3.0",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build, copy source into dist",
				"build_es6": "Build ES6 package with clean up existing build, copy source into dist",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ES6 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_es6": "Clean up existing ES6 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_es6": "Compile codebase into ES6",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^2.1.2",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20170218.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"husky": "^0.13.3",
				"lint-staged": "^3.2.5",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.9.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^4.0.2",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^10.2.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "^2.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rx": "latest",
				"shx": "^0.2.2",
				"sinon": "^2.1.0",
				"sinon-chai": "^2.9.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.5.0",
				"tslint": "^4.4.2",
				"typescript": "~2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.3.1",
				"watch": "^1.0.1",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "Rx.d.ts",
			"dependencies": {
				"symbol-observable": "^1.0.1"
			},
			"_id": "rxjs@5.3.0",
			"scripts": {},
			"_shasum": "d88ccbdd46af290cbdb97d5d8055e52453fabe2d",
			"_from": ".",
			"_npmVersion": "4.1.2",
			"_nodeVersion": "7.7.2",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"shasum": "d88ccbdd46af290cbdb97d5d8055e52453fabe2d",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.3.0.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "jeffbcross",
					"email": "middlefloor@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/rxjs-5.3.0.tgz_1491251324173_0.031499865697696805"
			},
			"directories": {}
		},
		"5.3.1": {
			"name": "rxjs",
			"version": "5.3.1",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build, copy source into dist",
				"build_es6": "Build ES6 package with clean up existing build, copy source into dist",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ES6 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_es6": "Clean up existing ES6 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_es6": "Compile codebase into ES6",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"babel-polyfill": "^6.23.0",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^2.1.2",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20170218.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"husky": "^0.13.3",
				"lint-staged": "3.2.5",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.9.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^4.0.2",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^10.2.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "^2.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rx": "latest",
				"shx": "^0.2.2",
				"sinon": "^2.1.0",
				"sinon-chai": "^2.9.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.5.0",
				"tslint": "^4.4.2",
				"typescript": "~2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.3.1",
				"watch": "^1.0.1",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "Rx.d.ts",
			"dependencies": {
				"symbol-observable": "^1.0.1"
			},
			"_id": "rxjs@5.3.1",
			"scripts": {},
			"_shasum": "9ecc9e722247e4f4490d30a878577a3740fd0cb7",
			"_from": ".",
			"_npmVersion": "4.1.2",
			"_nodeVersion": "7.7.2",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"shasum": "9ecc9e722247e4f4490d30a878577a3740fd0cb7",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.3.1.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "jeffbcross",
					"email": "middlefloor@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/rxjs-5.3.1.tgz_1493758256089_0.33221560367383063"
			},
			"directories": {}
		},
		"5.3.3": {
			"name": "rxjs",
			"version": "5.3.3",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build, copy source into dist",
				"build_es6": "Build ES6 package with clean up existing build, copy source into dist",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ES6 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_es6": "Clean up existing ES6 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_es6": "Compile codebase into ES6",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"babel-polyfill": "^6.23.0",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^2.1.2",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20170218.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"husky": "^0.13.3",
				"lint-staged": "3.2.5",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.9.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^4.0.2",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^10.2.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "^2.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rx": "latest",
				"shx": "^0.2.2",
				"sinon": "^2.1.0",
				"sinon-chai": "^2.9.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.5.0",
				"tslint": "^4.4.2",
				"typescript": "~2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.3.1",
				"watch": "^1.0.1",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "Rx.d.ts",
			"dependencies": {
				"symbol-observable": "^1.0.1"
			},
			"_id": "rxjs@5.3.3",
			"scripts": {},
			"_shasum": "dd2f95105f713d95f25b894cbe5f68a5f32c926c",
			"_from": ".",
			"_npmVersion": "4.1.2",
			"_nodeVersion": "7.7.2",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"shasum": "dd2f95105f713d95f25b894cbe5f68a5f32c926c",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.3.3.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "jeffbcross",
					"email": "middlefloor@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/rxjs-5.3.3.tgz_1494363434710_0.29629941401071846"
			},
			"directories": {}
		},
		"5.4.0": {
			"name": "rxjs",
			"version": "5.4.0",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build, copy source into dist",
				"build_es6": "Build ES6 package with clean up existing build, copy source into dist",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ES6 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_es6": "Clean up existing ES6 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_es6": "Compile codebase into ES6",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"babel-polyfill": "^6.23.0",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^2.1.2",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20170218.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"husky": "^0.13.3",
				"lint-staged": "3.2.5",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.9.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^4.0.2",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^10.2.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "^2.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rx": "latest",
				"shx": "^0.2.2",
				"sinon": "^2.1.0",
				"sinon-chai": "^2.9.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.5.0",
				"tslint": "^4.4.2",
				"typescript": "~2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.3.1",
				"watch": "^1.0.1",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "Rx.d.ts",
			"dependencies": {
				"symbol-observable": "^1.0.1"
			},
			"_id": "rxjs@5.4.0",
			"scripts": {},
			"_shasum": "a7db14ab157f9d7aac6a56e655e7a3860d39bf26",
			"_from": ".",
			"_npmVersion": "4.1.2",
			"_nodeVersion": "7.7.2",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"shasum": "a7db14ab157f9d7aac6a56e655e7a3860d39bf26",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.4.0.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/rxjs-5.4.0.tgz_1494365197424_0.2275580787099898"
			},
			"directories": {}
		},
		"5.4.1": {
			"name": "rxjs",
			"version": "5.4.1",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build, copy source into dist",
				"build_es6": "Build ES6 package with clean up existing build, copy source into dist",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ES6 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_es6": "Clean up existing ES6 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_es6": "Compile codebase into ES6",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"babel-polyfill": "^6.23.0",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^2.1.2",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20170218.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"husky": "^0.13.3",
				"lint-staged": "3.2.5",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.9.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^4.0.2",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^10.2.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "^2.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rx": "latest",
				"shx": "^0.2.2",
				"sinon": "^2.1.0",
				"sinon-chai": "^2.9.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.5.0",
				"tslint": "^4.4.2",
				"typescript": "~2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.3.1",
				"watch": "^1.0.1",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "Rx.d.ts",
			"dependencies": {
				"symbol-observable": "^1.0.1"
			},
			"_id": "rxjs@5.4.1",
			"scripts": {},
			"_shasum": "b62f757f279445d265a18a58fb0a70dc90e91626",
			"_from": ".",
			"_npmVersion": "4.1.2",
			"_nodeVersion": "7.7.2",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"shasum": "b62f757f279445d265a18a58fb0a70dc90e91626",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.4.1.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs-5.4.1.tgz_1497478199730_0.29846984380856156"
			},
			"directories": {}
		},
		"6.0.0-alpha.0": {
			"name": "rxjs",
			"version": "6.0.0-alpha.0",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build, copy source into dist",
				"build_es6": "Build ES6 package with clean up existing build, copy source into dist",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ES6 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_es6": "Clean up existing ES6 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_es6": "Compile codebase into ES6",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"@types/chai": "3.5.2",
				"@types/lodash": "4.14.64",
				"@types/mocha": "2.2.41",
				"@types/node": "7.0.22",
				"@types/sinon": "2.2.2",
				"@types/sinon-chai": "2.7.27",
				"babel-polyfill": "^6.23.0",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^2.1.2",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20170218.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"husky": "^0.13.3",
				"lint-staged": "3.2.5",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.9.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^4.0.2",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^10.2.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "^2.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rx": "latest",
				"shx": "^0.2.2",
				"sinon": "^2.1.0",
				"sinon-chai": "^2.9.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.7.1",
				"tslint": "^5.4.3",
				"typescript": "~2.3.0",
				"validate-commit-msg": "^2.3.1",
				"watch": "^1.0.1",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "Rx.d.ts",
			"dependencies": {
				"symbol-observable": "^1.0.1"
			},
			"_id": "rxjs@6.0.0-alpha.0",
			"scripts": {},
			"_shasum": "d757d2e5c10cc1bb3a3b3b48f6ca26a21e73222f",
			"_from": ".",
			"_npmVersion": "4.1.2",
			"_nodeVersion": "7.7.2",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"shasum": "d757d2e5c10cc1bb3a3b3b48f6ca26a21e73222f",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-alpha.0.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs-6.0.0-alpha.0.tgz_1497478804823_0.2250230386853218"
			},
			"directories": {}
		},
		"5.4.2": {
			"name": "rxjs",
			"version": "5.4.2",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build, copy source into dist",
				"build_es6": "Build ES6 package with clean up existing build, copy source into dist",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ES6 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_es6": "Clean up existing ES6 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_es6": "Compile codebase into ES6",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"babel-polyfill": "^6.23.0",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"danger": "^0.21.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^2.1.2",
				"get-folder-size": "^1.0.0",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20170218.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"husky": "^0.13.3",
				"lint-staged": "3.2.5",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.9.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^4.0.2",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^10.2.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "^2.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rx": "latest",
				"rxjs": "latest",
				"shx": "^0.2.2",
				"sinon": "^2.1.0",
				"sinon-chai": "^2.9.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.5.0",
				"tslint": "^4.4.2",
				"typescript": "~2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.3.1",
				"watch": "^1.0.1",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "Rx.d.ts",
			"dependencies": {
				"symbol-observable": "^1.0.1"
			},
			"_id": "rxjs@5.4.2",
			"scripts": {},
			"_shasum": "2a3236fcbf03df57bae06fd6972fd99e5c08fcf7",
			"_from": ".",
			"_npmVersion": "4.0.5",
			"_nodeVersion": "7.4.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"shasum": "2a3236fcbf03df57bae06fd6972fd99e5c08fcf7",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.4.2.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs-5.4.2.tgz_1499215226312_0.20473481202498078"
			},
			"directories": {}
		},
		"5.4.3": {
			"name": "rxjs",
			"version": "5.4.3",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build, copy source into dist",
				"build_es6": "Build ES6 package with clean up existing build, copy source into dist",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ES6 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_es6": "Clean up existing ES6 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_es6": "Compile codebase into ES6",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"babel-polyfill": "^6.23.0",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"danger": "^1.1.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^2.1.2",
				"get-folder-size": "^1.0.0",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20170218.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"husky": "^0.13.3",
				"lint-staged": "3.2.5",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.9.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^4.0.2",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^10.2.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "^2.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rx": "latest",
				"rxjs": "latest",
				"shx": "^0.2.2",
				"sinon": "^2.1.0",
				"sinon-chai": "^2.9.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.5.0",
				"tslint": "^4.4.2",
				"typescript": "~2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.14.0",
				"watch": "^1.0.1",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "Rx.d.ts",
			"dependencies": {
				"symbol-observable": "^1.0.1"
			},
			"_id": "rxjs@5.4.3",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "7.7.2",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-fSNi+y+P9ss+EZuV0GcIIqPUK07DEaMRUtLJvdcvMyFjc9dizuDjere+A4V7JrLGnm9iCc+nagV/4QdMTkqC4A==",
				"shasum": "0758cddee6033d68e0fd53676f0f3596ce3d483f",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.4.3.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs-5.4.3.tgz_1502407898166_0.6800217325799167"
			},
			"directories": {}
		},
		"5.5.0-beta.0": {
			"name": "rxjs",
			"version": "5.5.0-beta.0",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./_cjs/Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"babel-polyfill": "^6.23.0",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"danger": "^1.1.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^2.1.2",
				"get-folder-size": "^1.0.0",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20170218.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"husky": "^0.13.3",
				"klaw-sync": "^3.0.0",
				"lint-staged": "3.2.5",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.9.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^4.0.2",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^10.2.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "^2.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rx": "latest",
				"rxjs": "latest",
				"shx": "^0.2.2",
				"sinon": "^2.1.0",
				"sinon-chai": "^2.9.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.5.0",
				"tslint": "^4.4.2",
				"typescript": "~2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.14.0",
				"watch": "^1.0.1",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./_typings/Rx.d.ts",
			"dependencies": {
				"symbol-observable": "^1.0.1"
			},
			"module": "./_esm5/Rx.js",
			"es2015": "./_esm2015/Rx.js",
			"_id": "rxjs@5.5.0-beta.0",
			"scripts": {},
			"_shasum": "82a18017f962e43a9b321ad34f6ae654563fec11",
			"_from": ".",
			"_npmVersion": "4.2.0",
			"_nodeVersion": "7.10.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"shasum": "82a18017f962e43a9b321ad34f6ae654563fec11",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.0-beta.0.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs-5.5.0-beta.0.tgz_1506109691347_0.708756237057969"
			},
			"directories": {}
		},
		"5.5.0-beta.1": {
			"name": "rxjs",
			"version": "5.5.0-beta.1",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./_cjs/Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"babel-polyfill": "^6.23.0",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"danger": "^1.1.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^2.1.2",
				"get-folder-size": "^1.0.0",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20170218.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"husky": "^0.13.3",
				"klaw-sync": "^3.0.0",
				"lint-staged": "3.2.5",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.9.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^4.0.2",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^10.2.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "^2.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rx": "latest",
				"rxjs": "latest",
				"shx": "^0.2.2",
				"sinon": "^2.1.0",
				"sinon-chai": "^2.9.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.5.0",
				"tslint": "^4.4.2",
				"typescript": "~2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.14.0",
				"watch": "^1.0.1",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./Rx.d.ts",
			"dependencies": {
				"symbol-observable": "^1.0.1"
			},
			"module": "./_esm5/Rx.js",
			"es2015": "./_esm2015/Rx.js",
			"_id": "rxjs@5.5.0-beta.1",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "7.7.2",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-zmEkvOhLCwZ+FkMPsZnF3lmxE1rWFIERvSQTTwMBuWW4H1K7ccn/WFZuXnDSyDtfQ92QXBwxSBwQS54MzKyk5w==",
				"shasum": "594bd892abdf908b9be4536dffd1cf58a7b45426",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.0-beta.1.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs-5.5.0-beta.1.tgz_1506523820483_0.8202166534028947"
			},
			"directories": {}
		},
		"5.5.0-beta.2": {
			"name": "rxjs",
			"version": "5.5.0-beta.2",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./_cjs/Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"babel-polyfill": "^6.23.0",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"danger": "^1.1.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^2.1.2",
				"get-folder-size": "^1.0.0",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20170218.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"husky": "^0.13.3",
				"klaw-sync": "^3.0.0",
				"lint-staged": "3.2.5",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.9.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^4.0.2",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^10.2.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "^2.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rx": "latest",
				"rxjs": "latest",
				"shx": "^0.2.2",
				"sinon": "^2.1.0",
				"sinon-chai": "^2.9.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.5.0",
				"tslint": "^4.4.2",
				"typescript": "~2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.14.0",
				"watch": "^1.0.1",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./Rx.d.ts",
			"dependencies": {
				"symbol-observable": "^1.0.1"
			},
			"module": "./_esm5/Rx.js",
			"es2015": "./_esm2015/Rx.js",
			"_id": "rxjs@5.5.0-beta.2",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "7.7.2",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-NF7JrmllwHlSJifd4zDHXFx3mgRmFG+TN/DVoqG90L1HvldX2X7GnGsfAb0a/LidG9F/ebzLGJ69kUQ2AjRU0A==",
				"shasum": "d3c4303df7279047596e72f7a98c09b3d22d5db4",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.0-beta.2.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs-5.5.0-beta.2.tgz_1506547589969_0.4554777638986707"
			},
			"directories": {}
		},
		"5.5.0-beta.3": {
			"name": "rxjs",
			"version": "5.5.0-beta.3",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"babel-polyfill": "^6.23.0",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"danger": "^1.1.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^2.1.2",
				"get-folder-size": "^1.0.0",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20170218.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"husky": "^0.13.3",
				"klaw-sync": "^3.0.0",
				"lint-staged": "3.2.5",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.9.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^4.0.2",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^10.2.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "^2.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rx": "latest",
				"rxjs": "latest",
				"shx": "^0.2.2",
				"sinon": "^2.1.0",
				"sinon-chai": "^2.9.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.5.0",
				"tslint": "^4.4.2",
				"typescript": "~2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.14.0",
				"watch": "^1.0.1",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./Rx.d.ts",
			"dependencies": {
				"symbol-observable": "^1.0.1"
			},
			"module": "./_esm5/Rx.js",
			"es2015": "./_esm2015/Rx.js",
			"_id": "rxjs@5.5.0-beta.3",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "7.7.2",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-9ZHcYhC3drdliGUcVSYn8giGwATGhSKzIWFRZ1eXmgHjJViVRx0kM6aywF+c87LkA9WD2SFZW9SY4cHvMvNhlw==",
				"shasum": "f177233857060002a982b3b6a276a0e09f9c8315",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.0-beta.3.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs-5.5.0-beta.3.tgz_1507064160112_0.7091473820619285"
			},
			"directories": {}
		},
		"5.5.0-beta.4": {
			"name": "rxjs",
			"version": "5.5.0-beta.4",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.0.24",
				"babel-polyfill": "^6.23.0",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"danger": "^1.1.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^2.1.2",
				"get-folder-size": "^1.0.0",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20170218.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"husky": "^0.13.3",
				"klaw-sync": "^3.0.0",
				"lint-staged": "3.2.5",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.9.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^4.0.2",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^10.2.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "^2.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rx": "latest",
				"rxjs": "latest",
				"shx": "^0.2.2",
				"sinon": "^2.1.0",
				"sinon-chai": "^2.9.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.5.0",
				"tslint": "^4.4.2",
				"typescript": "~2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.14.0",
				"watch": "^1.0.1",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./Rx.d.ts",
			"dependencies": {
				"symbol-observable": "^1.0.1"
			},
			"module": "./_esm5/Rx.js",
			"es2015": "./_esm2015/Rx.js",
			"_id": "rxjs@5.5.0-beta.4",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "7.7.2",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-0hoMfYtfmGYwDhTPHjTS1G/3thLPBj2nzScquOpKD9BI336wJnyuyKpE1tLLQr2HdizhrtXfsJ/UPr/OmbOchg==",
				"shasum": "1f824ed570e64c15bbcb184fea9993547c6d9d96",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.0-beta.4.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs-5.5.0-beta.4.tgz_1507258850226_0.8303788499906659"
			},
			"directories": {}
		},
		"5.5.0-beta.5": {
			"name": "rxjs",
			"version": "5.5.0-beta.5",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.0.24",
				"babel-polyfill": "^6.23.0",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"danger": "^1.1.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^2.1.2",
				"get-folder-size": "^1.0.0",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20170218.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"husky": "^0.13.3",
				"klaw-sync": "^3.0.0",
				"lint-staged": "3.2.5",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.9.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^4.0.2",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^10.2.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "^2.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rx": "latest",
				"rxjs": "latest",
				"shx": "^0.2.2",
				"sinon": "^2.1.0",
				"sinon-chai": "^2.9.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.5.0",
				"tslint": "^4.4.2",
				"typescript": "~2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.14.0",
				"watch": "^1.0.1",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./Rx.d.ts",
			"dependencies": {
				"symbol-observable": "^1.0.1"
			},
			"module": "./_esm5/Rx.js",
			"es2015": "./_esm2015/Rx.js",
			"_id": "rxjs@5.5.0-beta.5",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "7.7.2",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-MAGoKP07T4ZEuaM1KU/MpUof2h5m56UCHEPO0Sj/YobnA9JbaWLiuYsfyUgpL+Im6O3012x9nqwmVYQyVNTQtw==",
				"shasum": "9e38f88f33acf4981acbbb395a0add54ea8f5f46",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.0-beta.5.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs-5.5.0-beta.5.tgz_1507267231723_0.5637549425009638"
			},
			"directories": {}
		},
		"5.5.0-beta.7": {
			"name": "rxjs",
			"version": "5.5.0-beta.7",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.0.24",
				"babel-polyfill": "^6.23.0",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"danger": "^1.1.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^2.1.2",
				"get-folder-size": "^1.0.0",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20170218.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"husky": "^0.13.3",
				"klaw-sync": "^3.0.0",
				"lint-staged": "3.2.5",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.9.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^4.0.2",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^10.2.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "^2.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rx": "latest",
				"rxjs": "latest",
				"shx": "^0.2.2",
				"sinon": "^2.1.0",
				"sinon-chai": "^2.9.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.5.0",
				"tslint": "^4.4.2",
				"typescript": "~2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.14.0",
				"watch": "^1.0.1",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./Rx.d.ts",
			"dependencies": {
				"symbol-observable": "^1.0.1"
			},
			"module": "./_esm5/Rx.js",
			"es2015": "./_esm2015/Rx.js",
			"_id": "rxjs@5.5.0-beta.7",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "8.6.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-Swpu6IU5Z1DUCv2jAqxy841UEwA/B7zlklvZ3FqV1GyWEdAyfU4HyH1iK6mKpYUJG/iOxLwm1SvNoc0hXbs0hw==",
				"shasum": "3bbb80b3b604938961d8a8cc5cc12b1aef52102e",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.0-beta.7.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs-5.5.0-beta.7.tgz_1507927255225_0.8794484180398285"
			},
			"directories": {}
		},
		"5.5.0": {
			"name": "rxjs",
			"version": "5.5.0",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.0.24",
				"babel-polyfill": "^6.23.0",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"danger": "^1.1.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^2.1.2",
				"get-folder-size": "^1.0.0",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20170218.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"husky": "^0.13.3",
				"klaw-sync": "^3.0.0",
				"lint-staged": "3.2.5",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.9.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^4.0.2",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^10.2.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "^2.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rx": "latest",
				"rxjs": "latest",
				"shx": "^0.2.2",
				"sinon": "^2.1.0",
				"sinon-chai": "^2.9.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.5.0",
				"tslint": "^4.4.2",
				"typescript": "~2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.14.0",
				"watch": "^1.0.1",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./Rx.d.ts",
			"dependencies": {
				"symbol-observable": "^1.0.1"
			},
			"module": "./_esm5/Rx.js",
			"es2015": "./_esm2015/Rx.js",
			"_id": "rxjs@5.5.0",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "7.7.2",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-vmvP5y/oJIJmXKHY36PIjVeI/46Sny6BMBa7/ou2zsNz1PiqU/Gtcz1GujnHz5Qlxncv+J9VlWmttnshqFj3Kg==",
				"shasum": "26d8f3866eb700e247e0728a147c3d628993d812",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.0.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs-5.5.0.tgz_1508341205196_0.29527428722940385"
			},
			"directories": {}
		},
		"5.5.1": {
			"name": "rxjs",
			"version": "5.5.1",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.0.24",
				"babel-polyfill": "^6.23.0",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"danger": "^1.1.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^2.1.2",
				"get-folder-size": "^1.0.0",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20170218.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"husky": "^0.13.3",
				"klaw-sync": "^3.0.0",
				"lint-staged": "3.2.5",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.9.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^4.0.2",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^10.2.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "^2.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rx": "latest",
				"rxjs": "latest",
				"shx": "^0.2.2",
				"sinon": "^2.1.0",
				"sinon-chai": "^2.9.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.5.0",
				"tslint": "^4.4.2",
				"typescript": "~2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.14.0",
				"watch": "^1.0.1",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./Rx.d.ts",
			"dependencies": {
				"symbol-observable": "^1.0.1"
			},
			"_id": "rxjs@5.5.1",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "7.7.2",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-LmsJqk/i5D3e9eD7WR0v1XkHos2Rjo6qJkmVK7k6r74UZnesqcyVl6xTado4FxdjuNKWexnJJF6U8rCCz8BaFw==",
				"shasum": "ef980a6ad7438c74e3b0f0d1e6f1493e385997fd",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.1.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs-5.5.1.tgz_1508867562056_0.5434707647655159"
			},
			"directories": {}
		},
		"5.5.2": {
			"name": "rxjs",
			"version": "5.5.2",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.0.24",
				"babel-polyfill": "^6.23.0",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"danger": "^1.1.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^2.1.2",
				"get-folder-size": "^1.0.0",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20170218.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"husky": "^0.13.3",
				"klaw-sync": "^3.0.0",
				"lint-staged": "3.2.5",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.9.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^4.0.2",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^10.2.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "^2.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rx": "latest",
				"rxjs": "latest",
				"shx": "^0.2.2",
				"sinon": "^2.1.0",
				"sinon-chai": "^2.9.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.5.0",
				"tslint": "^4.4.2",
				"typescript": "~2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.14.0",
				"watch": "^1.0.1",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./Rx.d.ts",
			"dependencies": {
				"symbol-observable": "^1.0.1"
			},
			"_id": "rxjs@5.5.2",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "7.7.2",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-oRYoIKWBU3Ic37fLA5VJu31VqQO4bWubRntcHSJ+cwaDQBwdnZ9x4zmhJfm/nFQ2E82/I4loSioHnACamrKGgA==",
				"shasum": "28d403f0071121967f18ad665563255d54236ac3",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.2.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs-5.5.2.tgz_1508947611567_0.14474608609452844"
			},
			"directories": {}
		},
		"5.5.3": {
			"name": "rxjs",
			"version": "5.5.3",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.0.24",
				"babel-polyfill": "^6.23.0",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"danger": "^1.1.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^2.1.2",
				"get-folder-size": "^1.0.0",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20170218.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"husky": "^0.13.3",
				"klaw-sync": "^3.0.0",
				"lint-staged": "3.2.5",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.9.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^4.0.2",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^10.2.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "^2.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rx": "latest",
				"rxjs": "latest",
				"shx": "^0.2.2",
				"sinon": "^2.1.0",
				"sinon-chai": "^2.9.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.5.0",
				"tslint": "^4.4.2",
				"typescript": "~2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.14.0",
				"watch": "^1.0.1",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./Rx.d.ts",
			"dependencies": {
				"symbol-observable": "^1.0.1"
			},
			"_id": "rxjs@5.5.3",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "7.7.2",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-VWockSz7xmDveeZ7wv8RvdipGGZ1NmL/m4jnpvN9BH4x1fW/TPoD23yXh+qDkbWSlajXVVfLIbGmyxa94Ls84w==",
				"shasum": "b62227e74b84f4e77bdf440e50b5ee01a1bc7dcd",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.3.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs-5.5.3.tgz_1512172169608_0.7401874035131186"
			},
			"directories": {}
		},
		"5.5.4": {
			"name": "rxjs",
			"version": "5.5.4",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.0.24",
				"babel-polyfill": "^6.23.0",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"danger": "^1.1.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^2.1.2",
				"get-folder-size": "^1.0.0",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20170218.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"husky": "^0.13.3",
				"klaw-sync": "^3.0.0",
				"lint-staged": "3.2.5",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.9.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^4.0.2",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^10.2.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "^2.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rx": "latest",
				"rxjs": "latest",
				"shx": "^0.2.2",
				"sinon": "^2.1.0",
				"sinon-chai": "^2.9.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.5.0",
				"tslint": "^4.4.2",
				"typescript": "~2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.14.0",
				"watch": "^1.0.1",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./Rx.d.ts",
			"dependencies": {
				"symbol-observable": "1.0.1"
			},
			"_id": "rxjs@5.5.4",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "7.7.2",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-SFq/gVR1/kj8en/CmaFwX1nPTGUJVtQqzF6V6LLNAziizj/+r0VzztVsaAm/byigKrRxYD0RR52DKIt+6S0DJQ==",
				"shasum": "66a466acb21270b5f441645a1141f95fcae10ee6",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.4.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs-5.5.4.tgz_1512506508644_0.1275017864536494"
			},
			"directories": {}
		},
		"5.5.5": {
			"name": "rxjs",
			"version": "5.5.5",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.0.24",
				"babel-polyfill": "^6.23.0",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"danger": "^1.1.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^2.1.2",
				"get-folder-size": "^1.0.0",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20170218.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"husky": "^0.13.3",
				"klaw-sync": "^3.0.0",
				"lint-staged": "3.2.5",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.9.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^4.0.2",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^10.2.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "^2.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rx": "latest",
				"rxjs": "latest",
				"shx": "^0.2.2",
				"sinon": "^2.1.0",
				"sinon-chai": "^2.9.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.5.0",
				"tslint": "^4.4.2",
				"typescript": "~2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.14.0",
				"watch": "^1.0.1",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./Rx.d.ts",
			"dependencies": {
				"symbol-observable": "1.0.1"
			},
			"_id": "rxjs@5.5.5",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "7.7.2",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-D/MfQnPMBk8P8gfwGxvCkuaWBcG58W7dUMT//URPoYzIbDEKT0GezdirkK5whMgKFBATfCoTpxO8bJQGJ04W5A==",
				"shasum": "e164f11d38eaf29f56f08c3447f74ff02dd84e97",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.5.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs-5.5.5.tgz_1512583126076_0.24221491045318544"
			},
			"directories": {}
		},
		"5.5.6": {
			"name": "rxjs",
			"version": "5.5.6",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.0.24",
				"babel-polyfill": "^6.23.0",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"danger": "^1.1.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^2.1.2",
				"get-folder-size": "^1.0.0",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20170218.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"husky": "^0.13.3",
				"klaw-sync": "^3.0.0",
				"lint-staged": "3.2.5",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.9.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^4.0.2",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^10.2.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "^2.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rx": "latest",
				"rxjs": "latest",
				"shx": "^0.2.2",
				"sinon": "^2.1.0",
				"sinon-chai": "^2.9.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.5.0",
				"tslint": "^4.4.2",
				"typescript": "~2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.14.0",
				"watch": "^1.0.1",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./Rx.d.ts",
			"dependencies": {
				"symbol-observable": "1.0.1"
			},
			"_id": "rxjs@5.5.6",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "7.7.2",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-v4Q5HDC0FHAQ7zcBX7T2IL6O5ltl1a2GX4ENjPXg6SjDY69Cmx9v4113C99a4wGF16ClPv5Z8mghuYorVkg/kg==",
				"shasum": "e31fb96d6fd2ff1fd84bcea8ae9c02d007179c02",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.6.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs-5.5.6.tgz_1513892937075_0.3250395271461457"
			},
			"directories": {}
		},
		"6.0.0-alpha.1": {
			"name": "rxjs",
			"version": "6.0.0-alpha.1",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"nyc": {
				"include": [
					"src/*.ts",
					"src/**/*.ts"
				],
				"exclude": [
					"node_modules",
					"dist",
					"*.d.ts",
					"src/**/MiscJSDoc.ts"
				],
				"extension": [
					".ts"
				],
				"require": [
					"ts-node/register"
				],
				"reporter": [
					"html"
				],
				"all": true
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"test:cover": "Execute test coverage",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.0.24",
				"@types/chai": "^4.0.4",
				"@types/lodash": "^4.14.80",
				"@types/mocha": "^2.2.44",
				"@types/node": "^8.0.47",
				"@types/sinon": "^2.3.7",
				"@types/sinon-chai": "^2.7.29",
				"babel-polyfill": "^6.23.0",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cross-env": "^5.1.0",
				"cz-conventional-changelog": "^1.2.0",
				"danger": "^1.1.0",
				"dependency-cruiser": "^2.6.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^2.1.2",
				"get-folder-size": "^1.0.0",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20170218.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"husky": "^0.13.3",
				"klaw-sync": "^3.0.0",
				"lint-staged": "3.2.5",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.9.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^4.0.2",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^11.3.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "^2.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rx": "latest",
				"rxjs": "latest",
				"shx": "^0.2.2",
				"sinon": "^2.1.0",
				"sinon-chai": "^2.9.0",
				"source-map-support": "^0.4.0",
				"symbol-observable": "^1.0.1",
				"ts-node": "^3.3.0",
				"tslib": "^1.5.0",
				"tslint": "^4.4.2",
				"typescript": "latest",
				"validate-commit-msg": "^2.14.0",
				"watch": "^1.0.1",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./Rx.d.ts",
			"_id": "rxjs@6.0.0-alpha.1",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "7.7.2",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-dy8r+Wnie590mp4aIf6QGOVVhYuOrp0qocAF7u87Ttr99mzWOjSGi+E+eGfllrNU0C4csqPaQmtYrXVlA+hQoA==",
				"shasum": "e7f78dcdbfd1041c3bbd240ba2fdf13949a2858f",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-alpha.1.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs-6.0.0-alpha.1.tgz_1515779441837_0.6982087716460228"
			},
			"directories": {}
		},
		"6.0.0-alpha.2": {
			"name": "rxjs",
			"version": "6.0.0-alpha.2",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"nyc": {
				"include": [
					"src/*.ts",
					"src/**/*.ts"
				],
				"exclude": [
					"node_modules",
					"dist",
					"*.d.ts",
					"src/**/MiscJSDoc.ts"
				],
				"extension": [
					".ts"
				],
				"require": [
					"ts-node/register"
				],
				"reporter": [
					"html"
				],
				"all": true
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Execute mocha test runner",
				"test:cover": "Execute test coverage",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.0.24",
				"@types/chai": "^4.0.4",
				"@types/lodash": "^4.14.80",
				"@types/mocha": "^2.2.44",
				"@types/node": "^8.0.47",
				"@types/sinon": "^2.3.7",
				"@types/sinon-chai": "^2.7.29",
				"babel-polyfill": "^6.23.0",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cross-env": "^5.1.0",
				"cz-conventional-changelog": "^1.2.0",
				"danger": "^1.1.0",
				"dependency-cruiser": "^2.6.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^2.1.2",
				"get-folder-size": "^1.0.0",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20170218.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"husky": "^0.13.3",
				"klaw-sync": "^3.0.0",
				"lint-staged": "3.2.5",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.9.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^4.0.2",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^11.3.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "^2.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rx": "latest",
				"rxjs": "latest",
				"shx": "^0.2.2",
				"sinon": "^2.1.0",
				"sinon-chai": "^2.9.0",
				"source-map-support": "^0.4.0",
				"symbol-observable": "^1.0.1",
				"ts-node": "^3.3.0",
				"tslib": "^1.5.0",
				"tslint": "^4.4.2",
				"typescript": "latest",
				"validate-commit-msg": "^2.14.0",
				"watch": "^1.0.1",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./Rx.d.ts",
			"_id": "rxjs@6.0.0-alpha.2",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "8.6.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-x6ZSaGib1rVNUnZ157n0ZvYB2DeoD5cuLP9g4OkIeTIesuxLhDbWov+M9PjkA2Kviz1nZqdpzBs9GmOfMBEEYQ==",
				"shasum": "6c8dc76801002ee0abedf5ab56587229ee0b3787",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-alpha.2.tgz"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs-6.0.0-alpha.2.tgz_1515890730786_0.005624392302706838"
			},
			"directories": {}
		},
		"6.0.0-alpha.3": {
			"name": "rxjs",
			"version": "6.0.0-alpha.3",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"nyc": {
				"include": [
					"src/*.ts",
					"src/**/*.ts"
				],
				"exclude": [
					"node_modules",
					"dist",
					"*.d.ts",
					"src/**/MiscJSDoc.ts"
				],
				"extension": [
					".ts"
				],
				"require": [
					"ts-node/register"
				],
				"reporter": [
					"html"
				],
				"all": true
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Execute mocha test runner",
				"test:cover": "Execute test coverage",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.0.24",
				"@types/chai": "^4.0.4",
				"@types/lodash": "^4.14.80",
				"@types/mocha": "^2.2.44",
				"@types/node": "^8.0.47",
				"@types/sinon": "^2.3.7",
				"@types/sinon-chai": "^2.7.29",
				"babel-polyfill": "^6.23.0",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cross-env": "^5.1.0",
				"cz-conventional-changelog": "^1.2.0",
				"danger": "^1.1.0",
				"dependency-cruiser": "2.10.1",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^2.1.2",
				"get-folder-size": "^1.0.0",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20170218.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"husky": "^0.13.3",
				"klaw-sync": "^3.0.0",
				"lint-staged": "3.2.5",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.9.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^4.0.2",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^11.3.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "^2.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rx": "latest",
				"rxjs": "latest",
				"shx": "^0.2.2",
				"sinon": "^2.1.0",
				"sinon-chai": "^2.9.0",
				"source-map-support": "^0.4.0",
				"symbol-observable": "^1.0.1",
				"ts-node": "^3.3.0",
				"tslib": "^1.5.0",
				"tslint": "^4.4.2",
				"typescript": "latest",
				"validate-commit-msg": "^2.14.0",
				"watch": "^1.0.1",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./Rx.d.ts",
			"readmeFilename": "README.md",
			"_id": "rxjs@6.0.0-alpha.3",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "7.7.2",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-EuiyMoysmRo4ZVNh1LMr4B/0A7kcvlH4a7pcRSLY9qTXLA5xRwaaflH84PyMbFYfSG5GHxedrKAFjtf503mcBg==",
				"shasum": "fcce7ffcaa7c6c2cfacec23aa58a3c900c2b8148",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-alpha.3.tgz",
				"fileCount": 3591,
				"unpackedSize": 7844497
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_6.0.0-alpha.3_1518196017801_0.7902506265749623"
			},
			"_hasShrinkwrap": false
		},
		"5.5.7": {
			"name": "rxjs",
			"version": "5.5.7",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.0.24",
				"babel-polyfill": "^6.23.0",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"danger": "^1.1.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^2.1.2",
				"get-folder-size": "^1.0.0",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20170218.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"husky": "^0.13.3",
				"klaw-sync": "^3.0.0",
				"lint-staged": "3.2.5",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.9.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^4.0.2",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^10.2.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "^2.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rx": "latest",
				"rxjs": "latest",
				"shx": "^0.2.2",
				"sinon": "^2.1.0",
				"sinon-chai": "^2.9.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.5.0",
				"tslint": "^4.4.2",
				"typescript": "~2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.14.0",
				"watch": "^1.0.1",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./Rx.d.ts",
			"dependencies": {
				"symbol-observable": "1.0.1"
			},
			"_id": "rxjs@5.5.7",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.6.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-Hxo2ac8gRQjwjtKgukMIwBRbq5+KAeEV5hXM4obYBOAghev41bDQWgFH4svYiU9UnQ5kNww2LgfyBdevCd2HXA==",
				"shasum": "afb3d1642b069b2fbf203903d6501d1acb4cda27",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.7.tgz",
				"fileCount": 3661,
				"unpackedSize": 8855516
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_5.5.7_1520915517472_0.3314225803032831"
			},
			"_hasShrinkwrap": false
		},
		"6.0.0-alpha.4": {
			"name": "rxjs",
			"version": "6.0.0-alpha.4",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"nyc": {
				"include": [
					"src/*.ts",
					"src/**/*.ts"
				],
				"exclude": [
					"node_modules",
					"dist",
					"*.d.ts",
					"src/**/MiscJSDoc.ts"
				],
				"extension": [
					".ts"
				],
				"require": [
					"ts-node/register"
				],
				"reporter": [
					"html"
				],
				"all": true
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Execute mocha test runner",
				"test:cover": "Execute test coverage",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.0.24",
				"@types/chai": "4.1.2",
				"@types/lodash": "4.14.102",
				"@types/mocha": "2.2.48",
				"@types/node": "9.4.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"babel-polyfill": "6.26.0",
				"benchmark": "2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "4.1.2",
				"color": "3.0.0",
				"colors": "1.1.2",
				"commitizen": "2.9.6",
				"coveralls": "3.0.0",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"danger": "1.1.0",
				"dependency-cruiser": "2.13.0",
				"doctoc": "1.3.0",
				"escape-string-regexp": "1.0.5",
				"esdoc": "0.4.7",
				"eslint": "4.17.0",
				"fs-extra": "5.0.0",
				"get-folder-size": "1.0.1",
				"glob": "7.1.2",
				"gm": "1.23.1",
				"google-closure-compiler-js": "20170218.0.0",
				"gzip-size": "4.1.0",
				"http-server": "0.11.1",
				"husky": "0.14.3",
				"klaw-sync": "3.0.2",
				"lint-staged": "3.2.5",
				"lodash": "4.17.5",
				"markdown-doctest": "0.9.1",
				"minimist": "1.2.0",
				"mkdirp": "0.5.1",
				"mocha": "5.0.0",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "4.1.2",
				"npm-scripts-info": "0.3.6",
				"nyc": "11.4.1",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"promise": "8.0.1",
				"protractor": "3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"rx": "latest",
				"rxjs": "latest",
				"shx": "0.2.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"symbol-observable": "1.0.1",
				"systemjs": "^0.21.0",
				"ts-node": "4.1.0",
				"tslint": "5.9.1",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typescript": "latest",
				"validate-commit-msg": "2.14.0",
				"watch": "1.0.2",
				"webpack": "1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"_id": "rxjs@6.0.0-alpha.4",
			"_npmVersion": "5.7.1",
			"_nodeVersion": "7.7.2",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-eRBlvArSLPDgqL2A5uLSReu+HuAbgJvwF0rYnTrVQOiLZywYXvrDIsIF3T6l2UURnHH/sdNZiQf4EyVWgsZJ5A==",
				"shasum": "e24afa7457d95a981f081d2979c3ba69b20c8ca3",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-alpha.4.tgz",
				"fileCount": 3558,
				"unpackedSize": 6963662
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_6.0.0-alpha.4_1520967655132_0.9380165822997206"
			},
			"_hasShrinkwrap": false
		},
		"6.0.0-beta.0": {
			"name": "rxjs",
			"version": "6.0.0-beta.0",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"nyc": {
				"include": [
					"src/*.ts",
					"src/**/*.ts"
				],
				"exclude": [
					"node_modules",
					"dist",
					"*.d.ts",
					"src/**/MiscJSDoc.ts"
				],
				"extension": [
					".ts"
				],
				"require": [
					"ts-node/register"
				],
				"reporter": [
					"html"
				],
				"all": true
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Execute mocha test runner",
				"test:cover": "Execute test coverage",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.0.24",
				"@types/chai": "4.1.2",
				"@types/lodash": "4.14.102",
				"@types/mocha": "2.2.48",
				"@types/node": "9.4.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"babel-polyfill": "6.26.0",
				"benchmark": "2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "4.1.2",
				"color": "3.0.0",
				"colors": "1.1.2",
				"commitizen": "2.9.6",
				"coveralls": "3.0.0",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"danger": "1.1.0",
				"dependency-cruiser": "2.13.0",
				"doctoc": "1.3.0",
				"escape-string-regexp": "1.0.5",
				"esdoc": "0.4.7",
				"eslint": "4.17.0",
				"fs-extra": "5.0.0",
				"get-folder-size": "1.0.1",
				"glob": "7.1.2",
				"gm": "1.23.1",
				"google-closure-compiler-js": "20170218.0.0",
				"gzip-size": "4.1.0",
				"http-server": "0.11.1",
				"husky": "0.14.3",
				"klaw-sync": "3.0.2",
				"lint-staged": "3.2.5",
				"lodash": "4.17.5",
				"markdown-doctest": "0.9.1",
				"minimist": "1.2.0",
				"mkdirp": "0.5.1",
				"mocha": "5.0.0",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "4.1.2",
				"npm-scripts-info": "0.3.6",
				"nyc": "11.4.1",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"promise": "8.0.1",
				"protractor": "3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"rx": "latest",
				"rxjs": "^5.5.7",
				"shx": "0.2.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"symbol-observable": "1.0.1",
				"systemjs": "^0.21.0",
				"ts-node": "4.1.0",
				"tslint": "5.9.1",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typescript": "latest",
				"validate-commit-msg": "2.14.0",
				"watch": "1.0.2",
				"webpack": "1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"readmeFilename": "README.md",
			"_id": "rxjs@6.0.0-beta.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.6.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-ntLiCeIihd7mKcW1vkj1WDLbRLX/O8JbWKXGMDv1XAIgp4xf0aqgAtevFZwHUjzWeYuBHyJFaZz3E5TPIQ30Qw==",
				"shasum": "cf241936be39d8279ed0b2be4bf417777301f65a",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-beta.0.tgz",
				"fileCount": 3401,
				"unpackedSize": 6902147
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_6.0.0-beta.0_1521223000015_0.46158077251740726"
			},
			"_hasShrinkwrap": false
		},
		"5.6.0-forward-compat.0": {
			"name": "rxjs",
			"version": "5.6.0-forward-compat.0",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.0.24",
				"babel-polyfill": "^6.23.0",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"danger": "^1.1.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^2.1.2",
				"get-folder-size": "^1.0.0",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20170218.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"husky": "^0.13.3",
				"klaw-sync": "^3.0.0",
				"lint-staged": "3.2.5",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.9.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^4.0.2",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^10.2.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "^2.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rx": "latest",
				"rxjs": "latest",
				"shx": "^0.2.2",
				"sinon": "^2.1.0",
				"sinon-chai": "^2.9.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.5.0",
				"tslint": "^4.4.2",
				"typescript": "~2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.14.0",
				"watch": "^1.0.1",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"dependencies": {
				"symbol-observable": "1.0.1"
			},
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"readmeFilename": "README.md",
			"_id": "rxjs@5.6.0-forward-compat.0",
			"_npmVersion": "5.7.1",
			"_nodeVersion": "7.7.2",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-vA2yCAzU445Oqjup95I29OcS6kaVek7ukaW4GKlp1aDv74vXKnnl/vYAxCzHtqQsWkfi1JMzUM3U63E5Mb4PjQ==",
				"shasum": "5b2792f0e0cf2acce00893219460bce550119be5",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.6.0-forward-compat.0.tgz",
				"fileCount": 3711,
				"unpackedSize": 8906585
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_5.6.0-forward-compat.0_1521605849909_0.2877699986020634"
			},
			"_hasShrinkwrap": false
		},
		"6.0.0-beta.1": {
			"name": "rxjs",
			"version": "6.0.0-beta.1",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"nyc": {
				"include": [
					"src/*.ts",
					"src/**/*.ts"
				],
				"exclude": [
					"node_modules",
					"dist",
					"*.d.ts",
					"src/**/MiscJSDoc.ts"
				],
				"extension": [
					".ts"
				],
				"require": [
					"ts-node/register"
				],
				"reporter": [
					"html"
				],
				"all": true
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Execute mocha test runner",
				"test:cover": "Execute test coverage",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.0.24",
				"@types/chai": "4.1.2",
				"@types/lodash": "4.14.102",
				"@types/mocha": "2.2.48",
				"@types/node": "9.4.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"babel-polyfill": "6.26.0",
				"benchmark": "2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "4.1.2",
				"color": "3.0.0",
				"colors": "1.1.2",
				"commitizen": "2.9.6",
				"coveralls": "3.0.0",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"danger": "1.1.0",
				"dependency-cruiser": "2.13.0",
				"doctoc": "1.3.0",
				"escape-string-regexp": "1.0.5",
				"esdoc": "0.4.7",
				"eslint": "4.17.0",
				"fs-extra": "5.0.0",
				"get-folder-size": "1.0.1",
				"glob": "7.1.2",
				"gm": "1.23.1",
				"google-closure-compiler-js": "20170218.0.0",
				"gzip-size": "4.1.0",
				"http-server": "0.11.1",
				"husky": "0.14.3",
				"klaw-sync": "3.0.2",
				"lint-staged": "3.2.5",
				"lodash": "4.17.5",
				"markdown-doctest": "0.9.1",
				"minimist": "1.2.0",
				"mkdirp": "0.5.1",
				"mocha": "5.0.0",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "4.1.2",
				"npm-scripts-info": "0.3.6",
				"nyc": "11.4.1",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"promise": "8.0.1",
				"protractor": "3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"rx": "latest",
				"rxjs": "^5.5.7",
				"shx": "0.2.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"symbol-observable": "1.0.1",
				"systemjs": "^0.21.0",
				"ts-node": "4.1.0",
				"tslint": "5.9.1",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typescript": "latest",
				"validate-commit-msg": "2.14.0",
				"watch": "1.0.2",
				"webpack": "1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"readmeFilename": "README.md",
			"_id": "rxjs@6.0.0-beta.1",
			"_npmVersion": "5.7.1",
			"_nodeVersion": "7.7.2",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-W5CIv+iYavprY8u5rJiTWTwPscni4XO4y4Xls05Cz6sbizXgN5bJYs07yhfGUC/ebei/VA/j2QDFReALUC658Q==",
				"shasum": "ac6b181251ece21051435c3da2538444b43a37c1",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-beta.1.tgz",
				"fileCount": 3414,
				"unpackedSize": 6910552
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_6.0.0-beta.1_1521606201756_0.5019746213867191"
			},
			"_hasShrinkwrap": false
		},
		"6.0.0-beta.2": {
			"name": "rxjs",
			"version": "6.0.0-beta.2",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"nyc": {
				"include": [
					"src/*.ts",
					"src/**/*.ts"
				],
				"exclude": [
					"node_modules",
					"dist",
					"*.d.ts",
					"src/**/MiscJSDoc.ts"
				],
				"extension": [
					".ts"
				],
				"require": [
					"ts-node/register"
				],
				"reporter": [
					"html"
				],
				"all": true
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Execute mocha test runner",
				"test:cover": "Execute test coverage",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@types/chai": "4.1.2",
				"@types/lodash": "4.14.102",
				"@types/mocha": "2.2.48",
				"@types/node": "9.4.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"babel-polyfill": "6.26.0",
				"benchmark": "2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "4.1.2",
				"color": "3.0.0",
				"colors": "1.1.2",
				"commitizen": "2.9.6",
				"coveralls": "3.0.0",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"danger": "1.1.0",
				"dependency-cruiser": "2.13.0",
				"doctoc": "1.3.0",
				"escape-string-regexp": "1.0.5",
				"esdoc": "0.4.7",
				"eslint": "4.17.0",
				"fs-extra": "5.0.0",
				"get-folder-size": "1.0.1",
				"glob": "7.1.2",
				"gm": "1.23.1",
				"google-closure-compiler-js": "20170218.0.0",
				"gzip-size": "4.1.0",
				"http-server": "0.11.1",
				"husky": "0.14.3",
				"klaw-sync": "3.0.2",
				"lint-staged": "3.2.5",
				"lodash": "4.17.5",
				"markdown-doctest": "0.9.1",
				"minimist": "1.2.0",
				"mkdirp": "0.5.1",
				"mocha": "5.0.0",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "4.1.2",
				"npm-scripts-info": "0.3.6",
				"nyc": "11.4.1",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"promise": "8.0.1",
				"protractor": "3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"rx": "latest",
				"rxjs": "^5.5.7",
				"shx": "0.2.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"symbol-observable": "1.0.1",
				"systemjs": "^0.21.0",
				"ts-node": "4.1.0",
				"tslint": "5.9.1",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typescript": "latest",
				"validate-commit-msg": "2.14.0",
				"watch": "1.0.2",
				"webpack": "1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"readmeFilename": "README.md",
			"_id": "rxjs@6.0.0-beta.2",
			"_npmVersion": "5.8.0",
			"_nodeVersion": "8.6.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-CNCB8iHaqv5Q4IFWo1TjLOW2uWMXJ7tzPJQZ1WQkx5QQR97ATbs8fEMdzQ9fwl6i6C1bMLqPBvdWO0ZmPx0n4A==",
				"shasum": "305176fec8d6d783949ad6a10812a323e35d84fd",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-beta.2.tgz",
				"fileCount": 3414,
				"unpackedSize": 6952213
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_6.0.0-beta.2_1521918675639_0.12639662522366146"
			},
			"_hasShrinkwrap": false
		},
		"5.6.0-forward-compat.1": {
			"name": "rxjs",
			"version": "5.6.0-forward-compat.1",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.0.24",
				"babel-polyfill": "^6.23.0",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"danger": "^1.1.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^2.1.2",
				"get-folder-size": "^1.0.0",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20170218.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"husky": "^0.13.3",
				"klaw-sync": "^3.0.0",
				"lint-staged": "3.2.5",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.9.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^4.0.2",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^10.2.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "^2.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rx": "latest",
				"rxjs": "latest",
				"shx": "^0.2.2",
				"sinon": "^2.1.0",
				"sinon-chai": "^2.9.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.5.0",
				"tslint": "^4.4.2",
				"typescript": "~2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.14.0",
				"watch": "^1.0.1",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"dependencies": {
				"symbol-observable": "1.0.1"
			},
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"readmeFilename": "README.md",
			"_id": "rxjs@5.6.0-forward-compat.1",
			"_npmVersion": "5.8.0",
			"_nodeVersion": "8.6.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-165iGqmqVYhiKLWiP9ttTYw1GTMxrwfnHopfucqiavu+l2gUvoTydRKxlCZuCl+Xd52UKBEc9iTxHXrtalqyZw==",
				"shasum": "31f83df06b46e21e19a850873bc6a209d2ff7431",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.6.0-forward-compat.1.tgz",
				"fileCount": 3725,
				"unpackedSize": 8924309
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_5.6.0-forward-compat.1_1521919513401_0.9937344972408131"
			},
			"_hasShrinkwrap": false
		},
		"6.0.0-beta.3": {
			"name": "rxjs",
			"version": "6.0.0-beta.3",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"nyc": {
				"include": [
					"src/*.ts",
					"src/**/*.ts"
				],
				"exclude": [
					"node_modules",
					"dist",
					"*.d.ts",
					"src/**/MiscJSDoc.ts"
				],
				"extension": [
					".ts"
				],
				"require": [
					"ts-node/register"
				],
				"reporter": [
					"html"
				],
				"all": true
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Execute mocha test runner",
				"test:cover": "Execute test coverage",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@types/chai": "4.1.2",
				"@types/lodash": "4.14.102",
				"@types/mocha": "2.2.48",
				"@types/node": "9.4.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"babel-polyfill": "6.26.0",
				"benchmark": "2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "4.1.2",
				"color": "3.0.0",
				"colors": "1.1.2",
				"commitizen": "2.9.6",
				"coveralls": "3.0.0",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"danger": "1.1.0",
				"dependency-cruiser": "2.13.0",
				"doctoc": "1.3.0",
				"escape-string-regexp": "1.0.5",
				"esdoc": "0.4.7",
				"eslint": "4.17.0",
				"fs-extra": "5.0.0",
				"get-folder-size": "1.0.1",
				"glob": "7.1.2",
				"gm": "1.23.1",
				"google-closure-compiler-js": "20170218.0.0",
				"gzip-size": "4.1.0",
				"http-server": "0.11.1",
				"husky": "0.14.3",
				"klaw-sync": "3.0.2",
				"lint-staged": "3.2.5",
				"lodash": "4.17.5",
				"markdown-doctest": "0.9.1",
				"minimist": "1.2.0",
				"mkdirp": "0.5.1",
				"mocha": "5.0.0",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "4.1.2",
				"npm-scripts-info": "0.3.6",
				"nyc": "11.4.1",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"promise": "8.0.1",
				"protractor": "3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"rx": "latest",
				"rxjs": "^5.5.7",
				"shx": "0.2.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"symbol-observable": "1.0.1",
				"systemjs": "^0.21.0",
				"ts-node": "4.1.0",
				"tslint": "5.9.1",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typescript": "latest",
				"validate-commit-msg": "2.14.0",
				"watch": "1.0.2",
				"webpack": "1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"readmeFilename": "README.md",
			"_id": "rxjs@6.0.0-beta.3",
			"_npmVersion": "5.8.0",
			"_nodeVersion": "8.6.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-Rkc4BDr75zsX4ozYOra9E0uAn8jDlnNvE7ISx/w6P7fkREmJH3Y0Zsz0FKRdo/AjWVzqytvjN1umHlTv/Ozayg==",
				"shasum": "09a241a69287311873be32613c836a007cf3db5e",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-beta.3.tgz",
				"fileCount": 3414,
				"unpackedSize": 6955533
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_6.0.0-beta.3_1522127901317_0.8595949734242025"
			},
			"_hasShrinkwrap": false
		},
		"5.5.8": {
			"name": "rxjs",
			"version": "5.5.8",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.0.24",
				"babel-polyfill": "^6.23.0",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"danger": "^1.1.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^2.1.2",
				"get-folder-size": "^1.0.0",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20170218.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"husky": "^0.13.3",
				"klaw-sync": "^3.0.0",
				"lint-staged": "3.2.5",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.9.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^4.0.2",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^10.2.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "^2.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rx": "latest",
				"rxjs": "latest",
				"shx": "^0.2.2",
				"sinon": "^2.1.0",
				"sinon-chai": "^2.9.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.5.0",
				"tslint": "^4.4.2",
				"typescript": "~2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.14.0",
				"watch": "^1.0.1",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./Rx.d.ts",
			"dependencies": {
				"symbol-observable": "1.0.1"
			},
			"_id": "rxjs@5.5.8",
			"_npmVersion": "5.8.0",
			"_nodeVersion": "8.6.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-Bz7qou7VAIoGiglJZbzbXa4vpX5BmTTN2Dj/se6+SwADtw4SihqBIiEa7VmTXJ8pynvq0iFr5Gx9VLyye1rIxQ==",
				"shasum": "b2b0809a57614ad6254c03d7446dea0d83ca3791",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.8.tgz",
				"fileCount": 3661,
				"unpackedSize": 8859436
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_5.5.8_1522128945329_0.6237159184356567"
			},
			"_hasShrinkwrap": false
		},
		"5.6.0-forward-compat.2": {
			"name": "rxjs",
			"version": "5.6.0-forward-compat.2",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.0.24",
				"babel-polyfill": "^6.23.0",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"danger": "^1.1.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^2.1.2",
				"get-folder-size": "^1.0.0",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20170218.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"husky": "^0.13.3",
				"klaw-sync": "^3.0.0",
				"lint-staged": "3.2.5",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.9.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^4.0.2",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^10.2.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "^2.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rx": "latest",
				"rxjs": "latest",
				"shx": "^0.2.2",
				"sinon": "^2.1.0",
				"sinon-chai": "^2.9.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.5.0",
				"tslint": "^4.4.2",
				"typescript": "~2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.14.0",
				"watch": "^1.0.1",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"dependencies": {
				"symbol-observable": "1.0.1"
			},
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"readmeFilename": "README.md",
			"_id": "rxjs@5.6.0-forward-compat.2",
			"_npmVersion": "5.8.0",
			"_nodeVersion": "8.6.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-HyAHhgPPNpahWuZt+3h586xKcvMxbBKPrNn77Hdv3eyVkqh1yUU7iJCG0jbzEyNB+dy7xSUVrW1ri1x2USr+3Q==",
				"shasum": "0ca90dcca87c00707ab0ac1e64fb96f011e7fd11",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.6.0-forward-compat.2.tgz",
				"fileCount": 3725,
				"unpackedSize": 8927951
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_5.6.0-forward-compat.2_1522129421306_0.9339786017407381"
			},
			"_hasShrinkwrap": false
		},
		"6.0.0-beta.4": {
			"name": "rxjs",
			"version": "6.0.0-beta.4",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"nyc": {
				"include": [
					"src/*.ts",
					"src/**/*.ts"
				],
				"exclude": [
					"node_modules",
					"dist",
					"*.d.ts",
					"src/**/MiscJSDoc.ts"
				],
				"extension": [
					".ts"
				],
				"require": [
					"ts-node/register"
				],
				"reporter": [
					"html"
				],
				"all": true
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Execute mocha test runner",
				"test:cover": "Execute test coverage",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@types/chai": "4.1.2",
				"@types/lodash": "4.14.102",
				"@types/mocha": "2.2.48",
				"@types/node": "9.4.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"babel-polyfill": "6.26.0",
				"benchmark": "2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "4.1.2",
				"color": "3.0.0",
				"colors": "1.1.2",
				"commitizen": "2.9.6",
				"coveralls": "3.0.0",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"danger": "1.1.0",
				"dependency-cruiser": "2.13.0",
				"doctoc": "1.3.0",
				"escape-string-regexp": "1.0.5",
				"esdoc": "0.4.7",
				"eslint": "4.17.0",
				"fs-extra": "5.0.0",
				"get-folder-size": "1.0.1",
				"glob": "7.1.2",
				"gm": "1.23.1",
				"google-closure-compiler-js": "20170218.0.0",
				"gzip-size": "4.1.0",
				"http-server": "0.11.1",
				"husky": "0.14.3",
				"klaw-sync": "3.0.2",
				"lint-staged": "3.2.5",
				"lodash": "4.17.5",
				"markdown-doctest": "0.9.1",
				"minimist": "1.2.0",
				"mkdirp": "0.5.1",
				"mocha": "5.0.0",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "4.1.2",
				"npm-scripts-info": "0.3.6",
				"nyc": "11.4.1",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"promise": "8.0.1",
				"protractor": "3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"rx": "latest",
				"rxjs": "^5.5.7",
				"shx": "0.2.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"symbol-observable": "1.0.1",
				"systemjs": "^0.21.0",
				"ts-node": "4.1.0",
				"tslint": "5.9.1",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typescript": "latest",
				"validate-commit-msg": "2.14.0",
				"watch": "1.0.2",
				"webpack": "1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"readmeFilename": "README.md",
			"_id": "rxjs@6.0.0-beta.4",
			"_npmVersion": "5.8.0",
			"_nodeVersion": "7.7.2",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-H+ghJ4H2mPrugoMfgbeky0yhmOrk4y0ykRyZpYvU2za0VbE2WTKgY/9pF7HJCogPFNIyI4GqI9Ujk3Xr4XxHbQ==",
				"shasum": "6506fde30f0f0ca1c94eb948629ac4aa73c0b0c8",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-beta.4.tgz",
				"fileCount": 3030,
				"unpackedSize": 5982482
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_6.0.0-beta.4_1522354532447_0.3492235594117774"
			},
			"_hasShrinkwrap": false
		},
		"6.0.0-rc.0": {
			"name": "rxjs",
			"version": "6.0.0-rc.0",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"nyc": {
				"include": [
					"src/*.ts",
					"src/**/*.ts"
				],
				"exclude": [
					"node_modules",
					"dist",
					"*.d.ts",
					"src/**/MiscJSDoc.ts"
				],
				"extension": [
					".ts"
				],
				"require": [
					"ts-node/register"
				],
				"reporter": [
					"html"
				],
				"all": true
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Execute mocha test runner",
				"test:cover": "Execute test coverage",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@types/chai": "4.1.2",
				"@types/lodash": "4.14.102",
				"@types/mocha": "2.2.48",
				"@types/node": "9.4.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"babel-polyfill": "6.26.0",
				"benchmark": "2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "4.1.2",
				"color": "3.0.0",
				"colors": "1.1.2",
				"commitizen": "2.9.6",
				"coveralls": "3.0.0",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"danger": "1.1.0",
				"dependency-cruiser": "2.13.0",
				"doctoc": "1.3.0",
				"escape-string-regexp": "1.0.5",
				"esdoc": "0.4.7",
				"eslint": "4.17.0",
				"fs-extra": "5.0.0",
				"get-folder-size": "1.0.1",
				"glob": "7.1.2",
				"gm": "1.23.1",
				"google-closure-compiler-js": "20170218.0.0",
				"gzip-size": "4.1.0",
				"http-server": "0.11.1",
				"husky": "0.14.3",
				"klaw-sync": "3.0.2",
				"lint-staged": "3.2.5",
				"lodash": "4.17.5",
				"markdown-doctest": "0.9.1",
				"minimist": "1.2.0",
				"mkdirp": "0.5.1",
				"mocha": "5.0.0",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "4.1.2",
				"npm-scripts-info": "0.3.6",
				"nyc": "11.4.1",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"promise": "8.0.1",
				"protractor": "3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"rx": "latest",
				"rxjs": "^5.5.7",
				"shx": "0.2.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"symbol-observable": "1.0.1",
				"systemjs": "^0.21.0",
				"ts-node": "4.1.0",
				"tslint": "5.9.1",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typescript": "latest",
				"validate-commit-msg": "2.14.0",
				"watch": "1.0.2",
				"webpack": "1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"readmeFilename": "README.md",
			"_id": "rxjs@6.0.0-rc.0",
			"_npmVersion": "5.8.0",
			"_nodeVersion": "8.6.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-nQqUjqiyiD3OkPd4xlg4eDNG4k8UiarBhU9qr3xKncHYhn3REjC4fCAFlg862JEwg50vQImaI/bv8yzreAHzng==",
				"shasum": "3fed5454dfaf5a01005c973de857f860826d3eac",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-rc.0.tgz",
				"fileCount": 3030,
				"unpackedSize": 5946514
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_6.0.0-rc.0_1522455123366_0.8320049884487852"
			},
			"_hasShrinkwrap": false
		},
		"6.0.0-smoosh.0": {
			"name": "rxjs",
			"version": "6.0.0-smoosh.0",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"nyc": {
				"include": [
					"src/*.ts",
					"src/**/*.ts"
				],
				"exclude": [
					"node_modules",
					"dist",
					"*.d.ts",
					"src/**/MiscJSDoc.ts"
				],
				"extension": [
					".ts"
				],
				"require": [
					"ts-node/register"
				],
				"reporter": [
					"html"
				],
				"all": true
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Execute mocha test runner",
				"test:cover": "Execute test coverage",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@types/chai": "4.1.2",
				"@types/lodash": "4.14.102",
				"@types/mocha": "2.2.48",
				"@types/node": "9.4.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"babel-polyfill": "6.26.0",
				"benchmark": "2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "4.1.2",
				"color": "3.0.0",
				"colors": "1.1.2",
				"commitizen": "2.9.6",
				"coveralls": "3.0.0",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"danger": "1.1.0",
				"dependency-cruiser": "2.13.0",
				"doctoc": "1.3.0",
				"escape-string-regexp": "1.0.5",
				"esdoc": "0.4.7",
				"eslint": "4.17.0",
				"fs-extra": "5.0.0",
				"get-folder-size": "1.0.1",
				"glob": "7.1.2",
				"gm": "1.23.1",
				"google-closure-compiler-js": "20170218.0.0",
				"gzip-size": "4.1.0",
				"http-server": "0.11.1",
				"husky": "0.14.3",
				"klaw-sync": "3.0.2",
				"lint-staged": "3.2.5",
				"lodash": "4.17.5",
				"markdown-doctest": "0.9.1",
				"minimist": "1.2.0",
				"mkdirp": "0.5.1",
				"mocha": "5.0.0",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "4.1.2",
				"npm-scripts-info": "0.3.6",
				"nyc": "11.4.1",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"promise": "8.0.1",
				"protractor": "3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"rx": "latest",
				"rxjs": "^5.5.7",
				"shx": "0.2.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"symbol-observable": "1.0.1",
				"systemjs": "^0.21.0",
				"ts-node": "4.1.0",
				"tslint": "5.9.1",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typescript": "latest",
				"validate-commit-msg": "2.14.0",
				"watch": "1.0.2",
				"webpack": "1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"readmeFilename": "README.md",
			"_id": "rxjs@6.0.0-smoosh.0",
			"_npmVersion": "5.8.0",
			"_nodeVersion": "8.6.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-YOC8Tfq9IBNzBcOw6jQAZVnigAYbtBm/Lplw6x726WfBU2DDxyZgCtraKXAnAWrhlMM60ouXQ9kI4QTLfkxOGg==",
				"shasum": "d6c76bac0ecbe1427c62e51b2cfbac08432d355d",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-smoosh.0.tgz",
				"fileCount": 3030,
				"unpackedSize": 5947812
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_6.0.0-smoosh.0_1522564806511_0.0744717925228815"
			},
			"_hasShrinkwrap": false,
			"deprecated": "This version is deprecated. Please use the latest version of rxjs."
		},
		"6.0.0-smoosh.1": {
			"name": "rxjs",
			"version": "6.0.0-smoosh.1",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"nyc": {
				"include": [
					"src/*.ts",
					"src/**/*.ts"
				],
				"exclude": [
					"node_modules",
					"dist",
					"*.d.ts",
					"src/**/MiscJSDoc.ts"
				],
				"extension": [
					".ts"
				],
				"require": [
					"ts-node/register"
				],
				"reporter": [
					"html"
				],
				"all": true
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Execute mocha test runner",
				"test:cover": "Execute test coverage",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@types/chai": "4.1.2",
				"@types/lodash": "4.14.102",
				"@types/mocha": "2.2.48",
				"@types/node": "9.4.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"babel-polyfill": "6.26.0",
				"benchmark": "2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "4.1.2",
				"color": "3.0.0",
				"colors": "1.1.2",
				"commitizen": "2.9.6",
				"coveralls": "3.0.0",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"danger": "1.1.0",
				"dependency-cruiser": "2.13.0",
				"doctoc": "1.3.0",
				"escape-string-regexp": "1.0.5",
				"esdoc": "0.4.7",
				"eslint": "4.17.0",
				"fs-extra": "5.0.0",
				"get-folder-size": "1.0.1",
				"glob": "7.1.2",
				"gm": "1.23.1",
				"google-closure-compiler-js": "20170218.0.0",
				"gzip-size": "4.1.0",
				"http-server": "0.11.1",
				"husky": "0.14.3",
				"klaw-sync": "3.0.2",
				"lint-staged": "3.2.5",
				"lodash": "4.17.5",
				"markdown-doctest": "0.9.1",
				"minimist": "1.2.0",
				"mkdirp": "0.5.1",
				"mocha": "5.0.0",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "4.1.2",
				"npm-scripts-info": "0.3.6",
				"nyc": "11.4.1",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"promise": "8.0.1",
				"protractor": "3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"rx": "latest",
				"rxjs": "^5.5.7",
				"shx": "0.2.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"symbol-observable": "1.0.1",
				"systemjs": "^0.21.0",
				"ts-node": "4.1.0",
				"tslint": "5.9.1",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typescript": "latest",
				"validate-commit-msg": "2.14.0",
				"watch": "1.0.2",
				"webpack": "1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"readmeFilename": "README.md",
			"_id": "rxjs@6.0.0-smoosh.1",
			"_npmVersion": "5.8.0",
			"_nodeVersion": "8.6.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-WLJzE9g5x54nX0WfQtVvlUcJ942OyXkhEE1oAI7BDjJQ7uSRCklo4TrGcJUrf979fc2L0je49vgicltMv4/mKw==",
				"shasum": "9416a18bfb52ff02657aebc436f89b965a4a95f1",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-smoosh.1.tgz",
				"fileCount": 3030,
				"unpackedSize": 5947812
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_6.0.0-smoosh.1_1522614099096_0.06494404721368818"
			},
			"_hasShrinkwrap": false,
			"deprecated": "This version is deprecated. Please use the latest version of rxjs."
		},
		"6.0.0-smoosh.2": {
			"name": "rxjs",
			"version": "6.0.0-smoosh.2",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"nyc": {
				"include": [
					"src/*.ts",
					"src/**/*.ts"
				],
				"exclude": [
					"node_modules",
					"dist",
					"*.d.ts",
					"src/**/MiscJSDoc.ts"
				],
				"extension": [
					".ts"
				],
				"require": [
					"ts-node/register"
				],
				"reporter": [
					"html"
				],
				"all": true
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Execute mocha test runner",
				"test:cover": "Execute test coverage",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@types/chai": "4.1.2",
				"@types/lodash": "4.14.102",
				"@types/mocha": "2.2.48",
				"@types/node": "9.4.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"babel-polyfill": "6.26.0",
				"benchmark": "2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "4.1.2",
				"color": "3.0.0",
				"colors": "1.1.2",
				"commitizen": "2.9.6",
				"coveralls": "3.0.0",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"danger": "1.1.0",
				"dependency-cruiser": "2.13.0",
				"doctoc": "1.3.0",
				"escape-string-regexp": "1.0.5",
				"esdoc": "0.4.7",
				"eslint": "4.17.0",
				"fs-extra": "5.0.0",
				"get-folder-size": "1.0.1",
				"glob": "7.1.2",
				"gm": "1.23.1",
				"google-closure-compiler-js": "20170218.0.0",
				"gzip-size": "4.1.0",
				"http-server": "0.11.1",
				"husky": "0.14.3",
				"klaw-sync": "3.0.2",
				"lint-staged": "3.2.5",
				"lodash": "4.17.5",
				"markdown-doctest": "0.9.1",
				"minimist": "1.2.0",
				"mkdirp": "0.5.1",
				"mocha": "5.0.0",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "4.1.2",
				"npm-scripts-info": "0.3.6",
				"nyc": "11.4.1",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"promise": "8.0.1",
				"protractor": "3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"rx": "latest",
				"rxjs": "^5.5.7",
				"shx": "0.2.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"symbol-observable": "1.0.1",
				"systemjs": "^0.21.0",
				"ts-node": "4.1.0",
				"tslint": "5.9.1",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typescript": "latest",
				"validate-commit-msg": "2.14.0",
				"watch": "1.0.2",
				"webpack": "1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"readmeFilename": "README.md",
			"_id": "rxjs@6.0.0-smoosh.2",
			"_npmVersion": "5.8.0",
			"_nodeVersion": "8.6.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-IAickSl7xhGOHhhZp7XhhyIpHUm1QvHMMPQVAusotHiwE8szw4ntHVbouj0CiB5IMe4jep1dzsTNcvj2YUIP+w==",
				"shasum": "2fbec8bce211ac6cdb21e630f17df2358562b6cc",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-smoosh.2.tgz",
				"fileCount": 3030,
				"unpackedSize": 5946518
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_6.0.0-smoosh.2_1522639429904_0.601455046278931"
			},
			"_hasShrinkwrap": false,
			"deprecated": "This version is deprecated. Please use the latest version of rxjs."
		},
		"6.0.0-rc.1": {
			"name": "rxjs",
			"version": "6.0.0-rc.1",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"nyc": {
				"include": [
					"src/*.ts",
					"src/**/*.ts"
				],
				"exclude": [
					"node_modules",
					"dist",
					"*.d.ts",
					"src/**/MiscJSDoc.ts"
				],
				"extension": [
					".ts"
				],
				"require": [
					"ts-node/register"
				],
				"reporter": [
					"html"
				],
				"all": true
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Execute mocha test runner",
				"test:cover": "Execute test coverage",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@types/chai": "4.1.2",
				"@types/lodash": "4.14.102",
				"@types/mocha": "2.2.48",
				"@types/node": "9.4.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"babel-polyfill": "6.26.0",
				"benchmark": "2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "4.1.2",
				"color": "3.0.0",
				"colors": "1.1.2",
				"commitizen": "2.9.6",
				"coveralls": "3.0.0",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"danger": "1.1.0",
				"dependency-cruiser": "2.13.0",
				"doctoc": "1.3.0",
				"escape-string-regexp": "1.0.5",
				"esdoc": "0.4.7",
				"eslint": "4.17.0",
				"fs-extra": "5.0.0",
				"get-folder-size": "1.0.1",
				"glob": "7.1.2",
				"gm": "1.23.1",
				"google-closure-compiler-js": "20170218.0.0",
				"gzip-size": "4.1.0",
				"http-server": "0.11.1",
				"husky": "0.14.3",
				"klaw-sync": "3.0.2",
				"lint-staged": "3.2.5",
				"lodash": "4.17.5",
				"markdown-doctest": "0.9.1",
				"minimist": "1.2.0",
				"mkdirp": "0.5.1",
				"mocha": "5.0.0",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "4.1.2",
				"npm-scripts-info": "0.3.6",
				"nyc": "11.4.1",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"promise": "8.0.1",
				"protractor": "3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"rx": "latest",
				"rxjs": "^5.5.7",
				"shx": "0.2.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"symbol-observable": "1.0.1",
				"systemjs": "^0.21.0",
				"ts-node": "4.1.0",
				"tslint": "5.9.1",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typescript": "latest",
				"validate-commit-msg": "2.14.0",
				"watch": "1.0.2",
				"webpack": "1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"readmeFilename": "README.md",
			"_id": "rxjs@6.0.0-rc.1",
			"_npmVersion": "5.8.0",
			"_nodeVersion": "8.6.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-3knMfs9d6myCUuUYAqeaK2a+nE2KYyLHaQqxuoUFtTNuiIFBkCoTRzPMTO85qL279rEtjAwGY2NU5gpqXgpu0g==",
				"shasum": "24de21d36803d022c5823f44dc51eaf6074fa85c",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-rc.1.tgz",
				"fileCount": 3536,
				"unpackedSize": 5956175
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_6.0.0-rc.1_1523076215011_0.22930305409583585"
			},
			"_hasShrinkwrap": false
		},
		"6.0.0-tactical-rc.1": {
			"name": "rxjs",
			"version": "6.0.0-tactical-rc.1",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"nyc": {
				"include": [
					"src/*.ts",
					"src/**/*.ts"
				],
				"exclude": [
					"node_modules",
					"dist",
					"*.d.ts",
					"src/**/MiscJSDoc.ts"
				],
				"extension": [
					".ts"
				],
				"require": [
					"ts-node/register"
				],
				"reporter": [
					"html"
				],
				"all": true
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Execute mocha test runner",
				"test:cover": "Execute test coverage",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@types/chai": "4.1.2",
				"@types/lodash": "4.14.102",
				"@types/mocha": "2.2.48",
				"@types/node": "9.4.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"babel-polyfill": "6.26.0",
				"benchmark": "2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "4.1.2",
				"color": "3.0.0",
				"colors": "1.1.2",
				"commitizen": "2.9.6",
				"coveralls": "3.0.0",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"danger": "1.1.0",
				"dependency-cruiser": "2.13.0",
				"doctoc": "1.3.0",
				"escape-string-regexp": "1.0.5",
				"esdoc": "0.4.7",
				"eslint": "4.17.0",
				"fs-extra": "5.0.0",
				"get-folder-size": "1.0.1",
				"glob": "7.1.2",
				"gm": "1.23.1",
				"google-closure-compiler-js": "20170218.0.0",
				"gzip-size": "4.1.0",
				"http-server": "0.11.1",
				"husky": "0.14.3",
				"klaw-sync": "3.0.2",
				"lint-staged": "3.2.5",
				"lodash": "4.17.5",
				"markdown-doctest": "0.9.1",
				"minimist": "1.2.0",
				"mkdirp": "0.5.1",
				"mocha": "5.0.0",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "4.1.2",
				"npm-scripts-info": "0.3.6",
				"nyc": "11.4.1",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"promise": "8.0.1",
				"protractor": "3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"rx": "latest",
				"rxjs": "^5.5.7",
				"shx": "0.2.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"symbol-observable": "1.0.1",
				"systemjs": "^0.21.0",
				"ts-node": "4.1.0",
				"tslint": "5.9.1",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typescript": "latest",
				"validate-commit-msg": "2.14.0",
				"watch": "1.0.2",
				"webpack": "1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"readmeFilename": "README.md",
			"_id": "rxjs@6.0.0-tactical-rc.1",
			"_npmVersion": "5.8.0",
			"_nodeVersion": "8.6.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-PbAYwhl4VH5U4YzgzA4O5pCbDV5eBN9zNtcb8QyHXFVql3pAm3l1f+uoEcXsLlemuYdFGCYPbU+CYq9KCaIbBA==",
				"shasum": "1fe1f1204132d1c71c72f249a487f8e76a5ec1d5",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-tactical-rc.1.tgz",
				"fileCount": 3536,
				"unpackedSize": 5956184
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_6.0.0-tactical-rc.1_1523077429453_0.04793835028391791"
			},
			"_hasShrinkwrap": false
		},
		"5.5.9": {
			"name": "rxjs",
			"version": "5.5.9",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.0.24",
				"babel-polyfill": "^6.23.0",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"danger": "^1.1.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^2.1.2",
				"get-folder-size": "^1.0.0",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20170218.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"husky": "^0.13.3",
				"klaw-sync": "^3.0.0",
				"lint-staged": "3.2.5",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.9.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^4.0.2",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^10.2.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "^2.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rx": "latest",
				"rxjs": "latest",
				"shx": "^0.2.2",
				"sinon": "^2.1.0",
				"sinon-chai": "^2.9.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.5.0",
				"tslint": "^4.4.2",
				"typescript": "~2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.14.0",
				"watch": "^1.0.1",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./Rx.d.ts",
			"dependencies": {
				"symbol-observable": "1.0.1"
			},
			"_id": "rxjs@5.5.9",
			"_npmVersion": "5.8.0",
			"_nodeVersion": "7.7.2",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-DHG9AHmCmgaFWgjBcXp6NxFDmh3MvIA62GqTWmLnTzr/3oZ6h5hLD8NA+9j+GF0jEwklNIpI4KuuyLG8UWMEvQ==",
				"shasum": "12a0487794b00f5eb370fec2751bd973a89886fb",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.9.tgz",
				"fileCount": 3661,
				"unpackedSize": 8884715
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_5.5.9_1523421024028_0.8555378008490937"
			},
			"_hasShrinkwrap": false
		},
		"5.6.0-forward-compat.3": {
			"name": "rxjs",
			"version": "5.6.0-forward-compat.3",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.0.24",
				"babel-polyfill": "^6.23.0",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"danger": "^1.1.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^2.1.2",
				"get-folder-size": "^1.0.0",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20170218.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"husky": "^0.13.3",
				"klaw-sync": "^3.0.0",
				"lint-staged": "3.2.5",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.9.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^4.0.2",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^10.2.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "^2.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rx": "latest",
				"rxjs": "latest",
				"shx": "^0.2.2",
				"sinon": "^2.1.0",
				"sinon-chai": "^2.9.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.5.0",
				"tslint": "^4.4.2",
				"typescript": "~2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.14.0",
				"watch": "^1.0.1",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"dependencies": {
				"symbol-observable": "1.0.1"
			},
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"readmeFilename": "README.md",
			"_id": "rxjs@5.6.0-forward-compat.3",
			"_npmVersion": "5.8.0",
			"_nodeVersion": "7.7.2",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-NfhaUGApdkMaAPgSleHh26vVqghGw8qa8XhuGbp3yczGaLjt8ef3q7OlnNvaXwxuTD+uU1nrYJr2ukcS5n9jiQ==",
				"shasum": "8e092af726396c65e02ec65b016d449cf9dd418c",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.6.0-forward-compat.3.tgz",
				"fileCount": 3725,
				"unpackedSize": 8953563
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_5.6.0-forward-compat.3_1523421427015_0.7900138722446326"
			},
			"_hasShrinkwrap": false
		},
		"6.0.0-tenacious-rc.2": {
			"name": "rxjs",
			"version": "6.0.0-tenacious-rc.2",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"nyc": {
				"include": [
					"src/*.ts",
					"src/**/*.ts"
				],
				"exclude": [
					"node_modules",
					"dist",
					"*.d.ts",
					"src/**/MiscJSDoc.ts"
				],
				"extension": [
					".ts"
				],
				"require": [
					"ts-node/register"
				],
				"reporter": [
					"html"
				],
				"all": true
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Execute mocha test runner",
				"test:cover": "Execute test coverage",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@types/chai": "4.1.2",
				"@types/lodash": "4.14.102",
				"@types/mocha": "2.2.48",
				"@types/node": "9.4.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"babel-polyfill": "6.26.0",
				"benchmark": "2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "4.1.2",
				"color": "3.0.0",
				"colors": "1.1.2",
				"commitizen": "2.9.6",
				"coveralls": "3.0.0",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"danger": "1.1.0",
				"dependency-cruiser": "2.13.0",
				"doctoc": "1.3.0",
				"escape-string-regexp": "1.0.5",
				"esdoc": "0.4.7",
				"eslint": "4.17.0",
				"fs-extra": "5.0.0",
				"get-folder-size": "1.0.1",
				"glob": "7.1.2",
				"gm": "1.23.1",
				"google-closure-compiler-js": "20170218.0.0",
				"gzip-size": "4.1.0",
				"http-server": "0.11.1",
				"husky": "0.14.3",
				"klaw-sync": "3.0.2",
				"lint-staged": "3.2.5",
				"lodash": "4.17.5",
				"markdown-doctest": "0.9.1",
				"minimist": "1.2.0",
				"mkdirp": "0.5.1",
				"mocha": "5.0.0",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "4.1.2",
				"npm-scripts-info": "0.3.6",
				"nyc": "11.4.1",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"promise": "8.0.1",
				"protractor": "3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"rx": "latest",
				"rxjs": "^5.5.7",
				"shx": "0.2.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"symbol-observable": "1.0.1",
				"systemjs": "^0.21.0",
				"ts-node": "4.1.0",
				"tslint": "5.9.1",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typescript": "~2.8.1",
				"validate-commit-msg": "2.14.0",
				"watch": "1.0.2",
				"webpack": "1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"readmeFilename": "README.md",
			"_id": "rxjs@6.0.0-tenacious-rc.2",
			"_npmVersion": "5.8.0",
			"_nodeVersion": "7.7.2",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-ClJk5QYAqhdrB/mi+IUQjyhJFrUqeLc+SHjjJKiSFb4AGvn+RAY5d0dFnMUT8ynqMKwdt3XhA1f7528OLTCIkA==",
				"shasum": "1f7107cc5ad672ffb52bf6d731d7d8be78cc52d7",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-tenacious-rc.2.tgz",
				"fileCount": 3536,
				"unpackedSize": 5970789
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_6.0.0-tenacious-rc.2_1523421867267_0.7107313412424248"
			},
			"_hasShrinkwrap": false
		},
		"6.0.0-terrific-rc.3": {
			"name": "rxjs",
			"version": "6.0.0-terrific-rc.3",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"nyc": {
				"include": [
					"src/*.ts",
					"src/**/*.ts"
				],
				"exclude": [
					"node_modules",
					"dist",
					"*.d.ts",
					"src/**/MiscJSDoc.ts"
				],
				"extension": [
					".ts"
				],
				"require": [
					"ts-node/register"
				],
				"reporter": [
					"html"
				],
				"all": true
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Execute mocha test runner",
				"test:cover": "Execute test coverage",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@angular-devkit/schematics": "^0.5.4",
				"@types/chai": "4.1.2",
				"@types/lodash": "4.14.102",
				"@types/mocha": "2.2.48",
				"@types/node": "9.4.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"babel-polyfill": "6.26.0",
				"benchmark": "2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "4.1.2",
				"color": "3.0.0",
				"colors": "1.1.2",
				"commitizen": "2.9.6",
				"coveralls": "3.0.0",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"danger": "1.1.0",
				"dependency-cruiser": "2.13.0",
				"doctoc": "1.3.0",
				"escape-string-regexp": "1.0.5",
				"esdoc": "0.4.7",
				"eslint": "4.17.0",
				"fs-extra": "5.0.0",
				"get-folder-size": "1.0.1",
				"glob": "7.1.2",
				"gm": "1.23.1",
				"google-closure-compiler-js": "20170218.0.0",
				"gzip-size": "4.1.0",
				"http-server": "0.11.1",
				"husky": "0.14.3",
				"klaw-sync": "3.0.2",
				"lint-staged": "3.2.5",
				"lodash": "4.17.5",
				"markdown-doctest": "0.9.1",
				"minimist": "1.2.0",
				"mkdirp": "0.5.1",
				"mocha": "5.0.0",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "4.1.2",
				"npm-scripts-info": "0.3.6",
				"nyc": "11.4.1",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"promise": "8.0.1",
				"protractor": "3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"rx": "latest",
				"rxjs": "^5.5.7",
				"shx": "0.2.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"symbol-observable": "1.0.1",
				"systemjs": "^0.21.0",
				"ts-node": "4.1.0",
				"tslint": "5.9.1",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typescript": "~2.8.1",
				"validate-commit-msg": "2.14.0",
				"watch": "1.0.2",
				"webpack": "1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"ng-update": {
				"migrations": "./migrations/collection.json"
			},
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"readmeFilename": "README.md",
			"_id": "rxjs@6.0.0-terrific-rc.3",
			"_npmVersion": "5.8.0",
			"_nodeVersion": "7.7.2",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-CRpXVpRbuBsgbnTi/KjgYJ8/C1IXaeFL8obHtbxQrPorfhRPGEkIvbuQ+sTQnw9slszhRLrPz9EhmuGrVP8kYQ==",
				"shasum": "3acee937c1789ee4addf3cc3f7cc843d7cc2887c",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-terrific-rc.3.tgz",
				"fileCount": 3536,
				"unpackedSize": 5970903
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_6.0.0-terrific-rc.3_1523422317757_0.26999047270234033"
			},
			"_hasShrinkwrap": false
		},
		"6.0.0-turbo-rc.4": {
			"name": "rxjs",
			"version": "6.0.0-turbo-rc.4",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"nyc": {
				"include": [
					"src/*.ts",
					"src/**/*.ts"
				],
				"exclude": [
					"node_modules",
					"dist",
					"*.d.ts",
					"src/**/MiscJSDoc.ts"
				],
				"extension": [
					".ts"
				],
				"require": [
					"ts-node/register"
				],
				"reporter": [
					"html"
				],
				"all": true
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Execute mocha test runner",
				"test:cover": "Execute test coverage",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@angular-devkit/schematics": "^0.5.4",
				"@types/chai": "4.1.2",
				"@types/lodash": "4.14.102",
				"@types/mocha": "2.2.48",
				"@types/node": "9.4.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"babel-polyfill": "6.26.0",
				"benchmark": "2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "4.1.2",
				"color": "3.0.0",
				"colors": "1.1.2",
				"commitizen": "2.9.6",
				"coveralls": "3.0.0",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"danger": "1.1.0",
				"dependency-cruiser": "2.13.0",
				"doctoc": "1.3.0",
				"escape-string-regexp": "1.0.5",
				"esdoc": "0.4.7",
				"eslint": "4.17.0",
				"fs-extra": "5.0.0",
				"get-folder-size": "1.0.1",
				"glob": "7.1.2",
				"gm": "1.23.1",
				"google-closure-compiler-js": "20170218.0.0",
				"gzip-size": "4.1.0",
				"http-server": "0.11.1",
				"husky": "0.14.3",
				"klaw-sync": "3.0.2",
				"lint-staged": "3.2.5",
				"lodash": "4.17.5",
				"markdown-doctest": "0.9.1",
				"minimist": "1.2.0",
				"mkdirp": "0.5.1",
				"mocha": "5.0.0",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "4.1.2",
				"npm-scripts-info": "0.3.6",
				"nyc": "11.4.1",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"promise": "8.0.1",
				"protractor": "3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"rx": "latest",
				"rxjs": "^5.5.7",
				"shx": "0.2.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"symbol-observable": "1.0.1",
				"systemjs": "^0.21.0",
				"ts-node": "4.1.0",
				"tslint": "5.9.1",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typescript": "~2.8.1",
				"validate-commit-msg": "2.14.0",
				"watch": "1.0.2",
				"webpack": "1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"ng-update": {
				"migrations": "./migrations/collection.json"
			},
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"readmeFilename": "README.md",
			"_id": "rxjs@6.0.0-turbo-rc.4",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.11.1",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-7jrBXhSa1GaIvypD0/27dHWr5BobZTJWW0UXwtM4VGPjrR2nDdKvqpRooNijHFUC5ZGjOpk0S3dh3GNUWpwhpg==",
				"shasum": "5995dab91914f03ee4a68d923678333ae626d2ec",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-turbo-rc.4.tgz",
				"fileCount": 3538,
				"unpackedSize": 5973440
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_6.0.0-turbo-rc.4_1523558104009_0.4048773073227354"
			},
			"_hasShrinkwrap": false
		},
		"5.5.10": {
			"name": "rxjs",
			"version": "5.5.10",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.0.24",
				"babel-polyfill": "^6.23.0",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"danger": "^1.1.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^2.1.2",
				"get-folder-size": "^1.0.0",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20170218.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"husky": "^0.13.3",
				"klaw-sync": "^3.0.0",
				"lint-staged": "3.2.5",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.9.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^4.0.2",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^10.2.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "^2.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rx": "latest",
				"rxjs": "latest",
				"shx": "^0.2.2",
				"sinon": "^2.1.0",
				"sinon-chai": "^2.9.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.5.0",
				"tslint": "^4.4.2",
				"typescript": "~2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.14.0",
				"watch": "^1.0.1",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./Rx.d.ts",
			"dependencies": {
				"symbol-observable": "1.0.1"
			},
			"_id": "rxjs@5.5.10",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.11.1",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-SRjimIDUHJkon+2hFo7xnvNC4ZEHGzCRwh9P7nzX3zPkCGFEg/tuElrNR7L/rZMagnK2JeH2jQwPRpmyXyLB6A==",
				"shasum": "fde02d7a614f6c8683d0d1957827f492e09db045",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.10.tgz",
				"fileCount": 3661,
				"unpackedSize": 8884918
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_5.5.10_1523558837764_0.27783782556152414"
			},
			"_hasShrinkwrap": false
		},
		"5.6.0-forward-compat.4": {
			"name": "rxjs",
			"version": "5.6.0-forward-compat.4",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.0.24",
				"babel-polyfill": "^6.23.0",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"danger": "^1.1.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^2.1.2",
				"get-folder-size": "^1.0.0",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20170218.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"husky": "^0.13.3",
				"klaw-sync": "^3.0.0",
				"lint-staged": "3.2.5",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.9.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^4.0.2",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^10.2.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "^2.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rx": "latest",
				"rxjs": "latest",
				"shx": "^0.2.2",
				"sinon": "^2.1.0",
				"sinon-chai": "^2.9.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.5.0",
				"tslint": "^4.4.2",
				"typescript": "~2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.14.0",
				"watch": "^1.0.1",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"dependencies": {
				"symbol-observable": "1.0.1"
			},
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"readmeFilename": "README.md",
			"_id": "rxjs@5.6.0-forward-compat.4",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.11.1",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-cLkrsMwsNa3lNVa+U9Uwo1u30hos193bZaSDs8CKMOC1q+OgnTc8TdvAXmq8g37vbhkpQfaeMYlm8BkOzthj/g==",
				"shasum": "1d3d8d0ebd7eb894a44891d2582f604a78b0014c",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.6.0-forward-compat.4.tgz",
				"fileCount": 3725,
				"unpackedSize": 8953767
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_5.6.0-forward-compat.4_1523559045533_0.322049724602004"
			},
			"_hasShrinkwrap": false
		},
		"6.0.0-uber-rc.5": {
			"name": "rxjs",
			"version": "6.0.0-uber-rc.5",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"nyc": {
				"include": [
					"src/*.ts",
					"src/**/*.ts"
				],
				"exclude": [
					"node_modules",
					"dist",
					"*.d.ts",
					"src/**/MiscJSDoc.ts"
				],
				"extension": [
					".ts"
				],
				"require": [
					"ts-node/register"
				],
				"reporter": [
					"html"
				],
				"all": true
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Execute mocha test runner",
				"test:cover": "Execute test coverage",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@angular-devkit/schematics": "^0.5.4",
				"@types/chai": "4.1.2",
				"@types/lodash": "4.14.102",
				"@types/mocha": "2.2.48",
				"@types/node": "9.4.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"@types/source-map": "^0.5.2",
				"babel-polyfill": "6.26.0",
				"benchmark": "2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "4.1.2",
				"color": "3.0.0",
				"colors": "1.1.2",
				"commitizen": "2.9.6",
				"coveralls": "3.0.0",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"danger": "1.1.0",
				"dependency-cruiser": "2.13.0",
				"doctoc": "1.3.0",
				"escape-string-regexp": "1.0.5",
				"esdoc": "0.4.7",
				"eslint": "4.17.0",
				"fs-extra": "5.0.0",
				"get-folder-size": "1.0.1",
				"glob": "7.1.2",
				"gm": "1.23.1",
				"google-closure-compiler-js": "20170218.0.0",
				"gzip-size": "4.1.0",
				"http-server": "0.11.1",
				"husky": "0.14.3",
				"klaw-sync": "3.0.2",
				"lint-staged": "3.2.5",
				"lodash": "4.17.5",
				"markdown-doctest": "0.9.1",
				"minimist": "1.2.0",
				"mkdirp": "0.5.1",
				"mocha": "5.0.0",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "4.1.2",
				"npm-scripts-info": "0.3.6",
				"nyc": "11.4.1",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"promise": "8.0.1",
				"protractor": "3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"rx": "latest",
				"rxjs": "^5.5.7",
				"shx": "0.2.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"symbol-observable": "1.0.1",
				"systemjs": "^0.21.0",
				"ts-node": "4.1.0",
				"tslint": "5.9.1",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typescript": "~2.8.1",
				"validate-commit-msg": "2.14.0",
				"watch": "1.0.2",
				"webpack": "1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"ng-update": {
				"migrations": "./migrations/collection.json"
			},
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"readmeFilename": "README.md",
			"_id": "rxjs@6.0.0-uber-rc.5",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.11.1",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-+560U3LlucLb74MAcJiZROMeKgmD9BNJoz78xUaUiE6reLAWZSoPpOYDLRxEOG2exxyWesTJLXJJV9EX4NV+YA==",
				"shasum": "431adc93ed799c78ee52fd91418cbed7f2fea76f",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-uber-rc.5.tgz",
				"fileCount": 3538,
				"unpackedSize": 5974356
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_6.0.0-uber-rc.5_1523633906998_0.5515027620991941"
			},
			"_hasShrinkwrap": false
		},
		"6.0.0-ucandoit-rc.6": {
			"name": "rxjs",
			"version": "6.0.0-ucandoit-rc.6",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"nyc": {
				"include": [
					"src/*.ts",
					"src/**/*.ts"
				],
				"exclude": [
					"node_modules",
					"dist",
					"*.d.ts",
					"src/**/MiscJSDoc.ts"
				],
				"extension": [
					".ts"
				],
				"require": [
					"ts-node/register"
				],
				"reporter": [
					"html"
				],
				"all": true
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Execute mocha test runner",
				"test:cover": "Execute test coverage",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@angular-devkit/schematics": "^0.5.4",
				"@types/chai": "4.1.2",
				"@types/lodash": "4.14.102",
				"@types/mocha": "2.2.48",
				"@types/node": "9.4.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"@types/source-map": "^0.5.2",
				"babel-polyfill": "6.26.0",
				"benchmark": "2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "4.1.2",
				"color": "3.0.0",
				"colors": "1.1.2",
				"commitizen": "2.9.6",
				"coveralls": "3.0.0",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"danger": "1.1.0",
				"dependency-cruiser": "2.13.0",
				"doctoc": "1.3.0",
				"escape-string-regexp": "1.0.5",
				"esdoc": "0.4.7",
				"eslint": "4.17.0",
				"fs-extra": "5.0.0",
				"get-folder-size": "1.0.1",
				"glob": "7.1.2",
				"gm": "1.23.1",
				"google-closure-compiler-js": "20170218.0.0",
				"gzip-size": "4.1.0",
				"http-server": "0.11.1",
				"husky": "0.14.3",
				"klaw-sync": "3.0.2",
				"lint-staged": "3.2.5",
				"lodash": "4.17.5",
				"markdown-doctest": "0.9.1",
				"minimist": "1.2.0",
				"mkdirp": "0.5.1",
				"mocha": "5.0.0",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "4.1.2",
				"npm-scripts-info": "0.3.6",
				"nyc": "11.4.1",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"promise": "8.0.1",
				"protractor": "3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"rx": "latest",
				"rxjs": "^5.5.7",
				"shx": "0.2.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"symbol-observable": "1.0.1",
				"systemjs": "^0.21.0",
				"ts-node": "4.1.0",
				"tslint": "5.9.1",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typescript": "~2.8.1",
				"validate-commit-msg": "2.14.0",
				"watch": "1.0.2",
				"webpack": "1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"ng-update": {
				"migrations": "./migrations/collection.json"
			},
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"readmeFilename": "README.md",
			"_id": "rxjs@6.0.0-ucandoit-rc.6",
			"_npmVersion": "5.8.0",
			"_nodeVersion": "7.7.2",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-0o7OEZ+mXAkGWxsv6xPvl/TIC0JbrLS7MNZuI4/GMDPwQzFGNLOpIvlp2V+6w1ncUH6hFAyDNm5+UeKBjYP8EA==",
				"shasum": "ee93062a886cb081a505561553f62fa2a8a39543",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-ucandoit-rc.6.tgz",
				"fileCount": 3539,
				"unpackedSize": 5974609
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_6.0.0-ucandoit-rc.6_1523641340528_0.23191614036948094"
			},
			"_hasShrinkwrap": false
		},
		"6.0.0-uncanny-rc.7": {
			"name": "rxjs",
			"version": "6.0.0-uncanny-rc.7",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"nyc": {
				"include": [
					"src/*.ts",
					"src/**/*.ts"
				],
				"exclude": [
					"node_modules",
					"dist",
					"*.d.ts",
					"src/**/MiscJSDoc.ts"
				],
				"extension": [
					".ts"
				],
				"require": [
					"ts-node/register"
				],
				"reporter": [
					"html"
				],
				"all": true
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Execute mocha test runner",
				"test:cover": "Execute test coverage",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@angular-devkit/schematics": "^0.5.4",
				"@types/chai": "4.1.2",
				"@types/lodash": "4.14.102",
				"@types/mocha": "2.2.48",
				"@types/node": "9.4.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"@types/source-map": "^0.5.2",
				"babel-polyfill": "6.26.0",
				"benchmark": "2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "4.1.2",
				"color": "3.0.0",
				"colors": "1.1.2",
				"commitizen": "2.9.6",
				"coveralls": "3.0.0",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"danger": "1.1.0",
				"dependency-cruiser": "2.13.0",
				"doctoc": "1.3.0",
				"escape-string-regexp": "1.0.5",
				"esdoc": "0.4.7",
				"eslint": "4.17.0",
				"fs-extra": "5.0.0",
				"get-folder-size": "1.0.1",
				"glob": "7.1.2",
				"gm": "1.23.1",
				"google-closure-compiler-js": "20170218.0.0",
				"gzip-size": "4.1.0",
				"http-server": "0.11.1",
				"husky": "0.14.3",
				"klaw-sync": "3.0.2",
				"lint-staged": "3.2.5",
				"lodash": "4.17.5",
				"markdown-doctest": "0.9.1",
				"minimist": "1.2.0",
				"mkdirp": "0.5.1",
				"mocha": "5.0.0",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "4.1.2",
				"npm-scripts-info": "0.3.6",
				"nyc": "11.4.1",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"promise": "8.0.1",
				"protractor": "3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"rx": "latest",
				"rxjs": "^5.5.7",
				"shx": "0.2.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"symbol-observable": "1.0.1",
				"systemjs": "^0.21.0",
				"ts-node": "4.1.0",
				"tslint": "5.9.1",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typescript": "~2.8.1",
				"validate-commit-msg": "2.14.0",
				"watch": "1.0.2",
				"webpack": "1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"ng-update": {
				"migrations": "./migrations/collection.json"
			},
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"readmeFilename": "README.md",
			"_id": "rxjs@6.0.0-uncanny-rc.7",
			"_npmVersion": "5.8.0",
			"_nodeVersion": "7.7.2",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-mXBJnSpbrotKF83b1sd5uSa7q/J/y99yBArB02l6B1v2QAP18FCn2BwRXfC9O4A+75mfwUAIUWJyLilboF5z2A==",
				"shasum": "e5d6ebe2c538c583bf4b3600b60112d64a7a6991",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-uncanny-rc.7.tgz",
				"fileCount": 3539,
				"unpackedSize": 5976474
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_6.0.0-uncanny-rc.7_1523656537191_0.9462920206546779"
			},
			"_hasShrinkwrap": false
		},
		"6.0.0": {
			"name": "rxjs",
			"version": "6.0.0",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"nyc": {
				"include": [
					"src/*.ts",
					"src/**/*.ts"
				],
				"exclude": [
					"node_modules",
					"dist",
					"*.d.ts",
					"src/**/MiscJSDoc.ts"
				],
				"extension": [
					".ts"
				],
				"reporter": [
					"html"
				],
				"all": true
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@angular-devkit/schematics": "^0.5.4",
				"@types/chai": "4.1.2",
				"@types/lodash": "4.14.102",
				"@types/mocha": "2.2.48",
				"@types/node": "9.4.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"@types/source-map": "^0.5.2",
				"babel-polyfill": "6.26.0",
				"benchmark": "2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "4.1.2",
				"color": "3.0.0",
				"colors": "1.1.2",
				"commitizen": "2.9.6",
				"coveralls": "3.0.0",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"danger": "1.1.0",
				"dependency-cruiser": "2.13.0",
				"doctoc": "1.3.0",
				"escape-string-regexp": "1.0.5",
				"esdoc": "0.4.7",
				"eslint": "4.17.0",
				"fs-extra": "5.0.0",
				"get-folder-size": "1.0.1",
				"glob": "7.1.2",
				"gm": "1.23.1",
				"google-closure-compiler-js": "20170218.0.0",
				"gzip-size": "4.1.0",
				"http-server": "0.11.1",
				"husky": "0.14.3",
				"klaw-sync": "3.0.2",
				"lint-staged": "3.2.5",
				"lodash": "4.17.5",
				"markdown-doctest": "0.9.1",
				"minimist": "1.2.0",
				"mkdirp": "0.5.1",
				"mocha": "5.0.0",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "4.1.2",
				"nyc": "11.4.1",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"promise": "8.0.1",
				"protractor": "3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"rx": "latest",
				"rxjs": "^5.5.7",
				"shx": "0.2.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"symbol-observable": "1.0.1",
				"systemjs": "^0.21.0",
				"ts-node": "5.0.1",
				"tsconfig-paths": "3.2.0",
				"tslint": "5.9.1",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typescript": "~2.8.1",
				"validate-commit-msg": "2.14.0",
				"webpack": "1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"ng-update": {
				"migrations": "./migrations/collection.json"
			},
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"_id": "rxjs@6.0.0",
			"_npmVersion": "5.8.0",
			"_nodeVersion": "7.7.2",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-2MgLQr1zvks8+Kip4T6hcJdiBhV+SIvxguoWjhwtSpNPTp/5e09HJbgclCwR/nW0yWzhubM+6Q0prl8G5RuoBA==",
				"shasum": "d647e029b5854617f994c82fe57a4c6747b352da",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0.tgz",
				"fileCount": 3539,
				"unpackedSize": 6040243,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa37pZCRA9TVsSAnZWagAA2V4P+wW6ArAYulnBSnfohJBH\neOknDXff7enZpwCPVLtmcE6epDyonKdsnqwdINmvEzvMg1oFHx7KCOPUnbUM\nQE783vZbn1xRGW03XyjWirAPuTCkBPeegFLK0h66qcd+Ea0BdcrHXOm7qIrC\n3Cpr5LJsoUYmjnyNpLr3MlsT1qSB/F18KsqP9h9jWPjqQVAZPBOjTGZaRB0j\neTNu1hN6AX0oJyRwplstEzuP9HdEA1+e6fsdA+pLP9lpK45CT/9UMHZIhBvq\nQNcoNSK7zS8grsEZuor0rIdiyu+A6SiKZWi+4y+lRVIM+jQNNtEYgy8xcjaW\nrjp4jOhDRTHLD93Is4TU2hies6OsfnfDGHkz+qUXm5YPYIVfSPAGIzhPlqf+\nq1VOgoTWy/Z4q20bRioGEqvymwKknlWZ5FAwp/YKVgKnDpvDRvV0LCozNS2S\nyHSLwzyooKLARVs0Fxrfx//cDBzoaT83tAFJgzGaEkkDegpp2oxhyBE+FqA2\nuJZJKQvAtHmyreC/4FUOmVGVLzj8AHyMXw9/ULtIfeH1487ocDEI89jPmqEV\nA+qePhcXKpTLmaGEw8de+JQFAEbMevEFYJ1/HX7GBIAvjLNcCFajljlmzSgM\n/sEJG8eE0U16OHnd67y1F7Udv79c5SUBLt/XtfXp1/9p+7AXbGIa1m2OhGL/\ngI3U\r\n=ij9/\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_6.0.0_1524611672772_0.9686138282745147"
			},
			"_hasShrinkwrap": false
		},
		"6.1.0": {
			"name": "rxjs",
			"version": "6.1.0",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"nyc": {
				"include": [
					"src/*.ts",
					"src/**/*.ts"
				],
				"exclude": [
					"node_modules",
					"dist",
					"*.d.ts",
					"src/**/MiscJSDoc.ts"
				],
				"extension": [
					".ts"
				],
				"reporter": [
					"html"
				],
				"all": true
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@angular-devkit/schematics": "^0.5.4",
				"@types/chai": "4.1.2",
				"@types/lodash": "4.14.102",
				"@types/mocha": "2.2.48",
				"@types/node": "9.4.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"@types/source-map": "^0.5.2",
				"babel-polyfill": "6.26.0",
				"benchmark": "2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "4.1.2",
				"color": "3.0.0",
				"colors": "1.1.2",
				"commitizen": "2.9.6",
				"coveralls": "3.0.0",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"danger": "1.1.0",
				"dependency-cruiser": "2.13.0",
				"doctoc": "1.3.0",
				"escape-string-regexp": "1.0.5",
				"esdoc": "0.4.7",
				"eslint": "4.17.0",
				"fs-extra": "5.0.0",
				"get-folder-size": "1.0.1",
				"glob": "7.1.2",
				"gm": "1.23.1",
				"google-closure-compiler-js": "20170218.0.0",
				"gzip-size": "4.1.0",
				"http-server": "0.11.1",
				"husky": "0.14.3",
				"klaw-sync": "3.0.2",
				"lint-staged": "3.2.5",
				"lodash": "4.17.5",
				"markdown-doctest": "0.9.1",
				"minimist": "1.2.0",
				"mkdirp": "0.5.1",
				"mocha": "5.0.0",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "4.1.2",
				"nyc": "11.4.1",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"promise": "8.0.1",
				"protractor": "3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"rx": "latest",
				"rxjs": "^5.5.7",
				"shx": "0.2.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"symbol-observable": "1.0.1",
				"systemjs": "^0.21.0",
				"ts-node": "5.0.1",
				"tsconfig-paths": "3.2.0",
				"tslint": "5.9.1",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typescript": "~2.8.1",
				"validate-commit-msg": "2.14.0",
				"webpack": "1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"ng-update": {
				"migrations": "./migrations/collection.json"
			},
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"_id": "rxjs@6.1.0",
			"_npmVersion": "6.0.0",
			"_nodeVersion": "8.11.1",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-lMZdl6xbHJCSb5lmnb6nOhsoBVCyoDC5LDJQK9WWyq+tsI7KnlDIZ0r0AZAlBpRPLbwQA9kzSBAZwNIZEZ+hcw==",
				"shasum": "833447de4e4f6427b9cec3e5eb9f56415cd28315",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-6.1.0.tgz",
				"fileCount": 3547,
				"unpackedSize": 6047369,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa61HbCRA9TVsSAnZWagAA4nQP/1sB8nR7tTdqfyaMLu60\nzcf92Tk8txO0DKCdJrN2Z9BHlIYCkgE9s2pNxZP8ooQSE7v4thdyOoJFlT32\nDOyXiGPzgSTncsedhLAHiJWlfqDnXCy61w0yC4/CDb/TkC3uo6Mc0owMQQDX\ncqaXF1T2DNIByCUbzsktRd2HkoqOgzoPRpDKmu0ZQsg7H9uspTWEf3Llh2Q3\nRyIgK9T5quqmOvna0DEZjI2wL+/MwEg46ETyjgZEHQAiRGugzKM2sfgCWxn5\nuoiMUmDrPUaT4rwNi/iTGbERr9rNHkaKAQ/Ri9EjPAiA34yHyHkyohM4mPJs\nrrKYdT5qTY4+R+6T+DEUV0248eVLdhYTrPucItNFRHQVDK8QPWHYgvKFXWzl\nPdpLiovRyrWGtzMeaPw7QByqwF77aqkVm4GpQ2XjDSm7Jza9e0KrwJh4YHWp\n/rVeBl3ob7Uz48BEtKL8W0NlI722LGWRUtQmdnWwD7iwTTdn1CGK88sroEie\nXhUhy9+wUElDdmvMCGs165/dvYAV4P+U3zFnVijLuX6+ew+CyQCF1xrypWNU\nmTr1fmq7EpefxELvlsNnfrfE2oF+vHBrEjj6k0Kp8RyaaeZfQsSquQxhwWIg\nGam5i1yU3k9o76H7AldTje7cGOQPM2yBrVsJ8ybE6az0MFUJ+6h4bZbLY+hX\nmG97\r\n=ZZY9\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_6.1.0_1525371353932_0.5736636289897594"
			},
			"_hasShrinkwrap": false
		},
		"6.2.0": {
			"name": "rxjs",
			"version": "6.2.0",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"nyc": {
				"include": [
					"src/*.ts",
					"src/**/*.ts"
				],
				"exclude": [
					"node_modules",
					"dist",
					"*.d.ts",
					"src/**/MiscJSDoc.ts"
				],
				"extension": [
					".ts"
				],
				"reporter": [
					"html"
				],
				"all": true
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@angular-devkit/schematics": "^0.5.4",
				"@types/chai": "4.1.2",
				"@types/lodash": "4.14.102",
				"@types/mocha": "2.2.48",
				"@types/node": "9.4.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"@types/source-map": "^0.5.2",
				"babel-polyfill": "6.26.0",
				"benchmark": "2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "4.1.2",
				"color": "3.0.0",
				"colors": "1.1.2",
				"commitizen": "2.9.6",
				"coveralls": "3.0.0",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"danger": "1.1.0",
				"dependency-cruiser": "2.13.0",
				"doctoc": "1.3.0",
				"escape-string-regexp": "1.0.5",
				"esdoc": "0.4.7",
				"eslint": "4.17.0",
				"fs-extra": "5.0.0",
				"get-folder-size": "1.0.1",
				"glob": "7.1.2",
				"gm": "1.23.1",
				"google-closure-compiler-js": "20170218.0.0",
				"gzip-size": "4.1.0",
				"http-server": "0.11.1",
				"husky": "0.14.3",
				"klaw-sync": "3.0.2",
				"lint-staged": "3.2.5",
				"lodash": "4.17.5",
				"markdown-doctest": "0.9.1",
				"minimist": "1.2.0",
				"mkdirp": "0.5.1",
				"mocha": "5.0.0",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "4.1.2",
				"nyc": "11.4.1",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"promise": "8.0.1",
				"protractor": "3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"rx": "latest",
				"rxjs": "^5.5.7",
				"shx": "0.2.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"symbol-observable": "1.0.1",
				"systemjs": "^0.21.0",
				"ts-node": "5.0.1",
				"tsconfig-paths": "3.2.0",
				"tslint": "5.9.1",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typescript": "~2.8.1",
				"validate-commit-msg": "2.14.0",
				"webpack": "1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"ng-update": {
				"migrations": "./migrations/collection.json"
			},
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"_id": "rxjs@6.2.0",
			"_npmVersion": "6.0.0",
			"_nodeVersion": "10.0.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-qBzf5uu6eOKiCZuAE0SgZ0/Qp+l54oeVxFfC2t+mJ2SFI6IB8gmMdJHs5DUMu5kqifqcCtsKS2XHjhZu6RKvAw==",
				"shasum": "e024d0e180b72756a83c2aaea8f25423751ba978",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-6.2.0.tgz",
				"fileCount": 3555,
				"unpackedSize": 6060687,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbA6IUCRA9TVsSAnZWagAAOvkQAJRXUwG1RhZ5DlH2pyzI\nOVGcYokv0pcTiPD1m+fTidNjYj4nBZkBA+WrlsGVz9QR0g+0cz7yWqS0wmHj\n2+neUU2q2x/VZnWiRf+5gZ+OMOoPcrUlES4wifvOC/JP4bDS2a2gCv1G7Msz\ncpG40Dcpu4dpn7rfo9cGbkl6smpFatlC8e0yWbdP/qGmR2AhsWwWAhc9/6Sa\nE/cldVuytFpVWNYCjNZZNNV8hIgeYJmzgZjX8xyGlk3TJbG+AggWpmpQwBZS\nlpttXYPtshbZdWpOJwsGM4JNxa9tU4QvDcVb9tn0PgSrxO/BptXukXzWkW3P\nnVcQUQLspang6pqPdc3dKsNCBs+qRRfdxy3mHQJJizBunXHMmMYXeKpxxScp\nwoVxUTJxpKZp8PHpuiOQ+edeXH3FFUlLtUge+ACJ1rnUy/T19D+l5BBTxqV9\nJyUjO4rxh+H1mwJ2tccZB9P7zUOQf5iozoiPV3UyLow/Ap+8UhPcycBdMzsz\nXpeTT1XIewbLq8XOI4TYc4e6TDBC5uVe4XIgVGYOHmaFxwzXTC2CE7PZQg9p\ncYxy0I1OzY5dGUx3+o/OpmCLoMw1nv4K72CdUGA7JsZOykOGTbX7/Q44SGLa\nFz4R2KC+KDvETRgDyuaxOQv7cZvHRS7GG/lOm3j5cGb2Tn6kGgm+kavlM81V\n/jRX\r\n=X7sH\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_6.2.0_1526964754460_0.6653901023965387"
			},
			"_hasShrinkwrap": false
		},
		"5.5.11": {
			"name": "rxjs",
			"version": "5.5.11",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.0.24",
				"babel-polyfill": "^6.23.0",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"danger": "^1.1.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^2.1.2",
				"get-folder-size": "^1.0.0",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20170218.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"husky": "^0.13.3",
				"klaw-sync": "^3.0.0",
				"lint-staged": "3.2.5",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.9.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^4.0.2",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^10.2.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "^2.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rx": "latest",
				"rxjs": "latest",
				"shx": "^0.2.2",
				"sinon": "^2.1.0",
				"sinon-chai": "^2.9.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.5.0",
				"tslint": "^4.4.2",
				"typescript": "~2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.14.0",
				"watch": "^1.0.1",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./Rx.d.ts",
			"dependencies": {
				"symbol-observable": "1.0.1"
			},
			"_id": "rxjs@5.5.11",
			"_npmVersion": "6.0.0",
			"_nodeVersion": "10.0.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-3bjO7UwWfA2CV7lmwYMBzj4fQ6Cq+ftHc2MvUe+WMS7wcdJ1LosDWmdjPQanYp2dBRj572p7PeU81JUxHKOcBA==",
				"shasum": "f733027ca43e3bec6b994473be4ab98ad43ced87",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.11.tgz",
				"fileCount": 3661,
				"unpackedSize": 8878409,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbA6TkCRA9TVsSAnZWagAANysP/iiZFBkI1ucqsjlI0AE9\nmzN+SNx1cy6SR5yGQrdqprtB8j6G38xKltR1O9cwczDv9tEEmaaeyUqaH/fz\nPE1rCgKDBsj2q4sBNVZHazST5TEANi0yU/GGhBrdhbDR4Sx0PGNyBkk9qZav\neuvkBV9yjG91ZUnoGwz95jdwLMdn8gvdvknfKOTgpRf7NA5YeTC/cU8xjXnu\nO3OQw41rrBkBpl0M+Kha/X+Lggt1gfALYLd8Sz+e/0ZGAsQRLGHeRyUbsLDy\nIOml+sRCrDp9b2QijdFXFvumnCQD2iECuHt4MuR238y395NM7uvCX6Je5viE\n3vSTpk56MQSAkQ7dvG/gywZzcx8vHJIY34LX7YucW9ASy3MvEsc3g2DDDTsU\nol4xT1n75vG3414YETBNYXIx9B+57yUexoz4SdbyN5gH9vjA4ifjljpYn3ez\nTv31D3aD7fkeLWg9Vvxa7MNhQNni83dlcv+IAyrCnpDrW+YD9F3VI91M8ycm\n82bClvGBl5yyjGelHssfx/y+vcz4uBxJUPzVTl84rPerS/gvyjymsIux//UV\nwfZU+fCntS38L5OVgVkndg2qhxha0KrBHXf9YGAYropCSZfCFoGNoareYaAP\nkGIb1oRuRJ3rqJAVIGp3LqS7sakcja33uIBSNVi7RTybHzqKNCjX9bXWP/Dl\niR6m\r\n=5Tlv\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_5.5.11_1526965475613_0.31759457206762387"
			},
			"_hasShrinkwrap": false
		},
		"5.6.0-forward-compat.5": {
			"name": "rxjs",
			"version": "5.6.0-forward-compat.5",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.0.24",
				"babel-polyfill": "^6.23.0",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"danger": "^1.1.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^2.1.2",
				"get-folder-size": "^1.0.0",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20170218.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"husky": "^0.13.3",
				"klaw-sync": "^3.0.0",
				"lint-staged": "3.2.5",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.9.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^4.0.2",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^10.2.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "^2.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rx": "latest",
				"rxjs": "latest",
				"shx": "^0.2.2",
				"sinon": "^2.1.0",
				"sinon-chai": "^2.9.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.5.0",
				"tslint": "^4.4.2",
				"typescript": "~2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.14.0",
				"watch": "^1.0.1",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"dependencies": {
				"symbol-observable": "1.0.1"
			},
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"readmeFilename": "README.md",
			"_id": "rxjs@5.6.0-forward-compat.5",
			"_npmVersion": "6.0.0",
			"_nodeVersion": "10.0.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-CJ9UIV5LlcyGhKWOVvZa4PcVbJJbGNcTunG29cflNo+Y2jAZgvMdZVl4xwYNiYK5gmley/0QuAFVJ0M4GO+GNQ==",
				"shasum": "b804784be4209eb34ca43b648062f343ae640f48",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.6.0-forward-compat.5.tgz",
				"fileCount": 3725,
				"unpackedSize": 8947210,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbA6XcCRA9TVsSAnZWagAAK5EP/jP6AYdfjtkvEMobX0Lw\nQ0LM/FVv/FvqoDcF05SlfIz5b+8S/VJitXqfHdUVdOJMXj8tFa4RY+Ldx27y\nvC3QKX9ludEztcw6hXdxwvtbIYmi2LCSzKGrdAUvdFUwSzDcn0uIqPsB44mK\nCjyWWi/dt/rGEOB00q56nMSo2qZQmBz2a/I3p2UbGVFx2PV9vW7XqNwoUhCg\npkHVi1XisQ7xbKU0TqjpvyaVVp05BcIKydAl8c4JK1RkbfHFtHWvaZ9YhiTe\nZ3tPeV+HF56yK08h/l8pBcno2cNtpljA8OLr0mShPyziheglBI2wAUrySK5H\nXbJ8OB3UdeZRR4HkBvnI2oOdCXxhhWRfUXgtLFS/fK/t93bGpFO+RlT0CROz\n6ECYtdwzGvD9iXkg5AvGGp8b27wkw1LSGmS/m7hgzcX+W54LUCxET1xsm8QJ\nnWixdgtcuPEtkpF/LkfMD9GQAYeiMhivtFCWFKHoWc3/isaeul37/990goTw\nIoX92LA1PD2slcr1lIUyCkbrgkkzBKQPQatVee2MHI2wMIorItiOEuxkDROn\nDzCwGtdVc/u4hFqJRaI0dunt10aifFxemfwIVesficu2JMcJpw9P5DZafn3z\nK8Rz6CgBCNAkyy8tOKc3bvnEXdhJSq/+ws/pueZdAplSYxeVtGd7e7bvXBo/\nhB8X\r\n=L3uj\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_5.6.0-forward-compat.5_1526965723632_0.21181616758970656"
			},
			"_hasShrinkwrap": false
		},
		"6.2.1": {
			"name": "rxjs",
			"version": "6.2.1",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"nyc": {
				"include": [
					"src/*.ts",
					"src/**/*.ts"
				],
				"exclude": [
					"node_modules",
					"dist",
					"*.d.ts",
					"src/**/MiscJSDoc.ts"
				],
				"extension": [
					".ts"
				],
				"reporter": [
					"html"
				],
				"all": true
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/reactivex/rxjs.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@angular-devkit/schematics": "^0.5.4",
				"@types/chai": "4.1.2",
				"@types/lodash": "4.14.102",
				"@types/mocha": "2.2.48",
				"@types/node": "9.4.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"@types/source-map": "^0.5.2",
				"babel-polyfill": "6.26.0",
				"benchmark": "2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "4.1.2",
				"color": "3.0.0",
				"colors": "1.1.2",
				"commitizen": "2.9.6",
				"coveralls": "3.0.0",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"danger": "1.1.0",
				"dependency-cruiser": "2.13.0",
				"doctoc": "1.3.0",
				"escape-string-regexp": "1.0.5",
				"esdoc": "0.4.7",
				"eslint": "4.17.0",
				"fs-extra": "5.0.0",
				"get-folder-size": "1.0.1",
				"glob": "7.1.2",
				"gm": "1.23.1",
				"google-closure-compiler-js": "20170218.0.0",
				"gzip-size": "4.1.0",
				"http-server": "0.11.1",
				"husky": "0.14.3",
				"klaw-sync": "3.0.2",
				"lint-staged": "7.1.1",
				"lodash": "4.17.5",
				"markdown-doctest": "0.9.1",
				"minimist": "1.2.0",
				"mkdirp": "0.5.1",
				"mocha": "5.0.0",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "4.1.2",
				"nyc": "11.4.1",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"promise": "8.0.1",
				"protractor": "3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"rx": "latest",
				"rxjs": "^5.5.7",
				"shx": "0.2.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"symbol-observable": "1.0.1",
				"systemjs": "^0.21.0",
				"ts-node": "6.1.0",
				"tsconfig-paths": "3.2.0",
				"tslint": "5.9.1",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typescript": "~2.8.1",
				"validate-commit-msg": "2.14.0",
				"webpack": "1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"ng-update": {
				"migrations": "./migrations/collection.json"
			},
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"_id": "rxjs@6.2.1",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "8.11.2",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-OwMxHxmnmHTUpgO+V7dZChf3Tixf4ih95cmXjzzadULziVl/FKhHScGLj4goEw9weePVOH2Q0+GcCBUhKCZc/g==",
				"shasum": "246cebec189a6cbc143a3ef9f62d6f4c91813ca1",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-6.2.1.tgz",
				"fileCount": 3555,
				"unpackedSize": 4778064,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbH/0gCRA9TVsSAnZWagAAc58P/37hvyPABj+mqBs3723+\n7wIrfeCvIVOz5cexwv3bgoZBkgADVDmQX0BLKmthsRETB6O+TX4ot2teZIho\nClqv507jgyLPjU6P9yh7DQ4nTb4X2ksAXIr29dAoYd8RcbQU6YinvHICqLZE\nfta7+Tdnis2+TgCjDuWl6F75ZaGC48oZc06sj+Uom++3XTdfg/zFszGdIcsS\n3udhtvTn9lduQ0Bhu62NAaSSLBDG4MF6nCMoIh2tneW0lQ2iV4Xut4mzJpLI\ns2v/6TU2QZgysmivGm0+7dydqlKd/jQJCoCRLeUdB9oU6TyHNy+euBDuWVtM\nIOqM81eftLio9HJ7uzksES3tK4H1sMJpDUYvD1vhm63wFu1Y2CEYHiMp5lCD\nY/Ue5pTMAXTnMdLvTnAgIbArVJ4y6q9LmdEk99Y/Kv6LprfSyD6fOgJ0HZGt\nxy/kkD2C4hRW8LhdgRWMw5BBMVrZ8rKuojJRRV0BXNeMKYCd6ijk4N42sj3D\nG5xGTWcSRqORNRvGhtoawvoKW+8+KgPb5o1HUsbhg2d3eQz8YJyMRYB4xyRp\nOMfXd7qvijGUqm6JgvLhwDle8VZjgX/f2Tf+qSFCJD/29j0v7yBTN8WeRb4U\n6D/6t0obMGQIuLzoIVWy9LtLFwOPGdAJVl9YGCrfHIECtGhMPzQ11FTXBwU0\nZ9n6\r\n=HQqw\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_6.2.1_1528823071092_0.5941112170909646"
			},
			"_hasShrinkwrap": false
		},
		"6.2.2": {
			"name": "rxjs",
			"version": "6.2.2",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"nyc": {
				"include": [
					"src/*.ts",
					"src/**/*.ts"
				],
				"exclude": [
					"node_modules",
					"dist",
					"*.d.ts",
					"src/**/MiscJSDoc.ts"
				],
				"extension": [
					".ts"
				],
				"reporter": [
					"html"
				],
				"all": true
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/reactivex/rxjs.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@angular-devkit/schematics": "^0.5.4",
				"@types/chai": "4.1.2",
				"@types/lodash": "4.14.102",
				"@types/mocha": "2.2.48",
				"@types/node": "9.4.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"@types/source-map": "^0.5.2",
				"babel-polyfill": "6.26.0",
				"benchmark": "2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "4.1.2",
				"color": "3.0.0",
				"colors": "1.1.2",
				"commitizen": "2.9.6",
				"coveralls": "3.0.0",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"danger": "1.1.0",
				"dependency-cruiser": "2.13.0",
				"doctoc": "1.3.0",
				"escape-string-regexp": "1.0.5",
				"esdoc": "0.4.7",
				"eslint": "4.17.0",
				"fs-extra": "5.0.0",
				"get-folder-size": "1.0.1",
				"glob": "7.1.2",
				"gm": "1.23.1",
				"google-closure-compiler-js": "20170218.0.0",
				"gzip-size": "4.1.0",
				"http-server": "0.11.1",
				"husky": "0.14.3",
				"klaw-sync": "3.0.2",
				"lint-staged": "7.1.1",
				"lodash": "4.17.5",
				"markdown-doctest": "0.9.1",
				"minimist": "1.2.0",
				"mkdirp": "0.5.1",
				"mocha": "5.0.0",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "4.1.2",
				"nyc": "11.4.1",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"promise": "8.0.1",
				"protractor": "3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"rx": "latest",
				"rxjs": "^5.5.7",
				"shx": "0.2.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"symbol-observable": "1.0.1",
				"systemjs": "^0.21.0",
				"ts-node": "6.1.0",
				"tsconfig-paths": "3.2.0",
				"tslint": "5.9.1",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typescript": "~2.8.1",
				"validate-commit-msg": "2.14.0",
				"webpack": "1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"ng-update": {
				"migrations": "./migrations/collection.json"
			},
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"_id": "rxjs@6.2.2",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "8.11.3",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-0MI8+mkKAXZUF9vMrEoPnaoHkfzBPP4IGwUYRJhIRJF6/w3uByO1e91bEHn8zd43RdkTMKiooYKmwz7RH6zfOQ==",
				"shasum": "eb75fa3c186ff5289907d06483a77884586e1cf9",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-6.2.2.tgz",
				"fileCount": 3555,
				"unpackedSize": 4776745,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbSSHWCRA9TVsSAnZWagAABFkP/ihYS+oOjttSxpGWBeAs\nWPjKyfqD1971tJhug2OTwUuQHaibdlc8bTLdfIsQtm+wZR3sAjoh0Wql9H0k\naysdWuAqBhiVmE69qOaMBwgsIM6Scl8zcl5ZmcTveUCcPfA2P1aCl3iJ+yMo\nensIZfB4U5T5xYIFTYQW9Y5pNF64qbKsf99QEuUEG4Wc1zNHj0Cbcimx457u\nsJD3vkCYITj9MBBAdcwppJVMpVomxWyZW6Q+OCiPu0NG9YZtD2hooNBIFdg7\nXiVCezmzTLZPwKwwAycNKgEm7muXm/yOuIkFDY04yLAGU6eKYwu9CruvuObl\nmGMcrZsLLkQbqd0+nZOej0lARGHEfc9r7bqhuYeyGDFd7WAkC9+GpPX7Rvt1\nmJMOnfg7UjjEDK+ICVJVMmaztps3mhxQf5p4wQd7tiz6D71Ti8xF0/MeXoQ7\nu1CXmYsS6Axt+3xbAaDjQ8FwthzJgy8pmT2x47tIUECM17s9Blbbans/XzZQ\nA9DgGfYkdijvsZ5VHX1y8ymzhWh0NCN4+5/uRJhn7bskvZJutmQrHzVdxSrC\nuLoSIjl0wraMhHmX0jbbfwSpSq7oiuFzz3LIeCfrv1/ELfNdUTF2pkFTtc8x\nkm/AkjSiY1Yh9LBmsFXCjZgp1GK7Qzmi6xuoU2zIaNvmbNIXKGqeRqVE+j0Q\ngPVp\r\n=lfkA\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_6.2.2_1531519445956_0.5990980787106583"
			},
			"_hasShrinkwrap": false
		},
		"6.3.0": {
			"name": "rxjs",
			"version": "6.3.0",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"nyc": {
				"include": [
					"src/*.ts",
					"src/**/*.ts"
				],
				"exclude": [
					"node_modules",
					"dist",
					"*.d.ts",
					"src/**/MiscJSDoc.ts"
				],
				"extension": [
					".ts"
				],
				"reporter": [
					"html"
				],
				"all": true
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/reactivex/rxjs.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@angular-devkit/schematics": "^0.5.4",
				"@types/chai": "4.1.2",
				"@types/lodash": "4.14.102",
				"@types/mocha": "2.2.48",
				"@types/node": "9.4.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"@types/source-map": "^0.5.2",
				"babel-polyfill": "6.26.0",
				"benchmark": "2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "4.1.2",
				"color": "3.0.0",
				"colors": "1.1.2",
				"commitizen": "2.9.6",
				"coveralls": "3.0.0",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"danger": "1.1.0",
				"dependency-cruiser": "2.13.0",
				"doctoc": "1.3.0",
				"dtslint": "0.3.0",
				"escape-string-regexp": "1.0.5",
				"esdoc": "0.4.7",
				"eslint": "4.17.0",
				"fs-extra": "5.0.0",
				"get-folder-size": "1.0.1",
				"glob": "7.1.2",
				"gm": "1.23.1",
				"google-closure-compiler-js": "20170218.0.0",
				"gzip-size": "4.1.0",
				"http-server": "0.11.1",
				"husky": "0.14.3",
				"klaw-sync": "3.0.2",
				"lint-staged": "7.1.1",
				"lodash": "4.17.5",
				"markdown-doctest": "0.9.1",
				"minimist": "1.2.0",
				"mkdirp": "0.5.1",
				"mocha": "5.0.0",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "4.1.2",
				"nyc": "11.4.1",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"promise": "8.0.1",
				"protractor": "3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-alias": "1.4.0",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"rx": "latest",
				"rxjs": "^5.5.7",
				"shx": "0.2.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"symbol-observable": "1.0.1",
				"systemjs": "^0.21.0",
				"ts-node": "6.1.0",
				"tsconfig-paths": "3.2.0",
				"tslint": "5.9.1",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typescript": "^3.0.1",
				"validate-commit-msg": "2.14.0",
				"webpack": "1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"ng-update": {
				"migrations": "./migrations/collection.json"
			},
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"_id": "rxjs@6.3.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.11.4",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-ZnwuEquf72mnVORgX75eZCAKNNwulmKQuFxDPwDA5EvbkBXeRNJtmvhyVLcPcKkdiUtqqv+LbBM8jYo0eBW++w==",
				"shasum": "e55b05ad4bdf351db4b45756638dfa368260a8a3",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-6.3.0.tgz",
				"fileCount": 3555,
				"unpackedSize": 4866310,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbiAPuCRA9TVsSAnZWagAAHnMP/1eWsgPCxE+dV8Y1qoYd\ndyN42hms8HdP1grH3QHL86Tw3vBkR1KkkhEKNZ8sGDJznPECCCpeS3oD9FYR\n6ymJ1GLZghCLFLILHp8F6tcclb/IdFhRFvao3zPNFXipLoBAzyAqKIyw6itF\nHuUot2WFGHybLtR09iI/9aHWfKtVwTE2+bOgxZzxpZkvRlNx+Uda/slKcPIQ\n4YUy7e/+Aff9vs0AVrRIJCVyGPAad2lD704+VqEl0OlRWhoxQpyfo3EoZSqr\nEp4R+RdMkZSwX9xWARvKec/i1FIeTtM81gnF3JrkaPwMQhzvomweXDmsbrQc\n6BK1fIHicxhGcTHx00x1jk9bKb6nug7pVIvlfAnout/qZrwl2eX04vv23uig\nyhSPB9SI//m9Yrrqcvu8Hk3JZpE5DZO2pqD6/2P9qRu4IBhqwVn2fm1ou73h\nxWrjjX5FnXklZ1FYunyf0P3M77Y+vHDeD1t/4FJc51tSm8xz91gqNrbnWou6\n7hCDm6dDHbHzfoMXaYe/JrYl2JJY30vrrKe+1oA3PWn2oxNrKj8KSBSbH8yB\nFs8NE3FqrixYX7Uy+4yxQjuetNwSadOOrveZp2W8xmCJPyL2BDp+wHiKbtIt\nLvXURDpOf4pMvr2td/YLvZkPIjMhR3TmKEluSijeko8pgLkTbameu7KUz7MR\n1NQ4\r\n=IMWC\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_6.3.0_1535640557450_0.4694119788963904"
			},
			"_hasShrinkwrap": false
		},
		"5.5.12": {
			"name": "rxjs",
			"version": "5.5.12",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./Rx.js",
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts-info": {
				"info": "List available script",
				"build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
				"build_cjs": "Build CJS package with clean up existing build",
				"build_esm5": "Build ESM/ES5 package with clean up existing build",
				"build_esm2015": "Build ESM/ES2015 package with clean up existing build",
				"build_closure_core": "Minify Global core build using closure compiler",
				"build_global": "Build Global package, then minify build",
				"build_perf": "Build CJS & Global build, run macro performance test",
				"build_test": "Build CJS package & test spec, execute mocha test runner",
				"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
				"build_docs": "Build ESM2015 & global package, create documentation using it",
				"build_spec": "Build test specs",
				"check_circular_dependencies": "Check codebase has circular dependencies",
				"clean_spec": "Clean up existing test spec build output",
				"clean_dist_cjs": "Clean up existing CJS package output",
				"clean_dist_esm5": "Clean up existing ESM/ES5 package output",
				"clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
				"clean_dist_global": "Clean up existing Global package output",
				"commit": "Run git commit wizard",
				"compile_dist_cjs": "Compile codebase into CJS module",
				"compile_module_esm5": "Compile codebase into ESM/ES5",
				"compile_dist_esm2015": "Compile codebase into ESM/ES2015",
				"cover": "Execute test coverage",
				"lint_perf": "Run lint against performance test suite",
				"lint_spec": "Run lint against test spec",
				"lint_src": "Run lint against source",
				"lint": "Run lint against everything",
				"perf": "Run macro performance benchmark",
				"perf_micro": "Run micro performance benchmark",
				"test_mocha": "Execute mocha test runner against existing test spec build",
				"test_browser": "Execute mocha test runner on browser against existing test spec build",
				"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
				"tests2png": "Generate marble diagram image from test spec",
				"watch": "Watch codebase, trigger compile when source code changes"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.0.24",
				"babel-polyfill": "^6.23.0",
				"benchmark": "^2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "^3.5.0",
				"color": "^0.11.1",
				"colors": "1.1.2",
				"commitizen": "^2.8.6",
				"coveralls": "^2.11.13",
				"cz-conventional-changelog": "^1.2.0",
				"danger": "^1.1.0",
				"doctoc": "^1.0.0",
				"escape-string-regexp": "^1.0.5 ",
				"esdoc": "^0.4.7",
				"eslint": "^3.8.0",
				"fs-extra": "^2.1.2",
				"get-folder-size": "^1.0.0",
				"glob": "^7.0.3",
				"gm": "^1.22.0",
				"google-closure-compiler-js": "^20170218.0.0",
				"gzip-size": "^3.0.0",
				"http-server": "^0.9.0",
				"husky": "^0.13.3",
				"klaw-sync": "^3.0.0",
				"lint-staged": "3.2.5",
				"lodash": "^4.15.0",
				"madge": "^1.4.3",
				"markdown-doctest": "^0.9.1",
				"minimist": "^1.2.0",
				"mkdirp": "^0.5.1",
				"mocha": "^3.0.2",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "^4.0.2",
				"npm-scripts-info": "^0.3.4",
				"nyc": "^10.2.0",
				"opn-cli": "^3.1.0",
				"platform": "^1.3.1",
				"promise": "^7.1.1",
				"protractor": "^3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-inject": "^2.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rx": "latest",
				"rxjs": "latest",
				"shx": "^0.2.2",
				"sinon": "^2.1.0",
				"sinon-chai": "^2.9.0",
				"source-map-support": "^0.4.0",
				"tslib": "^1.5.0",
				"tslint": "^4.4.2",
				"typescript": "~2.0.6",
				"typings": "^2.0.0",
				"validate-commit-msg": "^2.14.0",
				"watch": "^1.0.1",
				"webpack": "^1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./Rx.d.ts",
			"dependencies": {
				"symbol-observable": "1.0.1"
			},
			"_id": "rxjs@5.5.12",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.11.4",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-xx2itnL5sBbqeeiVgNPVuQQ1nC8Jp2WfNJhXWHmElW9YmrpS9UVnNzhP3EH3HFqexO5Tlp8GhYY+WEcqcVMvGw==",
				"shasum": "6fa61b8a77c3d793dbaf270bee2f43f652d741cc",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.12.tgz",
				"fileCount": 3661,
				"unpackedSize": 8886442,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbiAbTCRA9TVsSAnZWagAAQkIP/jMZLvQIYpMtUYrPmenK\njH9TRH1lF0uIM/Z6z7a/t2BF+FwyCI98ck/QdJviZLwZ5wzVraCOZnkO98H3\nJ/RLpLoI1GdUJ+SBLpOdKS9nWYrR3a49HmsookK28gwddDQW4wXX5tIMcqAh\nWCIlUuWz9+KOYZGWLdF2rNUoUMhCsUqFXnvAdCs65rWo6nsMmEsXiLTidsN+\nDaAeVAeU9PAfLOyze5pxqTAtQx7FA4e0YU6C2gGGwNCQwyXW0JD2lE+OGQFc\n6n+wn+m22DyDR+w8Y2deGYWXk7rmtv574mqPp7vsDMMjNCg1NamYIW71hpqv\nnMwnlnZarBlKZ3jdInj01ecgFsRTJN0FVMGGLilE3ba2+brX1Bptj/lstol2\nyUKy0KP/uuFfED3Dj0ghy7IlxDxOtKmbJmNdInUMpLO6sG++t9m/E58ZsH1j\n9eZc2fT43GMk6djXpeE/uRvo8dQ/E6v62OUbSr7v0m7uLWEqc1qp7mWYWLxF\ny+8lgrqX4Axslk5kwvbDmIeSQqNy9noJfUGTKJihuTwS0ZnsoONDxO68KPLu\nLZ5MMb/fIJhpqSoq9DyUy5Q/5VmNkptnFEU1aPPhU54xUQQpZTFQHZg9Pmyh\n5jpZf/aMbTiCGn130AxM/27FQ+pQHhbdjnenz7T+LfCQYzCCmShyoA4XkF53\nlXEt\r\n=VIEk\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_5.5.12_1535641298870_0.48956213865156917"
			},
			"_hasShrinkwrap": false
		},
		"6.3.1": {
			"name": "rxjs",
			"version": "6.3.1",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"nyc": {
				"include": [
					"src/*.ts",
					"src/**/*.ts"
				],
				"exclude": [
					"node_modules",
					"dist",
					"*.d.ts",
					"src/**/MiscJSDoc.ts"
				],
				"extension": [
					".ts"
				],
				"reporter": [
					"html"
				],
				"all": true
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/reactivex/rxjs.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@angular-devkit/schematics": "^0.5.4",
				"@types/chai": "4.1.2",
				"@types/lodash": "4.14.102",
				"@types/mocha": "2.2.48",
				"@types/node": "9.4.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"@types/source-map": "^0.5.2",
				"babel-polyfill": "6.26.0",
				"benchmark": "2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "4.1.2",
				"color": "3.0.0",
				"colors": "1.1.2",
				"commitizen": "2.9.6",
				"coveralls": "3.0.0",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"danger": "1.1.0",
				"dependency-cruiser": "2.13.0",
				"doctoc": "1.3.0",
				"dtslint": "0.3.0",
				"escape-string-regexp": "1.0.5",
				"esdoc": "0.4.7",
				"eslint": "4.17.0",
				"fs-extra": "5.0.0",
				"get-folder-size": "1.0.1",
				"glob": "7.1.2",
				"gm": "1.23.1",
				"google-closure-compiler-js": "20170218.0.0",
				"gzip-size": "4.1.0",
				"http-server": "0.11.1",
				"husky": "0.14.3",
				"klaw-sync": "3.0.2",
				"lint-staged": "7.1.1",
				"lodash": "4.17.5",
				"markdown-doctest": "0.9.1",
				"minimist": "1.2.0",
				"mkdirp": "0.5.1",
				"mocha": "5.0.0",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "4.1.2",
				"nyc": "11.4.1",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"promise": "8.0.1",
				"protractor": "3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-alias": "1.4.0",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"rx": "latest",
				"rxjs": "^5.5.7",
				"shx": "0.2.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"symbol-observable": "1.0.1",
				"systemjs": "^0.21.0",
				"ts-node": "6.1.0",
				"tsconfig-paths": "3.2.0",
				"tslint": "5.9.1",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typescript": "^3.0.1",
				"validate-commit-msg": "2.14.0",
				"webpack": "1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"ng-update": {
				"migrations": "./migrations/collection.json"
			},
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"_id": "rxjs@6.3.1",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.11.4",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-hRVfb1Mcf8rLXq1AZEjYpzBnQbO7Duveu1APXkWRTvqzhmkoQ40Pl2F9Btacx+gJCOqsMiugCGG4I2HPQgJRtA==",
				"shasum": "878a1a8c64b8a5da11dcf74b5033fe944cdafb84",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-6.3.1.tgz",
				"fileCount": 3555,
				"unpackedSize": 4866843,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbiXMqCRA9TVsSAnZWagAAhsEQAJN5vKykwgcK0bAjnVXC\nAa9NmtSIhNzh83aR7nng1+yDA7Im7G55OQXVHDIwqGzSYH78Bt8M9tBYxQsd\nXNOaiBV6KT8vEgABfQS59ZpzdaPcffaB7k2ZkBbTzh7BSqZemVwGpV7I2Gob\nA36YeHbQE4pFi84+WlwkArtMpR4+qHUQG+JGd8u3egNSQpXi2XEjJRG7Zoga\nzA/b4e5juPoy3x5HnuTXpwO/Vf92U9PVMEBJuzGNlPAJJwqzHPdMfFNqSwwb\nXnNZf/YRlzKdSJUEJPruyxwN+N93JE/N3XENDxm9NdsUpV47IMlTEDI142c6\n908Kq9M9IVcwRDORmUPrjPgiqhb/hR+pnkJh8uhKoeFOToODwZaG0s87zi77\n0RR1elAkyQEOS0KYjmLtUUNxHBG3aAROnVM3/vsWd9ygruvT6dLwNYKX5nZ0\nWIGgLTJsfgkH/r/a8iGwNamJmyXP61/tYtugcH1KPF6bHlrNp/oDwWkB5jPQ\n4f6HJpIalsxjh8gYFtzeN1IDe67wfEjLFxRIXPa1F05lMhFa9Xg0CcsDBopS\nNPS9zFPVHkd/JUgHJLdgmpvj6xsIUC0Gkpke5n2AW+OHJZt8fbO9lV9e13sO\nxIrWya+Hx02nlRzZFNnqniCdlQzzuHrLUEuQ9pSrE3pUsFgUCzU80PWVYLhO\nD0L8\r\n=74tc\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_6.3.1_1535734569389_0.39529869071641777"
			},
			"_hasShrinkwrap": false
		},
		"6.3.2": {
			"name": "rxjs",
			"version": "6.3.2",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"nyc": {
				"include": [
					"src/*.ts",
					"src/**/*.ts"
				],
				"exclude": [
					"node_modules",
					"dist",
					"*.d.ts",
					"src/**/MiscJSDoc.ts"
				],
				"extension": [
					".ts"
				],
				"reporter": [
					"html"
				],
				"all": true
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/reactivex/rxjs.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@angular-devkit/schematics": "^0.5.4",
				"@types/chai": "4.1.2",
				"@types/lodash": "4.14.102",
				"@types/mocha": "2.2.48",
				"@types/node": "9.4.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"@types/source-map": "^0.5.2",
				"babel-polyfill": "6.26.0",
				"benchmark": "2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "4.1.2",
				"color": "3.0.0",
				"colors": "1.1.2",
				"commitizen": "2.9.6",
				"coveralls": "3.0.0",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"danger": "1.1.0",
				"dependency-cruiser": "2.13.0",
				"doctoc": "1.3.0",
				"escape-string-regexp": "1.0.5",
				"esdoc": "0.4.7",
				"eslint": "4.17.0",
				"fs-extra": "5.0.0",
				"get-folder-size": "1.0.1",
				"glob": "7.1.2",
				"gm": "1.23.1",
				"google-closure-compiler-js": "20170218.0.0",
				"gzip-size": "4.1.0",
				"http-server": "0.11.1",
				"husky": "0.14.3",
				"klaw-sync": "3.0.2",
				"lint-staged": "7.1.1",
				"lodash": "4.17.5",
				"markdown-doctest": "0.9.1",
				"minimist": "1.2.0",
				"mkdirp": "0.5.1",
				"mocha": "5.0.0",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "4.1.2",
				"nyc": "11.4.1",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"promise": "8.0.1",
				"protractor": "3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-alias": "1.4.0",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"rx": "latest",
				"rxjs": "^5.5.7",
				"shx": "0.2.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"symbol-observable": "1.0.1",
				"systemjs": "^0.21.0",
				"ts-node": "6.1.0",
				"tsconfig-paths": "3.2.0",
				"tslint": "5.9.1",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typescript": "^3.0.1",
				"validate-commit-msg": "2.14.0",
				"webpack": "1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"ng-update": {
				"migrations": "./migrations/collection.json"
			},
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"_id": "rxjs@6.3.2",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.11.4",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-hV7criqbR0pe7EeL3O66UYVg92IR0XsA97+9y+BWTePK9SKmEI5Qd3Zj6uPnGkNzXsBywBQWTvujPl+1Kn9Zjw==",
				"shasum": "6a688b16c4e6e980e62ea805ec30648e1c60907f",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-6.3.2.tgz",
				"fileCount": 3555,
				"unpackedSize": 4867594,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbjrBXCRA9TVsSAnZWagAABoUP/A3vPNtei4Cc5me7CF5D\nBNbDqbMzGiKB2lpvSbTFfV5Jv4hIjWL8/GsUM4sr2xAJxScHnxDTiqLiV1RE\ntaM3nB6FLQK2KG30up46GOC5r/15uyCuoW5v3BBnTDT2cwLOhvL3uF7lrvnG\n1A9HubUU5le3Hpm1MI6Wcls41kDawd9rqPXf3/mpiEWk9YNCnSJZYBYhRKyr\ngwiz4YobPIl63RRjw7ZIWTaxwAT2fUf2/eqm347FIw1l6OCTJv2SHOsq0eW6\nxhcOEoYoNNAfogm2JSbIEQ60jErxGgzO2UTumyGoNkUJUOrv9obKmbhMUBMT\ndGauhsbtGCW1BY0T8CfPodWwotchaNvfSOZB7NLtPlzuGz8ccW2ONwEFSzET\nAKbMFt+V9oB10d9OnVABGpVBmylLPlt4YAF6boDm3Pl0gFT0Gakd8J+jHGzA\nomBqkI9STqN/tPVWRSQR5F7P014T3euiqBOtermyCZ0uQue61FA1VsW6zsp9\naILA73NP9cyRgjigKNye3HMyZKSFmErpCHlewl+yeyqU3zptgP1rBxmoyelq\n7fnVYbLRGrO3lxE3aqtXwcn+6LIw96pghA6qncMYw/8/WhKCs4R6TgleVh4H\nygKOPBsCDWMIc6rTUSdPX5xFFi1K3wIHDcZcD/jsA8Ejx+vJVv753kJsQwXD\nT1B5\r\n=MZPs\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_6.3.2_1536077910908_0.17425561668504197"
			},
			"_hasShrinkwrap": false
		},
		"6.3.3": {
			"name": "rxjs",
			"version": "6.3.3",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"nyc": {
				"include": [
					"src/*.ts",
					"src/**/*.ts"
				],
				"exclude": [
					"node_modules",
					"dist",
					"*.d.ts",
					"src/**/MiscJSDoc.ts"
				],
				"extension": [
					".ts"
				],
				"reporter": [
					"html"
				],
				"all": true
			},
			"lint-staged": {
				"*.@(js)": [
					"eslint --fix",
					"git add"
				],
				"*.@(ts)": [
					"tslint --fix",
					"git add"
				]
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/reactivex/rxjs.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@angular-devkit/schematics": "^0.5.4",
				"@types/chai": "4.1.2",
				"@types/lodash": "4.14.102",
				"@types/mocha": "2.2.48",
				"@types/node": "9.4.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"@types/source-map": "^0.5.2",
				"babel-polyfill": "6.26.0",
				"benchmark": "2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "4.1.2",
				"color": "3.0.0",
				"colors": "1.1.2",
				"commitizen": "2.9.6",
				"coveralls": "3.0.0",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"danger": "1.1.0",
				"dependency-cruiser": "2.13.0",
				"doctoc": "1.3.0",
				"escape-string-regexp": "1.0.5",
				"esdoc": "0.4.7",
				"eslint": "4.17.0",
				"fs-extra": "5.0.0",
				"get-folder-size": "1.0.1",
				"glob": "7.1.2",
				"gm": "1.23.1",
				"google-closure-compiler-js": "20170218.0.0",
				"gzip-size": "4.1.0",
				"http-server": "0.11.1",
				"husky": "0.14.3",
				"klaw-sync": "3.0.2",
				"lint-staged": "7.1.1",
				"lodash": "4.17.5",
				"markdown-doctest": "0.9.1",
				"minimist": "1.2.0",
				"mkdirp": "0.5.1",
				"mocha": "5.0.0",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "4.1.2",
				"nyc": "11.4.1",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"promise": "8.0.1",
				"protractor": "3.1.1",
				"rollup": "0.36.3",
				"rollup-plugin-alias": "1.4.0",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"rx": "latest",
				"rxjs": "^5.5.7",
				"shx": "0.2.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"symbol-observable": "1.0.1",
				"systemjs": "^0.21.0",
				"ts-node": "6.1.0",
				"tsconfig-paths": "3.2.0",
				"tslint": "5.9.1",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typescript": "^3.0.1",
				"validate-commit-msg": "2.14.0",
				"webpack": "1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"ng-update": {
				"migrations": "./migrations/collection.json"
			},
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"_id": "rxjs@6.3.3",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.10.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-JTWmoY9tWCs7zvIk/CvRjhjGaOd+OVBM987mxFo+OW66cGpdKjZcpmc74ES1sB//7Kl/PAe8+wEakuhG4pcgOw==",
				"shasum": "3c6a7fa420e844a81390fb1158a9ec614f4bad55",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-6.3.3.tgz",
				"fileCount": 3563,
				"unpackedSize": 4888793,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbqspbCRA9TVsSAnZWagAAb4MP/AzbnMtm9RPG2th5Ko+0\n2Dh0bTzmKst2WCPdvkW1bAJZpE9vk/wrqT3tIbKeeHbTGJtSG+VDYGlvtWE8\n2ZKneUIlKAYH1R8/kAftfQoaq67Siue1taVSB/klZ0nAEeCCbbLt2kzh3dNp\naD1zCckNwUr6YSEDhrlc9xWz1FjmgigRZyw8dSxBEeXFpA6/3MTJwOt5Mz+Q\n3ShH1ND/FVLvoVzt1lMGz53f9i/ifY1pVlZ6TZrgXFx6pWja3WY/jIGkJmEG\nBDIIKafZ7Pij5MwZbXBIlrqsGShBtHlKv8kuHNrD3TD3RfT0AZvsSvFMffak\nGMAzHG9KoZaIF4734yWL8NIH2S0LgpheaMv7DZQRJQ/NhkErWurdkmvIg5+w\nxcD7qPg+NRNnifZr3FIdUbc2wMU36V41MWc1i0nQ2WqMMfDeHtQn5oZM351Q\nEXPY4tGnLbS8UqU82BTjtSjaxrPpa2UAWLQHEMi4FsrEaq2ph9wjXdfUWCji\nb5NpM/U14XdJcozI1eUb8hi0xvwQbw4WC5c1CEdv67nSVKCQxZifOrRTfaXB\ndLemI+ada/CO50+llc1GzjmmS1MhHB/ANLaFZxb8J0Z4+9czwQWD3JsEJFef\ndArYwCaQ/IvwtnOA/Wj0KsqRMY3PBkLXvi6+pU/zNdvq9eLt+4EXlOBtTPBG\nwoSj\r\n=4rSm\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_6.3.3_1537919578578_0.33804694843363836"
			},
			"_hasShrinkwrap": false
		},
		"6.4.0": {
			"name": "rxjs",
			"version": "6.4.0",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"nyc": {
				"include": [
					"src/*.ts",
					"src/**/*.ts"
				],
				"exclude": [
					"node_modules",
					"dist",
					"*.d.ts",
					"src/**/MiscJSDoc.ts"
				],
				"extension": [
					".ts"
				],
				"reporter": [
					"html"
				],
				"all": true
			},
			"lint-staged": {
				"linters": {
					"*.@(js)": [
						"eslint --fix",
						"git add"
					],
					"*.@(ts)": [
						"tslint --fix",
						"git add"
					]
				},
				"ignore": [
					"spec-dtslint/**/*.{js,ts}"
				]
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/reactivex/rxjs.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@angular-devkit/schematics": "^0.5.4",
				"@types/chai": "4.1.2",
				"@types/lodash": "4.14.102",
				"@types/mocha": "2.2.48",
				"@types/node": "9.4.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"@types/source-map": "^0.5.2",
				"babel-polyfill": "6.26.0",
				"benchmark": "2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "4.1.2",
				"color": "3.0.0",
				"colors": "1.1.2",
				"commitizen": "2.9.6",
				"coveralls": "3.0.0",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"danger": "1.1.0",
				"dependency-cruiser": "2.13.0",
				"doctoc": "1.3.0",
				"escape-string-regexp": "1.0.5",
				"esdoc": "0.4.7",
				"eslint": "4.17.0",
				"fs-extra": "5.0.0",
				"get-folder-size": "1.0.1",
				"glob": "7.1.2",
				"gm": "1.23.1",
				"google-closure-compiler-js": "20170218.0.0",
				"gzip-size": "4.1.0",
				"http-server": "0.11.1",
				"husky": "0.14.3",
				"klaw-sync": "3.0.2",
				"lint-staged": "7.1.1",
				"lodash": "4.17.5",
				"markdown-doctest": "0.9.1",
				"minimist": "1.2.0",
				"mkdirp": "0.5.1",
				"mocha": "5.0.0",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "4.1.2",
				"nyc": "11.4.1",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"promise": "8.0.1",
				"protractor": "3.1.1",
				"rollup": "0.66.6",
				"rollup-plugin-alias": "1.4.0",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"rx": "latest",
				"rxjs": "^5.5.7",
				"shx": "0.2.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"symbol-observable": "1.0.1",
				"systemjs": "^0.21.0",
				"ts-node": "6.1.0",
				"tsconfig-paths": "3.2.0",
				"tslint": "5.9.1",
				"tslint-etc": "1.2.6",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typescript": "^3.0.1",
				"validate-commit-msg": "2.14.0",
				"webpack": "1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"ng-update": {
				"migrations": "./migrations/collection.json"
			},
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"_id": "rxjs@6.4.0",
			"_npmVersion": "6.5.0",
			"_nodeVersion": "10.13.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-Z9Yfa11F6B9Sg/BK9MnqnQ+aQYicPLtilXBp2yUtDt2JRCE0h26d33EnfO3ZxoNxG0T92OUucP3Ct7cpfkdFfw==",
				"shasum": "f3bb0fe7bda7fb69deac0c16f17b50b0b8790504",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-6.4.0.tgz",
				"fileCount": 3563,
				"unpackedSize": 4977088,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcUR8ACRA9TVsSAnZWagAARhQQAISP4619vAWubXbjgB+Y\nePsElupnXpPSpdXURRZkGxND1I6eSfnfAJ3lNt04mrXoQOhgzvr0Hx+ZJwwN\nI+VWn5qiifN7hS5NKPnugq59VOAa2VI3uvFL7kTSL43Vsj8tJErVfN5LhFH4\n2KRPX9eMKCDK3Q141iMg0o1PybRraeX8NEV0LZQXfKAMwzJXEmDl4Fe/HApa\nVxkzxfxvG2RpCjzUhhBUQl3qRKrk634eK3P/Qt8izybdcC5IKAM3u2BWV6uh\nr/BgqFjoOstjLU86TByZmadQonkoLnisArjH61xzTMiacV1EsFCj39V8Z2yy\nJLc19tAYpGsRYSmUasYza2XKN2ozJCqSq4jcVAmSHqhEGOBPXWk/D5DEvaKa\nDM5zNYo385Nr7Ez0eDeL7cD6d5YQY3J/WW4U238VELEHYTezbeRc2cWCp9BD\nOal7KJQGcKzxQETjM2LUjOWpThGUYauOlQ7M2yoj1j/CUuQ1Lm1LVP8HNs3+\nk7H1ylq0SS9Y6mQTXQAwFvlEwqmDRbW9iBkUU268+w06fBGw2ZjdUtD+e46B\nagqxfOXrQ98hp5NcE+ktcdXUTPrb9U+Rd5XqImClNF6XYXiznW8hVcyRvcPQ\nmnyJdmAx4J/07PLQkN9gzfHqze3yoipO29qkTYAj1WK5v7q17uCC7CLeVAlf\nzygO\r\n=1wdA\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_6.4.0_1548820224076_0.31903637307239263"
			},
			"_hasShrinkwrap": false
		},
		"6.5.0": {
			"name": "rxjs",
			"version": "6.5.0",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"nyc": {
				"include": [
					"src/*.ts",
					"src/**/*.ts"
				],
				"exclude": [
					"node_modules",
					"dist",
					"*.d.ts",
					"src/**/MiscJSDoc.ts"
				],
				"extension": [
					".ts"
				],
				"reporter": [
					"html"
				],
				"all": true
			},
			"lint-staged": {
				"linters": {
					"*.@(js)": [
						"eslint --fix",
						"git add"
					],
					"*.@(ts)": [
						"tslint --fix",
						"git add"
					]
				},
				"ignore": [
					"spec-dtslint/**/*.{js,ts}"
				]
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/reactivex/rxjs.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@angular-devkit/schematics": "^0.5.4",
				"@types/chai": "4.1.2",
				"@types/lodash": "4.14.102",
				"@types/mocha": "2.2.48",
				"@types/node": "9.4.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"@types/source-map": "^0.5.2",
				"babel-polyfill": "6.26.0",
				"benchmark": "2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "4.1.2",
				"color": "3.0.0",
				"colors": "1.1.2",
				"commitizen": "2.9.6",
				"coveralls": "3.0.0",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"danger": "1.1.0",
				"dependency-cruiser": "2.13.0",
				"doctoc": "1.3.0",
				"dtslint": "0.6.1",
				"escape-string-regexp": "1.0.5",
				"esdoc": "0.4.7",
				"eslint": "4.17.0",
				"fs-extra": "5.0.0",
				"get-folder-size": "1.0.1",
				"glob": "7.1.2",
				"gm": "1.23.1",
				"google-closure-compiler-js": "20170218.0.0",
				"gzip-size": "4.1.0",
				"http-server": "0.11.1",
				"husky": "0.14.3",
				"klaw-sync": "3.0.2",
				"lint-staged": "7.1.1",
				"lodash": "4.17.5",
				"markdown-doctest": "0.9.1",
				"minimist": "1.2.0",
				"mkdirp": "0.5.1",
				"mocha": "5.0.0",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "4.1.2",
				"nyc": "11.4.1",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"promise": "8.0.1",
				"protractor": "3.1.1",
				"rollup": "0.66.6",
				"rollup-plugin-alias": "1.4.0",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"rx": "latest",
				"rxjs": "^5.5.7",
				"shx": "0.2.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"symbol-observable": "1.0.1",
				"systemjs": "^0.21.0",
				"ts-node": "6.1.0",
				"tsconfig-paths": "3.2.0",
				"tslint": "5.9.1",
				"tslint-etc": "1.2.6",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typescript": "^3.0.1",
				"validate-commit-msg": "2.14.0",
				"webpack": "1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"ng-update": {
				"migrations": "./migrations/collection.json"
			},
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"_id": "rxjs@6.5.0",
			"_npmVersion": "6.5.0",
			"_nodeVersion": "10.13.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-FOTfP3LK5VN3dDtr+wjFAeKVe5nTPPTC2+NUFJ8kyuO+YbIl/aME0eQDiX2MCVgnhKyuUYaEjgZEx8iL/4AV6A==",
				"shasum": "1e4bc933f14a0c5c2ce7bb71ddd4244d42f4b04b",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-6.5.0.tgz",
				"fileCount": 3607,
				"unpackedSize": 5047931,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcvn6zCRA9TVsSAnZWagAA58wP/jCzHse2iGSKmhSht4kO\nIaBK4N2uN4Lg+Vafm1llxn9AKT+ip+dUNm3ZZhYBDEvym1VEyl8vv4uOijCG\nbJjiDghGXXqAogpWk8/zHzBa7wvLjawzJgj56Ba7VPuIRdFqxMRpKwwxO5OD\n5PfaPEnhdY09LDLHijoEK2h9Mf9tMHG9CxTTfsEczWuVGV6tqV3Xcm7toJ5G\ns8SmQG1Fnc5uQj4Y04FSV9AFFkTCCzE9/FARnzwe5lcECwxoxrvMIu0QYiK+\nET/xeySqYhY+1y85swl65TVaPomsgWglINhhqQUaYe4U9iYxe7N9pmgR4nfE\nrcobn+fD5P9/bGCF3Chg8oeATQbWkmWZawb7Z/vq8WXRBlRYYaX0injCIQqL\nls3LYQImesWqoMjuldtY7kJnRx7kXMVw/O54uEDzTgvGMFbsrbqbsfD9gdvD\n8LQxkQfnCKrRE7QjYKrKzw2NGpTFxokoaJvXTBzFQYjKVRd/1zYxflEJ9dTZ\nTu/ZOzoFFh1irOoNUIxOBX7rtv9CbH6Y4urlHai3cKqLMstZLcmYjc6Pkl1V\nX9DHnW8VLRA1sDJxu65wakJMk1doZaUn72IGMA+W+uKSQBWtGxQX+n1hXgjw\nxv6wxHAjpGCa/BnHXe91QWZIaF9v1wk5lnHvyWZQELKYvS+NX9Ty4ohHm2oi\n8JCG\r\n=koml\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_6.5.0_1555988146845_0.7151194102500968"
			},
			"_hasShrinkwrap": false
		},
		"6.5.1": {
			"name": "rxjs",
			"version": "6.5.1",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"nyc": {
				"include": [
					"src/*.ts",
					"src/**/*.ts"
				],
				"exclude": [
					"node_modules",
					"dist",
					"*.d.ts",
					"src/**/MiscJSDoc.ts"
				],
				"extension": [
					".ts"
				],
				"reporter": [
					"html"
				],
				"all": true
			},
			"lint-staged": {
				"linters": {
					"*.@(js)": [
						"eslint --fix",
						"git add"
					],
					"*.@(ts)": [
						"tslint --fix",
						"git add"
					]
				},
				"ignore": [
					"spec-dtslint/**/*.{js,ts}"
				]
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/reactivex/rxjs.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@angular-devkit/schematics": "^0.5.4",
				"@types/chai": "4.1.2",
				"@types/lodash": "4.14.102",
				"@types/mocha": "2.2.48",
				"@types/node": "9.4.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"@types/source-map": "^0.5.2",
				"babel-polyfill": "6.26.0",
				"benchmark": "2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "4.1.2",
				"color": "3.0.0",
				"colors": "1.1.2",
				"commitizen": "2.9.6",
				"coveralls": "3.0.0",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"danger": "1.1.0",
				"dependency-cruiser": "2.13.0",
				"doctoc": "1.3.0",
				"dtslint": "0.6.1",
				"escape-string-regexp": "1.0.5",
				"esdoc": "0.4.7",
				"eslint": "4.17.0",
				"fs-extra": "5.0.0",
				"get-folder-size": "1.0.1",
				"glob": "7.1.2",
				"gm": "1.23.1",
				"google-closure-compiler-js": "20170218.0.0",
				"gzip-size": "4.1.0",
				"http-server": "0.11.1",
				"husky": "0.14.3",
				"klaw-sync": "3.0.2",
				"lint-staged": "7.1.1",
				"lodash": "4.17.5",
				"markdown-doctest": "0.9.1",
				"minimist": "1.2.0",
				"mkdirp": "0.5.1",
				"mocha": "5.0.0",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "4.1.2",
				"nyc": "11.4.1",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"promise": "8.0.1",
				"protractor": "3.1.1",
				"rollup": "0.66.6",
				"rollup-plugin-alias": "1.4.0",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"rx": "latest",
				"rxjs": "^5.5.7",
				"shx": "0.2.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"symbol-observable": "1.0.1",
				"systemjs": "^0.21.0",
				"ts-node": "6.1.0",
				"tsconfig-paths": "3.2.0",
				"tslint": "5.9.1",
				"tslint-etc": "1.2.6",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typescript": "^3.0.1",
				"validate-commit-msg": "2.14.0",
				"webpack": "1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"ng-update": {
				"migrations": "./migrations/collection.json"
			},
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"_id": "rxjs@6.5.1",
			"_npmVersion": "6.5.0",
			"_nodeVersion": "10.13.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-y0j31WJc83wPu31vS1VlAFW5JGrnGC+j+TtGAa1fRQphy48+fDYiDmX8tjGloToEsMkxnouOg/1IzXGKkJnZMg==",
				"shasum": "f7a005a9386361921b8524f38f54cbf80e5d08f4",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-6.5.1.tgz",
				"fileCount": 3607,
				"unpackedSize": 5049866,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcvokNCRA9TVsSAnZWagAAu0EP/iqp1M5n4P4qZ/1zFc7b\nqTo7tMX8/bsdg6xD4+mpXw4QlSEAW5tKhwXjPUJwxRfeEyg2K7ZOQwb1TjGM\nNvVvwtqxqJfZoB9EGM3gfvt1M+7Igy3rmHxeMhylZ+tBuKTKa39pfaMoMh+5\nV9QQueO3LoEwkVPReoQSVpLXh94wWxfLz9Tjic2PTBoKj4E9xqh5Hj1QDYr1\nso+Z/MdKcf+AnDJOgp1mjLkl+0Rzb6ek/njSW3/v1pZjsUnnxnOVL+7lur1w\nkimOwfzohurPPDKMAkOzyOpnchDxs4OHuvxp3JySsWx436+2iutCEAHFcaTk\n8gehyxK0IOCt0+Iq0iUn0dlJCBYqARSZjkMjrkYVr0zUqt11LfHIJoZ5lD9i\n3dgY/JkqYVP4dMEQxq6iHvjWLC4L1h86zlirZRnG8Wv4TPb+IRKYVaIFictK\ncvzHDewWWzldowrQI05rnQKQhlVLU/09c3hz32NmdFloSQ0WHGxyRcW4wYtr\nwjv/WvmA2L6+nq2PCKqQDPUzQyT1zaNRHic4iHzXE4VnZuLwcAE1R9KjVkiw\n7CIqyY0Ifw03PPoRx+1Jbh6dwhLIGkayQXV7Xkt3N43qrigqNg7ALmeSqXg7\nat96KMYo3iYKRSH13eGI8nQyKtLLys7d9nriOjS4I7ZSJ7FyI3QdszAI/Tsa\nwOYj\r\n=pX+R\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_6.5.1_1555990796537_0.9689570010216868"
			},
			"_hasShrinkwrap": false
		},
		"6.5.2": {
			"name": "rxjs",
			"version": "6.5.2",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"nyc": {
				"include": [
					"src/*.ts",
					"src/**/*.ts"
				],
				"exclude": [
					"node_modules",
					"dist",
					"*.d.ts",
					"src/**/MiscJSDoc.ts"
				],
				"extension": [
					".ts"
				],
				"reporter": [
					"html"
				],
				"all": true
			},
			"lint-staged": {
				"linters": {
					"*.@(js)": [
						"eslint --fix",
						"git add"
					],
					"*.@(ts)": [
						"tslint --fix",
						"git add"
					]
				},
				"ignore": [
					"spec-dtslint/**/*.{js,ts}"
				]
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/reactivex/rxjs.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@angular-devkit/schematics": "^0.5.4",
				"@types/chai": "4.1.2",
				"@types/lodash": "4.14.102",
				"@types/mocha": "2.2.48",
				"@types/node": "9.4.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"@types/source-map": "^0.5.2",
				"babel-polyfill": "6.26.0",
				"benchmark": "2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "4.1.2",
				"color": "3.0.0",
				"colors": "1.1.2",
				"commitizen": "2.9.6",
				"coveralls": "3.0.0",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"danger": "1.1.0",
				"dependency-cruiser": "2.13.0",
				"doctoc": "1.3.0",
				"dtslint": "0.6.1",
				"escape-string-regexp": "1.0.5",
				"esdoc": "0.4.7",
				"eslint": "4.17.0",
				"fs-extra": "5.0.0",
				"get-folder-size": "1.0.1",
				"glob": "7.1.2",
				"gm": "1.23.1",
				"google-closure-compiler-js": "20170218.0.0",
				"gzip-size": "4.1.0",
				"http-server": "0.11.1",
				"husky": "0.14.3",
				"klaw-sync": "3.0.2",
				"lint-staged": "7.1.1",
				"lodash": "4.17.5",
				"markdown-doctest": "0.9.1",
				"minimist": "1.2.0",
				"mkdirp": "0.5.1",
				"mocha": "5.0.0",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "4.1.2",
				"nyc": "11.4.1",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"promise": "8.0.1",
				"protractor": "3.1.1",
				"rollup": "0.66.6",
				"rollup-plugin-alias": "1.4.0",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"rx": "latest",
				"rxjs": "^5.5.7",
				"shx": "0.2.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"symbol-observable": "1.0.1",
				"systemjs": "^0.21.0",
				"ts-node": "6.1.0",
				"tsconfig-paths": "3.2.0",
				"tslint": "5.9.1",
				"tslint-etc": "1.2.6",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typescript": "^3.0.1",
				"validate-commit-msg": "2.14.0",
				"webpack": "1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"ng-update": {
				"migrations": "./migrations/collection.json"
			},
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"_id": "rxjs@6.5.2",
			"_nodeVersion": "10.13.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-HUb7j3kvb7p7eCUHE3FqjoDsC1xfZQ4AHFWfTKSpZ+sAhhz5X1WX0ZuUqWbzB2QhSLp3DoLUG+hMdEDKqWo2Zg==",
				"shasum": "2e35ce815cd46d84d02a209fb4e5921e051dbec7",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-6.5.2.tgz",
				"fileCount": 3607,
				"unpackedSize": 5066357,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc1MYHCRA9TVsSAnZWagAAvE8P/2s1n4Rx46KVAYqF4aLJ\n4+imYNEnDBM+w6JFi2+SKnaJDF78H+sGmwwF2xNuh/FilFBV+tx3cao2lJoH\nhAQgFBfKIIdh5aGH6Nba25QQT7ppB7coZi+RzXE2ZdL4EVzXrklbVY7I3JA5\nqOMqV9lX12Eu0LZfuEi5WWP6tZS3+5F+OGCU08TV10OkSzJrtgYN1zeHkAe1\ngEbGrmkNNaMw/Gm3kgcCUMu2CPod51c4a1iv3WqG8zVg030Njz9EXCfQTfY2\nEJjXKMjV9wx1QMkpW5dYe8QUvs1GsywhiEDpK4ZJS15cdaBAP/gpb1fS3skY\nSUWFxft03XgjsMDDU1nqHRhCNua6S+lHoNRKUlbowjUcxo19fwh/IEVIiAvY\njmt9CpoPshy3ihmASjqCJsXbarfJAS5jTOJniRaDCEi5EjGqaJ3lOqIUoZt0\n8d6fJP9qlElY9S7l5qQ+Le1bpMoTirTVJQ7vymo+WL37XSyrC9JL/hjDAxhn\nPhLYhV/32jr+44g6pcxKvs6VOCNX7S0nj5vH5xHdm8oKGfHi3SjchA0vawPw\nyTHnljHm3PVLTSit5A94MkbYAJDiOrxxs+rF7s3ldaDIMxXJ0h88/P8L3DUT\nePqm18+Bk8m45m2NAxG0Ookob61fbNppJX2Gip+DpWiVAUzODNfGOi7imnvY\nVbpF\r\n=WXXy\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_6.5.2_1557448197778_0.6561238921135553"
			},
			"_hasShrinkwrap": false
		},
		"6.5.3": {
			"name": "rxjs",
			"version": "6.5.3",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"nyc": {
				"include": [
					"src/*.ts",
					"src/**/*.ts"
				],
				"exclude": [
					"node_modules",
					"dist",
					"*.d.ts",
					"src/**/MiscJSDoc.ts"
				],
				"extension": [
					".ts"
				],
				"reporter": [
					"html"
				],
				"all": true
			},
			"lint-staged": {
				"linters": {
					"*.@(js)": [
						"eslint --fix",
						"git add"
					],
					"*.@(ts)": [
						"tslint --fix",
						"git add"
					]
				},
				"ignore": [
					"spec-dtslint/**/*.{js,ts}"
				]
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/reactivex/rxjs.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@angular-devkit/schematics": "^0.5.4",
				"@types/chai": "4.1.2",
				"@types/lodash": "4.14.102",
				"@types/mocha": "2.2.48",
				"@types/node": "9.4.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"@types/source-map": "^0.5.2",
				"babel-polyfill": "6.26.0",
				"benchmark": "2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "4.1.2",
				"check-side-effects": "0.0.20",
				"color": "3.0.0",
				"colors": "1.1.2",
				"commitizen": "2.9.6",
				"coveralls": "3.0.0",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"danger": "1.1.0",
				"dependency-cruiser": "2.13.0",
				"doctoc": "1.3.0",
				"dtslint": "0.6.1",
				"escape-string-regexp": "1.0.5",
				"esdoc": "0.4.7",
				"eslint": "4.17.0",
				"eslint-plugin-jasmine": "^2.10.1",
				"fs-extra": "5.0.0",
				"get-folder-size": "1.0.1",
				"glob": "7.1.2",
				"gm": "1.23.1",
				"google-closure-compiler-js": "20170218.0.0",
				"gzip-size": "4.1.0",
				"http-server": "0.11.1",
				"husky": "0.14.3",
				"klaw-sync": "3.0.2",
				"lint-staged": "7.1.1",
				"lodash": "4.17.5",
				"markdown-doctest": "0.9.1",
				"minimist": "1.2.0",
				"mkdirp": "0.5.1",
				"mocha": "5.0.0",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "4.1.2",
				"nyc": "11.4.1",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"promise": "8.0.1",
				"protractor": "3.1.1",
				"rollup": "0.66.6",
				"rollup-plugin-alias": "1.4.0",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"rx": "latest",
				"rxjs": "^5.5.7",
				"shx": "0.2.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"symbol-observable": "1.0.1",
				"systemjs": "^0.21.0",
				"ts-node": "6.1.0",
				"tsconfig-paths": "3.2.0",
				"tslint": "5.9.1",
				"tslint-etc": "1.2.6",
				"tslint-no-toplevel-property-access": "0.0.2",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typescript": "^3.0.1",
				"validate-commit-msg": "2.14.0",
				"webpack": "1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"ng-update": {
				"migrations": "./migrations/collection.json"
			},
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"_id": "rxjs@6.5.3",
			"_nodeVersion": "12.7.0",
			"_npmVersion": "6.10.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-wuYsAYYFdWTAnAaPoKGNhfpWwKZbJW+HgAJ+mImp+Epl7BG8oNWBCTyRM8gba9k4lk8BgWdoYm21Mo/RYhhbgA==",
				"shasum": "510e26317f4db91a7eb1de77d9dd9ba0a4899a3a",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-6.5.3.tgz",
				"fileCount": 3607,
				"unpackedSize": 5075484,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdbtAqCRA9TVsSAnZWagAAXDMP/1HrTotDf09ArW2IyRmW\nPcNViUNzW7w0uL8IcNCRksPmDk8tJlXt/DexkTu3Jzz0WsiuIrVNBsT3iz56\nkDrlUYu9LI+bFiNN7dwGbQ4RdE3bLW2P9F2A/3J1l1XmOYqiW279JbblfDmH\n1JyME9gMQ/ngFFQY2kefXFqdth49PWVxMfspgkB1vhxbFhKfBS8A7PduHurj\nMikHA0BAxqxf3cKqJISpQCecvhl9hHbUaIQVoG051hy5U+qI0LyNwfHpufcP\nTi9nOPbjzDPaoPsr0AGlZS6WmEMWiftL8wcw2lkWvvHyBozhWee2FQocwlWM\neYvh4OK3yUrZMyI5Yz+dg3g+7dl/kNROfmt7VI5W5TDPclQn+Fkbq8sizMwV\nPWcJ68U64wda2QBxaoGAj2cK+ys/+aR13lgOquan1q+8Eel92p8gGnFuHgn7\n/JA66xxdsG29aS6lGfOYDQ58MAZiWIvy8orRDp3s3IaTYCzMSjWM1rPJVTzA\nrRPjSDWsurw8p0Q6rpdaUmUIvdqd7Z3kteQKmquCz4IjwUxAr41KqYl8C/s5\njJO764tXw5aPjEoW755ZAiR+/a1akkOyc9kf5sqau0Q/H7okaa22KfS2qzUQ\nU0mFuh4XJDKiVO2rmINdO9PMYtl6yjjY2gY20xu7fTAkH1lPXnvt1ffEWmYi\nGdJK\r\n=SXuB\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_6.5.3_1567543337404_0.44109375624290825"
			},
			"_hasShrinkwrap": false
		},
		"7.0.0-alpha.0": {
			"name": "rxjs",
			"version": "7.0.0-alpha.0",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				],
				"*.ts": [
					"tslint --fix",
					"git add"
				]
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/reactivex/rxjs.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@angular-devkit/schematics": "^7.3.9",
				"@types/chai": "4.1.2",
				"@types/lodash": "4.14.102",
				"@types/mocha": "2.2.48",
				"@types/node": "9.4.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"@types/source-map": "^0.5.2",
				"babel-polyfill": "6.26.0",
				"benchmark": "2.1.0",
				"chai": "4.1.2",
				"check-side-effects": "0.0.20",
				"color": "3.0.0",
				"colors": "1.1.2",
				"commitizen": "^4.0.3",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"dependency-cruiser": "^4.27.3",
				"dtslint": "^0.7.4",
				"escape-string-regexp": "1.0.5",
				"eslint": "4.17.0",
				"eslint-plugin-jasmine": "^2.10.1",
				"fs-extra": "5.0.0",
				"get-folder-size": "1.0.1",
				"glob": "7.1.2",
				"gm": "1.23.1",
				"google-closure-compiler-js": "20170218.0.0",
				"gzip-size": "4.1.0",
				"klaw-sync": "3.0.2",
				"lint-staged": "^8.1.6",
				"lodash": "^4.17.15",
				"minimist": "1.2.0",
				"mkdirp": "0.5.1",
				"mocha": "5.0.0",
				"npm-run-all": "4.1.2",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"promise": "8.0.1",
				"rollup": "0.66.6",
				"rollup-plugin-alias": "1.4.0",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"shx": "0.2.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"systemjs": "^0.21.0",
				"ts-node": "6.1.0",
				"tsconfig-paths": "3.2.0",
				"tslint": "5.9.1",
				"tslint-etc": "1.5.0",
				"tslint-no-toplevel-property-access": "0.0.2",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typescript": "3.5.3",
				"validate-commit-msg": "2.14.0",
				"webpack": "^4.31.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"readmeFilename": "README.md",
			"_id": "rxjs@7.0.0-alpha.0",
			"_nodeVersion": "12.7.0",
			"_npmVersion": "6.11.3",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-dX5CjwuWIuo4uHI5u1ou8w/2qMZyt025qiLoiYgSoYKiLS4czmJhSlptXGUi/2KAVJlHpMHiKNyhnVODg68xVw==",
				"shasum": "8123daf3a9fa994536ca0089dbc448f7cde98403",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-7.0.0-alpha.0.tgz",
				"fileCount": 1784,
				"unpackedSize": 4674426,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdgjjxCRA9TVsSAnZWagAAjHIP/0daUMiAWqOUi0x2wx3K\nVrk8QAmAjf5LclsHim5M7CZ2UjmDG9lJn5ItH5NDgv9HkM/T8w0L6+BceXtJ\n+Lnf6Vinkyf4z+ROQS0lDMOz9E6kITvTUKnq+vOWe1NkaLQvbkBWJw1FIo2x\nxRZNAJogX/Azr5gsa5XoXTJ0rYXzXmWUbSKgzuieUiFK9tS9J503QT4ok3if\nwlFFWzJQLMZDlsu8UzYVB/lh9Ry+DiqTIW48j5EB8B3zLmNDUIWSCUZxqauD\nKP6W17sd5G9kkv65FPRGPVa+JJ04KzkvcNystEoY8Fv1DrQoHikJMMQrmP3q\nUr+qo+wQLQ9GCD88EXlq1XzvnFxftmJNC4u7uPbxIBgiQxz/zTlZlJrLk6I+\neyZsJ8t5nvbNsJiLRUs7yeC4yFBt58e7/jdE9wvdOsEB0nV7D7ocmJxUlpNi\nt0QIWGMwMvyWWIw7WF+qFGIXW399QDWMd/tkhomKWMY6rHokxQgWkiFo23h+\nhnir6JDhImJo57/arzaDhPtCkujXG21qhzfngtWuYJytGOLDzT2kOg1Rxv0Y\ndJ+Cu/hA9qGCklZKs8maRk2iCa6oWeoVYiPtQUGOihpPn6fgf2AuArtVQA8X\npV/6TZaRnqHOjBP6OBlcotW5df/4Gg7m45oUe4r3eXTlUa711XD7cqR7M8fl\nO2jn\r\n=WEVI\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_7.0.0-alpha.0_1568815345081_0.7904070625164907"
			},
			"_hasShrinkwrap": false
		},
		"7.0.0-alpha.1": {
			"name": "rxjs",
			"version": "7.0.0-alpha.1",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./dist/cjs/index.js",
			"module": "./dist/esm5/index.js",
			"es2015": "./dist/esm/index.js",
			"types": "./dist/types/index.d.ts",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				],
				"*.ts": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts": {
				"precommit": "lint-staged",
				"commitmsg": "validate-commit-msg",
				"build:spec:browser": "echo \"Browser test is not working currently\" && exit -1 && webpack --config spec/support/webpack.mocha.config.js",
				"decision_tree_widget": "cd doc/decision-tree-widget && npm run build && cd ../..",
				"lint_spec": "tslint -c tslint.json \"spec/**/*.ts\"",
				"lint_src": "tslint -c tslint.json \"src/**/*.ts\"",
				"lint": "npm-run-all --parallel lint_*",
				"dtslint": "tsc -b ./src/tsconfig.types.json && tslint -c spec-dtslint/tslint.json -p spec-dtslint/tsconfig.json \"spec-dtslint/**/*.ts\"",
				"prepublishOnly": "npm run build:package",
				"postpublish": "./docs_app/scripts/publish-docs.sh",
				"publish_docs": "./publish_docs.sh",
				"test": "npm run compile && mocha --opts spec/support/default.opts \"dist/spec/**/*-spec.js\"",
				"test:browser": "echo \"Browser test is not working currently\" && exit -1 && npm-run-all build:spec:browser && opn spec/support/mocha-browser-runner.html",
				"test:circular": "dependency-cruise --validate .dependency-cruiser.json -x \"^node_modules\" dist/esm5",
				"test:systemjs": "node integration/systemjs/systemjs-compatibility-spec.js",
				"test:side-effects": "check-side-effects --test integration/side-effects/side-effects.json",
				"test:side-effects:update": "npm run test:side-effects -- --update",
				"tests2png": "mkdirp docs_app/content/img && mocha --opts spec/support/tests2png.opts \"spec/**/*-spec.ts\"",
				"compile": "tsc -b ./src/tsconfig.cjs.json ./src/tsconfig.cjs.spec.json ./src/tsconfig.esm.json ./src/tsconfig.esm5.json ./src/tsconfig.esm5.rollup.json ./src/tsconfig.types.json ./spec/tsconfig.json",
				"build:clean": "shx rm -rf ./dist",
				"build:global": "node ./tools/make-umd-bundle.js && node ./tools/make-closure-core.js",
				"build:package": "npm-run-all build:clean compile build:global && node ./tools/prepare-package.js && node ./tools/generate-alias.js"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/reactivex/rxjs.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@angular-devkit/schematics": "^7.3.9",
				"@types/chai": "4.1.2",
				"@types/lodash": "4.14.102",
				"@types/mocha": "2.2.48",
				"@types/node": "^12.12.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"@types/source-map": "^0.5.2",
				"babel-polyfill": "6.26.0",
				"chai": "4.1.2",
				"check-side-effects": "0.0.20",
				"color": "3.0.0",
				"colors": "1.1.2",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"dependency-cruiser": "^4.27.3",
				"escape-string-regexp": "1.0.5",
				"eslint": "4.18.2",
				"eslint-plugin-jasmine": "^2.10.1",
				"fs-extra": "^8.1.0",
				"glob": "7.1.2",
				"gm": "1.23.1",
				"google-closure-compiler-js": "20170218.0.0",
				"klaw-sync": "3.0.2",
				"lint-staged": "^8.1.6",
				"lodash": "^4.17.15",
				"minimist": "1.2.0",
				"mkdirp": "0.5.1",
				"mocha": "5.0.0",
				"npm-run-all": "4.1.2",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"promise": "8.0.1",
				"rollup": "0.66.6",
				"rollup-plugin-alias": "1.4.0",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"shx": "0.2.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"systemjs": "^0.21.0",
				"tslint": "5.9.1",
				"tslint-etc": "1.9.2",
				"tslint-no-toplevel-property-access": "0.0.2",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typescript": "3.7.2",
				"validate-commit-msg": "2.14.0",
				"webpack": "^4.31.0"
			},
			"readmeFilename": "README.md",
			"gitHead": "bd7b87f9407da710798f9b73145599868a8e7a0c",
			"_id": "rxjs@7.0.0-alpha.1",
			"_nodeVersion": "12.7.0",
			"_npmVersion": "6.12.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-wQB1ZRQysSXSXzPHhhsw+OaVmNnVSylgR3UkUvVEfexkDmfHEs9bpDz1oiMfIG9JL1hPXL1ABtrL0H6XhstbWg==",
				"shasum": "7af41b76bfe15fe002db3c1d484b92ea0ef89b39",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-7.0.0-alpha.1.tgz",
				"fileCount": 2060,
				"unpackedSize": 5141201,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeBi6MCRA9TVsSAnZWagAAbzgP/iYqFIaxe+xHgXjgoOsC\n3kvrfwpt4ivKIS5++UHSlIcyOZO4G8rDX+XeT8q5aHF8/0ECekhVCAqjRaJJ\nfgAF13ohOi/xfBUuxpVbrld88sE57B2xb3DjUdKWPsW7vWBFM3B5PGJS/UtL\n+kKZ8T9HZUd/EQrpVBBaJsPmj59sPdSRmnMxyocEQ0BAUncl7BbwpBrM0rIe\nnW3h3NJAxr+OPMXYNIozCUWUB/yuISHrhsKfhOJieefz0GbpiVznnVLsP0d5\nH3b/hChgR+BkY/nXjE2EJ1LIFYCpegxA2bVBlcvFGFS8Ygou6y901Fk39y0c\nZYyncnCb0HqDrjfEGFN6p/Kodk8fVW66LEZ3TupYjJXXV4lDn3ukge5lcVT/\nd3daOOrOR1Njo+CKJEwgDLqpFLoEX/N7lqn8IaYTu+qCZBBAHNp5pl3JBPdq\n5BqKVXwfacJep+yQl2FNybtEULeU6ml0B8mI5kdjaUKLcHQdVECUkK+Px4j3\nGAuQnzTLvQCquJk4gmJpy8W4RwFhxkJtdye6gJUFEtahSka1V4JyBJGbx0OV\n7owqTRUXK9NLff/9W5tKEn0kakz6i5DNYvJ3Ht8SBwuwtH5cVdHVKU1bfq7i\ntY8AqbfJ3Qw/46MRUxWOdfYRPZnf4xYg6a1dE5+feSn0+khJy6gM4ISnNy0t\nKq8y\r\n=+hCZ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_7.0.0-alpha.1_1577463435816_0.6472448070603545"
			},
			"_hasShrinkwrap": false
		},
		"6.5.4": {
			"name": "rxjs",
			"version": "6.5.4",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"nyc": {
				"include": [
					"src/*.ts",
					"src/**/*.ts"
				],
				"exclude": [
					"node_modules",
					"dist",
					"*.d.ts",
					"src/**/MiscJSDoc.ts"
				],
				"extension": [
					".ts"
				],
				"reporter": [
					"html"
				],
				"all": true
			},
			"lint-staged": {
				"linters": {
					"*.@(js)": [
						"eslint --fix",
						"git add"
					],
					"*.@(ts)": [
						"tslint --fix",
						"git add"
					]
				},
				"ignore": [
					"spec-dtslint/**/*.{js,ts}"
				]
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/reactivex/rxjs.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@angular-devkit/schematics": "^0.5.4",
				"@types/chai": "4.1.2",
				"@types/lodash": "4.14.102",
				"@types/mocha": "2.2.48",
				"@types/node": "9.4.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"@types/source-map": "^0.5.2",
				"babel-polyfill": "6.26.0",
				"benchmark": "2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "4.1.2",
				"check-side-effects": "0.0.20",
				"color": "3.0.0",
				"colors": "1.1.2",
				"commitizen": "2.9.6",
				"coveralls": "3.0.0",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"danger": "1.1.0",
				"dependency-cruiser": "2.13.0",
				"doctoc": "1.3.0",
				"dtslint": "0.6.1",
				"escape-string-regexp": "1.0.5",
				"esdoc": "0.4.7",
				"eslint": "4.17.0",
				"eslint-plugin-jasmine": "^2.10.1",
				"fs-extra": "5.0.0",
				"get-folder-size": "1.0.1",
				"glob": "7.1.2",
				"gm": "1.23.1",
				"google-closure-compiler-js": "20170218.0.0",
				"gzip-size": "4.1.0",
				"http-server": "0.11.1",
				"husky": "0.14.3",
				"klaw-sync": "3.0.2",
				"lint-staged": "7.1.1",
				"lodash": "4.17.5",
				"markdown-doctest": "0.9.1",
				"minimist": "1.2.0",
				"mkdirp": "0.5.1",
				"mocha": "5.0.0",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "4.1.2",
				"nyc": "11.4.1",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"promise": "8.0.1",
				"protractor": "3.1.1",
				"rollup": "0.66.6",
				"rollup-plugin-alias": "1.4.0",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"rx": "latest",
				"rxjs": "^5.5.7",
				"shx": "0.2.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"symbol-observable": "1.0.1",
				"systemjs": "^0.21.0",
				"ts-node": "6.1.0",
				"tsconfig-paths": "3.2.0",
				"tslint": "5.9.1",
				"tslint-etc": "1.2.6",
				"tslint-no-toplevel-property-access": "0.0.2",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typescript": "^3.0.1",
				"validate-commit-msg": "2.14.0",
				"webpack": "1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"ng-update": {
				"migrations": "./migrations/collection.json"
			},
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"_id": "rxjs@6.5.4",
			"_nodeVersion": "12.7.0",
			"_npmVersion": "6.12.0",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-naMQXcgEo3csAEGvw/NydRA0fuS2nDZJiw1YUWFKU7aPPAPGZEsD4Iimit96qwCieH6y614MCLYwdkrWx7z/7Q==",
				"shasum": "e0777fe0d184cec7872df147f303572d414e211c",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-6.5.4.tgz",
				"fileCount": 3608,
				"unpackedSize": 5093199,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeBjILCRA9TVsSAnZWagAAlPEP/jA33FWRp5cz3x/n7CaW\nOKgpB/DzWNmUUyqbhpt/GYEHRmpQHxBu4510EP+1+LNnwioukC9lAGOY3N45\nTp6fGzDRgZtd935IXN6okOb15BWvEQ/Xq45YLh2kPCXA6mLXcMVhgrUP2Tdj\nZtMk5odJiI3sZRP04MAww79zSqArzWArX8VwgomnnBj7Y2MZFl6VJgu0Vmv1\nS+Qp1E3ONMXh7CDX8oPSTm/A0KDly1ZpkzyKt6sYxvvd7aMWtiP/LqKgdyRF\n9IZoD4uDEurwj3IROjn9gthidUy/+pg6rn5577TZXQBSFwde15tuPUM5s8g+\ndXT6FD1pe9lEwzIzpX7UqpaXffEdTuPjqsmaeNJL/iESGVFFxEzfi0nauahf\n9PumNXLwexJHoPWQ1ZzJ5/A/ZTfQxWMO1+lSHP1fydXkyfOXUkcyyLeELl1O\nk0TU8ncDhH3tgeEvdtlaW3ja0tFTP0cnfgIsYT/UvAvuoaDTacnze5pd2fJT\nEnmpkFUPTnycJNu9fNaidSBhsGrG0g2hjEcJ1L/gJeKAnJJPTM+yiQdafBvV\nq7grtyZMTVt2gfABp01XRqVKst0G5xt6X74Fmg1/flCc6ZUbVj6UXRFQsp/1\ntwy1oV+0EJ38nnbghMHL1D2X/hJ2fQ9B+qUitnYMWFLzvRVUJgSAmChKmgL0\nqObp\r\n=ll6w\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_6.5.4_1577464330528_0.4079503223225629"
			},
			"_hasShrinkwrap": false
		},
		"7.0.0-beta.0": {
			"name": "rxjs",
			"version": "7.0.0-beta.0",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./dist/cjs/index.js",
			"module": "./dist/esm5/index.js",
			"es2015": "./dist/esm/index.js",
			"types": "./dist/types/index.d.ts",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				],
				"*.ts": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts": {
				"precommit": "lint-staged",
				"commitmsg": "validate-commit-msg",
				"build:spec:browser": "echo \"Browser test is not working currently\" && exit -1 && webpack --config spec/support/webpack.mocha.config.js",
				"lint_spec": "tslint -c tslint.json \"spec/**/*.ts\"",
				"lint_src": "tslint -c tslint.json \"src/**/*.ts\"",
				"lint": "npm-run-all --parallel lint_*",
				"dtslint": "tsc -b ./src/tsconfig.types.json && tslint -c spec-dtslint/tslint.json -p spec-dtslint/tsconfig.json \"spec-dtslint/**/*.ts\"",
				"prepublishOnly": "npm run build:package",
				"postpublish": "./docs_app/scripts/publish-docs.sh",
				"publish_docs": "./publish_docs.sh",
				"test": "npm run compile && mocha --opts spec/support/default.opts \"dist/spec/**/*-spec.js\"",
				"test:browser": "echo \"Browser test is not working currently\" && exit -1 && npm-run-all build:spec:browser && opn spec/support/mocha-browser-runner.html",
				"test:circular": "dependency-cruise --validate .dependency-cruiser.json -x \"^node_modules\" dist/esm5",
				"test:systemjs": "node integration/systemjs/systemjs-compatibility-spec.js",
				"test:side-effects": "check-side-effects --test integration/side-effects/side-effects.json",
				"test:side-effects:update": "npm run test:side-effects -- --update",
				"tests2png": "mkdirp docs_app/content/img && mocha --opts spec/support/tests2png.opts \"spec/**/*-spec.ts\"",
				"compile": "tsc -b ./src/tsconfig.cjs.json ./src/tsconfig.cjs.spec.json ./src/tsconfig.esm.json ./src/tsconfig.esm5.json ./src/tsconfig.esm5.rollup.json ./src/tsconfig.types.json ./spec/tsconfig.json",
				"build:clean": "shx rm -rf ./dist",
				"build:global": "node ./tools/make-umd-bundle.js && node ./tools/make-closure-core.js",
				"build:package": "npm-run-all build:clean compile build:global && node ./tools/prepare-package.js && node ./tools/generate-alias.js"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/reactivex/rxjs.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@angular-devkit/schematics": "^7.3.9",
				"@types/chai": "4.1.2",
				"@types/lodash": "4.14.102",
				"@types/mocha": "2.2.48",
				"@types/node": "^12.12.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"@types/source-map": "^0.5.2",
				"babel-polyfill": "6.26.0",
				"chai": "4.1.2",
				"check-side-effects": "0.0.20",
				"color": "3.0.0",
				"colors": "1.1.2",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"dependency-cruiser": "^4.27.3",
				"escape-string-regexp": "1.0.5",
				"eslint": "4.18.2",
				"eslint-plugin-jasmine": "^2.10.1",
				"fs-extra": "^8.1.0",
				"glob": "7.1.2",
				"gm": "1.23.1",
				"google-closure-compiler-js": "20170218.0.0",
				"klaw-sync": "3.0.2",
				"lint-staged": "^8.1.6",
				"lodash": "^4.17.15",
				"minimist": "1.2.2",
				"mkdirp": "0.5.1",
				"mocha": "5.0.0",
				"npm-run-all": "4.1.2",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"promise": "8.0.1",
				"rollup": "0.66.6",
				"rollup-plugin-alias": "1.4.0",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"shx": "0.2.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"systemjs": "^0.21.0",
				"tslint": "5.9.1",
				"tslint-etc": "1.9.2",
				"tslint-no-toplevel-property-access": "0.0.2",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typescript": "3.7.2",
				"validate-commit-msg": "2.14.0",
				"webpack": "^4.31.0"
			},
			"gitHead": "ec387fe03f041b6248c0bc0842011f39a352fd79",
			"_id": "rxjs@7.0.0-beta.0",
			"_nodeVersion": "12.15.0",
			"_npmVersion": "6.13.7",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-MMsqDczs2RzsTvBiH6SKjJkdAh7WaI6Q0axP/DX+1ljwFm6+18AhQ3kVT8gD7G0dHIVfh5hDFoqLaW79pkiGag==",
				"shasum": "41f730761e00ba7b5a28955e0f177afba8e2a134",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-7.0.0-beta.0.tgz",
				"fileCount": 2114,
				"unpackedSize": 5294878,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJehpAvCRA9TVsSAnZWagAAfNMP/REGcd/zQVBRepadt9dC\nUlRJ68UsWl9k/GyyNjzofFTlczffElkzbDtE6ObCGuCyHOjZXktmqy77KwD2\nnbj2ySUPxELl3dBaiHwRgUYntgNywrWxUygQGfIGwY+xzEt2BNGERl6gNIvA\n3fvSpK7oyn4zMuAj4u2nble0OEfUKNDCEqhDAqQAyAR3XQXWoa2SOZhRS5mv\n+MXIxWTXST74lHhfC6dyLtV4Y6D30smEzloF8UljhN1O9t8VFml3kw+s9/QE\nfhfxpc9puBFCFAm7bRTjEWCq4qsbFml4OKP/KXAnJ9mP2Cfy6ax1f40R70rp\n2cNdrcye9PrbvH8dwre7yfWnsBSffvTcLT/cZ7ONtCxocvev7CnAXx4J9WZq\nGvdRbOJfGwNsnRCNdvix0prsmPJhZfj9smd4rrnL+jvHXzdo18zykRX5iflD\nJ0kCfr+hjH/9565yGWDush/ahqPimnpe/cRA35iJL9gTlptKaOQJv8FSbKgw\n7wSL/wl6YKzCQxiNd2wb811npM8C+V703Q0TH/KkS0g01oJ2pckuJoEWY326\n3EuqFjRo8glrK+H/d93LcKFY20rngbJuvSnr4R0WKlcCTMPKbskCbOXTAURJ\n0eEBAJoI74+gDcyYrOS7AMoHVytJFC4mS/89Bz+EJY8MMpfeqijxZTwRJpgg\ntxoP\r\n=IP2Z\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_7.0.0-beta.0_1585877039209_0.4659215708471367"
			},
			"_hasShrinkwrap": false
		},
		"6.5.5": {
			"name": "rxjs",
			"version": "6.5.5",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"nyc": {
				"include": [
					"src/*.ts",
					"src/**/*.ts"
				],
				"exclude": [
					"node_modules",
					"dist",
					"*.d.ts",
					"src/**/MiscJSDoc.ts"
				],
				"extension": [
					".ts"
				],
				"reporter": [
					"html"
				],
				"all": true
			},
			"lint-staged": {
				"linters": {
					"*.@(js)": [
						"eslint --fix",
						"git add"
					],
					"*.@(ts)": [
						"tslint --fix",
						"git add"
					]
				},
				"ignore": [
					"spec-dtslint/**/*.{js,ts}"
				]
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/reactivex/rxjs.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@angular-devkit/schematics": "^0.5.4",
				"@types/chai": "4.1.2",
				"@types/lodash": "4.14.102",
				"@types/mocha": "2.2.48",
				"@types/node": "9.4.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"@types/source-map": "^0.5.2",
				"babel-polyfill": "6.26.0",
				"benchmark": "2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "4.1.2",
				"check-side-effects": "0.0.20",
				"color": "3.0.0",
				"colors": "1.1.2",
				"commitizen": "2.9.6",
				"coveralls": "3.0.0",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"danger": "1.1.0",
				"dependency-cruiser": "2.13.0",
				"doctoc": "1.3.0",
				"dtslint": "0.6.1",
				"escape-string-regexp": "1.0.5",
				"esdoc": "0.4.7",
				"eslint": "4.17.0",
				"eslint-plugin-jasmine": "^2.10.1",
				"fs-extra": "5.0.0",
				"get-folder-size": "1.0.1",
				"glob": "7.1.2",
				"gm": "1.23.1",
				"google-closure-compiler-js": "20170218.0.0",
				"gzip-size": "4.1.0",
				"http-server": "0.11.1",
				"husky": "0.14.3",
				"klaw-sync": "3.0.2",
				"lint-staged": "7.1.1",
				"lodash": "4.17.5",
				"markdown-doctest": "0.9.1",
				"minimist": "1.2.0",
				"mkdirp": "0.5.1",
				"mocha": "5.0.0",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "4.1.2",
				"nyc": "11.4.1",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"promise": "8.0.1",
				"protractor": "3.1.1",
				"rollup": "0.66.6",
				"rollup-plugin-alias": "1.4.0",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"rx": "latest",
				"rxjs": "^5.5.7",
				"shx": "0.2.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"symbol-observable": "1.0.1",
				"systemjs": "^0.21.0",
				"ts-node": "6.1.0",
				"tsconfig-paths": "3.2.0",
				"tslint": "5.9.1",
				"tslint-etc": "1.2.6",
				"tslint-no-toplevel-property-access": "0.0.2",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typescript": "^3.0.1",
				"validate-commit-msg": "2.14.0",
				"webpack": "1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"ng-update": {
				"migrations": "./migrations/collection.json"
			},
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"_id": "rxjs@6.5.5",
			"_nodeVersion": "12.15.0",
			"_npmVersion": "6.13.7",
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"dist": {
				"integrity": "sha512-WfQI+1gohdf0Dai/Bbmk5L5ItH5tYqm3ki2c5GdWhKjalzjg93N3avFjVStyZZz+A2Em+ZxKH5bNghw9UeylGQ==",
				"shasum": "c5c884e3094c8cfee31bf27eb87e54ccfc87f9ec",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-6.5.5.tgz",
				"fileCount": 3608,
				"unpackedSize": 5096983,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJehpKnCRA9TVsSAnZWagAAhe0P/3cfWFanFQ7HBlfOx97D\n/0KZ9xXHLbJ9d4D5L79W5BhnWGxrTV28DtA/foLHw9KGtzkiUsvfnquFgSMt\nf3GjiYdA9pOfhJTKp9VMAK1U0DNBVGlZWNKd7spQt3r0V28V0V/QNH86XzKV\nhd5yhdJDw/cgd8VbUXeh69U5B0mLBf4If/SM1WGFOvZK6tYgMvyQ1fskfDu/\nsCMAqFRJbtj3rAqTDoX41tTFSF5Gj1DXraDDVlrVfvm6lRIKylNqGq+SXyhG\nbdDnMdivbZOCh5/M7m4W5TpMk/+xDHC3dtf3JcSjy2w120jTSNIDY29F4MSe\nO1NGNKEniH9vgGGOrpJozDx06zg9hPXzwcs5UtkqOv9lppYjCgoNeCE5QFME\nCWL2wvTgUMP1Th12kSZfcqlcVdnzk2zA+zTuZXs/A1to8OstzJt1gWgKWJgm\ngDTQb2PF78Y+S0eDlk2eUb9qp9vpwF1h/RrhYCrYmtu9sD6zfRT/w2rfa6hs\nJiewhiRgBOK0o6H006KDn/TBLC74ZmEXzHUy2chGC3BQB+2GveEMTRYdVmBC\nBCprdKl304Y0QXVvg8VU6CmDI+Xf/BIFnPlsltPcCkJ6wzeyKdQfTpzzNv7i\nf+szXTsqqMcBAHJe2ONYuUkDW2463PRf8ItCVrgaIxNfY8Jsvas/UTJ6kkvT\nxIlV\r\n=ll4W\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_6.5.5_1585877670621_0.5363568764959412"
			},
			"_hasShrinkwrap": false
		},
		"7.0.0-beta.1": {
			"name": "rxjs",
			"version": "7.0.0-beta.1",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./dist/cjs/index.js",
			"module": "./dist/esm5/index.js",
			"es2015": "./dist/esm/index.js",
			"types": "./dist/types/index.d.ts",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				],
				"*.ts": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts": {
				"precommit": "lint-staged",
				"commitmsg": "validate-commit-msg",
				"build:spec:browser": "echo \"Browser test is not working currently\" && exit -1 && webpack --config spec/support/webpack.mocha.config.js",
				"lint_spec": "tslint -c tslint.json -p spec/tsconfig.json \"spec/**/*.ts\"",
				"lint_src": "tslint -c tslint.json -p src/tsconfig.base.json \"src/**/*.ts\"",
				"lint": "npm-run-all --parallel lint_*",
				"dtslint": "tsc -b ./src/tsconfig.types.json && tslint -c spec-dtslint/tslint.json -p spec-dtslint/tsconfig.json \"spec-dtslint/**/*.ts\"",
				"prepublishOnly": "npm run build:package && npm run lint && npm run test && npm run test:circular && npm run dtslint && npm run test:side-effects && npm run api_guardian",
				"postpublish": "./docs_app/scripts/publish-docs.sh",
				"publish_docs": "./publish_docs.sh",
				"test": "npm run compile && mocha --config spec/support/.mocharc.js \"dist/spec/**/*-spec.js\"",
				"test:browser": "echo \"Browser test is not working currently\" && exit -1 && npm-run-all build:spec:browser && opn spec/support/mocha-browser-runner.html",
				"test:circular": "dependency-cruise --validate .dependency-cruiser.json -x \"^node_modules\" dist/esm5",
				"test:systemjs": "node integration/systemjs/systemjs-compatibility-spec.js",
				"test:side-effects": "check-side-effects --test integration/side-effects/side-effects.json",
				"test:side-effects:update": "npm run test:side-effects -- --update",
				"compile": "tsc -b ./src/tsconfig.cjs.json ./src/tsconfig.cjs.spec.json ./src/tsconfig.esm.json ./src/tsconfig.esm5.json ./src/tsconfig.esm5.rollup.json ./src/tsconfig.types.json ./spec/tsconfig.json",
				"build:clean": "shx rm -rf ./dist",
				"build:global": "node ./tools/make-umd-bundle.js && node ./tools/make-closure-core.js",
				"build:package": "npm-run-all build:clean compile build:global && node ./tools/prepare-package.js && node ./tools/generate-alias.js",
				"api_guardian:update": "ts-api-guardian --outDir api_guard dist/types/index.d.ts dist/types/ajax/index.d.ts dist/types/fetch/index.d.ts dist/types/operators/index.d.ts dist/types/testing/index.d.ts dist/types/webSocket/index.d.ts",
				"api_guardian": "ts-api-guardian --verifyDir api_guard dist/types/index.d.ts dist/types/ajax/index.d.ts dist/types/fetch/index.d.ts dist/types/operators/index.d.ts dist/types/testing/index.d.ts dist/types/webSocket/index.d.ts"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/reactivex/rxjs.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0",
				"typedoc": "^0.17.6"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@angular-devkit/schematics": "^7.3.9",
				"@types/chai": "^4.2.11",
				"@types/lodash": "4.14.102",
				"@types/mocha": "^7.0.2",
				"@types/node": "^12.12.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"@types/source-map": "^0.5.2",
				"babel-polyfill": "6.26.0",
				"chai": "^4.2.0",
				"check-side-effects": "0.0.20",
				"color": "3.0.0",
				"colors": "1.1.2",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"dependency-cruiser": "^4.27.3",
				"escape-string-regexp": "1.0.5",
				"eslint": "4.18.2",
				"eslint-plugin-jasmine": "^2.10.1",
				"fs-extra": "^8.1.0",
				"glob": "7.1.2",
				"google-closure-compiler-js": "20170218.0.0",
				"klaw-sync": "3.0.2",
				"lint-staged": "^8.1.6",
				"lodash": "^4.17.15",
				"minimist": "1.2.2",
				"mkdirp": "0.5.1",
				"mocha": "^8.0.1",
				"npm-run-all": "4.1.2",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"promise": "8.0.1",
				"rollup": "0.66.6",
				"rollup-plugin-alias": "1.4.0",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"shx": "^0.3.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"systemjs": "^0.21.0",
				"ts-api-guardian": "^0.5.0",
				"tslint": "5.9.1",
				"tslint-etc": "1.9.2",
				"tslint-no-toplevel-property-access": "0.0.2",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typescript": "~3.9.2",
				"validate-commit-msg": "2.14.0",
				"webpack": "^4.31.0"
			},
			"readmeFilename": "README.md",
			"gitHead": "322a3304648acd28171458858756273d6eefa2b3",
			"_id": "rxjs@7.0.0-beta.1",
			"_nodeVersion": "12.18.1",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-kBrrq1s4UI0PcPvifdiS8AwePfVvnjbPcSQHICZf/zAbSOi8XHSx3fMcXZTvJu7Ge7CHqDT9rFZ8HdOSMawn8Q==",
				"shasum": "21d09568a53a1f711771b7b8b6d02abe55c30a0f",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-7.0.0-beta.1.tgz",
				"fileCount": 2114,
				"unpackedSize": 5337073,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe/TxACRA9TVsSAnZWagAAZGEQAKPwd/82gAoAC3kZJCwq\nUcLIihfeTACa6IHzKm7gR09kHELq0JVfvzeBAgzAMfO2twtx9xeL/CGkalAz\nLqhve7zjfUGCR9uvxJ5UlsOeLCUbDj4GcmW88S8sB5r+VbJiLFm2tCZUvnVX\nsXHtqBjAegi1eYI/h9XKZz6wd24ZFN9VIVBpfgLev82DaPP86bvRRLYrxqdm\n94h0yorgnMb8BjQiFecFZgJfOVbiu64pggz32QUQJyWlXYyac1HACFfhjxQv\nu10FLMEv1Mg1Nr/4Ua9h10Izv/larmaRGpXSvrgRsrF4L4LMRXGfSPo04Pc4\nBPNzF/1HO57i+JOQhdhgo+kg4+UnV8jGEngkmoGGFN5VEMn1kFayPnyPbTxC\ni2+U7djT0agtIgvcPjEy+QD7WQozDyB29IVGpu7bUI99McSq0p+MVryRcXv9\nReoRxtcrXFK9QK3U1WNekRFY2GMle2U3HriF1n5eSKSAmdg7tSjF1Kmidwia\nATwZ63cnFnJSSfS14OYed0s8DxzsBKN4orGs/zC4TXWrDD1DfEPN5kpFlB1u\njmlDQ17MhE5MU/6AJUhMzYuckAIe1u/gJiaD6ArtRIc+U7LS7tKumpQOoHj2\n8AKGv/XJuS4YCqZGqe50SLI5yOv1XPDr9dIYiQcL8idsLMigN6z1lVW1Gtuv\n+6oQ\r\n=Gl5k\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_7.0.0-beta.1_1593654336250_0.995567411687885"
			},
			"_hasShrinkwrap": false
		},
		"6.6.0": {
			"name": "rxjs",
			"version": "6.6.0",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"nyc": {
				"include": [
					"src/*.ts",
					"src/**/*.ts"
				],
				"exclude": [
					"node_modules",
					"dist",
					"*.d.ts",
					"src/**/MiscJSDoc.ts"
				],
				"extension": [
					".ts"
				],
				"reporter": [
					"html"
				],
				"all": true
			},
			"lint-staged": {
				"linters": {
					"*.@(js)": [
						"eslint --fix",
						"git add"
					],
					"*.@(ts)": [
						"tslint --fix",
						"git add"
					]
				},
				"ignore": [
					"spec-dtslint/**/*.{js,ts}",
					"api_guard/**/*.{js,ts}"
				]
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/reactivex/rxjs.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@angular-devkit/schematics": "^0.5.4",
				"@types/chai": "4.1.2",
				"@types/lodash": "4.14.102",
				"@types/mocha": "2.2.48",
				"@types/node": "9.4.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"@types/source-map": "^0.5.2",
				"babel-polyfill": "6.26.0",
				"benchmark": "2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "4.1.2",
				"check-side-effects": "0.0.20",
				"color": "3.0.0",
				"colors": "1.1.2",
				"commitizen": "2.9.6",
				"coveralls": "3.0.0",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"danger": "1.1.0",
				"dependency-cruiser": "2.13.0",
				"doctoc": "1.3.0",
				"dtslint": "0.6.1",
				"escape-string-regexp": "1.0.5",
				"esdoc": "0.4.7",
				"eslint": "4.17.0",
				"eslint-plugin-jasmine": "^2.10.1",
				"fs-extra": "5.0.0",
				"get-folder-size": "1.0.1",
				"glob": "7.1.2",
				"gm": "1.23.1",
				"google-closure-compiler-js": "20170218.0.0",
				"gzip-size": "4.1.0",
				"http-server": "0.11.1",
				"husky": "0.14.3",
				"klaw-sync": "3.0.2",
				"lint-staged": "7.1.1",
				"lodash": "4.17.5",
				"markdown-doctest": "0.9.1",
				"minimist": "1.2.0",
				"mkdirp": "0.5.1",
				"mocha": "5.0.0",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "4.1.2",
				"nyc": "11.4.1",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"promise": "8.0.1",
				"protractor": "3.1.1",
				"rollup": "0.66.6",
				"rollup-plugin-alias": "1.4.0",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"rx": "latest",
				"rxjs": "^5.5.7",
				"shx": "0.2.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"symbol-observable": "1.0.1",
				"systemjs": "^0.21.0",
				"ts-api-guardian": "^0.5.0",
				"ts-node": "6.1.0",
				"tsconfig-paths": "3.2.0",
				"tslint": "5.9.1",
				"tslint-etc": "1.2.6",
				"tslint-no-toplevel-property-access": "0.0.2",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typescript": "^3.0.1",
				"validate-commit-msg": "2.14.0",
				"webpack": "1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"ng-update": {
				"migrations": "./migrations/collection.json"
			},
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"_id": "rxjs@6.6.0",
			"_nodeVersion": "12.18.1",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-3HMA8z/Oz61DUHe+SdOiQyzIf4tOx5oQHmMir7IZEu6TMqCLHT4LRcmNaUS0NwOz8VLvmmBduMsoaUvMaIiqzg==",
				"shasum": "af2901eedf02e3a83ffa7f886240ff9018bbec84",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.0.tgz",
				"fileCount": 3608,
				"unpackedSize": 5112300,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe/UEoCRA9TVsSAnZWagAAdTsP/jdQ83ttiUhFaKcx+mgg\nT4yKlIYoA1HRJaPwWAh12PQ87eyt1D653OW9J3rqIOLlJrSPqn2NasXx4I3g\nQU/kb0VU7slqAeStFh0MEhjP46/My88eDyGd2rytutwQvgOrS9tABJ5AQldz\nJeb3biPj4X3SA2MLDA8X4+oxYvuysymcfE3hSEVBdIj08Q4Ey2+XdZmi9Fhy\n4sVL3hlgkVgocIM+DlvGzq6e9LV0uvD7tvyFhdcW3OVpHdBwLqFbI3wDCZtY\noZTT5gDzcdz8DvZOSqieL/xrDqhcGZYOl+tz6hm+br5uJVC0my+0qsbyZb+B\nzyqzXgwKmrmCJDFJHyQE1kzuZO8WE0SZeuR5700dGtUl494Ht9SUnlzf4in1\nSZtOKn3Dt9NLaZn5xv0MmXLJq459nvt1J3Rhfe8Ceh8WD9GkQm0belanBqYG\n73grUejCT3B0w/RZODk8qXRzqLpB0qO7GNimh+2sMoS4r7ur9iuK6ocHud/G\naY/wKOd1bA9LgYUNFpspcrwI9XspvRIsWD8WfcMtVu72TseRQDfaTxrYG4aU\nm7QGrqEK7jng5qu+TqX//dTKHWNsQVWzvR8bYf0AIW/Xvn2TyRix/7tySiIc\nDz6G7vYXhmzAYephuxcR+uPqX1hAmnJjfSEv70VpeV9MGt9BsrrCfdBHk9iP\n6yA9\r\n=h/aZ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_6.6.0_1593655591640_0.17750813864310788"
			},
			"_hasShrinkwrap": false
		},
		"7.0.0-beta.2": {
			"name": "rxjs",
			"version": "7.0.0-beta.2",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./dist/cjs/index.js",
			"module": "./dist/esm5/index.js",
			"es2015": "./dist/esm/index.js",
			"types": "./dist/types/index.d.ts",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				],
				"*.ts": [
					"tslint --fix",
					"git add"
				]
			},
			"scripts": {
				"precommit": "lint-staged",
				"commitmsg": "validate-commit-msg",
				"build:spec:browser": "echo \"Browser test is not working currently\" && exit -1 && webpack --config spec/support/webpack.mocha.config.js",
				"lint_spec": "tslint -c tslint.json -p spec/tsconfig.json \"spec/**/*.ts\"",
				"lint_src": "tslint -c tslint.json -p src/tsconfig.base.json \"src/**/*.ts\"",
				"lint": "npm-run-all --parallel lint_*",
				"dtslint": "tsc -b ./src/tsconfig.types.json && tslint -c spec-dtslint/tslint.json -p spec-dtslint/tsconfig.json \"spec-dtslint/**/*.ts\"",
				"prepublishOnly": "npm run build:package && npm run lint && npm run test && npm run test:circular && npm run dtslint && npm run test:side-effects && npm run api_guardian",
				"postpublish": "./docs_app/scripts/publish-docs.sh",
				"publish_docs": "./publish_docs.sh",
				"test": "npm run compile && mocha --config spec/support/.mocharc.js \"dist/spec/**/*-spec.js\"",
				"test:browser": "echo \"Browser test is not working currently\" && exit -1 && npm-run-all build:spec:browser && opn spec/support/mocha-browser-runner.html",
				"test:circular": "dependency-cruise --validate .dependency-cruiser.json -x \"^node_modules\" dist/esm5",
				"test:systemjs": "node integration/systemjs/systemjs-compatibility-spec.js",
				"test:side-effects": "check-side-effects --test integration/side-effects/side-effects.json",
				"test:side-effects:update": "npm run test:side-effects -- --update",
				"compile": "tsc -b ./src/tsconfig.cjs.json ./src/tsconfig.cjs.spec.json ./src/tsconfig.esm.json ./src/tsconfig.esm5.json ./src/tsconfig.esm5.rollup.json ./src/tsconfig.types.json ./spec/tsconfig.json",
				"build:clean": "shx rm -rf ./dist",
				"build:global": "node ./tools/make-umd-bundle.js && node ./tools/make-closure-core.js",
				"build:package": "npm-run-all build:clean compile build:global && node ./tools/prepare-package.js && node ./tools/generate-alias.js",
				"api_guardian:update": "ts-api-guardian --outDir api_guard dist/types/index.d.ts dist/types/ajax/index.d.ts dist/types/fetch/index.d.ts dist/types/operators/index.d.ts dist/types/testing/index.d.ts dist/types/webSocket/index.d.ts",
				"api_guardian": "ts-api-guardian --verifyDir api_guard dist/types/index.d.ts dist/types/ajax/index.d.ts dist/types/fetch/index.d.ts dist/types/operators/index.d.ts dist/types/testing/index.d.ts dist/types/webSocket/index.d.ts"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/reactivex/rxjs.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@angular-devkit/schematics": "^7.3.9",
				"@types/chai": "^4.2.11",
				"@types/lodash": "4.14.102",
				"@types/mocha": "^7.0.2",
				"@types/node": "^12.12.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"@types/source-map": "^0.5.2",
				"babel-polyfill": "6.26.0",
				"chai": "^4.2.0",
				"check-side-effects": "0.0.20",
				"color": "3.0.0",
				"colors": "1.1.2",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"dependency-cruiser": "^4.27.3",
				"escape-string-regexp": "1.0.5",
				"eslint": "4.18.2",
				"eslint-plugin-jasmine": "^2.10.1",
				"fs-extra": "^8.1.0",
				"glob": "7.1.2",
				"google-closure-compiler-js": "20170218.0.0",
				"klaw-sync": "3.0.2",
				"lint-staged": "^8.1.6",
				"lodash": "^4.17.15",
				"minimist": "1.2.2",
				"mkdirp": "0.5.1",
				"mocha": "^8.0.1",
				"npm-run-all": "4.1.2",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"promise": "8.0.1",
				"rollup": "0.66.6",
				"rollup-plugin-alias": "1.4.0",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"shx": "^0.3.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"systemjs": "^0.21.0",
				"ts-api-guardian": "^0.5.0",
				"tslint": "5.9.1",
				"tslint-etc": "1.9.2",
				"tslint-no-toplevel-property-access": "0.0.2",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typedoc": "^0.17.8",
				"typescript": "~3.9.2",
				"validate-commit-msg": "2.14.0",
				"webpack": "^4.31.0"
			},
			"gitHead": "6269d90fea26b8fcd1b2a6965d7c71d33e3c2289",
			"_id": "rxjs@7.0.0-beta.2",
			"_nodeVersion": "12.18.1",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-MlsT7OVk1wOIlClZGZCangq+SR7qWBh7KUJvQ8CzFClKv4uveTNGDA5bxVcdP8Lf/pnKf5w9bEUUk41GQ2kzBA==",
				"shasum": "41f71f9a876c3b5ad1fde49a08276124e1d92268",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-7.0.0-beta.2.tgz",
				"fileCount": 2114,
				"unpackedSize": 5344214,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe/2c2CRA9TVsSAnZWagAAwdAP/1aCqyGSCFlDuU3wkf80\njlwNfh6pnHHvg5T0sORw46fGNc70dJpFmkOxXwau9+6PTu35Vs6X74fynu5U\nze3XSSTFT/5CIO1Jy4C665V35D9/Uofcc2MUhcrHD6fSXyDybjpViMpC7y8X\np7EoGSrmGvk5VgdysftTNcPfu8yyHd6IgHM3fWTCGl574/ZSOFB1eDP6Q6M7\ntfTvTONNOC1cObI4sWs2cVUm+bC7eKf9ZyFC3fTFpmsYjXBC9w/VS5tlstBt\nUBHEjcSQ0mDm4oR2cD+4Fi/hNPFm0bCc8fz8cXoJKB8nPXvCVEfK1OqSIDjk\nGSn57JkkEHyaXmQzo9iiG6m3FHtwpwH6I2qp7JzWmklSqR6Q+4XAdHhucRMa\nx1O/2BitJIZVBmEVuR7ZhEOvStb3KsUV7ma70BIuMrNbhe7gO332BLlE6SIs\nzISvS8sIBBnG/8W5qOSotnbrZYduuTHyea3QvCbs5N1SA67o2VJ23U9YtoMN\n3t7Mk02CmaUF10y80Wl2tSKsk9T+Ae9a/WH8TkhFPN8CTcAYeczllt7JeumI\nPWh5prmXCJ0adecsinHB3UXXWisAv1OIqODsyR37bMEJau1EMh5x1U+fDY4z\n8tf6Mj74cQ2kgMdWdDae9CJfxNvn1en39Qb7kTF+uieSh752kjrHNd9LSVlE\nc7uR\r\n=hAK9\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_7.0.0-beta.2_1593796406274_0.8382006443193943"
			},
			"_hasShrinkwrap": false
		},
		"7.0.0-beta.3": {
			"name": "rxjs",
			"version": "7.0.0-beta.3",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./dist/cjs/index.js",
			"module": "./dist/esm5/index.js",
			"es2015": "./dist/esm/index.js",
			"types": "./dist/types/index.d.ts",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"src/**/*.ts": [
					"prettier --write"
				],
				"*.js": "eslint --cache --fix",
				"*.ts": [
					"tslint --fix"
				],
				"*.{js,css,md}": "prettier --write"
			},
			"scripts": {
				"commitmsg": "validate-commit-msg",
				"build:spec:browser": "echo \"Browser test is not working currently\" && exit -1 && webpack --config spec/support/webpack.mocha.config.js",
				"lint_spec": "tslint -c tslint.json -p spec/tsconfig.json \"spec/**/*.ts\"",
				"lint_src": "tslint -c tslint.json -p src/tsconfig.base.json \"src/**/*.ts\"",
				"lint": "npm-run-all --parallel lint_*",
				"dtslint": "tsc -b ./src/tsconfig.types.json && tslint -c spec-dtslint/tslint.json -p spec-dtslint/tsconfig.json \"spec-dtslint/**/*.ts\"",
				"prepublishOnly": "npm run build:package && npm run lint && npm run test && npm run test:circular && npm run dtslint && npm run test:side-effects && npm run api_guardian",
				"postpublish": "./docs_app/scripts/publish-docs.sh",
				"publish_docs": "./publish_docs.sh",
				"test": "npm run compile && mocha --config spec/support/.mocharc.js \"dist/spec/**/*-spec.js\"",
				"test:browser": "echo \"Browser test is not working currently\" && exit -1 && npm-run-all build:spec:browser && opn spec/support/mocha-browser-runner.html",
				"test:circular": "dependency-cruiser --validate .dependency-cruiser.json -x \"^node_modules\" dist/esm5",
				"test:systemjs": "node integration/systemjs/systemjs-compatibility-spec.js",
				"test:side-effects": "check-side-effects --test integration/side-effects/side-effects.json",
				"test:side-effects:update": "npm run test:side-effects -- --update",
				"compile": "tsc -b ./src/tsconfig.cjs.json ./src/tsconfig.cjs.spec.json ./src/tsconfig.esm.json ./src/tsconfig.esm5.json ./src/tsconfig.esm5.rollup.json ./src/tsconfig.types.json ./spec/tsconfig.json",
				"build:clean": "shx rm -rf ./dist",
				"build:global": "node ./tools/make-umd-bundle.js && node ./tools/make-closure-core.js",
				"build:package": "npm-run-all build:clean compile build:global && node ./tools/prepare-package.js && node ./tools/generate-alias.js",
				"api_guardian:update": "ts-api-guardian --outDir api_guard dist/types/index.d.ts dist/types/ajax/index.d.ts dist/types/fetch/index.d.ts dist/types/operators/index.d.ts dist/types/testing/index.d.ts dist/types/webSocket/index.d.ts",
				"api_guardian": "ts-api-guardian --verifyDir api_guard dist/types/index.d.ts dist/types/ajax/index.d.ts dist/types/fetch/index.d.ts dist/types/operators/index.d.ts dist/types/testing/index.d.ts dist/types/webSocket/index.d.ts"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/reactivex/rxjs.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@angular-devkit/schematics": "^7.3.9",
				"@types/chai": "^4.2.11",
				"@types/lodash": "4.14.102",
				"@types/mocha": "^7.0.2",
				"@types/node": "^12.12.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"@types/source-map": "^0.5.2",
				"babel-polyfill": "6.26.0",
				"chai": "^4.2.0",
				"check-side-effects": "0.0.20",
				"color": "3.0.0",
				"colors": "1.1.2",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"dependency-cruiser": "^4.27.3",
				"escape-string-regexp": "1.0.5",
				"eslint": "4.18.2",
				"eslint-plugin-jasmine": "^2.10.1",
				"fs-extra": "^8.1.0",
				"glob": "7.1.2",
				"google-closure-compiler-js": "20170218.0.0",
				"husky": "^4.2.5",
				"klaw-sync": "3.0.2",
				"lint-staged": "^10.2.11",
				"lodash": "^4.17.15",
				"minimist": "1.2.2",
				"mkdirp": "0.5.1",
				"mocha": "^8.0.1",
				"npm-run-all": "4.1.2",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"prettier": "^2.0.5",
				"promise": "8.0.1",
				"rollup": "0.66.6",
				"rollup-plugin-alias": "1.4.0",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"shx": "^0.3.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"systemjs": "^0.21.0",
				"ts-api-guardian": "^0.5.0",
				"tslint": "^5.20.1",
				"tslint-config-prettier": "^1.18.0",
				"tslint-etc": "1.9.2",
				"tslint-no-toplevel-property-access": "0.0.2",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typedoc": "^0.17.8",
				"typescript": "~3.9.2",
				"validate-commit-msg": "2.14.0",
				"webpack": "^4.31.0"
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged"
				}
			},
			"readmeFilename": "README.md",
			"gitHead": "def740988071552e8ff18f4c11387aca97be6843",
			"_id": "rxjs@7.0.0-beta.3",
			"_nodeVersion": "12.18.2",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-5feywCp6NR1G7IIOC3jevAr8pr9Gi4Zv3n+mexTHpzPiXa89A1I1g69xdjnQABw+tx5n75GG85LyRi9Ex/Xkdw==",
				"shasum": "af381cc9783a5f38e3cb477415232f5404dc4d27",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-7.0.0-beta.3.tgz",
				"fileCount": 2087,
				"unpackedSize": 5352468,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfIxfECRA9TVsSAnZWagAAFkMP/RYgdJ1/MdDJqFoScLem\nUfBWXDs3C9VVhOHHS6Kj0DZWynaDPWByHZdxRVpJEhXMu2CWyEQ8ADrEb8ui\nUqMMlPK8ObcybWGzdSrNkuKXGhLqI1P4JWP2c9o22fZHX5t2WK6xggWjXGfJ\n3bgwjbGK+kZzwaSKy1CXNNN47pKMh9CZnaNUUj2Ua9xWXlCZrwpHnMFqFR+1\nhPf0mA2K7REHnlyaK/U7/OjqkMkREKfzYZvL74tCvTKq6G59uheqpcEwxoFC\nMuKz//TyoWBqr6J5MgsTmvWP8WIQlzhrd2Arptj9ipoqnubLaHkUxXajn8in\nH1Q2Fp3CbUOweEX1HOj8yD2rzPGypYsfJukVvC2cEWr5vjE6qjw10UKNpqpU\ntuZxPfs6aAZJFsh4sZcC98vqSn9DsTFJpou0J6iSABVmpmfq/GfNAlbb4rXl\nAxWay9FN50MXSYWmrqiiiB2IeHBAhYAMYnRw6gEZDw5VTdaatrnSYIyg0iMU\n0M9DWoL7R/JdJG2aRdiDxjvUKPaU3Yz6VZSHIBYkWB9y6pYPBKEq1VfVdVCp\npLnmLdWX1ms+VsI3+f4RkeRr0E5o7i290Zl0rSMZYzDW++sOcAqi2KfYnzmF\nOSNCGN/ZxlewzGy8x0I1+tjYcc8jz3/1O7AykwUxqIu5PQbxOgKF/jug/0JI\n0OGp\r\n=Ae0T\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_7.0.0-beta.3_1596135363917_0.4059972076443239"
			},
			"_hasShrinkwrap": false
		},
		"6.6.1": {
			"name": "rxjs",
			"version": "6.6.1",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"nyc": {
				"include": [
					"src/*.ts",
					"src/**/*.ts"
				],
				"exclude": [
					"node_modules",
					"dist",
					"*.d.ts",
					"src/**/MiscJSDoc.ts"
				],
				"extension": [
					".ts"
				],
				"reporter": [
					"html"
				],
				"all": true
			},
			"lint-staged": {
				"linters": {
					"*.@(js)": [
						"eslint --fix",
						"git add"
					],
					"*.@(ts)": [
						"tslint --fix",
						"git add"
					]
				},
				"ignore": [
					"spec-dtslint/**/*.{js,ts}",
					"api_guard/**/*.{js,ts}"
				]
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/reactivex/rxjs.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@angular-devkit/schematics": "^0.5.4",
				"@types/chai": "4.1.2",
				"@types/lodash": "4.14.102",
				"@types/mocha": "2.2.48",
				"@types/node": "9.4.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"@types/source-map": "^0.5.2",
				"babel-polyfill": "6.26.0",
				"benchmark": "2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "4.1.2",
				"check-side-effects": "0.0.20",
				"color": "3.0.0",
				"colors": "1.1.2",
				"commitizen": "2.9.6",
				"coveralls": "3.0.0",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"danger": "1.1.0",
				"dependency-cruiser": "2.13.0",
				"doctoc": "1.3.0",
				"dtslint": "0.6.1",
				"escape-string-regexp": "1.0.5",
				"esdoc": "0.4.7",
				"eslint": "4.17.0",
				"eslint-plugin-jasmine": "^2.10.1",
				"fs-extra": "5.0.0",
				"get-folder-size": "1.0.1",
				"glob": "7.1.2",
				"gm": "1.23.1",
				"google-closure-compiler-js": "20170218.0.0",
				"gzip-size": "4.1.0",
				"http-server": "0.11.1",
				"husky": "0.14.3",
				"klaw-sync": "3.0.2",
				"lint-staged": "7.1.1",
				"lodash": "4.17.5",
				"markdown-doctest": "0.9.1",
				"minimist": "1.2.0",
				"mkdirp": "0.5.1",
				"mocha": "5.0.0",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "4.1.2",
				"nyc": "11.4.1",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"promise": "8.0.1",
				"protractor": "3.1.1",
				"rollup": "0.66.6",
				"rollup-plugin-alias": "1.4.0",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"rx": "latest",
				"rxjs": "^5.5.7",
				"shx": "0.2.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"symbol-observable": "1.0.1",
				"systemjs": "^0.21.0",
				"ts-api-guardian": "^0.5.0",
				"ts-node": "6.1.0",
				"tsconfig-paths": "3.2.0",
				"tslint": "5.9.1",
				"tslint-etc": "1.2.6",
				"tslint-no-toplevel-property-access": "0.0.2",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typescript": "^3.0.1",
				"validate-commit-msg": "2.14.0",
				"webpack": "1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"ng-update": {
				"migrations": "./migrations/collection.json"
			},
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"_id": "rxjs@6.6.1",
			"_nodeVersion": "12.18.2",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-hFXdLPvOEHpUpearBFsa4D8//IgLQffhrPVlOuA4sU5nfP/8lKFhOgRNcUNRMijg+7/7AtglSFyszl79qSc1GA==",
				"shasum": "5d8e91c346983630f775d3ede343e825524aabb4",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.1.tgz",
				"fileCount": 3608,
				"unpackedSize": 5114702,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfI2vGCRA9TVsSAnZWagAAUNEQAJp887Bj5uWX/GlQRvTM\nWMIwlkU39Z6GrbjYD8ZJx00BFz7lSEF+jD6fdzx0v469v4CJHhDByXTxJxZ3\nVVKdUbjJ5DsvD6+eWqP5bthhy7+oXs34umyXsinGaSwRPz7rO8rTAo/QQQmm\neeuzlgRHD1vXmVqbtgB/Y35pG6tmkF45ac22XEcuzYvw3rK5fvwyTEwsT6Ab\nHmJ6KFuFqxvLxR7arczqjdCp2Vk+R/7qkZzlLNkmt1fE4fixrbe6CGVLHuaw\nayGdrhsbv57jPyNk66ga+US52Kigia6ha7kjYRBWRTtlu7lmbWXituwwr1ED\nTJ/xL6EskQpuOPszfKNoZLeeAV3ZNdA6rVf9RLPcirR8Aw4Ime/BhirRer79\ncyps/S+mvs1hNXD3/gdff3UPUrlFBHr/eEbtfeXXp5YPArJ3Ogyr4zDdS45m\nBZb90KwQ3cURknTzfdaHrEilAegjOnJcQJsjqbVHqhRfvuGh2QsN15LUzACr\n/CyNeWtrJv/Xek1bVBxTqFTcJE/5CqSdfyU3EdyuvAkY/7vaua7HF3AwFsdU\n6mnXeYa3M18BeXL5aT0047bsOjGwmuvtRaOsFAr+QvpwIPH5qWcgcWAyzIPW\nMaoVDMo0mde/FR4kTwUuqXbVRpXNEaC6mylbGBD/sVQCs6RvFvgkuywPsM5x\nW3TU\r\n=xEX4\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_6.6.1_1596156870104_0.357125013580891"
			},
			"_hasShrinkwrap": false
		},
		"6.6.2": {
			"name": "rxjs",
			"version": "6.6.2",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"nyc": {
				"include": [
					"src/*.ts",
					"src/**/*.ts"
				],
				"exclude": [
					"node_modules",
					"dist",
					"*.d.ts",
					"src/**/MiscJSDoc.ts"
				],
				"extension": [
					".ts"
				],
				"reporter": [
					"html"
				],
				"all": true
			},
			"lint-staged": {
				"linters": {
					"*.@(js)": [
						"eslint --fix",
						"git add"
					],
					"*.@(ts)": [
						"tslint --fix",
						"git add"
					]
				},
				"ignore": [
					"spec-dtslint/**/*.{js,ts}",
					"api_guard/**/*.{js,ts}"
				]
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/reactivex/rxjs.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@angular-devkit/schematics": "^0.5.4",
				"@types/chai": "4.1.2",
				"@types/lodash": "4.14.102",
				"@types/mocha": "2.2.48",
				"@types/node": "9.4.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"@types/source-map": "^0.5.2",
				"babel-polyfill": "6.26.0",
				"benchmark": "2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "4.1.2",
				"check-side-effects": "0.0.20",
				"color": "3.0.0",
				"colors": "1.1.2",
				"commitizen": "2.9.6",
				"coveralls": "3.0.0",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"danger": "1.1.0",
				"dependency-cruiser": "2.13.0",
				"doctoc": "1.3.0",
				"dtslint": "0.6.1",
				"escape-string-regexp": "1.0.5",
				"esdoc": "0.4.7",
				"eslint": "4.17.0",
				"eslint-plugin-jasmine": "^2.10.1",
				"fs-extra": "5.0.0",
				"get-folder-size": "1.0.1",
				"glob": "7.1.2",
				"gm": "1.23.1",
				"google-closure-compiler-js": "20170218.0.0",
				"gzip-size": "4.1.0",
				"http-server": "0.11.1",
				"husky": "0.14.3",
				"klaw-sync": "3.0.2",
				"lint-staged": "7.1.1",
				"lodash": "4.17.5",
				"markdown-doctest": "0.9.1",
				"minimist": "1.2.0",
				"mkdirp": "0.5.1",
				"mocha": "5.0.0",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "4.1.2",
				"nyc": "11.4.1",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"promise": "8.0.1",
				"protractor": "3.1.1",
				"rollup": "0.66.6",
				"rollup-plugin-alias": "1.4.0",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"rx": "latest",
				"rxjs": "^5.5.7",
				"shx": "0.2.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"symbol-observable": "1.0.1",
				"systemjs": "^0.21.0",
				"ts-api-guardian": "^0.5.0",
				"ts-node": "6.1.0",
				"tsconfig-paths": "3.2.0",
				"tslint": "5.9.1",
				"tslint-etc": "1.2.6",
				"tslint-no-toplevel-property-access": "0.0.2",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typescript": "^3.0.1",
				"validate-commit-msg": "2.14.0",
				"webpack": "1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"ng-update": {
				"migrations": "./migrations/collection.json"
			},
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"_id": "rxjs@6.6.2",
			"_nodeVersion": "12.18.2",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-BHdBMVoWC2sL26w//BCu3YzKT4s2jip/WhwsGEDmeKYBhKDZeYezVUnHatYB7L85v5xs0BAQmg6BEYJEKxBabg==",
				"shasum": "8096a7ac03f2cc4fe5860ef6e572810d9e01c0d2",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.2.tgz",
				"fileCount": 3616,
				"unpackedSize": 5120824,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfI23GCRA9TVsSAnZWagAAmVQQAJJf2BRP1H4AtRRWUmVh\nIwf1LkGe/rt1ytE8XZo+8cNbQAmNVWr56bCCfMFjfCbgdMMlbEoETR2GQZxT\nuPo7PPgZLp+cbBwXT0zzq85s5ufNRORy7Y3IRGxyI6xJE0DS8CR7NZ5WCBnb\nQmmK0fad5K37A0iDUIgCJMUfeOrcyO/9zwTZgj583W8VBlNb/oZkKqksHIw8\nQf5y0S3KmQswQtAn970Lp8pS0iGyHcXbfgtxzwEW1p7l1qfAdSHWjqGe2g5X\n+Um14JVVcsW0Whu/lDwF49cNmiaERw2xELySpLds2yY8Hq2x3fYZxOlOiLej\nMfg/ZNVUYavX3SDB+S1XRbBh62/M6LbZWVYyeRmrb8MMCJI2AgVAt7AB5CpZ\ncnop3RCaK1cn8DRktWsGCCm/ZTOA3Tsfiv8ii93s0Dv/2eMH4eP1WBCylD2o\n4XZX1Ri1YyLR1yPPQ5WTq4aRd/lG+75DdNnZpgSFtxy0aJnFI6SBWkYjQBHj\nN31ZEwLyJMqV7wLo0TWm1qOM8VseyDAylmirQn9pvUEg3BUVdW38bCkA4cxB\nzlxr9g3tfDrhUCz35JyORIsuw9ihZWONucU8cJsdSVwRCmJr2SwQl5/wUVWh\nCleFvGRs6rkjKus2QuVpx8t5xKbv0vRaXOh1JhWMAMkgq9yvbWSZXph4BIRw\nax69\r\n=oUSN\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_6.6.2_1596157381584_0.6267866927778325"
			},
			"_hasShrinkwrap": false
		},
		"7.0.0-beta.4": {
			"name": "rxjs",
			"version": "7.0.0-beta.4",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./dist/cjs/index.js",
			"module": "./dist/esm5/index.js",
			"es2015": "./dist/esm/index.js",
			"types": "./dist/types/index.d.ts",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"src/**/*.ts": [
					"prettier --write"
				],
				"*.js": "eslint --cache --fix",
				"*.ts": [
					"tslint --fix"
				],
				"*.{js,css,md}": "prettier --write"
			},
			"scripts": {
				"commitmsg": "validate-commit-msg",
				"build:spec:browser": "echo \"Browser test is not working currently\" && exit -1 && webpack --config spec/support/webpack.mocha.config.js",
				"lint_spec": "tslint -c tslint.json -p spec/tsconfig.json \"spec/**/*.ts\"",
				"lint_src": "tslint -c tslint.json -p src/tsconfig.base.json \"src/**/*.ts\"",
				"lint": "npm-run-all --parallel lint_*",
				"dtslint": "tsc -b ./src/tsconfig.types.json && tslint -c spec-dtslint/tslint.json -p spec-dtslint/tsconfig.json \"spec-dtslint/**/*.ts\"",
				"prepublishOnly": "npm run build:package && npm run lint && npm run test && npm run test:circular && npm run dtslint && npm run test:side-effects && npm run api_guardian",
				"postpublish": "./docs_app/scripts/publish-docs.sh",
				"publish_docs": "./publish_docs.sh",
				"test": "npm run compile && mocha --config spec/support/.mocharc.js \"dist/spec/**/*-spec.js\"",
				"test:browser": "echo \"Browser test is not working currently\" && exit -1 && npm-run-all build:spec:browser && opn spec/support/mocha-browser-runner.html",
				"test:circular": "dependency-cruiser --validate .dependency-cruiser.json -x \"^node_modules\" dist/esm5",
				"test:systemjs": "node integration/systemjs/systemjs-compatibility-spec.js",
				"test:side-effects": "check-side-effects --test integration/side-effects/side-effects.json",
				"test:side-effects:update": "npm run test:side-effects -- --update",
				"compile": "tsc -b ./src/tsconfig.cjs.json ./src/tsconfig.cjs.spec.json ./src/tsconfig.esm.json ./src/tsconfig.esm5.json ./src/tsconfig.esm5.rollup.json ./src/tsconfig.types.json ./spec/tsconfig.json",
				"build:clean": "shx rm -rf ./dist",
				"build:global": "node ./tools/make-umd-bundle.js && node ./tools/make-closure-core.js",
				"build:package": "npm-run-all build:clean compile build:global && node ./tools/prepare-package.js && node ./tools/generate-alias.js",
				"api_guardian:update": "ts-api-guardian --outDir api_guard dist/types/index.d.ts dist/types/ajax/index.d.ts dist/types/fetch/index.d.ts dist/types/operators/index.d.ts dist/types/testing/index.d.ts dist/types/webSocket/index.d.ts",
				"api_guardian": "ts-api-guardian --verifyDir api_guard dist/types/index.d.ts dist/types/ajax/index.d.ts dist/types/fetch/index.d.ts dist/types/operators/index.d.ts dist/types/testing/index.d.ts dist/types/webSocket/index.d.ts"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/reactivex/rxjs.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@angular-devkit/schematics": "^7.3.9",
				"@types/chai": "^4.2.11",
				"@types/lodash": "4.14.102",
				"@types/mocha": "^7.0.2",
				"@types/node": "^12.12.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"@types/source-map": "^0.5.2",
				"babel-polyfill": "6.26.0",
				"chai": "^4.2.0",
				"check-side-effects": "0.0.20",
				"color": "3.0.0",
				"colors": "1.1.2",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"dependency-cruiser": "^4.27.3",
				"escape-string-regexp": "1.0.5",
				"eslint": "4.18.2",
				"eslint-plugin-jasmine": "^2.10.1",
				"fs-extra": "^8.1.0",
				"glob": "7.1.2",
				"google-closure-compiler-js": "20170218.0.0",
				"husky": "^4.2.5",
				"klaw-sync": "3.0.2",
				"lint-staged": "^10.2.11",
				"lodash": "^4.17.15",
				"minimist": "1.2.2",
				"mkdirp": "0.5.1",
				"mocha": "^8.0.1",
				"npm-run-all": "4.1.2",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"prettier": "^2.0.5",
				"promise": "8.0.1",
				"rollup": "0.66.6",
				"rollup-plugin-alias": "1.4.0",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"shx": "^0.3.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"systemjs": "^0.21.0",
				"ts-api-guardian": "^0.5.0",
				"tslint": "^5.20.1",
				"tslint-config-prettier": "^1.18.0",
				"tslint-etc": "1.9.2",
				"tslint-no-toplevel-property-access": "0.0.2",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typedoc": "^0.17.8",
				"typescript": "~3.9.2",
				"validate-commit-msg": "2.14.0",
				"webpack": "^4.31.0"
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged"
				}
			},
			"readmeFilename": "README.md",
			"gitHead": "d9881c1bd840f2bbe77c426017b35ced5c7168ec",
			"_id": "rxjs@7.0.0-beta.4",
			"_nodeVersion": "12.18.2",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-VpZJjT9GLSTmQIYC9s1nsAYjJONg7UeSpLFd88uQJpw0VPyobs/2EwK2iTAMGeiLxJWj7BW66BcjeNA1hWbygQ==",
				"shasum": "bca2bea86cf2074b56f37db202f978ae296c7517",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-7.0.0-beta.4.tgz",
				"fileCount": 2105,
				"unpackedSize": 5420438,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfJyjBCRA9TVsSAnZWagAAoGkP/jwTritCyvWP1j3/gCoG\nLVmtzD2+mVWpkSf5TBiYG9nwJZdnQlV5gxJ+QYMlrRXKLweiyQdbywiG2T1R\nmiqxmoCzTAWMR+DIsJxxiDPBVgzllF/AA1BhRuTpHSae6otpQFHKKvs5r2qi\nA2T9sleSr8Vm9rT5ONo0vQhrsOYM1cmDto2LPVIfUaU5Nvzl0BnfcJuKPwHv\nrmSp+R2FhEfdB53Tyi9RkusIh+wEVQVEITd19q6hw/bZtsligITNSDSPIfWO\nhv/2nyv3KOQXinaD3ZsVsJQpoWmyA/0SD5/by7GjMQ4Ezf5RplTX9KOiz/aD\nViseEGMbl5+/H7EqCHqi2tB4JLajfcsT1xybMwLLarnVJuoaTd/ymNeHWeyY\npQTGT5wbgRTp+q/r5Ce3+DbYq/HTfqMcRk8oO7TpKi3OBqEdCwUCBq3KWF/c\ngj7XCNZki+SXZdL71BFaX7j/AoEOE6CYgJFTMtpP4/WO5+5Q/AV27Kk1abQ1\nntuo/PIDXufrlTzcpJUgfB9AMRimstP/X8wOgAHp1OmAYTKRbiigCeQut5Qw\nyaESYVby8qFg5z7WHoXdmUw8PrsvnGmMT5Zqle5FNk8IfTJjTtHyol3xzmPw\nES5s6cMTb2B62whWwpub9AehOea0ci5avPAkCsubPWJK0YHHKHwE5SyHND0y\nOIcS\r\n=amh3\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_7.0.0-beta.4_1596401856318_0.9050698717217605"
			},
			"_hasShrinkwrap": false
		},
		"7.0.0-beta.5": {
			"name": "rxjs",
			"version": "7.0.0-beta.5",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./dist/cjs/index.js",
			"module": "./dist/esm5/index.js",
			"es2015": "./dist/esm/index.js",
			"types": "./dist/types/index.d.ts",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"src/**/*.ts": [
					"prettier --write"
				],
				"*.js": "eslint --cache --fix",
				"*.ts": [
					"tslint --fix"
				],
				"*.{js,css,md}": "prettier --write"
			},
			"scripts": {
				"changelog": "npx conventional-changelog-cli -p angular -i CHANGELOG.md -s",
				"commitmsg": "validate-commit-msg",
				"build:spec:browser": "echo \"Browser test is not working currently\" && exit -1 && webpack --config spec/support/webpack.mocha.config.js",
				"lint_spec": "tslint -c tslint.json -p spec/tsconfig.json \"spec/**/*.ts\"",
				"lint_src": "tslint -c tslint.json -p src/tsconfig.base.json \"src/**/*.ts\"",
				"lint": "npm-run-all --parallel lint_*",
				"dtslint": "tsc -b ./src/tsconfig.types.json && tslint -c spec-dtslint/tslint.json -p spec-dtslint/tsconfig.json \"spec-dtslint/**/*.ts\"",
				"prepublishOnly": "npm run build:package && npm run lint && npm run test && npm run test:circular && npm run dtslint && npm run test:side-effects && npm run api_guardian",
				"postpublish": "./docs_app/scripts/publish-docs.sh",
				"publish_docs": "./publish_docs.sh",
				"test": "npm run compile && mocha --config spec/support/.mocharc.js \"dist/spec/**/*-spec.js\"",
				"test:browser": "echo \"Browser test is not working currently\" && exit -1 && npm-run-all build:spec:browser && opn spec/support/mocha-browser-runner.html",
				"test:circular": "dependency-cruiser --validate .dependency-cruiser.json -x \"^node_modules\" dist/esm5",
				"test:systemjs": "node integration/systemjs/systemjs-compatibility-spec.js",
				"test:side-effects": "check-side-effects --test integration/side-effects/side-effects.json",
				"test:side-effects:update": "npm run test:side-effects -- --update",
				"compile": "tsc -b ./src/tsconfig.cjs.json ./src/tsconfig.cjs.spec.json ./src/tsconfig.esm.json ./src/tsconfig.esm5.json ./src/tsconfig.esm5.rollup.json ./src/tsconfig.types.json ./spec/tsconfig.json",
				"build:clean": "shx rm -rf ./dist",
				"build:global": "node ./tools/make-umd-bundle.js && node ./tools/make-closure-core.js",
				"build:package": "npm-run-all build:clean compile build:global && node ./tools/prepare-package.js && node ./tools/generate-alias.js",
				"api_guardian:update": "ts-api-guardian --outDir api_guard dist/types/index.d.ts dist/types/ajax/index.d.ts dist/types/fetch/index.d.ts dist/types/operators/index.d.ts dist/types/testing/index.d.ts dist/types/webSocket/index.d.ts",
				"api_guardian": "ts-api-guardian --verifyDir api_guard dist/types/index.d.ts dist/types/ajax/index.d.ts dist/types/fetch/index.d.ts dist/types/operators/index.d.ts dist/types/testing/index.d.ts dist/types/webSocket/index.d.ts"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/reactivex/rxjs.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://rxjs.dev",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@angular-devkit/schematics": "^7.3.9",
				"@types/chai": "^4.2.11",
				"@types/lodash": "4.14.102",
				"@types/mocha": "^7.0.2",
				"@types/node": "^12.12.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"@types/source-map": "^0.5.2",
				"babel-polyfill": "6.26.0",
				"chai": "^4.2.0",
				"check-side-effects": "0.0.20",
				"color": "3.0.0",
				"colors": "1.1.2",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"dependency-cruiser": "^4.27.3",
				"escape-string-regexp": "1.0.5",
				"eslint": "4.18.2",
				"eslint-plugin-jasmine": "^2.10.1",
				"form-data": "^3.0.0",
				"fs-extra": "^8.1.0",
				"glob": "7.1.2",
				"google-closure-compiler-js": "20170218.0.0",
				"husky": "^4.2.5",
				"klaw-sync": "3.0.2",
				"lint-staged": "^10.2.11",
				"lodash": "^4.17.15",
				"minimist": "1.2.2",
				"mkdirp": "0.5.1",
				"mocha": "^8.0.1",
				"npm-run-all": "4.1.2",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"prettier": "^2.0.5",
				"promise": "8.0.1",
				"rollup": "0.66.6",
				"rollup-plugin-alias": "1.4.0",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"shx": "^0.3.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"systemjs": "^0.21.0",
				"ts-api-guardian": "^0.5.0",
				"tslint": "^5.20.1",
				"tslint-config-prettier": "^1.18.0",
				"tslint-etc": "1.9.2",
				"tslint-no-toplevel-property-access": "0.0.2",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typedoc": "^0.17.8",
				"typescript": "~4.0.2",
				"validate-commit-msg": "2.14.0",
				"webpack": "^4.31.0"
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged"
				}
			},
			"readmeFilename": "README.md",
			"gitHead": "27d075310b2bc1592576b5dd78a762b05ae7c088",
			"_id": "rxjs@7.0.0-beta.5",
			"_nodeVersion": "12.18.2",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-cat2RoyKZ4w3W9Hl9E0YJKBL64sj0GG3Dc5CXzseCnKcz6vgYCplBxlCyt8fhlDIYchCzrmP5imrPNhImCYcCA==",
				"shasum": "e2494c8d8393874e83357bb31706f6e3e5c2a2aa",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-7.0.0-beta.5.tgz",
				"fileCount": 2150,
				"unpackedSize": 5404011,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfUQ8uCRA9TVsSAnZWagAAaEwP/irnQxxf3S6pobf9Qbxn\n97iiIP8GrSWgGNDPhHn05zdV6Mua3ler/dqblG+M1xoZ50Q250IS2TyUy0k5\nmSaT6kO1inlx2hf4+bwmjHO7QNbas75wr4tSyPDgiMVyY+b+dpstW9xE2xwF\nsD+wNc5iilCHhLh9W/JfBjYxxK+iSDSKd5Sp8Ai5hlE58FbrpEyYwM2jgfmi\n6a760OYtB2Gm3I5zHrFQ559q8oy9GUH2yvYwLcJmRGdIzya+xUKPgBge+njn\nW+jV26ceehtS+5ADgo6LQ4De5YN/Mn2eXmw4UE/UGQF1Un+0J9ROSm5icgGr\nhg1Vp2YmQY3vuYFn5I+D4q37mxkXghZDUCBIcmlhZSks/jD2eWUWl5zLRhtY\n0i81viwfi42qvqSupe2nOa3YKy1qiuPDZHFNTd8Csb48xBOPbAXMs1MWZ7ue\n8+v+P/ptNfpt22JkXx/2TM+WjFerChGIr/ZYPI73k7pbyanzHbdNvr+nB8Vs\nWSvSOkiVXKTU0vYdAQ3PBW3weq10HPCcfRL7PdQAwKIQGAmLC08TyphGnOAj\nwDzmN1lJrz5CUetIl3tvZN6KY4j80zSLvexJctNIex0jvlZM9PSHVUtETBv0\nwH5djrDodJOXu/WvwE0KFG10ZvETabamM9lbiNdu9uwDDEBXDhdWD3ITdyjz\ncsuF\r\n=AmXg\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_7.0.0-beta.5_1599147821831_0.4017425037529141"
			},
			"_hasShrinkwrap": false
		},
		"6.6.3": {
			"name": "rxjs",
			"version": "6.6.3",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./index.js",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"nyc": {
				"include": [
					"src/*.ts",
					"src/**/*.ts"
				],
				"exclude": [
					"node_modules",
					"dist",
					"*.d.ts",
					"src/**/MiscJSDoc.ts"
				],
				"extension": [
					".ts"
				],
				"reporter": [
					"html"
				],
				"all": true
			},
			"lint-staged": {
				"linters": {
					"*.@(js)": [
						"eslint --fix",
						"git add"
					],
					"*.@(ts)": [
						"tslint --fix",
						"git add"
					]
				},
				"ignore": [
					"spec-dtslint/**/*.{js,ts}",
					"api_guard/**/*.{js,ts}"
				]
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/reactivex/rxjs.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://github.com/ReactiveX/RxJS",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@angular-devkit/schematics": "^0.5.4",
				"@types/chai": "4.1.2",
				"@types/lodash": "4.14.102",
				"@types/mocha": "2.2.48",
				"@types/node": "9.4.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"@types/source-map": "^0.5.2",
				"babel-polyfill": "6.26.0",
				"benchmark": "2.1.0",
				"benchpress": "2.0.0-beta.1",
				"chai": "4.1.2",
				"check-side-effects": "0.0.20",
				"color": "3.0.0",
				"colors": "1.1.2",
				"commitizen": "2.9.6",
				"coveralls": "3.0.0",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"danger": "1.1.0",
				"dependency-cruiser": "2.13.0",
				"doctoc": "1.3.0",
				"dtslint": "0.6.1",
				"escape-string-regexp": "1.0.5",
				"esdoc": "0.4.7",
				"eslint": "4.17.0",
				"eslint-plugin-jasmine": "^2.10.1",
				"fs-extra": "5.0.0",
				"get-folder-size": "1.0.1",
				"glob": "7.1.2",
				"gm": "1.23.1",
				"google-closure-compiler-js": "20170218.0.0",
				"gzip-size": "4.1.0",
				"http-server": "0.11.1",
				"husky": "0.14.3",
				"klaw-sync": "3.0.2",
				"lint-staged": "7.1.1",
				"lodash": "4.17.5",
				"markdown-doctest": "0.9.1",
				"minimist": "1.2.0",
				"mkdirp": "0.5.1",
				"mocha": "5.0.0",
				"mocha-in-sauce": "0.0.1",
				"npm-run-all": "4.1.2",
				"nyc": "11.4.1",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"promise": "8.0.1",
				"protractor": "3.1.1",
				"rollup": "0.66.6",
				"rollup-plugin-alias": "1.4.0",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"rx": "latest",
				"rxjs": "^5.5.7",
				"shx": "^0.3.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"symbol-observable": "1.0.1",
				"systemjs": "^0.21.0",
				"ts-api-guardian": "^0.5.0",
				"ts-node": "6.1.0",
				"tsconfig-paths": "3.2.0",
				"tslint": "5.9.1",
				"tslint-etc": "1.2.6",
				"tslint-no-toplevel-property-access": "0.0.2",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typescript": "^3.0.1",
				"validate-commit-msg": "2.14.0",
				"webpack": "1.13.1",
				"xmlhttprequest": "1.8.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			},
			"typings": "./index.d.ts",
			"ng-update": {
				"migrations": "./migrations/collection.json"
			},
			"module": "./_esm5/index.js",
			"es2015": "./_esm2015/index.js",
			"_id": "rxjs@6.6.3",
			"_nodeVersion": "12.18.2",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ==",
				"shasum": "8ca84635c4daa900c0d3967a6ee7ac60271ee552",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.3.tgz",
				"fileCount": 3616,
				"unpackedSize": 5121936,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfVPtyCRA9TVsSAnZWagAADooP/jDpwOfeZOETFAHmIeBR\noBpDvFiWXizLakTFF+eXGsGNHkpKwnceCKnZ5NuG9qcPzgGEkqehdK6EPPBd\nRSnhcuNXQHuYa9b/VaOWVNShPWPeuLeOqlBkPvEygJhpl2Kst5AjfSGQhyX5\nYE3R5dCuMaf/ui2NN4PhF/8ygNMKVajgSJY/9bxKxB5iW6zYpyC+/1S4NfkY\n1LT4xTMcBieAX5+iQzSJlgcOQxqu9/o9bqHQc03RRhRhHZDv6REwIWn1EnqE\nDoB40r3pGVRF/8bmzfqLzr+WdaEwSyGjulWtlPoEIOuCBqf3DG+XO8IoJECX\nqoVmlWoJ5S2XjGFc7CWUs+fW+1cHFkZgcXp2puZamiKg14kRedEI+4adTP3O\nuVPcZn47GP/G1+wyBdzY5TOD1lPooTkOolJK5QzkiRg27LcAOxXfIhM8005v\nGcxRfgPYuM52KIHCZTpAIjgq/+pIGkriufDJ16utnKc0B349DfX6qL58oJ33\nzjtpkI6tYE7/b8H9m1ppq/UjImcfL2QWWexOAnkEbV8MDIvWYYILJz28uJNu\nAlWM50UiPo9DVFwM08XjenECneuI9FLr4APEK18iq/2OKxOmrGlH9vG0Qd3S\n29RHbrOdB9Ep7M+2XeuDiTW+C1B0BNkcEZukHZPaCz7a/dqhzmoFC6d3iq8Q\nwnl5\r\n=dwa6\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				}
			],
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_6.6.3_1599404913896_0.008939766638547342"
			},
			"_hasShrinkwrap": false
		},
		"7.0.0-beta.6": {
			"name": "rxjs",
			"version": "7.0.0-beta.6",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./dist/cjs/index.js",
			"module": "./dist/esm5/index.js",
			"es2015": "./dist/esm/index.js",
			"types": "./dist/types/index.d.ts",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"src/**/*.ts": [
					"prettier --write"
				],
				"*.js": "eslint --cache --fix",
				"*.ts": [
					"tslint --fix"
				],
				"*.{js,css,md}": "prettier --write"
			},
			"scripts": {
				"changelog": "npx conventional-changelog-cli -p angular -i CHANGELOG.md -s",
				"commitmsg": "validate-commit-msg",
				"build:spec:browser": "echo \"Browser test is not working currently\" && exit -1 && webpack --config spec/support/webpack.mocha.config.js",
				"lint_spec": "tslint -c spec/tslint.json -p spec/tsconfig.json \"spec/**/*.ts\"",
				"lint_src": "tslint -c tslint.json -p src/tsconfig.base.json \"src/**/*.ts\"",
				"lint": "npm-run-all --parallel lint_*",
				"dtslint": "tsc -b ./src/tsconfig.types.json && tslint -c spec-dtslint/tslint.json -p spec-dtslint/tsconfig.json \"spec-dtslint/**/*.ts\"",
				"prepublishOnly": "npm run build:package && npm run lint && npm run test && npm run test:circular && npm run dtslint && npm run test:side-effects && npm run api_guardian",
				"postpublish": "./docs_app/scripts/publish-docs.sh",
				"publish_docs": "./publish_docs.sh",
				"test": "npm run compile && mocha --config spec/support/.mocharc.js \"dist/spec/**/*-spec.js\"",
				"test:browser": "echo \"Browser test is not working currently\" && exit -1 && npm-run-all build:spec:browser && opn spec/support/mocha-browser-runner.html",
				"test:circular": "dependency-cruiser --validate .dependency-cruiser.json -x \"^node_modules\" dist/esm5",
				"test:systemjs": "node integration/systemjs/systemjs-compatibility-spec.js",
				"test:side-effects": "check-side-effects --test integration/side-effects/side-effects.json",
				"test:side-effects:update": "npm run test:side-effects -- --update",
				"compile": "tsc -b ./src/tsconfig.cjs.json ./src/tsconfig.cjs.spec.json ./src/tsconfig.esm.json ./src/tsconfig.esm5.json ./src/tsconfig.esm5.rollup.json ./src/tsconfig.types.json ./spec/tsconfig.json",
				"build:clean": "shx rm -rf ./dist",
				"build:global": "node ./tools/make-umd-bundle.js && node ./tools/make-closure-core.js",
				"build:package": "npm-run-all build:clean compile build:global && node ./tools/prepare-package.js && node ./tools/generate-alias.js",
				"api_guardian:update": "ts-api-guardian --outDir api_guard dist/types/index.d.ts dist/types/ajax/index.d.ts dist/types/fetch/index.d.ts dist/types/operators/index.d.ts dist/types/testing/index.d.ts dist/types/webSocket/index.d.ts",
				"api_guardian": "ts-api-guardian --verifyDir api_guard dist/types/index.d.ts dist/types/ajax/index.d.ts dist/types/fetch/index.d.ts dist/types/operators/index.d.ts dist/types/testing/index.d.ts dist/types/webSocket/index.d.ts"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/reactivex/rxjs.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://rxjs.dev",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@angular-devkit/schematics": "^7.3.9",
				"@types/chai": "^4.2.11",
				"@types/lodash": "4.14.102",
				"@types/mocha": "^7.0.2",
				"@types/node": "^12.12.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"@types/source-map": "^0.5.2",
				"babel-polyfill": "6.26.0",
				"chai": "^4.2.0",
				"check-side-effects": "0.0.23",
				"color": "3.0.0",
				"colors": "1.1.2",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"dependency-cruiser": "^9.12.0",
				"escape-string-regexp": "1.0.5",
				"eslint": "^7.8.1",
				"eslint-plugin-jasmine": "^2.10.1",
				"form-data": "^3.0.0",
				"fs-extra": "^8.1.0",
				"glob": "7.1.2",
				"google-closure-compiler-js": "20170218.0.0",
				"husky": "^4.2.5",
				"klaw-sync": "3.0.2",
				"lint-staged": "^10.2.11",
				"lodash": "^4.17.15",
				"minimist": "^1.2.5",
				"mkdirp": "^1.0.4",
				"mocha": "^8.1.3",
				"npm-run-all": "4.1.2",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"prettier": "^2.0.5",
				"promise": "8.0.1",
				"rollup": "0.66.6",
				"rollup-plugin-alias": "1.4.0",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"shx": "^0.3.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"systemjs": "^0.21.0",
				"ts-api-guardian": "^0.5.0",
				"tslint": "^5.20.1",
				"tslint-config-prettier": "^1.18.0",
				"tslint-etc": "1.9.2",
				"tslint-no-toplevel-property-access": "0.0.2",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typedoc": "^0.17.8",
				"typescript": "~4.0.2",
				"validate-commit-msg": "2.14.0",
				"webpack": "^4.31.0"
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged"
				}
			},
			"readmeFilename": "README.md",
			"gitHead": "9dbc8b1f2ae15d7e5a9d18081d58279915701be5",
			"_id": "rxjs@7.0.0-beta.6",
			"_nodeVersion": "12.18.2",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-xdhGHl9SoKtNYrnkuFunKotsh8+U6Er4BR2pjBEqKLABveufSSTOX1r22QqGOI+5BPDGUnwQWpXYTtDLNzrnVQ==",
				"shasum": "d06003cd0e69d796d244e762b092a9ac52d92dc9",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-7.0.0-beta.6.tgz",
				"fileCount": 2114,
				"unpackedSize": 4423087,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfarZICRA9TVsSAnZWagAA76oP/0Vb3Eq3ZyumGUME87ID\nUH8r/tV5sHSGKyB9rssnaMuvjREU1dKVCM0sWHA+zS97xWVnkDDQkujo4BPP\nB8UCDZKsbmBGwE3LX65oxvEqzOOxbndZtb5XJHEIFD/mVtppB/ywgbKiVp80\ncOSftRFxQgtHG7nT09YZO0eRgECVuyxk73BdCnxjFIYGaSs8L4rvLdSX56RN\nzEFGmWIKM8eXuASBeyzy1TkgCJp1Rwu688mKYi7LYarvbs71FzupiP0II06K\noN0nQP5IHL2asaETfaBeGaRRxaq5skp4QV/aOFyZBgHQw8qOGdzuq+BFzAbM\nXpRjLNqdSn86ldjGTikU3Kh1FqKM3JD+rzCe1i1LJnkWjTu3qGbIkwTjZNdh\nyWbQnqJ71MAxXsFQMERmNnpCDfAoNicLMdiZzZMFnDWfFzOqM8YXkfIZ1+4r\nJcvRgGvI/yZp3P8mUriUr7D1IK0Hfo8MhYy13fCkQsMrpfofSffQjadvl5E/\n8kyno/mO9JrooVUmZ7EG/9Z7znVn3k5FEC0yGEx2zdD5DoeX9t8dL4o874fH\noEQAVwgguEb5beeWmoGpNKdi857BFboVjXem6XvT01uXXYMGSTZjFrUORQ1W\n9ELT9zXuGBXuR3ryoErKH8FB81k561K7GnhSOj2C/gjxVQO7tziY725nKgt4\nBs7L\r\n=Obrt\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "jeffbcross",
					"email": "middlefloor@gmail.com"
				}
			],
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_7.0.0-beta.6_1600829000337_0.5464100162713605"
			},
			"_hasShrinkwrap": false
		},
		"7.0.0-beta.7": {
			"name": "rxjs",
			"version": "7.0.0-beta.7",
			"description": "Reactive Extensions for modern JavaScript",
			"main": "./dist/cjs/index.js",
			"module": "./dist/esm5/index.js",
			"es2015": "./dist/esm/index.js",
			"types": "./dist/types/index.d.ts",
			"sideEffects": false,
			"config": {
				"commitizen": {
					"path": "cz-conventional-changelog"
				}
			},
			"lint-staged": {
				"src/**/*.ts": [
					"prettier --write"
				],
				"*.js": "eslint --cache --fix",
				"*.ts": [
					"tslint --fix"
				],
				"*.{js,css,md}": "prettier --write"
			},
			"scripts": {
				"changelog": "npx conventional-changelog-cli -p angular -i CHANGELOG.md -s",
				"commitmsg": "validate-commit-msg",
				"build:spec:browser": "echo \"Browser test is not working currently\" && exit -1 && webpack --config spec/support/webpack.mocha.config.js",
				"lint_spec": "tslint -c spec/tslint.json -p spec/tsconfig.json \"spec/**/*.ts\"",
				"lint_src": "tslint -c tslint.json -p src/tsconfig.base.json \"src/**/*.ts\"",
				"lint": "npm-run-all --parallel lint_*",
				"dtslint": "tsc -b ./src/tsconfig.types.json && tslint -c spec-dtslint/tslint.json -p spec-dtslint/tsconfig.json \"spec-dtslint/**/*.ts\"",
				"prepublishOnly": "npm run build:package && npm run lint && npm run test && npm run test:circular && npm run dtslint && npm run test:side-effects && npm run api_guardian",
				"publish_docs": "./publish_docs.sh",
				"test": "npm run compile && mocha --config spec/support/.mocharc.js \"dist/spec/**/*-spec.js\"",
				"test:browser": "echo \"Browser test is not working currently\" && exit -1 && npm-run-all build:spec:browser && opn spec/support/mocha-browser-runner.html",
				"test:circular": "dependency-cruiser --validate .dependency-cruiser.json -x \"^node_modules\" dist/esm5",
				"test:systemjs": "node integration/systemjs/systemjs-compatibility-spec.js",
				"test:side-effects": "check-side-effects --test integration/side-effects/side-effects.json",
				"test:side-effects:update": "npm run test:side-effects -- --update",
				"compile": "tsc -b ./src/tsconfig.cjs.json ./src/tsconfig.cjs.spec.json ./src/tsconfig.esm.json ./src/tsconfig.esm5.json ./src/tsconfig.esm5.rollup.json ./src/tsconfig.types.json ./spec/tsconfig.json",
				"build:clean": "shx rm -rf ./dist",
				"build:global": "node ./tools/make-umd-bundle.js && node ./tools/make-closure-core.js",
				"build:package": "npm-run-all build:clean compile build:global && node ./tools/prepare-package.js && node ./tools/generate-alias.js",
				"api_guardian:update": "ts-api-guardian --outDir api_guard dist/types/index.d.ts dist/types/ajax/index.d.ts dist/types/fetch/index.d.ts dist/types/operators/index.d.ts dist/types/testing/index.d.ts dist/types/webSocket/index.d.ts",
				"api_guardian": "ts-api-guardian --verifyDir api_guard dist/types/index.d.ts dist/types/ajax/index.d.ts dist/types/fetch/index.d.ts dist/types/operators/index.d.ts dist/types/testing/index.d.ts dist/types/webSocket/index.d.ts"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/reactivex/rxjs.git"
			},
			"keywords": [
				"Rx",
				"RxJS",
				"ReactiveX",
				"ReactiveExtensions",
				"Streams",
				"Observables",
				"Observable",
				"Stream",
				"ES6",
				"ES2015"
			],
			"author": {
				"name": "Ben Lesh",
				"email": "ben@benlesh.com"
			},
			"contributors": [
				{
					"name": "Ben Lesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "Paul Taylor",
					"email": "paul.e.taylor@me.com"
				},
				{
					"name": "Jeff Cross",
					"email": "crossj@google.com"
				},
				{
					"name": "Matthew Podwysocki",
					"email": "matthewp@microsoft.com"
				},
				{
					"name": "OJ Kwon",
					"email": "kwon.ohjoong@gmail.com"
				},
				{
					"name": "Andre Staltz",
					"email": "andre@staltz.com"
				}
			],
			"license": "Apache-2.0",
			"bugs": {
				"url": "https://github.com/ReactiveX/RxJS/issues"
			},
			"homepage": "https://rxjs.dev",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"devDependencies": {
				"@angular-devkit/build-optimizer": "0.4.6",
				"@angular-devkit/schematics": "^7.3.9",
				"@types/chai": "^4.2.11",
				"@types/lodash": "4.14.102",
				"@types/mocha": "^7.0.2",
				"@types/node": "^12.12.5",
				"@types/sinon": "4.1.3",
				"@types/sinon-chai": "2.7.29",
				"@types/source-map": "^0.5.2",
				"babel-polyfill": "6.26.0",
				"chai": "^4.2.0",
				"check-side-effects": "0.0.23",
				"color": "3.0.0",
				"colors": "1.1.2",
				"cross-env": "5.1.3",
				"cz-conventional-changelog": "1.2.0",
				"dependency-cruiser": "^9.12.0",
				"escape-string-regexp": "1.0.5",
				"eslint": "^7.8.1",
				"eslint-plugin-jasmine": "^2.10.1",
				"form-data": "^3.0.0",
				"fs-extra": "^8.1.0",
				"glob": "7.1.2",
				"google-closure-compiler-js": "20170218.0.0",
				"husky": "^4.2.5",
				"klaw-sync": "3.0.2",
				"lint-staged": "^10.2.11",
				"lodash": "^4.17.15",
				"minimist": "^1.2.5",
				"mkdirp": "^1.0.4",
				"mocha": "^8.1.3",
				"npm-run-all": "4.1.2",
				"opn-cli": "3.1.0",
				"platform": "1.3.5",
				"prettier": "^2.0.5",
				"promise": "8.0.1",
				"rollup": "0.66.6",
				"rollup-plugin-alias": "1.4.0",
				"rollup-plugin-inject": "2.0.0",
				"rollup-plugin-node-resolve": "2.0.0",
				"shx": "^0.3.2",
				"sinon": "4.3.0",
				"sinon-chai": "2.14.0",
				"source-map-support": "0.5.3",
				"systemjs": "^0.21.0",
				"ts-api-guardian": "^0.5.0",
				"tslint": "^5.20.1",
				"tslint-config-prettier": "^1.18.0",
				"tslint-etc": "1.9.2",
				"tslint-no-toplevel-property-access": "0.0.2",
				"tslint-no-unused-expression-chai": "0.0.3",
				"typedoc": "^0.17.8",
				"typescript": "~4.0.2",
				"validate-commit-msg": "2.14.0",
				"webpack": "^4.31.0"
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged"
				}
			},
			"readmeFilename": "README.md",
			"gitHead": "60080c38ca7142950064552a49a3936ffedef413",
			"_id": "rxjs@7.0.0-beta.7",
			"_nodeVersion": "12.18.2",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-yzbYCaaQVDnGJkzlZ6g/vVdMpa7yZxD3WjkkQYvhi3fxLJgtujkU4vvyiZnU45hsfcUw5l9b3dccxD14xJhIdQ==",
				"shasum": "bca95f778b1457bf4e983a4f1dee61bb1a0aced1",
				"tarball": "https://registry.npmjs.org/rxjs/-/rxjs-7.0.0-beta.7.tgz",
				"fileCount": 2096,
				"unpackedSize": 4282973,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfa8UVCRA9TVsSAnZWagAAO/oP+wU8NiIRao+lq4mCbXn+\nvJuccH5Nuh99wW0rj6jHsK6Q6ovYWGm78jeD4s5z/Q4q1ycEl7Hap+gAuKuC\na2OVorkCv9F0QOglmyOlBnCKoFTVYmetYorqiyCoVEUpobVbT5euvgRvuQkx\nW6QkIK9Va3ooErl0FWONr6pwOpZIH+Dx6BdTSMaxdPPm7aswFST/lQ+nENg1\naHIig5lW9nhItuNU1D3OsYU6L+LFBRrkvnix6rFo+wKnYVigk16lJxApyKu5\nabf/62Qkf5kdqsEA88zN/Pg26HWutmEop0+NM8/sIxnpPKNxa8zjKkcPhK20\nEbgfDUEGSjONeBAc7RzyhcGNuZCC49z/2qxC4F/gdVCk0gnaEkc+lwuQps0v\n2AwytsELa9BfUEQwsE7wu8mbJKg/hTvgub+hnMQQP9ay+kfB0iN8B8xUeM7O\nMYUuFY1YmaBAd5K8nsIh9Cbd8F2ZT/TPbIgepO8fVUYGvG4RhACEc6brituR\nlHwENn0ccsLWrDgjaNqk7gtzcI3h7HAfSyeyEtWfGjzt19go94X0txKnQGxx\nuj5vyR1/9j4uNhatNwjBR8b4dGXqRMcY330vzR7GjVqVGhG6G7dq3tLHo0Qx\nG0powNHW6i70y+HQvCf8ZHXc+cRnBEVTNRXYmduiyUDfTDt8ul/3sEdJz27Q\n6k0n\r\n=jXVb\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blesh",
					"email": "ben@benlesh.com"
				},
				{
					"name": "jeffbcross",
					"email": "middlefloor@gmail.com"
				}
			],
			"_npmUser": {
				"name": "blesh",
				"email": "ben@benlesh.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rxjs_7.0.0-beta.7_1600898324515_0.09711150545259373"
			},
			"_hasShrinkwrap": false
		}
	},
	"time": {
		"modified": "2020-09-23T21:58:49.208Z",
		"created": "2012-03-04T19:21:13.873Z",
		"1.0.10621": "2012-03-04T19:21:19.312Z",
		"5.0.0-alpha.10": "2015-11-18T19:50:16.957Z",
		"5.0.0-alpha.11": "2015-12-01T00:27:19.345Z",
		"5.0.0-alpha.12": "2015-12-04T23:34:49.988Z",
		"5.0.0-alpha.13": "2015-12-08T01:37:28.036Z",
		"5.0.0-alpha.14": "2015-12-09T00:41:35.947Z",
		"5.0.0-beta.0": "2015-12-15T00:47:28.310Z",
		"5.0.0-beta.1": "2016-01-13T01:37:10.316Z",
		"5.0.0-beta.2": "2016-02-10T21:08:46.767Z",
		"5.0.0-beta.3": "2016-03-21T18:52:27.491Z",
		"5.0.0-beta.4": "2016-03-29T00:42:16.480Z",
		"5.0.0-beta.5": "2016-04-05T05:17:36.312Z",
		"5.0.0-beta.6": "2016-04-12T20:41:35.985Z",
		"5.0.0-beta.7": "2016-04-27T19:50:49.600Z",
		"5.0.0-beta.8": "2016-05-22T02:41:38.720Z",
		"5.0.0-beta.9": "2016-06-14T01:04:59.936Z",
		"5.0.0-beta.10": "2016-07-06T17:30:04.909Z",
		"5.0.0-beta.11": "2016-08-09T17:02:29.551Z",
		"5.0.0-beta.12": "2016-09-09T17:49:28.084Z",
		"5.0.0-rc.1": "2016-10-11T00:44:52.530Z",
		"5.0.0-rc.2": "2016-11-05T22:58:26.631Z",
		"5.0.0-rc.3": "2016-11-15T02:56:38.103Z",
		"5.0.0-rc.4": "2016-11-19T23:01:18.236Z",
		"5.0.0-rc.5": "2016-12-07T01:18:56.219Z",
		"5.0.0": "2016-12-13T00:54:43.523Z",
		"5.0.1": "2016-12-13T01:14:16.826Z",
		"5.0.2": "2016-12-23T01:19:30.351Z",
		"5.0.3": "2017-01-06T15:32:37.915Z",
		"5.1.0": "2017-02-01T00:58:20.749Z",
		"5.1.1": "2017-02-13T05:29:23.168Z",
		"5.2.0": "2017-02-21T04:17:56.909Z",
		"5.2.1-smooth": "2017-04-01T17:01:14.659Z",
		"5.3.0": "2017-04-03T20:28:46.482Z",
		"5.3.1": "2017-05-02T20:50:56.388Z",
		"5.3.2": "2017-05-09T20:33:27.250Z",
		"5.3.3": "2017-05-09T20:57:17.134Z",
		"5.4.0": "2017-05-09T21:26:37.685Z",
		"5.4.1": "2017-06-14T22:09:59.962Z",
		"6.0.0-alpha.0": "2017-06-14T22:20:05.000Z",
		"5.4.2": "2017-07-05T00:40:26.868Z",
		"5.4.3": "2017-08-10T23:31:38.353Z",
		"5.5.0-beta.0": "2017-09-22T19:48:11.536Z",
		"5.5.0-beta.1": "2017-09-27T14:50:20.642Z",
		"5.5.0-beta.2": "2017-09-27T21:26:30.144Z",
		"5.5.0-beta.3": "2017-10-03T20:56:00.296Z",
		"5.5.0-beta.4": "2017-10-06T03:00:50.424Z",
		"5.5.0-beta.5": "2017-10-06T05:20:31.897Z",
		"5.5.0-beta.6": "2017-10-13T20:21:17.026Z",
		"5.5.0-beta.7": "2017-10-13T20:40:55.335Z",
		"5.5.0": "2017-10-18T15:40:05.977Z",
		"5.5.1": "2017-10-24T17:52:42.488Z",
		"5.5.2": "2017-10-25T16:06:51.726Z",
		"5.5.3": "2017-12-01T23:49:29.765Z",
		"5.5.4": "2017-12-05T20:41:48.756Z",
		"5.5.5": "2017-12-06T17:58:46.395Z",
		"5.5.6": "2017-12-21T21:48:57.218Z",
		"6.0.0-alpha.1": "2018-01-12T17:50:42.035Z",
		"6.0.0-alpha.2": "2018-01-14T00:45:31.008Z",
		"6.0.0-alpha.3": "2018-02-09T17:06:57.961Z",
		"5.5.7": "2018-03-13T04:31:57.712Z",
		"6.0.0-alpha.4": "2018-03-13T19:00:55.397Z",
		"6.0.0-beta.0": "2018-03-16T17:56:40.093Z",
		"5.6.0-forward-compat.0": "2018-03-21T04:17:30.015Z",
		"6.0.0-beta.1": "2018-03-21T04:23:21.941Z",
		"6.0.0-beta.2": "2018-03-24T19:11:15.784Z",
		"5.6.0-forward-compat.1": "2018-03-24T19:25:13.530Z",
		"6.0.0-beta.3": "2018-03-27T05:18:21.477Z",
		"5.5.8": "2018-03-27T05:35:45.690Z",
		"5.6.0-forward-compat.2": "2018-03-27T05:43:41.442Z",
		"6.0.0-beta.4": "2018-03-29T20:15:32.638Z",
		"6.0.0-rc.0": "2018-03-31T00:12:03.479Z",
		"6.0.0-smoosh.0": "2018-04-01T06:40:06.649Z",
		"6.0.0-smoosh.1": "2018-04-01T20:21:39.223Z",
		"6.0.0-smoosh.2": "2018-04-02T03:23:50.091Z",
		"6.0.0-rc.1": "2018-04-07T04:43:35.190Z",
		"6.0.0-tactical-rc.1": "2018-04-07T05:03:49.629Z",
		"5.5.9": "2018-04-11T04:30:24.126Z",
		"5.6.0-forward-compat.3": "2018-04-11T04:37:07.180Z",
		"6.0.0-tenacious-rc.2": "2018-04-11T04:44:27.465Z",
		"6.0.0-terrific-rc.3": "2018-04-11T04:51:57.920Z",
		"6.0.0-turbo-rc.4": "2018-04-12T18:35:04.140Z",
		"5.5.10": "2018-04-12T18:47:18.048Z",
		"5.6.0-forward-compat.4": "2018-04-12T18:50:45.757Z",
		"6.0.0-uber-rc.5": "2018-04-13T15:38:27.111Z",
		"6.0.0-ucandoit-rc.6": "2018-04-13T17:42:20.738Z",
		"6.0.0-uncanny-rc.7": "2018-04-13T21:55:37.386Z",
		"6.0.0": "2018-04-24T23:14:32.933Z",
		"6.1.0": "2018-05-03T18:15:54.101Z",
		"6.2.0": "2018-05-22T04:52:34.571Z",
		"5.5.11": "2018-05-22T05:04:35.776Z",
		"5.6.0-forward-compat.5": "2018-05-22T05:08:43.738Z",
		"6.2.1": "2018-06-12T17:04:31.187Z",
		"6.2.2": "2018-07-13T22:04:06.197Z",
		"6.3.0": "2018-08-30T14:49:17.765Z",
		"5.5.12": "2018-08-30T15:01:39.179Z",
		"6.3.1": "2018-08-31T16:56:09.664Z",
		"6.3.2": "2018-09-04T16:18:31.186Z",
		"6.3.3": "2018-09-25T23:52:58.845Z",
		"6.4.0": "2019-01-30T03:50:24.313Z",
		"6.5.0": "2019-04-23T02:55:47.108Z",
		"6.5.1": "2019-04-23T03:39:56.746Z",
		"6.5.2": "2019-05-10T00:29:58.740Z",
		"6.5.3": "2019-09-03T20:42:17.599Z",
		"7.0.0-alpha.0": "2019-09-18T14:02:25.345Z",
		"7.0.0-alpha.1": "2019-12-27T16:17:16.024Z",
		"6.5.4": "2019-12-27T16:32:10.787Z",
		"7.0.0-beta.0": "2020-04-03T01:23:59.406Z",
		"6.5.5": "2020-04-03T01:34:30.900Z",
		"7.0.0-beta.1": "2020-07-02T01:45:36.582Z",
		"6.6.0": "2020-07-02T02:06:31.882Z",
		"7.0.0-beta.2": "2020-07-03T17:13:26.490Z",
		"7.0.0-beta.3": "2020-07-30T18:56:04.128Z",
		"6.6.1": "2020-07-31T00:54:30.425Z",
		"6.6.2": "2020-07-31T01:03:01.795Z",
		"7.0.0-beta.4": "2020-08-02T20:57:36.570Z",
		"7.0.0-beta.5": "2020-09-03T15:43:42.026Z",
		"6.6.3": "2020-09-06T15:08:34.171Z",
		"7.0.0-beta.6": "2020-09-23T02:43:20.612Z",
		"7.0.0-beta.7": "2020-09-23T21:58:44.751Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "6.6.3",
		"forward-compat": "5.6.0-forward-compat.5",
		"next": "7.0.0-beta.7"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"fecfc0de14bce361054540d80f4be66e\"",
			"fetched": 1602009389004
		}
	},
	"_distfiles": {
		"rxjs-5.0.0-alpha.10.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-alpha.10.tgz",
			"sha": "dfd259f079ee732c324249f2b28eb54d54a69c6d",
			"registry": "npmjs"
		},
		"rxjs-5.0.0-alpha.11.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-alpha.11.tgz",
			"sha": "95d10db3a3399cdb3b382ec3609b6a10ca59e990",
			"registry": "npmjs"
		},
		"rxjs-5.0.0-alpha.12.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-alpha.12.tgz",
			"sha": "c3625fb86742e4f9f52890b101cdf65b2274c0ab",
			"registry": "npmjs"
		},
		"rxjs-5.0.0-alpha.13.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-alpha.13.tgz",
			"sha": "925e8b9402b824ddc969ba5a3fcbac212db944c5",
			"registry": "npmjs"
		},
		"rxjs-5.0.0-alpha.14.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-alpha.14.tgz",
			"sha": "30d5cf2673e969025c869e521cac5e89bc77731a",
			"registry": "npmjs"
		},
		"rxjs-5.0.0-beta.0.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-beta.0.tgz",
			"sha": "1945ac5aac66d338456c0c0a66a91d88ae81410f",
			"registry": "npmjs"
		},
		"rxjs-5.0.0-beta.1.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-beta.1.tgz",
			"sha": "7d4f623146e93daa23ee245af58b4ca8bacc0d44",
			"registry": "npmjs"
		},
		"rxjs-5.0.0-beta.2.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-beta.2.tgz",
			"sha": "f775df8b8598c0657031e5ff8ff8251e1c5c0185",
			"registry": "npmjs"
		},
		"rxjs-5.0.0-beta.3.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-beta.3.tgz",
			"sha": "eb1b1f3e6fa489a8d853b1a7f4936d8edb4fb060",
			"registry": "npmjs"
		},
		"rxjs-5.0.0-beta.4.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-beta.4.tgz",
			"sha": "768d7fe3fabd9a2ad6a3b4863df3a2643072ccd0",
			"registry": "npmjs"
		},
		"rxjs-5.0.0-beta.5.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-beta.5.tgz",
			"sha": "8b99ca3e40cc0605a5ea0b7578a44ffed679ef02",
			"registry": "npmjs"
		},
		"rxjs-5.0.0-beta.6.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-beta.6.tgz",
			"sha": "cb6dc46d6ddfedfeefc9b15dafd09c34a4370d23",
			"registry": "npmjs"
		},
		"rxjs-5.0.0-beta.7.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-beta.7.tgz",
			"sha": "8911d8779cf2cc56ba87fef213edbf9a47140e59",
			"registry": "npmjs"
		},
		"rxjs-5.0.0-beta.8.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-beta.8.tgz",
			"sha": "0ec48ab1d5b10b01a9d2ef73832880f361e784c6",
			"registry": "npmjs"
		},
		"rxjs-5.0.0-beta.9.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-beta.9.tgz",
			"sha": "c6817ea853f3b57b39d71306a7506814cb124861",
			"registry": "npmjs"
		},
		"rxjs-5.0.0-beta.10.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-beta.10.tgz",
			"sha": "92d4f94ddd27d978ca99d19dcdeac42cf1401b7a",
			"registry": "npmjs"
		},
		"rxjs-5.0.0-beta.11.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-beta.11.tgz",
			"sha": "abac447d6f801c1bf066b7f0e49c65d2fee36ca2",
			"registry": "npmjs"
		},
		"rxjs-5.0.0-beta.12.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-beta.12.tgz",
			"sha": "cdfde2d8c4639d20ae7794bff8fddf32da7ad337",
			"registry": "npmjs"
		},
		"rxjs-5.0.0-rc.1.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-rc.1.tgz",
			"sha": "9e02b7044da81a2d5e138908d22af77e22d96973",
			"registry": "npmjs"
		},
		"rxjs-5.0.0-rc.2.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-rc.2.tgz",
			"sha": "d38206f50eeb1e77b0832a74c1c2adeeed5ec2b7",
			"registry": "npmjs"
		},
		"rxjs-5.0.0-rc.3.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-rc.3.tgz",
			"sha": "d8bc390d83277846b2d2afa1acf3c5f4f114a8d5",
			"registry": "npmjs"
		},
		"rxjs-5.0.0-rc.4.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-rc.4.tgz",
			"sha": "a4d08bc5d7f30d48ed7130e2995490c326a325c4",
			"registry": "npmjs"
		},
		"rxjs-5.0.0-rc.5.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-rc.5.tgz",
			"sha": "8cbd17fc242a54c07ef9116da23b0ec8e7d5cea9",
			"registry": "npmjs"
		},
		"rxjs-5.0.0.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.0.tgz",
			"sha": "4c31630a35cb36acde83afa4baeeba6ccede2405",
			"registry": "npmjs"
		},
		"rxjs-5.0.1.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.1.tgz",
			"sha": "3a69bdf9f0ca0a986303370d4708f72bdfac8356",
			"registry": "npmjs"
		},
		"rxjs-5.0.2.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.2.tgz",
			"sha": "cc6513756daa93cab4085c1b5a19a3e28fb6c6bf",
			"registry": "npmjs"
		},
		"rxjs-5.0.3.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.0.3.tgz",
			"sha": "fc8bdf464ebf938812748e4196788f392fef9754",
			"registry": "npmjs"
		},
		"rxjs-5.1.0.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.1.0.tgz",
			"sha": "0aa9018b7f440b505fa42bd742b6738be550e720",
			"registry": "npmjs"
		},
		"rxjs-5.1.1.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.1.1.tgz",
			"sha": "fc48922965bc6c5efbcc0fe46e90a3af64137a7b",
			"registry": "npmjs"
		},
		"rxjs-5.2.0.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.2.0.tgz",
			"sha": "db537de8767c05fa73721587a29e0085307d318b",
			"registry": "npmjs"
		},
		"rxjs-5.2.1-smooth.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.2.1-smooth.tgz",
			"sha": "e324c92bec4bc43daf5315c888736f70b3db4e87",
			"registry": "npmjs"
		},
		"rxjs-5.3.0.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.3.0.tgz",
			"sha": "d88ccbdd46af290cbdb97d5d8055e52453fabe2d",
			"registry": "npmjs"
		},
		"rxjs-5.3.1.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.3.1.tgz",
			"sha": "9ecc9e722247e4f4490d30a878577a3740fd0cb7",
			"registry": "npmjs"
		},
		"rxjs-5.3.3.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.3.3.tgz",
			"sha": "dd2f95105f713d95f25b894cbe5f68a5f32c926c",
			"registry": "npmjs"
		},
		"rxjs-5.4.0.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.4.0.tgz",
			"sha": "a7db14ab157f9d7aac6a56e655e7a3860d39bf26",
			"registry": "npmjs"
		},
		"rxjs-5.4.1.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.4.1.tgz",
			"sha": "b62f757f279445d265a18a58fb0a70dc90e91626",
			"registry": "npmjs"
		},
		"rxjs-6.0.0-alpha.0.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-alpha.0.tgz",
			"sha": "d757d2e5c10cc1bb3a3b3b48f6ca26a21e73222f",
			"registry": "npmjs"
		},
		"rxjs-5.4.2.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.4.2.tgz",
			"sha": "2a3236fcbf03df57bae06fd6972fd99e5c08fcf7",
			"registry": "npmjs"
		},
		"rxjs-5.4.3.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.4.3.tgz",
			"sha": "0758cddee6033d68e0fd53676f0f3596ce3d483f",
			"registry": "npmjs"
		},
		"rxjs-5.5.0-beta.0.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.0-beta.0.tgz",
			"sha": "82a18017f962e43a9b321ad34f6ae654563fec11",
			"registry": "npmjs"
		},
		"rxjs-5.5.0-beta.1.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.0-beta.1.tgz",
			"sha": "594bd892abdf908b9be4536dffd1cf58a7b45426",
			"registry": "npmjs"
		},
		"rxjs-5.5.0-beta.2.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.0-beta.2.tgz",
			"sha": "d3c4303df7279047596e72f7a98c09b3d22d5db4",
			"registry": "npmjs"
		},
		"rxjs-5.5.0-beta.3.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.0-beta.3.tgz",
			"sha": "f177233857060002a982b3b6a276a0e09f9c8315",
			"registry": "npmjs"
		},
		"rxjs-5.5.0-beta.4.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.0-beta.4.tgz",
			"sha": "1f824ed570e64c15bbcb184fea9993547c6d9d96",
			"registry": "npmjs"
		},
		"rxjs-5.5.0-beta.5.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.0-beta.5.tgz",
			"sha": "9e38f88f33acf4981acbbb395a0add54ea8f5f46",
			"registry": "npmjs"
		},
		"rxjs-5.5.0-beta.7.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.0-beta.7.tgz",
			"sha": "3bbb80b3b604938961d8a8cc5cc12b1aef52102e",
			"registry": "npmjs"
		},
		"rxjs-5.5.0.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.0.tgz",
			"sha": "26d8f3866eb700e247e0728a147c3d628993d812",
			"registry": "npmjs"
		},
		"rxjs-5.5.1.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.1.tgz",
			"sha": "ef980a6ad7438c74e3b0f0d1e6f1493e385997fd",
			"registry": "npmjs"
		},
		"rxjs-5.5.2.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.2.tgz",
			"sha": "28d403f0071121967f18ad665563255d54236ac3",
			"registry": "npmjs"
		},
		"rxjs-5.5.3.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.3.tgz",
			"sha": "b62227e74b84f4e77bdf440e50b5ee01a1bc7dcd",
			"registry": "npmjs"
		},
		"rxjs-5.5.4.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.4.tgz",
			"sha": "66a466acb21270b5f441645a1141f95fcae10ee6",
			"registry": "npmjs"
		},
		"rxjs-5.5.5.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.5.tgz",
			"sha": "e164f11d38eaf29f56f08c3447f74ff02dd84e97",
			"registry": "npmjs"
		},
		"rxjs-5.5.6.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.6.tgz",
			"sha": "e31fb96d6fd2ff1fd84bcea8ae9c02d007179c02",
			"registry": "npmjs"
		},
		"rxjs-6.0.0-alpha.1.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-alpha.1.tgz",
			"sha": "e7f78dcdbfd1041c3bbd240ba2fdf13949a2858f",
			"registry": "npmjs"
		},
		"rxjs-6.0.0-alpha.2.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-alpha.2.tgz",
			"sha": "6c8dc76801002ee0abedf5ab56587229ee0b3787",
			"registry": "npmjs"
		},
		"rxjs-6.0.0-alpha.3.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-alpha.3.tgz",
			"sha": "fcce7ffcaa7c6c2cfacec23aa58a3c900c2b8148",
			"registry": "npmjs"
		},
		"rxjs-5.5.7.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.7.tgz",
			"sha": "afb3d1642b069b2fbf203903d6501d1acb4cda27",
			"registry": "npmjs"
		},
		"rxjs-6.0.0-alpha.4.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-alpha.4.tgz",
			"sha": "e24afa7457d95a981f081d2979c3ba69b20c8ca3",
			"registry": "npmjs"
		},
		"rxjs-6.0.0-beta.0.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-beta.0.tgz",
			"sha": "cf241936be39d8279ed0b2be4bf417777301f65a",
			"registry": "npmjs"
		},
		"rxjs-5.6.0-forward-compat.0.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.6.0-forward-compat.0.tgz",
			"sha": "5b2792f0e0cf2acce00893219460bce550119be5",
			"registry": "npmjs"
		},
		"rxjs-6.0.0-beta.1.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-beta.1.tgz",
			"sha": "ac6b181251ece21051435c3da2538444b43a37c1",
			"registry": "npmjs"
		},
		"rxjs-6.0.0-beta.2.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-beta.2.tgz",
			"sha": "305176fec8d6d783949ad6a10812a323e35d84fd",
			"registry": "npmjs"
		},
		"rxjs-5.6.0-forward-compat.1.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.6.0-forward-compat.1.tgz",
			"sha": "31f83df06b46e21e19a850873bc6a209d2ff7431",
			"registry": "npmjs"
		},
		"rxjs-6.0.0-beta.3.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-beta.3.tgz",
			"sha": "09a241a69287311873be32613c836a007cf3db5e",
			"registry": "npmjs"
		},
		"rxjs-5.5.8.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.8.tgz",
			"sha": "b2b0809a57614ad6254c03d7446dea0d83ca3791",
			"registry": "npmjs"
		},
		"rxjs-5.6.0-forward-compat.2.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.6.0-forward-compat.2.tgz",
			"sha": "0ca90dcca87c00707ab0ac1e64fb96f011e7fd11",
			"registry": "npmjs"
		},
		"rxjs-6.0.0-beta.4.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-beta.4.tgz",
			"sha": "6506fde30f0f0ca1c94eb948629ac4aa73c0b0c8",
			"registry": "npmjs"
		},
		"rxjs-6.0.0-rc.0.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-rc.0.tgz",
			"sha": "3fed5454dfaf5a01005c973de857f860826d3eac",
			"registry": "npmjs"
		},
		"rxjs-6.0.0-smoosh.0.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-smoosh.0.tgz",
			"sha": "d6c76bac0ecbe1427c62e51b2cfbac08432d355d",
			"registry": "npmjs"
		},
		"rxjs-6.0.0-smoosh.1.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-smoosh.1.tgz",
			"sha": "9416a18bfb52ff02657aebc436f89b965a4a95f1",
			"registry": "npmjs"
		},
		"rxjs-6.0.0-smoosh.2.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-smoosh.2.tgz",
			"sha": "2fbec8bce211ac6cdb21e630f17df2358562b6cc",
			"registry": "npmjs"
		},
		"rxjs-6.0.0-rc.1.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-rc.1.tgz",
			"sha": "24de21d36803d022c5823f44dc51eaf6074fa85c",
			"registry": "npmjs"
		},
		"rxjs-6.0.0-tactical-rc.1.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-tactical-rc.1.tgz",
			"sha": "1fe1f1204132d1c71c72f249a487f8e76a5ec1d5",
			"registry": "npmjs"
		},
		"rxjs-5.5.9.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.9.tgz",
			"sha": "12a0487794b00f5eb370fec2751bd973a89886fb",
			"registry": "npmjs"
		},
		"rxjs-5.6.0-forward-compat.3.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.6.0-forward-compat.3.tgz",
			"sha": "8e092af726396c65e02ec65b016d449cf9dd418c",
			"registry": "npmjs"
		},
		"rxjs-6.0.0-tenacious-rc.2.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-tenacious-rc.2.tgz",
			"sha": "1f7107cc5ad672ffb52bf6d731d7d8be78cc52d7",
			"registry": "npmjs"
		},
		"rxjs-6.0.0-terrific-rc.3.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-terrific-rc.3.tgz",
			"sha": "3acee937c1789ee4addf3cc3f7cc843d7cc2887c",
			"registry": "npmjs"
		},
		"rxjs-6.0.0-turbo-rc.4.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-turbo-rc.4.tgz",
			"sha": "5995dab91914f03ee4a68d923678333ae626d2ec",
			"registry": "npmjs"
		},
		"rxjs-5.5.10.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.10.tgz",
			"sha": "fde02d7a614f6c8683d0d1957827f492e09db045",
			"registry": "npmjs"
		},
		"rxjs-5.6.0-forward-compat.4.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.6.0-forward-compat.4.tgz",
			"sha": "1d3d8d0ebd7eb894a44891d2582f604a78b0014c",
			"registry": "npmjs"
		},
		"rxjs-6.0.0-uber-rc.5.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-uber-rc.5.tgz",
			"sha": "431adc93ed799c78ee52fd91418cbed7f2fea76f",
			"registry": "npmjs"
		},
		"rxjs-6.0.0-ucandoit-rc.6.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-ucandoit-rc.6.tgz",
			"sha": "ee93062a886cb081a505561553f62fa2a8a39543",
			"registry": "npmjs"
		},
		"rxjs-6.0.0-uncanny-rc.7.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0-uncanny-rc.7.tgz",
			"sha": "e5d6ebe2c538c583bf4b3600b60112d64a7a6991",
			"registry": "npmjs"
		},
		"rxjs-6.0.0.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-6.0.0.tgz",
			"sha": "d647e029b5854617f994c82fe57a4c6747b352da",
			"registry": "npmjs"
		},
		"rxjs-6.1.0.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-6.1.0.tgz",
			"sha": "833447de4e4f6427b9cec3e5eb9f56415cd28315",
			"registry": "npmjs"
		},
		"rxjs-6.2.0.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-6.2.0.tgz",
			"sha": "e024d0e180b72756a83c2aaea8f25423751ba978",
			"registry": "npmjs"
		},
		"rxjs-5.5.11.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.11.tgz",
			"sha": "f733027ca43e3bec6b994473be4ab98ad43ced87",
			"registry": "npmjs"
		},
		"rxjs-5.6.0-forward-compat.5.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.6.0-forward-compat.5.tgz",
			"sha": "b804784be4209eb34ca43b648062f343ae640f48",
			"registry": "npmjs"
		},
		"rxjs-6.2.1.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-6.2.1.tgz",
			"sha": "246cebec189a6cbc143a3ef9f62d6f4c91813ca1",
			"registry": "npmjs"
		},
		"rxjs-6.2.2.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-6.2.2.tgz",
			"sha": "eb75fa3c186ff5289907d06483a77884586e1cf9",
			"registry": "npmjs"
		},
		"rxjs-6.3.0.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-6.3.0.tgz",
			"sha": "e55b05ad4bdf351db4b45756638dfa368260a8a3",
			"registry": "npmjs"
		},
		"rxjs-5.5.12.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.12.tgz",
			"sha": "6fa61b8a77c3d793dbaf270bee2f43f652d741cc",
			"registry": "npmjs"
		},
		"rxjs-6.3.1.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-6.3.1.tgz",
			"sha": "878a1a8c64b8a5da11dcf74b5033fe944cdafb84",
			"registry": "npmjs"
		},
		"rxjs-6.3.2.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-6.3.2.tgz",
			"sha": "6a688b16c4e6e980e62ea805ec30648e1c60907f",
			"registry": "npmjs"
		},
		"rxjs-6.3.3.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-6.3.3.tgz",
			"sha": "3c6a7fa420e844a81390fb1158a9ec614f4bad55",
			"registry": "npmjs"
		},
		"rxjs-6.4.0.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-6.4.0.tgz",
			"sha": "f3bb0fe7bda7fb69deac0c16f17b50b0b8790504",
			"registry": "npmjs"
		},
		"rxjs-6.5.0.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-6.5.0.tgz",
			"sha": "1e4bc933f14a0c5c2ce7bb71ddd4244d42f4b04b",
			"registry": "npmjs"
		},
		"rxjs-6.5.1.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-6.5.1.tgz",
			"sha": "f7a005a9386361921b8524f38f54cbf80e5d08f4",
			"registry": "npmjs"
		},
		"rxjs-6.5.2.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-6.5.2.tgz",
			"sha": "2e35ce815cd46d84d02a209fb4e5921e051dbec7",
			"registry": "npmjs"
		},
		"rxjs-6.5.3.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-6.5.3.tgz",
			"sha": "510e26317f4db91a7eb1de77d9dd9ba0a4899a3a",
			"registry": "npmjs"
		},
		"rxjs-7.0.0-alpha.0.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-7.0.0-alpha.0.tgz",
			"sha": "8123daf3a9fa994536ca0089dbc448f7cde98403",
			"registry": "npmjs"
		},
		"rxjs-7.0.0-alpha.1.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-7.0.0-alpha.1.tgz",
			"sha": "7af41b76bfe15fe002db3c1d484b92ea0ef89b39",
			"registry": "npmjs"
		},
		"rxjs-6.5.4.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-6.5.4.tgz",
			"sha": "e0777fe0d184cec7872df147f303572d414e211c",
			"registry": "npmjs"
		},
		"rxjs-7.0.0-beta.0.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-7.0.0-beta.0.tgz",
			"sha": "41f730761e00ba7b5a28955e0f177afba8e2a134",
			"registry": "npmjs"
		},
		"rxjs-6.5.5.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-6.5.5.tgz",
			"sha": "c5c884e3094c8cfee31bf27eb87e54ccfc87f9ec",
			"registry": "npmjs"
		},
		"rxjs-7.0.0-beta.1.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-7.0.0-beta.1.tgz",
			"sha": "21d09568a53a1f711771b7b8b6d02abe55c30a0f",
			"registry": "npmjs"
		},
		"rxjs-6.6.0.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.0.tgz",
			"sha": "af2901eedf02e3a83ffa7f886240ff9018bbec84",
			"registry": "npmjs"
		},
		"rxjs-7.0.0-beta.2.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-7.0.0-beta.2.tgz",
			"sha": "41f71f9a876c3b5ad1fde49a08276124e1d92268",
			"registry": "npmjs"
		},
		"rxjs-7.0.0-beta.3.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-7.0.0-beta.3.tgz",
			"sha": "af381cc9783a5f38e3cb477415232f5404dc4d27",
			"registry": "npmjs"
		},
		"rxjs-6.6.1.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.1.tgz",
			"sha": "5d8e91c346983630f775d3ede343e825524aabb4",
			"registry": "npmjs"
		},
		"rxjs-6.6.2.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.2.tgz",
			"sha": "8096a7ac03f2cc4fe5860ef6e572810d9e01c0d2",
			"registry": "npmjs"
		},
		"rxjs-7.0.0-beta.4.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-7.0.0-beta.4.tgz",
			"sha": "bca2bea86cf2074b56f37db202f978ae296c7517",
			"registry": "npmjs"
		},
		"rxjs-7.0.0-beta.5.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-7.0.0-beta.5.tgz",
			"sha": "e2494c8d8393874e83357bb31706f6e3e5c2a2aa",
			"registry": "npmjs"
		},
		"rxjs-6.6.3.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.3.tgz",
			"sha": "8ca84635c4daa900c0d3967a6ee7ac60271ee552",
			"registry": "npmjs"
		},
		"rxjs-7.0.0-beta.6.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-7.0.0-beta.6.tgz",
			"sha": "d06003cd0e69d796d244e762b092a9ac52d92dc9",
			"registry": "npmjs"
		},
		"rxjs-7.0.0-beta.7.tgz": {
			"url": "https://registry.npmjs.org/rxjs/-/rxjs-7.0.0-beta.7.tgz",
			"sha": "bca95f778b1457bf4e983a4f1dee61bb1a0aced1",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"rxjs-6.5.4.tgz": {
			"shasum": "e0777fe0d184cec7872df147f303572d414e211c"
		},
		"rxjs-6.6.0.tgz": {
			"shasum": "af2901eedf02e3a83ffa7f886240ff9018bbec84"
		}
	},
	"_rev": "15-769390fd3abe0360",
	"_id": "rxjs",
	"readme": "# <img src=\"docs_app/assets/Rx_Logo_S.png\" alt=\"RxJS Logo\" width=\"86\" height=\"86\"> RxJS: Reactive Extensions For JavaScript\n\n![CI](https://github.com/reactivex/rxjs/workflows/CI/badge.svg)\n[![npm version](https://badge.fury.io/js/rxjs.svg)](http://badge.fury.io/js/rxjs)\n[![Join the chat at https://gitter.im/Reactive-Extensions/RxJS](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Reactive-Extensions/RxJS?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)\n\n# RxJS 7 (beta)\n\n### FOR 6.X PLEASE GO TO [THE 6.x BRANCH](https://github.com/ReactiveX/rxjs/tree/6.x)\n\nReactive Extensions Library for JavaScript. This is a rewrite of [Reactive-Extensions/RxJS](https://github.com/Reactive-Extensions/RxJS) and is the latest production-ready version of RxJS. This rewrite is meant to have better performance, better modularity, better debuggable call stacks, while staying mostly backwards compatible, with some breaking changes that reduce the API surface.\n\n[Apache 2.0 License](LICENSE.txt)\n\n- [Code of Conduct](CODE_OF_CONDUCT.md)\n- [Contribution Guidelines](CONTRIBUTING.md)\n- [Maintainer Guidelines](docs_app/content/maintainer-guidelines.md)\n- [API Documentation](https://rxjs.dev/)\n\n## Versions In This Repository\n\n- [master](https://github.com/ReactiveX/rxjs/commits/master) - This is all of the current, unreleased work, which is against v7 of RxJS right now\n- [stable](https://github.com/ReactiveX/rxjs/tree/6.x) - This is the branch for the latest version you'd get if you do `npm install rxjs`\n\nMost PRs should be made to **master**.\n\n## Important\n\nBy contributing or commenting on issues in this repository, whether you've read them or not, you're agreeing to the [Contributor Code of Conduct](CODE_OF_CONDUCT.md). Much like traffic laws, ignorance doesn't grant you immunity.\n\n## Installation and Usage\n\n### ES6 via npm\n\n```sh\nnpm install rxjs\n```\n\nIt's recommended to pull in the Observable creation methods you need directly from `'rxjs'` as shown below with `range`. And you can pull in any operator you need from one spot, under `'rxjs/operators'`.\n\n```ts\nimport { range } from \"rxjs\";\nimport { map, filter } from \"rxjs/operators\";\n\nrange(1, 200)\n  .pipe(\n    filter(x => x % 2 === 1),\n    map(x => x + x)\n  )\n  .subscribe(x => console.log(x));\n```\n\n### CDN\n\nFor CDN, you can use [unpkg](https://unpkg.com/):\n\nhttps://unpkg.com/rxjs/bundles/rxjs.umd.min.js\n\nThe global namespace for rxjs is `rxjs`:\n\n```js\nconst { range } = rxjs;\nconst { map, filter } = rxjs.operators;\n\nrange(1, 200)\n  .pipe(\n    filter(x => x % 2 === 1),\n    map(x => x + x)\n  )\n  .subscribe(x => console.log(x));\n```\n\n## Goals\n\n- Smaller overall bundles sizes\n- Provide better performance than preceding versions of RxJS\n- To model/follow the [Observable Spec Proposal](https://github.com/zenparsing/es-observable) to the observable\n- Provide more modular file structure in a variety of formats\n- Provide more debuggable call stacks than preceding versions of RxJS\n\n## Building/Testing\n\n- `npm run compile` build everything\n- `npm test` run tests\n- `npm run dtslint` run dtslint tests\n\n## Adding documentation\n\nWe appreciate all contributions to the documentation of any type. All of the information needed to get the docs app up and running locally as well as how to contribute can be found in the [documentation directory](./docs_app)."
}