-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathconfig.js
344 lines (344 loc) · 13.4 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
System.config({
defaultJSExtensions: true,
transpiler: "babel",
babelOptions: {
"optional": [
"runtime",
"optimisation.modules.system",
"es7.decorators",
"es7.classProperties"
]
},
paths: {
"*": "src/*",
"github:*": "jspm_packages/github/*",
"npm:*": "jspm_packages/npm/*",
"kendo-sdk/*": "kendo-sdk/*",
"samplesJSON/*": "https://aurelia-ui-toolkits.github.io/aurelia-kendoui-samples/*"
},
meta: {
"showdown/dist/showdown.min.js": {
"format": "global"
}
},
map: {
"aurelia-after-attached-plugin": "github:aurelia-ui-toolkits/aurelia-after-attached-plugin@0.1.0",
"aurelia-binding": "npm:aurelia-binding@2.5.2",
"aurelia-bootstrapper": "npm:aurelia-bootstrapper@1.0.1",
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@1.5.2",
"aurelia-event-aggregator": "npm:aurelia-event-aggregator@1.0.3",
"aurelia-framework": "npm:aurelia-framework@1.3.1",
"aurelia-history-browser": "npm:aurelia-history-browser@1.4.0",
"aurelia-http-client": "npm:aurelia-http-client@1.3.1",
"aurelia-kendoui-bridge": "npm:aurelia-kendoui-bridge@1.10.0",
"aurelia-loader": "npm:aurelia-loader@1.0.2",
"aurelia-logging": "npm:aurelia-logging@1.5.2",
"aurelia-metadata": "npm:aurelia-metadata@1.0.6",
"aurelia-pal": "npm:aurelia-pal@1.8.2",
"aurelia-router": "npm:aurelia-router@1.7.1",
"aurelia-task-queue": "npm:aurelia-task-queue@1.3.3",
"aurelia-templating": "npm:aurelia-templating@1.10.3",
"aurelia-templating-resources": "npm:aurelia-templating-resources@1.13.0",
"babel": "npm:babel-core@5.8.38",
"babel-runtime": "npm:babel-runtime@5.8.38",
"bootstrap": "github:twbs/bootstrap@3.3.6",
"core-js": "npm:core-js@1.2.7",
"css": "github:systemjs/plugin-css@0.1.20",
"font-awesome": "npm:font-awesome@4.6.3",
"google/code-prettify": "github:google/code-prettify@master",
"jquery": "@empty",
"json": "github:systemjs/plugin-json@0.1.2",
"prism": "github:PrismJS/prism@1.3.0",
"showdown": "npm:showdown@1.9.1",
"showdown-prettify": "npm:showdown-prettify@1.3.0",
"text": "github:systemjs/plugin-text@0.0.4",
"github:aurelia-ui-toolkits/aurelia-after-attached-plugin@0.1.0": {
"aurelia-task-queue": "npm:aurelia-task-queue@1.3.3",
"aurelia-templating": "npm:aurelia-templating@1.10.3"
},
"github:jspm/nodelibs-assert@0.1.0": {
"assert": "npm:assert@1.5.0"
},
"github:jspm/nodelibs-buffer@0.1.1": {
"buffer": "npm:buffer@5.4.3"
},
"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.10"
},
"github:jspm/nodelibs-util@0.1.0": {
"util": "npm:util@0.10.3"
},
"github:jspm/nodelibs-vm@0.1.0": {
"vm-browserify": "npm:vm-browserify@0.0.4"
},
"npm:ansi-styles@3.2.1": {
"color-convert": "npm:color-convert@1.9.3"
},
"npm:assert@1.5.0": {
"assert": "github:jspm/nodelibs-assert@0.1.0",
"buffer": "github:jspm/nodelibs-buffer@0.1.1",
"object-assign": "npm:object-assign@4.1.1",
"process": "github:jspm/nodelibs-process@0.1.2",
"util": "npm:util@0.10.3"
},
"npm:aurelia-binding@2.5.2": {
"aurelia-logging": "npm:aurelia-logging@1.5.2",
"aurelia-metadata": "npm:aurelia-metadata@1.0.6",
"aurelia-pal": "npm:aurelia-pal@1.8.2",
"aurelia-task-queue": "npm:aurelia-task-queue@1.3.3"
},
"npm:aurelia-bootstrapper@1.0.1": {
"aurelia-event-aggregator": "npm:aurelia-event-aggregator@1.0.3",
"aurelia-framework": "npm:aurelia-framework@1.3.1",
"aurelia-history": "npm:aurelia-history@1.2.1",
"aurelia-history-browser": "npm:aurelia-history-browser@1.4.0",
"aurelia-loader-default": "npm:aurelia-loader-default@1.2.1",
"aurelia-logging-console": "npm:aurelia-logging-console@1.1.1",
"aurelia-pal": "npm:aurelia-pal@1.8.2",
"aurelia-pal-browser": "npm:aurelia-pal-browser@1.8.1",
"aurelia-polyfills": "npm:aurelia-polyfills@1.3.4",
"aurelia-router": "npm:aurelia-router@1.7.1",
"aurelia-templating": "npm:aurelia-templating@1.10.3",
"aurelia-templating-binding": "npm:aurelia-templating-binding@1.5.3",
"aurelia-templating-resources": "npm:aurelia-templating-resources@1.13.0",
"aurelia-templating-router": "npm:aurelia-templating-router@1.4.0"
},
"npm:aurelia-dependency-injection@1.5.2": {
"aurelia-metadata": "npm:aurelia-metadata@1.0.6",
"aurelia-pal": "npm:aurelia-pal@1.8.2"
},
"npm:aurelia-event-aggregator@1.0.3": {
"aurelia-logging": "npm:aurelia-logging@1.5.2"
},
"npm:aurelia-framework@1.3.1": {
"aurelia-binding": "npm:aurelia-binding@2.5.2",
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@1.5.2",
"aurelia-loader": "npm:aurelia-loader@1.0.2",
"aurelia-logging": "npm:aurelia-logging@1.5.2",
"aurelia-metadata": "npm:aurelia-metadata@1.0.6",
"aurelia-pal": "npm:aurelia-pal@1.8.2",
"aurelia-path": "npm:aurelia-path@1.1.5",
"aurelia-task-queue": "npm:aurelia-task-queue@1.3.3",
"aurelia-templating": "npm:aurelia-templating@1.10.3"
},
"npm:aurelia-history-browser@1.4.0": {
"aurelia-history": "npm:aurelia-history@1.2.1",
"aurelia-pal": "npm:aurelia-pal@1.8.2"
},
"npm:aurelia-http-client@1.3.1": {
"aurelia-pal": "npm:aurelia-pal@1.8.2",
"aurelia-path": "npm:aurelia-path@1.1.5"
},
"npm:aurelia-kendoui-bridge@1.10.0": {
"aurelia-binding": "npm:aurelia-binding@2.5.2",
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@1.5.2",
"aurelia-logging": "npm:aurelia-logging@1.5.2",
"aurelia-metadata": "npm:aurelia-metadata@1.0.6",
"aurelia-pal": "npm:aurelia-pal@1.8.2",
"aurelia-router": "npm:aurelia-router@1.7.1",
"aurelia-task-queue": "npm:aurelia-task-queue@1.3.3",
"aurelia-templating": "npm:aurelia-templating@1.10.3",
"aurelia-templating-resources": "npm:aurelia-templating-resources@1.13.0"
},
"npm:aurelia-loader-default@1.2.1": {
"aurelia-loader": "npm:aurelia-loader@1.0.2",
"aurelia-metadata": "npm:aurelia-metadata@1.0.6",
"aurelia-pal": "npm:aurelia-pal@1.8.2"
},
"npm:aurelia-loader@1.0.2": {
"aurelia-metadata": "npm:aurelia-metadata@1.0.6",
"aurelia-path": "npm:aurelia-path@1.1.5"
},
"npm:aurelia-logging-console@1.1.1": {
"aurelia-logging": "npm:aurelia-logging@1.5.2"
},
"npm:aurelia-metadata@1.0.6": {
"aurelia-pal": "npm:aurelia-pal@1.8.2"
},
"npm:aurelia-pal-browser@1.8.1": {
"aurelia-pal": "npm:aurelia-pal@1.8.2"
},
"npm:aurelia-polyfills@1.3.4": {
"aurelia-pal": "npm:aurelia-pal@1.8.2"
},
"npm:aurelia-route-recognizer@1.3.2": {
"aurelia-path": "npm:aurelia-path@1.1.5"
},
"npm:aurelia-router@1.7.1": {
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@1.5.2",
"aurelia-event-aggregator": "npm:aurelia-event-aggregator@1.0.3",
"aurelia-history": "npm:aurelia-history@1.2.1",
"aurelia-logging": "npm:aurelia-logging@1.5.2",
"aurelia-path": "npm:aurelia-path@1.1.5",
"aurelia-route-recognizer": "npm:aurelia-route-recognizer@1.3.2"
},
"npm:aurelia-task-queue@1.3.3": {
"aurelia-pal": "npm:aurelia-pal@1.8.2"
},
"npm:aurelia-templating-binding@1.5.3": {
"aurelia-binding": "npm:aurelia-binding@2.5.2",
"aurelia-logging": "npm:aurelia-logging@1.5.2",
"aurelia-templating": "npm:aurelia-templating@1.10.3"
},
"npm:aurelia-templating-resources@1.13.0": {
"aurelia-binding": "npm:aurelia-binding@2.5.2",
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@1.5.2",
"aurelia-loader": "npm:aurelia-loader@1.0.2",
"aurelia-logging": "npm:aurelia-logging@1.5.2",
"aurelia-metadata": "npm:aurelia-metadata@1.0.6",
"aurelia-pal": "npm:aurelia-pal@1.8.2",
"aurelia-path": "npm:aurelia-path@1.1.5",
"aurelia-task-queue": "npm:aurelia-task-queue@1.3.3",
"aurelia-templating": "npm:aurelia-templating@1.10.3"
},
"npm:aurelia-templating-router@1.4.0": {
"aurelia-binding": "npm:aurelia-binding@2.5.2",
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@1.5.2",
"aurelia-logging": "npm:aurelia-logging@1.5.2",
"aurelia-metadata": "npm:aurelia-metadata@1.0.6",
"aurelia-pal": "npm:aurelia-pal@1.8.2",
"aurelia-path": "npm:aurelia-path@1.1.5",
"aurelia-router": "npm:aurelia-router@1.7.1",
"aurelia-templating": "npm:aurelia-templating@1.10.3"
},
"npm:aurelia-templating@1.10.3": {
"aurelia-binding": "npm:aurelia-binding@2.5.2",
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@1.5.2",
"aurelia-loader": "npm:aurelia-loader@1.0.2",
"aurelia-logging": "npm:aurelia-logging@1.5.2",
"aurelia-metadata": "npm:aurelia-metadata@1.0.6",
"aurelia-pal": "npm:aurelia-pal@1.8.2",
"aurelia-path": "npm:aurelia-path@1.1.5",
"aurelia-task-queue": "npm:aurelia-task-queue@1.3.3"
},
"npm:babel-runtime@5.8.38": {
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:buffer@5.4.3": {
"base64-js": "npm:base64-js@1.3.1",
"ieee754": "npm:ieee754@1.1.13"
},
"npm:cliui@5.0.0": {
"process": "github:jspm/nodelibs-process@0.1.2",
"string-width": "npm:string-width@3.1.0",
"strip-ansi": "npm:strip-ansi@5.2.0",
"wrap-ansi": "npm:wrap-ansi@5.1.0"
},
"npm:color-convert@1.9.3": {
"color-name": "npm:color-name@1.1.3"
},
"npm:color-name@1.1.3": {
"assert": "github:jspm/nodelibs-assert@0.1.0"
},
"npm:core-js@1.2.7": {
"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.2"
},
"npm:find-up@3.0.0": {
"locate-path": "npm:locate-path@3.0.0",
"path": "github:jspm/nodelibs-path@0.1.0"
},
"npm:font-awesome@4.6.3": {
"css": "github:systemjs/plugin-css@0.1.20"
},
"npm:inherits@2.0.1": {
"util": "github:jspm/nodelibs-util@0.1.0"
},
"npm:locate-path@3.0.0": {
"p-locate": "npm:p-locate@3.0.0",
"path": "github:jspm/nodelibs-path@0.1.0",
"path-exists": "npm:path-exists@3.0.0",
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:p-limit@2.2.1": {
"p-try": "npm:p-try@2.2.0"
},
"npm:p-locate@3.0.0": {
"p-limit": "npm:p-limit@2.2.1"
},
"npm:path-browserify@0.0.0": {
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:path-exists@3.0.0": {
"fs": "github:jspm/nodelibs-fs@0.1.2"
},
"npm:process@0.11.10": {
"assert": "github:jspm/nodelibs-assert@0.1.0",
"fs": "github:jspm/nodelibs-fs@0.1.2",
"vm": "github:jspm/nodelibs-vm@0.1.0"
},
"npm:require-directory@2.1.1": {
"fs": "github:jspm/nodelibs-fs@0.1.2",
"path": "github:jspm/nodelibs-path@0.1.0"
},
"npm:require-main-filename@2.0.0": {
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:set-blocking@2.0.0": {
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:showdown-prettify@1.3.0": {
"showdown": "npm:showdown@1.9.1"
},
"npm:showdown@1.9.1": {
"fs": "github:jspm/nodelibs-fs@0.1.2",
"process": "github:jspm/nodelibs-process@0.1.2",
"systemjs-json": "github:systemjs/plugin-json@0.1.2",
"yargs": "npm:yargs@14.2.1"
},
"npm:string-width@3.1.0": {
"emoji-regex": "npm:emoji-regex@7.0.3",
"is-fullwidth-code-point": "npm:is-fullwidth-code-point@2.0.0",
"strip-ansi": "npm:strip-ansi@5.2.0"
},
"npm:strip-ansi@5.2.0": {
"ansi-regex": "npm:ansi-regex@4.1.0"
},
"npm:util@0.10.3": {
"inherits": "npm:inherits@2.0.1",
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:vm-browserify@0.0.4": {
"indexof": "npm:indexof@0.0.1"
},
"npm:wrap-ansi@5.1.0": {
"ansi-styles": "npm:ansi-styles@3.2.1",
"string-width": "npm:string-width@3.1.0",
"strip-ansi": "npm:strip-ansi@5.2.0"
},
"npm:y18n@4.0.0": {
"fs": "github:jspm/nodelibs-fs@0.1.2",
"path": "github:jspm/nodelibs-path@0.1.0",
"util": "github:jspm/nodelibs-util@0.1.0"
},
"npm:yargs-parser@15.0.0": {
"camelcase": "npm:camelcase@5.3.1",
"decamelize": "npm:decamelize@1.2.0",
"path": "github:jspm/nodelibs-path@0.1.0",
"process": "github:jspm/nodelibs-process@0.1.2",
"util": "github:jspm/nodelibs-util@0.1.0"
},
"npm:yargs@14.2.1": {
"cliui": "npm:cliui@5.0.0",
"decamelize": "npm:decamelize@1.2.0",
"find-up": "npm:find-up@3.0.0",
"fs": "github:jspm/nodelibs-fs@0.1.2",
"get-caller-file": "npm:get-caller-file@2.0.5",
"path": "github:jspm/nodelibs-path@0.1.0",
"process": "github:jspm/nodelibs-process@0.1.2",
"require-directory": "npm:require-directory@2.1.1",
"require-main-filename": "npm:require-main-filename@2.0.0",
"set-blocking": "npm:set-blocking@2.0.0",
"string-width": "npm:string-width@3.1.0",
"util": "github:jspm/nodelibs-util@0.1.0",
"which-module": "npm:which-module@2.0.0",
"y18n": "npm:y18n@4.0.0",
"yargs-parser": "npm:yargs-parser@15.0.0"
}
}
});