UNPKG

1.27 kBJSONView Raw
1{
2 "name": "@babel/plugin-transform-runtime",
3 "version": "7.10.4",
4 "description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/babel/babel.git",
8 "directory": "packages/babel-plugin-transform-runtime"
9 },
10 "license": "MIT",
11 "publishConfig": {
12 "access": "public"
13 },
14 "main": "lib/index.js",
15 "keywords": [
16 "babel-plugin"
17 ],
18 "browser": {
19 "./lib/get-runtime-path/index.js": "./lib/get-runtime-path/browser.js",
20 "./src/get-runtime-path/index.js": "./src/get-runtime-path/browser.js"
21 },
22 "dependencies": {
23 "@babel/helper-module-imports": "^7.10.4",
24 "@babel/helper-plugin-utils": "^7.10.4",
25 "resolve": "^1.8.1",
26 "semver": "^5.5.1"
27 },
28 "peerDependencies": {
29 "@babel/core": "^7.0.0-0"
30 },
31 "devDependencies": {
32 "@babel/core": "^7.10.4",
33 "@babel/helper-plugin-test-runner": "^7.10.4",
34 "@babel/helpers": "^7.10.4",
35 "@babel/plugin-transform-typeof-symbol": "^7.10.4",
36 "@babel/preset-env": "^7.10.4",
37 "@babel/runtime": "^7.10.4",
38 "@babel/template": "^7.10.4",
39 "@babel/types": "^7.10.4"
40 },
41 "gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df"
42}