UNPKG

hazmat

Version:

Validation and sanitization of input parameters

45 lines (44 loc) 819 B
{ "name": "hazmat", "preferGlobal": false, "version": "0.1.4", "author": "Ooyala <x-device-team@ooyala.com>", "description": "Validation and sanitization of input parameters", "contributors": [ { "name": "Gregory Mostizky", "email": "gregory.mostizky@gmail.com" } ], "scripts": { "test": "make test" }, "main": "./lib/hazmat", "repository": { "type": "git", "url": "https://github.com/ooyala/hazmat.git" }, "keywords": [ "validate", "validator", "validation", "defensive", "contract", "assert", "sanitize" ], "dependencies": { "underscore": "*" }, "noAnalyze": true, "devDependencies": { "mocha": "*", "expect.js": "*" }, "bundleDependencies": [ ], "license": "MIT", "engine": { "node": "*" } }