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

71 lines
2.1 KiB
JSON

{
"_from": "vega-statistics@~1.7.6",
"_id": "vega-statistics@1.7.6",
"_inBundle": false,
"_integrity": "sha512-w6z5t4p1zYNSvsg3lln4TZakxXlH/tM0w5WAP1EXLYrCYRw0F/SvxqLQ+WqEZVnI/WGQDq2v5xMAn0WvHJ/kUg==",
"_location": "/vega-statistics",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "vega-statistics@~1.7.6",
"name": "vega-statistics",
"escapedName": "vega-statistics",
"rawSpec": "~1.7.6",
"saveSpec": null,
"fetchSpec": "~1.7.6"
},
"_requiredBy": [
"/vega",
"/vega-functions",
"/vega-geo",
"/vega-regression",
"/vega-transforms",
"/vega-wordcloud"
],
"_resolved": "https://registry.npmjs.org/vega-statistics/-/vega-statistics-1.7.6.tgz",
"_shasum": "6f920c83adbec9a25087ca60c41af272838f85bd",
"_spec": "vega-statistics@~1.7.6",
"_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"
},
"deprecated": false,
"description": "Statistical routines and probability distributions.",
"gitHead": "62565bbe084a422c4a0cbc6e19c6f7c45a3e5137",
"homepage": "https://github.com/vega/vega#readme",
"keywords": [
"vega",
"statistics",
"probability",
"distribution"
],
"license": "BSD-3-Clause",
"main": "build/vega-statistics.js",
"module": "index",
"name": "vega-statistics",
"repository": {
"type": "git",
"url": "git+https://github.com/vega/vega.git"
},
"scripts": {
"build": "yarn rollup",
"postbuild": "terser build/vega-statistics.js -c -m -o build/vega-statistics.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 -f umd -n vega -o build/vega-statistics.js -- index.js",
"test": "tape 'test/**/*-test.js'"
},
"version": "1.7.6"
}