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.

27 lines
816 B
JSON

3 years ago
{
"name": "@validatem/nested-structure-of",
"description": "Validatem combinator that validates a nested/recursive structure, and ensures that each non-array/object value matches certain rules",
"keywords": [
"validatem",
"validator",
"combinator"
],
"version": "0.1.0",
"main": "index.js",
"repository": "http://git.cryto.net/validatem/nested-structure-of.git",
"author": "Sven Slootweg <admin@cryto.net>",
"license": "WTFPL OR CC0-1.0",
"devDependencies": {
"@validatem/core": "^0.3.1",
"@validatem/is-number": "^0.1.3",
"@validatem/is-string": "^1.0.0"
},
"dependencies": {
"@validatem/any-property": "^0.1.3",
"@validatem/anything": "^0.1.0",
"@validatem/array-of": "^0.1.2",
"@validatem/dynamic": "^0.1.2",
"@validatem/either": "^0.1.9"
}
}