You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
466 B
JSON

4 years ago
{
"name": "@validatem/with-context",
"description": "Validatem combinator for applying context (custom configuration) to a validator",
"keywords": [
"validatem",
"validator",
"combinator"
],
4 years ago
"version": "0.1.2",
4 years ago
"main": "index.js",
"repository": "http://git.cryto.net/validatem/with-context.git",
"author": "Sven Slootweg <admin@cryto.net>",
"license": "WTFPL OR CC0-1.0",
"dependencies": {
"@validatem/combinator": "^0.1.1"
}
}