source: trip-planner-front/node_modules/babel-plugin-polyfill-corejs3/package.json@ 6c1585f

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

initial commit

  • Property mode set to 100644
File size: 1.2 KB
Line 
1{
2 "name": "babel-plugin-polyfill-corejs3",
3 "version": "0.2.5",
4 "description": "A Babel plugin to inject imports to core-js@3 polyfills",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/babel/babel-polyfills.git",
8 "directory": "packages/babel-plugin-polyfill-corejs3"
9 },
10 "license": "MIT",
11 "publishConfig": {
12 "access": "public"
13 },
14 "main": "lib/index.js",
15 "exports": {
16 ".": [
17 {
18 "import": "./esm/index.mjs",
19 "default": "./lib/index.js"
20 },
21 "./lib/index.js"
22 ],
23 "./package.json": "./package.json"
24 },
25 "keywords": [
26 "babel-plugin"
27 ],
28 "dependencies": {
29 "@babel/helper-define-polyfill-provider": "^0.2.2",
30 "core-js-compat": "^3.16.2"
31 },
32 "devDependencies": {
33 "@babel/core": "^7.13.0",
34 "@babel/helper-plugin-test-runner": "^7.10.4",
35 "@babel/plugin-syntax-dynamic-import": "^7.8.3",
36 "@babel/plugin-transform-classes": "^7.13.0",
37 "@babel/plugin-transform-for-of": "^7.10.4",
38 "@babel/plugin-transform-modules-commonjs": "^7.10.4",
39 "@babel/plugin-transform-spread": "^7.13.0",
40 "core-js-pure": "^3.8.1"
41 },
42 "peerDependencies": {
43 "@babel/core": "^7.0.0-0"
44 },
45 "gitHead": "a8e0ddc77ee775ced7f441d723f8b66c6d631f30"
46}
Note: See TracBrowser for help on using the repository browser.