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

79
node_modules/vega-functions/package.json generated vendored Normal file
View File

@@ -0,0 +1,79 @@
{
"_from": "vega-functions@~5.7.1",
"_id": "vega-functions@5.7.1",
"_inBundle": false,
"_integrity": "sha512-PQUcRkLAJwiRK+Y2o8MZdHJOHZwGcIYKvnYZnes2IY5433lhKYL7b1DmwQhUqyHyKCudqlz/pRnoLpmuL8sAgg==",
"_location": "/vega-functions",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "vega-functions@~5.7.1",
"name": "vega-functions",
"escapedName": "vega-functions",
"rawSpec": "~5.7.1",
"saveSpec": null,
"fetchSpec": "~5.7.1"
},
"_requiredBy": [
"/vega",
"/vega-parser",
"/vega-view"
],
"_resolved": "https://registry.npmjs.org/vega-functions/-/vega-functions-5.7.1.tgz",
"_shasum": "4231f013c7a8a6cdcefaa6ee08c96f361c0c9ef5",
"_spec": "vega-functions@~5.7.1",
"_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-array": "^2.4.0",
"d3-color": "^1.4.1",
"d3-geo": "^1.12.1",
"vega-dataflow": "^5.7.0",
"vega-expression": "^2.6.5",
"vega-scale": "^7.0.0",
"vega-scenegraph": "^4.8.0",
"vega-selections": "^5.1.1",
"vega-statistics": "^1.7.5",
"vega-time": "^2.0.1",
"vega-util": "^1.14.0"
},
"deprecated": false,
"description": "Custom functions for the Vega expression language.",
"devDependencies": {
"vega-format": "^1.0.0"
},
"gitHead": "62565bbe084a422c4a0cbc6e19c6f7c45a3e5137",
"homepage": "https://github.com/vega/vega#readme",
"keywords": [
"vega",
"expression",
"functions"
],
"license": "BSD-3-Clause",
"main": "build/vega-functions.js",
"module": "index.js",
"name": "vega-functions",
"repository": {
"type": "git",
"url": "git+https://github.com/vega/vega.git"
},
"scripts": {
"build": "yarn rollup",
"postbuild": "terser build/vega-functions.js -c -m -o build/vega-functions.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-array:d3,d3-color:d3,d3-geo:d3,vega-dataflow:vega,vega-expression:vega,vega-scale:vega,vega-scenegraph:vega,vega-selections:vega,vega-statistics:vega,vega-time:vega,vega-util:vega -f umd -n vega -o build/vega-functions.js -- index.js",
"test": "tape 'test/**/*-test.js'"
},
"version": "5.7.1"
}