{ "name": "@babel/polyfill", "version": "7.10.4", "description": "Provides polyfills necessary for a full ES2015+ environment", "author": "Sebastian McKenzie ", "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" }, "gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df" }