-
Notifications
You must be signed in to change notification settings - Fork 10
/
config.js
389 lines (388 loc) · 13.7 KB
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
System.config({
baseURL: "/",
defaultJSExtensions: true,
transpiler: "babel",
babelOptions: {
"stage": 0,
"optional": [
"runtime",
"optimisation.modules.system"
]
},
paths: {
"github:*": "jspm_packages/github/*",
"npm:*": "jspm_packages/npm/*"
},
map: {
"babel": "npm:babel-core@5.8.38",
"babel-runtime": "npm:babel-runtime@5.8.38",
"bootstrap-less": "github:distros/bootstrap-less@3.3.9",
"core-js": "npm:core-js@1.2.6",
"highcharts": "npm:highcharts@4.2.4",
"history": "npm:history@2.1.0",
"jquery": "npm:jquery@2.2.4",
"less": "npm:systemjs-less-plugin@1.8.1",
"react": "npm:react@15.0.1",
"react-bootstrap": "npm:react-bootstrap@0.29.0",
"react-dom": "npm:react-dom@15.0.1",
"react-redux": "npm:react-redux@4.4.5",
"react-router": "npm:react-router@2.3.0",
"redux": "npm:redux@3.5.1",
"redux-thunk": "npm:redux-thunk@2.0.1",
"github:distros/bootstrap-less@3.3.9": {
"jquery": "github:components/jquery@3.0.0"
},
"github:jspm/nodelibs-assert@0.1.0": {
"assert": "npm:assert@1.3.0"
},
"github:jspm/nodelibs-buffer@0.1.0": {
"buffer": "npm:buffer@3.6.0"
},
"github:jspm/nodelibs-domain@0.1.0": {
"domain-browser": "npm:domain-browser@1.1.7"
},
"github:jspm/nodelibs-events@0.1.1": {
"events": "npm:events@1.0.2"
},
"github:jspm/nodelibs-http@1.7.1": {
"Base64": "npm:Base64@0.2.1",
"events": "github:jspm/nodelibs-events@0.1.1",
"inherits": "npm:inherits@2.0.1",
"stream": "github:jspm/nodelibs-stream@0.1.0",
"url": "github:jspm/nodelibs-url@0.1.0",
"util": "github:jspm/nodelibs-util@0.1.0"
},
"github:jspm/nodelibs-https@0.1.0": {
"https-browserify": "npm:https-browserify@0.0.0"
},
"github:jspm/nodelibs-os@0.1.0": {
"os-browserify": "npm:os-browserify@0.1.2"
},
"github:jspm/nodelibs-path@0.1.0": {
"path-browserify": "npm:path-browserify@0.0.0"
},
"github:jspm/nodelibs-process@0.1.2": {
"process": "npm:process@0.11.2"
},
"github:jspm/nodelibs-stream@0.1.0": {
"stream-browserify": "npm:stream-browserify@1.0.0"
},
"github:jspm/nodelibs-string_decoder@0.1.0": {
"string_decoder": "npm:string_decoder@0.10.31"
},
"github:jspm/nodelibs-url@0.1.0": {
"url": "npm:url@0.10.3"
},
"github:jspm/nodelibs-util@0.1.0": {
"util": "npm:util@0.10.3"
},
"github:jspm/nodelibs-zlib@0.1.0": {
"browserify-zlib": "npm:browserify-zlib@0.1.4"
},
"npm:acorn@1.2.2": {
"fs": "github:jspm/nodelibs-fs@0.1.2",
"path": "github:jspm/nodelibs-path@0.1.0",
"process": "github:jspm/nodelibs-process@0.1.2",
"stream": "github:jspm/nodelibs-stream@0.1.0"
},
"npm:asap@2.0.3": {
"domain": "github:jspm/nodelibs-domain@0.1.0",
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:assert@1.3.0": {
"util": "npm:util@0.10.3"
},
"npm:babel-plugin-syntax-flow@6.5.0": {
"babel-runtime": "npm:babel-runtime@5.8.38"
},
"npm:babel-runtime@5.8.38": {
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:browserify-zlib@0.1.4": {
"assert": "github:jspm/nodelibs-assert@0.1.0",
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
"pako": "npm:pako@0.2.8",
"process": "github:jspm/nodelibs-process@0.1.2",
"readable-stream": "npm:readable-stream@2.1.0",
"util": "github:jspm/nodelibs-util@0.1.0"
},
"npm:buffer@3.6.0": {
"base64-js": "npm:base64-js@0.0.8",
"child_process": "github:jspm/nodelibs-child_process@0.1.0",
"fs": "github:jspm/nodelibs-fs@0.1.2",
"ieee754": "npm:ieee754@1.1.6",
"isarray": "npm:isarray@1.0.0",
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:core-js@1.2.6": {
"fs": "github:jspm/nodelibs-fs@0.1.2",
"path": "github:jspm/nodelibs-path@0.1.0",
"process": "github:jspm/nodelibs-process@0.1.2",
"systemjs-json": "github:systemjs/plugin-json@0.1.0"
},
"npm:core-util-is@1.0.2": {
"buffer": "github:jspm/nodelibs-buffer@0.1.0"
},
"npm:domain-browser@1.1.7": {
"events": "github:jspm/nodelibs-events@0.1.1"
},
"npm:encoding@0.1.12": {
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
"iconv-lite": "npm:iconv-lite@0.4.13"
},
"npm:falafel@1.2.0": {
"acorn": "npm:acorn@1.2.2",
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
"foreach": "npm:foreach@2.0.5",
"isarray": "npm:isarray@0.0.1",
"object-keys": "npm:object-keys@1.0.9"
},
"npm:fbjs@0.8.1": {
"babel-plugin-syntax-flow": "npm:babel-plugin-syntax-flow@6.5.0",
"core-js": "npm:core-js@1.2.6",
"isomorphic-fetch": "npm:isomorphic-fetch@2.2.1",
"loose-envify": "npm:loose-envify@1.1.0",
"process": "github:jspm/nodelibs-process@0.1.2",
"promise": "npm:promise@7.1.1",
"ua-parser-js": "npm:ua-parser-js@0.7.10"
},
"npm:highcharts@4.2.4": {
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:history@2.1.0": {
"deep-equal": "npm:deep-equal@1.0.1",
"invariant": "npm:invariant@2.2.1",
"process": "github:jspm/nodelibs-process@0.1.2",
"query-string": "npm:query-string@3.0.3",
"warning": "npm:warning@2.1.0"
},
"npm:https-browserify@0.0.0": {
"http": "github:jspm/nodelibs-http@1.7.1"
},
"npm:iconv-lite@0.4.13": {
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
"process": "github:jspm/nodelibs-process@0.1.2",
"stream": "github:jspm/nodelibs-stream@0.1.0",
"string_decoder": "github:jspm/nodelibs-string_decoder@0.1.0",
"systemjs-json": "github:systemjs/plugin-json@0.1.0"
},
"npm:inherits@2.0.1": {
"util": "github:jspm/nodelibs-util@0.1.0"
},
"npm:inline-process-browser@2.0.1": {
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
"falafel": "npm:falafel@1.2.0",
"process": "github:jspm/nodelibs-process@0.1.2",
"through2": "npm:through2@0.6.5"
},
"npm:invariant@2.2.1": {
"loose-envify": "npm:loose-envify@1.1.0",
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:isomorphic-fetch@2.2.1": {
"node-fetch": "npm:node-fetch@1.5.1",
"whatwg-fetch": "npm:whatwg-fetch@0.11.0"
},
"npm:lodash-compat@3.10.2": {
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:lodash@4.11.1": {
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:loose-envify@1.1.0": {
"js-tokens": "npm:js-tokens@1.0.3",
"process": "github:jspm/nodelibs-process@0.1.2",
"stream": "github:jspm/nodelibs-stream@0.1.0",
"util": "github:jspm/nodelibs-util@0.1.0"
},
"npm:node-fetch@1.5.1": {
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
"encoding": "npm:encoding@0.1.12",
"http": "github:jspm/nodelibs-http@1.7.1",
"https": "github:jspm/nodelibs-https@0.1.0",
"is-stream": "npm:is-stream@1.1.0",
"stream": "github:jspm/nodelibs-stream@0.1.0",
"url": "github:jspm/nodelibs-url@0.1.0",
"util": "github:jspm/nodelibs-util@0.1.0",
"zlib": "github:jspm/nodelibs-zlib@0.1.0"
},
"npm:os-browserify@0.1.2": {
"os": "github:jspm/nodelibs-os@0.1.0"
},
"npm:pako@0.2.8": {
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:path-browserify@0.0.0": {
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:process-nextick-args@1.0.6": {
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:process@0.11.2": {
"assert": "github:jspm/nodelibs-assert@0.1.0"
},
"npm:promise@7.1.1": {
"asap": "npm:asap@2.0.3",
"fs": "github:jspm/nodelibs-fs@0.1.2"
},
"npm:punycode@1.3.2": {
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:query-string@3.0.3": {
"strict-uri-encode": "npm:strict-uri-encode@1.1.0"
},
"npm:react-bootstrap@0.29.0": {
"babel-runtime": "npm:babel-runtime@5.8.38",
"classnames": "npm:classnames@2.2.3",
"dom-helpers": "npm:dom-helpers@2.4.0",
"invariant": "npm:invariant@2.2.1",
"keycode": "npm:keycode@2.1.1",
"lodash-compat": "npm:lodash-compat@3.10.2",
"process": "github:jspm/nodelibs-process@0.1.2",
"react": "npm:react@15.0.1",
"react-dom": "npm:react-dom@15.0.1",
"react-overlays": "npm:react-overlays@0.6.3",
"react-prop-types": "npm:react-prop-types@0.3.0",
"uncontrollable": "npm:uncontrollable@3.2.3",
"warning": "npm:warning@2.1.0"
},
"npm:react-dom@15.0.1": {
"react": "npm:react@15.0.1"
},
"npm:react-overlays@0.6.3": {
"classnames": "npm:classnames@2.2.3",
"dom-helpers": "npm:dom-helpers@2.4.0",
"react": "npm:react@15.0.1",
"react-dom": "npm:react-dom@15.0.1",
"react-prop-types": "npm:react-prop-types@0.2.2",
"warning": "npm:warning@2.1.0"
},
"npm:react-prop-types@0.2.2": {
"warning": "npm:warning@2.1.0"
},
"npm:react-prop-types@0.3.0": {
"warning": "npm:warning@2.1.0"
},
"npm:react-redux@4.4.5": {
"hoist-non-react-statics": "npm:hoist-non-react-statics@1.0.5",
"invariant": "npm:invariant@2.2.1",
"lodash": "npm:lodash@4.11.1",
"loose-envify": "npm:loose-envify@1.1.0",
"process": "github:jspm/nodelibs-process@0.1.2",
"react": "npm:react@15.0.1",
"redux": "npm:redux@3.5.1"
},
"npm:react-router@2.3.0": {
"history": "npm:history@2.1.0",
"invariant": "npm:invariant@2.2.1",
"process": "github:jspm/nodelibs-process@0.1.2",
"warning": "npm:warning@2.1.0"
},
"npm:react@15.0.1": {
"fbjs": "npm:fbjs@0.8.1",
"loose-envify": "npm:loose-envify@1.1.0",
"object-assign": "npm:object-assign@4.0.1",
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:readable-stream@1.0.34": {
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
"core-util-is": "npm:core-util-is@1.0.2",
"events": "github:jspm/nodelibs-events@0.1.1",
"inherits": "npm:inherits@2.0.1",
"isarray": "npm:isarray@0.0.1",
"process": "github:jspm/nodelibs-process@0.1.2",
"stream-browserify": "npm:stream-browserify@1.0.0",
"string_decoder": "npm:string_decoder@0.10.31"
},
"npm:readable-stream@1.1.14": {
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
"core-util-is": "npm:core-util-is@1.0.2",
"events": "github:jspm/nodelibs-events@0.1.1",
"inherits": "npm:inherits@2.0.1",
"isarray": "npm:isarray@0.0.1",
"process": "github:jspm/nodelibs-process@0.1.2",
"stream-browserify": "npm:stream-browserify@1.0.0",
"string_decoder": "npm:string_decoder@0.10.31"
},
"npm:readable-stream@2.1.0": {
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
"core-util-is": "npm:core-util-is@1.0.2",
"events": "github:jspm/nodelibs-events@0.1.1",
"inherits": "npm:inherits@2.0.1",
"inline-process-browser": "npm:inline-process-browser@2.0.1",
"isarray": "npm:isarray@1.0.0",
"process": "github:jspm/nodelibs-process@0.1.2",
"process-nextick-args": "npm:process-nextick-args@1.0.6",
"stream": "github:jspm/nodelibs-stream@0.1.0",
"string_decoder": "npm:string_decoder@0.10.31",
"unreachable-branch-transform": "npm:unreachable-branch-transform@0.5.1",
"util-deprecate": "npm:util-deprecate@1.0.2"
},
"npm:recast@0.11.5": {
"assert": "github:jspm/nodelibs-assert@0.1.0",
"ast-types": "npm:ast-types@0.8.16",
"esprima": "npm:esprima@2.7.2",
"os": "github:jspm/nodelibs-os@0.1.0",
"private": "npm:private@0.1.6",
"process": "github:jspm/nodelibs-process@0.1.2",
"source-map": "npm:source-map@0.5.3"
},
"npm:redux@3.5.1": {
"lodash": "npm:lodash@4.11.1",
"lodash-es": "npm:lodash-es@4.11.1",
"loose-envify": "npm:loose-envify@1.1.0",
"process": "github:jspm/nodelibs-process@0.1.2",
"symbol-observable": "npm:symbol-observable@0.2.2"
},
"npm:source-map@0.5.3": {
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:stream-browserify@1.0.0": {
"events": "github:jspm/nodelibs-events@0.1.1",
"inherits": "npm:inherits@2.0.1",
"readable-stream": "npm:readable-stream@1.1.14"
},
"npm:string_decoder@0.10.31": {
"buffer": "github:jspm/nodelibs-buffer@0.1.0"
},
"npm:through2@0.6.5": {
"process": "github:jspm/nodelibs-process@0.1.2",
"readable-stream": "npm:readable-stream@1.0.34",
"util": "github:jspm/nodelibs-util@0.1.0",
"xtend": "npm:xtend@4.0.1"
},
"npm:ua-parser-js@0.7.10": {
"systemjs-json": "github:systemjs/plugin-json@0.1.0"
},
"npm:uncontrollable@3.2.3": {
"invariant": "npm:invariant@2.2.1",
"process": "github:jspm/nodelibs-process@0.1.2",
"react": "npm:react@15.0.1"
},
"npm:unreachable-branch-transform@0.5.1": {
"esmangle-evaluator": "npm:esmangle-evaluator@1.0.0",
"recast": "npm:recast@0.11.5",
"stream": "github:jspm/nodelibs-stream@0.1.0",
"util": "github:jspm/nodelibs-util@0.1.0"
},
"npm:url@0.10.3": {
"assert": "github:jspm/nodelibs-assert@0.1.0",
"punycode": "npm:punycode@1.3.2",
"querystring": "npm:querystring@0.2.0",
"util": "github:jspm/nodelibs-util@0.1.0"
},
"npm:util-deprecate@1.0.2": {
"util": "github:jspm/nodelibs-util@0.1.0"
},
"npm:util@0.10.3": {
"inherits": "npm:inherits@2.0.1",
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:warning@2.1.0": {
"loose-envify": "npm:loose-envify@1.1.0",
"process": "github:jspm/nodelibs-process@0.1.2"
}
}
});