UNPKG

607 BJSONView Raw
1{
2 "name": "fast-async",
3 "version": "6.2.2",
4 "dependencies": {
5 "nodent": ">=3.0.17"
6 },
7 "description": "fast-async/await transformer Babel plugin",
8 "main": "plugin.js",
9 "scripts": {
10 "test": "cd tests && npm i && npm test"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/MatAtBread/fast-async.git"
15 },
16 "keywords": [
17 "babel",
18 "plugin",
19 "Javascript",
20 "ES7",
21 "async",
22 "await"
23 ],
24 "author": "Mat At Bread <nodent@mailed.me.uk>",
25 "license": "BSD-2-Clause",
26 "bugs": {
27 "url": "https://github.com/MatAtBread/fast-async/issues"
28 }
29}