{
  "_from": "worker-plugin@5.0.0",
  "_id": "worker-plugin@5.0.0",
  "_inBundle": false,
  "_integrity": "sha512-AXMUstURCxDD6yGam2r4E34aJg6kW85IiaeX72hi+I1cxyaMUtrvVY6sbfpGKAj5e7f68Acl62BjQF5aOOx2IQ==",
  "_location": "/worker-plugin",
  "_phantomChildren": {
    "big.js": "5.2.2",
    "emojis-list": "3.0.0",
    "minimist": "1.2.5"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "worker-plugin@5.0.0",
    "name": "worker-plugin",
    "escapedName": "worker-plugin",
    "rawSpec": "5.0.0",
    "saveSpec": null,
    "fetchSpec": "5.0.0"
  },
  "_requiredBy": [
    "/@angular-devkit/build-angular"
  ],
  "_resolved": "https://registry.npmjs.org/worker-plugin/-/worker-plugin-5.0.0.tgz",
  "_shasum": "113b5fe1f4a5d6a957cecd29915bedafd70bb537",
  "_spec": "worker-plugin@5.0.0",
  "_where": "C:\\xampp\\htdocs\\dial-digit\\node_modules\\@angular-devkit\\build-angular",
  "author": {
    "name": "The Chromium Authors"
  },
  "babel": {
    "plugins": [
      "transform-es2015-modules-commonjs"
    ]
  },
  "bugs": {
    "url": "https://github.com/GoogleChromeLabs/worker-plugin/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Jason Miller",
      "email": "developit@google.com"
    }
  ],
  "dependencies": {
    "loader-utils": "^1.1.0"
  },
  "deprecated": false,
  "description": "Webpack plugin to bundle Workers automagically.",
  "devDependencies": {
    "@file-services/memory": "^1.0.3",
    "@file-services/node": "^1.0.3",
    "@file-services/overlay": "^1.0.3",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
    "clean-webpack-plugin": "^1.0.0",
    "eslint": "^5.9.0",
    "eslint-config-standard": "^12.0.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-node": "^8.0.0",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-standard": "^4.0.0",
    "jest": "^23.6.0",
    "memory-fs": "^0.4.1",
    "microbundle": "^0.8.2",
    "puppeteer": "^3.0.2",
    "serve-handler": "^5.0.7",
    "terser-webpack-plugin": "^1.1.0",
    "webpack": "^4.26.1"
  },
  "eslintConfig": {
    "extends": "eslint-config-standard",
    "env": {
      "browser": true,
      "jest": true
    },
    "rules": {
      "indent": [
        "error",
        2
      ],
      "semi": [
        "error",
        "always"
      ]
    }
  },
  "files": [
    "src",
    "dist",
    "loader.js"
  ],
  "homepage": "https://github.com/GoogleChromeLabs/worker-plugin#readme",
  "jest": {
    "watchPathIgnorePatterns": [
      "<rootDir>/node_modules/",
      "<rootDir>/test/fixtures/"
    ]
  },
  "keywords": [
    "webpack",
    "plugin",
    "worker",
    "web worker",
    "thread"
  ],
  "license": "Apache-2.0",
  "main": "dist/worker-plugin.js",
  "name": "worker-plugin",
  "peerDependencies": {
    "webpack": ">= 4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GoogleChromeLabs/worker-plugin.git"
  },
  "scripts": {
    "build": "microbundle --raw --inline none --format cjs --no-compress src/*.js",
    "dev": "jest --verbose --watchAll",
    "prepack": "npm run build",
    "release": "npm t && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish",
    "test": "npm run build && jest --verbose"
  },
  "version": "5.0.0"
}
