1 | {
|
---|
2 | "name": "rxjs",
|
---|
3 | "version": "6.6.7",
|
---|
4 | "description": "Reactive Extensions for modern JavaScript",
|
---|
5 | "main": "./index.js",
|
---|
6 | "sideEffects": false,
|
---|
7 | "config": {
|
---|
8 | "commitizen": {
|
---|
9 | "path": "cz-conventional-changelog"
|
---|
10 | }
|
---|
11 | },
|
---|
12 | "nyc": {
|
---|
13 | "include": [
|
---|
14 | "src/*.ts",
|
---|
15 | "src/**/*.ts"
|
---|
16 | ],
|
---|
17 | "exclude": [
|
---|
18 | "node_modules",
|
---|
19 | "dist",
|
---|
20 | "*.d.ts",
|
---|
21 | "src/**/MiscJSDoc.ts"
|
---|
22 | ],
|
---|
23 | "extension": [
|
---|
24 | ".ts"
|
---|
25 | ],
|
---|
26 | "reporter": [
|
---|
27 | "html"
|
---|
28 | ],
|
---|
29 | "all": true
|
---|
30 | },
|
---|
31 | "lint-staged": {
|
---|
32 | "linters": {
|
---|
33 | "*.@(js)": [
|
---|
34 | "eslint --fix",
|
---|
35 | "git add"
|
---|
36 | ],
|
---|
37 | "*.@(ts)": [
|
---|
38 | "tslint --fix",
|
---|
39 | "git add"
|
---|
40 | ]
|
---|
41 | },
|
---|
42 | "ignore": [
|
---|
43 | "spec-dtslint/**/*.{js,ts}",
|
---|
44 | "api_guard/**/*.{js,ts}"
|
---|
45 | ]
|
---|
46 | },
|
---|
47 | "repository": {
|
---|
48 | "type": "git",
|
---|
49 | "url": "https://github.com/reactivex/rxjs.git"
|
---|
50 | },
|
---|
51 | "keywords": [
|
---|
52 | "Rx",
|
---|
53 | "RxJS",
|
---|
54 | "ReactiveX",
|
---|
55 | "ReactiveExtensions",
|
---|
56 | "Streams",
|
---|
57 | "Observables",
|
---|
58 | "Observable",
|
---|
59 | "Stream",
|
---|
60 | "ES6",
|
---|
61 | "ES2015"
|
---|
62 | ],
|
---|
63 | "author": "Ben Lesh <ben@benlesh.com>",
|
---|
64 | "contributors": [
|
---|
65 | {
|
---|
66 | "name": "Ben Lesh",
|
---|
67 | "email": "ben@benlesh.com"
|
---|
68 | },
|
---|
69 | {
|
---|
70 | "name": "Paul Taylor",
|
---|
71 | "email": "paul.e.taylor@me.com"
|
---|
72 | },
|
---|
73 | {
|
---|
74 | "name": "Jeff Cross",
|
---|
75 | "email": "crossj@google.com"
|
---|
76 | },
|
---|
77 | {
|
---|
78 | "name": "Matthew Podwysocki",
|
---|
79 | "email": "matthewp@microsoft.com"
|
---|
80 | },
|
---|
81 | {
|
---|
82 | "name": "OJ Kwon",
|
---|
83 | "email": "kwon.ohjoong@gmail.com"
|
---|
84 | },
|
---|
85 | {
|
---|
86 | "name": "Andre Staltz",
|
---|
87 | "email": "andre@staltz.com"
|
---|
88 | }
|
---|
89 | ],
|
---|
90 | "license": "Apache-2.0",
|
---|
91 | "bugs": {
|
---|
92 | "url": "https://github.com/ReactiveX/RxJS/issues"
|
---|
93 | },
|
---|
94 | "homepage": "https://github.com/ReactiveX/RxJS",
|
---|
95 | "dependencies": {
|
---|
96 | "tslib": "^1.9.0"
|
---|
97 | },
|
---|
98 | "devDependencies": {
|
---|
99 | "@angular-devkit/build-optimizer": "0.4.6",
|
---|
100 | "@angular-devkit/schematics": "^0.5.4",
|
---|
101 | "@types/chai": "4.1.2",
|
---|
102 | "@types/lodash": "4.14.102",
|
---|
103 | "@types/mocha": "2.2.48",
|
---|
104 | "@types/node": "9.4.5",
|
---|
105 | "@types/sinon": "4.1.3",
|
---|
106 | "@types/sinon-chai": "2.7.29",
|
---|
107 | "@types/source-map": "^0.5.2",
|
---|
108 | "babel-polyfill": "6.26.0",
|
---|
109 | "benchmark": "2.1.0",
|
---|
110 | "benchpress": "2.0.0-beta.1",
|
---|
111 | "chai": "4.1.2",
|
---|
112 | "check-side-effects": "0.0.20",
|
---|
113 | "color": "3.0.0",
|
---|
114 | "colors": "1.1.2",
|
---|
115 | "commitizen": "2.9.6",
|
---|
116 | "coveralls": "3.0.0",
|
---|
117 | "cross-env": "5.1.3",
|
---|
118 | "cz-conventional-changelog": "1.2.0",
|
---|
119 | "danger": "1.1.0",
|
---|
120 | "dependency-cruiser": "2.13.0",
|
---|
121 | "doctoc": "1.3.0",
|
---|
122 | "dtslint": "0.6.1",
|
---|
123 | "escape-string-regexp": "1.0.5",
|
---|
124 | "esdoc": "0.4.7",
|
---|
125 | "eslint": "4.17.0",
|
---|
126 | "eslint-plugin-jasmine": "^2.10.1",
|
---|
127 | "fs-extra": "5.0.0",
|
---|
128 | "get-folder-size": "1.0.1",
|
---|
129 | "glob": "7.1.2",
|
---|
130 | "gm": "1.23.1",
|
---|
131 | "google-closure-compiler-js": "20170218.0.0",
|
---|
132 | "gzip-size": "4.1.0",
|
---|
133 | "http-server": "0.11.1",
|
---|
134 | "husky": "0.14.3",
|
---|
135 | "klaw-sync": "3.0.2",
|
---|
136 | "lint-staged": "7.1.1",
|
---|
137 | "lodash": "4.17.5",
|
---|
138 | "markdown-doctest": "0.9.1",
|
---|
139 | "minimist": "1.2.0",
|
---|
140 | "mkdirp": "^1.0.4",
|
---|
141 | "mocha": "5.0.0",
|
---|
142 | "mocha-in-sauce": "0.0.1",
|
---|
143 | "npm-run-all": "4.1.2",
|
---|
144 | "nyc": "11.4.1",
|
---|
145 | "opn-cli": "3.1.0",
|
---|
146 | "platform": "1.3.5",
|
---|
147 | "promise": "8.0.1",
|
---|
148 | "protractor": "3.1.1",
|
---|
149 | "rollup": "0.66.6",
|
---|
150 | "rollup-plugin-alias": "1.4.0",
|
---|
151 | "rollup-plugin-inject": "2.0.0",
|
---|
152 | "rollup-plugin-node-resolve": "2.0.0",
|
---|
153 | "rx": "latest",
|
---|
154 | "rxjs": "^5.5.7",
|
---|
155 | "shx": "^0.3.2",
|
---|
156 | "sinon": "4.3.0",
|
---|
157 | "sinon-chai": "2.14.0",
|
---|
158 | "source-map-support": "0.5.3",
|
---|
159 | "symbol-observable": "1.0.1",
|
---|
160 | "systemjs": "^0.21.0",
|
---|
161 | "ts-api-guardian": "^0.5.0",
|
---|
162 | "ts-node": "6.1.0",
|
---|
163 | "tsconfig-paths": "3.2.0",
|
---|
164 | "tslint": "5.9.1",
|
---|
165 | "tslint-etc": "1.2.6",
|
---|
166 | "tslint-no-toplevel-property-access": "0.0.2",
|
---|
167 | "tslint-no-unused-expression-chai": "0.0.3",
|
---|
168 | "typescript": "^3.0.1",
|
---|
169 | "validate-commit-msg": "2.14.0",
|
---|
170 | "webpack": "1.13.1",
|
---|
171 | "xmlhttprequest": "1.8.0"
|
---|
172 | },
|
---|
173 | "engines": {
|
---|
174 | "npm": ">=2.0.0"
|
---|
175 | },
|
---|
176 | "typings": "./index.d.ts",
|
---|
177 | "ng-update": {
|
---|
178 | "migrations": "./migrations/collection.json"
|
---|
179 | },
|
---|
180 | "module": "./_esm5/index.js",
|
---|
181 | "es2015": "./_esm2015/index.js"
|
---|
182 | }
|
---|