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
| {
| "_from": "webpack-node-externals@^3.0.0",
| "_id": "webpack-node-externals@3.0.0",
| "_inBundle": false,
| "_integrity": "sha512-LnL6Z3GGDPht/AigwRh2dvL9PQPFQ8skEpVrWZXLWBYmqcaojHNN0onvHzie6rq7EWKrrBfPYqNEzTJgiwEQDQ==",
| "_location": "/webpack-node-externals",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "webpack-node-externals@^3.0.0",
| "name": "webpack-node-externals",
| "escapedName": "webpack-node-externals",
| "rawSpec": "^3.0.0",
| "saveSpec": null,
| "fetchSpec": "^3.0.0"
| },
| "_requiredBy": [
| "/@nuxt/webpack"
| ],
| "_resolved": "https://registry.npmjs.org/webpack-node-externals/-/webpack-node-externals-3.0.0.tgz",
| "_shasum": "1a3407c158d547a9feb4229a9e3385b7b60c9917",
| "_spec": "webpack-node-externals@^3.0.0",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@nuxt\\webpack",
| "author": {
| "name": "Liad Yosef",
| "url": "https://github.com/liady"
| },
| "bugs": {
| "url": "https://github.com/liady/webpack-node-externals/issues"
| },
| "bundleDependencies": false,
| "dependencies": {},
| "deprecated": false,
| "description": "Easily exclude node_modules in Webpack bundle",
| "devDependencies": {
| "chai": "^3.5.0",
| "eslint": "^7.7.0",
| "eslint-plugin-import": "^2.22.0",
| "mocha": "^2.5.3",
| "mock-fs": "^4.12.0",
| "ncp": "^2.0.0",
| "webpack": "^4.44.1"
| },
| "engines": {
| "node": ">=6"
| },
| "files": [
| "LICENSE",
| "README.md",
| "index.js",
| "utils.js"
| ],
| "homepage": "https://github.com/liady/webpack-node-externals",
| "keywords": [
| "webpack",
| "node_modules",
| "node",
| "bundle",
| "externals"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "webpack-node-externals",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/liady/webpack-node-externals.git"
| },
| "scripts": {
| "test": "npm run unit-watch",
| "unit": "mocha --colors ./test/*.spec.js",
| "unit-watch": "mocha --colors -w ./test/*.spec.js"
| },
| "version": "3.0.0"
| }
|
|