{
  "_from": "tapable@^1.0.0",
  "_id": "tapable@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-dQRhbNQkRnaqauC7WqSJ21EEksgT0fYZX2lqXzGkpo8JNig9zGZTYoMGvyI2nWmXlE2VSVXVDu7wLVGu/mQEsg==",
  "_location": "/tapable",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "tapable@^1.0.0",
    "name": "tapable",
    "escapedName": "tapable",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/@angular-devkit/build-angular/html-webpack-plugin",
    "/enhanced-resolve",
    "/webpack"
  ],
  "_resolved": "https://registry.npmjs.org/tapable/-/tapable-1.0.0.tgz",
  "_shasum": "cbb639d9002eed9c6b5975eb20598d7936f1f9f2",
  "_spec": "tapable@^1.0.0",
  "_where": "G:\\Development\\Off the work\\csc-angular\\csc-angular\\node_modules\\@angular-devkit\\build-angular\\node_modules\\html-webpack-plugin",
  "author": {
    "name": "Tobias Koppers @sokra"
  },
  "bugs": {
    "url": "https://github.com/webpack/tapable/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Just a little module for plugins.",
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-jest": "^21.0.2",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.6.0",
    "codecov": "^2.3.0",
    "jest": "^21.0.4"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/webpack/tapable",
  "jest": {
    "transform": {
      "__tests__[\\\\/].+\\.js$": "babel-jest"
    }
  },
  "license": "MIT",
  "main": "lib/index.js",
  "name": "tapable",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/webpack/tapable.git"
  },
  "scripts": {
    "test": "jest",
    "travis": "jest --coverage && codecov"
  },
  "version": "1.0.0"
}
