hexo/node_modules/babel-polyfill/package.json

16 lines
475 B
JSON
Raw Normal View History

2023-09-25 15:58:56 +08:00
{
"name": "babel-polyfill",
"version": "6.26.0",
"description": "Provides polyfills necessary for a full ES2015+ environment",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-polyfill",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^6.26.0",
"core-js": "^2.5.0",
"regenerator-runtime": "^0.10.5"
}
}