UNPKG

640 BJSONView Raw
1{
2 "name": "@reactivex/ix-es2015-cjs",
3 "version": "2.1.2",
4 "main": "Ix.js",
5 "types": "Ix.d.ts",
6 "license": "MIT",
7 "description": "The Interactive Extensions for JavaScript",
8 "author": "Matthew Podwysocki <matthewp@microsoft.com>",
9 "homepage": "https://github.com/ReactiveX/IxJS#readme",
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/ReactiveX/IxJS.git"
13 },
14 "bugs": {
15 "url": "https://github.com/ReactiveX/IxJS/issues"
16 },
17 "keywords": [
18 "Iterator",
19 "Iterable",
20 "Promise",
21 "Async",
22 "AsyncIterable",
23 "AsyncIterator"
24 ],
25 "dependencies": {
26 "tslib": "^1.7.1"
27 }
28}