generated from napi-rs/package-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a128503
commit 6686dbd
Showing
29 changed files
with
118 additions
and
146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# `@napi-rs/package-template-android-arm-eabi` | ||
# `@wildboar/x500-native-android-arm-eabi` | ||
|
||
This is the **armv7-linux-androideabi** binary for `@napi-rs/package-template` | ||
This is the **armv7-linux-androideabi** binary for `@wildboar/x500-native` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"name": "@napi-rs/package-template-android-arm-eabi", | ||
"name": "@wildboar/x500-native-android-arm-eabi", | ||
"version": "1.0.0", | ||
"os": [ | ||
"android" | ||
], | ||
"cpu": [ | ||
"arm" | ||
], | ||
"main": "package-template.android-arm-eabi.node", | ||
"main": "x500-native.android-arm-eabi.node", | ||
"files": [ | ||
"package-template.android-arm-eabi.node" | ||
"x500-native.android-arm-eabi.node" | ||
], | ||
"description": "Template project for writing node package with napi-rs", | ||
"description": "NodeJS native add-ons for X.500 directory usage", | ||
"keywords": [ | ||
"napi-rs", | ||
"NAPI", | ||
|
@@ -29,4 +29,4 @@ | |
"access": "public" | ||
}, | ||
"repository": "[email protected]:napi-rs/package-template.git" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# `@napi-rs/package-template-android-arm64` | ||
# `@wildboar/x500-native-android-arm64` | ||
|
||
This is the **aarch64-linux-android** binary for `@napi-rs/package-template` | ||
This is the **aarch64-linux-android** binary for `@wildboar/x500-native` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"name": "@napi-rs/package-template-android-arm64", | ||
"name": "@wildboar/x500-native-android-arm64", | ||
"version": "1.0.0", | ||
"os": [ | ||
"android" | ||
], | ||
"cpu": [ | ||
"arm64" | ||
], | ||
"main": "package-template.android-arm64.node", | ||
"main": "x500-native.android-arm64.node", | ||
"files": [ | ||
"package-template.android-arm64.node" | ||
"x500-native.android-arm64.node" | ||
], | ||
"description": "Template project for writing node package with napi-rs", | ||
"description": "NodeJS native add-ons for X.500 directory usage", | ||
"keywords": [ | ||
"napi-rs", | ||
"NAPI", | ||
|
@@ -29,4 +29,4 @@ | |
"access": "public" | ||
}, | ||
"repository": "[email protected]:napi-rs/package-template.git" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# `@napi-rs/package-template-darwin-arm64` | ||
# `@wildboar/x500-native-darwin-arm64` | ||
|
||
This is the **aarch64-apple-darwin** binary for `@napi-rs/package-template` | ||
This is the **aarch64-apple-darwin** binary for `@wildboar/x500-native` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"name": "@napi-rs/package-template-darwin-arm64", | ||
"name": "@wildboar/x500-native-darwin-arm64", | ||
"version": "1.0.0", | ||
"os": [ | ||
"darwin" | ||
], | ||
"cpu": [ | ||
"arm64" | ||
], | ||
"main": "package-template.darwin-arm64.node", | ||
"main": "x500-native.darwin-arm64.node", | ||
"files": [ | ||
"package-template.darwin-arm64.node" | ||
"x500-native.darwin-arm64.node" | ||
], | ||
"description": "Template project for writing node package with napi-rs", | ||
"description": "NodeJS native add-ons for X.500 directory usage", | ||
"keywords": [ | ||
"napi-rs", | ||
"NAPI", | ||
|
@@ -29,4 +29,4 @@ | |
"access": "public" | ||
}, | ||
"repository": "[email protected]:napi-rs/package-template.git" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# `@napi-rs/package-template-darwin-x64` | ||
# `@wildboar/x500-native-darwin-x64` | ||
|
||
This is the **x86_64-apple-darwin** binary for `@napi-rs/package-template` | ||
This is the **x86_64-apple-darwin** binary for `@wildboar/x500-native` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"name": "@napi-rs/package-template-darwin-x64", | ||
"name": "@wildboar/x500-native-darwin-x64", | ||
"version": "1.0.0", | ||
"os": [ | ||
"darwin" | ||
], | ||
"cpu": [ | ||
"x64" | ||
], | ||
"main": "package-template.darwin-x64.node", | ||
"main": "x500-native.darwin-x64.node", | ||
"files": [ | ||
"package-template.darwin-x64.node" | ||
"x500-native.darwin-x64.node" | ||
], | ||
"description": "Template project for writing node package with napi-rs", | ||
"description": "NodeJS native add-ons for X.500 directory usage", | ||
"keywords": [ | ||
"napi-rs", | ||
"NAPI", | ||
|
@@ -29,4 +29,4 @@ | |
"access": "public" | ||
}, | ||
"repository": "[email protected]:napi-rs/package-template.git" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# `@napi-rs/package-template-freebsd-x64` | ||
# `@wildboar/x500-native-freebsd-x64` | ||
|
||
This is the **x86_64-unknown-freebsd** binary for `@napi-rs/package-template` | ||
This is the **x86_64-unknown-freebsd** binary for `@wildboar/x500-native` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"name": "@napi-rs/package-template-freebsd-x64", | ||
"name": "@wildboar/x500-native-freebsd-x64", | ||
"version": "1.0.0", | ||
"os": [ | ||
"freebsd" | ||
], | ||
"cpu": [ | ||
"x64" | ||
], | ||
"main": "package-template.freebsd-x64.node", | ||
"main": "x500-native.freebsd-x64.node", | ||
"files": [ | ||
"package-template.freebsd-x64.node" | ||
"x500-native.freebsd-x64.node" | ||
], | ||
"description": "Template project for writing node package with napi-rs", | ||
"description": "NodeJS native add-ons for X.500 directory usage", | ||
"keywords": [ | ||
"napi-rs", | ||
"NAPI", | ||
|
@@ -29,4 +29,4 @@ | |
"access": "public" | ||
}, | ||
"repository": "[email protected]:napi-rs/package-template.git" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# `@napi-rs/package-template-linux-arm-gnueabihf` | ||
# `@wildboar/x500-native-linux-arm-gnueabihf` | ||
|
||
This is the **armv7-unknown-linux-gnueabihf** binary for `@napi-rs/package-template` | ||
This is the **armv7-unknown-linux-gnueabihf** binary for `@wildboar/x500-native` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"name": "@napi-rs/package-template-linux-arm-gnueabihf", | ||
"name": "@wildboar/x500-native-linux-arm-gnueabihf", | ||
"version": "1.0.0", | ||
"os": [ | ||
"linux" | ||
], | ||
"cpu": [ | ||
"arm" | ||
], | ||
"main": "package-template.linux-arm-gnueabihf.node", | ||
"main": "x500-native.linux-arm-gnueabihf.node", | ||
"files": [ | ||
"package-template.linux-arm-gnueabihf.node" | ||
"x500-native.linux-arm-gnueabihf.node" | ||
], | ||
"description": "Template project for writing node package with napi-rs", | ||
"description": "NodeJS native add-ons for X.500 directory usage", | ||
"keywords": [ | ||
"napi-rs", | ||
"NAPI", | ||
|
@@ -29,4 +29,4 @@ | |
"access": "public" | ||
}, | ||
"repository": "[email protected]:napi-rs/package-template.git" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# `@napi-rs/package-template-linux-arm64-gnu` | ||
# `@wildboar/x500-native-linux-arm64-gnu` | ||
|
||
This is the **aarch64-unknown-linux-gnu** binary for `@napi-rs/package-template` | ||
This is the **aarch64-unknown-linux-gnu** binary for `@wildboar/x500-native` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,17 @@ | ||
{ | ||
"name": "@napi-rs/package-template-linux-arm64-gnu", | ||
"name": "@wildboar/x500-native-linux-arm64-gnu", | ||
"version": "1.0.0", | ||
"os": [ | ||
"linux" | ||
], | ||
"cpu": [ | ||
"arm64" | ||
], | ||
"libc": [ | ||
"glibc" | ||
], | ||
"main": "package-template.linux-arm64-gnu.node", | ||
"main": "x500-native.linux-arm64-gnu.node", | ||
"files": [ | ||
"package-template.linux-arm64-gnu.node" | ||
"x500-native.linux-arm64-gnu.node" | ||
], | ||
"description": "Template project for writing node package with napi-rs", | ||
"description": "NodeJS native add-ons for X.500 directory usage", | ||
"keywords": [ | ||
"napi-rs", | ||
"NAPI", | ||
|
@@ -31,5 +28,8 @@ | |
"registry": "https://registry.npmjs.org/", | ||
"access": "public" | ||
}, | ||
"repository": "[email protected]:napi-rs/package-template.git" | ||
} | ||
"repository": "[email protected]:napi-rs/package-template.git", | ||
"libc": [ | ||
"glibc" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# `@napi-rs/package-template-linux-arm64-musl` | ||
# `@wildboar/x500-native-linux-arm64-musl` | ||
|
||
This is the **aarch64-unknown-linux-musl** binary for `@napi-rs/package-template` | ||
This is the **aarch64-unknown-linux-musl** binary for `@wildboar/x500-native` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,17 @@ | ||
{ | ||
"name": "@napi-rs/package-template-linux-arm64-musl", | ||
"name": "@wildboar/x500-native-linux-arm64-musl", | ||
"version": "1.0.0", | ||
"os": [ | ||
"linux" | ||
], | ||
"cpu": [ | ||
"arm64" | ||
], | ||
"libc": [ | ||
"musl" | ||
], | ||
"main": "package-template.linux-arm64-musl.node", | ||
"main": "x500-native.linux-arm64-musl.node", | ||
"files": [ | ||
"package-template.linux-arm64-musl.node" | ||
"x500-native.linux-arm64-musl.node" | ||
], | ||
"description": "Template project for writing node package with napi-rs", | ||
"description": "NodeJS native add-ons for X.500 directory usage", | ||
"keywords": [ | ||
"napi-rs", | ||
"NAPI", | ||
|
@@ -31,5 +28,8 @@ | |
"registry": "https://registry.npmjs.org/", | ||
"access": "public" | ||
}, | ||
"repository": "[email protected]:napi-rs/package-template.git" | ||
} | ||
"repository": "[email protected]:napi-rs/package-template.git", | ||
"libc": [ | ||
"musl" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# `@napi-rs/package-template-linux-x64-gnu` | ||
# `@wildboar/x500-native-linux-x64-gnu` | ||
|
||
This is the **x86_64-unknown-linux-gnu** binary for `@napi-rs/package-template` | ||
This is the **x86_64-unknown-linux-gnu** binary for `@wildboar/x500-native` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,17 @@ | ||
{ | ||
"name": "@napi-rs/package-template-linux-x64-gnu", | ||
"name": "@wildboar/x500-native-linux-x64-gnu", | ||
"version": "1.0.0", | ||
"os": [ | ||
"linux" | ||
], | ||
"cpu": [ | ||
"x64" | ||
], | ||
"libc": [ | ||
"glibc" | ||
], | ||
"main": "package-template.linux-x64-gnu.node", | ||
"main": "x500-native.linux-x64-gnu.node", | ||
"files": [ | ||
"package-template.linux-x64-gnu.node" | ||
"x500-native.linux-x64-gnu.node" | ||
], | ||
"description": "Template project for writing node package with napi-rs", | ||
"description": "NodeJS native add-ons for X.500 directory usage", | ||
"keywords": [ | ||
"napi-rs", | ||
"NAPI", | ||
|
@@ -31,5 +28,8 @@ | |
"registry": "https://registry.npmjs.org/", | ||
"access": "public" | ||
}, | ||
"repository": "[email protected]:napi-rs/package-template.git" | ||
} | ||
"repository": "[email protected]:napi-rs/package-template.git", | ||
"libc": [ | ||
"glibc" | ||
] | ||
} |
Oops, something went wrong.