UNPKG

evoldata

Version:

A library for efficiently managing and manipulating evolving data structures in JavaScript.

45 lines (44 loc) 977 B
{ "name": "evoldata", "version": "0.13.2", "module": "lib/esm/index.js", "main": "lib/esm/index.js", "types": "lib/types/index.d.ts", "license": "MIT", "devDependencies": { "@types/bun": "latest" }, "peerDependencies": { "typescript": "^5.0.0", "prettier": "*" }, "description": "A library for efficiently managing and manipulating evolving data structures in JavaScript.", "scripts": { "prepack": "make build", "lint": "prettier -c .", "fmt": "prettier -w ." }, "type": "module", "files": [ "lib" ], "repository": { "type": "git", "url": "git+https://github.com/jondotsoy/evoldata.git" }, "dependencies": { "@jondotsoy/flags": "^2.2.0", "@jondotsoy/utils-js": "^0.6.0", "json5": "^2.2.3", "streamable-tools": "^0.3.0", "yaml": "^2.6.0" }, "keywords": [ "evoldata", "evolving data", "data format", "timestamped", "change tracking", "versioned data" ] }