1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
| {
| "_from": "hard-source-webpack-plugin@^0.13.1",
| "_id": "hard-source-webpack-plugin@0.13.1",
| "_inBundle": false,
| "_integrity": "sha512-r9zf5Wq7IqJHdVAQsZ4OP+dcUSvoHqDMxJlIzaE2J0TZWn3UjMMrHqwDHR8Jr/pzPfG7XxSe36E7Y8QGNdtuAw==",
| "_location": "/hard-source-webpack-plugin",
| "_phantomChildren": {
| "commondir": "1.0.1",
| "escape-string-regexp": "1.0.5",
| "p-limit": "2.3.0"
| },
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "hard-source-webpack-plugin@^0.13.1",
| "name": "hard-source-webpack-plugin",
| "escapedName": "hard-source-webpack-plugin",
| "rawSpec": "^0.13.1",
| "saveSpec": null,
| "fetchSpec": "^0.13.1"
| },
| "_requiredBy": [
| "/@nuxt/webpack"
| ],
| "_resolved": "https://registry.npmjs.org/hard-source-webpack-plugin/-/hard-source-webpack-plugin-0.13.1.tgz",
| "_shasum": "a99071e25b232f1438a5bc3c99f10a3869e4428e",
| "_spec": "hard-source-webpack-plugin@^0.13.1",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@nuxt\\webpack",
| "author": {
| "name": "Michael \"Z\" Goddard",
| "email": "mzgoddard@gmail.com"
| },
| "bugs": {
| "url": "https://github.com/mzgoddard/hard-source-webpack-plugin/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "chalk": "^2.4.1",
| "find-cache-dir": "^2.0.0",
| "graceful-fs": "^4.1.11",
| "lodash": "^4.15.0",
| "mkdirp": "^0.5.1",
| "node-object-hash": "^1.2.0",
| "parse-json": "^4.0.0",
| "pkg-dir": "^3.0.0",
| "rimraf": "^2.6.2",
| "semver": "^5.6.0",
| "tapable": "^1.0.0-beta.5",
| "webpack-sources": "^1.0.1",
| "write-json-file": "^2.3.0"
| },
| "deprecated": false,
| "description": "Hard cache the source of modules in webpack.",
| "devDependencies": {
| "@commitlint/cli": "^7.0.0",
| "@commitlint/config-conventional": "^7.0.0",
| "@commitlint/travis-cli": "^7.0.0",
| "babel-core": "^6.26.0",
| "babel-loader": "^7.1.4",
| "babel-preset-env": "^1.6.1",
| "cacache": "^11.0.2",
| "chai": "^3.5.0",
| "copy-webpack-plugin": "^4.5.1",
| "css-loader": "^1.0.0",
| "extract-text-webpack-plugin": "^3.0.0 || ^2.0.0 || ^1.0.1",
| "file-loader": "^1.0.0 || ^0.11.0 || ^0.10.1",
| "html-webpack-plugin": "^3.2.0 || ^2.22.0",
| "husky": "^0.14.3",
| "level": "^4.0.0",
| "memory-fs": "^0.4.1",
| "mini-css-extract-plugin": "^0.4.0",
| "mocha": "^3.0.2",
| "prettier": "^1.12.1",
| "source-map": "^0.5.6",
| "standard-version": "^4.4.0",
| "style-loader": "^0.14.0",
| "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",
| "webpack-cli": "^3.0.0",
| "webpack-isomorphic-tools": "^3.0.0",
| "worker-loader": "^2.0.0"
| },
| "engines": {
| "node": ">=8.0.0"
| },
| "files": [
| "index.js",
| "lib"
| ],
| "homepage": "https://github.com/mzgoddard/hard-source-webpack-plugin#readme",
| "keywords": [
| "webpack",
| "disk",
| "iterative",
| "build",
| "cache",
| "plugin"
| ],
| "license": "ISC",
| "main": "index.js",
| "name": "hard-source-webpack-plugin",
| "peerDependencies": {
| "webpack": "*"
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/mzgoddard/hard-source-webpack-plugin.git"
| },
| "scripts": {
| "commitlint-travis": "commitlint-travis",
| "commitmsg": "commitlint -e $GIT_PARAMS",
| "lint": "prettier --list-different --single-quote --trailing-comma all {index.js,lib/*.js,lib/util/*.js,test/*.js,test/*/*.js,bin/*.js}",
| "lint:fix": "prettier --write --single-quote --trailing-comma all {index.js,lib/*.js,lib/util/*.js,test/*.js,test/*/*.js,bin/*.js}",
| "test": "NODE_ENV=test mocha tests/*.js"
| },
| "version": "0.13.1"
| }
|
|