[79a0317] | 1 | {
|
---|
| 2 | "name": "@babel/helper-define-polyfill-provider",
|
---|
| 3 | "version": "0.6.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.22.6",
|
---|
| 37 | "@babel/helper-plugin-utils": "^7.22.5",
|
---|
| 38 | "debug": "^4.1.1",
|
---|
| 39 | "lodash.debounce": "^4.0.8",
|
---|
| 40 | "resolve": "^1.14.2"
|
---|
| 41 | },
|
---|
| 42 | "peerDependencies": {
|
---|
| 43 | "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
---|
| 44 | },
|
---|
| 45 | "devDependencies": {
|
---|
| 46 | "@babel/cli": "^7.22.6",
|
---|
| 47 | "@babel/core": "^7.22.6",
|
---|
| 48 | "@babel/generator": "^7.22.5",
|
---|
| 49 | "@babel/plugin-transform-modules-commonjs": "^7.22.5",
|
---|
| 50 | "@babel/traverse": "^7.22.6",
|
---|
| 51 | "babel-loader": "^8.1.0",
|
---|
| 52 | "rollup": "^2.3.2",
|
---|
| 53 | "rollup-plugin-babel": "^4.4.0",
|
---|
| 54 | "strip-ansi": "^6.0.0",
|
---|
| 55 | "webpack": "^4.42.1",
|
---|
| 56 | "webpack-cli": "^3.3.11"
|
---|
| 57 | },
|
---|
| 58 | "gitHead": "66340fb145086a826c496f008f67488367846c09"
|
---|
| 59 | } |
---|