{
  "_from": "babel-plugin-transform-async-to-promises@^0.8.4",
  "_id": "babel-plugin-transform-async-to-promises@0.8.14",
  "_inBundle": false,
  "_integrity": "sha512-BHw2WriDbnLwaaIydAjVeXXKBal0pWlFWxfo0UKL2CTaSorvRocrsTflni/mzIOP8c+EJ8xHqtbre8GbIm4ehQ==",
  "_location": "/babel-plugin-transform-async-to-promises",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "babel-plugin-transform-async-to-promises@^0.8.4",
    "name": "babel-plugin-transform-async-to-promises",
    "escapedName": "babel-plugin-transform-async-to-promises",
    "rawSpec": "^0.8.4",
    "saveSpec": null,
    "fetchSpec": "^0.8.4"
  },
  "_requiredBy": [
    "/bili"
  ],
  "_resolved": "https://registry.npmjs.org/babel-plugin-transform-async-to-promises/-/babel-plugin-transform-async-to-promises-0.8.14.tgz",
  "_shasum": "8c783aecb1139f39c608f8bb0f5bb69c343c878e",
  "_spec": "babel-plugin-transform-async-to-promises@^0.8.4",
  "_where": "/Users/or_gordin/Documents/or-avatars/src/node_modules/bili",
  "author": {
    "name": "Ryan Petrich",
    "email": "rpetrich@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/rpetrich/babel-plugin-transform-async-to-promises/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Transform async/await to promise chains",
  "devDependencies": {
    "@babel/core": "^7.5.5",
    "@babel/plugin-external-helpers": "^7.2.0",
    "@babel/plugin-transform-classes": "^7.5.5",
    "@babel/plugin-transform-modules-commonjs": "^7.5.0",
    "@babel/plugin-transform-parameters": "^7.4.4",
    "@babel/preset-env": "^7.5.5",
    "@babel/traverse": "^7.5.5",
    "@babel/types": "^7.5.5",
    "@types/babel-traverse": "^6.25.5",
    "@types/babel-types": "^7.0.7",
    "@types/node": "^12.6.8",
    "babel-core": "^6.26.3",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
    "babel-plugin-transform-es2015-parameters": "^6.24.1",
    "babel-preset-env": "^1.7.0",
    "babel-traverse": "^6.26.0",
    "jest": "^24.8.0",
    "prettier": "1.18.2",
    "typescript": "^3.5.3"
  },
  "homepage": "https://github.com/rpetrich/babel-plugin-transform-async-to-promises#readme",
  "keywords": [
    "async",
    "await",
    "optimization",
    "babel",
    "compile",
    "transform",
    "minify"
  ],
  "license": "MIT",
  "main": "async-to-promises.js",
  "name": "babel-plugin-transform-async-to-promises",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rpetrich/babel-plugin-transform-async-to-promises.git"
  },
  "scripts": {
    "format": "prettier --write async-to-promises.ts async-to-promises.test.js",
    "prepare": "tsc && node ./generate-helpers-string.js",
    "test": "jest && prettier -c async-to-promises.ts async-to-promises.test.js",
    "test:coverage": "jest --coverage"
  },
  "version": "0.8.14"
}
