diff options
Diffstat (limited to 'node_modules/@babel/plugin-proposal-async-generator-functions/package.json')
| -rw-r--r-- | node_modules/@babel/plugin-proposal-async-generator-functions/package.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/node_modules/@babel/plugin-proposal-async-generator-functions/package.json b/node_modules/@babel/plugin-proposal-async-generator-functions/package.json new file mode 100644 index 00000000..6afb5c38 --- /dev/null +++ b/node_modules/@babel/plugin-proposal-async-generator-functions/package.json @@ -0,0 +1,23 @@ +{ + "name": "@babel/plugin-proposal-async-generator-functions", + "version": "7.0.0-beta.47", + "description": "Turn async generator functions into ES2015 generators", + "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-async-generator-functions", + "license": "MIT", + "main": "lib/index.js", + "keywords": [ + "babel-plugin" + ], + "dependencies": { + "@babel/helper-plugin-utils": "7.0.0-beta.47", + "@babel/helper-remap-async-to-generator": "7.0.0-beta.47", + "@babel/plugin-syntax-async-generators": "7.0.0-beta.47" + }, + "peerDependencies": { + "@babel/core": "7.0.0-beta.47" + }, + "devDependencies": { + "@babel/core": "7.0.0-beta.47", + "@babel/helper-plugin-test-runner": "7.0.0-beta.47" + } +} |
