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
| {
| "_from": "@nuxt/friendly-errors-webpack-plugin@^2.5.1",
| "_id": "@nuxt/friendly-errors-webpack-plugin@2.5.2",
| "_inBundle": false,
| "_integrity": "sha512-LLc+90lnxVbpKkMqk5z1EWpXoODhc6gRkqqXJCInJwF5xabHAE7biFvbULfvTRmtaTzAaP8IV4HQDLUgeAUTTw==",
| "_location": "/@nuxt/friendly-errors-webpack-plugin",
| "_phantomChildren": {
| "escape-string-regexp": "1.0.5"
| },
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "@nuxt/friendly-errors-webpack-plugin@^2.5.1",
| "name": "@nuxt/friendly-errors-webpack-plugin",
| "escapedName": "@nuxt%2ffriendly-errors-webpack-plugin",
| "scope": "@nuxt",
| "rawSpec": "^2.5.1",
| "saveSpec": null,
| "fetchSpec": "^2.5.1"
| },
| "_requiredBy": [
| "/@nuxt/webpack"
| ],
| "_resolved": "https://registry.npmjs.org/@nuxt/friendly-errors-webpack-plugin/-/friendly-errors-webpack-plugin-2.5.2.tgz",
| "_shasum": "982a43ee2da61611f7396439e57038392d3944d5",
| "_spec": "@nuxt/friendly-errors-webpack-plugin@^2.5.1",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@nuxt\\webpack",
| "author": {
| "name": "Geoffroy Warin"
| },
| "bugs": {
| "url": "https://github.com/nuxt/friendly-errors-webpack-plugin/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "chalk": "^2.3.2",
| "consola": "^2.6.0",
| "error-stack-parser": "^2.0.0",
| "string-width": "^4.2.3"
| },
| "deprecated": false,
| "description": "Recognizes certain classes of webpack errors and cleans, aggregates and prioritizes them to provide a better Developer Experience",
| "devDependencies": {
| "babel-core": "^6.23.1",
| "babel-eslint": "^8.0.0",
| "babel-loader": "^7.1.4",
| "babel-plugin-transform-async-to-generator": "^6.22.0",
| "babel-preset-react": "^6.23.0",
| "eslint": "^5.8.0",
| "eslint-config-standard": "^12.0.0",
| "eslint-loader": "^2.0.0",
| "eslint-plugin-import": "^2.14.0",
| "eslint-plugin-node": "^8.0.0",
| "eslint-plugin-promise": "^4.0.1",
| "eslint-plugin-standard": "^4.0.0",
| "expect": "^1.20.2",
| "jest": "^22.4.2",
| "memory-fs": "^0.4.1",
| "standard-version": "^4.3.0",
| "strip-ansi": "^5.0.0",
| "webpack": "^4.23.1"
| },
| "engines": {
| "node": ">=8.0.0",
| "npm": ">=5.0.0"
| },
| "files": [
| "src",
| "index.js"
| ],
| "homepage": "https://github.com/nuxt/friendly-errors-webpack-plugin#readme",
| "jest": {
| "testEnvironment": "node"
| },
| "keywords": [
| "friendly",
| "errors",
| "webpack",
| "plugin"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "@nuxt/friendly-errors-webpack-plugin",
| "peerDependencies": {
| "webpack": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
| },
| "publishConfig": {
| "access": "public"
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/nuxt/friendly-errors-webpack-plugin.git"
| },
| "scripts": {
| "release": "standard-version",
| "test": "eslint . && jest"
| },
| "version": "2.5.2"
| }
|
|