joi-nochange
Version:
Adds noChange() to Joi
42 lines (41 loc) • 721 B
JSON
{
"name": "joi-nochange",
"version": "3.0.0",
"description": "Adds noChange() to Joi",
"main": "index.js",
"scripts": {
"test": "eslint index.js && mocha tests/"
},
"repository": {
"type": "git",
"url": "https://github.com/MarkHerhold/joi-nochange"
},
"engines": {
"node": ">=6.0.0"
},
"keywords": [
"validation",
"change",
"json",
"PATCH",
"Joi"
],
"files": [
"LICENSE",
"index.js"
],
"author": "Mark Herhold",
"license": "MIT",
"dependencies": {
"hoek": "^5.0.3"
},
"peerDependencies": {
"joi": ">=11.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^5.0.1",
"joi": "12.0.0",
"mocha": "^5.2.0"
}
}