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

82
node_modules/d3-delaunay/package.json generated vendored Normal file
View File

@@ -0,0 +1,82 @@
{
"_from": "d3-delaunay@^5.2.1",
"_id": "d3-delaunay@5.3.0",
"_inBundle": false,
"_integrity": "sha512-amALSrOllWVLaHTnDLHwMIiz0d1bBu9gZXd1FiLfXf8sHcX9jrcj81TVZOqD4UX7MgBZZ07c8GxzEgBpJqc74w==",
"_location": "/d3-delaunay",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "d3-delaunay@^5.2.1",
"name": "d3-delaunay",
"escapedName": "d3-delaunay",
"rawSpec": "^5.2.1",
"saveSpec": null,
"fetchSpec": "^5.2.1"
},
"_requiredBy": [
"/vega-voronoi"
],
"_resolved": "https://registry.npmjs.org/d3-delaunay/-/d3-delaunay-5.3.0.tgz",
"_shasum": "b47f05c38f854a4e7b3cea80e0bb12e57398772d",
"_spec": "d3-delaunay@^5.2.1",
"_where": "/home/prabhatdev/Documents/opensource/gitHubStats/waka-readme-stats/node_modules/vega-voronoi",
"author": {
"name": "Mike Bostock",
"url": "https://bost.ocks.org/mike"
},
"bugs": {
"url": "https://github.com/d3/d3-delaunay/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Vladimir Agafonkin",
"url": "https://agafonkin.com"
},
{
"name": "Philippe Rivière",
"url": "https://visionscarto.net"
}
],
"dependencies": {
"delaunator": "4"
},
"deprecated": false,
"description": "Compute the Voronoi diagram of a set of two-dimensional points.",
"devDependencies": {
"@observablehq/tape": "~0.0.1",
"eslint": "6",
"esm": "3",
"rollup": "1",
"rollup-plugin-node-resolve": "5",
"rollup-plugin-terser": "5"
},
"files": [
"dist/**/*.js",
"src/**/*.js"
],
"homepage": "https://github.com/d3/d3-delaunay",
"keywords": [
"voronoi",
"delaunay",
"geometry"
],
"license": "ISC",
"main": "dist/d3-delaunay.js",
"module": "src/index.js",
"name": "d3-delaunay",
"repository": {
"type": "git",
"url": "git+https://github.com/d3/d3-delaunay.git"
},
"scripts": {
"postpublish": "git push && git push --tags && zip -j dist/${npm_package_name}.zip -- LICENSE README.md dist/${npm_package_name}.js dist/${npm_package_name}.min.js",
"prepublishOnly": "yarn test && rm -rf dist && rollup -c",
"test": "tape -r esm 'test/**/*-test.js' && eslint src test"
},
"sideEffects": false,
"unpkg": "dist/d3-delaunay.min.js",
"version": "5.3.0"
}