100 lines
3.5 KiB
JSON
100 lines
3.5 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"@finos/perspective-viewer-highcharts@0.4.0",
|
|
"D:\\dev\\web\\projects\\vscode\\vscode-data-preview"
|
|
]
|
|
],
|
|
"_from": "@finos/perspective-viewer-highcharts@0.4.0",
|
|
"_id": "@finos/perspective-viewer-highcharts@0.4.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-31P0keTu4Bu+xzjh/P4ewJ2NXClRfXOkURP97WPPVPZmzANha5ivvOeYMC8+6VWeut3T45DHrB9NfDx9N/W9XQ==",
|
|
"_location": "/@finos/perspective-viewer-highcharts",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@finos/perspective-viewer-highcharts@0.4.0",
|
|
"name": "@finos/perspective-viewer-highcharts",
|
|
"escapedName": "@finos%2fperspective-viewer-highcharts",
|
|
"scope": "@finos",
|
|
"rawSpec": "0.4.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.4.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@finos/perspective-viewer-highcharts/-/perspective-viewer-highcharts-0.4.0.tgz",
|
|
"_spec": "0.4.0",
|
|
"_where": "D:\\dev\\web\\projects\\vscode\\vscode-data-preview",
|
|
"author": "",
|
|
"browser": {
|
|
"heatmap": "./dist/esm/heatmap.js",
|
|
"sunburst": "./dist/esm/sunburst.js",
|
|
"treemap": "./dist/esm/treemap.js",
|
|
"x_bar": "./dist/esm/x_bar.js",
|
|
"xy_line": "./dist/esm/xy_line.js",
|
|
"xy_scatter": "./dist/esm/xy_scatter.js",
|
|
"y_area": "./dist/esm/y_area.js",
|
|
"y_bar": "./dist/esm/y_bar.js",
|
|
"y_line": "./dist/esm/y_line.js",
|
|
"y_scatter": "./dist/esm/y_scatter.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/finos/perspective/issues"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.3.4",
|
|
"@finos/perspective": "^0.4.0",
|
|
"@finos/perspective-viewer": "^0.4.0",
|
|
"chroma-js": "^1.3.4",
|
|
"core-js": "^2.6.9",
|
|
"detectie": "1.0.0",
|
|
"gradient-parser": "0.1.5",
|
|
"highcharts": "6.1.0",
|
|
"highcharts-grouped-categories": "1.1.2",
|
|
"highcharts-more": "^0.1.2"
|
|
},
|
|
"description": "Perspective.js",
|
|
"devDependencies": {
|
|
"@finos/perspective-test": "^0.4.0",
|
|
"@finos/perspective-webpack-plugin": "^0.4.0"
|
|
},
|
|
"files": [
|
|
"dist/**/*",
|
|
"babel.config.js"
|
|
],
|
|
"homepage": "https://github.com/finos/perspective#readme",
|
|
"license": "Apache-2.0",
|
|
"main": "./dist/cjs/perspective-viewer-highcharts.js",
|
|
"module": "./dist/cjs/perspective-viewer-highcharts.js",
|
|
"name": "@finos/perspective-viewer-highcharts",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/finos/perspective.git"
|
|
},
|
|
"scripts": {
|
|
"bench": "npm-run-all bench:build bench:run",
|
|
"bench:build": "echo \"No Benchmarks\"",
|
|
"bench:run": "echo \"No Benchmarks\"",
|
|
"build": "npm-run-all --silent build:babel build:webpack",
|
|
"build:babel": "cpx \"src/**/*\" dist && babel src/js --source-maps --out-dir dist/esm",
|
|
"build:webpack": "npm-run-all build:webpack:cjs build:webpack:umd",
|
|
"build:webpack:cjs": "webpack --color --config src/config/cjs.config.js",
|
|
"build:webpack:umd": "webpack --color --config src/config/umd.config.js",
|
|
"clean": "rimraf build && rimraf cjs",
|
|
"clean:screenshots": "rimraf \"screenshots/**/*.@(failed|diff).png\"",
|
|
"prebuild": "mkdirp dist/esm",
|
|
"test": "npm-run-all test:build test:run",
|
|
"test:build": "cpx \"test/html/*\" dist/umd",
|
|
"test:run": "jest --rootDir=. --config=../perspective-test/jest.config.js --silent --color 2>&1",
|
|
"watch": "webpack --color --watch --config src/config/umd.config.js"
|
|
},
|
|
"unpkg": "./dist/umd/perspective-viewer-highcharts.js",
|
|
"version": "0.4.0"
|
|
}
|