UNPKG

577 BJSONView Raw
1{
2 "name": "@babel/runtime",
3 "version": "7.10.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/",
15 "author": "Sebastian McKenzie <sebmck@gmail.com>",
16 "dependencies": {
17 "regenerator-runtime": "^0.13.4"
18 },
19 "devDependencies": {
20 "@babel/helpers": "^7.10.4"
21 },
22 "gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df"
23}