{
  "_args": [
    [
      "falsey@0.3.2",
      "/Users/dejanbrsakoski/src/docker/mesh-id-reporting"
    ]
  ],
  "_from": "falsey@0.3.2",
  "_id": "falsey@0.3.2",
  "_inBundle": false,
  "_integrity": "sha512-lxEuefF5MBIVDmE6XeqCdM4BWk1+vYmGZtkbKZ/VFcg6uBBw6fXNEbWmxCjDdQlFc9hy450nkiWwM3VAW6G1qg==",
  "_location": "/falsey",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "falsey@0.3.2",
    "name": "falsey",
    "escapedName": "falsey",
    "rawSpec": "0.3.2",
    "saveSpec": null,
    "fetchSpec": "0.3.2"
  },
  "_requiredBy": [
    "/handlebars-helpers"
  ],
  "_resolved": "https://registry.npmjs.org/falsey/-/falsey-0.3.2.tgz",
  "_spec": "0.3.2",
  "_where": "/Users/dejanbrsakoski/src/docker/mesh-id-reporting",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "bugs": {
    "url": "https://github.com/jonschlinkert/falsey/issues"
  },
  "dependencies": {
    "kind-of": "^5.0.2"
  },
  "description": "Returns true if `value` is falsey. Works for strings, arrays and `arguments` objects with a length of `0`, and objects with no own enumerable properties are considered falsey.",
  "devDependencies": {
    "gulp-format-md": "^1.0.0",
    "mocha": "*"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/jonschlinkert/falsey",
  "keywords": [
    "args",
    "arguments",
    "array",
    "boolean",
    "check",
    "false",
    "falsey",
    "null",
    "object",
    "type",
    "undefined",
    "value"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "falsey",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jonschlinkert/falsey.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "verb": {
    "related": {
      "list": [
        "is-number",
        "is-primitive",
        "isobject",
        "kind-of"
      ]
    },
    "plugins": [
      "gulp-format-md"
    ],
    "toc": false,
    "layout": "default",
    "tasks": [
      "readme"
    ],
    "lint": {
      "reflinks": true
    }
  },
  "version": "0.3.2"
}
