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
| {
| "_args": [
| [
| "byte@2.0.0",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_from": "byte@2.0.0",
| "_id": "byte@2.0.0",
| "_inBundle": false,
| "_integrity": "sha512-rNiK8YxOMvquToaBubKxA10sjRIZ/taDqtc/1jLQA4X7aNDlA1XGx4Ciml3YxL8DskFz1XX3WFskSp0peKYSKg==",
| "_location": "/byte",
| "_phantomChildren": {
| "ms": "2.1.1"
| },
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "byte@2.0.0",
| "name": "byte",
| "escapedName": "byte",
| "rawSpec": "2.0.0",
| "saveSpec": null,
| "fetchSpec": "2.0.0"
| },
| "_requiredBy": [
| "/cluster-client"
| ],
| "_resolved": "https://registry.npmjs.org/byte/-/byte-2.0.0.tgz",
| "_spec": "2.0.0",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "author": {
| "name": "fengmk2",
| "email": "fengmk2@gmail.com",
| "url": "http://fengmk2.com"
| },
| "bugs": {
| "url": "https://github.com/node-modules/byte/issues",
| "email": "fengmk2@gmail.com"
| },
| "ci": {
| "version": "8, 10"
| },
| "dependencies": {
| "debug": "^3.1.0",
| "long": "^4.0.0",
| "utility": "^1.13.1"
| },
| "description": "Input Buffer and Output Buffer, just like Java ByteBuffer",
| "devDependencies": {
| "autod": "^3.0.1",
| "beautify-benchmark": "^0.2.4",
| "benchmark": "^2.1.4",
| "egg-bin": "^4.7.0",
| "egg-ci": "^1.8.0",
| "eslint": "^4.19.1",
| "eslint-config-egg": "^7.0.0",
| "fastbench": "^1.0.1",
| "optimized": "^1.2.0"
| },
| "engines": {
| "node": ">= 8.0.0"
| },
| "files": [
| "lib"
| ],
| "homepage": "https://github.com/node-modules/byte",
| "keywords": [
| "ByteBuffer",
| "byte",
| "bytes",
| "io",
| "buffer"
| ],
| "license": "MIT",
| "main": "lib/byte.js",
| "name": "byte",
| "repository": {
| "type": "git",
| "url": "git://github.com/node-modules/byte.git",
| "web": "https://github.com/node-modules/byte"
| },
| "scripts": {
| "autod": "autod",
| "ci": "npm run autod -- --check && egg-bin pkgfiles --check && npm run lint && npm run cov",
| "contributors": "contributors -f plain -o AUTHORS",
| "cov": "egg-bin cov",
| "lint": "eslint lib test *.js",
| "optimized": "node --allow-natives-syntax --trace_opt --trace_deopt test/optimized.js",
| "pkgfiles": "egg-bin pkgfiles",
| "test": "npm run lint && egg-bin test",
| "test-local": "egg-bin test"
| },
| "version": "2.0.0"
| }
|
|