|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
565 bytes
|
| Rev | Line | |
|---|
| [9af201e] | 1 | {
|
|---|
| 2 | "name": "@babel/plugin-syntax-async-generators",
|
|---|
| 3 | "version": "7.8.4",
|
|---|
| 4 | "description": "Allow parsing of async generator functions",
|
|---|
| 5 | "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-generators",
|
|---|
| 6 | "license": "MIT",
|
|---|
| 7 | "publishConfig": {
|
|---|
| 8 | "access": "public"
|
|---|
| 9 | },
|
|---|
| 10 | "main": "lib/index.js",
|
|---|
| 11 | "keywords": [
|
|---|
| 12 | "babel-plugin"
|
|---|
| 13 | ],
|
|---|
| 14 | "dependencies": {
|
|---|
| 15 | "@babel/helper-plugin-utils": "^7.8.0"
|
|---|
| 16 | },
|
|---|
| 17 | "peerDependencies": {
|
|---|
| 18 | "@babel/core": "^7.0.0-0"
|
|---|
| 19 | },
|
|---|
| 20 | "devDependencies": {
|
|---|
| 21 | "@babel/core": "^7.8.0"
|
|---|
| 22 | }
|
|---|
| 23 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.