dotfiles/vscode/.vscode/extensions/randomfractalsinc.vscode-data-preview-2.3.0/node_modules/@finos/perspective-viewer-d3fc/package.json
Errol Sancaktar ff17c17e23 vscode
2024-06-14 09:31:58 -06:00

98 lines
3.4 KiB
JSON

{
"_args": [
[
"@finos/perspective-viewer-d3fc@0.4.0",
"D:\\dev\\web\\projects\\vscode\\vscode-data-preview"
]
],
"_from": "@finos/perspective-viewer-d3fc@0.4.0",
"_id": "@finos/perspective-viewer-d3fc@0.4.0",
"_inBundle": false,
"_integrity": "sha512-wo2vWCp1yZbqeIo2gMSrZZDDw/Kn+zI9BQHBQEJFYKUnoMKDtELH3G5YlESN2vxq49zK2EfhZ8TrpK+kXzG+zw==",
"_location": "/@finos/perspective-viewer-d3fc",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@finos/perspective-viewer-d3fc@0.4.0",
"name": "@finos/perspective-viewer-d3fc",
"escapedName": "@finos%2fperspective-viewer-d3fc",
"scope": "@finos",
"rawSpec": "0.4.0",
"saveSpec": null,
"fetchSpec": "0.4.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/@finos/perspective-viewer-d3fc/-/perspective-viewer-d3fc-0.4.0.tgz",
"_spec": "0.4.0",
"_where": "D:\\dev\\web\\projects\\vscode\\vscode-data-preview",
"author": "",
"browser": {
"area": "./dist/esm/index/area.js",
"bar": "./dist/esm/index/bar.js",
"candlestick": "./dist/esm/index/candlestick.js",
"column": "./dist/esm/index/column.js",
"heatmap": "./dist/esm/index/heatmap.js",
"line": "./dist/esm/index/line.js",
"ohlc": "./dist/esm/index/ohlc.js",
"sunburst": "./dist/esm/index/sunburst.js",
"xy-scatter": "./dist/esm/index/xy-scatter.js",
"y-scatter": "./dist/esm/index/y-scatter.js"
},
"bugs": {
"url": "https://github.com/finos/perspective/issues"
},
"dependencies": {
"@finos/perspective": "^0.4.0",
"@finos/perspective-viewer": "^0.4.0",
"babel-runtime": "^6.26.0",
"chroma-js": "^1.3.4",
"core-js": "^2.6.9",
"d3": "^5.7.0",
"d3-svg-legend": "^2.25.6",
"d3fc": "14.0.40",
"gradient-parser": "0.1.5"
},
"description": "Perspective.js D3FC Plugin",
"devDependencies": {
"@finos/perspective-test": "^0.4.0"
},
"files": [
"dist/**/*",
"babel.config.js"
],
"homepage": "https://github.com/finos/perspective#readme",
"license": "Apache-2.0",
"main": "./dist/cjs/perspective-viewer-d3fc.js",
"module": "./dist/cjs/perspective-viewer-d3fc.js",
"name": "@finos/perspective-viewer-d3fc",
"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:cjs build:webpack:umd",
"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 dist",
"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/d3fc.watch.config.js"
},
"unpkg": "./dist/umd/perspective-viewer-d3fc.js",
"version": "0.4.0"
}