Bar graph added.

This commit is contained in:
prabhatdev
2020-07-28 00:48:25 +05:30
parent d0a6e2667d
commit 194b41124d
3468 changed files with 640611 additions and 169 deletions

66
node_modules/vega-projection/package.json generated vendored Normal file
View File

@@ -0,0 +1,66 @@
{
"_from": "vega-projection@~1.4.2",
"_id": "vega-projection@1.4.2",
"_inBundle": false,
"_integrity": "sha512-eULwc/8TMVjFkGtIVF5IGpJzEksnS0ccbaaCH9QjHtQTyBaR2CA679r5/98x6ur7ZLaYgcm2o082kjReUoyncA==",
"_location": "/vega-projection",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "vega-projection@~1.4.2",
"name": "vega-projection",
"escapedName": "vega-projection",
"rawSpec": "~1.4.2",
"saveSpec": null,
"fetchSpec": "~1.4.2"
},
"_requiredBy": [
"/vega",
"/vega-geo"
],
"_resolved": "https://registry.npmjs.org/vega-projection/-/vega-projection-1.4.2.tgz",
"_shasum": "2e5edfffac54e8ba8ab56fba29f174dab0bc98d1",
"_spec": "vega-projection@~1.4.2",
"_where": "/home/prabhatdev/Documents/opensource/gitHubStats/waka-readme-stats/node_modules/vega",
"author": {
"name": "Jeffrey Heer",
"url": "http://idl.cs.washington.edu"
},
"bugs": {
"url": "https://github.com/vega/vega/issues"
},
"bundleDependencies": false,
"dependencies": {
"d3-geo": "^1.12.1",
"d3-geo-projection": "^2.9.0"
},
"deprecated": false,
"description": "Projections for cartographic mapping.",
"gitHead": "62565bbe084a422c4a0cbc6e19c6f7c45a3e5137",
"homepage": "https://github.com/vega/vega#readme",
"keywords": [
"vega",
"geo",
"projection"
],
"license": "BSD-3-Clause",
"main": "build/vega-projection.js",
"module": "index",
"name": "vega-projection",
"repository": {
"type": "git",
"url": "git+https://github.com/vega/vega.git"
},
"scripts": {
"build": "yarn rollup",
"postbuild": "terser build/vega-projection.js -c -m -o build/vega-projection.min.js",
"postpublish": "git push && git push --tags",
"prebuild": "rimraf build && mkdir build",
"prepublishOnly": "yarn test && yarn build",
"pretest": "yarn prebuild && yarn rollup",
"rollup": "rollup -g d3-geo:d3,d3-geo-projection:d3 -f umd -n vega -o build/vega-projection.js -- index.js",
"test": "tape 'test/**/*-test.js'"
},
"version": "1.4.2"
}