Spaces:
Sleeping
Sleeping
| { | |
| "name": "@huggingface/xetchunk-wasm", | |
| "version": "0.1.0", | |
| "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" | |
| } | |
| } |