vega-loader
Version:
Network request and file loading utilities.
52 lines (51 loc) • 1.2 kB
JSON
{
"name": "vega-loader",
"version": "5.1.2",
"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": {
"type": "git",
"url": "git+https://github.com/vega/vega.git"
},
"homepage": "https://github.com/vega/vega/tree/main/packages/vega-loader#readme",
"bugs": {
"url": "https://github.com/vega/vega/issues"
},
"scripts": {
"prebuild": "del-cli build",
"build": "rollup -c rollup.config.js",
"pretest": "npm run build -- --config-test",
"test": "tape 'test/**/*-test.js'",
"prepublishOnly": "npm test && npm run build"
},
"dependencies": {
"d3-dsv": "^3.0.1",
"topojson-client": "^3.1.0",
"vega-format": "^2.1.2",
"vega-util": "^2.1.0"
},
"gitHead": "c42b7bad10730383c780f7769768b8b64bc0052a"
}