-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
36 lines (36 loc) · 1.2 KB
/
package-lock.json
File metadata and controls
36 lines (36 loc) · 1.2 KB
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
{
"name": "service-worker-brotli",
"version": "0.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "service-worker-brotli",
"version": "0.0.1",
"license": "(MIT OR Apache-2.0)",
"dependencies": {
"mime": "^3.0.0",
"tiny-brotli-dec-wasm": "^1.0.0"
}
},
"node_modules/mime": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz",
"integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
"bin": {
"mime": "cli.js"
},
"engines": {
"node": ">=10.0.0"
}
},
"node_modules/tiny-brotli-dec-wasm": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/tiny-brotli-dec-wasm/-/tiny-brotli-dec-wasm-1.0.1.tgz",
"integrity": "sha512-0QkoAMzQu1TSyoQdlAVg0P4peMNibD9seVVXRi3AXSZTM91RuFKKwv9MVM+aC4E/zHkLxkkvGaNQMePCMFm5pA==",
"engines": {
"node": ">=17.5.0"
}
}
}
}