{
  "_args": [
    [
      "license-webpack-plugin@1.3.1",
      "G:\\Development\\Work\\Handelion\\frontend"
    ]
  ],
  "_development": true,
  "_from": "license-webpack-plugin@1.3.1",
  "_id": "license-webpack-plugin@1.3.1",
  "_inBundle": false,
  "_integrity": "sha1-aIt2RyGI71l5GLfK4+7H3C+loOg=",
  "_location": "/license-webpack-plugin",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "license-webpack-plugin@1.3.1",
    "name": "license-webpack-plugin",
    "escapedName": "license-webpack-plugin",
    "rawSpec": "1.3.1",
    "saveSpec": null,
    "fetchSpec": "1.3.1"
  },
  "_requiredBy": [
    "/@angular-devkit/build-angular"
  ],
  "_resolved": "https://registry.npmjs.org/license-webpack-plugin/-/license-webpack-plugin-1.3.1.tgz",
  "_spec": "1.3.1",
  "_where": "G:\\Development\\Work\\Handelion\\frontend",
  "author": {
    "name": "S K",
    "url": "xz64"
  },
  "bugs": {
    "url": "https://github.com/xz64/license-webpack-plugin/issues"
  },
  "dependencies": {
    "ejs": "^2.5.7"
  },
  "description": "Outputs licenses from 3rd party libraries to a file",
  "devDependencies": {
    "@types/ejs": "^2.3.33",
    "@types/webpack": "^3.0.5",
    "@types/webpack-sources": "^0.1.2",
    "mock-fs": "^4.4.1",
    "object-assign": "^4.1.1",
    "path.join": "^1.0.0",
    "prettier": "^1.5.3",
    "proxyquire": "^1.8.0",
    "rimraf": "^2.6.1",
    "tape": "^4.8.0",
    "tslint": "^5.5.0",
    "tslint-config-airbnb": "^5.2.1",
    "tslint-config-prettier": "^1.3.0",
    "typescript": "^2.4.2"
  },
  "files": [
    "dist",
    "output.template.ejs"
  ],
  "homepage": "https://github.com/xz64/license-webpack-plugin#readme",
  "keywords": [
    "license",
    "plugin",
    "webpack"
  ],
  "license": "ISC",
  "main": "dist/index.js",
  "name": "license-webpack-plugin",
  "peerDependencies": {
    "webpack-sources": ">=1.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/xz64/license-webpack-plugin.git"
  },
  "scripts": {
    "build": "npm run lint && npm run clean && tsc",
    "clean": "rimraf dist",
    "lint": "prettier --single-quote --write 'src/**/*.ts' && tslint 'src/**/*.ts'",
    "prepublishOnly": "npm run build",
    "test": "npm run build && prettier --single-quote --write 'test/**/*.js' && node test/license-webpack-plugin.test.js"
  },
  "typings": "dist/index.d.ts",
  "version": "1.3.1"
}
