Commit 3d39f9a 1 parent 979c92e commit 3d39f9a Copy full SHA for 3d39f9a
File tree 2 files changed +52
-0
lines changed
packages/turbo-repository/npm
2 files changed +52
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " @turbo/repository-linux-arm64-musl" ,
3
+ "version" : " 0.0.1-canary.4" ,
4
+ "repository" : {
5
+ "type" : " git" ,
6
+ "url" : " https://github.com/vercel/turbo" ,
7
+ "directory" : " packages/turbo-repository/npm/linux-arm64-musl"
8
+ },
9
+ "os" : [
10
+ " linux"
11
+ ],
12
+ "cpu" : [
13
+ " arm64"
14
+ ],
15
+ "libc" : [
16
+ " glibc"
17
+ ],
18
+ "main" : " repository.linux-arm64-musl.node" ,
19
+ "files" : [
20
+ " repository.linux-arm64-musl.node"
21
+ ],
22
+ "license" : " MPL-2.0" ,
23
+ "engines" : {
24
+ "node" : " >= 10"
25
+ }
26
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " @turbo/repository-linux-x64-musl" ,
3
+ "version" : " 0.0.1-canary.4" ,
4
+ "repository" : {
5
+ "type" : " git" ,
6
+ "url" : " https://github.com/vercel/turbo" ,
7
+ "directory" : " packages/turbo-repository/npm/linux-x64-musl"
8
+ },
9
+ "os" : [
10
+ " linux"
11
+ ],
12
+ "cpu" : [
13
+ " x64"
14
+ ],
15
+ "libc" : [
16
+ " glibc"
17
+ ],
18
+ "main" : " repository.linux-x64-musl.node" ,
19
+ "files" : [
20
+ " repository.linux-x64-musl.node"
21
+ ],
22
+ "license" : " MPL-2.0" ,
23
+ "engines" : {
24
+ "node" : " >= 10"
25
+ }
26
+ }
You can’t perform that action at this time.
0 commit comments