UNPKG

2.34 kBJSONView Raw
1{
2 "name": "hard-source-webpack-plugin",
3 "version": "0.7.2",
4 "description": "Hard cache the source of modules in webpack.",
5 "keywords": [
6 "webpack",
7 "disk",
8 "iterative",
9 "build",
10 "cache",
11 "plugin"
12 ],
13 "main": "index.js",
14 "files": [
15 "index.js",
16 "lib"
17 ],
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/mzgoddard/hard-source-webpack-plugin"
21 },
22 "bugs": {
23 "url": "https://github.com/mzgoddard/hard-source-webpack-plugin/issues"
24 },
25 "scripts": {
26 "commitmsg": "commitlint -e $GIT_PARAMS",
27 "commitlint-travis": "commitlint-travis",
28 "lint": "prettier --list-different --single-quote --trailing-comma all {index.js,lib/*.js,lib/util/*.js,test/*.js,test/*/*.js,bin/*.js}",
29 "lint:fix": "prettier --write --single-quote --trailing-comma all {index.js,lib/*.js,lib/util/*.js,test/*.js,test/*/*.js,bin/*.js}",
30 "test": "NODE_ENV=test mocha tests/*.js"
31 },
32 "author": "Michael \"Z\" Goddard <mzgoddard@gmail.com>",
33 "license": "ISC",
34 "devDependencies": {
35 "@commitlint/cli": "^6.2.0",
36 "@commitlint/config-conventional": "^6.1.3",
37 "@commitlint/travis-cli": "^6.2.0",
38 "babel-core": "^6.26.0",
39 "babel-loader": "^7.1.4",
40 "babel-preset-env": "^1.6.1",
41 "cacache": "^11.0.2",
42 "chai": "^3.5.0",
43 "css-loader": "^0.27.0",
44 "extract-text-webpack-plugin": "^3.0.0 || ^2.0.0 || ^1.0.1",
45 "file-loader": "^1.0.0 || ^0.11.0 || ^0.10.1",
46 "html-webpack-plugin": "^3.2.0 || ^2.22.0",
47 "husky": "^0.14.3",
48 "level": "^4.0.0",
49 "memory-fs": "^0.4.1",
50 "mini-css-extract-plugin": "^0.4.0",
51 "mocha": "^3.0.2",
52 "prettier": "^1.12.1",
53 "source-map": "^0.5.6",
54 "standard-version": "^4.4.0",
55 "style-loader": "^0.14.0",
56 "webpack": "^4.0.0 || ^4.0.0-beta.* || ^3.8.1 || ^3.0.0 || ^3.0.0-rc.0 || ^2.1.0 || ^1.13.1",
57 "webpack-cli": "^2.1.4",
58 "webpack-isomorphic-tools": "^3.0.0",
59 "worker-loader": "^1.1.1"
60 },
61 "peerDependencies": {
62 "webpack": "*"
63 },
64 "dependencies": {
65 "chalk": "^2.4.1",
66 "find-cache-dir": "^1.0.0",
67 "jsonlint": "^1.6.3",
68 "lodash": "^4.15.0",
69 "mkdirp": "^0.5.1",
70 "node-object-hash": "^1.2.0",
71 "pkg-dir": "^2.0.0",
72 "rimraf": "^2.6.2",
73 "tapable": "^1.0.0-beta.5",
74 "webpack-sources": "^1.0.1",
75 "write-json-file": "^2.3.0"
76 }
77}