wishthis/node_modules/url-regex/package.json
2022-02-23 17:41:13 +01:00

73 lines
1.5 KiB
JSON

{
"_args": [
[
"url-regex@3.2.0",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "url-regex@3.2.0",
"_id": "url-regex@3.2.0",
"_inBundle": false,
"_integrity": "sha1-260eDJ4p4QXdCx8J9oYvf9tIJyQ=",
"_location": "/url-regex",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "url-regex@3.2.0",
"name": "url-regex",
"escapedName": "url-regex",
"rawSpec": "3.2.0",
"saveSpec": null,
"fetchSpec": "3.2.0"
},
"_requiredBy": [
"/rework-import"
],
"_resolved": "https://registry.npmjs.org/url-regex/-/url-regex-3.2.0.tgz",
"_spec": "3.2.0",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "https://github.com/kevva"
},
"bugs": {
"url": "https://github.com/kevva/url-regex/issues"
},
"dependencies": {
"ip-regex": "^1.0.1"
},
"description": "Regular expression for matching URLs",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/kevva/url-regex#readme",
"keywords": [
"regex",
"string",
"url"
],
"license": "MIT",
"name": "url-regex",
"repository": {
"type": "git",
"url": "git+https://github.com/kevva/url-regex.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "3.2.0",
"xo": {
"ignores": [
"test.js"
]
}
}