Nicolò Ribaudo cbd5a26e57
v7.6.0
2019-09-06 19:25:16 +02:00

18 lines
433 B
JSON

{
"name": "@babel/runtime",
"version": "7.6.0",
"description": "babel's modular runtime helpers",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/babel/babel/tree/master/packages/babel-runtime",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"dependencies": {
"regenerator-runtime": "^0.13.2"
},
"devDependencies": {
"@babel/helpers": "^7.6.0"
}
}