UNPKG

@thi.ng/viz

Version:

Declarative, functional & multi-format data visualization toolkit based around @thi.ng/hiccup

157 lines 3.77 kB
{ "name": "@thi.ng/viz", "version": "0.8.9", "description": "Declarative, functional & multi-format data visualization toolkit based around @thi.ng/hiccup", "type": "module", "module": "./index.js", "typings": "./index.d.ts", "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/thi-ng/umbrella.git" }, "homepage": "https://thi.ng/viz", "funding": [ { "type": "github", "url": "https://github.com/sponsors/postspectacular" }, { "type": "patreon", "url": "https://patreon.com/thing_umbrella" }, { "type": "liberapay", "url": "https://liberapay.com/thi.ng" } ], "author": "Karsten Schmidt (https://thi.ng)", "license": "Apache-2.0", "scripts": { "build": "yarn build:esbuild && yarn build:decl", "build:decl": "tsc --declaration --emitDeclarationOnly", "build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts", "clean": "bun ../../tools/src/clean-package.ts axis plot", "doc": "typedoc --options ../../typedoc.json --out doc src/index.ts", "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts", "pub": "yarn npm publish --access public", "test": "bun test", "tool:bars": "bun tools/bars.ts", "tool:candles": "bun tools/candles.ts", "tool:covid": "bun tools/covid-bars.ts", "tool:intervals": "bun tools/intervals.ts", "tool:line": "bun tools/line.ts", "tool:tags": "bun tools/tagcloud.ts", "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { "@thi.ng/api": "^8.12.1", "@thi.ng/arrays": "^2.13.8", "@thi.ng/checks": "^3.7.15", "@thi.ng/math": "^5.11.35", "@thi.ng/object-utils": "^1.2.7", "@thi.ng/strings": "^3.9.21", "@thi.ng/transducers": "^9.6.6", "@thi.ng/vectors": "^8.6.3" }, "devDependencies": { "@thi.ng/date": "^2.7.61", "esbuild": "^0.25.8", "typedoc": "^0.28.9", "typescript": "^5.9.2" }, "keywords": [ "2d", "analysis", "area", "bar", "candle", "canvas", "chart", "clipping", "dataviz", "declarative", "hiccup", "interval", "line", "plot", "scatter", "svg", "timeline", "transducer", "typescript", "visualization" ], "publishConfig": { "access": "public" }, "engines": { "node": ">=18" }, "files": [ "./*.js", "./*.d.ts", "axis", "plot" ], "exports": { ".": { "default": "./index.js" }, "./api": { "default": "./api.js" }, "./axis/common": { "default": "./axis/common.js" }, "./axis/lens": { "default": "./axis/lens.js" }, "./axis/linear": { "default": "./axis/linear.js" }, "./axis/log": { "default": "./axis/log.js" }, "./domain": { "default": "./domain.js" }, "./plot/area": { "default": "./plot/area.js" }, "./plot/bar": { "default": "./plot/bar.js" }, "./plot/candle": { "default": "./plot/candle.js" }, "./plot/line": { "default": "./plot/line.js" }, "./plot/scatter": { "default": "./plot/scatter.js" }, "./plot/stacked-intervals": { "default": "./plot/stacked-intervals.js" }, "./plot/utils": { "default": "./plot/utils.js" }, "./plot/vector-field": { "default": "./plot/vector-field.js" }, "./plot": { "default": "./plot.js" } }, "thi.ng": { "related": [ "hiccup", "hiccup-canvas", "hiccup-svg" ], "status": "alpha", "year": 2014 }, "gitHead": "0bcedf8d1dd4f30cd06bb2c668599628f2f0141e\n" }