{"name":"vega-lite","author":{"name":"Jeffrey Heer, Dominik Moritz, Kanit \"Ham\" Wongsuphasawat"},"version":"2.1.1","collaborators":["Kanit Wongsuphasawat <kanitw@gmail.com> (http://kanitw.yellowpigz.com)","Dominik Moritz <domoritz@cs.washington.edu> (https://www.domoritz.de)","Jeffrey Heer <jheer@uw.edu> (http://jheer.org)"],"homepage":"https://vega.github.io/vega-lite/","description":"Vega-lite provides a higher-level grammar for visual analysis, comparable to ggplot or Tableau, that generates complete Vega specifications.","main":"build/src/index.js","types":"typings/vega-lite.d.ts","bin":{"vl2png":"./bin/vl2png","vl2svg":"./bin/vl2svg","vl2vg":"./bin/vl2vg"},"directories":{"test":"test"},"scripts":{"pretsc":"mkdir -p build && rm -rf build/*/** && cp package.json build/","tsc":"tsc","prebuild":"mkdir -p build/site build/test-gallery","build":"npm run build:only","build:only":"npm run tsc && cp package.json build && browserify src/index.ts -p tsify -d -s vl | exorcist build/vega-lite.js.map > build/vega-lite.js","postbuild":"node node_modules/uglify-js/bin/uglifyjs build/vega-lite.js -cm --source-map content=build/vega-lite.js.map,filename=build/vega-lite.min.js.map -o build/vega-lite.min.js && npm run schema","build:examples":"npm run data && npm run build:only && npm run build:examples-only","build:examples-only":"npm run build:example && npm run build:examples-normalized","build:examples-normalized":"rm -f examples/specs/normalized/*.vl.json && scripts/build-normalized-examples","build:example":"TZ=America/Los_Angeles scripts/build-examples.sh","build:toc":"bundle exec jekyll build -q && scripts/generate-toc","build:site":"browserify site/static/main.ts -p [tsify -p site] -d | exorcist build/site/main.js.map > build/site/main.js","build:versions":"scripts/update-version.sh","build:test-gallery":"browserify test-gallery/main.ts -p [tsify -p test-gallery] -d > build/test-gallery/main.js","check:examples":"scripts/check-examples.sh","check:schema":"scripts/check-schema.sh","clean":"rm -rf build && rm -f vega-lite.* & find -E src test site examples -regex '.*\\.(js|js.map|d.ts)' -delete && rm -f examples/compiled/*.png && find site/examples ! -name 'index.md' -type f -exec rm -f {} +","data":"rsync -r node_modules/vega-datasets/data/* data","link":"npm link && npm link vega-lite","deploy":"scripts/deploy.sh","deploy:gh":"scripts/deploy-gh.sh","deploy:schema":"scripts/deploy-schema.sh","prestart":"npm run data && npm run build && scripts/index-examples","start":"nodemon -x 'npm run build:test-gallery' & browser-sync start --server --files 'build/test-gallery/main.js' --index 'test-gallery/index.html'","poststart":"rm examples/all-examples.json","preschema":"npm run prebuild","schema":"ts-json-schema-generator --path tsconfig.json --type TopLevelExtendedSpec > build/vega-lite-schema.json && npm run renameschema && cp build/vega-lite-schema.json _data/","renameschema":"scripts/rename-schema.sh","presite":"npm run prebuild && npm run data && npm run build:site && npm run build:toc && npm run build:versions && scripts/create-example-pages","site":"bundle exec jekyll serve --incremental","lint":"tslint -p .","test":"npm run build:only && npm run test:only && npm run test:runtime && npm run lint","posttest":"npm run schema && npm run data && npm run mocha:examples","test:nocompile":"npm run test:only && npm run test:runtime && npm run lint && npm run mocha:examples","test:only":"nyc --reporter=html --reporter=text-summary npm run mocha:test","test:runtime":"TZ=America/Los_Angeles wdio wdio.conf.js","test:runtime:generate":"rm -Rf test-runtime/resources && VL_GENERATE_TESTS=true npm run test:runtime","test:debug":"npm run tsc && mocha --recursive --debug-brk --inspect build/test","test:debug-examples":"npm run tsc && npm run schema && mocha --recursive --debug-brk --inspect build/examples","mocha:test":"mocha --require source-map-support/register --reporter dot --recursive build/test","mocha:examples":"mocha --require source-map-support/register --reporter dot --recursive build/examples","codecov":"nyc report --reporter=json && codecov -f coverage/*.json","watch:build":"watchify src/index.ts -p tsify -v -d -s vl -o 'exorcist build/vega-lite.js.map > build/vega-lite.js'","watch:tsc":"npm run tsc -- -w","watch:test":"nodemon -x 'npm test'","watch":"nodemon -x 'npm run build && npm run test:nocompile' # already ran schema in build"},"repository":{"type":"git","url":"git+https://github.com/vega/vega-lite.git"},"license":"BSD-3-Clause","bugs":{"url":"https://github.com/vega/vega-lite/issues"},"devDependencies":{"@types/chai":"^4.1.2","@types/d3":"^4.12.0","@types/highlight.js":"^9.12.2","@types/mkdirp":"^0.5.2","@types/mocha":"^2.2.47","@types/node":"^9.3.0","@types/webdriverio":"^4.8.8","ajv":"^6.0.1","browser-sync":"^2.23.6","browserify-shim":"^3.8.14","browserify":"^15.2.0","chai":"^4.1.2","cheerio":"^1.0.0-rc.2","chromedriver":"^2.35.0","codecov":"^3.0.0","d3":"^4.12.2","exorcist":"^1.0.0","highlight.js":"^9.12.0","mkdirp":"^0.5.1","mocha":"^5.0.0","nodemon":"^1.14.11","nyc":"^11.4.1","source-map-support":"^0.5.3","svg2png-many":"^0.0.7","ts-json-schema-generator":"^0.18.0","ts-node":"^4.1.0","tsify":"^3.0.4","tslint-eslint-rules":"^4.1.1","tslint":"5.9.1","typescript":"^2.6.2","uglify-js":"^3.3.8","vega-datasets":"^1.11.0","vega-embed":"^3.0.0-rc7","vega-tooltip":"^0.4.4","vega":"^3.0.10","watchify":"^3.9.0","wdio-chromedriver-service":"^0.1.2","wdio-dot-reporter":"0.0.9","wdio-mocha-framework":"^0.5.12","wdio-static-server-service":"^1.0.1","webdriverio":"^4.10.1","yaml-front-matter":"^3.4.0"},"dependencies":{"@types/json-stable-stringify":"^1.0.32","json-stable-stringify":"^1.0.1","tslib":"^1.9.0","vega-event-selector":"^2.0.0","vega-util":"^1.6.2","yargs":"^11.0.0"},"gitHead":"986d0a4cdd4c45c53246a9d31384ab23f3c9e787","_id":"vega-lite@2.1.1","_npmVersion":"5.6.0","_nodeVersion":"9.4.0","_npmUser":{"name":"domoritz","email":"domoritz@gmail.com"},"dist":{"shasum":"c17ab9f847b8c2923c8cc37d61f6ae76504fa0bf","size":1457943,"noattachment":false,"key":"/vega-lite/-/vega-lite-2.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/vega-lite/download/vega-lite-2.1.1.tgz"},"maintainers":[{"name":"arvindsatya1","email":""},{"name":"domoritz","email":""},{"name":"jheer","email":""},{"name":"kanitw","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vega-lite-2.1.1.tgz_1516920383427_0.6280615741852671"},"publish_time":1516920383898,"_hasShrinkwrap":false,"_cnpm_publish_time":1516920383898,"_cnpmcore_publish_time":"2021-12-16T18:45:14.288Z","dist-tags":{"canary":"5.7.0--canary.8145.0eb1af7.0","latest":"5.14.1","next":"5.7.0-next.0","pre":"2.0.0-beta.1"}}