-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
72 lines (72 loc) · 1.95 KB
/
package-lock.json
File metadata and controls
72 lines (72 loc) · 1.95 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
{
"name": "duroxide",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "duroxide",
"version": "0.1.0",
"license": "MIT",
"devDependencies": {
"@napi-rs/cli": "^2.18.0",
"dotenv": "^17.2.4"
},
"engines": {
"node": ">= 18"
},
"optionalDependencies": {
"duroxide-darwin-arm64": "0.1.0",
"duroxide-darwin-x64": "0.1.0",
"duroxide-linux-x64-gnu": "0.1.0",
"duroxide-win32-x64-msvc": "0.1.0"
}
},
"node_modules/@napi-rs/cli": {
"version": "2.18.4",
"resolved": "https://registry.npmjs.org/@napi-rs/cli/-/cli-2.18.4.tgz",
"integrity": "sha512-SgJeA4df9DE2iAEpr3M2H0OKl/yjtg1BnRI5/JyowS71tUWhrfSu2LT0V3vlHET+g1hBVlrO60PmEXwUEKp8Mg==",
"dev": true,
"license": "MIT",
"bin": {
"napi": "scripts/index.js"
},
"engines": {
"node": ">= 10"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Brooooooklyn"
}
},
"node_modules/dotenv": {
"version": "17.2.4",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.2.4.tgz",
"integrity": "sha512-mudtfb4zRB4bVvdj0xRo+e6duH1csJRM8IukBqfTRvHotn9+LBXB8ynAidP9zHqoRC/fsllXgk4kCKlR21fIhw==",
"dev": true,
"license": "BSD-2-Clause",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://dotenvx.com"
}
},
"node_modules/duroxide-darwin-arm64": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/duroxide-darwin-arm64/-/duroxide-darwin-arm64-0.1.0.tgz",
"integrity": "sha512-vTuWTFSU0qRI1NswqeqyyKCMF+uRiLgLUpaNRwMlGsRiucOV/bSmXtyJL1klPvoNAlW4dpvuRw4k9xrEPbrk5A==",
"cpu": [
"arm64"
],
"license": "MIT",
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": ">= 18"
}
}
}
}