{
  "_args": [
    [
      "@angular-builders/custom-webpack@12.1.2",
      "D:\\Development\\Work\\CENOS\\cenos-ui"
    ]
  ],
  "_development": true,
  "_from": "@angular-builders/custom-webpack@12.1.2",
  "_id": "@angular-builders/custom-webpack@12.1.2",
  "_inBundle": false,
  "_integrity": "sha512-rvHFiZkHCnVAh3nd/mGpJxjbs5LKXvhTRhec7ozkGMyqt0wZK44BsLKcH5VOiIwHQnjrkjtMc0Blaq5JhccwWw==",
  "_location": "/@angular-builders/custom-webpack",
  "_phantomChildren": {
    "@cspotcode/source-map-support": "0.6.1",
    "@tsconfig/node10": "1.0.8",
    "@tsconfig/node12": "1.0.9",
    "@tsconfig/node14": "1.0.1",
    "@tsconfig/node16": "1.0.2",
    "acorn-walk": "8.2.0",
    "arg": "4.1.3",
    "create-require": "1.1.1",
    "make-error": "1.3.6",
    "yn": "3.1.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@angular-builders/custom-webpack@12.1.2",
    "name": "@angular-builders/custom-webpack",
    "escapedName": "@angular-builders%2fcustom-webpack",
    "scope": "@angular-builders",
    "rawSpec": "12.1.2",
    "saveSpec": null,
    "fetchSpec": "12.1.2"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/@angular-builders/custom-webpack/-/custom-webpack-12.1.2.tgz",
  "_spec": "12.1.2",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-ui",
  "author": {
    "name": "JeB Barabanov"
  },
  "bugs": {
    "url": "https://github.com/just-jeb/angular-builders/issues"
  },
  "builders": "builders.json",
  "dependencies": {
    "@angular-devkit/architect": ">=0.1200.0 < 0.1300.0",
    "@angular-devkit/build-angular": "^12.0.0",
    "@angular-devkit/core": "^12.0.0",
    "lodash": "^4.17.15",
    "ts-node": "^10.0.0",
    "tsconfig-paths": "^3.9.0",
    "webpack-merge": "^5.7.3"
  },
  "description": "Custom webpack builders for Angular build facade. Allow to modify Angular build configuration without ejecting it",
  "engines": {
    "node": ">=12.14.1"
  },
  "files": [
    "dist",
    "builders.json"
  ],
  "gitHead": "c61bd4cec9824315fab99bc9264135c244379cd3",
  "homepage": "https://github.com/just-jeb/angular-builders#readme",
  "keywords": [
    "cli",
    "angular",
    "builder",
    "angular6",
    "angular-cli",
    "webpack",
    "custom"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "@angular-builders/custom-webpack",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/just-jeb/angular-builders.git",
    "directory": "packages/custom-webpack"
  },
  "scripts": {
    "build": "../../node_modules/.bin/tsc && ../../node_modules/.bin/ts-node ../../merge-schemes.ts",
    "ci": "./scripts/ci.sh",
    "clean": "../../node_modules/.bin/rimraf dist",
    "e2e": "../../node_modules/.bin/jest --config ../../jest-e2e.config.js",
    "postbuild": "yarn test && yarn run e2e",
    "prebuild": "yarn clean",
    "test": "../../node_modules/.bin/jest --config ../../jest-ut.config.js"
  },
  "version": "12.1.2"
}
