CoolFace
Apppublic

opusdev/vector-similarity-api

sourceHugging Faceupdated 5mo agoView on Hugging Face
1likes
package.json25 linesDownload Raw Back to memory-pager
1{2  "name": "memory-pager",3  "version": "1.5.0",4  "description": "Access memory using small fixed sized buffers",5  "main": "index.js",6  "dependencies": {},7  "devDependencies": {8    "standard": "^9.0.0",9    "tape": "^4.6.3"10  },11  "scripts": {12    "test": "standard && tape test.js"13  },14  "repository": {15    "type": "git",16    "url": "https://github.com/mafintosh/memory-pager.git"17  },18  "author": "Mathias Buus (@mafintosh)",19  "license": "MIT",20  "bugs": {21    "url": "https://github.com/mafintosh/memory-pager/issues"22  },23  "homepage": "https://github.com/mafintosh/memory-pager"24}25