@node-rs/crc32
Advanced tools
+17
-17
| { | ||
| "name": "@node-rs/crc32", | ||
| "version": "1.10.1", | ||
| "version": "1.10.2", | ||
| "description": "SIMD crc32", | ||
@@ -67,3 +67,3 @@ "keywords": [ | ||
| "devDependencies": { | ||
| "@napi-rs/cli": "^3.0.0-alpha.51", | ||
| "@napi-rs/cli": "^3.0.0-alpha.53", | ||
| "@types/crc": "^3.8.3", | ||
@@ -78,19 +78,19 @@ "buffer": "^6.0.3", | ||
| }, | ||
| "gitHead": "0cd908927e81405316f9e0161808fb66ed4d15ae", | ||
| "gitHead": "5b22f1901e9124f8226a7e564715822d15138ad8", | ||
| "optionalDependencies": { | ||
| "@node-rs/crc32-darwin-x64": "1.10.1", | ||
| "@node-rs/crc32-darwin-arm64": "1.10.1", | ||
| "@node-rs/crc32-win32-x64-msvc": "1.10.1", | ||
| "@node-rs/crc32-linux-x64-gnu": "1.10.1", | ||
| "@node-rs/crc32-android-arm64": "1.10.1", | ||
| "@node-rs/crc32-linux-arm64-gnu": "1.10.1", | ||
| "@node-rs/crc32-linux-arm64-musl": "1.10.1", | ||
| "@node-rs/crc32-win32-arm64-msvc": "1.10.1", | ||
| "@node-rs/crc32-linux-arm-gnueabihf": "1.10.1", | ||
| "@node-rs/crc32-linux-x64-musl": "1.10.1", | ||
| "@node-rs/crc32-freebsd-x64": "1.10.1", | ||
| "@node-rs/crc32-win32-ia32-msvc": "1.10.1", | ||
| "@node-rs/crc32-android-arm-eabi": "1.10.1", | ||
| "@node-rs/crc32-wasm32-wasi": "1.10.1" | ||
| "@node-rs/crc32-darwin-x64": "1.10.2", | ||
| "@node-rs/crc32-darwin-arm64": "1.10.2", | ||
| "@node-rs/crc32-win32-x64-msvc": "1.10.2", | ||
| "@node-rs/crc32-linux-x64-gnu": "1.10.2", | ||
| "@node-rs/crc32-android-arm64": "1.10.2", | ||
| "@node-rs/crc32-linux-arm64-gnu": "1.10.2", | ||
| "@node-rs/crc32-linux-arm64-musl": "1.10.2", | ||
| "@node-rs/crc32-win32-arm64-msvc": "1.10.2", | ||
| "@node-rs/crc32-linux-arm-gnueabihf": "1.10.2", | ||
| "@node-rs/crc32-linux-x64-musl": "1.10.2", | ||
| "@node-rs/crc32-freebsd-x64": "1.10.2", | ||
| "@node-rs/crc32-win32-ia32-msvc": "1.10.2", | ||
| "@node-rs/crc32-android-arm-eabi": "1.10.2", | ||
| "@node-rs/crc32-wasm32-wasi": "1.10.2" | ||
| } | ||
| } |