katoikia-app/web-ui/web-react/node_modules/@babel/plugin-transform-runtime/package.json

35 lines
1.0 KiB
JSON
Raw Normal View History

2022-07-06 04:15:11 +00:00
{
"name": "@babel/plugin-transform-runtime",
"version": "7.9.0",
"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.9.0",
"@babel/helper-plugin-test-runner": "^7.8.3",
"@babel/helpers": "^7.9.0",
"@babel/plugin-transform-typeof-symbol": "^7.8.3",
"@babel/preset-env": "^7.9.0",
"@babel/runtime": "^7.9.0",
"@babel/template": "^7.8.3",
"@babel/types": "^7.9.0"
},
"gitHead": "8d5e422be27251cfaadf8dd2536b31b4a5024b02"
}