vega-loader
Version:
Network request and file loading utilities.
46 lines (45 loc) • 1 kB
JSON
{
"name": "vega-loader",
"version": "5.0.0",
"description": "Network request and file loading utilities.",
"keywords": [
"vega",
"loader",
"file",
"http",
"fetch",
"json",
"csv",
"tsv",
"topojson",
"parse",
"type",
"inference"
],
"license": "BSD-3-Clause",
"type": "module",
"author": {
"name": "Vega",
"url": "https://vega.github.io"
},
"exports": {
"node": "./build/vega-loader.node.js",
"default": "./build/vega-loader.browser.js"
},
"repository": "vega/vega",
"scripts": {
"prebuild": "del-cli build",
"build": "rollup -c rollup.config.js",
"pretest": "yarn build --config-test",
"test": "tape 'test/**/*-test.js'",
"prepublishOnly": "yarn test && yarn build"
},
"dependencies": {
"d3-dsv": "^3.0.1",
"node-fetch": "^3.3.2",
"topojson-client": "^3.1.0",
"vega-format": "^2.0.0",
"vega-util": "^2.0.0"
},
"gitHead": "45ce7657f6212c448be409887018b693a8103fd4"
}