|
1 | 1 | SystemJS.config({ |
2 | 2 | devConfig: { |
3 | 3 | "map": { |
4 | | - "plugin-babel": "npm:systemjs-plugin-babel@0.0.16" |
| 4 | + "plugin-babel": "npm:systemjs-plugin-babel@0.0.16", |
| 5 | + "babel-runtime": "npm:babel-runtime@5.8.38", |
| 6 | + "babel-preset-react": "npm:babel-preset-react@6.22.0" |
| 7 | + }, |
| 8 | + "packages": { |
| 9 | + "npm:babel-preset-react@6.22.0": { |
| 10 | + "map": { |
| 11 | + "babel-plugin-syntax-flow": "npm:babel-plugin-syntax-flow@6.18.0", |
| 12 | + "babel-plugin-syntax-jsx": "npm:babel-plugin-syntax-jsx@6.18.0", |
| 13 | + "babel-plugin-transform-flow-strip-types": "npm:babel-plugin-transform-flow-strip-types@6.22.0", |
| 14 | + "babel-plugin-transform-react-display-name": "npm:babel-plugin-transform-react-display-name@6.22.0", |
| 15 | + "babel-plugin-transform-react-jsx": "npm:babel-plugin-transform-react-jsx@6.22.0", |
| 16 | + "babel-plugin-transform-react-jsx-self": "npm:babel-plugin-transform-react-jsx-self@6.22.0", |
| 17 | + "babel-plugin-transform-react-jsx-source": "npm:babel-plugin-transform-react-jsx-source@6.22.0" |
| 18 | + } |
| 19 | + }, |
| 20 | + "npm:babel-plugin-transform-flow-strip-types@6.22.0": { |
| 21 | + "map": { |
| 22 | + "babel-plugin-syntax-flow": "npm:babel-plugin-syntax-flow@6.18.0", |
| 23 | + "babel-runtime": "npm:babel-runtime@6.22.0" |
| 24 | + } |
| 25 | + }, |
| 26 | + "npm:babel-plugin-transform-react-jsx@6.22.0": { |
| 27 | + "map": { |
| 28 | + "babel-plugin-syntax-jsx": "npm:babel-plugin-syntax-jsx@6.18.0", |
| 29 | + "babel-runtime": "npm:babel-runtime@6.22.0", |
| 30 | + "babel-helper-builder-react-jsx": "npm:babel-helper-builder-react-jsx@6.22.0" |
| 31 | + } |
| 32 | + }, |
| 33 | + "npm:babel-plugin-transform-react-jsx-self@6.22.0": { |
| 34 | + "map": { |
| 35 | + "babel-plugin-syntax-jsx": "npm:babel-plugin-syntax-jsx@6.18.0", |
| 36 | + "babel-runtime": "npm:babel-runtime@6.22.0" |
| 37 | + } |
| 38 | + }, |
| 39 | + "npm:babel-plugin-transform-react-jsx-source@6.22.0": { |
| 40 | + "map": { |
| 41 | + "babel-plugin-syntax-jsx": "npm:babel-plugin-syntax-jsx@6.18.0", |
| 42 | + "babel-runtime": "npm:babel-runtime@6.22.0" |
| 43 | + } |
| 44 | + }, |
| 45 | + "npm:babel-plugin-transform-react-display-name@6.22.0": { |
| 46 | + "map": { |
| 47 | + "babel-runtime": "npm:babel-runtime@6.22.0" |
| 48 | + } |
| 49 | + }, |
| 50 | + "npm:babel-helper-builder-react-jsx@6.22.0": { |
| 51 | + "map": { |
| 52 | + "babel-runtime": "npm:babel-runtime@6.22.0", |
| 53 | + "lodash": "npm:lodash@4.17.4", |
| 54 | + "babel-types": "npm:babel-types@6.22.0", |
| 55 | + "esutils": "npm:esutils@2.0.2" |
| 56 | + } |
| 57 | + }, |
| 58 | + "npm:babel-runtime@6.22.0": { |
| 59 | + "map": { |
| 60 | + "regenerator-runtime": "npm:regenerator-runtime@0.10.1", |
| 61 | + "core-js": "npm:core-js@2.4.1" |
| 62 | + } |
| 63 | + }, |
| 64 | + "npm:babel-types@6.22.0": { |
| 65 | + "map": { |
| 66 | + "esutils": "npm:esutils@2.0.2", |
| 67 | + "lodash": "npm:lodash@4.17.4", |
| 68 | + "babel-runtime": "npm:babel-runtime@6.22.0", |
| 69 | + "to-fast-properties": "npm:to-fast-properties@1.0.2" |
| 70 | + } |
| 71 | + } |
5 | 72 | } |
6 | 73 | }, |
7 | 74 | transpiler: "plugin-babel", |
8 | 75 | map: { |
9 | | - "regenerator": "github:facebook/regenerator@0.8.46" |
| 76 | + "regenerator": "github:facebook/regenerator@0.8.46", |
| 77 | + "http": "npm:jspm-nodelibs-http@0.2.0", |
| 78 | + "net": "npm:jspm-nodelibs-net@0.2.0", |
| 79 | + "tty": "npm:jspm-nodelibs-tty@0.2.0", |
| 80 | + "url": "npm:jspm-nodelibs-url@0.2.0" |
| 81 | + }, |
| 82 | + packages: { |
| 83 | + "npm:url@0.11.0": { |
| 84 | + "map": { |
| 85 | + "punycode": "npm:punycode@1.3.2", |
| 86 | + "querystring": "npm:querystring@0.2.0" |
| 87 | + } |
| 88 | + }, |
| 89 | + "npm:jspm-nodelibs-http@0.2.0": { |
| 90 | + "map": { |
| 91 | + "http-browserify": "npm:stream-http@2.5.0" |
| 92 | + } |
| 93 | + }, |
| 94 | + "npm:jspm-nodelibs-url@0.2.0": { |
| 95 | + "map": { |
| 96 | + "url-browserify": "npm:url@0.11.0" |
| 97 | + } |
| 98 | + }, |
| 99 | + "npm:stream-http@2.5.0": { |
| 100 | + "map": { |
| 101 | + "builtin-status-codes": "npm:builtin-status-codes@2.0.0", |
| 102 | + "readable-stream": "npm:readable-stream@2.2.2", |
| 103 | + "to-arraybuffer": "npm:to-arraybuffer@1.0.1", |
| 104 | + "xtend": "npm:xtend@4.0.1", |
| 105 | + "inherits": "npm:inherits@2.0.3" |
| 106 | + } |
| 107 | + } |
10 | 108 | } |
11 | 109 | }); |
12 | 110 |
|
@@ -55,17 +153,13 @@ SystemJS.config({ |
55 | 153 | "child_process": "npm:jspm-nodelibs-child_process@0.2.0", |
56 | 154 | "events": "npm:jspm-nodelibs-events@0.2.0", |
57 | 155 | "fs": "npm:jspm-nodelibs-fs@0.2.0", |
58 | | - "http": "npm:jspm-nodelibs-http@0.2.0", |
59 | 156 | "module": "npm:jspm-nodelibs-module@0.2.0", |
60 | | - "net": "npm:jspm-nodelibs-net@0.2.0", |
61 | 157 | "os": "npm:jspm-nodelibs-os@0.2.0", |
62 | 158 | "path": "npm:jspm-nodelibs-path@0.2.1", |
63 | 159 | "process": "npm:jspm-nodelibs-process@0.2.0", |
64 | 160 | "regenerator-runtime": "npm:regenerator-runtime@0.10.1", |
65 | 161 | "stream": "npm:jspm-nodelibs-stream@0.2.0", |
66 | 162 | "string_decoder": "npm:jspm-nodelibs-string_decoder@0.2.0", |
67 | | - "tty": "npm:jspm-nodelibs-tty@0.2.0", |
68 | | - "url": "npm:jspm-nodelibs-url@0.2.0", |
69 | 163 | "util": "npm:jspm-nodelibs-util@0.2.1", |
70 | 164 | "vm": "npm:jspm-nodelibs-vm@0.2.0" |
71 | 165 | }, |
@@ -173,12 +267,6 @@ SystemJS.config({ |
173 | 267 | "readable-stream": "npm:readable-stream@2.2.2" |
174 | 268 | } |
175 | 269 | }, |
176 | | - "npm:url@0.11.0": { |
177 | | - "map": { |
178 | | - "punycode": "npm:punycode@1.3.2", |
179 | | - "querystring": "npm:querystring@0.2.0" |
180 | | - } |
181 | | - }, |
182 | 270 | "npm:babel-plugin-transform-es2015-function-name@6.9.0": { |
183 | 271 | "map": { |
184 | 272 | "babel-types": "npm:babel-types@6.21.0", |
@@ -587,16 +675,6 @@ SystemJS.config({ |
587 | 675 | "is-finite": "npm:is-finite@1.0.2" |
588 | 676 | } |
589 | 677 | }, |
590 | | - "npm:jspm-nodelibs-http@0.2.0": { |
591 | | - "map": { |
592 | | - "http-browserify": "npm:stream-http@2.5.0" |
593 | | - } |
594 | | - }, |
595 | | - "npm:jspm-nodelibs-url@0.2.0": { |
596 | | - "map": { |
597 | | - "url-browserify": "npm:url@0.11.0" |
598 | | - } |
599 | | - }, |
600 | 678 | "npm:jspm-nodelibs-os@0.2.0": { |
601 | 679 | "map": { |
602 | 680 | "os-browserify": "npm:os-browserify@0.2.1" |
@@ -733,15 +811,6 @@ SystemJS.config({ |
733 | 811 | "jsesc": "npm:jsesc@1.3.0" |
734 | 812 | } |
735 | 813 | }, |
736 | | - "npm:stream-http@2.5.0": { |
737 | | - "map": { |
738 | | - "builtin-status-codes": "npm:builtin-status-codes@2.0.0", |
739 | | - "readable-stream": "npm:readable-stream@2.2.2", |
740 | | - "to-arraybuffer": "npm:to-arraybuffer@1.0.1", |
741 | | - "xtend": "npm:xtend@4.0.1", |
742 | | - "inherits": "npm:inherits@2.0.3" |
743 | | - } |
744 | | - }, |
745 | 814 | "npm:babel-code-frame@6.20.0": { |
746 | 815 | "map": { |
747 | 816 | "esutils": "npm:esutils@2.0.2", |
|
0 commit comments