Nicolò Ribaudo 2486615a74 v7.8.0
2020-01-12 01:09:29 +01:00

24 lines
566 B
JSON

{
"name": "@babel/runtime",
"version": "7.8.0",
"description": "babel's modular runtime helpers",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-runtime"
},
"homepage": "https://babeljs.io/docs/en/next/babel-runtime",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"dependencies": {
"regenerator-runtime": "^0.13.2"
},
"devDependencies": {
"@babel/helpers": "^7.8.0"
}
}