UNPKG

falsey

Version:

Returns true if the given is falsey (according to JavaScript) or matches a 'falsey' keyword.

62 lines (61 loc) 1.14 kB
{ "name": "falsey", "description": "Returns true if the given is falsey (according to JavaScript) or matches a 'falsey' keyword.", "version": "1.0.0", "homepage": "https://github.com/jonschlinkert/falsey", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "jonschlinkert/falsey", "bugs": { "url": "https://github.com/jonschlinkert/falsey/issues" }, "license": "MIT", "files": [ "index.js" ], "main": "index.js", "engines": { "node": ">=4" }, "scripts": { "test": "mocha" }, "devDependencies": { "gulp-format-md": "^1.0.0", "mocha": "^3.5.3" }, "keywords": [ "args", "arguments", "array", "boolean", "check", "false", "falsey", "null", "object", "type", "undefined", "value" ], "verb": { "toc": false, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "related": { "list": [ "is-number", "is-primitive", "isobject", "kind-of" ] }, "lint": { "reflinks": true } } }