babel-plugin-external-helpers
Version:
This plugin contains helper functions that’ll be placed at the top of the generated code
18 lines (17 loc) • 500 B
JSON
{
"name": "babel-plugin-external-helpers",
"version": "6.22.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.22.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.22.0"
}
}