shm-typed-lru
Version:
LRU shared memory list build on top of shm-type-array.
65 lines (64 loc) • 1.43 kB
JSON
{
"name": "shm-typed-lru",
"version": "0.2.0",
"description": "LRU shared memory list build on top of shm-type-array.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/copious-world/shm-typed-lru.git"
},
"keywords": [
"ipc",
"shm",
"lru",
"cache",
"shared memory",
"typed array",
"TypedArray",
"ArrayBuffer",
"Buffer",
"Int8Array",
"Uint8Array",
"Uint8ClampedArray",
"Int16Array",
"Uint16Array",
"Int32Array",
"Uint32Array",
"Float32Array",
"Float64Array"
],
"author": {
"name": "Richard Leddy",
"email": "rleddy@copious.world",
"url": "https://github.com/copious-world"
},
"funding": {
"type" : "GitHub Sponsors",
"url" : "https://github.com/sponsors/copious-world"
},
"license": "MIT",
"dependencies": {
"nan": "^2.16.0"
},
"os": [
"!win32"
],
"engines": {
"node": ">=4.0.0"
},
"bugs": {
"url": "https://github.com/copious-world/shm-typed-lru/issues"
},
"homepage": "https://github.com/copious-world/shm-typed-lru",
"scripts": {
"gyp-install": "node-gyp configure && node-gyp rebuild",
"preinstall": "bash util/help-install.sh",
"install": "cmake-js compile",
"test": "node test/example.js"
},
"devDependencies": {
"@types/node": "^10.17.60",
"typescript": "^2.9.2",
"typings-tester": "^0.3.2"
}
}