|
| 1 | +/* eslint-disable angular/module-getter */ |
| 2 | + |
1 | 3 | System.config({ |
2 | 4 | baseURL: '', |
3 | 5 | defaultJSExtensions: true, |
4 | 6 | transpiler: 'babel', |
5 | 7 | babelOptions: { |
6 | | - 'optional': [ |
7 | | - 'runtime' |
8 | | - ] |
| 8 | + optional: [ |
| 9 | + 'runtime', |
| 10 | + ], |
9 | 11 | }, |
10 | 12 | paths: { |
11 | 13 | '*': 'dist/*.js', |
12 | 14 | 'github:*': 'jspm_packages/github/*', |
13 | | - 'npm:*': 'jspm_packages/npm/*' |
| 15 | + 'npm:*': 'jspm_packages/npm/*', |
14 | 16 | }, |
15 | 17 |
|
16 | 18 | map: { |
17 | | - 'angular': 'npm:angular@1.5.8', |
18 | | - 'babel': 'npm:babel-core@5.8.38', |
| 19 | + angular: 'npm:angular@1.5.8', |
| 20 | + babel: 'npm:babel-core@5.8.38', |
19 | 21 | 'babel-runtime': 'npm:babel-runtime@5.8.38', |
20 | 22 | 'core-js': 'npm:core-js@1.2.7', |
21 | 23 | 'github:jspm/nodelibs-assert@0.1.0': { |
22 | | - 'assert': 'npm:assert@1.4.1' |
| 24 | + assert: 'npm:assert@1.4.1', |
23 | 25 | }, |
24 | 26 | 'github:jspm/nodelibs-buffer@0.1.0': { |
25 | | - 'buffer': 'npm:buffer@3.6.0' |
| 27 | + buffer: 'npm:buffer@3.6.0', |
26 | 28 | }, |
27 | 29 | 'github:jspm/nodelibs-path@0.1.0': { |
28 | | - 'path-browserify': 'npm:path-browserify@0.0.0' |
| 30 | + 'path-browserify': 'npm:path-browserify@0.0.0', |
29 | 31 | }, |
30 | 32 | 'github:jspm/nodelibs-process@0.1.2': { |
31 | | - 'process': 'npm:process@0.11.9' |
| 33 | + process: 'npm:process@0.11.9', |
32 | 34 | }, |
33 | 35 | 'github:jspm/nodelibs-util@0.1.0': { |
34 | | - 'util': 'npm:util@0.10.3' |
| 36 | + util: 'npm:util@0.10.3', |
35 | 37 | }, |
36 | 38 | 'github:jspm/nodelibs-vm@0.1.0': { |
37 | | - 'vm-browserify': 'npm:vm-browserify@0.0.4' |
| 39 | + 'vm-browserify': 'npm:vm-browserify@0.0.4', |
38 | 40 | }, |
39 | 41 | 'npm:angular@1.5.8': { |
40 | | - 'process': 'github:jspm/nodelibs-process@0.1.2' |
| 42 | + process: 'github:jspm/nodelibs-process@0.1.2', |
41 | 43 | }, |
42 | 44 | 'npm:assert@1.4.1': { |
43 | | - 'assert': 'github:jspm/nodelibs-assert@0.1.0', |
44 | | - 'buffer': 'github:jspm/nodelibs-buffer@0.1.0', |
45 | | - 'process': 'github:jspm/nodelibs-process@0.1.2', |
46 | | - 'util': 'npm:util@0.10.3' |
| 45 | + assert: 'github:jspm/nodelibs-assert@0.1.0', |
| 46 | + buffer: 'github:jspm/nodelibs-buffer@0.1.0', |
| 47 | + process: 'github:jspm/nodelibs-process@0.1.2', |
| 48 | + util: 'npm:util@0.10.3', |
47 | 49 | }, |
48 | 50 | 'npm:babel-runtime@5.8.38': { |
49 | | - 'process': 'github:jspm/nodelibs-process@0.1.2' |
| 51 | + process: 'github:jspm/nodelibs-process@0.1.2', |
50 | 52 | }, |
51 | 53 | 'npm:buffer@3.6.0': { |
52 | 54 | 'base64-js': 'npm:base64-js@0.0.8', |
53 | | - 'child_process': 'github:jspm/nodelibs-child_process@0.1.0', |
54 | | - 'fs': 'github:jspm/nodelibs-fs@0.1.2', |
55 | | - 'ieee754': 'npm:ieee754@1.1.8', |
56 | | - 'isarray': 'npm:isarray@1.0.0', |
57 | | - 'process': 'github:jspm/nodelibs-process@0.1.2' |
| 55 | + child_process: 'github:jspm/nodelibs-child_process@0.1.0', |
| 56 | + fs: 'github:jspm/nodelibs-fs@0.1.2', |
| 57 | + ieee754: 'npm:ieee754@1.1.8', |
| 58 | + isarray: 'npm:isarray@1.0.0', |
| 59 | + process: 'github:jspm/nodelibs-process@0.1.2', |
58 | 60 | }, |
59 | 61 | 'npm:core-js@1.2.7': { |
60 | | - 'fs': 'github:jspm/nodelibs-fs@0.1.2', |
61 | | - 'path': 'github:jspm/nodelibs-path@0.1.0', |
62 | | - 'process': 'github:jspm/nodelibs-process@0.1.2', |
63 | | - 'systemjs-json': 'github:systemjs/plugin-json@0.1.2' |
| 62 | + fs: 'github:jspm/nodelibs-fs@0.1.2', |
| 63 | + path: 'github:jspm/nodelibs-path@0.1.0', |
| 64 | + process: 'github:jspm/nodelibs-process@0.1.2', |
| 65 | + 'systemjs-json': 'github:systemjs/plugin-json@0.1.2', |
64 | 66 | }, |
65 | 67 | 'npm:inherits@2.0.1': { |
66 | | - 'util': 'github:jspm/nodelibs-util@0.1.0' |
| 68 | + util: 'github:jspm/nodelibs-util@0.1.0', |
67 | 69 | }, |
68 | 70 | 'npm:path-browserify@0.0.0': { |
69 | | - 'process': 'github:jspm/nodelibs-process@0.1.2' |
| 71 | + process: 'github:jspm/nodelibs-process@0.1.2', |
70 | 72 | }, |
71 | 73 | 'npm:process@0.11.9': { |
72 | | - 'assert': 'github:jspm/nodelibs-assert@0.1.0', |
73 | | - 'fs': 'github:jspm/nodelibs-fs@0.1.2', |
74 | | - 'vm': 'github:jspm/nodelibs-vm@0.1.0' |
| 74 | + assert: 'github:jspm/nodelibs-assert@0.1.0', |
| 75 | + fs: 'github:jspm/nodelibs-fs@0.1.2', |
| 76 | + vm: 'github:jspm/nodelibs-vm@0.1.0', |
75 | 77 | }, |
76 | 78 | 'npm:util@0.10.3': { |
77 | | - 'inherits': 'npm:inherits@2.0.1', |
78 | | - 'process': 'github:jspm/nodelibs-process@0.1.2' |
| 79 | + inherits: 'npm:inherits@2.0.1', |
| 80 | + process: 'github:jspm/nodelibs-process@0.1.2', |
79 | 81 | }, |
80 | 82 | 'npm:vm-browserify@0.0.4': { |
81 | | - 'indexof': 'npm:indexof@0.0.1' |
82 | | - } |
83 | | - } |
| 83 | + indexof: 'npm:indexof@0.0.1', |
| 84 | + }, |
| 85 | + }, |
84 | 86 | }); |
0 commit comments