1 |
3a515b92
|
cagy
|
{
|
2 |
|
|
"name": "babel-template",
|
3 |
|
|
"version": "6.26.0",
|
4 |
|
|
"description": "Generate an AST from a string template.",
|
5 |
|
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
6 |
|
|
"homepage": "https://babeljs.io/",
|
7 |
|
|
"license": "MIT",
|
8 |
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-template",
|
9 |
|
|
"main": "lib/index.js",
|
10 |
|
|
"dependencies": {
|
11 |
|
|
"babel-runtime": "^6.26.0",
|
12 |
|
|
"babel-traverse": "^6.26.0",
|
13 |
|
|
"babel-types": "^6.26.0",
|
14 |
|
|
"babylon": "^6.18.0",
|
15 |
|
|
"lodash": "^4.17.4"
|
16 |
|
|
}
|
17 |
|
|
}
|