UNPKG

1.59 kBJSONView Raw
1{
2 "name": "babel-preset-es2015",
3 "version": "6.1.2",
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": "index.js",
10 "dependencies": {
11 "babel-plugin-transform-es2015-template-literals": "^6.0.14",
12 "babel-plugin-transform-es2015-literals": "^6.0.15",
13 "babel-plugin-transform-es2015-function-name": "^6.0.14",
14 "babel-plugin-transform-es2015-arrow-functions": "^6.0.14",
15 "babel-plugin-transform-es2015-block-scoped-functions": "^6.0.14",
16 "babel-plugin-transform-es2015-classes": "^6.1.2",
17 "babel-plugin-transform-es2015-object-super": "^6.0.14",
18 "babel-plugin-transform-es2015-shorthand-properties": "^6.0.14",
19 "babel-plugin-transform-es2015-computed-properties": "^6.0.14",
20 "babel-plugin-transform-es2015-for-of": "^6.0.14",
21 "babel-plugin-transform-es2015-sticky-regex": "^6.0.14",
22 "babel-plugin-transform-es2015-unicode-regex": "^6.0.14",
23 "babel-plugin-transform-es2015-constants": "^6.0.15",
24 "babel-plugin-transform-es2015-spread": "^6.0.14",
25 "babel-plugin-transform-es2015-parameters": "^6.0.14",
26 "babel-plugin-transform-es2015-destructuring": "^6.0.14",
27 "babel-plugin-transform-es2015-block-scoping": "^6.0.14",
28 "babel-plugin-transform-es2015-typeof-symbol": "^6.1.2",
29 "babel-plugin-transform-es2015-modules-commonjs": "^6.0.15",
30 "babel-plugin-transform-regenerator": "^6.0.14"
31 }
32}