source: trip-planner-front/node_modules/babel-plugin-polyfill-corejs2/package.json@ ceaed42

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

initial commit

  • Property mode set to 100644
File size: 1.1 KB
Line 
1{
2 "name": "babel-plugin-polyfill-corejs2",
3 "version": "0.2.2",
4 "description": "A Babel plugin to inject imports to core-js@2 polyfills",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/babel/babel-polyfills.git",
8 "directory": "packages/babel-plugin-polyfill-corejs2"
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/compat-data": "^7.13.11",
30 "@babel/helper-define-polyfill-provider": "^0.2.2",
31 "semver": "^6.1.1"
32 },
33 "devDependencies": {
34 "@babel/core": "^7.13.0",
35 "@babel/helper-plugin-test-runner": "^7.10.4",
36 "@babel/plugin-transform-for-of": "^7.10.4",
37 "@babel/plugin-transform-modules-commonjs": "^7.10.4"
38 },
39 "peerDependencies": {
40 "@babel/core": "^7.0.0-0"
41 },
42 "gitHead": "1db1e16a7e6855094c52a6cf9b98410e3f0e80de"
43}
Note: See TracBrowser for help on using the repository browser.