UNPKG

webpack-plugin-hash-output

Version:

Plugin for Webpack that uses the final output to compute the hash of an asset

50 lines (49 loc) 1.34 kB
{ "name": "webpack-plugin-hash-output", "version": "3.2.1", "description": "Plugin for Webpack that uses the final output to compute the hash of an asset", "main": "src/OutputHash.js", "scripts": { "lint": "eslint .", "test": "mocha --reporter spec test/*.js && eslint .", "clean": "rm -fr test/tmp" }, "author": "Sergio Cinos <sergio.cinos@gmail.com>", "license": "ISC", "devDependencies": { "chai": "^4.2.0", "css-loader": "^1.0.1", "eslint": "^5.9.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-config-prettier": "^3.3.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-mocha": "^5.2.0", "eslint-plugin-prettier": "^3.0.0", "html-webpack-plugin": "^3.0.6", "mini-css-extract-plugin": "^0.4.5", "mocha": "^5.2.0", "prettier": "^1.15.2", "rimraf": "^2.6.2", "sinon": "^7.1.1", "webpack": "^4.26.0", "webpack-cli": "^3.1.2" }, "dependencies": { "outdent": "^0.7.0" }, "repository": { "type": "git", "url": "https://github.com/scinos/webpack-plugin-hash-output" }, "keywords": [ "webpack", "plugin", "generate", "asset", "hash" ], "bugs": { "url": "https://github.com/scinos/webpack-plugin-hash-output/issues" }, "homepage": "https://github.com/scinos/webpack-plugin-hash-output" }