UNPKG

tpack-babel

Version:

TPack 插件:使用 Babel 编译 ES6/JSX。

59 lines (58 loc) 2.47 kB
{ "name": "tpack-babel", "version": "2.9.0", "description": "TPack 插件:使用 Babel 编译 ES6/JSX。", "keywords": [ "tpack-plugin", "es6", "jsx" ], "repository": { "type": "git", "url": "git://github.com/tpack/tpack-babel" }, "bugs": { "url": "https://github.com/tpack/tpack-babel/issues", "email": "xuld@vip.qq.com" }, "author": { "name": "xuld", "email": "xuld@vip.qq.com" }, "license": "MIT", "dependencies": { "babel-core": "^6.6.5", "babel-plugin-check-es2015-constants": "^6.7.2", "babel-plugin-transform-async-to-generator": "^6.7.4", "babel-plugin-transform-async-to-module-method": "^6.7.0", "babel-plugin-transform-class-constructor-call": "^6.6.5", "babel-plugin-transform-class-properties": "^6.6.0", "babel-plugin-transform-decorators": "^6.6.5", "babel-plugin-transform-do-expressions": "^6.3.13", "babel-plugin-transform-es2015-arrow-functions": "^6.5.2", "babel-plugin-transform-es2015-block-scoped-functions": "^6.6.5", "babel-plugin-transform-es2015-block-scoping": "^6.7.1", "babel-plugin-transform-es2015-classes": "^6.6.5", "babel-plugin-transform-es2015-computed-properties": "^6.6.5", "babel-plugin-transform-es2015-destructuring": "^6.6.5", "babel-plugin-transform-es2015-duplicate-keys": "^6.6.4", "babel-plugin-transform-es2015-for-of": "^6.6.0", "babel-plugin-transform-es2015-function-name": "^6.5.0", "babel-plugin-transform-es2015-literals": "^6.5.0", "babel-plugin-transform-es2015-modules-commonjs": "^6.7.4", "babel-plugin-transform-es2015-object-super": "^6.6.5", "babel-plugin-transform-es2015-parameters": "^6.7.0", "babel-plugin-transform-es2015-shorthand-properties": "^6.5.0", "babel-plugin-transform-es2015-spread": "^6.6.5", "babel-plugin-transform-es2015-sticky-regex": "^6.5.0", "babel-plugin-transform-es2015-template-literals": "^6.6.5", "babel-plugin-transform-es2015-typeof-symbol": "^6.6.0", "babel-plugin-transform-es2015-unicode-regex": "^6.5.0", "babel-plugin-transform-exponentiation-operator": "^6.5.0", "babel-plugin-transform-export-extensions": "^6.5.0", "babel-plugin-transform-function-bind": "^6.5.2", "babel-plugin-transform-object-rest-spread": "^6.6.5", "babel-plugin-transform-react-jsx": "^6.7.5", "babel-plugin-transform-regenerator": "^6.6.5" } }