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.
31 lines
796 B
31 lines
796 B
{
|
|
"name": "@babel/polyfill",
|
|
"version": "7.12.1",
|
|
"description": "Provides polyfills necessary for a full ES2015+ environment",
|
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
|
"homepage": "https://babeljs.io/",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "cp dist/polyfill.min.js browser.js",
|
|
"postpublish": "rm browser.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/babel/babel.git",
|
|
"directory": "packages/babel-polyfill"
|
|
},
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"core-js": "^2.6.5",
|
|
"regenerator-runtime": "^0.13.4"
|
|
},
|
|
"devDependencies": {
|
|
"browserify": "^16.5.2",
|
|
"bundle-collapser": "1.3.0",
|
|
"derequire": "2.1.1",
|
|
"uglify-js": "3.7.2"
|
|
}
|
|
} |