18 lines
492 B
JSON
18 lines
492 B
JSON
{
|
|
"name": "@babel/polyfill",
|
|
"version": "7.2.5",
|
|
"description": "Provides polyfills necessary for a full ES2015+ environment",
|
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
|
"homepage": "https://babeljs.io/",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-polyfill",
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"core-js": "^2.5.7",
|
|
"regenerator-runtime": "^0.12.0"
|
|
}
|
|
}
|