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
| {
| "_from": "util@^0.12.0",
| "_id": "util@0.12.5",
| "_inBundle": false,
| "_integrity": "sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==",
| "_location": "/util",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "util@^0.12.0",
| "name": "util",
| "escapedName": "util",
| "rawSpec": "^0.12.0",
| "saveSpec": null,
| "fetchSpec": "^0.12.0"
| },
| "_requiredBy": [
| "/assert"
| ],
| "_resolved": "https://registry.npmmirror.com/util/-/util-0.12.5.tgz",
| "_shasum": "5f17a6059b73db61a875668781a1c2b136bd6fbc",
| "_spec": "util@^0.12.0",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/assert",
| "author": {
| "name": "Joyent",
| "url": "http://www.joyent.com"
| },
| "browser": {
| "./support/isBuffer.js": "./support/isBufferBrowser.js"
| },
| "bugs": {
| "url": "https://github.com/browserify/node-util/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "inherits": "^2.0.3",
| "is-arguments": "^1.0.4",
| "is-generator-function": "^1.0.7",
| "is-typed-array": "^1.1.3",
| "which-typed-array": "^1.1.2"
| },
| "deprecated": false,
| "description": "Node.js's util module for all engines",
| "devDependencies": {
| "airtap": "~1.0.0",
| "core-js": "^3.6.5",
| "is-async-supported": "~1.2.0",
| "object.assign": "~4.1.0",
| "object.entries": "^1.1.0",
| "run-series": "~1.1.4",
| "safe-buffer": "^5.1.2",
| "tape": "~4.9.0"
| },
| "files": [
| "util.js",
| "support"
| ],
| "homepage": "https://github.com/browserify/node-util",
| "keywords": [
| "util"
| ],
| "license": "MIT",
| "main": "./util.js",
| "name": "util",
| "repository": {
| "type": "git",
| "url": "git://github.com/browserify/node-util.git"
| },
| "scripts": {
| "test": "node test/node/index.js",
| "test:browsers": "airtap test/browser/index.js",
| "test:browsers:local": "npm run test:browsers -- --local",
| "test:browsers:with-polyfills": "airtap test/browser/with-polyfills.js",
| "test:browsers:with-polyfills:local": "npm run test:browsers:with-polyfills -- --local"
| },
| "version": "0.12.5"
| }
|
|