doormen
Version:
Validate, sanitize and assert: the silver bullet of data!
55 lines (54 loc) • 943 B
JSON
{
"name": "doormen",
"version": "0.15.11",
"description": "Validate, sanitize and assert: the silver bullet of data!",
"main": "lib/doormen.js",
"engines": {
"node": ">=16.13.0"
},
"directories": {
"test": "test"
},
"dependencies": {
"string-kit": "^0.19.2",
"tree-kit": "^0.8.8"
},
"scripts": {
"test": "tea-time -R dot"
},
"repository": {
"type": "git",
"url": "https://github.com/cronvel/doormen.git"
},
"keywords": [
"doormen",
"data",
"validation",
"validator",
"sanitize",
"assert",
"assertion",
"bdd",
"tdd"
],
"author": "Cédric Ronvel",
"license": "MIT",
"bugs": {
"url": "https://github.com/cronvel/doormen/issues"
},
"config": {
"tea-time": {
"coverDir": [
"lib"
]
}
},
"copyright": {
"title": "Doormen",
"years": [
2015,
2021
],
"owner": "Cédric Ronvel"
}
}