{
  "_args": [
    [
      "webpack-chain@6.4.0",
      "/root/project/processmaker/vendor/colosa/taskscheduler"
    ]
  ],
  "_development": true,
  "_from": "webpack-chain@6.4.0",
  "_id": "webpack-chain@6.4.0",
  "_inBundle": false,
  "_integrity": "sha512-f97PYqxU+9/u0IUqp/ekAHRhBD1IQwhBv3wlJo2nvyELpr2vNnUqO3XQEk+qneg0uWGP54iciotszpjfnEExFA==",
  "_location": "/webpack-chain",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "webpack-chain@6.4.0",
    "name": "webpack-chain",
    "escapedName": "webpack-chain",
    "rawSpec": "6.4.0",
    "saveSpec": null,
    "fetchSpec": "6.4.0"
  },
  "_requiredBy": [
    "/@vue/cli-service"
  ],
  "_resolved": "https://registry.npmjs.org/webpack-chain/-/webpack-chain-6.4.0.tgz",
  "_spec": "6.4.0",
  "_where": "/root/project/processmaker/vendor/colosa/taskscheduler",
  "author": {
    "name": "Eli Perelman",
    "email": "eli@eliperelman.com"
  },
  "bugs": {
    "url": "https://github.com/neutrinojs/webpack-chain/issues"
  },
  "dependencies": {
    "deepmerge": "^1.5.2",
    "javascript-stringify": "^2.0.1"
  },
  "description": "[![NPM version][npm-image]][npm-url] [![NPM downloads][npm-downloads]][npm-url] [![Build Status][travis-image]][travis-url]",
  "devDependencies": {
    "@types/enhanced-resolve": "^3.0.6",
    "@types/node": "^12.12.17",
    "@types/tapable": "^1.0.4",
    "@types/webpack": "^4.41.0",
    "auto-changelog": "^1.16.2",
    "ava": "^1.4.1",
    "babel-eslint": "^10.0.3",
    "eslint": "^6.7.2",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-config-prettier": "^6.7.0",
    "eslint-plugin-ava": "^9.0.0",
    "eslint-plugin-babel": "^5.3.0",
    "eslint-plugin-import": "^2.19.1",
    "eslint-plugin-prettier": "^3.1.1",
    "prettier": "^1.19.1",
    "typescript": "^3.7.3",
    "webpack": "^4.41.2"
  },
  "engines": {
    "node": ">=8"
  },
  "files": [
    "src",
    "types/*.d.ts"
  ],
  "homepage": "https://github.com/neutrinojs/webpack-chain#readme",
  "keywords": [
    "webpack",
    "config",
    "chain",
    "fluent",
    "api"
  ],
  "license": "MPL-2.0",
  "main": "src/Config.js",
  "name": "webpack-chain",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/neutrinojs/webpack-chain.git"
  },
  "scripts": {
    "changelog": "auto-changelog --remote upstream --commit-limit false",
    "lint": "eslint --cache --report-unused-disable-directives --format codeframe \".*.js\" src test",
    "test": "ava test",
    "test:types": "tsc -p ./types/test/tsconfig.json",
    "version": "yarn changelog --package && git add CHANGELOG.md"
  },
  "typings": "types/index.d.ts",
  "version": "6.4.0"
}
