{
  "_args": [
    [
      "webpack-node-externals@2.5.2",
      "D:\\Development\\Work\\CENOS\\cenos-support"
    ]
  ],
  "_development": true,
  "_from": "webpack-node-externals@2.5.2",
  "_id": "webpack-node-externals@2.5.2",
  "_inBundle": false,
  "_integrity": "sha512-aHdl/y2N7PW2Sx7K+r3AxpJO+aDMcYzMQd60Qxefq3+EwhewSbTBqNumOsCE1JsCUNoyfGj5465N0sSf6hc/5w==",
  "_location": "/webpack-node-externals",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "webpack-node-externals@2.5.2",
    "name": "webpack-node-externals",
    "escapedName": "webpack-node-externals",
    "rawSpec": "2.5.2",
    "saveSpec": null,
    "fetchSpec": "2.5.2"
  },
  "_requiredBy": [
    "/@nestjs/cli"
  ],
  "_resolved": "https://registry.npmjs.org/webpack-node-externals/-/webpack-node-externals-2.5.2.tgz",
  "_spec": "2.5.2",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-support",
  "author": {
    "name": "Liad Yosef",
    "url": "https://github.com/liady"
  },
  "bugs": {
    "url": "https://github.com/liady/webpack-node-externals/issues"
  },
  "dependencies": {},
  "description": "Easily exclude node_modules in Webpack bundle",
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^2.5.3",
    "mock-fs": "^4.12.0",
    "ncp": "^2.0.0",
    "webpack": "^1.13.1"
  },
  "files": [
    "LICENSE",
    "README.md",
    "index.js",
    "utils.js"
  ],
  "homepage": "https://github.com/liady/webpack-node-externals",
  "keywords": [
    "webpack",
    "node_modules",
    "node",
    "bundle",
    "externals"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "webpack-node-externals",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/liady/webpack-node-externals.git"
  },
  "scripts": {
    "test": "npm run unit-watch",
    "unit": "mocha --colors ./test/*.spec.js",
    "unit-watch": "mocha --colors -w ./test/*.spec.js"
  },
  "version": "2.5.2"
}
