14 lines
370 B
JSON
14 lines
370 B
JSON
{
|
|
"name": "babel-plugin-transform-runtime",
|
|
"version": "6.0.2",
|
|
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
|
|
"repository": "babel/babel",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"dependencies": {
|
|
"babel-runtime": "^6.0.2"
|
|
}
|
|
} |