* Add throw expressions Stage 2 proposal: https://github.com/tc39/proposal-throw-expressions * Update babylon * Add to stage 2
17 lines
495 B
JSON
17 lines
495 B
JSON
{
|
|
"name": "babel-template",
|
|
"version": "7.0.0-beta.2",
|
|
"description": "Generate an AST from a string template.",
|
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
|
"homepage": "https://babeljs.io/",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-template",
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"babel-traverse": "7.0.0-beta.2",
|
|
"babel-types": "7.0.0-beta.2",
|
|
"babylon": "7.0.0-beta.26",
|
|
"lodash": "^4.2.0"
|
|
}
|
|
}
|