wishthis/node_modules/url-regex/package.json
2022-04-08 12:55:35 +02:00

38 lines
632 B
JSON

{
"name": "url-regex",
"version": "3.2.0",
"description": "Regular expression for matching URLs",
"license": "MIT",
"repository": "kevva/url-regex",
"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"
]
}
}