{ "_from": "@babel/plugin-proposal-async-generator-functions@^7.15.4", "_id": "@babel/plugin-proposal-async-generator-functions@7.15.4", "_inBundle": false, "_integrity": "sha512-2zt2g5vTXpMC3OmK6uyjvdXptbhBXfA77XGrd3gh93zwG8lZYBLOBImiGBEG0RANu3JqKEACCz5CGk73OJROBw==", "_location": "/@babel/plugin-proposal-async-generator-functions", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@babel/plugin-proposal-async-generator-functions@^7.15.4", "name": "@babel/plugin-proposal-async-generator-functions", "escapedName": "@babel%2fplugin-proposal-async-generator-functions", "scope": "@babel", "rawSpec": "^7.15.4", "saveSpec": null, "fetchSpec": "^7.15.4" }, "_requiredBy": [ "/@babel/preset-env", "/babel-preset-react-app/@babel/preset-env" ], "_resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.15.4.tgz", "_shasum": "f82aabe96c135d2ceaa917feb9f5fca31635277e", "_spec": "@babel/plugin-proposal-async-generator-functions@^7.15.4", "_where": "/Users/tylerkoenig/Code/personal/react-scss2/node_modules/@babel/preset-env", "author": { "name": "The Babel Team", "url": "https://babel.dev/team" }, "bugs": { "url": "https://github.com/babel/babel/issues" }, "bundleDependencies": false, "dependencies": { "@babel/helper-plugin-utils": "^7.14.5", "@babel/helper-remap-async-to-generator": "^7.15.4", "@babel/plugin-syntax-async-generators": "^7.8.4" }, "deprecated": false, "description": "Turn async generator functions into ES2015 generators", "devDependencies": { "@babel/core": "7.15.4", "@babel/helper-plugin-test-runner": "7.14.5", "babel-plugin-polyfill-corejs3": "^0.2.2", "core-js-pure": "^3.16.0" }, "engines": { "node": ">=6.9.0" }, "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-async-generator-functions", "keywords": [ "babel-plugin" ], "license": "MIT", "main": "./lib/index.js", "name": "@babel/plugin-proposal-async-generator-functions", "peerDependencies": { "@babel/core": "^7.0.0-0" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/babel/babel.git", "directory": "packages/babel-plugin-proposal-async-generator-functions" }, "version": "7.15.4" }