1 |
3a515b92
|
cagy
|
{
|
2 |
|
|
"name": "babel-preset-es2015",
|
3 |
|
|
"version": "6.24.1",
|
4 |
|
|
"description": "Babel preset for all es2015 plugins.",
|
5 |
|
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
6 |
|
|
"homepage": "https://babeljs.io/",
|
7 |
|
|
"license": "MIT",
|
8 |
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-preset-es2015",
|
9 |
|
|
"main": "lib/index.js",
|
10 |
|
|
"dependencies": {
|
11 |
|
|
"babel-plugin-check-es2015-constants": "^6.22.0",
|
12 |
|
|
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
|
13 |
|
|
"babel-plugin-transform-es2015-block-scoped-functions": "^6.22.0",
|
14 |
|
|
"babel-plugin-transform-es2015-block-scoping": "^6.24.1",
|
15 |
|
|
"babel-plugin-transform-es2015-classes": "^6.24.1",
|
16 |
|
|
"babel-plugin-transform-es2015-computed-properties": "^6.24.1",
|
17 |
|
|
"babel-plugin-transform-es2015-destructuring": "^6.22.0",
|
18 |
|
|
"babel-plugin-transform-es2015-duplicate-keys": "^6.24.1",
|
19 |
|
|
"babel-plugin-transform-es2015-for-of": "^6.22.0",
|
20 |
|
|
"babel-plugin-transform-es2015-function-name": "^6.24.1",
|
21 |
|
|
"babel-plugin-transform-es2015-literals": "^6.22.0",
|
22 |
|
|
"babel-plugin-transform-es2015-modules-amd": "^6.24.1",
|
23 |
|
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
|
24 |
|
|
"babel-plugin-transform-es2015-modules-systemjs": "^6.24.1",
|
25 |
|
|
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
|
26 |
|
|
"babel-plugin-transform-es2015-object-super": "^6.24.1",
|
27 |
|
|
"babel-plugin-transform-es2015-parameters": "^6.24.1",
|
28 |
|
|
"babel-plugin-transform-es2015-shorthand-properties": "^6.24.1",
|
29 |
|
|
"babel-plugin-transform-es2015-spread": "^6.22.0",
|
30 |
|
|
"babel-plugin-transform-es2015-sticky-regex": "^6.24.1",
|
31 |
|
|
"babel-plugin-transform-es2015-template-literals": "^6.22.0",
|
32 |
|
|
"babel-plugin-transform-es2015-typeof-symbol": "^6.22.0",
|
33 |
|
|
"babel-plugin-transform-es2015-unicode-regex": "^6.24.1",
|
34 |
|
|
"babel-plugin-transform-regenerator": "^6.24.1"
|
35 |
|
|
},
|
36 |
|
|
"devDependencies": {
|
37 |
|
|
"babel-helper-transform-fixture-test-runner": "^6.24.1",
|
38 |
|
|
"babel-helper-plugin-test-runner": "^6.24.1"
|
39 |
|
|
}
|
40 |
|
|
}
|