main
Last change
on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
1.1 KB
|
Line | |
---|
1 | {
|
---|
2 | "name": "babel-plugin-polyfill-corejs2",
|
---|
3 | "version": "0.4.12",
|
---|
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.22.6",
|
---|
30 | "@babel/helper-define-polyfill-provider": "^0.6.3",
|
---|
31 | "semver": "^6.3.1"
|
---|
32 | },
|
---|
33 | "devDependencies": {
|
---|
34 | "@babel/core": "^7.22.6",
|
---|
35 | "@babel/helper-plugin-test-runner": "^7.22.5",
|
---|
36 | "@babel/plugin-transform-for-of": "^7.22.5",
|
---|
37 | "@babel/plugin-transform-modules-commonjs": "^7.22.5"
|
---|
38 | },
|
---|
39 | "peerDependencies": {
|
---|
40 | "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
---|
41 | },
|
---|
42 | "gitHead": "66340fb145086a826c496f008f67488367846c09"
|
---|
43 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.