@thi.ng/viz
Version:
Declarative, functional & multi-format data visualization toolkit based around @thi.ng/hiccup
158 lines (157 loc) • 3.46 kB
JSON
{
"name": "@thi.ng/viz",
"version": "0.8.24",
"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": "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.11",
"@thi.ng/arrays": "^2.14.4",
"@thi.ng/checks": "^3.8.1",
"@thi.ng/math": "^5.15.0",
"@thi.ng/object-utils": "^1.3.3",
"@thi.ng/strings": "^3.9.32",
"@thi.ng/transducers": "^9.6.20",
"@thi.ng/vectors": "^8.6.17"
},
"devDependencies": {
"@thi.ng/date": "^2.7.74",
"esbuild": "^0.27.0",
"typedoc": "^0.28.14",
"typescript": "^5.9.3"
},
"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": "e7a21b9d2a188fa04d4c893d8531c40fbc0f4c06\n"
}