{"_id":"unflowify","_rev":"402695","name":"unflowify","description":"Browserify transform for removing Flow type annotations.","dist-tags":{"latest":"1.0.1"},"maintainers":[{"name":"leebyron","email":"lee@leebyron.com"}],"time":{"modified":"2021-08-04T04:36:54.000Z","created":"2016-07-24T22:02:36.724Z","1.0.1":"2016-12-09T22:48:32.188Z","1.0.0":"2016-07-24T22:02:36.724Z"},"users":{},"author":{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},"repository":{"type":"git","url":"git+ssh://git@github.com/leebyron/unflowify.git"},"versions":{"1.0.1":{"name":"unflowify","version":"1.0.1","description":"Browserify transform for removing Flow type annotations.","author":{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},"license":"BSD-3-Clause","main":"index.js","homepage":"https://github.com/leebyron/unflowify","bugs":{"url":"https://github.com/leebyron/unflowify/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/leebyron/unflowify.git"},"scripts":{"test":"DIFF=$(browserify -t . test/source.js | diff test/expected.js -); if [ -n \"$DIFF\" ]; then echo \"$DIFF\"; exit 1; fi;","test-update":"browserify -t . test/source.js > test/expected.js"},"keywords":["browserify","browserify-transform","flow","flowtype"],"dependencies":{"flow-remove-types":"^1.1.2","through":"^2.3.8"},"devDependencies":{"browserify":"^13.0.1"},"gitHead":"6860ea26a1d4e89723d8c44bf22799d23641a5e6","_id":"unflowify@1.0.1","_shasum":"a2ea0d25c0affcc46955e6473575f7c5a1f4a696","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.0","_npmUser":{"name":"leebyron","email":"lee@leebyron.com"},"dist":{"shasum":"a2ea0d25c0affcc46955e6473575f7c5a1f4a696","size":2490,"noattachment":false,"key":"/unflowify/-/unflowify-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/unflowify/download/unflowify-1.0.1.tgz"},"maintainers":[{"name":"leebyron","email":"lee@leebyron.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/unflowify-1.0.1.tgz_1481323710083_0.35406600614078343"},"directories":{},"publish_time":1481323712188,"_cnpm_publish_time":1481323712188,"_hasShrinkwrap":false},"1.0.0":{"name":"unflowify","version":"1.0.0","description":"Browserify transform for removing Flow type annotations.","author":{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},"license":"BSD-3-Clause","main":"index.js","homepage":"https://github.com/leebyron/unflowify","bugs":{"url":"https://github.com/leebyron/unflowify/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/leebyron/unflowify.git"},"scripts":{"test":"DIFF=$(browserify -t . test/source.js | diff test/expected.js -); if [ -n \"$DIFF\" ]; then echo \"$DIFF\"; exit 1; fi;","test-update":"browserify -t . test/source.js > test/expected.js"},"keywords":["browserify","browserify-transform","flow","flowtype"],"dependencies":{"flow-remove-types":"^1.0.0","through":"^2.3.8"},"devDependencies":{"browserify":"^13.0.1"},"gitHead":"e684276059f9242a9637ab31cb7088910ebe0e4d","_id":"unflowify@1.0.0","_shasum":"40c7949921c37096dcbf4f7fdc2d2202018c6722","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.1","_npmUser":{"name":"leebyron","email":"lee@leebyron.com"},"dist":{"shasum":"40c7949921c37096dcbf4f7fdc2d2202018c6722","size":2516,"noattachment":false,"key":"/unflowify/-/unflowify-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/unflowify/download/unflowify-1.0.0.tgz"},"maintainers":[{"name":"leebyron","email":"lee@leebyron.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/unflowify-1.0.0.tgz_1469397753695_0.06478148954920471"},"directories":{},"publish_time":1469397756724,"_cnpm_publish_time":1469397756724,"_hasShrinkwrap":false}},"readme":"unflowify\n=========\n\nThis [Browserify](http://browserify.org/) transform will remove\n[Flow](https://flowtype.org) type annotations during using [`flow-remove-types`](https://github.com/leebyron/flow-remove-types).\n\n## Install\n\n```\nnpm install --save unflowify\n```\n\n**Command Line**\n\n```\nbrowserify -t unflowify main.js\n```\n\n**Browserify API**\n\n```js\nvar unflowify = require('unflowify')\n\nvar b = browserify()\nb.add('input.js')\nb.transform(unflowify)\n```\n","_attachments":{},"homepage":"https://github.com/leebyron/unflowify","bugs":{"url":"https://github.com/leebyron/unflowify/issues"},"license":"BSD-3-Clause"}