-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
54 lines (54 loc) · 1.4 KB
/
package-lock.json
File metadata and controls
54 lines (54 loc) · 1.4 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
{
"name": "@happytoolin/hni",
"version": "0.0.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@happytoolin/hni",
"version": "0.0.2",
"license": "GPL-3.0-only",
"bin": {
"hni": "bin/hni.js",
"na": "bin/na.js",
"nci": "bin/nci.js",
"ni": "bin/ni.js",
"nlx": "bin/nlx.js",
"np": "bin/np.js",
"nr": "bin/nr.js",
"ns": "bin/ns.js",
"nu": "bin/nu.js",
"nun": "bin/nun.js"
},
"engines": {
"node": ">=18"
},
"optionalDependencies": {
"@happytoolin/hni-darwin-arm64": "0.0.2",
"@happytoolin/hni-darwin-x64": "0.0.2",
"@happytoolin/hni-linux-arm64-musl": "0.0.2",
"@happytoolin/hni-linux-x64-musl": "0.0.2",
"@happytoolin/hni-win32-arm64-msvc": "0.0.2",
"@happytoolin/hni-win32-x64-msvc": "0.0.2"
}
},
"node_modules/@happytoolin/hni-darwin-arm64": {
"optional": true
},
"node_modules/@happytoolin/hni-darwin-x64": {
"optional": true
},
"node_modules/@happytoolin/hni-linux-arm64-musl": {
"optional": true
},
"node_modules/@happytoolin/hni-linux-x64-musl": {
"optional": true
},
"node_modules/@happytoolin/hni-win32-arm64-msvc": {
"optional": true
},
"node_modules/@happytoolin/hni-win32-x64-msvc": {
"optional": true
}
}
}