| 1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "@babel/plugin-proposal-async-generator-functions",
- "version": "7.12.12",
- "description": "Turn async generator functions into ES2015 generators",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-proposal-async-generator-functions"
- },
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "lib/index.js",
- "keywords": [
- "babel-plugin"
- ],
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.10.4",
- "@babel/helper-remap-async-to-generator": "^7.12.1",
- "@babel/plugin-syntax-async-generators": "^7.8.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
- "devDependencies": {
- "@babel/core": "7.12.10",
- "@babel/helper-plugin-test-runner": "7.10.4",
- "babel-plugin-polyfill-corejs3": "0.0.10",
- "core-js-pure": "^3.8.1"
- },
- "__npminstall_done": "Thu Dec 24 2020 20:20:34 GMT+0800 (CST)",
- "_from": "@babel/plugin-proposal-async-generator-functions@7.12.12",
- "_resolved": "https://registry.npm.taobao.org/@babel/plugin-proposal-async-generator-functions/download/@babel/plugin-proposal-async-generator-functions-7.12.12.tgz?cache=0&sync_timestamp=1608730548909&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-proposal-async-generator-functions%2Fdownload%2F%40babel%2Fplugin-proposal-async-generator-functions-7.12.12.tgz"
- }
|