UNPKG

mussurana-cache-darwin-arm64

Version:

High-performance in-memory cache system for Node.js written in Rust, featuring TTL support, priority-based eviction, and configurable memory limits.

30 lines 679 B
{ "name": "mussurana-cache-darwin-arm64", "version": "1.3.0", "os": [ "darwin" ], "cpu": [ "arm64" ], "main": "mussurana-cache.darwin-arm64.node", "files": [ "mussurana-cache.darwin-arm64.node" ], "description": "High-performance in-memory cache system for Node.js written in Rust, featuring TTL support, priority-based eviction, and configurable memory limits.", "keywords": [ "cache", "memory_cache", "mem_cache", "node_module", "node_native_module", "performance_cache" ], "license": "MIT", "engines": { "node": ">= 10" }, "repository": { "url": "https://github.com/damiaoterto/mussurana_cache" } }