You've already forked wakapi-readme-stats
Bar graph added.
This commit is contained in:
68
node_modules/vega-scenegraph/package.json
generated
vendored
Normal file
68
node_modules/vega-scenegraph/package.json
generated
vendored
Normal file
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"_from": "vega-scenegraph@~4.8.3",
|
||||
"_id": "vega-scenegraph@4.8.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-2GznqXm/py7/XX9juohFbLYQTKxHY5VNRZLHc0bL35Nd7lShKeOlHY9uVkHw2FoLLCz78UcXFminWM8lddvGxw==",
|
||||
"_location": "/vega-scenegraph",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "vega-scenegraph@~4.8.3",
|
||||
"name": "vega-scenegraph",
|
||||
"escapedName": "vega-scenegraph",
|
||||
"rawSpec": "~4.8.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "~4.8.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/vega",
|
||||
"/vega-functions",
|
||||
"/vega-view",
|
||||
"/vega-view-transforms"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/vega-scenegraph/-/vega-scenegraph-4.8.3.tgz",
|
||||
"_shasum": "11b557019175ec5ddc258c3a5eb7371e64cec5e1",
|
||||
"_spec": "vega-scenegraph@~4.8.3",
|
||||
"_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-path": "^1.0.9",
|
||||
"d3-shape": "^1.3.7",
|
||||
"vega-canvas": "^1.2.2",
|
||||
"vega-loader": "^4.3.0",
|
||||
"vega-scale": "^7.0.0",
|
||||
"vega-util": "^1.14.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Vega scenegraph and renderers.",
|
||||
"gitHead": "8fe8d36961c128df8300e6bc4fe6aac1e537bbe0",
|
||||
"homepage": "https://github.com/vega/vega#readme",
|
||||
"license": "BSD-3-Clause",
|
||||
"main": "build/vega-scenegraph.js",
|
||||
"module": "index",
|
||||
"name": "vega-scenegraph",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/vega/vega.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "yarn rollup && yarn schema",
|
||||
"postbuild": "terser build/vega-scenegraph.js -c -m -o build/vega-scenegraph.min.js",
|
||||
"postpublish": "git push && git push --tags",
|
||||
"prebuild": "rimraf build && mkdir build",
|
||||
"prepublishOnly": "yarn test && yarn build",
|
||||
"pretest": "yarn prebuild && yarn rollup && yarn schema",
|
||||
"rollup": "rollup -f umd -g d3-path:d3,d3-shape:d3,vega-canvas:vega,vega-loader:vega,vega-scale:vega,vega-util:vega -n vega -o build/vega-scenegraph.js -- index.js",
|
||||
"schema": "node schema > build/vega-scenegraph-schema.json",
|
||||
"test": "tape -r ./test/__init__ 'test/**/*-test.js'"
|
||||
},
|
||||
"version": "4.8.3"
|
||||
}
|
||||
Reference in New Issue
Block a user