{ "name": "@validatem/ignore-result", "description": "Validatem combinator for throwing away the transformed value that comes out of a validator", "keywords": [ "validatem", "validator", "combinator" ], "version": "0.1.1", "main": "index.js", "repository": "http://git.cryto.net/validatem/ignore-result.git", "author": "Sven Slootweg ", "license": "WTFPL OR CC0-1.0", "devDependencies": { "@validatem/core": "^0.3.3", "@validatem/error": "^1.0.0" }, "dependencies": { "@validatem/combinator": "^0.1.2", "@validatem/validation-result": "^0.1.2", "@validatem/with-context": "^0.1.2" } }