{ "_from": "vega-functions@5.5.1", "_id": "vega-functions@5.5.1", "_inBundle": false, "_integrity": "sha512-VTfEwf/ChSOGc4d4yUIgu2XoScky6NH06WN4vwVGY5PREhsyVPsQ+p2zqgD/N/a00EyWPHeOSHEhsPU28oIMtQ==", "_location": "/vega-functions", "_phantomChildren": { "d3-time": "1.0.11" }, "_requested": { "type": "version", "registry": true, "raw": "vega-functions@5.5.1", "name": "vega-functions", "escapedName": "vega-functions", "rawSpec": "5.5.1", "saveSpec": null, "fetchSpec": "5.5.1" }, "_requiredBy": [ "/vega", "/vega-parser", "/vega-view" ], "_resolved": "https://registry.npmjs.org/vega-functions/-/vega-functions-5.5.1.tgz", "_shasum": "849a7c9f19c77899c26969b6070c724cd7366131", "_spec": "vega-functions@5.5.1", "_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", "d3-color": "^1.4.0", "d3-format": "^1.4.2", "d3-geo": "^1.11.9", "d3-time-format": "^2.2.2", "vega-dataflow": "^5.5.0", "vega-expression": "^2.6.3", "vega-scale": "^6.0.0", "vega-scenegraph": "^4.5.0", "vega-selections": "^5.1.0", "vega-statistics": "^1.7.1", "vega-time": "^1.0.0", "vega-util": "^1.12.1" }, "deprecated": false, "description": "Custom functions for the Vega expression language.", "gitHead": "b690910bacfcb2580511e262400e496d9b14b04f", "homepage": "https://github.com/vega/vega#readme", "keywords": [ "vega", "expression", "functions" ], "license": "BSD-3-Clause", "main": "build/vega-functions.js", "module": "index.js", "name": "vega-functions", "repository": { "type": "git", "url": "git+https://github.com/vega/vega.git" }, "scripts": { "build": "yarn rollup", "postbuild": "terser build/vega-functions.js -c -m -o build/vega-functions.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,d3-color:d3,d3-format:d3,d3-geo:d3,d3-time-format:d3,vega-dataflow:vega,vega-expression:vega,vega-scale:vega,vega-scenegraph:vega,vega-selections:vega,vega-statistics:vega,vega-time:vega,vega-util:vega -f umd -n vega -o build/vega-functions.js -- index.js", "test": "tape 'test/**/*-test.js' && eslint index.js src test" }, "version": "5.5.1" }