{"maintainers":[{"name":"cowboy","email":"cowboy@rj3.net"},{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"phated","email":"blaine.bublitz@gmail.com"},{"name":"tkellen","email":"tyler@sleekcode.net"}],"keywords":["file","find","find-up","findup","glob","match","pattern","resolve","search"],"dist-tags":{"latest":"1.0.0"},"author":{"name":"\"Cowboy\" Ben Alman","url":"http://benalman.com"},"description":"Find the first file matching a given pattern in the current directory or the nearest ancestor directory.","readme":"# findup-sync  [![Build Status](https://travis-ci.org/js-cli/node-findup-sync.svg)](https://travis-ci.org/js-cli/node-findup-sync)  [![NPM version](https://badge.fury.io/js/findup-sync.svg)](http://badge.fury.io/js/findup-sync)\n\n> Find the first file matching a given pattern in the current directory or the nearest ancestor directory.\n\nMatching is done with [micromatch][], please report any matching related issues on that repository. \n\n## Install with [npm](npmjs.org)\n\n```bash\nnpm i findup-sync --save\n```\n\n## Usage\n\n```js\nvar findup = require('findup-sync');\nfindup(patternOrPatterns [, micromatchOptions]);\n\n// Start looking in the CWD.\nvar filepath1 = findup('{a,b}*.txt');\n\n// Start looking somewhere else, and ignore case (probably a good idea).\nvar filepath2 = findup('{a,b}*.txt', {cwd: '/some/path', nocase: true});\n```\n\n* `patterns` **{String|Array}**: Glob pattern(s) or file path(s) to match against.    \n* `options` **{Object}**: Options to pass to [micromatch]. Note that if you want to start in a different directory than the current working directory, specify a `cwd` property here.    \n* `returns` **{String}**: Returns the first matching file.\n\n## Running tests\n\nInstall dev dependencies:\n\n```bash\nnpm i -d && npm test\n```\n\n## Contributing\n\nIn lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/)\n\nFor bugs and feature requests, [please create an issue](https://github.com/cowboy/node-findup-sync/issues).\n\n## Release History\n\n2017-04-18 - v1.0.0 - Major bump from stable 0.4.3  \n2015-01-30 - v0.4.0 - Refactored, not also uses [micromatch][] instead of minimatch.  \n2015-09-14 - v0.3.0 - updated glob to ~5.0.  \n2014-12-17 - v0.2.1 - Updated to glob 4.3.  \n2014-12-16 - v0.2.0 - Removed lodash, updated to glob 4.x.  \n2014-03-14 - v0.1.3 - Updated dependencies.  \n2013-03-08 - v0.1.2 - Updated dependencies. Fixed a Node 0.9.x bug. Updated unit tests to work cross-platform.  \n2012-11-15 - v0.1.1 - Now works without an options object.  \n2012-11-01 - v0.1.0 - Initial release.  \n\n## Authors\n\n**\"Cowboy\" Ben Alman**\n \n+ [github/cowboy](https://github.com/cowboy)\n+ [twitter/cowboy](http://twitter.com/cowboy) \n\n## License\n\nCopyright (c) 2012-2016 \"Cowboy\" Ben Alman  \nReleased under the MIT license\n\n[micromatch]: http://github.com/jonschlinkert/micromatch\n","repository":{"type":"git","url":"git+https://github.com/cowboy/node-findup-sync.git"},"users":{"tunnckocore":true,"mauvm":true,"nubuck":true,"itonyyo":true,"tobiasnickel":true,"nickeltobias":true,"kehanshi":true,"ierceg":true},"bugs":{"url":"https://github.com/cowboy/node-findup-sync/issues"},"license":"MIT","versions":{"0.1.0":{"name":"findup-sync","description":"Find the first file matching a given pattern in the current directory or the nearest ancestor directory.","version":"0.1.0","homepage":"https://github.com/cowboy/node-findup-sync","author":{"name":"\"Cowboy\" Ben Alman","url":"http://benalman.com/"},"repository":{"type":"git","url":"git://github.com/cowboy/node-findup-sync.git"},"bugs":{"url":"https://github.com/cowboy/node-findup-sync/issues"},"licenses":[{"type":"MIT","url":"https://github.com/cowboy/node-findup-sync/blob/master/LICENSE-MIT"}],"main":"lib/findup-sync","engines":{"node":">= 0.6.0"},"scripts":{"test":"grunt nodeunit"},"dependencies":{"glob":"~3.1.14","lodash":"~0.9.1"},"devDependencies":{"grunt":"~0.4.0a","grunt-contrib-jshint":"~0.1.0","grunt-contrib-nodeunit":"~0.1.0"},"keywords":[],"_id":"findup-sync@0.1.0","dist":{"shasum":"d1e43452029fb85c729e44108d39f2e8df930191","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/findup-sync/-/findup-sync-0.1.0.tgz"},"_npmVersion":"1.1.62","_npmUser":{"name":"cowboy","email":"cowboy@rj3.net"},"maintainers":[{"name":"cowboy","email":"cowboy@rj3.net"}],"directories":{}},"0.1.1":{"name":"findup-sync","description":"Find the first file matching a given pattern in the current directory or the nearest ancestor directory.","version":"0.1.1","homepage":"https://github.com/cowboy/node-findup-sync","author":{"name":"\"Cowboy\" Ben Alman","url":"http://benalman.com/"},"repository":{"type":"git","url":"git://github.com/cowboy/node-findup-sync.git"},"bugs":{"url":"https://github.com/cowboy/node-findup-sync/issues"},"licenses":[{"type":"MIT","url":"https://github.com/cowboy/node-findup-sync/blob/master/LICENSE-MIT"}],"main":"lib/findup-sync","engines":{"node":">= 0.6.0"},"scripts":{"test":"grunt nodeunit"},"dependencies":{"glob":"~3.1.14","lodash":"~0.9.1"},"devDependencies":{"grunt":"~0.4.0a","grunt-contrib-jshint":"~0.1.0","grunt-contrib-nodeunit":"~0.1.0"},"keywords":[],"_id":"findup-sync@0.1.1","dist":{"shasum":"eea3f9d3954738c92cf56efe23ece4f63d0419a8","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/findup-sync/-/findup-sync-0.1.1.tgz"},"_npmVersion":"1.1.62","_npmUser":{"name":"cowboy","email":"cowboy@rj3.net"},"maintainers":[{"name":"cowboy","email":"cowboy@rj3.net"}],"directories":{}},"0.1.2":{"name":"findup-sync","description":"Find the first file matching a given pattern in the current directory or the nearest ancestor directory.","version":"0.1.2","homepage":"https://github.com/cowboy/node-findup-sync","author":{"name":"\"Cowboy\" Ben Alman","url":"http://benalman.com/"},"repository":{"type":"git","url":"git://github.com/cowboy/node-findup-sync.git"},"bugs":{"url":"https://github.com/cowboy/node-findup-sync/issues"},"licenses":[{"type":"MIT","url":"https://github.com/cowboy/node-findup-sync/blob/master/LICENSE-MIT"}],"main":"lib/findup-sync","engines":{"node":">= 0.6.0"},"scripts":{"test":"grunt nodeunit"},"dependencies":{"glob":"~3.1.21","lodash":"~1.0.1"},"devDependencies":{"grunt":"~0.4.0","grunt-contrib-jshint":"~0.2.0","grunt-contrib-nodeunit":"~0.1.2"},"keywords":["find","glob","file"],"_id":"findup-sync@0.1.2","dist":{"shasum":"da2b96ca9f800e5a13d0a11110f490b65f62e96d","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/findup-sync/-/findup-sync-0.1.2.tgz"},"_npmVersion":"1.1.70","_npmUser":{"name":"cowboy","email":"cowboy@rj3.net"},"maintainers":[{"name":"cowboy","email":"cowboy@rj3.net"}],"directories":{}},"0.1.3":{"name":"findup-sync","description":"Find the first file matching a given pattern in the current directory or the nearest ancestor directory.","version":"0.1.3","homepage":"https://github.com/cowboy/node-findup-sync","author":{"name":"\"Cowboy\" Ben Alman","url":"http://benalman.com/"},"repository":{"type":"git","url":"git://github.com/cowboy/node-findup-sync.git"},"bugs":{"url":"https://github.com/cowboy/node-findup-sync/issues"},"licenses":[{"type":"MIT","url":"https://github.com/cowboy/node-findup-sync/blob/master/LICENSE-MIT"}],"main":"lib/findup-sync","engines":{"node":">= 0.6.0"},"scripts":{"test":"grunt nodeunit"},"dependencies":{"glob":"~3.2.9","lodash":"~2.4.1"},"devDependencies":{"grunt":"~0.4.4","grunt-contrib-jshint":"~0.9.2","grunt-contrib-nodeunit":"~0.3.3"},"keywords":["find","glob","file"],"_id":"findup-sync@0.1.3","dist":{"shasum":"7f3e7a97b82392c653bf06589bd85190e93c3683","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/findup-sync/-/findup-sync-0.1.3.tgz"},"_from":".","_npmVersion":"1.4.4","_npmUser":{"name":"cowboy","email":"cowboy@rj3.net"},"maintainers":[{"name":"cowboy","email":"cowboy@rj3.net"}],"directories":{}},"0.2.0":{"name":"findup-sync","description":"Find the first file matching a given pattern in the current directory or the nearest ancestor directory.","version":"0.2.0","homepage":"https://github.com/cowboy/node-findup-sync","author":{"name":"\"Cowboy\" Ben Alman","url":"http://benalman.com/"},"repository":{"type":"git","url":"git://github.com/cowboy/node-findup-sync.git"},"bugs":{"url":"https://github.com/cowboy/node-findup-sync/issues"},"licenses":[{"type":"MIT","url":"https://github.com/cowboy/node-findup-sync/blob/master/LICENSE-MIT"}],"main":"lib/findup-sync","engines":{"node":">= 0.6.0"},"scripts":{"test":"grunt nodeunit"},"dependencies":{"glob":"~4.0.0"},"devDependencies":{"grunt":"~0.4.4","grunt-contrib-jshint":"~0.9.2","grunt-contrib-nodeunit":"~0.3.3"},"keywords":["find","glob","file"],"gitHead":"6653b9030dbea03086b64bd4697b682d185256a7","_id":"findup-sync@0.2.0","_shasum":"9034f525333d198b743292411470420c7a37d6ca","_from":".","_npmVersion":"2.0.0","_npmUser":{"name":"tkellen","email":"tyler@sleekcode.net"},"maintainers":[{"name":"cowboy","email":"cowboy@rj3.net"},{"name":"tkellen","email":"tyler@sleekcode.net"}],"dist":{"shasum":"9034f525333d198b743292411470420c7a37d6ca","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/findup-sync/-/findup-sync-0.2.0.tgz"},"directories":{}},"0.2.1":{"name":"findup-sync","description":"Find the first file matching a given pattern in the current directory or the nearest ancestor directory.","version":"0.2.1","homepage":"https://github.com/cowboy/node-findup-sync","author":{"name":"\"Cowboy\" Ben Alman","url":"http://benalman.com/"},"repository":{"type":"git","url":"git://github.com/cowboy/node-findup-sync.git"},"bugs":{"url":"https://github.com/cowboy/node-findup-sync/issues"},"licenses":[{"type":"MIT","url":"https://github.com/cowboy/node-findup-sync/blob/master/LICENSE-MIT"}],"main":"lib/findup-sync","engines":{"node":">= 0.6.0"},"scripts":{"test":"grunt nodeunit"},"dependencies":{"glob":"~4.3.0"},"devDependencies":{"grunt":"~0.4.4","grunt-contrib-jshint":"~0.9.2","grunt-contrib-nodeunit":"~0.3.3"},"keywords":["find","glob","file"],"gitHead":"c392a8a921d4d2655b4fe17e3d1a2f4ced14f858","_id":"findup-sync@0.2.1","_shasum":"e0a90a450075c49466ee513732057514b81e878c","_from":".","_npmVersion":"2.0.0","_npmUser":{"name":"tkellen","email":"tyler@sleekcode.net"},"maintainers":[{"name":"cowboy","email":"cowboy@rj3.net"},{"name":"tkellen","email":"tyler@sleekcode.net"}],"dist":{"shasum":"e0a90a450075c49466ee513732057514b81e878c","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/findup-sync/-/findup-sync-0.2.1.tgz"},"directories":{}},"0.3.0":{"name":"findup-sync","description":"Find the first file matching a given pattern in the current directory or the nearest ancestor directory.","version":"0.3.0","homepage":"https://github.com/cowboy/node-findup-sync","author":{"name":"\"Cowboy\" Ben Alman","url":"http://benalman.com/"},"repository":{"type":"git","url":"git://github.com/cowboy/node-findup-sync.git"},"bugs":{"url":"https://github.com/cowboy/node-findup-sync/issues"},"licenses":[{"type":"MIT","url":"https://github.com/cowboy/node-findup-sync/blob/master/LICENSE-MIT"}],"main":"lib/findup-sync","engines":{"node":">= 0.6.0"},"scripts":{"test":"grunt nodeunit"},"dependencies":{"glob":"~5.0.0"},"devDependencies":{"grunt":"~0.4.4","grunt-contrib-jshint":"~0.9.2","grunt-contrib-nodeunit":"~0.3.3"},"keywords":["find","glob","file"],"gitHead":"24356dc9bc74bf2389080a29c80845a510eaf3ef","_id":"findup-sync@0.3.0","_shasum":"37930aa5d816b777c03445e1966cc6790a4c0b16","_from":".","_npmVersion":"2.14.2","_nodeVersion":"4.0.0","_npmUser":{"name":"tkellen","email":"tyler@sleekcode.net"},"maintainers":[{"name":"cowboy","email":"cowboy@rj3.net"},{"name":"tkellen","email":"tyler@sleekcode.net"}],"dist":{"shasum":"37930aa5d816b777c03445e1966cc6790a4c0b16","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/findup-sync/-/findup-sync-0.3.0.tgz"},"directories":{}},"0.4.0":{"name":"findup-sync","description":"Find the first file matching a given pattern in the current directory or the nearest ancestor directory.","version":"0.4.0","homepage":"https://github.com/cowboy/node-findup-sync","author":{"name":"\"Cowboy\" Ben Alman","url":"http://benalman.com"},"repository":{"type":"git","url":"git+https://github.com/cowboy/node-findup-sync.git"},"bugs":{"url":"https://github.com/cowboy/node-findup-sync/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">= 0.8.0"},"scripts":{"test":"grunt && mocha"},"dependencies":{"is-glob":"^2.0.1","micromatch":"^2.3.7","resolve-dir":"^0.1.0"},"devDependencies":{"grunt":"^0.4.5","grunt-contrib-jshint":"^0.12.0","is-absolute":"^0.2.3","minimist":"^1.2.0","mocha":"^2.4.5","normalize-path":"^2.0.1","resolve":"^1.1.7","user-home":"^2.0.0"},"keywords":["file","find","find-up","findup","glob","match","pattern","resolve","search"],"gitHead":"6b27292f5747ab50c6a172fe1c8fe1681bcacba4","_id":"findup-sync@0.4.0","_shasum":"116661b63ba31b65a1988df378fc518325af5e9a","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"tkellen","email":"tyler@sleekcode.net"},"maintainers":[{"name":"cowboy","email":"cowboy@rj3.net"},{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"tkellen","email":"tyler@sleekcode.net"}],"dist":{"shasum":"116661b63ba31b65a1988df378fc518325af5e9a","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/findup-sync/-/findup-sync-0.4.0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/findup-sync-0.4.0.tgz_1459637571797_0.7209769659675658"},"directories":{}},"0.4.1":{"name":"findup-sync","description":"Find the first file matching a given pattern in the current directory or the nearest ancestor directory.","version":"0.4.1","homepage":"https://github.com/cowboy/node-findup-sync","author":{"name":"\"Cowboy\" Ben Alman","url":"http://benalman.com"},"repository":{"type":"git","url":"git+https://github.com/cowboy/node-findup-sync.git"},"bugs":{"url":"https://github.com/cowboy/node-findup-sync/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">= 0.8.0"},"scripts":{"test":"grunt && mocha"},"dependencies":{"fs-exists-sync":"^0.1.0","is-glob":"^2.0.1","micromatch":"^2.3.7","resolve-dir":"^0.1.0"},"devDependencies":{"grunt":"^1.0.1","grunt-contrib-jshint":"^0.12.0","is-absolute":"^0.2.3","minimist":"^1.2.0","mocha":"^2.4.5","normalize-path":"^2.0.1","os-homedir":"^1.0.1","resolve":"^1.1.7"},"keywords":["file","find","find-up","findup","glob","match","pattern","resolve","search"],"gitHead":"7595391f0cebcceece68a608bef24009a48306b1","_id":"findup-sync@0.4.1","_shasum":"77073e86c606b303473d502f08d089ea2809a7c9","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.5.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"cowboy","email":"cowboy@rj3.net"},{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"tkellen","email":"tyler@sleekcode.net"}],"dist":{"shasum":"77073e86c606b303473d502f08d089ea2809a7c9","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/findup-sync/-/findup-sync-0.4.1.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/findup-sync-0.4.1.tgz_1463631779649_0.9615085627883673"},"directories":{}},"0.4.2":{"name":"findup-sync","description":"Find the first file matching a given pattern in the current directory or the nearest ancestor directory.","version":"0.4.2","homepage":"https://github.com/cowboy/node-findup-sync","author":{"name":"\"Cowboy\" Ben Alman","url":"http://benalman.com"},"repository":{"type":"git","url":"git+https://github.com/cowboy/node-findup-sync.git"},"bugs":{"url":"https://github.com/cowboy/node-findup-sync/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">= 0.8.0"},"scripts":{"test":"grunt && mocha"},"dependencies":{"detect-file":"^0.1.0","is-glob":"^2.0.1","micromatch":"^2.3.7","resolve-dir":"^0.1.0"},"devDependencies":{"fs-exists-sync":"^0.1.0","grunt":"^1.0.1","grunt-contrib-jshint":"^0.12.0","is-absolute":"^0.2.3","minimist":"^1.2.0","mocha":"^2.4.5","normalize-path":"^2.0.1","os-homedir":"^1.0.1","resolve":"^1.1.7"},"keywords":["file","find","find-up","findup","glob","match","pattern","resolve","search"],"gitHead":"3515969ca312d2b24fc66397dac1a0a4ce9b4aaa","_id":"findup-sync@0.4.2","_shasum":"a8117d0f73124f5a4546839579fe52d7129fb5e5","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.2.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"cowboy","email":"cowboy@rj3.net"},{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"tkellen","email":"tyler@sleekcode.net"}],"dist":{"shasum":"a8117d0f73124f5a4546839579fe52d7129fb5e5","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/findup-sync/-/findup-sync-0.4.2.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/findup-sync-0.4.2.tgz_1468194510974_0.19327558996155858"},"directories":{}},"0.4.3":{"name":"findup-sync","description":"Find the first file matching a given pattern in the current directory or the nearest ancestor directory.","version":"0.4.3","homepage":"https://github.com/cowboy/node-findup-sync","author":{"name":"\"Cowboy\" Ben Alman","url":"http://benalman.com"},"repository":{"type":"git","url":"git+https://github.com/cowboy/node-findup-sync.git"},"bugs":{"url":"https://github.com/cowboy/node-findup-sync/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">= 0.8.0"},"scripts":{"test":"grunt && mocha"},"dependencies":{"detect-file":"^0.1.0","is-glob":"^2.0.1","micromatch":"^2.3.7","resolve-dir":"^0.1.0"},"devDependencies":{"fs-exists-sync":"^0.1.0","grunt":"^1.0.1","grunt-contrib-jshint":"^0.12.0","is-absolute":"^0.2.3","minimist":"^1.2.0","mocha":"^2.4.5","normalize-path":"^2.0.1","os-homedir":"^1.0.1","resolve":"^1.1.7"},"keywords":["file","find","find-up","findup","glob","match","pattern","resolve","search"],"gitHead":"701fd1044e1e26936aa066a35281ffdfb0b37d43","_id":"findup-sync@0.4.3","_shasum":"40043929e7bc60adf0b7f4827c4c6e75a0deca12","_from":".","_npmVersion":"2.15.2","_nodeVersion":"0.10.41","_npmUser":{"name":"phated","email":"blaine.bublitz@gmail.com"},"maintainers":[{"name":"cowboy","email":"cowboy@rj3.net"},{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"phated","email":"blaine.bublitz@gmail.com"},{"name":"tkellen","email":"tyler@sleekcode.net"}],"dist":{"shasum":"40043929e7bc60adf0b7f4827c4c6e75a0deca12","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/findup-sync/-/findup-sync-0.4.3.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/findup-sync-0.4.3.tgz_1476308790543_0.40729925991036"},"directories":{}},"1.0.0":{"name":"findup-sync","description":"Find the first file matching a given pattern in the current directory or the nearest ancestor directory.","version":"1.0.0","homepage":"https://github.com/cowboy/node-findup-sync","author":{"name":"\"Cowboy\" Ben Alman","url":"http://benalman.com"},"repository":{"type":"git","url":"git+https://github.com/cowboy/node-findup-sync.git"},"bugs":{"url":"https://github.com/cowboy/node-findup-sync/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">= 0.8.0"},"scripts":{"test":"grunt && mocha"},"dependencies":{"detect-file":"^0.1.0","is-glob":"^2.0.1","micromatch":"^2.3.7","resolve-dir":"^0.1.0"},"devDependencies":{"fs-exists-sync":"^0.1.0","grunt":"^1.0.1","grunt-contrib-jshint":"^0.12.0","is-absolute":"^0.2.3","minimist":"^1.2.0","mocha":"^2.4.5","normalize-path":"^2.0.1","os-homedir":"^1.0.1","resolve":"^1.1.7"},"keywords":["file","find","find-up","findup","glob","match","pattern","resolve","search"],"gitHead":"c19ee365c78410950e5acff7608bd62290d2fb89","_id":"findup-sync@1.0.0","_shasum":"6f7e4b57b6ee3a4037b4414eaedea3f58f71e0ec","_from":".","_npmVersion":"2.15.2","_nodeVersion":"0.10.41","_npmUser":{"name":"phated","email":"blaine.bublitz@gmail.com"},"maintainers":[{"name":"cowboy","email":"cowboy@rj3.net"},{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"phated","email":"blaine.bublitz@gmail.com"},{"name":"tkellen","email":"tyler@sleekcode.net"}],"dist":{"shasum":"6f7e4b57b6ee3a4037b4414eaedea3f58f71e0ec","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/findup-sync/-/findup-sync-1.0.0.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/findup-sync-1.0.0.tgz_1492547918415_0.03041765373200178"},"directories":{}}},"name":"findup-sync","time":{"modified":"2017-04-18T20:38:40.389Z","created":"2012-11-01T21:53:59.774Z","0.1.0":"2012-11-01T21:54:00.602Z","0.1.1":"2012-11-15T20:16:42.857Z","0.1.2":"2013-03-08T19:25:06.600Z","0.1.3":"2014-03-14T14:30:47.366Z","0.2.0":"2014-12-16T19:46:30.144Z","0.2.1":"2014-12-17T17:05:39.269Z","0.3.0":"2015-09-15T01:55:30.152Z","0.4.0":"2016-04-02T22:52:53.947Z","0.4.1":"2016-05-19T04:23:02.610Z","0.4.2":"2016-07-10T23:48:32.492Z","0.4.3":"2016-10-12T21:46:31.403Z","1.0.0":"2017-04-18T20:38:40.389Z"},"readmeFilename":"README.md","homepage":"https://github.com/cowboy/node-findup-sync"}