You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.1 KiB
43 lines
1.1 KiB
{ |
|
"name": "babel-plugin-polyfill-corejs2", |
|
"version": "0.3.1", |
|
"description": "A Babel plugin to inject imports to core-js@2 polyfills", |
|
"repository": { |
|
"type": "git", |
|
"url": "https://github.com/babel/babel-polyfills.git", |
|
"directory": "packages/babel-plugin-polyfill-corejs2" |
|
}, |
|
"license": "MIT", |
|
"publishConfig": { |
|
"access": "public" |
|
}, |
|
"main": "lib/index.js", |
|
"exports": { |
|
".": [ |
|
{ |
|
"import": "./esm/index.mjs", |
|
"default": "./lib/index.js" |
|
}, |
|
"./lib/index.js" |
|
], |
|
"./package.json": "./package.json" |
|
}, |
|
"keywords": [ |
|
"babel-plugin" |
|
], |
|
"dependencies": { |
|
"@babel/compat-data": "^7.13.11", |
|
"@babel/helper-define-polyfill-provider": "^0.3.1", |
|
"semver": "^6.1.1" |
|
}, |
|
"devDependencies": { |
|
"@babel/core": "^7.13.0", |
|
"@babel/helper-plugin-test-runner": "^7.10.4", |
|
"@babel/plugin-transform-for-of": "^7.10.4", |
|
"@babel/plugin-transform-modules-commonjs": "^7.10.4" |
|
}, |
|
"peerDependencies": { |
|
"@babel/core": "^7.0.0-0" |
|
}, |
|
"gitHead": "f5eb1c6d74fa29afdb0a3a533dfc5742557197bc" |
|
} |