@node-rs/crc32
Advanced tools
+16
-16
| { | ||
| "name": "@node-rs/crc32", | ||
| "version": "1.6.0", | ||
| "version": "1.6.1", | ||
| "description": "SIMD crc32", | ||
@@ -66,3 +66,3 @@ "keywords": [ | ||
| "buffer": "^6.0.3", | ||
| "crc": "^4.2.0", | ||
| "crc": "^4.3.2", | ||
| "sse4_crc32": "^7.0.0" | ||
@@ -74,18 +74,18 @@ }, | ||
| }, | ||
| "gitHead": "147e329860fa8d0e1cd26f5d2f5ad492ddaa2aee", | ||
| "gitHead": "b56e0fd3de70bfa6bd7e500d61669f66190276b6", | ||
| "optionalDependencies": { | ||
| "@node-rs/crc32-win32-x64-msvc": "1.6.0", | ||
| "@node-rs/crc32-darwin-x64": "1.6.0", | ||
| "@node-rs/crc32-linux-x64-gnu": "1.6.0", | ||
| "@node-rs/crc32-win32-ia32-msvc": "1.6.0", | ||
| "@node-rs/crc32-linux-arm-gnueabihf": "1.6.0", | ||
| "@node-rs/crc32-linux-x64-musl": "1.6.0", | ||
| "@node-rs/crc32-linux-arm64-gnu": "1.6.0", | ||
| "@node-rs/crc32-darwin-arm64": "1.6.0", | ||
| "@node-rs/crc32-android-arm64": "1.6.0", | ||
| "@node-rs/crc32-android-arm-eabi": "1.6.0", | ||
| "@node-rs/crc32-freebsd-x64": "1.6.0", | ||
| "@node-rs/crc32-linux-arm64-musl": "1.6.0", | ||
| "@node-rs/crc32-win32-arm64-msvc": "1.6.0" | ||
| "@node-rs/crc32-win32-x64-msvc": "1.6.1", | ||
| "@node-rs/crc32-darwin-x64": "1.6.1", | ||
| "@node-rs/crc32-linux-x64-gnu": "1.6.1", | ||
| "@node-rs/crc32-win32-ia32-msvc": "1.6.1", | ||
| "@node-rs/crc32-linux-arm-gnueabihf": "1.6.1", | ||
| "@node-rs/crc32-linux-x64-musl": "1.6.1", | ||
| "@node-rs/crc32-linux-arm64-gnu": "1.6.1", | ||
| "@node-rs/crc32-darwin-arm64": "1.6.1", | ||
| "@node-rs/crc32-android-arm64": "1.6.1", | ||
| "@node-rs/crc32-android-arm-eabi": "1.6.1", | ||
| "@node-rs/crc32-freebsd-x64": "1.6.1", | ||
| "@node-rs/crc32-linux-arm64-musl": "1.6.1", | ||
| "@node-rs/crc32-win32-arm64-msvc": "1.6.1" | ||
| } | ||
| } |