{"_id":"focusin","_rev":"4-dca254b9783e7642baec0a731421ab94","name":"focusin","description":"Focusin/focusout polyfill for Firefox","dist-tags":{"latest":"2.0.0"},"versions":{"1.0.0":{"name":"focusin","description":"Focusin/focusout polyfill for Firefox","version":"1.0.0","author":{"name":"Paul C Pederson","email":"paul.c.pederson@gmail.com"},"bugs":{"url":"https://github.com/paulcpederson/focusin/issues"},"devDependencies":{"browserify":"^10.2.1","standard":"*","uglifyjs":"^2.4.10"},"homepage":"https://github.com/paulcpederson/focusin","keywords":["firefox","focusin","focusout","polyfill"],"license":"ISC","main":"focusin.js","repository":{"type":"git","url":"https://github.com/paulcpederson/focusin.git"},"scripts":{"test":"standard","js":"browserify focusin.js | uglifyjs > focusin.min.js"},"gitHead":"0a15f11e3567c0e0797e2d178018d0b29ffa3c57","_id":"focusin@1.0.0","_shasum":"2c2740787fdc6b69e45431748fe92e892779291a","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.1","_npmUser":{"name":"paulcpederson","email":"paul.c.pederson@gmail.com"},"maintainers":[{"name":"paulcpederson","email":"paul.c.pederson@gmail.com"}],"dist":{"shasum":"2c2740787fdc6b69e45431748fe92e892779291a","tarball":"https://registry.npmjs.org/focusin/-/focusin-1.0.0.tgz","integrity":"sha512-C/rTdNH6CionuQK+b51PU3oI7j70V+kj4FgOhxwA03RS7+0UvZa/ioVy1twnh9esiCVx8Vx6v1NEPGsb6AZTQg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD6AhlVH4nUIHCNUOKHC3BRQacR4pVPbtCE/arn3vSXgwIhAP/a0hRIUTbL0Dxrtc791w33sXZOF+7WnCYEFu/rZzfc"}]}},"2.0.0":{"name":"focusin","description":"Focusin/focusout polyfill for Firefox","version":"2.0.0","author":{"name":"Paul C Pederson","email":"paul.c.pederson@gmail.com"},"bugs":{"url":"https://github.com/paulcpederson/focusin/issues"},"devDependencies":{"browserify":"^10.2.1","standard":"*","uglifyjs":"^2.4.10"},"homepage":"https://github.com/paulcpederson/focusin","keywords":["firefox","focusin","focusout","polyfill"],"license":"ISC","main":"focusin.js","repository":{"type":"git","url":"https://github.com/paulcpederson/focusin.git"},"scripts":{"test":"standard","js":"browserify focusin-polyfill.js | uglifyjs > focusin.min.js"},"gitHead":"99e9a642aabc9b70c261cc7d5f08201ef02253ea","_id":"focusin@2.0.0","_shasum":"58c01180dfb1949f03e3ddeee063739fc33b6ffc","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.1","_npmUser":{"name":"paulcpederson","email":"paul.c.pederson@gmail.com"},"maintainers":[{"name":"paulcpederson","email":"paul.c.pederson@gmail.com"}],"dist":{"shasum":"58c01180dfb1949f03e3ddeee063739fc33b6ffc","tarball":"https://registry.npmjs.org/focusin/-/focusin-2.0.0.tgz","integrity":"sha512-yChGflLcqxiImpR1ibm59DjM7YCsyKIFszlmftLy+RNzYrXqiiPCMNtnEaj4DbD0oFj4fp8Jj7GLHYf1JWDvOg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC+DHQsTF0GdBoq9KGbY5cXwKpjyGGMrs4zK0yfqaa6zQIhANQN0DB9vjCPFpsPdn8hoG9n4xd2mjodxJ8tA6/DCA8E"}]}}},"readme":"# focusin\n\n[![npm][npm-image]][npm-url]\n\n> Focusin/focusout polyfill for Firefox based on [this gist](https://gist.github.com/nuxodin/9250e56a3ce6c0446efa) by [@nuxodin](https://github.com/nuxodin). Addresses [this bug](https://bugzilla.mozilla.org/show_bug.cgi?id=687787) in Firefox.\n\n## Install\n\n```\nnpm install focusin\n```\n\nOr, just copy `focusin.min.js` into your project if you don't use browserify. The minified script automatically runs the `polyfill` method, so all you have to do is include it.\n\n## Usage\n\nfocusin is a polyfill, so you don't need to assign it to a variable, just require it and call the `polyfill` method. Obviously meant for browser environments and not Node.js. If you only require the module no code will be attached to the window.\n\n```js\nrequire('focusin').polyfill()\n```\n\n## Contributing\n\nContributions welcome! Please read the [contributing guidelines](CONTRIBUTING.md) first.\n\n## License\n\n[ISC](LICENSE.md)\n\nProject template generated with [module-init](https://www.npmjs.com/package/module-init).\n\n[npm-image]: https://img.shields.io/npm/v/focusin.svg?style=flat-square\n[npm-url]: https://www.npmjs.com/package/focusin\n","maintainers":[{"name":"paulcpederson","email":"paul.c.pederson@gmail.com"}],"time":{"modified":"2022-06-18T02:43:24.330Z","created":"2015-05-29T01:00:58.801Z","1.0.0":"2015-05-29T01:00:58.801Z","2.0.0":"2015-11-09T20:12:44.820Z"},"homepage":"https://github.com/paulcpederson/focusin","keywords":["firefox","focusin","focusout","polyfill"],"repository":{"type":"git","url":"https://github.com/paulcpederson/focusin.git"},"author":{"name":"Paul C Pederson","email":"paul.c.pederson@gmail.com"},"bugs":{"url":"https://github.com/paulcpederson/focusin/issues"},"license":"ISC","readmeFilename":"README.md"}