robb
Version:
Simple type checker in JavaScript.
84 lines (74 loc) • 1.37 kB
JSON
{
"name": "robb",
"description": "Simple type checker in JavaScript.",
"version": "0.2.1",
"author": "František Hába <hello@frantisekhaba.com>",
"devDependencies": {
"nodeunit": "0.6.4"
},
"keywords": [
"utils",
"util",
"type checking",
"type checker",
"type",
"checker",
"isAlpha",
"isAlphanumeric",
"isArguments",
"isArray",
"isBoolean",
"isDate",
"isDecimal",
"isDefined",
"isElement",
"isEmail",
"isEmpty",
"isEven",
"isFinite",
"isFunction",
"isInt",
"isIp",
"isIpv4",
"isIpv6",
"isLowercase",
"isNaN",
"isNegative",
"isNull",
"isNumber",
"isObject",
"isOdd",
"isPercentage",
"isPort",
"isPositive",
"isPrime",
"isRegExp",
"isString",
"isUndefined",
"isUnsignedInt",
"isUppercase",
"isUrl",
"isWindow"
],
"repository": {
"type": "git",
"url": "git://github.com/Baggz/Robb.git"
},
"homepage": "https://github.com/Baggz/Robb",
"engines": {
"node": ">= 0.3.0"
},
"bugs": {
"url": "https://github.com/Baggz/Robb/issues",
"email": "hello@frantisekhaba.com"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Baggz/Robb/blob/master/README.md"
}
],
"scripts": {
"test" : "nodeunit tests/"
}
}