@gzdv/bun-kvstore
Version:
Bun simple KV using SQLite
124 lines (123 loc) • 3.22 kB
JSON
{
"name": "@gzdv/bun-kvstore",
"module": "bun.ts",
"type": "module",
"scripts": {
"lint": "npx eslint bun.ts"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@types/bun": "latest",
"eslint": "^9.21.0",
"globals": "^16.0.0",
"typescript-eslint": "^8.25.0"
},
"peerDependencies": {
"typescript": "^5"
},
"version": "1.0.1",
"description": "Bun simple KV using SQLite",
"main": "bun.ts",
"dependencies": {
"acorn": "^8.14.0",
"acorn-jsx": "^5.3.2",
"ajv": "^6.12.6",
"ansi-styles": "^4.3.0",
"argparse": "^2.0.1",
"balanced-match": "^1.0.2",
"brace-expansion": "^1.1.11",
"braces": "^3.0.3",
"bun-types": "^1.2.4",
"callsites": "^3.1.0",
"chalk": "^4.1.2",
"color-convert": "^2.0.1",
"color-name": "^1.1.4",
"concat-map": "^0.0.1",
"cross-spawn": "^7.0.6",
"debug": "^4.4.0",
"deep-is": "^0.1.4",
"escape-string-regexp": "^4.0.0",
"eslint-scope": "^8.2.0",
"eslint-visitor-keys": "^4.2.0",
"espree": "^10.3.0",
"esquery": "^1.6.0",
"esrecurse": "^4.3.0",
"estraverse": "^5.3.0",
"esutils": "^2.0.3",
"fast-deep-equal": "^3.1.3",
"fast-glob": "^3.3.3",
"fast-json-stable-stringify": "^2.1.0",
"fast-levenshtein": "^2.0.6",
"fastq": "^1.19.1",
"file-entry-cache": "^8.0.0",
"fill-range": "^7.1.1",
"find-up": "^5.0.0",
"flat-cache": "^4.0.1",
"flatted": "^3.3.3",
"glob-parent": "^6.0.2",
"graphemer": "^1.4.0",
"has-flag": "^4.0.0",
"ignore": "^5.3.2",
"import-fresh": "^3.3.1",
"imurmurhash": "^0.1.4",
"is-extglob": "^2.1.1",
"is-glob": "^4.0.3",
"is-number": "^7.0.0",
"isexe": "^2.0.0",
"js-yaml": "^4.1.0",
"json-buffer": "^3.0.1",
"json-schema-traverse": "^0.4.1",
"json-stable-stringify-without-jsonify": "^1.0.1",
"keyv": "^4.5.4",
"levn": "^0.4.1",
"locate-path": "^6.0.0",
"lodash.merge": "^4.6.2",
"merge2": "^1.4.1",
"micromatch": "^4.0.8",
"minimatch": "^3.1.2",
"ms": "^2.1.3",
"natural-compare": "^1.4.0",
"optionator": "^0.9.4",
"p-limit": "^3.1.0",
"p-locate": "^5.0.0",
"parent-module": "^1.0.1",
"path-exists": "^4.0.0",
"path-key": "^3.1.1",
"picomatch": "^2.3.1",
"prelude-ls": "^1.2.1",
"punycode": "^2.3.1",
"queue-microtask": "^1.2.3",
"resolve-from": "^4.0.0",
"reusify": "^1.1.0",
"run-parallel": "^1.2.0",
"semver": "^7.7.1",
"shebang-command": "^2.0.0",
"shebang-regex": "^3.0.0",
"strip-json-comments": "^3.1.1",
"supports-color": "^7.2.0",
"to-regex-range": "^5.0.1",
"ts-api-utils": "^2.0.1",
"type-check": "^0.4.0",
"typescript": "^5.7.3",
"undici-types": "^6.20.0",
"uri-js": "^4.4.1",
"which": "^2.0.2",
"word-wrap": "^1.2.5",
"yocto-queue": "^0.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guzzdev/bun-kvstore.git"
},
"keywords": [
"KV",
"Bun",
"SQLite"
],
"author": "gzdv",
"license": "MIT",
"bugs": {
"url": "https://github.com/guzzdev/bun-kvstore/issues"
},
"homepage": "https://github.com/guzzdev/bun-kvstore#readme"
}