Files
wakapi-readme-stats/node_modules/vega-util/package.json
2020-07-28 00:48:25 +05:30

86 lines
2.3 KiB
JSON

{
"_from": "vega-util@~1.14.1",
"_id": "vega-util@1.14.1",
"_inBundle": false,
"_integrity": "sha512-pSKJ8OCkgfgHZDTljyj+gmGltgulceWbk1BV6LWrXqp6P3J8qPA/oZA8+a93YNApYxXZ3yzIVUDOo5O27xk0jw==",
"_location": "/vega-util",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "vega-util@~1.14.1",
"name": "vega-util",
"escapedName": "vega-util",
"rawSpec": "~1.14.1",
"saveSpec": null,
"fetchSpec": "~1.14.1"
},
"_requiredBy": [
"/vega",
"/vega-crossfilter",
"/vega-dataflow",
"/vega-encode",
"/vega-expression",
"/vega-force",
"/vega-format",
"/vega-functions",
"/vega-geo",
"/vega-hierarchy",
"/vega-lite",
"/vega-loader",
"/vega-parser",
"/vega-regression",
"/vega-runtime",
"/vega-scale",
"/vega-scenegraph",
"/vega-selections",
"/vega-time",
"/vega-transforms",
"/vega-typings",
"/vega-view",
"/vega-view-transforms",
"/vega-voronoi",
"/vega-wordcloud"
],
"_resolved": "https://registry.npmjs.org/vega-util/-/vega-util-1.14.1.tgz",
"_shasum": "0fb614277764f98738ba0b80e5cdfbe663426183",
"_spec": "vega-util@~1.14.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,
"deprecated": false,
"description": "JavaScript utilities for Vega.",
"gitHead": "62565bbe084a422c4a0cbc6e19c6f7c45a3e5137",
"homepage": "https://github.com/vega/vega#readme",
"keywords": [
"vega",
"utilities"
],
"license": "BSD-3-Clause",
"main": "build/vega-util.js",
"module": "index",
"name": "vega-util",
"repository": {
"type": "git",
"url": "git+https://github.com/vega/vega.git"
},
"scripts": {
"build": "yarn rollup",
"postbuild": "terser build/vega-util.js -c -m -o build/vega-util.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 -f umd -n vega -o build/vega-util.js -- index.js",
"test": "tape 'test/**/*-test.js'"
},
"types": "index.d.ts",
"version": "1.14.1"
}