{
  "_args": [
    [
      "deep-extend@0.2.11",
      "/app"
    ]
  ],
  "_from": "deep-extend@0.2.11",
  "_id": "deep-extend@0.2.11",
  "_inBundle": false,
  "_integrity": "sha1-eha6aXKRMjQFBhcElLyD9wdv4I8=",
  "_location": "/deep-extend",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "deep-extend@0.2.11",
    "name": "deep-extend",
    "escapedName": "deep-extend",
    "rawSpec": "0.2.11",
    "saveSpec": null,
    "fetchSpec": "0.2.11"
  },
  "_requiredBy": [
    "/captains-log/rc",
    "/reportback/rc",
    "/sails-sqlserver/rc",
    "/sails/rc"
  ],
  "_resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.2.11.tgz",
  "_spec": "0.2.11",
  "_where": "/app",
  "author": {
    "name": "Viacheslav Lotsmanov",
    "email": "lotsmanov89@gmail.com",
    "url": "unclechu"
  },
  "bugs": {
    "url": "https://github.com/unclechu/node-deep-extend/issues"
  },
  "contributors": [
    {
      "name": "Romain Prieto",
      "url": "https://github.com/rprieto"
    }
  ],
  "description": "Recursive object extending.",
  "devDependencies": {
    "mocha": "~1.19.0",
    "should": "~3.3.2"
  },
  "directories": {
    "test": "./test"
  },
  "engines": {
    "node": ">=0.4"
  },
  "homepage": "https://github.com/unclechu/node-deep-extend",
  "license": "MIT",
  "main": "index",
  "name": "deep-extend",
  "repository": {
    "type": "git",
    "url": "git://github.com/unclechu/node-deep-extend.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "0.2.11"
}
