{"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"keywords":["regex","string","url"],"dist-tags":{"latest":"4.0.0"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"description":"Regular expression for matching URLs","readme":"# url-regex [![Build Status](http://img.shields.io/travis/kevva/url-regex.svg?style=flat)](https://travis-ci.org/kevva/url-regex)\n\n> Regular expression for matching URLs\n\nBased on this [gist](https://gist.github.com/dperini/729294) by Diego Perini.\n\n\n## Install\n\n```\n$ npm install --save url-regex\n```\n\n\n## Usage\n\n```js\nconst urlRegex = require('url-regex');\n\nurlRegex().test('http://github.com foo bar');\n//=> true\n\nurlRegex().test('www.github.com foo bar');\n//=> true\n\nurlRegex({exact: true}).test('http://github.com foo bar');\n//=> false\n\nurlRegex({exact: true}).test('http://github.com');\n//=> true\n\n'foo http://github.com bar //google.com'.match(urlRegex());\n//=> ['http://github.com', '//google.com']\n```\n\n\n## API\n\n### urlRegex(options)\n\nReturns a regex for matching URLs.\n\n#### options\n\n##### exact\n\nType: `boolean`<br>\nDefault: `false`\n\nOnly match an exact string. Useful with `RegExp#test` to check if a string is a URL.\n\n\n## License\n\nMIT © [Kevin Mårtensson](https://github.com/kevva) and [Diego Perini](https://github.com/dperini)\n","repository":{"type":"git","url":"git+https://github.com/kevva/url-regex.git"},"users":{"julien-f":true,"stringparser":true,"zeke":true,"fibo":true,"mojaray2k":true,"huhgawz":true,"arteffeckt":true},"bugs":{"url":"https://github.com/kevva/url-regex/issues"},"license":"MIT","versions":{"1.0.1":{"name":"url-regex","version":"1.0.1","description":"Regular expression for matching URLs","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/url-regex"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js"],"keywords":["regex","string","url"],"devDependencies":{"ava":"0.0.4"},"gitHead":"d90f28d1fab00207219e2b2f36398497e6fc2b4e","bugs":{"url":"https://github.com/kevva/url-regex/issues"},"homepage":"https://github.com/kevva/url-regex","_id":"url-regex@1.0.1","_shasum":"0b1ec0339f43cfff36ce52cc7db4ce0b57c29b39","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"dist":{"shasum":"0b1ec0339f43cfff36ce52cc7db4ce0b57c29b39","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/url-regex/-/url-regex-1.0.1.tgz"},"directories":{}},"1.0.2":{"name":"url-regex","version":"1.0.2","description":"Regular expression for matching URLs","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/url-regex"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js"],"keywords":["regex","string","url"],"devDependencies":{"ava":"0.0.4"},"gitHead":"340e45694d776a436a66673f7105301b41c20e42","bugs":{"url":"https://github.com/kevva/url-regex/issues"},"homepage":"https://github.com/kevva/url-regex","_id":"url-regex@1.0.2","_shasum":"bf59c2dbafab2544513add9286c4fd099cd489d8","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"dist":{"shasum":"bf59c2dbafab2544513add9286c4fd099cd489d8","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/url-regex/-/url-regex-1.0.2.tgz"},"directories":{}},"1.0.3":{"name":"url-regex","version":"1.0.3","description":"Regular expression for matching URLs","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/url-regex"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js"],"keywords":["regex","string","url"],"devDependencies":{"ava":"0.0.4"},"gitHead":"65445b1575bedb8700430700e3986d832d009b15","bugs":{"url":"https://github.com/kevva/url-regex/issues"},"homepage":"https://github.com/kevva/url-regex","_id":"url-regex@1.0.3","_shasum":"9eaab707e6a8b413ae04890cb8b6b6adc090d259","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"dist":{"shasum":"9eaab707e6a8b413ae04890cb8b6b6adc090d259","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/url-regex/-/url-regex-1.0.3.tgz"},"directories":{}},"1.0.4":{"name":"url-regex","version":"1.0.4","description":"Regular expression for matching URLs","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/url-regex"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js"],"keywords":["regex","string","url"],"devDependencies":{"ava":"0.0.4"},"gitHead":"72d1931d1d0947efa0734ab886dc0d2f43bc8437","bugs":{"url":"https://github.com/kevva/url-regex/issues"},"homepage":"https://github.com/kevva/url-regex","_id":"url-regex@1.0.4","_shasum":"da5bd330cdbf434a00c4d19d1cfbe9d00a175eae","_from":".","_npmVersion":"2.0.0","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"dist":{"shasum":"da5bd330cdbf434a00c4d19d1cfbe9d00a175eae","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/url-regex/-/url-regex-1.0.4.tgz"},"directories":{}},"2.0.0":{"name":"url-regex","version":"2.0.0","description":"Regular expression for matching URLs","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/url-regex"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"prepublish":"node lib/index.js","pretest":"node lib/index.js","test":"node test.js"},"files":["index.js","tlds.json"],"keywords":["regex","string","url"],"dependencies":{"ip-regex":"^1.0.0"},"devDependencies":{"ava":"^0.0.4","tlds":"^1.14.0"},"gitHead":"5d504e76a32fe5f2e9a6ea456c0718c82549d9fc","bugs":{"url":"https://github.com/kevva/url-regex/issues"},"homepage":"https://github.com/kevva/url-regex","_id":"url-regex@2.0.0","_shasum":"74d7c9cd35bde61d6baa7d7539d9c84ee9cc879c","_from":".","_npmVersion":"2.1.7","_nodeVersion":"0.10.32","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"dist":{"shasum":"74d7c9cd35bde61d6baa7d7539d9c84ee9cc879c","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/url-regex/-/url-regex-2.0.0.tgz"},"directories":{}},"2.0.1":{"name":"url-regex","version":"2.0.1","description":"Regular expression for matching URLs","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/url-regex"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"prepublish":"node lib/index.js","pretest":"node lib/index.js","test":"node test.js"},"files":["index.js","tlds.json"],"keywords":["regex","string","url"],"devDependencies":{"ava":"^0.0.4","tlds":"^1.14.0"},"gitHead":"c54c43a7ed385daa058d3a5131182a4145dc00f2","bugs":{"url":"https://github.com/kevva/url-regex/issues"},"homepage":"https://github.com/kevva/url-regex","_id":"url-regex@2.0.1","_shasum":"95fcd1d32a6f76f05fe486307c1b3cfcbdeb221f","_from":".","_npmVersion":"2.1.7","_nodeVersion":"0.10.32","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"dist":{"shasum":"95fcd1d32a6f76f05fe486307c1b3cfcbdeb221f","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/url-regex/-/url-regex-2.0.1.tgz"},"directories":{}},"2.0.2":{"name":"url-regex","version":"2.0.2","description":"Regular expression for matching URLs","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/url-regex"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"prepublish":"node lib/index.js","pretest":"node lib/index.js","test":"node test.js"},"files":["index.js","tlds.json"],"keywords":["regex","string","url"],"devDependencies":{"ava":"^0.0.4","tlds":"^1.14.0"},"gitHead":"6c8b7fb5f3861e9f503af40a2a44006f64b0f5ed","bugs":{"url":"https://github.com/kevva/url-regex/issues"},"homepage":"https://github.com/kevva/url-regex","_id":"url-regex@2.0.2","_shasum":"13ec1d27809c76f8e3080d1df03bba9c3e5a9124","_from":".","_npmVersion":"2.1.7","_nodeVersion":"0.10.32","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"dist":{"shasum":"13ec1d27809c76f8e3080d1df03bba9c3e5a9124","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/url-regex/-/url-regex-2.0.2.tgz"},"directories":{}},"2.0.3":{"name":"url-regex","version":"2.0.3","description":"Regular expression for matching URLs","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/url-regex"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"prepublish":"node lib/index.js","pretest":"node lib/index.js","test":"node test.js"},"files":["index.js","tlds.json"],"keywords":["regex","string","url"],"devDependencies":{"ava":"^0.0.4","tlds":"^1.14.0"},"gitHead":"ae35fca3355f5e4cea72919f4b9636cb8c62d4e1","bugs":{"url":"https://github.com/kevva/url-regex/issues"},"homepage":"https://github.com/kevva/url-regex","_id":"url-regex@2.0.3","_shasum":"e62443e71b77f36f87f3e85aa4fe1779efba5b8d","_from":".","_npmVersion":"2.1.7","_nodeVersion":"0.10.32","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"dist":{"shasum":"e62443e71b77f36f87f3e85aa4fe1779efba5b8d","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/url-regex/-/url-regex-2.0.3.tgz"},"directories":{}},"2.1.0":{"name":"url-regex","version":"2.1.0","description":"Regular expression for matching URLs","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/url-regex"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"prepublish":"node lib/index.js","pretest":"node lib/index.js","test":"node test.js"},"files":["index.js","tlds.json"],"keywords":["regex","string","url"],"devDependencies":{"ava":"^0.0.4","tlds":"^1.14.0"},"gitHead":"ca075838db59e62d8bf6590ac80b1e765b279545","bugs":{"url":"https://github.com/kevva/url-regex/issues"},"homepage":"https://github.com/kevva/url-regex","_id":"url-regex@2.1.0","_shasum":"d6736db79f7d94df720fd86c1b008af08ce1613d","_from":".","_npmVersion":"2.1.7","_nodeVersion":"0.10.32","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"dist":{"shasum":"d6736db79f7d94df720fd86c1b008af08ce1613d","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/url-regex/-/url-regex-2.1.0.tgz"},"directories":{}},"2.1.1":{"name":"url-regex","version":"2.1.1","description":"Regular expression for matching URLs","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/url-regex"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"prepublish":"node lib/index.js","pretest":"node lib/index.js","test":"node test.js"},"files":["index.js","tlds.json"],"keywords":["regex","string","url"],"devDependencies":{"ava":"^0.0.4","tlds":"^1.14.0"},"gitHead":"4beedc0cdbbfeee69f6dd130c20222d1a6acf465","bugs":{"url":"https://github.com/kevva/url-regex/issues"},"homepage":"https://github.com/kevva/url-regex","_id":"url-regex@2.1.1","_shasum":"25b3c58a1c8ef68a196acd7a7c55e0d07ae7d85f","_from":".","_npmVersion":"2.1.7","_nodeVersion":"0.10.32","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"dist":{"shasum":"25b3c58a1c8ef68a196acd7a7c55e0d07ae7d85f","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/url-regex/-/url-regex-2.1.1.tgz"},"directories":{}},"2.1.2":{"name":"url-regex","version":"2.1.2","description":"Regular expression for matching URLs","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/url-regex"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"prepublish":"node lib/index.js","pretest":"node lib/index.js","test":"node test.js"},"files":["index.js","tlds.json"],"keywords":["regex","string","url"],"devDependencies":{"ava":"^0.0.4","tlds":"^1.14.0"},"dependencies":{"ip-regex":"^1.0.1"},"gitHead":"de17af9f8146cf06bd73e32d8a45b36764014636","bugs":{"url":"https://github.com/kevva/url-regex/issues"},"homepage":"https://github.com/kevva/url-regex","_id":"url-regex@2.1.2","_shasum":"706e4d965c9af84921085486af5c6639fadf6e06","_from":".","_npmVersion":"2.1.7","_nodeVersion":"0.10.32","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"dist":{"shasum":"706e4d965c9af84921085486af5c6639fadf6e06","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/url-regex/-/url-regex-2.1.2.tgz"},"directories":{}},"2.1.3":{"name":"url-regex","version":"2.1.3","description":"Regular expression for matching URLs","license":"MIT","repository":{"type":"git","url":"git+https://github.com/kevva/url-regex.git"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"prepublish":"node lib/index.js","pretest":"node lib/index.js","test":"node test.js"},"files":["index.js","tlds.json"],"keywords":["regex","string","url"],"dependencies":{"ip-regex":"^1.0.1"},"devDependencies":{"ava":"^0.0.4","tlds":"^1.14.0"},"gitHead":"a451e2041256b6737f810803f6864f5ab75919cd","bugs":{"url":"https://github.com/kevva/url-regex/issues"},"homepage":"https://github.com/kevva/url-regex#readme","_id":"url-regex@2.1.3","_shasum":"839d13d602183202ea70fef96fc6c3d29514fb84","_from":".","_npmVersion":"2.11.3","_nodeVersion":"2.3.0","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"dist":{"shasum":"839d13d602183202ea70fef96fc6c3d29514fb84","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/url-regex/-/url-regex-2.1.3.tgz"},"directories":{}},"3.0.0":{"name":"url-regex","version":"3.0.0","description":"Regular expression for matching URLs","license":"MIT","repository":{"type":"git","url":"git+https://github.com/kevva/url-regex.git"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js"],"keywords":["regex","string","url"],"dependencies":{"ip-regex":"^1.0.1"},"devDependencies":{"ava":"^0.0.4"},"gitHead":"3a2c139fa12e7e468614740285f03297f41ac141","bugs":{"url":"https://github.com/kevva/url-regex/issues"},"homepage":"https://github.com/kevva/url-regex#readme","_id":"url-regex@3.0.0","_shasum":"23ba60d6893f8a89fb685be193af9876ddfd95e4","_from":".","_npmVersion":"2.11.3","_nodeVersion":"2.3.0","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"dist":{"shasum":"23ba60d6893f8a89fb685be193af9876ddfd95e4","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/url-regex/-/url-regex-3.0.0.tgz"},"directories":{}},"3.0.1":{"name":"url-regex","version":"3.0.1","description":"Regular expression for matching URLs","license":"MIT","repository":{"type":"git","url":"git+https://github.com/kevva/url-regex.git"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js"],"keywords":["regex","string","url"],"dependencies":{"ip-regex":"^1.0.1"},"devDependencies":{"ava":"^0.0.4"},"gitHead":"b0202a521907b1a6efb65fb63c717a68fe4d6bd7","bugs":{"url":"https://github.com/kevva/url-regex/issues"},"homepage":"https://github.com/kevva/url-regex#readme","_id":"url-regex@3.0.1","_shasum":"bb7c09f7fcf8a10df03d40950b3d3326bdb1a214","_from":".","_npmVersion":"3.5.1","_nodeVersion":"5.1.1","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"dist":{"shasum":"bb7c09f7fcf8a10df03d40950b3d3326bdb1a214","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/url-regex/-/url-regex-3.0.1.tgz"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"directories":{}},"3.1.0":{"name":"url-regex","version":"3.1.0","description":"Regular expression for matching URLs","license":"MIT","repository":{"type":"git","url":"git+https://github.com/kevva/url-regex.git"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js"],"keywords":["regex","string","url"],"dependencies":{"ip-regex":"^1.0.1"},"devDependencies":{"ava":"^0.0.4"},"gitHead":"8518421242d8dd685d5e58ddf60f10b9435bbf99","bugs":{"url":"https://github.com/kevva/url-regex/issues"},"homepage":"https://github.com/kevva/url-regex#readme","_id":"url-regex@3.1.0","_shasum":"4a32a51817031e64af26f9154ebefdd5bc6998c6","_from":".","_npmVersion":"3.5.1","_nodeVersion":"5.1.1","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"dist":{"shasum":"4a32a51817031e64af26f9154ebefdd5bc6998c6","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/url-regex/-/url-regex-3.1.0.tgz"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"3.1.1":{"name":"url-regex","version":"3.1.1","description":"Regular expression for matching URLs","license":"MIT","repository":{"type":"git","url":"git+https://github.com/kevva/url-regex.git"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"xo && ava"},"files":["index.js"],"keywords":["regex","string","url"],"dependencies":{"ip-regex":"^1.0.1"},"devDependencies":{"ava":"*","xo":"*"},"xo":{"ignores":["test.js"]},"gitHead":"17a7de34ba8dc5b9eefa8a56720702f3262f8c33","bugs":{"url":"https://github.com/kevva/url-regex/issues"},"homepage":"https://github.com/kevva/url-regex#readme","_id":"url-regex@3.1.1","_shasum":"8bbfea280d6b608fdd596a05fe102f7c3befa600","_from":".","_npmVersion":"3.7.0","_nodeVersion":"5.10.1","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"dist":{"shasum":"8bbfea280d6b608fdd596a05fe102f7c3befa600","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/url-regex/-/url-regex-3.1.1.tgz"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/url-regex-3.1.1.tgz_1460557818016_0.01159217837266624"},"directories":{}},"3.2.0":{"name":"url-regex","version":"3.2.0","description":"Regular expression for matching URLs","license":"MIT","repository":{"type":"git","url":"git+https://github.com/kevva/url-regex.git"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"xo && ava"},"files":["index.js"],"keywords":["regex","string","url"],"dependencies":{"ip-regex":"^1.0.1"},"devDependencies":{"ava":"*","xo":"*"},"xo":{"ignores":["test.js"]},"gitHead":"2ffbc86f47be1c937e1592fdc6ac5a13fb3449fb","bugs":{"url":"https://github.com/kevva/url-regex/issues"},"homepage":"https://github.com/kevva/url-regex#readme","_id":"url-regex@3.2.0","_shasum":"dbad1e0c9e29e105dd0b1f09f6862f7fdb482724","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.11.1","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"dist":{"shasum":"dbad1e0c9e29e105dd0b1f09f6862f7fdb482724","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/url-regex/-/url-regex-3.2.0.tgz"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/url-regex-3.2.0.tgz_1465388097645_0.674384823301807"},"directories":{}},"4.0.0":{"name":"url-regex","version":"4.0.0","description":"Regular expression for matching URLs","license":"MIT","repository":{"type":"git","url":"git+https://github.com/kevva/url-regex.git"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=4"},"scripts":{"test":"xo && ava"},"files":["index.js"],"keywords":["regex","string","url"],"dependencies":{"ip-regex":"^1.0.1"},"devDependencies":{"ava":"*","xo":"*"},"gitHead":"d283cdf5fdea31ea785a117727322d77ca6d10c8","bugs":{"url":"https://github.com/kevva/url-regex/issues"},"homepage":"https://github.com/kevva/url-regex#readme","_id":"url-regex@4.0.0","_shasum":"eb48fbaf380fbf4c952c76ebd2d2ce00f9b4ca32","_from":".","_npmVersion":"3.10.6","_nodeVersion":"4.5.0","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"dist":{"shasum":"eb48fbaf380fbf4c952c76ebd2d2ce00f9b4ca32","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/url-regex/-/url-regex-4.0.0.tgz"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/url-regex-4.0.0.tgz_1475184636997_0.6231794985942543"},"directories":{}}},"name":"url-regex","time":{"modified":"2017-01-07T23:51:31.439Z","created":"2014-09-05T17:00:11.805Z","1.0.0":"2014-09-05T17:00:11.805Z","1.0.1":"2014-09-05T17:15:01.773Z","1.0.2":"2014-09-05T17:59:03.992Z","1.0.3":"2014-09-05T23:07:41.372Z","1.0.4":"2014-10-27T15:12:15.027Z","2.0.0":"2014-11-19T13:06:37.785Z","2.0.1":"2014-11-19T13:12:21.757Z","2.0.2":"2014-11-19T13:36:19.324Z","2.0.3":"2014-11-21T18:29:40.676Z","2.1.0":"2014-11-26T11:19:45.771Z","2.1.1":"2014-11-26T11:26:27.325Z","2.1.2":"2014-12-01T14:09:43.684Z","2.1.3":"2015-06-16T19:28:38.919Z","3.0.0":"2015-06-22T15:34:39.789Z","3.0.1":"2015-12-05T16:49:13.429Z","3.1.0":"2015-12-05T16:50:18.653Z","3.1.1":"2016-04-13T14:30:20.331Z","3.2.0":"2016-06-08T12:14:59.620Z","4.0.0":"2016-09-29T21:30:39.001Z"},"readmeFilename":"readme.md","homepage":"https://github.com/kevva/url-regex#readme"}