@rxjs-ninja/rxjs-array
Version:
Operators for RxJS for filtering with boolean logic
42 lines (41 loc) • 851 B
JSON
{
"name": "@rxjs-ninja/rxjs-array",
"description": "Operators for RxJS for filtering with boolean logic",
"version": "6.0.4",
"keywords": [
"Rx",
"RxJS",
"ReactiveX",
"ReactiveExtensions",
"Streams",
"Observables",
"Observable",
"Stream",
"ES6",
"ES2015",
"Typescript",
"Reactive",
"Utility",
"Array",
"Arrays"
],
"homepage": "https://rxjs-ninja.tane.dev",
"bugs": {
"url": "https://github.com/rxjs-ninja/rxjs-ninja/issues"
},
"license": "MIT",
"author": {
"name": "Tane Piper",
"url": "https://tane.dev"
},
"repository": {
"type": "git",
"url": "https://github.com/rxjs-ninja/rxjs-ninja.git"
},
"peerDependencies": {
"rxjs": ">=6.5.0"
},
"main": "./rxjs-array.umd.js",
"module": "./rxjs-array.esm.js",
"typings": "./index.d.ts"
}