HEX
Server: LiteSpeed
System: Linux houston.panomity.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User: nudepix (1011)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //opt/textanalyse/web_console/node_modules/vega-tooltip/package.json
{
  "name": "vega-tooltip",
  "version": "0.35.2",
  "description": "A tooltip plugin for Vega-Lite and Vega visualizations.",
  "keywords": [
    "vega-lite",
    "vega",
    "tooltip"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/vega/vega-tooltip.git"
  },
  "author": {
    "name": "UW Interactive Data Lab",
    "url": "https://idl.cs.washington.edu"
  },
  "collaborators": [
    "Dominik Moritz",
    "Sira Horradarn",
    "Zening Qu",
    "Kanit Wongsuphasawat",
    "Yuri Astrakhan",
    "Jeffrey Heer"
  ],
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/vega/vega-tooltip/issues"
  },
  "homepage": "https://github.com/vega/vega-tooltip#readme",
  "main": "build/vega-tooltip.js",
  "module": "build/vega-tooltip.module.js",
  "unpkg": "build/vega-tooltip.min.js",
  "jsdelivr": "build/vega-tooltip.min.js",
  "types": "build/src/index.d.ts",
  "files": [
    "src",
    "build",
    "types"
  ],
  "scripts": {
    "prebuild": "npm run clean && npm run build:style",
    "build": "rollup -c",
    "build:style": "./build-style.sh",
    "clean": "rimraf build && rimraf src/style.ts",
    "copy:data": "cp -R node_modules/vega-datasets/data examples",
    "copy:build": "cp -R build examples",
    "deploy:gh": "npm run build && npm run copy:build && gh-pages -d examples && npm run clean",
    "prepublishOnly": "npm run clean && npm run build",
    "preversion": "npm run lint && npm run test",
    "serve": "browser-sync start -s -f build examples --serveStatic examples",
    "start": "npm run build && concurrently --kill-others -n Server,Rollup 'npm run serve' 'rollup -c -w'",
    "pretest": "npm run build:style",
    "test": "jest",
    "test:inspect": "node --inspect-brk ./node_modules/.bin/jest --runInBand",
    "prepare": "npm run copy:data",
    "prettierbase": "prettier '*.{css,scss,html}'",
    "format": "eslint . --fix && npm run prettierbase -- --write",
    "lint": "eslint . && npm run prettierbase -- --check",
    "release": "release-it"
  },
  "devDependencies": {
    "@babel/core": "^7.26.0",
    "@babel/plugin-proposal-async-generator-functions": "^7.20.7",
    "@babel/plugin-proposal-json-strings": "^7.18.6",
    "@babel/plugin-proposal-object-rest-spread": "^7.20.7",
    "@babel/plugin-proposal-optional-catch-binding": "^7.18.6",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-transform-runtime": "^7.25.9",
    "@babel/preset-env": "^7.26.0",
    "@babel/preset-typescript": "^7.26.0",
    "@release-it/conventional-changelog": "^9.0.2",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.3.0",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.1.1",
    "@types/jest": "^29.5.14",
    "@typescript-eslint/eslint-plugin": "^8.13.0",
    "@typescript-eslint/parser": "^8.13.0",
    "browser-sync": "^3.0.3",
    "concurrently": "^9.1.0",
    "eslint": "^8.46.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-jest": "^28.8.3",
    "eslint-plugin-prettier": "^5.2.1",
    "gh-pages": "^6.2.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "path": "^0.12.7",
    "prettier": "^3.3.3",
    "release-it": "^17.10.0",
    "rollup": "^4.24.4",
    "rollup-plugin-bundle-size": "^1.0.3",
    "sass": "^1.80.6",
    "typescript": "~5.6.3",
    "vega-datasets": "^2.9.0",
    "vega-typings": "^1.3.1"
  },
  "dependencies": {
    "vega-util": "^1.17.2"
  },
  "optionalDependencies": {
    "@rollup/rollup-linux-x64-gnu": "^4.24.4"
  }
}