source: trip-planner-front/node_modules/@babel/plugin-transform-runtime/package.json@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.5 KB
Line 
1{
2 "name": "@babel/plugin-transform-runtime",
3 "version": "7.14.5",
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.ts": "./src/get-runtime-path/browser.ts"
21 },
22 "dependencies": {
23 "@babel/helper-module-imports": "^7.14.5",
24 "@babel/helper-plugin-utils": "^7.14.5",
25 "babel-plugin-polyfill-corejs2": "^0.2.2",
26 "babel-plugin-polyfill-corejs3": "^0.2.2",
27 "babel-plugin-polyfill-regenerator": "^0.2.2",
28 "semver": "^6.3.0"
29 },
30 "peerDependencies": {
31 "@babel/core": "^7.0.0-0"
32 },
33 "devDependencies": {
34 "@babel/core": "7.14.5",
35 "@babel/helper-plugin-test-runner": "7.14.5",
36 "@babel/helpers": "7.14.5",
37 "@babel/plugin-transform-typeof-symbol": "7.14.5",
38 "@babel/preset-env": "7.14.5",
39 "@babel/runtime": "7.14.5",
40 "@babel/runtime-corejs3": "7.14.5",
41 "@babel/template": "7.14.5",
42 "@babel/types": "7.14.5",
43 "make-dir": "^2.1.0"
44 },
45 "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-runtime",
46 "engines": {
47 "node": ">=6.9.0"
48 },
49 "author": "The Babel Team (https://babel.dev/team)"
50}
Note: See TracBrowser for help on using the repository browser.