{
  "_args": [
    [
      {
        "raw": "node-notifier@^4.6.1",
        "scope": null,
        "escapedName": "node-notifier",
        "name": "node-notifier",
        "rawSpec": "^4.6.1",
        "spec": ">=4.6.1 <5.0.0",
        "type": "range"
      },
      "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.62ZqkCwu/node_modules/jest/node_modules/jest-cli"
    ]
  ],
  "_from": "node-notifier@>=4.6.1 <5.0.0",
  "_id": "node-notifier@4.6.1",
  "_inCache": true,
  "_location": "/node-notifier",
  "_nodeVersion": "6.3.1",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/node-notifier-4.6.1.tgz_1471811837812_0.47649690927937627"
  },
  "_npmUser": {
    "name": "mikaelb",
    "email": "mikaelbre@gmail.com"
  },
  "_npmVersion": "3.10.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "node-notifier@^4.6.1",
    "scope": null,
    "escapedName": "node-notifier",
    "name": "node-notifier",
    "rawSpec": "^4.6.1",
    "spec": ">=4.6.1 <5.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/jest/jest-cli"
  ],
  "_resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-4.6.1.tgz",
  "_shasum": "056d14244f3dcc1ceadfe68af9cff0c5473a33f3",
  "_shrinkwrap": null,
  "_spec": "node-notifier@^4.6.1",
  "_where": "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.62ZqkCwu/node_modules/jest/node_modules/jest-cli",
  "author": {
    "name": "Mikael Brevik"
  },
  "bin": {
    "notify": "./bin.js"
  },
  "bugs": {
    "url": "https://github.com/mikaelbr/node-notifier/issues"
  },
  "dependencies": {
    "cli-usage": "^0.1.1",
    "growly": "^1.2.0",
    "lodash.clonedeep": "^3.0.0",
    "minimist": "^1.1.1",
    "semver": "^5.1.0",
    "shellwords": "^0.1.0",
    "which": "^1.0.5"
  },
  "description": "A Node.js module for sending notifications on native Mac, Windows (post and pre 8) and Linux (or Growl as fallback)",
  "devDependencies": {
    "mocha": "^3.0.0",
    "should": "^4.0.4"
  },
  "directories": {
    "example": "example"
  },
  "dist": {
    "shasum": "056d14244f3dcc1ceadfe68af9cff0c5473a33f3",
    "tarball": "https://registry.npmjs.org/node-notifier/-/node-notifier-4.6.1.tgz"
  },
  "gitHead": "0dc7ea4dd5bcb9584e9dfda3b69e6f3bf2379968",
  "homepage": "https://github.com/mikaelbr/node-notifier#readme",
  "keywords": [
    "notification center",
    "mac os x 10.8",
    "notify",
    "terminal-notifier",
    "notify-send",
    "growl",
    "windows 8 notification",
    "toaster",
    "notification"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "mikaelb",
      "email": "mikaelbre@gmail.com"
    }
  ],
  "name": "node-notifier",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/mikaelbr/node-notifier.git"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "version": "4.6.1"
}
