UNPKG

stdopt

Version:

Wrap and validate optional values

50 lines (49 loc) 970 B
{ "name": "stdopt", "version": "13.0.0", "description": "Wrap and validate optional values", "main": "index.js", "scripts": { "test": "tape test/*.js && standard" }, "dependencies": { "inherits": "^2.0.4", "is-arrayish": "^0.3.2", "stdprop": "^1.0.1", "verror": "^1.10.0" }, "devDependencies": { "standard": "^14.3.1", "tape": "^4.11.0" }, "repository": { "type": "git", "url": "git+https://github.com/brechtcs/stdopt.git" }, "keywords": [ "options", "optional", "option", "wrap", "unwrap", "value", "or", "default", "fallback", "some", "array", "boolean", "hash", "list", "number", "object", "string", "monad" ], "author": "Brecht Savelkoul <brecht.savelkoul@gmail.com>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/brechtcs/stdopt/issues" }, "homepage": "https://github.com/brechtcs/stdopt#readme" }