babel-backwards
Version:
Upgrade ES5 to newer language features; lebab but with babel
39 lines (38 loc) • 907 B
JSON
{
"name": "babel-backwards",
"version": "0.0.9",
"description": "Upgrade ES5 to newer language features; lebab but with babel",
"repository": "https://github.com/gpittarelli/babel-backwards/tree/master/packages/babel-backwards",
"main": "lib/cli.js",
"engines": {
"node": ">=4"
},
"bin": {
"babel-backwards": "./bin/babel-backwards"
},
"keywords": [
"babel",
"es5",
"es6",
"es7",
"es2015",
"es2016",
"es2017",
"lebab",
"5to6"
],
"author": "George Pittarelli",
"license": "MIT",
"dependencies": {
"babel-core": "6.25.0",
"babel-plugin-5to6-commonjs-to-import": "^0.0.6",
"babel-plugin-5to6-no-strict": "^0.0.4",
"babel-plugin-5to6-obj-shorthand": "^0.0.3",
"babel-polyfill": "6.23.0",
"babel-template": "6.25.0",
"commander": "2.9.0",
"glob": "7.1.2",
"mkdirp": "0.5.1",
"recast": "0.12.5"
}
}