18 lines
497 B
JSON
18 lines
497 B
JSON
{
|
||
"name": "babel-plugin-external-helpers",
|
||
"version": "6.8.0",
|
||
"description": "This plugin contains helper functions that’ll be placed at the top of the generated code",
|
||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-external-helpers",
|
||
"license": "MIT",
|
||
"main": "lib/index.js",
|
||
"keywords": [
|
||
"babel-plugin"
|
||
],
|
||
"dependencies": {
|
||
"babel-runtime": "^6.0.0"
|
||
},
|
||
"devDependencies": {
|
||
"babel-helper-plugin-test-runner": "^6.8.0"
|
||
}
|
||
}
|