Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
799 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "@babel/helper-remap-async-to-generator",
|
---|
3 | "version": "7.15.4",
|
---|
4 | "description": "Helper function to remap async functions to generators",
|
---|
5 | "repository": {
|
---|
6 | "type": "git",
|
---|
7 | "url": "https://github.com/babel/babel.git",
|
---|
8 | "directory": "packages/babel-helper-remap-async-to-generator"
|
---|
9 | },
|
---|
10 | "homepage": "https://babel.dev/docs/en/next/babel-helper-remap-async-to-generator",
|
---|
11 | "license": "MIT",
|
---|
12 | "publishConfig": {
|
---|
13 | "access": "public"
|
---|
14 | },
|
---|
15 | "main": "./lib/index.js",
|
---|
16 | "dependencies": {
|
---|
17 | "@babel/helper-annotate-as-pure": "^7.15.4",
|
---|
18 | "@babel/helper-wrap-function": "^7.15.4",
|
---|
19 | "@babel/types": "^7.15.4"
|
---|
20 | },
|
---|
21 | "devDependencies": {
|
---|
22 | "@babel/traverse": "7.15.4"
|
---|
23 | },
|
---|
24 | "engines": {
|
---|
25 | "node": ">=6.9.0"
|
---|
26 | },
|
---|
27 | "author": "The Babel Team (https://babel.dev/team)"
|
---|
28 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.