-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage-lock.json
More file actions
83 lines (83 loc) · 2.28 KB
/
Copy pathpackage-lock.json
File metadata and controls
83 lines (83 loc) · 2.28 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
76
77
78
79
80
81
82
83
{
"name": "@ahkohd/oyo",
"version": "0.1.40",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@ahkohd/oyo",
"version": "0.1.40",
"license": "MIT",
"bin": {
"oy": "bin/oy.js"
},
"engines": {
"node": ">=18"
},
"optionalDependencies": {
"@ahkohd/oyo-darwin-arm64": "0.1.40",
"@ahkohd/oyo-darwin-x64": "0.1.40",
"@ahkohd/oyo-linux-arm64-gnu": "0.1.40",
"@ahkohd/oyo-linux-x64-gnu": "0.1.40"
}
},
"node_modules/@ahkohd/oyo-darwin-arm64": {
"version": "0.1.40",
"resolved": "https://registry.npmjs.org/@ahkohd/oyo-darwin-arm64/-/oyo-darwin-arm64-0.1.40.tgz",
"integrity": "sha512-th/MYYG5EP7AS5BureB6/bZw0Uyj3UF1R1BYvgT9BH6cLY30JFaGtpROQgkYZOgrOnRzr+tFxUF5l+qUAk7nmg==",
"cpu": [
"arm64"
],
"license": "MIT",
"optional": true,
"os": [
"darwin"
]
},
"node_modules/@ahkohd/oyo-darwin-x64": {
"version": "0.1.40",
"resolved": "https://registry.npmjs.org/@ahkohd/oyo-darwin-x64/-/oyo-darwin-x64-0.1.40.tgz",
"integrity": "sha512-IKSvlW7uU/EVVKOE+6HiO5rwBZNR/5R2IjtAdS59CRyhXIPQdZoFCrQU61BbZ+2+OZB92AEW+LN8YXp9HjXsDw==",
"cpu": [
"x64"
],
"license": "MIT",
"optional": true,
"os": [
"darwin"
]
},
"node_modules/@ahkohd/oyo-linux-arm64-gnu": {
"version": "0.1.40",
"resolved": "https://registry.npmjs.org/@ahkohd/oyo-linux-arm64-gnu/-/oyo-linux-arm64-gnu-0.1.40.tgz",
"integrity": "sha512-I2olaWLVi4ru25swfsvM3E8sKldSHqB9S7ljqednibLbmsoqp8ccwAcLeU8IgvNmvUC5wC8ooMTake2FatjxWw==",
"cpu": [
"arm64"
],
"libc": [
"glibc"
],
"license": "MIT",
"optional": true,
"os": [
"linux"
]
},
"node_modules/@ahkohd/oyo-linux-x64-gnu": {
"version": "0.1.40",
"resolved": "https://registry.npmjs.org/@ahkohd/oyo-linux-x64-gnu/-/oyo-linux-x64-gnu-0.1.40.tgz",
"integrity": "sha512-VoQifynEFkbLYoURcdTPJJCz9Thak1SQ5BFoovUiZTQbH4rW5ofjC3+GrVe+8DUKuZijFZF7jL0vkMWkfCMwGQ==",
"cpu": [
"x64"
],
"libc": [
"glibc"
],
"license": "MIT",
"optional": true,
"os": [
"linux"
]
}
}
}