wishthis/node_modules/url-regex/package.json

39 lines
632 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "url-regex",
"version": "3.2.0",
"description": "Regular expression for matching URLs",
"license": "MIT",
"repository": "kevva/url-regex",
2022-01-21 08:28:41 +00:00
"author": {
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "https://github.com/kevva"
},
"engines": {
"node": ">=0.10.0"
},
2022-04-08 10:55:35 +00:00
"scripts": {
"test": "xo && ava"
},
2022-01-21 08:28:41 +00:00
"files": [
"index.js"
],
"keywords": [
"regex",
"string",
"url"
],
2022-04-08 10:55:35 +00:00
"dependencies": {
"ip-regex": "^1.0.1"
2022-01-21 08:28:41 +00:00
},
2022-04-08 10:55:35 +00:00
"devDependencies": {
"ava": "*",
"xo": "*"
2022-01-21 08:28:41 +00:00
},
"xo": {
"ignores": [
"test.js"
]
}
}