@node-rs/crc32
Advanced tools
+15
-15
| { | ||
| "name": "@node-rs/crc32", | ||
| "version": "1.4.2", | ||
| "version": "1.4.3", | ||
| "description": "SIMD crc32", | ||
@@ -73,18 +73,18 @@ "keywords": [ | ||
| }, | ||
| "gitHead": "ae4cc2e5181d7d5f35436669ab7db58dd25ccd02", | ||
| "gitHead": "3e555f1bc2597d7e6a2f78b4b937f2b22a7aa79b", | ||
| "optionalDependencies": { | ||
| "@node-rs/crc32-win32-x64-msvc": "1.4.2", | ||
| "@node-rs/crc32-darwin-x64": "1.4.2", | ||
| "@node-rs/crc32-linux-x64-gnu": "1.4.2", | ||
| "@node-rs/crc32-win32-ia32-msvc": "1.4.2", | ||
| "@node-rs/crc32-linux-arm-gnueabihf": "1.4.2", | ||
| "@node-rs/crc32-linux-x64-musl": "1.4.2", | ||
| "@node-rs/crc32-linux-arm64-gnu": "1.4.2", | ||
| "@node-rs/crc32-darwin-arm64": "1.4.2", | ||
| "@node-rs/crc32-android-arm64": "1.4.2", | ||
| "@node-rs/crc32-android-arm-eabi": "1.4.2", | ||
| "@node-rs/crc32-freebsd-x64": "1.4.2", | ||
| "@node-rs/crc32-linux-arm64-musl": "1.4.2", | ||
| "@node-rs/crc32-win32-arm64-msvc": "1.4.2" | ||
| "@node-rs/crc32-win32-x64-msvc": "1.4.3", | ||
| "@node-rs/crc32-darwin-x64": "1.4.3", | ||
| "@node-rs/crc32-linux-x64-gnu": "1.4.3", | ||
| "@node-rs/crc32-win32-ia32-msvc": "1.4.3", | ||
| "@node-rs/crc32-linux-arm-gnueabihf": "1.4.3", | ||
| "@node-rs/crc32-linux-x64-musl": "1.4.3", | ||
| "@node-rs/crc32-linux-arm64-gnu": "1.4.3", | ||
| "@node-rs/crc32-darwin-arm64": "1.4.3", | ||
| "@node-rs/crc32-android-arm64": "1.4.3", | ||
| "@node-rs/crc32-android-arm-eabi": "1.4.3", | ||
| "@node-rs/crc32-freebsd-x64": "1.4.3", | ||
| "@node-rs/crc32-linux-arm64-musl": "1.4.3", | ||
| "@node-rs/crc32-win32-arm64-msvc": "1.4.3" | ||
| } | ||
| } |