initial commit
This commit is contained in:
54
node_modules/uint8array-extras/package.json
generated
vendored
Normal file
54
node_modules/uint8array-extras/package.json
generated
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"name": "uint8array-extras",
|
||||
"version": "1.4.0",
|
||||
"description": "Useful utilities for working with Uint8Array (and Buffer)",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/uint8array-extras",
|
||||
"funding": "https://github.com/sponsors/sindresorhus",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "https://sindresorhus.com"
|
||||
},
|
||||
"type": "module",
|
||||
"exports": {
|
||||
"types": "./index.d.ts",
|
||||
"default": "./index.js"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsc index.d.ts"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts"
|
||||
],
|
||||
"keywords": [
|
||||
"uint8array",
|
||||
"uint8",
|
||||
"typedarray",
|
||||
"buffer",
|
||||
"typedarray",
|
||||
"arraybuffer",
|
||||
"is",
|
||||
"assert",
|
||||
"concat",
|
||||
"equals",
|
||||
"compare",
|
||||
"base64",
|
||||
"string",
|
||||
"atob",
|
||||
"btoa",
|
||||
"hex",
|
||||
"hexadecimal"
|
||||
],
|
||||
"devDependencies": {
|
||||
"ava": "^6.0.1",
|
||||
"typescript": "^5.3.3",
|
||||
"xo": "^0.56.0",
|
||||
"benchmark": "2.1.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user