UNPKG

1.71 kBJSONView Raw
1{
2 "name": "hard-source-webpack-plugin",
3 "version": "0.7.0",
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 "test": "NODE_ENV=test mocha tests/*.js"
27 },
28 "author": "Michael \"Z\" Goddard <mzgoddard@gmail.com>",
29 "license": "ISC",
30 "devDependencies": {
31 "babel-core": "^6.26.0",
32 "babel-loader": "^7.1.4",
33 "babel-preset-env": "^1.6.1",
34 "cacache": "^11.0.2",
35 "chai": "^3.5.0",
36 "css-loader": "^0.27.0",
37 "extract-text-webpack-plugin": "^3.0.0 || ^2.0.0 || ^1.0.1",
38 "file-loader": "^1.0.0 || ^0.11.0 || ^0.10.1",
39 "html-webpack-plugin": "^3.2.0 || ^2.22.0",
40 "level": "^4.0.0",
41 "memory-fs": "^0.4.1",
42 "mini-css-extract-plugin": "^0.4.0",
43 "mocha": "^3.0.2",
44 "source-map": "^0.5.6",
45 "style-loader": "^0.14.0",
46 "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",
47 "webpack-cli": "^2.1.4",
48 "webpack-isomorphic-tools": "^3.0.0",
49 "worker-loader": "^1.1.1"
50 },
51 "peerDependencies": {
52 "webpack": "*"
53 },
54 "dependencies": {
55 "chalk": "^2.4.1",
56 "jsonlint": "^1.6.3",
57 "lodash": "^4.15.0",
58 "mkdirp": "^0.5.1",
59 "node-object-hash": "^1.2.0",
60 "rimraf": "^2.6.2",
61 "tapable": "^1.0.0-beta.5",
62 "webpack-sources": "^1.0.1",
63 "write-json-file": "^2.3.0"
64 }
65}