UNPKG

580 BJSONView Raw
1{
2 "name": "@babel/runtime-corejs2",
3 "version": "7.8.0",
4 "description": "babel's modular runtime helpers with core-js@2 polyfilling",
5 "license": "MIT",
6 "type": "commonjs",
7 "publishConfig": {
8 "access": "public"
9 },
10 "repository": "https://github.com/babel/babel/tree/master/packages/babel-runtime-corejs2",
11 "author": "Sebastian McKenzie <sebmck@gmail.com>",
12 "dependencies": {
13 "core-js": "^2.6.5",
14 "regenerator-runtime": "^0.13.2"
15 },
16 "devDependencies": {
17 "@babel/helpers": "^7.8.0"
18 },
19 "gitHead": "2486615a74580283c49475d66067bd7fcab3330e"
20}