{"name":"async-to-gen","version":"1.1.1","description":"Transform async functions to generator functions with speed and simplicity.","author":{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},"license":"BSD-3-Clause","main":"index.js","bin":{"async-to-gen":"./async-to-gen","async-node":"./async-node"},"homepage":"https://github.com/leebyron/async-to-gen","bugs":{"url":"https://github.com/leebyron/async-to-gen/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/leebyron/async-to-gen.git"},"scripts":{"test":"DIFF=$(./async-to-gen test/source.js | diff test/expected.js -); if [ -n \"$DIFF\" ]; then echo \"$DIFF\"; exit 1; fi; RES=$(node -e 'require(\"./register\");require(\"./test/test-node-module.js\")'); if [ \"$RES\" != 42 ]; then echo 'Node register hook failed'; exit 1; fi; ASYNC_NODE=$(./async-node ./test/test-node-module.js); if [ \"$ASYNC_NODE\" != 42 ]; then echo 'async-node failed'; exit 1; fi; ASYNC_GEN_NODE=$(./async-node ./test/test-async-generator.js); if [ \"$ASYNC_GEN_NODE\" != 42 ]; then echo 'async-node failed for async generators'; exit 1; fi;","test-update":"./async-to-gen test/source.js > test/expected.js"},"keywords":["async","await","async-await","generators","compiler","transpiler","transform","es7"],"dependencies":{"babylon":"^6.8.4","magic-string":"^0.15.2"},"gitHead":"a440a96d3297eb8b37428854cc3825e583b8bac7","_id":"async-to-gen@1.1.1","_shasum":"7b86fc077b415d532a201b746a76b599aeecd781","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.1","_npmUser":{"name":"leebyron","email":"lee@leebyron.com"},"dist":{"shasum":"7b86fc077b415d532a201b746a76b599aeecd781","size":14727,"noattachment":false,"key":"/async-to-gen/-/async-to-gen-1.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/async-to-gen/download/async-to-gen-1.1.1.tgz"},"maintainers":[{"name":"leebyron","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/async-to-gen-1.1.1.tgz_1473905676712_0.7314301186706871"},"directories":{},"publish_time":1473905678390,"_cnpm_publish_time":1473905678390,"_hasShrinkwrap":false,"dist-tags":{"latest":"1.4.0"}}