valida
Version:
Valida - A lightweight sanitizer and validator library for Node.js
56 lines (55 loc) • 1.15 kB
JSON
{
"name": "valida",
"description": "Valida - A lightweight sanitizer and validator library for Node.js",
"version": "2.4.1",
"author": {
"name": "Eduardo Nunes",
"email": "esnunes@gmail.com"
},
"scripts": {
"test": "NODE_ENV=test mocha --report spec --recursive --watch-extensions .spec.js ./spec"
},
"contributors": [
{
"name": "Eduardo Nunes",
"email": "esnunes@gmail.com"
}
],
"dependencies": {
"async": "^0.9.0",
"rsvp": "^3.0.14",
"titlecase": "^1.1.2",
"upper-case-first": "^1.1.2"
},
"keywords": [
"validation",
"validator",
"validate",
"sanitization",
"sanitisation",
"sanitizer",
"sanitiser",
"lightweight"
],
"repository": {
"type": "git",
"url": "http://github.com/esnunes/valida.git"
},
"main": "lib/index",
"engines": {
"node": ">= 0.10.7"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/esnunes/valida/raw/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/esnunes/valida/issues"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^7.1.1"
}
}