File tree Expand file tree Collapse file tree 5 files changed +51
-23
lines changed Expand file tree Collapse file tree 5 files changed +51
-23
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " @oxvg/napi-darwin-arm64" ,
3
3
"version" : " 0.0.3" ,
4
4
"repository" : {
5
- "url" : " https://github.com/noahbald/oxvg"
5
+ "url" : " git+ https://github.com/noahbald/oxvg.git "
6
6
},
7
- "os" : [" darwin" ],
8
- "cpu" : [" x64" ],
7
+ "os" : [
8
+ " darwin"
9
+ ],
10
+ "cpu" : [
11
+ " x64"
12
+ ],
9
13
"main" : " napi.darwin-arm64.node" ,
10
- "files" : [" napi.darwin-arm64.node" ],
14
+ "files" : [
15
+ " napi.darwin-arm64.node"
16
+ ],
11
17
"license" : " MIT" ,
12
18
"engines" : {
13
19
"node" : " >= 10"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @oxvg/napi-darwin-x64" ,
3
3
"version" : " 0.0.3" ,
4
- "os" : [" darwin" ],
4
+ "os" : [
5
+ " darwin"
6
+ ],
5
7
"repository" : {
6
- "url" : " https://github.com/noahbald/oxvg"
8
+ "url" : " git+ https://github.com/noahbald/oxvg.git "
7
9
},
8
- "cpu" : [" x64" ],
10
+ "cpu" : [
11
+ " x64"
12
+ ],
9
13
"main" : " napi.darwin-x64.node" ,
10
- "files" : [" napi.darwin-x64.node" ],
14
+ "files" : [
15
+ " napi.darwin-x64.node"
16
+ ],
11
17
"license" : " MIT" ,
12
18
"engines" : {
13
19
"node" : " >= 10"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @oxvg/napi-linux-x64-gnu" ,
3
3
"version" : " 0.0.3" ,
4
- "os" : [" linux" ],
4
+ "os" : [
5
+ " linux"
6
+ ],
5
7
"repository" : {
6
- "url" : " https://github.com/noahbald/oxvg"
8
+ "url" : " git+ https://github.com/noahbald/oxvg.git "
7
9
},
8
- "cpu" : [" x64" ],
10
+ "cpu" : [
11
+ " x64"
12
+ ],
9
13
"main" : " napi.linux-x64-gnu.node" ,
10
- "files" : [" napi.linux-x64-gnu.node" ],
14
+ "files" : [
15
+ " napi.linux-x64-gnu.node"
16
+ ],
11
17
"license" : " MIT" ,
12
18
"engines" : {
13
19
"node" : " >= 10"
14
20
},
15
- "libc" : [" glibc" ]
21
+ "libc" : [
22
+ " glibc"
23
+ ]
16
24
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @oxvg/napi-win32-x64-msvc" ,
3
3
"version" : " 0.0.3" ,
4
- "os" : [" win32" ],
4
+ "os" : [
5
+ " win32"
6
+ ],
5
7
"repository" : {
6
- "url" : " https://github.com/noahbald/oxvg"
8
+ "url" : " git+ https://github.com/noahbald/oxvg.git "
7
9
},
8
- "cpu" : [" x64" ],
10
+ "cpu" : [
11
+ " x64"
12
+ ],
9
13
"main" : " napi.win32-x64-msvc.node" ,
10
- "files" : [" napi.win32-x64-msvc.node" ],
14
+ "files" : [
15
+ " napi.win32-x64-msvc.node"
16
+ ],
11
17
"license" : " MIT" ,
12
18
"engines" : {
13
19
"node" : " >= 10"
Original file line number Diff line number Diff line change 14
14
"version" : " napi version"
15
15
},
16
16
"repository" : {
17
- "url" : " https://github.com/noahbald/oxvg" ,
17
+ "url" : " git+ https://github.com/noahbald/oxvg.git " ,
18
18
"type" : " git"
19
19
},
20
20
"keywords" : [],
21
21
"author" : " " ,
22
22
"license" : " MIT" ,
23
23
"napi" : {
24
- "name" : " oxvg" ,
25
- "triples" : {
26
- "defaults" : true ,
27
- "additional" : [" aarch64-apple-darwin" ]
28
- }
24
+ "binaryName" : " oxvg" ,
25
+ "targets" : [
26
+ " x86_64-apple-darwin" ,
27
+ " aarch64-apple-darwin" ,
28
+ " x86_64-unknown-linux-gnu" ,
29
+ " x86_64-pc-windows-msvc"
30
+ ]
29
31
},
30
32
"packageManager" :
" [email protected] " ,
31
33
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments