UNPKG

babel-plugin-transform-async-to-module-method

Version:

Turn async functions into a module method

21 lines (20 loc) 622 B
{ "name": "babel-plugin-transform-async-to-module-method", "version": "6.24.1", "description": "Turn async functions into a module method", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-module-method", "license": "MIT", "main": "lib/index.js", "keywords": [ "babel-plugin" ], "dependencies": { "babel-plugin-syntax-async-functions": "^6.8.0", "babel-helper-remap-async-to-generator": "^6.24.1", "babel-types": "^6.24.1", "babel-runtime": "^6.22.0" }, "devDependencies": { "babel-helper-plugin-test-runner": "^6.24.1" } }