perspective-server 3.7.1-alpha1

A data visualization and analytics component, especially well-suited for large and/or streaming datasets.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "name": "@finos/perspective-cpp",
    "private": true,
    "author": "The Perspective Authors",
    "license": "Apache-2.0",
    "version": "3.7.0",
    "main": "./dist/esm/perspective.cpp.js",
    "files": [
        "dist/esm/**/*",
        "dist/cjs/**/*"
    ],
    "scripts": {
        "build": "node ../../tools/perspective-scripts/run_emsdk.mjs node ./build.js",
        "clean": "rimraf dist"
    }
}