{
  "_args": [
    [
      "webpack-subresource-integrity@1.0.3",
      "G:\\Development\\Work\\SWDFactory\\pvstream_pilot\\frontend"
    ]
  ],
  "_development": true,
  "_from": "webpack-subresource-integrity@1.0.3",
  "_id": "webpack-subresource-integrity@1.0.3",
  "_inBundle": false,
  "_integrity": "sha1-wGBtQAkLBwzeQovsjfNgMhbkcus=",
  "_location": "/webpack-subresource-integrity",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "webpack-subresource-integrity@1.0.3",
    "name": "webpack-subresource-integrity",
    "escapedName": "webpack-subresource-integrity",
    "rawSpec": "1.0.3",
    "saveSpec": null,
    "fetchSpec": "1.0.3"
  },
  "_requiredBy": [
    "/@angular/cli"
  ],
  "_resolved": "https://registry.npmjs.org/webpack-subresource-integrity/-/webpack-subresource-integrity-1.0.3.tgz",
  "_spec": "1.0.3",
  "_where": "G:\\Development\\Work\\SWDFactory\\pvstream_pilot\\frontend",
  "author": {
    "name": "Julian Scheid",
    "email": "julian@waysact.com"
  },
  "bugs": {
    "url": "https://github.com/waysact/webpack-subresource-integrity/issues"
  },
  "dependencies": {
    "webpack-core": "^0.6.8"
  },
  "description": "Webpack plugin for enabling Subresource Integrity",
  "devDependencies": {
    "babel-eslint": "^7.1.0",
    "coveralls": "^2.11.15",
    "css-loader": "^0.28.0",
    "eslint": "^3.19.0",
    "eslint-config-airbnb-base": "^11.1.3",
    "eslint-plugin-import": "^2.2.0",
    "expect": "^1.13.4",
    "extract-text-webpack-plugin": "^1.0.1",
    "file-loader": "^0.11.0",
    "glob": "^7.1.1",
    "html-webpack-plugin": "^2.21.0",
    "htmlparser": "^1.7.7",
    "karma": "^1.3.0",
    "karma-chrome-launcher": "^2.0.0",
    "karma-firefox-launcher": "^1.0.0",
    "karma-mocha": "^1.0.1",
    "karma-webpack": "^2.0.1",
    "mocha": "^3.1.2",
    "nyc": "^11.0.0",
    "soupselect": "^0.2.0",
    "style-loader": "^0.18.0",
    "tmp": "^0.0.31",
    "travis-after-all": "^1.4.4",
    "webpack": "^1.12.11"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "LICENSE",
    "README.md",
    "CHANGELOG.md",
    "index.js"
  ],
  "homepage": "https://github.com/waysact/webpack-subresource-integrity#readme",
  "keywords": [
    "webpack",
    "plugin",
    "sri",
    "subresource",
    "integrity",
    "html-webpack-plugin"
  ],
  "license": "MIT",
  "main": "index",
  "name": "webpack-subresource-integrity",
  "peerDependencies": {
    "webpack": "^1.12.11 || ~2 || ~3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/waysact/webpack-subresource-integrity.git"
  },
  "scripts": {
    "lint": "eslint .",
    "mocha": "mocha --timeout 20000 test/test-webpack.js",
    "test": "karma start --single-run && mocha --timeout 20000 test/test-webpack.js"
  },
  "version": "1.0.3"
}
