Sebastian McKenzie ae7d5367f1 6.0.0
I'm extremely stupid and didn't commit as I go. To anyone reading this
I'm extremely sorry. A lot of these changes are very broad and I plan on
releasing Babel 6.0.0 today live on stage at Ember Camp London so I'm
afraid I couldn't wait. If you're ever in London I'll buy you a beer
(or assorted beverage!) to make up for it, also I'll kiss your feet and
give you a back massage, maybe.
2015-10-29 17:51:24 +00:00

31 lines
1.4 KiB
JSON

{
"name": "babel-preset-es2015",
"version": "5.10.32",
"description": "",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"repository": "babel/babel",
"main": "index.js",
"dependencies": {
"babel-plugin-transform-es2015-template-literals": "^5.10.32",
"babel-plugin-transform-es2015-literals": "^5.10.32",
"babel-plugin-transform-es2015-function-name": "^5.10.32",
"babel-plugin-transform-es2015-arrow-functions": "^5.10.32",
"babel-plugin-transform-es2015-block-scoped-functions": "^5.10.32",
"babel-plugin-transform-es2015-classes": "^5.10.32",
"babel-plugin-transform-es2015-object-super": "^5.10.32",
"babel-plugin-transform-es2015-shorthand-properties": "^5.10.32",
"babel-plugin-transform-es2015-computed-properties": "^5.10.32",
"babel-plugin-transform-es2015-for-of": "^5.10.32",
"babel-plugin-transform-es2015-sticky-regex": "^5.10.32",
"babel-plugin-transform-es2015-unicode-regex": "^5.10.32",
"babel-plugin-transform-es2015-constants": "^5.10.32",
"babel-plugin-transform-es2015-spread": "^5.10.32",
"babel-plugin-transform-es2015-parameters": "^5.10.32",
"babel-plugin-transform-es2015-destructuring": "^5.10.32",
"babel-plugin-transform-es2015-block-scoping": "^5.10.32",
"babel-plugin-transform-es2015-typeof-symbol": "^5.0.0",
"babel-plugin-transform-regenerator": "^5.0.0"
}
}