From 7dc7ac3aa699998a3acf8b67027d11b3485071b1 Mon Sep 17 00:00:00 2001 From: lovelxc <446064194@qq.com> Date: Sat, 25 Jan 2025 16:28:06 +0800 Subject: [PATCH] Add xxhash-wasm w/ npm auto-update * Add xxhash-wasm w/ npm auto-update * Update xxhash-wasm.json --- packages/x/xxhash-wasm.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 packages/x/xxhash-wasm.json diff --git a/packages/x/xxhash-wasm.json b/packages/x/xxhash-wasm.json new file mode 100644 index 000000000..dfb0145c4 --- /dev/null +++ b/packages/x/xxhash-wasm.json @@ -0,0 +1,29 @@ +{ + "name": "xxhash-wasm", + "filename": "xxhash-wasm.js", + "description": "A WebAssembly implementation of xxHash, a fast non-cryptographic hash algorithm.", + "keywords": [ + "xxhash", + "hash", + "wasm", + "webassembly" + ], + "license": "MIT", + "autoupdate": { + "source": "npm", + "target": "xxhash-wasm", + "fileMap": [ + { + "basePath": "", + "files": [ + "{,umd/,esm/,cjs/,workerd/}*@(.js?(.map)|.wasm|.d.ts)" + ] + } + ] + }, + "repository": { + "type": "git", + "url": "https://github.com/jungomi/xxhash-wasm" + } + } + \ No newline at end of file