{"_id":"firefox-location","_rev":"89868","name":"firefox-location","description":"Approximates the current location of Mozilla Firefox on your system.","dist-tags":{"latest":"1.0.2"},"maintainers":[{"name":"hughsk","email":"hughskennedy@gmail.com"}],"time":{"modified":"2021-06-03T10:29:21.000Z","created":"2014-11-15T03:09:13.702Z","1.0.2":"2015-09-30T05:05:19.237Z","1.0.1":"2015-01-02T20:43:07.198Z","1.0.0":"2014-11-15T03:09:13.702Z"},"users":{},"author":{"name":"Hugh Kennedy","email":"hughskennedy@gmail.com","url":"http://hughsk.io/"},"repository":{"type":"git","url":"git://github.com/hughsk/firefox-location.git"},"versions":{"1.0.2":{"name":"firefox-location","version":"1.0.2","description":"Approximates the current location of Mozilla Firefox on your system.","main":"index.js","license":"MIT","scripts":{"test":"test -f $(node -pe 'require(\"./\")') && echo found firefox"},"author":{"name":"Hugh Kennedy","email":"hughskennedy@gmail.com","url":"http://hughsk.io/"},"dependencies":{"userhome":"^1.0.0","which":"^1.0.5"},"repository":{"type":"git","url":"git://github.com/hughsk/firefox-location.git"},"keywords":["firefox","spawn","location","process","guesstimate"],"homepage":"https://github.com/hughsk/firefox-location","bugs":{"url":"https://github.com/hughsk/firefox-location/issues"},"gitHead":"4932a8873bec5ee5818e2c559dc27ee405ddda45","_id":"firefox-location@1.0.2","_shasum":"4bee5af937b047941ff209644caff8efd32b2b47","_from":".","_npmVersion":"2.14.3","_nodeVersion":"4.1.0","_npmUser":{"name":"hughsk","email":"hughskennedy@gmail.com"},"dist":{"shasum":"4bee5af937b047941ff209644caff8efd32b2b47","size":1969,"noattachment":false,"key":"/firefox-location/-/firefox-location-1.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/firefox-location/download/firefox-location-1.0.2.tgz"},"maintainers":[{"name":"hughsk","email":"hughskennedy@gmail.com"}],"directories":{},"publish_time":1443589519237,"_cnpm_publish_time":1443589519237,"_hasShrinkwrap":false},"1.0.1":{"name":"firefox-location","version":"1.0.1","description":"Approximates the current location of Mozilla Firefox on your system.","main":"index.js","license":"MIT","scripts":{"test":"test -f $(node -pe 'require(\"./\")') && echo found firefox"},"author":{"name":"Hugh Kennedy","email":"hughskennedy@gmail.com","url":"http://hughsk.io/"},"dependencies":{"userhome":"^1.0.0","which":"^1.0.5"},"repository":{"type":"git","url":"git://github.com/hughsk/firefox-location.git"},"keywords":["firefox","spawn","location","process","guesstimate"],"homepage":"https://github.com/hughsk/firefox-location","bugs":{"url":"https://github.com/hughsk/firefox-location/issues"},"gitHead":"b1ec4cad7e39d8ceff5891d682877d0d53f36039","_id":"firefox-location@1.0.1","_shasum":"d1b9300fc6b1117dc25fa2d526cf30a8773e14b9","_from":".","_npmVersion":"2.1.16","_nodeVersion":"0.10.28","_npmUser":{"name":"hughsk","email":"hughskennedy@gmail.com"},"maintainers":[{"name":"hughsk","email":"hughskennedy@gmail.com"}],"dist":{"shasum":"d1b9300fc6b1117dc25fa2d526cf30a8773e14b9","size":2007,"noattachment":false,"key":"/firefox-location/-/firefox-location-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/firefox-location/download/firefox-location-1.0.1.tgz"},"directories":{},"publish_time":1420231387198,"_cnpm_publish_time":1420231387198,"_hasShrinkwrap":false},"1.0.0":{"name":"firefox-location","version":"1.0.0","description":"Approximates the current location of Mozilla Firefox on your system.","main":"index.js","license":"MIT","scripts":{"test":"test -f $(node -pe 'require(\"./\")') && echo found firefox"},"author":{"name":"Hugh Kennedy","email":"hughskennedy@gmail.com","url":"http://hughsk.io/"},"dependencies":{"userhome":"^1.0.0","which":"^1.0.5"},"repository":{"type":"git","url":"git://github.com/hughsk/firefox-location.git"},"keywords":["firefox","spawn","location","process","guesstimate"],"homepage":"https://github.com/hughsk/firefox-location","bugs":{"url":"https://github.com/hughsk/firefox-location/issues"},"gitHead":"211e040d04250b27411f5c3a9166876603f7e83f","_id":"firefox-location@1.0.0","_shasum":"7f1bf32a024c45a1a52619f2856b108bd27d4126","_from":".","_npmVersion":"2.1.7","_nodeVersion":"0.10.28","_npmUser":{"name":"hughsk","email":"hughskennedy@gmail.com"},"maintainers":[{"name":"hughsk","email":"hughskennedy@gmail.com"}],"dist":{"shasum":"7f1bf32a024c45a1a52619f2856b108bd27d4126","size":1973,"noattachment":false,"key":"/firefox-location/-/firefox-location-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/firefox-location/download/firefox-location-1.0.0.tgz"},"directories":{},"publish_time":1416020953702,"_cnpm_publish_time":1416020953702,"_hasShrinkwrap":false}},"readme":"# firefox-location\n![](http://img.shields.io/badge/stability-experimental-orange.svg?style=flat)\n![](http://img.shields.io/npm/v/firefox-location.svg?style=flat)\n![](http://img.shields.io/npm/dm/firefox-location.svg?style=flat)\n![](http://img.shields.io/npm/l/firefox-location.svg?style=flat)\n\nApproximates the current location of Mozilla Firefox on your system.\n\nBased off [chrome-location](http://github.com/hughsk/chrome-location), which\nin turn was extracted out of\n[karma-chrome-launcher](https://github.com/karma-runner/karma-chrome-launcher/blob/27462e86efd9c2fba47cd25a9ec303606c3d245e/index.js).\n\n## Usage\n\n[![NPM](https://nodei.co/npm/firefox-location.png)](https://nodei.co/npm/firefox-location/)\n\n### `location = require('firefox-location')`\n\nReturns the path to Mozilla Firefox as a string.\n\n## License\n\nMIT. See [LICENSE.md](http://github.com/hughsk/firefox-location/blob/master/LICENSE.md) for details.\n","_attachments":{},"homepage":"https://github.com/hughsk/firefox-location","bugs":{"url":"https://github.com/hughsk/firefox-location/issues"},"license":"MIT"}