-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage-lock.json
More file actions
75 lines (75 loc) · 2.47 KB
/
package-lock.json
File metadata and controls
75 lines (75 loc) · 2.47 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
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
{
"name": "protobuf-conformance",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "protobuf-conformance",
"hasInstallScript": true,
"dependencies": {
"@bufbuild/license-header": "^0.0.4",
"fflate": "^0.8.2",
"prettier": "^3.8.1"
},
"devDependencies": {
"protobuf-conformance": "^33.0.0"
}
},
"node_modules/@bufbuild/license-header": {
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/@bufbuild/license-header/-/license-header-0.0.4.tgz",
"integrity": "sha512-wOOrMjfLdDAO/BAKzCs/bvMPz61X3+qYC9nUbYxJYLVPFAlXus8aw2jNktyHEvLToCjOhn5EcpyaCpMzPHyHIQ==",
"dependencies": {
"picomatch": "^2.3.1"
},
"bin": {
"license-header": "command.mjs"
}
},
"node_modules/fflate": {
"version": "0.8.2",
"resolved": "https://registry.npmjs.org/fflate/-/fflate-0.8.2.tgz",
"integrity": "sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A=="
},
"node_modules/picomatch": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
"engines": {
"node": ">=8.6"
},
"funding": {
"url": "https://github.com/sponsors/jonschlinkert"
}
},
"node_modules/prettier": {
"version": "3.8.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.1.tgz",
"integrity": "sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==",
"license": "MIT",
"bin": {
"prettier": "bin/prettier.cjs"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
}
},
"node_modules/protobuf-conformance": {
"version": "33.0.0",
"resolved": "https://registry.npmjs.org/protobuf-conformance/-/protobuf-conformance-33.0.0.tgz",
"integrity": "sha512-h6BoHrRNtcGoDb6h3islqmXyERZ+TzkWevshH/TXI7I7PMr5xkSiBkGOG+6bI+tnMX8CRomD3QN35JxPMTuQBg==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"conformance_proto_eject": "conformance_proto_eject.cjs",
"conformance_test_runner": "conformance_test_runner.cjs"
},
"engines": {
"node": ">=20.0.0"
}
}
}
}