{"name":"async-to-gen","version":"1.4.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; 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; ./async-to-gen test/memtest.js | node --max-old-space-size=10;","test-update":"./async-to-gen test/source.js > test/expected.js"},"files":["index.js","register.js","async-to-gen","async-node","LICENSE"],"keywords":["async","await","async-await","for-await","for-await-of","generators","compiler","transpiler","transform","es7"],"dependencies":{"babylon":"^6.14.0","magic-string":"^0.22.0","pirates":"^3.0.2"},"gitHead":"87def0a9a0400904c962ec445e42fa3687a115bd","_id":"async-to-gen@1.4.0","_shasum":"f8157f9013e0c487e1e940150a4d1a1b78b2dd6b","_from":".","_npmVersion":"2.14.4","_nodeVersion":"4.1.1","_npmUser":{"name":"leebyron","email":"lee@leebyron.com"},"dist":{"shasum":"f8157f9013e0c487e1e940150a4d1a1b78b2dd6b","size":14854,"noattachment":false,"key":"/async-to-gen/-/async-to-gen-1.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/async-to-gen/download/async-to-gen-1.4.0.tgz"},"maintainers":[{"name":"leebyron","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/async-to-gen_1.4.0_1518732267512_0.8987209259414255"},"_hasShrinkwrap":false,"publish_time":1518732267566,"_cnpm_publish_time":1518732267566,"dist-tags":{"latest":"1.4.0"}}