{
  "name": "@babel/plugin-syntax-async-generators",
  "version": "7.2.0",
  "description": "Allow parsing of async generator functions",
  "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-generators",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "main": "lib/index.js",
  "keywords": [
    "babel-plugin"
  ],
  "dependencies": {
    "@babel/helper-plugin-utils": "^7.0.0"
  },
  "peerDependencies": {
    "@babel/core": "^7.0.0-0"
  },
  "devDependencies": {
    "@babel/core": "^7.2.0"
  }

,"_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.2.0.tgz"
,"_integrity": "sha512-1ZrIRBv2t0GSlcwVoQ6VgSLpLgiN/FVQUzt9znxo7v2Ov4jJrs8RY8tv0wvDmFN3qIdMKWrmMMW6yZ0G19MfGg=="
,"_from": "@babel/plugin-syntax-async-generators@7.2.0"
}