UNPKG

@mdaemon/validate

Version:

A validation library used by MDaemon Remote Administration

65 lines (64 loc) 1.57 kB
{ "name": "@mdaemon/validate", "version": "3.0.0", "type": "module", "description": "A validation library used by MDaemon Remote Administration", "main": "dist/validate.umd.js", "module": "dist/validate.mjs", "browser": "dist/validate.umd.js", "common": "dist/validate.cjs", "typings": "dist/index.d.ts", "typescript": { "definition": "dist/index.d.ts" }, "publishConfig": { "access": "public" }, "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "test": "jest", "watch": "jest --watchAll" }, "repository": { "type": "git", "url": "git+https://github.com/mdaemon-technologies/validate.git" }, "author": { "name": "MDaemon Technologies, Ltd.", "email": "jonathan.ehman@mdaemon.com", "url": "https://www.mdaemon.com" }, "license": "LGPL-2.1", "bugs": { "url": "https://github.com/mdaemon-technologies/validate/issues" }, "homepage": "https://github.com/mdaemon-technologies/validate#readme", "devDependencies": { "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.2", "@types/jest": "^29.5.14", "jest": "^29.7.0", "rollup": "^4.40.0", "ts-jest": "^29.3.2", "ts-node": "^10.9.2", "tslib": "^2.8.1", "typescript": "^5.8.3" }, "files": [ "dist" ], "keywords": [ "validation", "schema", "domains", "passwords", "ldap", "headers", "email", "ipv4", "ipv6", "windows files", "windows paths" ] }