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": "node-libs-browser@^2.2.1",
| "_id": "node-libs-browser@2.2.1",
| "_inBundle": false,
| "_integrity": "sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==",
| "_location": "/node-libs-browser",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "node-libs-browser@^2.2.1",
| "name": "node-libs-browser",
| "escapedName": "node-libs-browser",
| "rawSpec": "^2.2.1",
| "saveSpec": null,
| "fetchSpec": "^2.2.1"
| },
| "_requiredBy": [
| "/webpack"
| ],
| "_resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.2.1.tgz",
| "_shasum": "b64f513d18338625f90346d27b0d235e631f6425",
| "_spec": "node-libs-browser@^2.2.1",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\webpack",
| "author": {
| "name": "Tobias Koppers @sokra"
| },
| "bugs": {
| "url": "https://github.com/webpack/node-libs-browser/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "assert": "^1.1.1",
| "browserify-zlib": "^0.2.0",
| "buffer": "^4.3.0",
| "console-browserify": "^1.1.0",
| "constants-browserify": "^1.0.0",
| "crypto-browserify": "^3.11.0",
| "domain-browser": "^1.1.1",
| "events": "^3.0.0",
| "https-browserify": "^1.0.0",
| "os-browserify": "^0.3.0",
| "path-browserify": "0.0.1",
| "process": "^0.11.10",
| "punycode": "^1.2.4",
| "querystring-es3": "^0.2.0",
| "readable-stream": "^2.3.3",
| "stream-browserify": "^2.0.1",
| "stream-http": "^2.7.2",
| "string_decoder": "^1.0.0",
| "timers-browserify": "^2.0.4",
| "tty-browserify": "0.0.0",
| "url": "^0.11.0",
| "util": "^0.11.0",
| "vm-browserify": "^1.0.1"
| },
| "deprecated": false,
| "description": "The node core libs for in browser usage.",
| "files": [
| "index.js",
| "mock/"
| ],
| "homepage": "http://github.com/webpack/node-libs-browser",
| "license": "MIT",
| "main": "index.js",
| "name": "node-libs-browser",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/webpack/node-libs-browser.git"
| },
| "scripts": {
| "test": "echo \"Error: no test specified\" && exit 1"
| },
| "version": "2.2.1"
| }
|
|