{ "name": "babel-plugin-transform-async-to-module-method", "version": "6.4.0", "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.3.13", "babel-helper-remap-async-to-generator": "^6.3.13", "babel-types": "^6.4.0", "babel-runtime": "^5.0.0" }, "devDependencies": { "babel-helper-plugin-test-runner": "^6.3.13" } }