15 lines
420 B
JSON
15 lines
420 B
JSON
{
|
|
"name": "babel",
|
|
"version": "6.5.2",
|
|
"description": "Turn ES6 code into readable vanilla ES5 with source maps",
|
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
|
"homepage": "https://babeljs.io/",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel",
|
|
"bin": {
|
|
"babel": "./cli.js",
|
|
"babel-node": "./cli.js",
|
|
"babel-external-helpers": "./cli.js"
|
|
}
|
|
}
|