{
  "_from": "extend2@1.0.0",
  "_id": "extend2@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-BCWpibTawqSGoyJX9RQBA3Vqejw=",
  "_location": "/extend2",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "extend2@1.0.0",
    "name": "extend2",
    "escapedName": "extend2",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/umi-build-dev",
    "/umi-core"
  ],
  "_resolved": "https://registry.npmjs.org/extend2/-/extend2-1.0.0.tgz",
  "_shasum": "0425a989b4dac2a486a32257f5140103756a7a3c",
  "_spec": "extend2@1.0.0",
  "_where": "/var/lib/jenkins/workspace/wechat-h5/node_modules/umi-build-dev",
  "author": {
    "name": "popomore",
    "email": "sakura9515@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/eggjs/extend2/issues"
  },
  "bundleDependencies": false,
  "ci": {
    "version": "4, 6, 7"
  },
  "dependencies": {},
  "deprecated": false,
  "description": "Port of jQuery.extend for node.js and the browser",
  "devDependencies": {
    "covert": "^1.1.0",
    "egg-ci": "^1.5.0",
    "eslint": "^3.2.2",
    "eslint-config-egg": "^3.2.0",
    "tape": "^4.6.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/eggjs/extend2#readme",
  "keywords": [
    "extend",
    "clone",
    "merge"
  ],
  "license": "MIT",
  "main": "index",
  "name": "extend2",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eggjs/extend2.git"
  },
  "scripts": {
    "ci": "npm run test",
    "coverage": "covert test/index.js",
    "coverage-quiet": "covert test/index.js --quiet",
    "eslint": "eslint *.js */*.js",
    "lint": "npm run eslint",
    "test": "npm run lint && npm run tests-only && npm run coverage-quiet",
    "tests-only": "node test"
  },
  "version": "1.0.0"
}
