callbag-concat-with
Version:
👜 Callbag operator that emits items given it as arguments after it finishes emitting items emitted by source.
66 lines (65 loc) • 1.88 kB
JSON
{
"name": "callbag-concat-with",
"version": "1.2.0",
"description": "👜 Callbag operator that emits items given it as arguments after it finishes emitting items emitted by source.",
"main": "./dist/callbag-concat-with.cjs.js",
"module": "./dist/callbag-concat-with.esm.js",
"types": "./types/index.d.ts",
"files": [
"dist",
"types"
],
"scripts": {
"pretest": "npm run build",
"test": "jest --env=node",
"precommit": "lint-staged",
"prebuild": "rimraf dist types",
"build": "rollup -c",
"build:types": "tsc",
"postbuild": "npm run build:types",
"preversion": "npm test",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Andarist/callbag-concat-with.git"
},
"keywords": [
"callbag",
"callbags"
],
"author": "Mateusz Burzyński <mateuszburzynski@gmail.com> (https://github.com/Andarist)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Andarist/callbag-concat-with/issues"
},
"homepage": "https://github.com/Andarist/callbag-concat-with#readme",
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@babel/preset-typescript": "^7.1.0",
"callbag-for-each": "^1.0.1",
"callbag-from-iter": "^1.2.0",
"callbag-interval": "^1.0.0",
"callbag-mock": "^2.2.0",
"callbag-pipe": "^1.1.1",
"callbag-subject": "^1.0.2",
"callbag-take": "^1.0.0",
"callbag-tap": "^1.1.0",
"callbag-tap-up": "^1.0.1",
"callbag-to-promise": "^1.0.0",
"husky": "^0.14.3",
"jest": "^24.1.0",
"lint-staged": "^7.0.0",
"prettier": "^1.13.7",
"rimraf": "^2.6.2",
"rollup": "^0.66.6",
"rollup-plugin-babel": "^4.0.3",
"typescript": "^3.3.1"
},
"dependencies": {
"callbag": "^1.1.0",
"callbag-concat": "^1.2.0",
"callbag-of": "^2.0.0"
}
}