UNPKG

601 BJSONView Raw
1{
2 "name": "@babel/runtime",
3 "version": "7.8.4",
4 "description": "babel's modular runtime helpers",
5 "license": "MIT",
6 "publishConfig": {
7 "access": "public"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/babel/babel.git",
12 "directory": "packages/babel-runtime"
13 },
14 "homepage": "https://babeljs.io/docs/en/next/babel-runtime",
15 "author": "Sebastian McKenzie <sebmck@gmail.com>",
16 "dependencies": {
17 "regenerator-runtime": "^0.13.2"
18 },
19 "devDependencies": {
20 "@babel/helpers": "^7.8.4"
21 },
22 "gitHead": "5c2e6bc07fed3d28801d93168622c99ae622653a"
23}