{"name":"async-to-gen","version":"1.0.0","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":"665a99561ea887412141d1cb872a3e83fc67483e","_id":"async-to-gen@1.0.0","_shasum":"d38a657032faa231e3cec17f5b158c4c34a0c821","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.1","_npmUser":{"name":"leebyron","email":"lee@leebyron.com"},"dist":{"shasum":"d38a657032faa231e3cec17f5b158c4c34a0c821","size":8299,"noattachment":false,"key":"/async-to-gen/-/async-to-gen-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/async-to-gen/download/async-to-gen-1.0.0.tgz"},"maintainers":[{"name":"leebyron","email":""}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/async-to-gen-1.0.0.tgz_1470883015545_0.45946511533111334"},"directories":{},"publish_time":1470883017306,"_cnpm_publish_time":1470883017306,"_hasShrinkwrap":false,"dist-tags":{"latest":"1.4.0"}}