{
  "_args": [
    [
      "is-even@1.0.0",
      "/Users/dejanbrsakoski/src/docker/mesh-id-reporting"
    ]
  ],
  "_from": "is-even@1.0.0",
  "_id": "is-even@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-drUFX7rY0pSoa2qUkBXhyXtxfAY=",
  "_location": "/is-even",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "is-even@1.0.0",
    "name": "is-even",
    "escapedName": "is-even",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/handlebars-helpers"
  ],
  "_resolved": "https://registry.npmjs.org/is-even/-/is-even-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/Users/dejanbrsakoski/src/docker/mesh-id-reporting",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "bugs": {
    "url": "https://github.com/jonschlinkert/is-even/issues"
  },
  "dependencies": {
    "is-odd": "^0.1.2"
  },
  "description": "Return true if the given number is even.",
  "devDependencies": {
    "gulp-format-md": "^0.1.12",
    "mocha": "^3.4.2"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/jonschlinkert/is-even",
  "keywords": [
    "array",
    "count",
    "even",
    "filter",
    "integer",
    "is",
    "math",
    "numeric",
    "odd",
    "string"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "is-even",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jonschlinkert/is-even.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "verb": {
    "toc": false,
    "layout": "default",
    "tasks": [
      "readme"
    ],
    "plugins": [
      "gulp-format-md"
    ],
    "lint": {
      "reflinks": true
    }
  },
  "version": "1.0.0"
}
