vrack-db
Version:
This is an In Memory database designed for storing time series (graphs).
43 lines (42 loc) • 917 B
JSON
{
"name": "vrack-db",
"version": "3.0.2",
"description": "This is an In Memory database designed for storing time series (graphs).",
"main": "lib/index.js",
"homepage": "https://github.com/ponikrf/VRackDB",
"scripts": {
"test": "node ./lib/test.js"
},
"devDependencies": {
"@types/node": "^18.11.17",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"eslint": "^8.29.0",
"typescript": "^4.9.3"
},
"keywords": [
"round",
"robin",
"roundrobin",
"metric",
"timeseries",
"graphite",
"whisper",
"imemory",
"vrack",
"database",
"graph"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ponikrf/VRackDB.git"
},
"bugs": {
"url": "https://github.com/ponikrf/VRackDB/issues"
},
"author": "Boris Bobylev",
"license": "Apache2",
"dependencies": {
"buffer": "^6.0.3"
}
}