perspective-viewer 4.4.1

A data visualization and analytics component, especially well-suited for large and/or streaming datasets.
Documentation
{
    "name": "pro_self_extracting_wasm",
    "version": "0.0.9",
    "description": "",
    "main": "compress.mjs",
    "author": "",
    "type": "module",
    "repository": {
        "type": "git",
        "url": "https://github.com/prospectiveco/pro-self-extracting-wasm"
    },
    "license": "Apache-2.0",
    "bin": {
        "pro_self_extracting_wasm": "./main.mjs"
    },
    "files": [
        "compress.mjs",
        "extract.mjs",
        "main.mjs",
        "runtime.wasm",
        "README.md"
    ],
    "exports": {
        ".": {
            "node": {
                "default": "./compress.mjs"
            },
            "default": "./extract.mjs"
        }
    },
    "dependencies": {
        "http-server": "^14.1.1",
        "leb128": "^0.0.5",
        "zx": "^8.6.1"
    },
    "devDependencies": {
        "@playwright/test": "^1.53.2",
        "@types/node": "^24.0.10"
    },
    "scripts": {
        "build": "node build.mjs",
        "test": "npm exec playwright -- test"
    }
}