| 1234567891011121314151617181920212223242526 |
- {
- "name": "@babel/helper-remap-async-to-generator",
- "version": "7.12.1",
- "description": "Helper function to remap async functions to generators",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-helper-remap-async-to-generator"
- },
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "lib/index.js",
- "dependencies": {
- "@babel/helper-annotate-as-pure": "^7.10.4",
- "@babel/helper-wrap-function": "^7.10.4",
- "@babel/types": "^7.12.1"
- },
- "devDependencies": {
- "@babel/traverse": "^7.12.1"
- },
- "__npminstall_done": "Thu Dec 24 2020 20:20:37 GMT+0800 (CST)",
- "_from": "@babel/helper-remap-async-to-generator@7.12.1",
- "_resolved": "https://registry.npm.taobao.org/@babel/helper-remap-async-to-generator/download/@babel/helper-remap-async-to-generator-7.12.1.tgz?cache=0&sync_timestamp=1602800304129&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-remap-async-to-generator%2Fdownload%2F%40babel%2Fhelper-remap-async-to-generator-7.12.1.tgz"
- }
|