{ "_from": "vega-projection@1.4.0", "_id": "vega-projection@1.4.0", "_inBundle": false, "_integrity": "sha512-Prb/E41PqZT5b+46rHv6BZLDsXMe+NFClHxJ9NbwW7mntz8aMGAHiYolVa/M2KuTLbsXVgDAPxk/aA9tbQ0SSg==", "_location": "/vega-projection", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "vega-projection@1.4.0", "name": "vega-projection", "escapedName": "vega-projection", "rawSpec": "1.4.0", "saveSpec": null, "fetchSpec": "1.4.0" }, "_requiredBy": [ "/vega", "/vega-geo" ], "_resolved": "https://registry.npmjs.org/vega-projection/-/vega-projection-1.4.0.tgz", "_shasum": "58c910b30306869132c4a26516164f8643fd1734", "_spec": "vega-projection@1.4.0", "_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-geo": "^1.11.9", "d3-geo-projection": "^2.7.1" }, "deprecated": false, "description": "Projections for cartographic mapping.", "gitHead": "b690910bacfcb2580511e262400e496d9b14b04f", "homepage": "https://github.com/vega/vega#readme", "keywords": [ "vega", "geo", "projection" ], "license": "BSD-3-Clause", "main": "build/vega-projection.js", "module": "index", "name": "vega-projection", "repository": { "type": "git", "url": "git+https://github.com/vega/vega.git" }, "scripts": { "build": "yarn rollup", "postbuild": "terser build/vega-projection.js -c -m -o build/vega-projection.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-geo:d3 -f umd -n vega -o build/vega-projection.js -- index.js", "test": "tape 'test/**/*-test.js' && eslint index.js src test" }, "version": "1.4.0" }