s-valid
Version:
Simple validator for strings
37 lines (36 loc) • 867 B
JSON
{
"name": "s-valid",
"version": "1.4.0",
"description": "Simple validator for strings",
"main": "index.js",
"scripts": {
"build": "tsc --declaration index.ts",
"coverage": "npm run build && nyc --reporter=lcov --reporter=text ava",
"test": "npm run build && ava"
},
"repository": {
"type": "git",
"url": "https://github.com/sebastiansandqvist/s-valid"
},
"keywords": [
"javascript",
"validator",
"validation",
"email validation",
"credit card validation",
"url validation",
"node",
"typescript"
],
"author": "sebastian sandqvist",
"license": "ISC",
"bugs": {
"url": "https://github.com/sebastiansandqvist/s-valid/issues"
},
"homepage": "https://github.com/sebastiansandqvist/s-valid",
"devDependencies": {
"ava": "2.1.0",
"nyc": "14.1.1",
"typescript": "3.5.1"
}
}