Skip to main content
Module

x/vega_lite/package.json

A concise grammar of interactive graphics, built on Vega.
Latest
File
{ "name": "vega-lite", "author": "Dominik Moritz, Kanit \"Ham\" Wongsuphasawat, Arvind Satyanarayan, Jeffrey Heer", "version": "4.17.0", "collaborators": [ "Kanit Wongsuphasawat (http://kanitw.yellowpigz.com)", "Dominik Moritz (https://www.domoritz.de)", "Arvind Satyanarayan (https://arvindsatya.com)", "Jeffrey Heer (https://jheer.org)" ], "homepage": "https://vega.github.io/vega-lite/", "description": "Vega-Lite is a concise high-level language for interactive visualization.", "main": "build/vega-lite.js", "unpkg": "build/vega-lite.min.js", "jsdelivr": "build/vega-lite.min.js", "module": "build/src/index", "types": "build/src/index.d.ts", "bin": { "vl2png": "./bin/vl2png", "vl2svg": "./bin/vl2svg", "vl2pdf": "./bin/vl2pdf", "vl2vg": "./bin/vl2vg" }, "directories": { "test": "test" }, "files": [ "bin", "build", "build-es5", "src", "vega-lite*" ], "scripts": { "changelog": "conventional-changelog -p angular -r 2", "prebuild": "yarn clean:build", "build": "yarn build:only", "build:only": "tsc -p tsconfig.build.json && rollup -c", "prebuild:examples": "yarn build:only", "build:examples": "yarn data && TZ=America/Los_Angeles scripts/build-examples.sh", "prebuild:examples-full": "yarn build:only", "build:examples-full": "TZ=America/Los_Angeles scripts/build-examples.sh 1", "build:example": "TZ=America/Los_Angeles scripts/build-example.sh", "build:toc": "yarn build:jekyll && scripts/generate-toc", "build:site": "rollup -c site/rollup.config.js", "build:jekyll": "pushd site && bundle exec jekyll build -q && popd", "build:versions": "scripts/update-version.sh", "clean": "yarn clean:build && rimraf site/data/* && rimraf examples/compiled/*.png && find site/examples ! -name 'index.md' ! -name 'data' -type f -delete", "clean:build": "find build ! -name 'vega-lite-schema.json' -type f -delete && rimraf build/src && rimraf build-es5", "predeploy:site": "yarn presite", "deploy:site": "gh-pages -d site", "data": "rsync -r node_modules/vega-datasets/data/* site/data", "schema": "mkdir -p build && ts-json-schema-generator -f tsconfig.json -p src/index.ts -t TopLevelSpec --no-type-check --no-ref-encode > build/vega-lite-schema.json && yarn renameschema && cp build/vega-lite-schema.json site/_data/", "renameschema": "scripts/rename-schema.sh", "presite": "yarn data && yarn schema && yarn build:site && yarn build:versions && scripts/create-example-pages.sh", "site": "yarn site:only", "site:only": "pushd site && bundle exec jekyll serve -I -l && popd", "prettierbase": "prettier '**/*.{md,css,yml}'", "eslintbase": "eslint .", "format": "yarn eslintbase --fix && yarn prettierbase --write", "lint": "yarn eslintbase && yarn prettierbase --check", "test": "jest test/ && yarn lint && yarn schema && jest examples/ && yarn test:runtime", "test:inspect": "node --inspect-brk ./node_modules/.bin/jest --runInBand test", "test:runtime": "TZ=America/Los_Angeles jest test-runtime/", "test:runtime:generate": "yarn build:only && rimraf test-runtime/resources && VL_GENERATE_TESTS=true yarn test:runtime", "watch": "tsc -p tsconfig.build.json -w", "watch:site": "yarn build:site -w", "watch:test": "jest --watch" }, "repository": { "type": "git", "url": "https://github.com/vega/vega-lite.git" }, "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/vega/vega-lite/issues" }, "devDependencies": { "@babel/core": "^7.11.6", "@babel/preset-env": "^7.11.5", "@babel/preset-typescript": "^7.10.4", "@rollup/plugin-babel": "^5.2.1", "@rollup/plugin-commonjs": "^15.1.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^9.0.0", "@types/chai": "^4.2.13", "@types/d3": "^5.16.3", "@types/jest": "^26.0.14", "@types/mkdirp": "^1.0.1", "@types/pako": "^1.0.1", "@types/puppeteer": "^3.0.2", "@typescript-eslint/eslint-plugin": "^4.4.0", "@typescript-eslint/parser": "^4.4.0", "ajv": "^6.12.6", "chai": "^4.2.0", "cheerio": "^1.0.0-rc.3", "conventional-changelog-cli": "^2.1.0", "d3": "^6.2.0", "eslint": "^7.11.0", "eslint-config-prettier": "^6.12.0", "eslint-plugin-jest": "^24.1.0", "eslint-plugin-prettier": "^3.1.4", "gh-pages": "^3.1.0", "highlight.js": "^10.2.1", "jest": "^26.5.3", "jest-puppeteer": "^4.4.0", "mkdirp": "^1.0.4", "pako": "^1.0.11", "prettier": "^2.1.2", "puppeteer": "^5.3.1", "rollup": "^2.29.0", "rollup-plugin-bundle-size": "^1.0.3", "rollup-plugin-sourcemaps": "^0.6.3", "rollup-plugin-terser": "^7.0.2", "serve": "^11.3.2", "terser": "^5.3.5", "ts-json-schema-generator": "^0.76.1", "typescript": "~4.0.3", "vega-cli": "^5.17.0", "vega-datasets": "~2.2.0", "vega-embed": "^6.12.2", "vega-tooltip": "^0.24.2", "yaml-front-matter": "^4.1.0" }, "dependencies": { "@types/clone": "~2.1.0", "@types/fast-json-stable-stringify": "^2.0.0", "array-flat-polyfill": "^1.0.1", "clone": "~2.1.2", "fast-deep-equal": "~3.1.3", "fast-json-stable-stringify": "~2.1.0", "json-stringify-pretty-compact": "~2.0.0", "tslib": "~2.0.3", "vega-event-selector": "~2.0.6", "vega-expression": "~3.0.0", "vega-util": "~1.16.0", "yargs": "~16.0.3" }, "peerDependencies": { "vega": "^5.17.0" }, "jest": { "preset": "jest-puppeteer", "testPathIgnorePatterns": [ "<rootDir>/node_modules", "<rootDir>/build", "<rootDir>/_site", "<rootDir>/src" ], "coverageDirectory": "./coverage/", "collectCoverage": false, "setupFiles": [ "./test/jest.overrides.ts" ] }}