is-url-http
Advanced tools
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://nicedoc.io/Kikobeats/is-url-http", | ||
"version": "2.2.5", | ||
"version": "2.2.6", | ||
"browser": "lightweight.js", | ||
@@ -37,3 +37,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"url-regex-safe": "~2.1.0" | ||
"re2": "~1.17.2", | ||
"url-regex-safe": "~3.0.0" | ||
}, | ||
@@ -48,3 +49,3 @@ "devDependencies": { | ||
"git-authors-cli": "latest", | ||
"lint-staged": "latest", | ||
"nano-staged": "latest", | ||
"npm-check-updates": "latest", | ||
@@ -88,6 +89,3 @@ "nyc": "latest", | ||
}, | ||
"lint-staged": { | ||
"package.json": [ | ||
"finepack" | ||
], | ||
"nano-staged": { | ||
"*.js,!*.min.js,": [ | ||
@@ -98,2 +96,5 @@ "prettier-standard" | ||
"standard-markdown" | ||
], | ||
"package.json": [ | ||
"finepack" | ||
] | ||
@@ -103,3 +104,3 @@ }, | ||
"commit-msg": "npx commitlint --edit", | ||
"pre-commit": "npx lint-staged" | ||
"pre-commit": "npx nano-staged" | ||
}, | ||
@@ -106,0 +107,0 @@ "umd:main": "lightweight.js", |
6227
0.35%2
100%