rx-from-async-iterator
Version:
Convert asyncGenerator object to Rx.Observable
49 lines (48 loc) • 1.24 kB
JSON
{
"name": "rx-from-async-iterator",
"version": "1.5.5",
"description": "Convert asyncGenerator object to Rx.Observable",
"main": "lib/index.js",
"module": "es/index.js",
"typings": "es/index.d.ts",
"scripts": {
"test": "jest --detectOpenHandles",
"build": "npm run build:es&&npm run build:lib",
"build:es": "rimraf es&&tsc -p tsconfig.json",
"build:lib": "rimraf lib&&tsc -p tsconfig.lib.json",
"prepare": "npm run build",
"pub": "npm publish --registry=https://registry.npmjs.org"
},
"files": [
"src",
"lib",
"es",
"README.md"
],
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/LPegasus/rx-from-async-iterator.git"
},
"author": {
"name": "LPegasus",
"email": "pegusas1@hotmail.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/LPegasus/rx-from-async-iterator/issues"
},
"homepage": "https://github.com/LPegasus/rx-from-async-iterator#readme",
"devDependencies": {
"@types/jest": "26.0.16",
"jest": "^26.6.3",
"rimraf": "^3.0.0",
"ts-jest": "^26.4.4",
"tsdx": "^0.14.1",
"typescript": "^4.1.2"
},
"dependencies": {
"rxjs": "^6.0.0",
"tslib": "^1.10.0"
}
}