UNPKG

harperdb

Version:

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

138 lines (137 loc) 3.25 kB
{ "name": "harperdb", "version": "4.7.15", "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", "harper": "bin/harperdb.js" }, "engines": { "minimum-node": "16.0.0", "go-lang": "1.21.7", "nats-server": "2.10.11" }, "exports": { ".": "./index.js", "./v1": "./index.js", "./v2": "./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.824.0", "@aws-sdk/lib-storage": "3.824.0", "@datadog/pprof": "^5.11.1", "@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.6.6", "argon2": "0.43.0", "asn1js": "3.0.6", "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", "easy-ocsp": "1.2.2", "fast-glob": "3.3.3", "fastify": "~4.29.0", "fastify-plugin": "~4.5.1", "fs-extra": "11.3.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.13.3", "json-bigint-fixes": "1.1.0", "json2csv": "5.0.7", "jsonata": "1.8.7", "jsonwebtoken": "9.0.3", "lmdb": "3.4.4", "lodash": "4.17.21", "mathjs": "11.12.0", "micromatch": "^4.0.8", "minimist": "1.2.8", "moment": "2.30.1", "mqtt-packet": "~9.0.1", "msgpackr": "1.11.8", "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": "8.2.0", "ordered-binary": "1.5.3", "papaparse": "5.5.3", "passport": "0.7.0", "passport-http": "0.3.0", "passport-local": "1.0.0", "pino": "8.16.0", "pkijs": "3.2.5", "prompt": "1.3.0", "properties-reader": "2.3.0", "recursive-iterator": "3.3.0", "semver": "7.7.2", "send": "^1.2.0", "ses": "1.13.0", "stream-chain": "2.2.5", "stream-json": "1.9.1", "systeminformation": "5.27.1", "tar-fs": "3.0.9", "ulidx": "0.5.0", "uuid": "11.1.0", "validate.js": "0.13.1", "ws": "8.18.2", "yaml": "2.8.0" }, "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" } }