{
  "_from": "node-notifier@^4.1.0",
  "_id": "node-notifier@4.6.1",
  "_inBundle": false,
  "_integrity": "sha512-UPTmeIGLTzZSizsf7EX8xr1iN/xXbULADNW3aOHnNf6mSUu2vtWcRTLTKHs/iNfV9Gbttp0iTQfICDNOeqlsLw==",
  "_location": "/node-notifier",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "node-notifier@^4.1.0",
    "name": "node-notifier",
    "escapedName": "node-notifier",
    "rawSpec": "^4.1.0",
    "saveSpec": null,
    "fetchSpec": "^4.1.0"
  },
  "_requiredBy": [
    "/gulp-notify"
  ],
  "_resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-4.6.1.tgz",
  "_shasum": "056d14244f3dcc1ceadfe68af9cff0c5473a33f3",
  "_spec": "node-notifier@^4.1.0",
  "_where": "C:\\xamp71\\htdocs\\pincodes\\pintaxi\\node_modules\\gulp-notify",
  "author": {
    "name": "Mikael Brevik"
  },
  "bin": {
    "notify": "bin.js"
  },
  "bugs": {
    "url": "https://github.com/mikaelbr/node-notifier/issues"
  },
  "bundleDependencies": false,
  "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"
  },
  "deprecated": false,
  "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"
  },
  "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",
  "name": "node-notifier",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/mikaelbr/node-notifier.git"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "version": "4.6.1"
}
