{"_id":"is-async-supported","_rev":"308897","name":"is-async-supported","description":"Check if async/await is available","dist-tags":{"latest":"1.2.0"},"maintainers":[{"name":"timneutkens","email":"tim@timneutkens.nl"}],"time":{"modified":"2021-06-03T19:41:50.000Z","created":"2016-12-18T00:22:48.422Z","1.2.0":"2016-12-18T21:36:56.881Z","1.0.1":"2016-12-18T00:36:21.719Z","1.0.0":"2016-12-18T00:22:48.422Z"},"users":{"temasm":true},"author":{"name":"Tim Neutkens"},"repository":{"type":"git","url":"git+https://github.com/timneutkens/is-async-supported.git"},"versions":{"1.2.0":{"name":"is-async-supported","version":"1.2.0","description":"Check if async/await is available","main":"index.js","files":["index.js"],"repository":{"type":"git","url":"git+https://github.com/timneutkens/is-async-supported.git"},"author":{"name":"Tim Neutkens"},"license":"MIT","scripts":{"test":"jest"},"devDependencies":{"jest":"^18.0.0","shelljs":"^0.7.5"},"gitHead":"127104a25978c18f2fadd7f26e2e222e913aceb6","bugs":{"url":"https://github.com/timneutkens/is-async-supported/issues"},"homepage":"https://github.com/timneutkens/is-async-supported#readme","_id":"is-async-supported@1.2.0","_shasum":"20d58ac4d6707eb1cb3712dd38480c0536f27c07","_from":".","_npmVersion":"3.10.8","_nodeVersion":"7.0.0","_npmUser":{"name":"timneutkens","email":"tim@timneutkens.nl"},"dist":{"shasum":"20d58ac4d6707eb1cb3712dd38480c0536f27c07","size":776,"noattachment":false,"key":"/is-async-supported/-/is-async-supported-1.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/is-async-supported/download/is-async-supported-1.2.0.tgz"},"maintainers":[{"name":"timneutkens","email":"tim@timneutkens.nl"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/is-async-supported-1.2.0.tgz_1482097016340_0.5898196771740913"},"directories":{},"publish_time":1482097016881,"_cnpm_publish_time":1482097016881,"_hasShrinkwrap":false},"1.0.1":{"name":"is-async-supported","version":"1.0.1","description":"Check if --harmony-async-await is set","main":"index.js","files":["index.js"],"repository":{"type":"git","url":"git+https://github.com/timneutkens/is-async-supported.git"},"author":{"name":"Tim Neutkens"},"license":"MIT","gitHead":"693220fcd76fa7c9de5c0e826af5c16107dd02ac","bugs":{"url":"https://github.com/timneutkens/is-async-supported/issues"},"homepage":"https://github.com/timneutkens/is-async-supported#readme","_id":"is-async-supported@1.0.1","scripts":{},"_shasum":"cd5b0963cec798899b4f2d5983377bb6cf79c560","_from":".","_npmVersion":"3.10.8","_nodeVersion":"7.0.0","_npmUser":{"name":"timneutkens","email":"tim@timneutkens.nl"},"dist":{"shasum":"cd5b0963cec798899b4f2d5983377bb6cf79c560","size":750,"noattachment":false,"key":"/is-async-supported/-/is-async-supported-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/is-async-supported/download/is-async-supported-1.0.1.tgz"},"maintainers":[{"name":"timneutkens","email":"tim@timneutkens.nl"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/is-async-supported-1.0.1.tgz_1482021379759_0.1688761874102056"},"directories":{},"publish_time":1482021381719,"_cnpm_publish_time":1482021381719,"_hasShrinkwrap":false},"1.0.0":{"name":"is-async-supported","version":"1.0.0","description":"Check if --harmony-async-await is set","main":"index.js","repository":{"type":"git","url":"git+https://github.com/timneutkens/is-async-supported.git"},"author":{"name":"Tim Neutkens"},"license":"MIT","gitHead":"783f2c0623c57ea6439bfbacde1d4dec9316b942","bugs":{"url":"https://github.com/timneutkens/is-async-supported/issues"},"homepage":"https://github.com/timneutkens/is-async-supported#readme","_id":"is-async-supported@1.0.0","scripts":{},"_shasum":"c9562e1d6093eda791a433049e9839cf5c3b4c96","_from":".","_npmVersion":"3.10.8","_nodeVersion":"7.0.0","_npmUser":{"name":"timneutkens","email":"tim@timneutkens.nl"},"dist":{"shasum":"c9562e1d6093eda791a433049e9839cf5c3b4c96","size":653,"noattachment":false,"key":"/is-async-supported/-/is-async-supported-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/is-async-supported/download/is-async-supported-1.0.0.tgz"},"maintainers":[{"name":"timneutkens","email":"tim@timneutkens.nl"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/is-async-supported-1.0.0.tgz_1482020567769_0.2127709819469601"},"directories":{},"publish_time":1482020568422,"_cnpm_publish_time":1482020568422,"_hasShrinkwrap":false}},"readme":"# is-async-supported\n\nCheck if async/await is available\n\n## Installation\n\n`npm install is-async-supported`\n\n## Usage\n\n```\nconst isAsyncSupported = require('is-async-supported')\n\nif(!isAsyncSupported()) {\n  // Load runtime transform\n}\n```\n\n## Background\n\nThis package gives you the ability to load for example [async-to-gen](https://github.com/leebyron/async-to-gen) only when your Node.js environment doesn't support async/await.\n\nAt the moment this is not suitable for checking in browsers since it depends on the `VM` module provided by Node.js\n","_attachments":{},"homepage":"https://github.com/timneutkens/is-async-supported#readme","bugs":{"url":"https://github.com/timneutkens/is-async-supported/issues"},"license":"MIT"}