UNPKG

harperdb

Version:

HarperDB is a distributed database, caching service, streaming broker, and application development platform focused on performance and ease of use.

137 lines (136 loc) 3.16 kB
{ "name": "harperdb", "version": "4.5.21", "description": "HarperDB is a distributed database, caching service, streaming broker, and application development platform focused on performance and ease of use.", "keywords": [ "database", "nosql", "api", "distributed", "broker", "mqtt", "real-time", "enterprise", "Fastify", "NATS", "HarperDB", "Harper", "clustering", "replication", "REST", "WebSockets", "decentralized", "server-sent events", "document store" ], "main": "harperdb.js", "bin": { "harperdb": "./bin/harperdb.js" }, "engines": { "minimum-node": "16.0.0", "go-lang": "1.21.7", "nats-server": "2.10.11" }, "exports": { ".": "./index.js" }, "homepage": "https://www.harperdb.io/", "bugs": "support@harperdb.io", "author": { "name": "HarperDB", "email": "support@harperdb.io" }, "license": "SEE LICENSE IN LICENSE", "dependencies": { "@aws-sdk/client-s3": "3.750.0", "@aws-sdk/lib-storage": "3.750.0", "@endo/static-module-record": "^1.0.4", "@fastify/autoload": "5.10.0", "@fastify/compress": "~6.5.0", "@fastify/cors": "~9.0.1", "@fastify/static": "~7.0.4", "@turf/area": "6.5.0", "@turf/boolean-contains": "6.5.0", "@turf/boolean-disjoint": "6.5.0", "@turf/boolean-equal": "6.5.0", "@turf/circle": "6.5.0", "@turf/difference": "6.5.0", "@turf/distance": "6.5.0", "@turf/helpers": "6.5.0", "@turf/length": "6.5.0", "alasql": "4.1.10", "argon2": "0.41.1", "cbor-x": "1.6.0", "chalk": "4.1.2", "chokidar": "^4.0.3", "cli-progress": "3.12.0", "clone": "2.1.2", "dotenv": "^16.4.7", "fast-glob": "3.3.3", "fastify": "~4.29.0", "fastify-plugin": "~4.5.1", "fs-extra": "11.2.0", "graphql": "^16.10.0", "gunzip-maybe": "1.4.2", "human-readable-ids": "1.0.4", "inquirer": "8.2.6", "is-number": "7.0.0", "joi": "17.12.2", "json-bigint-fixes": "1.1.0", "json2csv": "5.0.7", "jsonata": "1.8.7", "jsonwebtoken": "9.0.2", "lmdb": "3.4.2", "lodash": "4.17.21", "mathjs": "11.12.0", "minimist": "1.2.8", "moment": "2.30.1", "mqtt-packet": "~9.0.1", "msgpackr": "1.11.2", "nats": "2.19.0", "needle": "3.3.1", "node-forge": "^1.3.1", "node-stream-zip": "1.15.0", "node-unix-socket": "0.2.7", "normalize-path": "^3.0.0", "ora": "5.4.1", "ordered-binary": "1.5.3", "papaparse": "5.4.1", "passport": "0.6.0", "passport-http": "0.3.0", "passport-local": "1.0.0", "pino": "8.16.0", "pm2": "5.4.1", "prompt": "1.3.0", "properties-reader": "2.3.0", "recursive-iterator": "3.3.0", "semver": "7.5.4", "send": "^1.1.0", "serve-static": "2.1.0", "ses": "1.1.0", "stream-chain": "2.2.5", "stream-json": "1.8.0", "systeminformation": "5.24.5", "tar-fs": "3.0.6", "ulidx": "0.5.0", "uuid": "10.0.0", "validate.js": "0.13.1", "ws": "8.18.1", "yaml": "2.7.0" }, "overrides": { "alasql": { "xlsx": "0.18.5" } }, "optionalDependencies": { "bufferutil": "^4.0.9", "hdd-space": "^1.2.0", "segfault-handler": "^1.3.0", "utf-8-validate": "^5.0.10" }, "scripts": { "postinstall": "node ./launchServiceScripts/launchInstallNATSServer.js" } }