random-access-memory
Version:
Exposes the same interface as random-access-file but instead of writing/reading data to a file it maintains it in memory
32 lines (31 loc) • 868 B
JSON
{
"name": "random-access-memory",
"version": "6.2.1",
"description": "Exposes the same interface as random-access-file but instead of writing/reading data to a file it maintains it in memory",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "standard && brittle test.js"
},
"dependencies": {
"b4a": "^1.6.0",
"is-options": "^1.0.2",
"random-access-storage": "^3.0.0"
},
"devDependencies": {
"brittle": "^3.0.4",
"standard": "^17.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/random-access-storage/random-access-memory.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/random-access-storage/random-access-memory/issues"
},
"homepage": "https://github.com/random-access-storage/random-access-memory"
}