-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage-lock.json
More file actions
34 lines (34 loc) · 1.12 KB
/
package-lock.json
File metadata and controls
34 lines (34 loc) · 1.12 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
{
"name": "transcribe-app",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"imohash": "^1.0.3"
}
},
"node_modules/imohash": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/imohash/-/imohash-1.0.3.tgz",
"integrity": "sha512-PbHXoiW55wvYnJJsnii/4fzIV2hRgUx9jGSTQsvFS8hu25Q/GL24IQtj95BgGfTsPm5oUvpT2u0RX5AphqgMKw==",
"dependencies": {
"murmurhash3js-revisited": "^3.0.0",
"varint": "^6.0.0"
}
},
"node_modules/murmurhash3js-revisited": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/murmurhash3js-revisited/-/murmurhash3js-revisited-3.0.0.tgz",
"integrity": "sha512-/sF3ee6zvScXMb1XFJ8gDsSnY+X8PbOyjIuBhtgis10W2Jx4ZjIhikUCIF9c4gpJxVnQIsPAFrSwTCuAjicP6g==",
"engines": {
"node": ">=8.0.0"
}
},
"node_modules/varint": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/varint/-/varint-6.0.0.tgz",
"integrity": "sha512-cXEIW6cfr15lFv563k4GuVuW/fiwjknytD37jIOLSdSWuOI6WnO/oKwmP2FQTU2l01LP8/M5TSAJpzUaGe3uWg=="
}
}
}