{"name":"rxjs","version":"7.5.0","keywords":["Rx","RxJS","ReactiveX","ReactiveExtensions","Streams","Observables","Observable","Stream","ES6","ES2015"],"author":{"name":"Ben Lesh","email":"ben@benlesh.com"},"license":"Apache-2.0","_id":"rxjs@7.5.0","maintainers":[{"name":"blesh","email":"ben@benlesh.com"},{"name":"jeffbcross","email":"middlefloor@gmail.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"}],"homepage":"https://rxjs.dev","bugs":{"url":"https://github.com/ReactiveX/RxJS/issues"},"dist":{"shasum":"9424fbefb42bec9a8fb53a53fc64b3e5ecf90587","tarball":"https://registry.npmjs.org/rxjs/-/rxjs-7.5.0.tgz","fileCount":2268,"integrity":"sha512-fuCKAfFawVYX0pyFlETtYnXI+5iiY9Dftgk+VdgeOq+Qyi9ZDWckHZRDaXRt5WCNbbLkmAheoSGDiceyCIKNZA==","signatures":[{"sig":"MEUCIGNdEDa6NELxgzuHfF3/2h1xsGKfgyRSdWyUQu+GMai/AiEAieLGqUW1/kM1ZrSSNF26VjOjT4Gh0CV8v/VSyd8gQc8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4466023,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhyh5yCRA9TVsSAnZWagAArOEP/jy+FJxBf2kl9aYRWJ4P\nIQr6d4jQrWVvvh3S1pIm9sM4DGk71Ia6xT3ulCoOH6bAwSoma0TD0eKqiO4L\nj3ZyN/VJdQRSEOmdcp2HWxfJCjPS1SOQF/5ReRu3O4zYLNu647E2DJ3eodou\nDZ2evnQdICNOTE58C/ixsc/bePFWCf+lw7CGoT5GHCq/ZasFGgImlqSbHUkB\n/cqVAgUIEueUNupA/I+Z/wMc+CfRWQkKwf9YPVQfllenGkocrpGEVNqbZqHa\nbVMzOyYlJPFB4r5Jq4Dr3iInmpEm/b7spCNOVMSmTT3GB18rVnOn32Bmq6cM\ncNRvrVRHERdjtoIDxykk4oWDq5SbGACjzORTxbtEBgx0Ja4w7Pu0A2MyxvbG\nZGtRDeP1xCrMT4/2d+brOY02xNHdY3lz7p3VLpZj8mk49tnXrELNTcua8pJ5\nbQhGtAP7kVuG5KJzvsL4DnYdA7efIBr/JRpaM5X3914mfT8F/bCWCBGtKQkR\n6k3xL1qUfV5dLnntNwL2g4Z4IcGqlGigTAmewfavZ+7aUHxuWFYXam1U6va8\nJp/ZWzcPcXf2NxPOm8N5BIxvuT07uQpiHDdBPkTqMhn6Unjl5iqMxc8JVSUT\nLE0MqgnUy9RnAh02MF8Jcwtch0CtMzgGxxJYGPcf/jLiODtTSs1ybwEpXC9u\noEVJ\r\n=fpGy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/cjs/index.js","husky":{"hooks":{"commit-msg":"validate-commit-msg","pre-commit":"lint-staged"}},"types":"index.d.ts","config":{"commitizen":{"path":"cz-conventional-changelog"}},"es2015":"./dist/esm/index.js","module":"./dist/esm5/index.js","exports":{".":{"node":"./dist/cjs/index.js","es2015":"./dist/esm/index.js","default":"./dist/esm5/index.js"},"./ajax":{"node":"./dist/cjs/ajax/index.js","es2015":"./dist/esm/ajax/index.js","default":"./dist/esm5/ajax/index.js"},"./fetch":{"node":"./dist/cjs/fetch/index.js","es2015":"./dist/esm/fetch/index.js","default":"./dist/esm5/fetch/index.js"},"./testing":{"node":"./dist/cjs/testing/index.js","es2015":"./dist/esm/testing/index.js","default":"./dist/esm5/testing/index.js"},"./operators":{"node":"./dist/cjs/operators/index.js","es2015":"./dist/esm/operators/index.js","default":"./dist/esm5/operators/index.js"},"./webSocket":{"node":"./dist/cjs/webSocket/index.js","es2015":"./dist/esm/webSocket/index.js","default":"./dist/esm5/webSocket/index.js"},"./internal/*":{"node":"./dist/cjs/internal/*.js","es2015":"./dist/esm/internal/*.js","default":"./dist/esm5/internal/*.js"},"./package.json":"./package.json"},"gitHead":"2e25e2e466ff5b047a697b201645acbfee2abee0","scripts":{"lint":"npm-run-all --parallel lint_*","test":"npm run compile && mocha --config spec/support/.mocharc.js \"dist/spec/**/*-spec.js\"","watch":"nodemon -w \"src/\" -w \"spec/\" -e ts -x npm test","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 ./src/tsconfig.types.spec.json ./spec/tsconfig.json","dtslint":"tsc -b ./src/tsconfig.types.json && tslint -c spec-dtslint/tslint.json -p spec-dtslint/tsconfig.json \"spec-dtslint/**/*.ts\"","lint_src":"tslint -c tslint.json -p src/tsconfig.base.json \"src/**/*.ts\"","test:esm":"node spec/module-test-spec.mjs","changelog":"npx conventional-changelog-cli -p angular -i CHANGELOG.md -s","lint_spec":"tslint -c spec/tslint.json -p spec/tsconfig.json \"spec/**/*.ts\"","build:clean":"shx rm -rf ./dist","test:import":"ts-node ./integration/import/runner.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","build:global":"node ./tools/make-umd-bundle.js && node ./tools/make-closure-core.js","publish_docs":"./publish_docs.sh","test:browser":"echo \"Browser test is not working currently\" && exit -1 && npm-run-all build:spec:browser && opn spec/support/mocha-browser-runner.html","build:package":"npm-run-all build:clean compile build:global && node ./tools/prepare-package.js && node ./tools/generate-alias.js","test:circular":"dependency-cruiser --validate .dependency-cruiser.json -x \"^node_modules\" dist/esm5","test:systemjs":"node integration/systemjs/systemjs-compatibility-spec.js","watch:dtslint":"nodemon -w \"src/\" -w \"spec-dtslint/\" -e ts -x npm run dtslint","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","test:side-effects":"check-side-effects --test integration/side-effects/side-effects.json","build:spec:browser":"echo \"Browser test is not working currently\" && exit -1 && webpack --config spec/support/webpack.mocha.config.js","api_guardian:update":"tsc -b ./src/tsconfig.types.json && 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","test:side-effects:update":"npm run test:side-effects -- --update"},"_npmUser":{"name":"blesh","email":"ben@benlesh.com"},"repository":{"url":"git+https://github.com/reactivex/rxjs.git","type":"git"},"_npmVersion":"8.1.0","description":"Reactive Extensions for modern JavaScript","directories":{},"lint-staged":{"*.js":"eslint --cache --fix","*.{js,css,md}":"prettier --write","(src|spec)/**/*.ts":["tslint --fix","prettier --write"]},"sideEffects":false,"_nodeVersion":"16.13.0","dependencies":{"tslib":"^2.1.0"},"typesVersions":{">=4.2":{"*":["dist/types/*"]}},"_hasShrinkwrap":false,"devDependencies":{"shx":"^0.3.2","chai":"^4.2.0","glob":"7.1.2","color":"3.0.0","husky":"^4.2.5","mocha":"^8.1.3","sinon":"4.3.0","colors":"1.1.2","eslint":"^7.8.1","lodash":"^4.17.15","mkdirp":"^1.0.4","rollup":"0.66.6","tslint":"^5.20.1","nodemon":"^1.9.2","opn-cli":"3.1.0","promise":"8.0.1","shelljs":"^0.8.4","ts-node":"^9.0.0","typedoc":"^0.17.8","webpack":"^4.31.0","fs-extra":"^8.1.0","minimist":"^1.2.5","platform":"1.3.5","prettier":"^2.0.5","systemjs":"^0.21.0","cross-env":"5.1.3","form-data":"^3.0.0","klaw-sync":"3.0.2","sinon-chai":"2.14.0","tslint-etc":"1.13.10","typescript":"^4.3.2","@types/chai":"^4.2.11","@types/node":"^14.14.6","lint-staged":"^10.2.11","npm-run-all":"4.1.2","@types/mocha":"^7.0.2","@types/sinon":"4.1.3","@types/lodash":"4.14.102","@types/shelljs":"^0.8.8","babel-polyfill":"6.26.0","ts-api-guardian":"^0.5.0","@types/sinon-chai":"2.7.29","@types/source-map":"^0.5.2","check-side-effects":"0.0.23","dependency-cruiser":"^9.12.0","source-map-support":"0.5.3","rollup-plugin-alias":"1.4.0","validate-commit-msg":"2.14.0","escape-string-regexp":"1.0.5","rollup-plugin-inject":"2.0.0","web-streams-polyfill":"^3.0.2","eslint-plugin-jasmine":"^2.10.1","tslint-config-prettier":"^1.18.0","@typescript-eslint/parser":"^4.29.1","cz-conventional-changelog":"1.2.0","@angular-devkit/schematics":"^11.0.7","google-closure-compiler-js":"20170218.0.0","rollup-plugin-node-resolve":"2.0.0","@angular-devkit/build-optimizer":"0.4.6","@typescript-eslint/eslint-plugin":"^4.29.1","tslint-no-unused-expression-chai":"0.0.3","tslint-no-toplevel-property-access":"0.0.2"},"_npmOperationalInternal":{"tmp":"tmp/rxjs_7.5.0_1640636018531_0.05139501921406553","host":"s3://npm-registry-packages"}}