UNPKG

str2bool

Version:

Converts a string or number like boolean to true / false of type boolean.

33 lines (32 loc) 685 B
{ "name": "str2bool", "version": "0.0.4", "description": "Converts a string or number like boolean to true / false of type boolean.", "main": "index.js", "scripts": { "test": "./node_modules/ava/cli.js ./test/*.js" }, "repository": { "type": "git", "url": "git+ssh://git@github.com:kylezhang/str2bool.git" }, "bugs": { "url": "https://github.com/kylezhang/str2bool/issues" }, "homepage": "https://github.com/kylezhang/str2bool", "keywords": [ "string", "number", "true", "false", "1", "0", "boolean" ], "author": "Kyle", "license": "MIT", "devDependencies": { "ava": "^0.24.0", "nyc": "^11.4.1" } }