@huggingface/xetchunk-wasm
Advanced tools
+21
| MIT License | ||
| Copyright (c) 2023 Hugging Face | ||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| of this software and associated documentation files (the "Software"), to deal | ||
| in the Software without restriction, including without limitation the rights | ||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the Software is | ||
| furnished to do so, subject to the following conditions: | ||
| The above copyright notice and this permission notice shall be included in all | ||
| copies or substantial portions of the Software. | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| SOFTWARE. |
+54
-54
| { | ||
| "name": "@huggingface/xetchunk-wasm", | ||
| "version": "0.0.4", | ||
| "description": "Content-defined chunking and hashing for Hugging Face Xet storage", | ||
| "keywords": [ | ||
| "xet", | ||
| "chunk", | ||
| "chunking" | ||
| ], | ||
| "license": "MIT", | ||
| "author": "Hugging Face", | ||
| "publishConfig": { | ||
| "access": "public" | ||
| }, | ||
| "files": [ | ||
| "dist", | ||
| "src", | ||
| "README.md" | ||
| ], | ||
| "scripts": { | ||
| "prepare": "tshy", | ||
| "test": "vitest run", | ||
| "bench": "node tests/bench.js" | ||
| }, | ||
| "tshy": { | ||
| "exports": { | ||
| ".": "./src/index.ts", | ||
| "./package.json": "./package.json" | ||
| } | ||
| }, | ||
| "dependencies": { | ||
| "gearhash-jit": "workspace:*", | ||
| "@huggingface/blake3-jit": "workspace:*" | ||
| }, | ||
| "devDependencies": { | ||
| "@huggingface/splitmix64-wasm": "workspace:*" | ||
| }, | ||
| "type": "module", | ||
| "exports": { | ||
| ".": { | ||
| "import": { | ||
| "types": "./dist/esm/index.d.ts", | ||
| "default": "./dist/esm/index.js" | ||
| }, | ||
| "require": { | ||
| "types": "./dist/commonjs/index.d.ts", | ||
| "default": "./dist/commonjs/index.js" | ||
| } | ||
| }, | ||
| "./package.json": "./package.json" | ||
| }, | ||
| "main": "./dist/commonjs/index.js", | ||
| "types": "./dist/commonjs/index.d.ts", | ||
| "module": "./dist/esm/index.js" | ||
| } | ||
| "name": "@huggingface/xetchunk-wasm", | ||
| "version": "0.0.6", | ||
| "description": "Content-defined chunking and hashing for Hugging Face Xet storage", | ||
| "keywords": [ | ||
| "xet", | ||
| "chunk", | ||
| "chunking" | ||
| ], | ||
| "license": "MIT", | ||
| "author": "Hugging Face", | ||
| "repository": "https://github.com/huggingface/huggingface.js.git", | ||
| "publishConfig": { | ||
| "access": "public" | ||
| }, | ||
| "files": [ | ||
| "dist", | ||
| "src", | ||
| "README.md" | ||
| ], | ||
| "tshy": { | ||
| "exports": { | ||
| ".": "./src/index.ts", | ||
| "./package.json": "./package.json" | ||
| } | ||
| }, | ||
| "dependencies": { | ||
| "gearhash-jit": "1.0.2", | ||
| "@huggingface/blake3-jit": "0.0.2" | ||
| }, | ||
| "devDependencies": { | ||
| "@huggingface/splitmix64-wasm": "0.0.1" | ||
| }, | ||
| "type": "module", | ||
| "exports": { | ||
| ".": { | ||
| "import": { | ||
| "types": "./dist/esm/index.d.ts", | ||
| "default": "./dist/esm/index.js" | ||
| }, | ||
| "require": { | ||
| "types": "./dist/commonjs/index.d.ts", | ||
| "default": "./dist/commonjs/index.js" | ||
| } | ||
| }, | ||
| "./package.json": "./package.json" | ||
| }, | ||
| "main": "./dist/commonjs/index.js", | ||
| "types": "./dist/commonjs/index.d.ts", | ||
| "module": "./dist/esm/index.js", | ||
| "scripts": { | ||
| "test": "vitest run", | ||
| "bench": "node tests/bench.js" | ||
| } | ||
| } |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
51484
2.37%33
3.13%+ Added
+ Added
Updated