package.json 601 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
{
  "name": "@babel/runtime",
  "version": "7.9.6",
  "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.4"
  },
  "devDependencies": {
    "@babel/helpers": "^7.9.6"
  },
  "gitHead": "9c2846bcacc75aa931ea9d556950c2113765d43d"
}