fix(core): update
This commit is contained in:
@@ -5,18 +5,21 @@
|
||||
"githost": "code.foss.global",
|
||||
"gitscope": "push.rocks",
|
||||
"gitrepo": "smartbuffer",
|
||||
"description": "A module for handling ArrayBufferLike structures, including conversion and validation utilities.",
|
||||
"description": "A library for managing ArrayBufferLike structures including conversion between Base64 and Uint8Array, and buffer validation.",
|
||||
"npmPackagename": "@push.rocks/smartbuffer",
|
||||
"license": "MIT",
|
||||
"projectDomain": "push.rocks",
|
||||
"keywords": [
|
||||
"typescript",
|
||||
"arraybuffer",
|
||||
"buffer conversion",
|
||||
"base64",
|
||||
"ArrayBuffer",
|
||||
"TypeScript",
|
||||
"base64 conversion",
|
||||
"Uint8Array",
|
||||
"data transformation",
|
||||
"binary data handling",
|
||||
"buffer validation",
|
||||
"utility",
|
||||
"data processing"
|
||||
"modular programming",
|
||||
"ESM",
|
||||
"utilities"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user