{
  "_args": [
    [
      "node.extend@1.1.8",
      "/Users/mathieuherve/www/provelo/wp-content/themes/wp-start/wp-gulp"
    ]
  ],
  "_development": true,
  "_from": "node.extend@1.1.8",
  "_id": "node.extend@1.1.8",
  "_inBundle": false,
  "_integrity": "sha512-L/dvEBwyg3UowwqOUTyDsGBU6kjBQOpOhshio9V3i3BMPv5YUb9+mWNN8MK0IbWqT0AqaTSONZf0aTuMMahWgA==",
  "_location": "/node.extend",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "node.extend@1.1.8",
    "name": "node.extend",
    "escapedName": "node.extend",
    "rawSpec": "1.1.8",
    "saveSpec": null,
    "fetchSpec": "1.1.8"
  },
  "_requiredBy": [
    "/gulp-notify"
  ],
  "_resolved": "https://registry.npmjs.org/node.extend/-/node.extend-1.1.8.tgz",
  "_spec": "1.1.8",
  "_where": "/Users/mathieuherve/www/provelo/wp-content/themes/wp-start/wp-gulp",
  "author": {
    "name": "dreamerslab",
    "email": "ben@dreamerslab.com"
  },
  "bugs": {
    "url": "https://github.com/dreamerslab/node.extend/issues"
  },
  "contributors": [
    {
      "name": "Jordan Harband"
    }
  ],
  "dependencies": {
    "has": "^1.0.3",
    "is": "^3.2.1"
  },
  "description": "A port of jQuery.extend that actually works on node.js",
  "devDependencies": {
    "@ljharb/eslint-config": "^13.0.0",
    "covert": "^1.1.0",
    "eslint": "^5.8.0",
    "jscs": "^3.0.7",
    "safe-publish-latest": "^1.1.2",
    "tape": "^4.9.1"
  },
  "engines": {
    "node": ">=0.4.0"
  },
  "homepage": "https://github.com/dreamerslab/node.extend#readme",
  "keywords": [
    "extend",
    "jQuery",
    "jQuery extend",
    "clone",
    "copy",
    "inherit"
  ],
  "license": "(MIT OR GPL-2.0)",
  "main": "index",
  "name": "node.extend",
  "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",
    "eslint": "eslint",
    "jscs": "jscs *.js */*.js",
    "lint": "npm run jscs && npm run eslint .",
    "posttest": "npm run coverage-quiet",
    "prepublish": "safe-publish-latest",
    "pretest": "npm run lint",
    "test": "npm run --silent tests-only",
    "tests-only": "node test"
  },
  "testling": {
    "files": "test/index.js",
    "browsers": [
      "iexplore/6.0..latest",
      "firefox/3.0..6.0",
      "firefox/15.0..latest",
      "firefox/nightly",
      "chrome/4.0..10.0",
      "chrome/20.0..latest",
      "chrome/canary",
      "opera/10.0..latest",
      "opera/next",
      "safari/4.0..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest"
    ]
  },
  "version": "1.1.8"
}
