strict-url-sanitise
Version:
Strict URL sanitization with security-focused validation
40 lines (39 loc) • 859 B
JSON
{
"name": "strict-url-sanitise",
"version": "0.0.1",
"description": "Strict URL sanitization with security-focused validation",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"build:watch": "tsup --watch",
"test": "vitest run",
"test:watch": "vitest",
"check": "tsc --noEmit"
},
"keywords": [
"url",
"sanitize",
"security",
"validation"
],
"author": "Glen Maddern <glen@glenmaddern.com>",
"repository": "https://github.com/geelen/strict-url-sanitise",
"license": "MIT",
"devDependencies": {
"tsup": "^8.0.0",
"typescript": "^5.0.0",
"vitest": "^2.0.0"
}
}