perspective-client 3.3.4

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
17
18
{
    "name": "@finos/perspective-client",
    "version": "3.3.4",
    "description": "",
    "private": true,
    "repository": {
        "type": "git",
        "url": "https://github.com/finos/perspective"
    },
    "type": "module",
    "license": "Apache-2.0",
    "scripts": {
        "clean": "rimraf src/rust/proto.rs"
    },
    "devDependencies": {
        "rimraf": "^6"
    }
}