File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,9 @@ The official Node bindings are in a jinx with limited support for Node versions
66> * Windows x86_64
77> * Linux x86_64 (glibc, musl/Alpine)
88> * Linux aarch64 (glibc, musl/Alpine)
9- > * MacOS aarch64/x86_64
9+ > * macOS x86_64
10+ > * macOS aarch64 (Apple Silicon)
11+ > * macOS Universal binary
1012
1113## Installation
1214
Original file line number Diff line number Diff line change 11{
22 "name" : " @anush008/tokenizers-darwin-universal" ,
3- "version" : " 0.0 .0" ,
3+ "version" : " 0.5 .0" ,
44 "os" : [
55 " darwin"
66 ],
1313 "engines" : {
1414 "node" : " >= 10"
1515 },
16- "repository" : " https://github.com/Anush008/tokenizers"
16+ "repository" : " https://github.com/Anush008/tokenizers" ,
17+ "publishConfig" : {
18+ "access" : " public"
19+ }
1720}
Original file line number Diff line number Diff line change 11{
22 "name" : " @anush008/tokenizers-linux-arm64-gnu" ,
3- "version" : " 0.0 .0" ,
3+ "version" : " 0.5 .0" ,
44 "os" : [
55 " linux"
66 ],
1717 "node" : " >= 10"
1818 },
1919 "repository" : " https://github.com/Anush008/tokenizers" ,
20+ "publishConfig" : {
21+ "access" : " public"
22+ },
2023 "libc" : [
2124 " glibc"
2225 ]
23- }
26+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " @anush008/tokenizers-linux-arm64-musl" ,
3- "version" : " 0.0 .0" ,
3+ "version" : " 0.5 .0" ,
44 "os" : [
55 " linux"
66 ],
1616 "engines" : {
1717 "node" : " >= 10"
1818 },
19- "repository" : " https://github.com/Anush008/tokenizers" ,
19+ "repository" : {
20+ "type" : " git" ,
21+ "url" : " git+https://github.com/Anush008/tokenizers.git"
22+ },
2023 "libc" : [
2124 " musl"
22- ]
23- }
25+ ],
26+ "publishConfig" : {
27+ "access" : " public"
28+ }
29+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " @anush008/tokenizers-linux-x64-gnu" ,
3- "version" : " 0.0 .0" ,
3+ "version" : " 0.5 .0" ,
44 "os" : [
55 " linux"
66 ],
1717 "node" : " >= 10"
1818 },
1919 "repository" : " https://github.com/Anush008/tokenizers" ,
20+ "publishConfig" : {
21+ "access" : " public"
22+ },
2023 "libc" : [
2124 " glibc"
2225 ]
Original file line number Diff line number Diff line change 11{
22 "name" : " @anush008/tokenizers-linux-x64-musl" ,
3- "version" : " 0.0 .0" ,
3+ "version" : " 0.5 .0" ,
44 "os" : [
55 " linux"
66 ],
1919 "repository" : " https://github.com/Anush008/tokenizers" ,
2020 "libc" : [
2121 " musl"
22- ]
23- }
22+ ],
23+ "publishConfig" : {
24+ "access" : " public"
25+ }
26+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " @anush008/tokenizers-win32-x64-msvc" ,
3- "version" : " 0.0 .0" ,
3+ "version" : " 0.5 .0" ,
44 "os" : [
55 " win32"
66 ],
1616 "engines" : {
1717 "node" : " >= 10"
1818 },
19- "repository" : " https://github.com/Anush008/tokenizers"
19+ "repository" : " https://github.com/Anush008/tokenizers" ,
20+ "publishConfig" : {
21+ "access" : " public"
22+ }
2023}
Original file line number Diff line number Diff line change 11{
22 "name" : " @anush008/tokenizers" ,
3- "version" : " 0.2 .0" ,
3+ "version" : " 0.5 .0" ,
44 "main" : " index.js" ,
55 "types" : " index.d.ts" ,
6+ "publishConfig" : {
7+ "access" : " public"
8+ },
69 "napi" : {
710 "name" : " tokenizers" ,
811 "triples" : {
3841 "version" : " napi version"
3942 },
4043 "packageManager" : " yarn@3.6.3" ,
41- "repository" : " https://github.com/Anush008/tokenizers" ,
44+ "repository" : {
45+ "type" : " git" ,
46+ "url" : " git+https://github.com/Anush008/tokenizers.git"
47+ },
4248 "description" : " Multi-arch builds of HuggingFace tokenizers"
4349}
You can’t perform that action at this time.
0 commit comments