You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

77 lines
2.0 KiB

4 months ago
{
"name": "@antv/vendor",
"version": "1.0.11",
"description": "Vendored dependencies to fix ERR_REQUIRE_ESM.",
"license": "MIT AND ISC",
"repository": {
"type": "git",
"url": "https://github.com/antvis/vendor"
},
"devDependencies": {
"@swc/core": "^1.10.8",
"@types/bun": "latest",
"glob": "^11.0.1",
"typescript": "^5.0.0",
"vitest": "^3.0.2"
},
"keywords": [
"antv",
"d3"
],
"scripts": {
"link:plugin": "cd module-resolver && bun link && cd .. && bun link module-resolver",
"build": "bun run scripts/build.ts",
"prepublish": "bun run scripts/build.ts"
},
"exports": {
"./package.json": "./package.json",
"./d3-*": {
"types": "./d3-*.d.ts",
"import": "./es/d3-*.mjs",
"default": "./lib/d3-*.js"
}
},
"dependencies": {
"@types/d3-array": "^3.2.1",
"@types/d3-color": "^3.1.3",
"@types/d3-dispatch": "^3.0.6",
"@types/d3-dsv": "^3.0.7",
"@types/d3-ease": "^3.0.2",
"@types/d3-fetch": "^3.0.7",
"@types/d3-force": "^3.0.10",
"@types/d3-format": "^3.0.4",
"@types/d3-geo": "^3.1.0",
"@types/d3-hierarchy": "^3.1.7",
"@types/d3-interpolate": "^3.0.4",
"@types/d3-path": "^3.1.0",
"@types/d3-quadtree": "^3.0.6",
"@types/d3-random": "^3.0.3",
"@types/d3-scale": "^4.0.9",
"@types/d3-scale-chromatic": "^3.1.0",
"@types/d3-shape": "^3.1.7",
"@types/d3-time": "^3.0.4",
"@types/d3-timer": "^3.0.2",
"d3-array": "^3.2.4",
"d3-color": "^3.1.0",
"d3-dispatch": "^3.0.1",
"d3-dsv": "^3.0.1",
"d3-ease": "^3.0.1",
"d3-fetch": "^3.0.1",
"d3-force": "^3.0.0",
"d3-force-3d": "^3.0.5",
"d3-format": "^3.1.0",
"d3-geo": "^3.1.1",
"d3-geo-projection": "^4.0.0",
"d3-hierarchy": "^3.1.2",
"d3-interpolate": "^3.0.1",
"d3-path": "^3.1.0",
"d3-quadtree": "^3.0.1",
"d3-random": "^3.0.1",
"d3-regression": "^1.3.10",
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.1.0",
"d3-shape": "^3.2.0",
"d3-time": "^3.1.0",
"d3-timer": "^3.0.1"
}
}