{
  "_args": [
    [
      "node.extend@^1.1.3",
      "/home/qm/web/lib.quali.me/public_html/node_modules/gulp-notify"
    ]
  ],
  "_from": "node.extend@>=1.1.3 <2.0.0",
  "_id": "node.extend@1.1.5",
  "_inCache": true,
  "_installable": true,
  "_location": "/node.extend",
  "_nodeVersion": "2.1.0",
  "_npmUser": {
    "email": "ljharb@gmail.com",
    "name": "ljharb"
  },
  "_npmVersion": "2.10.1",
  "_phantomChildren": {},
  "_requested": {
    "name": "node.extend",
    "raw": "node.extend@^1.1.3",
    "rawSpec": "^1.1.3",
    "scope": null,
    "spec": ">=1.1.3 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/gulp-notify"
  ],
  "_resolved": "https://registry.npmjs.org/node.extend/-/node.extend-1.1.5.tgz",
  "_shasum": "336bd4d9bf9f8a13028c153e67bf5dc506ac0093",
  "_shrinkwrap": null,
  "_spec": "node.extend@^1.1.3",
  "_where": "/home/qm/web/lib.quali.me/public_html/node_modules/gulp-notify",
  "author": {
    "email": "ben@dreamerslab.com",
    "name": "dreamerslab"
  },
  "bugs": {
    "url": "https://github.com/dreamerslab/node.extend/issues"
  },
  "contributors": [
    {
      "name": "Jordan Harband"
    }
  ],
  "dependencies": {
    "is": "^3.0.1"
  },
  "description": "A port of jQuery.extend that actually works on node.js",
  "devDependencies": {
    "covert": "^1.1.0",
    "jscs": "^1.13.1",
    "tape": "^4.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "336bd4d9bf9f8a13028c153e67bf5dc506ac0093",
    "tarball": "http://registry.npmjs.org/node.extend/-/node.extend-1.1.5.tgz"
  },
  "engines": [
    "node >= 0.4"
  ],
  "gitHead": "e92f03dc1d62d8d18245a4200720f7e181663c0f",
  "homepage": "https://github.com/dreamerslab/node.extend#readme",
  "keywords": [
    "clone",
    "copy",
    "extend",
    "inherit",
    "jQuery",
    "jQuery extend"
  ],
  "license": "(MIT OR GPL-2.0)",
  "main": "index",
  "maintainers": [
    {
      "name": "dreamerslab",
      "email": "ben@dreamerslab.com"
    },
    {
      "name": "ljharb",
      "email": "ljharb@gmail.com"
    }
  ],
  "name": "node.extend",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dreamerslab/node.extend.git"
  },
  "scripts": {
    "coverage": "covert test/index.js",
    "coverage-quiet": "covert test/index.js --quiet",
    "lint": "jscs *.js */*.js",
    "test": "npm run lint && node test/index.js && npm run coverage-quiet"
  },
  "testling": {
    "browsers": [
      "chrome/20.0..latest",
      "chrome/4.0..10.0",
      "chrome/canary",
      "firefox/15.0..latest",
      "firefox/3.0..6.0",
      "firefox/nightly",
      "iexplore/6.0..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest",
      "opera/10.0..latest",
      "opera/next",
      "safari/4.0..latest"
    ],
    "files": "test/index.js"
  },
  "version": "1.1.5"
}
