UNPKG

vega-tooltip

Version:

A tooltip plugin for Vega-Lite and Vega visualizations.

85 lines (84 loc) 2.47 kB
{ "name": "vega-tooltip", "version": "1.0.0", "description": "A tooltip plugin for Vega-Lite and Vega visualizations.", "keywords": [ "vega-lite", "vega", "tooltip" ], "license": "BSD-3-Clause", "repository": { "type": "git", "url": "git+https://github.com/vega/vega-tooltip.git" }, "bugs": { "url": "https://github.com/vega/vega-tooltip/issues" }, "homepage": "https://github.com/vega/vega-tooltip#readme", "author": { "name": "Vega", "url": "https://vega.github.io" }, "funding": { "url": "https://app.hubspot.com/payments/GyPC972GD9Rt" }, "type": "module", "exports": { "types": "./build/index.d.ts", "default": "./build/index.js" }, "files": [ "src", "build" ], "scripts": { "prebuild": "npm run clean && npm run build:style", "build": "rollup -c", "build:style": "./build-style.sh", "clean": "del-cli build src/style.ts examples/dist", "copy:data": "cp -R node_modules/vega-datasets/data examples/public/data", "deploy:gh": "vite build examples && gh-pages -d examples/dist && npm run clean", "prepublishOnly": "npm run clean && npm run build", "preversion": "npm run lint && npm run test", "dev": "vite examples", "pretest": "npm run build:style", "test": "vitest run", "prepare": "npm run copy:data", "format": "eslint --fix && prettier . --write", "lint": "eslint && prettier . --check", "release": "release-it" }, "devDependencies": { "@eslint/js": "^9.23.0", "@release-it/conventional-changelog": "^10.0.0", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-typescript": "^12.1.2", "@typescript-eslint/eslint-plugin": "^8.28.0", "@typescript-eslint/parser": "^8.28.0", "@vitest/coverage-istanbul": "^3.0.9", "del-cli": "^6.0.0", "eslint": "^9.23.0", "eslint-config-prettier": "^10.1.1", "eslint-plugin-prettier": "^5.2.5", "eslint-plugin-vitest": "^0.5.4", "gh-pages": "^6.3.0", "path": "^0.12.7", "prettier": "^3.5.3", "release-it": "^18.1.2", "rollup": "^4.37.0", "rollup-plugin-bundle-size": "^1.0.3", "sass": "^1.86.0", "typescript": "~5.8.2", "typescript-eslint": "^8.28.0", "vega-datasets": "^3.0.1", "vega-embed": "^6.29.0", "vega-typings": "^2.0.0", "vite": "^6.2.3", "vitest": "^3.0.9" }, "dependencies": { "vega-util": "^2.0.0" } }