{ "_from": "vega-statistics@1.7.2", "_id": "vega-statistics@1.7.2", "_inBundle": false, "_integrity": "sha512-G6rvZ50MqnmiN1fGqDnFoCLWFwBCYt3nCucXu3zWov7A1/lsatvbDKYeSlVlnvT9OHtv4L+3pRpepFh5IhXKFg==", "_location": "/vega-statistics", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "vega-statistics@1.7.2", "name": "vega-statistics", "escapedName": "vega-statistics", "rawSpec": "1.7.2", "saveSpec": null, "fetchSpec": "1.7.2" }, "_requiredBy": [ "/vega", "/vega-functions", "/vega-geo", "/vega-regression", "/vega-transforms", "/vega-wordcloud" ], "_resolved": "https://registry.npmjs.org/vega-statistics/-/vega-statistics-1.7.2.tgz", "_shasum": "0bd01b52aee294915f2c3f82cb80a82501592ad9", "_spec": "vega-statistics@1.7.2", "_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/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": "178cab5429841aaf02d164753a0621e89d1dce9a", "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' && eslint index.js src test" }, "version": "1.7.2" }