{"name":"async-to-gen","version":"1.0.3","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;","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":"29b79daeed328877c8d8f029450bdce421a6e513","_id":"async-to-gen@1.0.3","_shasum":"b78382ee5660c65fa5615e2c854904ddda1bc3d6","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.9.1","_npmUser":{"name":"leebyron","email":"lee@leebyron.com"},"dist":{"shasum":"b78382ee5660c65fa5615e2c854904ddda1bc3d6","size":11194,"noattachment":false,"key":"/async-to-gen/-/async-to-gen-1.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/async-to-gen/download/async-to-gen-1.0.3.tgz"},"maintainers":[{"name":"leebyron","email":""}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/async-to-gen-1.0.3.tgz_1471110852744_0.3071412204299122"},"directories":{},"publish_time":1471110855457,"_cnpm_publish_time":1471110855457,"_hasShrinkwrap":false,"dist-tags":{"latest":"1.4.0"}}