eslint-config-airbnb-standard
Version:
Airbnb's JS ESLint config + JS Standard Style + semicolons
27 lines (26 loc) • 825 B
JSON
{
"name": "@babel/runtime",
"version": "7.8.4",
"description": "babel's modular runtime helpers",
"license": "MIT",
"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.4"
},
"gitHead": "5c2e6bc07fed3d28801d93168622c99ae622653a"
,"_resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.8.4.tgz"
,"_integrity": "sha512-neAp3zt80trRVBI1x0azq6c57aNBqYZH8KhMm3TaB7wEI5Q4A2SHfBHE8w9gOhI/lrqxtEbXZgQIrHP+wvSGwQ=="
,"_from": "@babel/runtime@7.8.4"
}