UNPKG

vdck

Version:

Vdck is a small, fast, and robust class for type-checking your data in JavaScript/TypeScript, with built-in methods to validate IP and email addresses

42 lines (41 loc) 1.15 kB
{ "name": "vdck", "version": "2.0.5", "author": "Frash | Francesco Ascenzi", "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/francesco-ascenzi/vdck.git" }, "type": "module", "typings": "./types/index.d.ts", "description": "Vdck is a small, fast, and robust class for type-checking your data in JavaScript/TypeScript, with built-in methods to validate IP and email addresses", "keywords": [ "type-checking", "type-checks", "javascript", "typescript", "validation", "validate", "validation-package", "email-addresses-validation", "email-validation", "ip-addresses-validation", "ip-validation", "vdck" ], "devDependencies": { "@types/node": "^20.14.2", "node": "^20.14.0", "typescript": "^5.4.5" }, "main": "./index.js", "engines": { "node": ">=14.0.0" }, "bugs": { "url": "https://github.com/francesco-ascenzi/vdck/issues" }, "homepage": "https://github.com/francesco-ascenzi/vdck", "funding": "https://www.paypal.com/donate/?hosted_button_id=QL4PRUX9K9Y6A" }