{
  "_args": [
    [
      {
        "raw": "webpack-merge@^0.14.0",
        "scope": null,
        "escapedName": "webpack-merge",
        "name": "webpack-merge",
        "rawSpec": "^0.14.0",
        "spec": ">=0.14.0 <0.15.0",
        "type": "range"
      },
      "/var/www/html/maps.rubinmuseum.org/public_html/cms_client/node_modules/angular-cli"
    ]
  ],
  "_from": "webpack-merge@>=0.14.0 <0.15.0",
  "_id": "webpack-merge@0.14.1",
  "_inCache": true,
  "_location": "/webpack-merge",
  "_nodeVersion": "5.11.1",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/webpack-merge-0.14.1.tgz_1469427121843_0.9961183660198003"
  },
  "_npmUser": {
    "name": "bebraw",
    "email": "bebraw@gmail.com"
  },
  "_npmVersion": "3.8.6",
  "_phantomChildren": {
    "lodash._arraycopy": "3.0.0",
    "lodash._arrayeach": "3.0.0",
    "lodash._basecallback": "3.3.1",
    "lodash._baseeach": "3.0.4",
    "lodash._basefind": "3.0.0",
    "lodash._basefindindex": "3.6.0",
    "lodash._createassigner": "3.1.1",
    "lodash._getnative": "3.9.1",
    "lodash.isarguments": "3.1.0",
    "lodash.isarray": "3.0.4",
    "lodash.isplainobject": "3.2.0",
    "lodash.istypedarray": "3.0.6",
    "lodash.keys": "3.1.2",
    "lodash.keysin": "3.0.8",
    "lodash.toplainobject": "3.0.0"
  },
  "_requested": {
    "raw": "webpack-merge@^0.14.0",
    "scope": null,
    "escapedName": "webpack-merge",
    "name": "webpack-merge",
    "rawSpec": "^0.14.0",
    "spec": ">=0.14.0 <0.15.0",
    "type": "range"
  },
  "_requiredBy": [
    "/angular-cli"
  ],
  "_resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-0.14.1.tgz",
  "_shasum": "d6bfe6d9360a024e1e7f8e6383ae735f1737cd23",
  "_shrinkwrap": null,
  "_spec": "webpack-merge@^0.14.0",
  "_where": "/var/www/html/maps.rubinmuseum.org/public_html/cms_client/node_modules/angular-cli",
  "author": {
    "name": "Juho Vepsalainen",
    "email": "bebraw@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/survivejs/webpack-merge/issues"
  },
  "dependencies": {
    "lodash.find": "^3.2.1",
    "lodash.isequal": "^4.2.0",
    "lodash.isplainobject": "^3.2.0",
    "lodash.merge": "^3.3.2"
  },
  "description": "Variant of merge that's useful for Webpack configuration",
  "devDependencies": {
    "babel-cli": "^6.3.17",
    "babel-preset-es2015": "^6.3.13",
    "eslint": "^1.10.3",
    "eslint-config-airbnb": "^2.1.1",
    "git-prepush-hook": "^1.0.1",
    "mocha": "^2.2.5"
  },
  "directories": {},
  "dist": {
    "shasum": "d6bfe6d9360a024e1e7f8e6383ae735f1737cd23",
    "tarball": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-0.14.1.tgz"
  },
  "gitHead": "85bf5cbcb042be628d0b61114521cd742168d651",
  "homepage": "https://github.com/survivejs/webpack-merge",
  "keywords": [
    "webpack",
    "merge"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "maintainers": [
    {
      "name": "bebraw",
      "email": "bebraw@gmail.com"
    }
  ],
  "name": "webpack-merge",
  "optionalDependencies": {},
  "pre-push": [
    "test:lint",
    "build",
    "test"
  ],
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/survivejs/webpack-merge.git"
  },
  "scripts": {
    "build": "babel src -d lib",
    "preversion": "npm run test:lint && npm run build && npm test && git commit --allow-empty -am \"Update lib\"",
    "test": "mocha ./test",
    "test:lint": "eslint . ---cache",
    "watch": "babel src --watch -d lib",
    "watch:test": "mocha ./test --watch"
  },
  "version": "0.14.1"
}
