1 | {
|
---|
2 | "name": "@babel/helper-define-polyfill-provider",
|
---|
3 | "version": "0.2.3",
|
---|
4 | "description": "Babel helper to create your own polyfill provider",
|
---|
5 | "repository": {
|
---|
6 | "type": "git",
|
---|
7 | "url": "https://github.com/babel/babel-polyfills.git",
|
---|
8 | "directory": "packages/babel-helper-define-polyfill-provider"
|
---|
9 | },
|
---|
10 | "keywords": [
|
---|
11 | "babel-plugin"
|
---|
12 | ],
|
---|
13 | "license": "MIT",
|
---|
14 | "publishConfig": {
|
---|
15 | "access": "public"
|
---|
16 | },
|
---|
17 | "main": "lib/index.js",
|
---|
18 | "browser": {
|
---|
19 | "./lib/node/dependencies.js": "./lib/browser/dependencies.js",
|
---|
20 | "./src/node/dependencies.js": "./src/browser/dependencies.js"
|
---|
21 | },
|
---|
22 | "exports": {
|
---|
23 | ".": [
|
---|
24 | {
|
---|
25 | "import": {
|
---|
26 | "node": "./esm/index.node.mjs",
|
---|
27 | "browser": "./esm/index.browser.mjs"
|
---|
28 | },
|
---|
29 | "default": "./lib/index.js"
|
---|
30 | },
|
---|
31 | "./lib/index.js"
|
---|
32 | ],
|
---|
33 | "./package.json": "./package.json"
|
---|
34 | },
|
---|
35 | "dependencies": {
|
---|
36 | "@babel/helper-compilation-targets": "^7.13.0",
|
---|
37 | "@babel/helper-module-imports": "^7.12.13",
|
---|
38 | "@babel/helper-plugin-utils": "^7.13.0",
|
---|
39 | "@babel/traverse": "^7.13.0",
|
---|
40 | "debug": "^4.1.1",
|
---|
41 | "lodash.debounce": "^4.0.8",
|
---|
42 | "resolve": "^1.14.2",
|
---|
43 | "semver": "^6.1.2"
|
---|
44 | },
|
---|
45 | "peerDependencies": {
|
---|
46 | "@babel/core": "^7.4.0-0"
|
---|
47 | },
|
---|
48 | "devDependencies": {
|
---|
49 | "@babel/cli": "^7.11.5",
|
---|
50 | "@babel/core": "^7.13.0",
|
---|
51 | "@babel/generator": "^7.11.5",
|
---|
52 | "@babel/plugin-transform-modules-commonjs": "^7.10.4",
|
---|
53 | "babel-loader": "^8.1.0",
|
---|
54 | "rollup": "^2.3.2",
|
---|
55 | "rollup-plugin-babel": "^4.4.0",
|
---|
56 | "webpack": "^4.42.1",
|
---|
57 | "webpack-cli": "^3.3.11"
|
---|
58 | },
|
---|
59 | "gitHead": "9ecc6171257ca4185ebd880a75ae0232862720c2"
|
---|
60 | } |
---|