urlregex
Version:
URL validation for Node and the browser
40 lines (39 loc) • 883 B
JSON
{
"name": "urlregex",
"version": "0.6.8",
"description": "URL validation for Node and the browser",
"main": "server.js",
"browser": "browser.js",
"scripts": {
"test": "tap test/*.js",
"tdd": "tap -w --no-coverage-report test/*.js",
"postversion": "git push && git push --tags && npm publish"
},
"keywords": [
"url",
"regex"
],
"author": "Nicolas Escalante <nlante@gmail.com>",
"license": "MIT",
"devDependencies": {
"tap": "^16.3.4"
},
"engines": {
"node": ">=16.13.2",
"npm": ">=8.1.2"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nescalante/urlregex.git"
},
"bugs": {
"url": "https://github.com/nescalante/urlregex/issues"
},
"homepage": "https://github.com/nescalante/urlregex#readme",
"dependencies": {
"re2": "^1.20.1"
}
}