package.json 1.76 KB
{
  "_from": "webpack-chunk-hash@^0.4.0",
  "_id": "webpack-chunk-hash@0.4.0",
  "_inBundle": false,
  "_integrity": "sha1-a0DDBw+8n/DP4P54HHF0r2x8FqQ=",
  "_location": "/webpack-chunk-hash",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "webpack-chunk-hash@^0.4.0",
    "name": "webpack-chunk-hash",
    "escapedName": "webpack-chunk-hash",
    "rawSpec": "^0.4.0",
    "saveSpec": null,
    "fetchSpec": "^0.4.0"
  },
  "_requiredBy": [
    "/vue-easytable"
  ],
  "_resolved": "http://registry.npm.taobao.org/webpack-chunk-hash/download/webpack-chunk-hash-0.4.0.tgz",
  "_shasum": "6b40c3070fbc9ff0cfe0fe781c7174af6c7c16a4",
  "_spec": "webpack-chunk-hash@^0.4.0",
  "_where": "E:\\appImg\\appweb\\node_modules\\vue-easytable",
  "author": {
    "name": "Alex Indigo",
    "email": "iam@alexindigo.com"
  },
  "bugs": {
    "url": "https://github.com/alexindigo/webpack-chunk-hash/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "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.4.0"
}