diff options
Diffstat (limited to 'node_modules/babel-plugin-syntax-async-functions/package.json')
-rw-r--r-- | node_modules/babel-plugin-syntax-async-functions/package.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/node_modules/babel-plugin-syntax-async-functions/package.json b/node_modules/babel-plugin-syntax-async-functions/package.json new file mode 100644 index 000000000..ef46b578c --- /dev/null +++ b/node_modules/babel-plugin-syntax-async-functions/package.json @@ -0,0 +1,13 @@ +{ + "name": "babel-plugin-syntax-async-functions", + "version": "6.13.0", + "description": "Allow parsing of async functions", + "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-functions", + "license": "MIT", + "main": "lib/index.js", + "keywords": [ + "babel-plugin" + ], + "dependencies": {}, + "devDependencies": {} +} |