forked from faye/permessage-deflate-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
80 lines (80 loc) · 2.18 KB
/
package-lock.json
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
{
"name": "permessage-deflate",
"version": "0.1.7",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "permessage-deflate",
"version": "0.1.7",
"license": "Apache-2.0",
"dependencies": {
"safe-buffer": "*"
},
"devDependencies": {
"jstest": "*"
},
"engines": {
"node": ">=0.8.0"
}
},
"node_modules/abbrev": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-2.0.0.tgz",
"integrity": "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==",
"dev": true,
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
"node_modules/jstest": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/jstest/-/jstest-1.0.5.tgz",
"integrity": "sha512-f0zWx0FBVh7cM8ph2ZQKlzcYfiP0BAaB3UBuXKCJlChT0M7QD4Gbzvpg3C0+Dz05nc+xB4oJbEJq51cmzIfGqg==",
"dev": true,
"dependencies": {
"nopt": ""
},
"bin": {
"jstest": "bin/jstest"
},
"engines": {
"node": ">=0.4.0"
}
},
"node_modules/nopt": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/nopt/-/nopt-8.0.0.tgz",
"integrity": "sha512-1L/fTJ4UmV/lUxT2Uf006pfZKTvAgCF+chz+0OgBHO8u2Z67pE7AaAUUj7CJy0lXqHmymUvGFt6NE9R3HER0yw==",
"dev": true,
"dependencies": {
"abbrev": "^2.0.0"
},
"bin": {
"nopt": "bin/nopt.js"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
}
},
"node_modules/safe-buffer": {
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
]
}
}
}