{"name":"vega-lite","author":{"name":"Jeffrey Heer, Dominik Moritz, Kanit \"Ham\" Wongsuphasawat"},"version":"2.0.0-alpha.2","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":"src/vl.js","types":"src/vl.d.ts","bin":{"vl2png":"./bin/vl2png","vl2svg":"./bin/vl2svg","vl2vg":"./bin/vl2vg"},"directories":{"test":"test"},"scripts":{"build":"browserify src/vl.ts -p tsify -d -s vl | exorcist vega-lite.js.map > vega-lite.js ","postbuild":"uglifyjs vega-lite.js -cm --in-source-map vega-lite.js.map --source-map vega-lite.min.js.map > vega-lite.min.js && npm run schema","build:all":"npm run clean && npm run build && npm run test:noschema && npm run build:images","build:images":"npm run data && scripts/generate-images.sh","build:toc":"bundle exec jekyll build --incremental -q && scripts/generate-toc","build:test-gallery":"browserify test-gallery/main.ts -p [tsify -p test-gallery] -d > test-gallery/main.js","checkschema":"./scripts/check-schema.sh","clean":"rm -f vega-lite.* & find -E src test site -regex '.*\\.(js|js.map|d.ts)' -delete & rm -rf examples/_diff examples/_original examples/_output examples/images && rm -rf data","data":"rsync -r node_modules/vega-datasets/data/* data","deploy":"scripts/deploy.sh","deploy:gh":"scripts/deploy-gh.sh","deploy:schema":"scripts/deploy-schema.sh","lint":"tslint -c tslint.json 'src/**/*.ts' 'test/**/*.ts' --exclude '**/*.d.ts'","prestart":"npm run data && scripts/index-examples","start":"nodemon -x 'npm run build:test-gallery' & browser-sync start --server --files 'test-gallery/main.js' --index 'test-gallery/index.html'","poststart":"rm examples/all-examples.json","schema":"typescript-json-schema --required true --noExtraProps true src/spec.ts ExtendedSpec > vega-lite-schema.json","presite":"tsc && npm run build && bower install && npm run data && npm run build:toc","site":"bundle exec jekyll serve --incremental","pretest":"tsc && npm run data","test":"nyc --reporter=html --reporter=text-summary mocha","posttest":"npm run lint && npm run test:examples","test:examples":"npm run schema && mocha examples","test:noschema":"npm run pretest && nyc --reporter=html --reporter=text-summary mocha && npm run lint && mocha examples","codecov":"nyc report --reporter=json && codecov -f coverage/*.json","test:debug":"npm run schema && mocha --debug-brk test examples","watch:build":"watchify src/vl.ts -p tsify -v -d -s vl -o 'exorcist vega-lite.js.map > vega-lite.js'","watch:test":"nodemon -x 'npm test'","watch":"nodemon -x 'npm run build && npm run test:noschema' # already run schema in build","x-compile":"./scripts/examples-compile.sh","x-diff":"./scripts/examples-diff.sh"},"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":"^3.4.34","@types/d3":"^4.4.1","@types/json-stable-stringify":"^1.0.29","@types/mocha":"^2.2.38","@types/node":"^7.0.4","ajv":"5.0.1-beta.1","browser-sync":"~2.18.6","browserify":"~14.0.0","chai":"~3.5.0","cheerio":"~0.22.0","codecov":"~1.0.1","d3":"^4.4.4","exorcist":"~0.4.0","mocha":"~3.2.0","nodemon":"~1.11.0","nyc":"~10.1.2","source-map-support":"~0.4.10","tsify":"~3.0.0","tslint":"~4.4.2","tslint-eslint-rules":"^3.3.0","typescript":"^2.1.5","typescript-json-schema":"^0.9.0","uglify-js":"~2.7.5","vega":"3.0.0-beta.20","vega-datasets":"github:vega/vega-datasets#gh-pages","watchify":"~3.9.0","yaml-front-matter":"~3.4.0"},"dependencies":{"json-stable-stringify":"~1.0.1","tslib":"^1.5.0","vega-util":"~1.1.3","yargs":"~6.6.0"},"gitHead":"d68afee2279600567e1472ccd96a92f72b2a4552","_id":"vega-lite@2.0.0-alpha.2","_shasum":"e6e4e9e58ecc46ffa531bd5263b178db483c5e27","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"kanitw","email":"kanitw@gmail.com"},"dist":{"shasum":"e6e4e9e58ecc46ffa531bd5263b178db483c5e27","size":12797439,"noattachment":false,"key":"/vega-lite/-/vega-lite-2.0.0-alpha.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/vega-lite/download/vega-lite-2.0.0-alpha.2.tgz"},"maintainers":[{"name":"arvindsatya1","email":""},{"name":"domoritz","email":""},{"name":"jheer","email":""},{"name":"kanitw","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/vega-lite-2.0.0-alpha.2.tgz_1487286807252_0.1499106278643012"},"publish_time":1487286810366,"_hasShrinkwrap":false,"_cnpm_publish_time":1487286810366,"_cnpmcore_publish_time":"2021-12-16T18:48:26.433Z","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"}}