{
  "_args": [
    [
      {
        "raw": "extend@~1.3.0",
        "scope": null,
        "escapedName": "extend",
        "name": "extend",
        "rawSpec": "~1.3.0",
        "spec": ">=1.3.0 <1.4.0",
        "type": "range"
      },
      "/home/jthoms1/Workspace/ionic-cli-v2/node_modules/liftoff"
    ]
  ],
  "_from": "extend@>=1.3.0 <1.4.0",
  "_id": "extend@1.3.0",
  "_inCache": true,
  "_location": "/extend",
  "_npmUser": {
    "name": "ljharb",
    "email": "ljharb@gmail.com"
  },
  "_npmVersion": "1.4.14",
  "_phantomChildren": {},
  "_requested": {
    "raw": "extend@~1.3.0",
    "scope": null,
    "escapedName": "extend",
    "name": "extend",
    "rawSpec": "~1.3.0",
    "spec": ">=1.3.0 <1.4.0",
    "type": "range"
  },
  "_requiredBy": [
    "/liftoff"
  ],
  "_resolved": "https://registry.npmjs.org/extend/-/extend-1.3.0.tgz",
  "_shasum": "d1516fb0ff5624d2ebf9123ea1dac5a1994004f8",
  "_shrinkwrap": null,
  "_spec": "extend@~1.3.0",
  "_where": "/home/jthoms1/Workspace/ionic-cli-v2/node_modules/liftoff",
  "author": {
    "name": "Stefan Thomas",
    "email": "justmoon@members.fsf.org",
    "url": "http://www.justmoon.net"
  },
  "bugs": {
    "url": "https://github.com/justmoon/node-extend/issues"
  },
  "contributors": [
    {
      "name": "Jordan Harband",
      "url": "https://github.com/ljharb"
    }
  ],
  "dependencies": {},
  "description": "Port of jQuery.extend for node.js and the browser",
  "devDependencies": {
    "covert": "~0.4.0",
    "tape": "~2.13.2"
  },
  "directories": {},
  "dist": {
    "shasum": "d1516fb0ff5624d2ebf9123ea1dac5a1994004f8",
    "tarball": "https://registry.npmjs.org/extend/-/extend-1.3.0.tgz"
  },
  "gitHead": "30bf952975a8551c8aabc3aed5e812455847e37a",
  "homepage": "https://github.com/justmoon/node-extend",
  "keywords": [
    "extend",
    "clone",
    "merge"
  ],
  "main": "index",
  "maintainers": [
    {
      "name": "justmoon",
      "email": "justmoon@members.fsf.org"
    },
    {
      "name": "ljharb",
      "email": "ljharb@gmail.com"
    }
  ],
  "name": "extend",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/justmoon/node-extend.git"
  },
  "scripts": {
    "coverage": "covert test/index.js",
    "coverage-quiet": "covert test/index.js --quiet",
    "test": "node test/index.js"
  },
  "version": "1.3.0"
}
