UNPKG

robb-clone

Version:

Simple type checker in JavaScript.

88 lines (76 loc) 1.47 kB
{ "name": "robb-clone", "description": "Simple type checker in JavaScript.", "version": "0.2.2", "author": "František Hába <hello@frantisekhaba.com>", "contributors" : [ "Pawel Veselov <pawel.veselov@gmail.com>"], "devDependencies": { "nodeunit": "0.6.4" }, "main": "dist/robb.min.js", "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:veselov/Robb.git" }, "homepage": "https://github.com/veselov/Robb", "engines": { "node": ">= 0.3.0" }, "bugs": { "url": "https://github.com/veselov/Robb/issues", "email": "hello@frantisekhaba.com" }, "licenses": [ { "type": "MIT", "url": "https://github.com/Baggz/Robb/blob/master/README.md" } ], "scripts": { "test" : "nodeunit tests/" } }