{ "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 ", "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" } }