{"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"keywords":["semver","version","versions","regex","regexp","re","match","matching","semantic","find","extract","get"],"dist-tags":{"latest":"2.0.0"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"description":"Find semver versions in a string: `unicorn 1.0.0` → `1.0.0`","readme":"# find-versions [![Build Status](https://travis-ci.org/sindresorhus/find-versions.svg?branch=master)](https://travis-ci.org/sindresorhus/find-versions)\n\n> Find semver versions in a string: `unicorn 1.0.0` → `1.0.0`\n\n\n## Install\n\n```\n$ npm install --save find-versions\n```\n\n\n## Usage\n\n```js\nconst findVersions = require('find-versions');\n\nfindVersions('unicorn 1.0.0 rainbow v2.3.4+build.1');\n//=> ['1.0.0', '2.3.4+build.1']\n\nfindVersions('cp (GNU coreutils) 8.22', {loose: true});\n//=> ['8.22.0']\n```\n\n\n## API\n\n### findVersions(input, [options])\n\n#### input\n\nType: `string`\n\n#### options\n\n##### loose\n\nType: `boolean`  \nDefault: `false`\n\nAlso match non-semver versions like `1.88`.  \nThey're coerced into semver compliant versions.\n\n\n## Related\n\n- [find-versions-cli](https://github.com/sindresorhus/find-versions-cli) - CLI for this module\n\n\n## License\n\nMIT © [Sindre Sorhus](http://sindresorhus.com)\n","repository":{"type":"git","url":"https://github.com/sindresorhus/find-versions"},"users":{"itonyyo":true,"joaquin.briceno":true,"akamud":true,"chimurai":true},"bugs":{"url":"https://github.com/sindresorhus/find-versions/issues"},"license":"MIT","versions":{"0.1.0":{"name":"find-versions","version":"0.1.0","description":"Find semver versions in a string: `unicorn 1.0.0` → `1.0.0`","license":"MIT","repository":{"type":"git","url":"git://github.com/sindresorhus/find-versions"},"bin":{"find-versions":"cli.js"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","cli.js"],"keywords":["cli","bin","semver","version","versions","regex","regexp","re","match","matching","semantic","find","extract","get"],"dependencies":{"array-uniq":"^0.1.0","get-stdin":"^0.1.0","minimist":"^0.1.0","semver-regex":"^0.1.0"},"devDependencies":{"mocha":"*"},"bugs":{"url":"https://github.com/sindresorhus/find-versions/issues"},"homepage":"https://github.com/sindresorhus/find-versions","_id":"find-versions@0.1.0","_shasum":"7d84ea9148dde942a89c7e83deed50b97c25e08d","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"7d84ea9148dde942a89c7e83deed50b97c25e08d","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/find-versions/-/find-versions-0.1.0.tgz"},"directories":{}},"0.1.1":{"name":"find-versions","version":"0.1.1","description":"Find semver versions in a string: `unicorn 1.0.0` → `1.0.0`","license":"MIT","repository":{"type":"git","url":"git://github.com/sindresorhus/find-versions"},"bin":{"find-versions":"cli.js"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","cli.js"],"keywords":["cli","bin","semver","version","versions","regex","regexp","re","match","matching","semantic","find","extract","get"],"dependencies":{"array-uniq":"^0.1.0","get-stdin":"^0.1.0","minimist":"^0.1.0","semver-regex":"^0.1.0"},"devDependencies":{"mocha":"*"},"bugs":{"url":"https://github.com/sindresorhus/find-versions/issues"},"homepage":"https://github.com/sindresorhus/find-versions","_id":"find-versions@0.1.1","_shasum":"3a5bc2cf346ab1b6bd57cd60c480d0022df5ec17","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"3a5bc2cf346ab1b6bd57cd60c480d0022df5ec17","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/find-versions/-/find-versions-0.1.1.tgz"},"directories":{}},"1.0.0":{"name":"find-versions","version":"1.0.0","description":"Find semver versions in a string: `unicorn 1.0.0` → `1.0.0`","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/find-versions"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"bin":{"find-versions":"cli.js"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","cli.js"],"keywords":["cli","bin","semver","version","versions","regex","regexp","re","match","matching","semantic","find","extract","get"],"dependencies":{"array-uniq":"^1.0.0","get-stdin":"^1.0.0","minimist":"^1.1.0","semver-regex":"^1.0.0"},"devDependencies":{"mocha":"*"},"gitHead":"3beaabd6efaa927b26f3e90c5b3c8c62b7958eb6","bugs":{"url":"https://github.com/sindresorhus/find-versions/issues"},"homepage":"https://github.com/sindresorhus/find-versions","_id":"find-versions@1.0.0","_shasum":"3b638b7070b04f2e68b4ca887014c7b9b8dc7011","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"3b638b7070b04f2e68b4ca887014c7b9b8dc7011","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/find-versions/-/find-versions-1.0.0.tgz"},"directories":{}},"1.1.0":{"name":"find-versions","version":"1.1.0","description":"Find semver versions in a string: `unicorn 1.0.0` → `1.0.0`","license":"MIT","repository":{"type":"git","url":"git://github.com/sindresorhus/find-versions"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"bin":{"find-versions":"cli.js"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","cli.js"],"keywords":["cli","bin","semver","version","versions","regex","regexp","re","match","matching","semantic","find","extract","get"],"dependencies":{"array-uniq":"^1.0.0","get-stdin":"^3.0.0","minimist":"^1.1.0","semver-regex":"^1.0.0"},"devDependencies":{"mocha":"*"},"bugs":{"url":"https://github.com/sindresorhus/find-versions/issues"},"homepage":"https://github.com/sindresorhus/find-versions","_id":"find-versions@1.1.0","_shasum":"2e8eb0001f8368df54fca7e697c39cb6051d787e","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"2e8eb0001f8368df54fca7e697c39cb6051d787e","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/find-versions/-/find-versions-1.1.0.tgz"},"directories":{}},"1.1.1":{"name":"find-versions","version":"1.1.1","description":"Find semver versions in a string: `unicorn 1.0.0` → `1.0.0`","license":"MIT","repository":{"type":"git","url":"git://github.com/sindresorhus/find-versions"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"bin":{"find-versions":"cli.js"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","cli.js"],"keywords":["cli","bin","semver","version","versions","regex","regexp","re","match","matching","semantic","find","extract","get"],"dependencies":{"array-uniq":"^1.0.0","get-stdin":"^3.0.0","minimist":"^1.1.0","semver-regex":"^1.0.0"},"devDependencies":{"mocha":"*"},"bugs":{"url":"https://github.com/sindresorhus/find-versions/issues"},"homepage":"https://github.com/sindresorhus/find-versions","_id":"find-versions@1.1.1","_shasum":"072070309217b63c881c74ccfaa75cb947461d3c","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"072070309217b63c881c74ccfaa75cb947461d3c","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/find-versions/-/find-versions-1.1.1.tgz"},"directories":{}},"1.1.2":{"name":"find-versions","version":"1.1.2","description":"Find semver versions in a string: `unicorn 1.0.0` → `1.0.0`","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/find-versions"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"bin":{"find-versions":"cli.js"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","cli.js"],"keywords":["cli","bin","semver","version","versions","regex","regexp","re","match","matching","semantic","find","extract","get"],"dependencies":{"array-uniq":"^1.0.0","get-stdin":"^4.0.1","minimist":"^1.1.0","semver-regex":"^1.0.0"},"devDependencies":{"mocha":"*"},"gitHead":"33c105fb56f9b49b599be2d5604b3f9c674adc36","bugs":{"url":"https://github.com/sindresorhus/find-versions/issues"},"homepage":"https://github.com/sindresorhus/find-versions","_id":"find-versions@1.1.2","_shasum":"69c5be7cceaab424813ed822868d9cae83102d95","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"69c5be7cceaab424813ed822868d9cae83102d95","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/find-versions/-/find-versions-1.1.2.tgz"},"directories":{}},"1.1.3":{"name":"find-versions","version":"1.1.3","description":"Find semver versions in a string: `unicorn 1.0.0` → `1.0.0`","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/find-versions"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"bin":{"find-versions":"cli.js"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","cli.js"],"keywords":["cli-app","cli","semver","version","versions","regex","regexp","re","match","matching","semantic","find","extract","get"],"dependencies":{"array-uniq":"^1.0.0","get-stdin":"^4.0.1","meow":"^3.1.0","semver-regex":"^1.0.0"},"devDependencies":{"mocha":"*"},"gitHead":"fc15d6de8042e25112e63d9f5250a74f0e439e97","bugs":{"url":"https://github.com/sindresorhus/find-versions/issues"},"homepage":"https://github.com/sindresorhus/find-versions","_id":"find-versions@1.1.3","_shasum":"7bab2c3c04fdb88a44d0e988e8e6f11b49d6ee29","_from":".","_npmVersion":"2.9.1","_nodeVersion":"0.12.3","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"7bab2c3c04fdb88a44d0e988e8e6f11b49d6ee29","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/find-versions/-/find-versions-1.1.3.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"1.2.0":{"name":"find-versions","version":"1.2.0","description":"Find semver versions in a string: `unicorn 1.0.0` → `1.0.0`","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/find-versions"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"bin":{"find-versions":"cli.js"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","cli.js"],"keywords":["cli-app","cli","semver","version","versions","regex","regexp","re","match","matching","semantic","find","extract","get"],"dependencies":{"array-uniq":"^1.0.0","get-stdin":"^5.0.1","meow":"^3.5.0","semver-regex":"^1.0.0"},"devDependencies":{"mocha":"*"},"gitHead":"c6e8c6dddfd9b5590336ca4cc721267103d86175","bugs":{"url":"https://github.com/sindresorhus/find-versions/issues"},"homepage":"https://github.com/sindresorhus/find-versions","_id":"find-versions@1.2.0","_shasum":"93bf76fc9cbbbee12a1a2a5a29805015f875180f","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.1","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"93bf76fc9cbbbee12a1a2a5a29805015f875180f","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/find-versions/-/find-versions-1.2.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"1.2.1":{"name":"find-versions","version":"1.2.1","description":"Find semver versions in a string: `unicorn 1.0.0` → `1.0.0`","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/find-versions"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"bin":{"find-versions":"cli.js"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","cli.js"],"keywords":["cli-app","cli","semver","version","versions","regex","regexp","re","match","matching","semantic","find","extract","get"],"dependencies":{"array-uniq":"^1.0.0","get-stdin":"^4.0.1","meow":"^3.5.0","semver-regex":"^1.0.0"},"devDependencies":{"mocha":"*"},"gitHead":"dbe50cd3588d331e01160b4e43c9a477bdf9a49f","bugs":{"url":"https://github.com/sindresorhus/find-versions/issues"},"homepage":"https://github.com/sindresorhus/find-versions","_id":"find-versions@1.2.1","_shasum":"cbde9f12e38575a0af1be1b9a2c5d5fd8f186b62","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.1","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"cbde9f12e38575a0af1be1b9a2c5d5fd8f186b62","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/find-versions/-/find-versions-1.2.1.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"2.0.0":{"name":"find-versions","version":"2.0.0","description":"Find semver versions in a string: `unicorn 1.0.0` → `1.0.0`","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/find-versions"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"xo && ava"},"files":["index.js"],"keywords":["semver","version","versions","regex","regexp","re","match","matching","semantic","find","extract","get"],"dependencies":{"array-uniq":"^1.0.0","semver-regex":"^1.0.0"},"devDependencies":{"ava":"*","xo":"*"},"gitHead":"b38cc20e795d59ae34183d4343702558d6821622","bugs":{"url":"https://github.com/sindresorhus/find-versions/issues"},"homepage":"https://github.com/sindresorhus/find-versions","_id":"find-versions@2.0.0","_shasum":"2ad90d490f6828c1aa40292cf709ac3318210c3c","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.1","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"2ad90d490f6828c1aa40292cf709ac3318210c3c","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/find-versions/-/find-versions-2.0.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}}},"name":"find-versions","time":{"modified":"2017-04-05T21:52:27.421Z","created":"2014-06-13T23:08:09.807Z","0.1.0":"2014-06-13T23:08:09.807Z","0.1.1":"2014-06-25T13:28:58.984Z","1.0.0":"2014-08-14T14:58:35.825Z","1.1.0":"2014-09-07T17:57:38.235Z","1.1.1":"2014-09-08T17:16:40.748Z","1.1.2":"2015-02-16T17:35:09.712Z","1.1.3":"2015-05-19T19:18:52.215Z","1.2.0":"2015-11-14T11:24:10.730Z","1.2.1":"2015-11-18T21:06:22.334Z","2.0.0":"2015-11-19T09:01:44.194Z"},"readmeFilename":"readme.md","homepage":"https://github.com/sindresorhus/find-versions"}