|
94 | 94 | "author": "Latticework", |
95 | 95 | "license": "MIT", |
96 | 96 | "engines": { |
97 | | - "node": ">= 6.9.0" |
| 97 | + "node": ">= 8.9.0" |
98 | 98 | }, |
99 | 99 | "bugs": { |
100 | 100 | "url": "https://github.com/latticework/jali/issues" |
|
105 | 105 | }, |
106 | 106 | "devDependencies": { |
107 | 107 | "@types/mkdirp": "^0.3.29", |
108 | | - "@types/node": "^6.0.62", |
| 108 | + "@types/node": "^8.0.51", |
109 | 109 | "@types/sanitize-filename": "^1.1.28", |
110 | 110 | "@types/tmp": "^0.0.32", |
111 | 111 | "app-root-path": "^2.0.1", |
112 | 112 | "awesome-typescript-loader": "^3.0.8", |
113 | 113 | "ava": "^0.18.2", |
114 | 114 | "babel-loader": "^6.3.2", |
115 | 115 | "babel-plugin-espower": "^2.3.2", |
| 116 | + "babel-plugin-dynamic-import-node": "^1.2.0", |
116 | 117 | "babel-plugin-syntax-trailing-function-commas": "^6.22.0", |
| 118 | + "babel-plugin-transform-async-generator-functions": "^6.24.1", |
117 | 119 | "babel-plugin-transform-async-to-generator": "^6.22.0", |
118 | 120 | "babel-plugin-transform-class-properties": "^6.23.0", |
119 | 121 | "babel-plugin-transform-decorators-legacy": "^1.3.4", |
120 | 122 | "babel-plugin-transform-es2015-function-name": "^6.22.0", |
121 | 123 | "babel-plugin-transform-es2015-modules-commonjs": "^6.23.0", |
122 | 124 | "babel-plugin-transform-exponentiation-operator": "^6.22.0", |
123 | 125 | "babel-plugin-transform-function-sent": "^1.0.1", |
| 126 | + "babel-plugin-transform-modern-regexp": "^0.0.4", |
| 127 | + "babel-plugin-transform-numeric-separator": "^7.0.0-alpha.11", |
124 | 128 | "babel-plugin-transform-runtime": "^6.23.0", |
125 | | - "babel-preset-node6": "^11.0.0", |
126 | | - "babel-register": "^6.23.0", |
| 129 | + "babel-plugin-transform-unicode-property-regex": "^2.0.5", |
| 130 | + "babel-register": "^6.26.0", |
127 | 131 | "copy-webpack-plugin": "^4.0.1", |
128 | 132 | "cpy-cli": "^1.0.1", |
129 | 133 | "esdoc": "^0.5.2", |
|
134 | 138 | "rimraf": "^2.6.1", |
135 | 139 | "sanitize-filename": "^1.6.1", |
136 | 140 | "tmp": "^0.0.31", |
137 | | - "ts-node": "^2.1.0", |
| 141 | + "ts-node": "^3.3.0", |
138 | 142 | "tslint": "^4.5.0", |
139 | 143 | "typedoc": "^0.5.7", |
140 | 144 | "typescript": "^2.2.1", |
|
152 | 156 | }, |
153 | 157 | "production": {} |
154 | 158 | }, |
155 | | - "presets": [], |
156 | 159 | "plugins": [ |
| 160 | + "espower", |
157 | 161 | "syntax-trailing-function-commas", |
| 162 | + "transform-async-generator-functions", |
158 | 163 | "transform-async-to-generator", |
159 | 164 | "transform-class-properties", |
160 | 165 | "transform-decorators-legacy", |
161 | 166 | "transform-es2015-function-name", |
162 | | - "transform-function-sent", |
163 | 167 | "transform-exponentiation-operator", |
| 168 | + "transform-function-sent", |
| 169 | + [ |
| 170 | + "transform-modern-regexp", |
| 171 | + { |
| 172 | + "features": [ |
| 173 | + "namedCapturingGroups", |
| 174 | + "dotAll" |
| 175 | + ] |
| 176 | + } |
| 177 | + ], |
| 178 | + "transform-numeric-separator", |
164 | 179 | [ |
165 | 180 | "transform-runtime", |
166 | 181 | { |
167 | 182 | "polyfill": false, |
168 | 183 | "regenerator": false |
169 | 184 | } |
170 | 185 | ], |
171 | | - "espower" |
| 186 | + "transform-unicode-property-regex" |
172 | 187 | ], |
| 188 | + "presets": [], |
173 | 189 | "ignore": [ |
174 | 190 | "*.test.js" |
175 | 191 | ], |
|
182 | 198 | "concurrency": 5, |
183 | 199 | "babel": { |
184 | 200 | "plugins": [ |
| 201 | + "espower", |
| 202 | + "dynamic-import-node", |
185 | 203 | "syntax-trailing-function-commas", |
| 204 | + "transform-async-generator-functions", |
186 | 205 | "transform-async-to-generator", |
187 | 206 | "transform-class-properties", |
188 | 207 | "transform-decorators-legacy", |
189 | 208 | "transform-es2015-modules-commonjs", |
190 | 209 | "transform-es2015-function-name", |
191 | 210 | "transform-exponentiation-operator", |
192 | 211 | "transform-function-sent", |
| 212 | + [ |
| 213 | + "transform-modern-regexp", |
| 214 | + { |
| 215 | + "features": [ |
| 216 | + "namedCapturingGroups", |
| 217 | + "dotAll" |
| 218 | + ] |
| 219 | + } |
| 220 | + ], |
| 221 | + "transform-numeric-separator", |
193 | 222 | [ |
194 | 223 | "transform-runtime", |
195 | 224 | { |
196 | 225 | "polyfill": false, |
197 | 226 | "regenerator": false |
198 | 227 | } |
199 | 228 | ], |
200 | | - "espower" |
| 229 | + "transform-unicode-property-regex" |
201 | 230 | ] |
202 | 231 | }, |
203 | 232 | "require": [ |
|
0 commit comments