{
  "_from": "webpack-chunk-hash@^0.6.0",
  "_id": "webpack-chunk-hash@0.6.0",
  "_inBundle": false,
  "_integrity": "sha512-FsOg1RpW2nf3nYpGTy/Qs59RZ7gYG+sI4VrCE8TIBQYh/Kogi04xD39Pj9zUEeUcNx9HeTVPGSO3mtmpLeX9eQ==",
  "_location": "/webpack-chunk-hash",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "webpack-chunk-hash@^0.6.0",
    "name": "webpack-chunk-hash",
    "escapedName": "webpack-chunk-hash",
    "rawSpec": "^0.6.0",
    "saveSpec": null,
    "fetchSpec": "^0.6.0"
  },
  "_requiredBy": [
    "/@symfony/webpack-encore"
  ],
  "_resolved": "https://registry.npmjs.org/webpack-chunk-hash/-/webpack-chunk-hash-0.6.0.tgz",
  "_shasum": "eca36aff76e327d08a18a3e7990eb46e68376818",
  "_spec": "webpack-chunk-hash@^0.6.0",
  "_where": "C:\\wamp64\\www\\node_modules\\@symfony\\webpack-encore",
  "author": {
    "name": "Alex Indigo",
    "email": "iam@alexindigo.com"
  },
  "bugs": {
    "url": "https://github.com/alexindigo/webpack-chunk-hash/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@types/webpack": "^3.0.0 || ^4.0.0"
  },
  "deprecated": false,
  "description": "Plugin to replace a standard webpack chunk hashing with custom (md5) one.",
  "devDependencies": {
    "argparse": "^1.0.4",
    "jasmine-node": "^1.14.5",
    "jshint": "^2.8.0",
    "rimraf": "^2.5.4",
    "webpack": "^1.13.3"
  },
  "homepage": "https://github.com/alexindigo/webpack-chunk-hash#readme",
  "keywords": [
    "webpack",
    "hash",
    "plugin",
    "md5"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "webpack-chunk-hash",
  "pre-commit": [
    "lint",
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/alexindigo/webpack-chunk-hash.git"
  },
  "scripts": {
    "lint": "jshint",
    "pretest": "rimraf dist",
    "test": "jasmine-node --captureExceptions spec"
  },
  "version": "0.6.0"
}
