15 lines
440 B
JSON
15 lines
440 B
JSON
|
{
|
||
|
"name": "babel-helpers",
|
||
|
"version": "6.24.1",
|
||
|
"description": "Collection of helper functions used by Babel transforms.",
|
||
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||
|
"homepage": "https://babeljs.io/",
|
||
|
"license": "MIT",
|
||
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helpers",
|
||
|
"main": "lib/index.js",
|
||
|
"dependencies": {
|
||
|
"babel-runtime": "^6.22.0",
|
||
|
"babel-template": "^6.24.1"
|
||
|
}
|
||
|
}
|