You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.0 KiB
35 lines
1.0 KiB
{
|
|
"name": "@babel/plugin-transform-runtime",
|
|
"version": "7.8.3",
|
|
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-runtime",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"dependencies": {
|
|
"@babel/helper-module-imports": "^7.8.3",
|
|
"@babel/helper-plugin-utils": "^7.8.3",
|
|
"resolve": "^1.8.1",
|
|
"semver": "^5.5.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.8.3",
|
|
"@babel/helper-plugin-test-runner": "^7.8.3",
|
|
"@babel/helpers": "^7.8.3",
|
|
"@babel/plugin-transform-typeof-symbol": "^7.8.3",
|
|
"@babel/preset-env": "^7.8.3",
|
|
"@babel/runtime": "^7.8.3",
|
|
"@babel/template": "^7.8.3",
|
|
"@babel/types": "^7.8.3"
|
|
},
|
|
"gitHead": "a7620bd266ae1345975767bbc7abf09034437017"
|
|
}
|