{ "_from": "d3@7.9.0", "_id": "d3@7.9.0", "_inBundle": false, "_integrity": "sha512-e1U46jVP+w7Iut8Jt8ri1YsPOvFpg46k+K8TpCb0P+zjCkjkPnV7WzfDJzMHy1LnA+wj5pLT1wjO901gLXeEhA==", "_location": "/d3", "_phantomChildren": { "internmap": "1.0.1", "rw": "1.3.3", "safer-buffer": "2.1.2" }, "_requested": { "type": "version", "registry": true, "raw": "d3@7.9.0", "name": "d3", "escapedName": "d3", "rawSpec": "7.9.0", "saveSpec": null, "fetchSpec": "7.9.0" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmmirror.com/d3/-/d3-7.9.0.tgz", "_shasum": "579e7acb3d749caf8860bd1741ae8d371070cd5d", "_spec": "d3@7.9.0", "_where": "D:\\jenkins\\workspace\\dataShare-fvue", "author": { "name": "Mike Bostock", "url": "https://bost.ocks.org/mike" }, "bugs": { "url": "https://github.com/d3/d3/issues" }, "bundleDependencies": false, "dependencies": { "d3-array": "3", "d3-axis": "3", "d3-brush": "3", "d3-chord": "3", "d3-color": "3", "d3-contour": "4", "d3-delaunay": "6", "d3-dispatch": "3", "d3-drag": "3", "d3-dsv": "3", "d3-ease": "3", "d3-fetch": "3", "d3-force": "3", "d3-format": "3", "d3-geo": "3", "d3-hierarchy": "3", "d3-interpolate": "3", "d3-path": "3", "d3-polygon": "3", "d3-quadtree": "3", "d3-random": "3", "d3-scale": "4", "d3-scale-chromatic": "3", "d3-selection": "3", "d3-shape": "3", "d3-time": "3", "d3-time-format": "4", "d3-timer": "3", "d3-transition": "3", "d3-zoom": "3" }, "deprecated": false, "description": "Data-Driven Documents", "devDependencies": { "@observablehq/plot": "^0.6.7", "@observablehq/runtime": "^5.7.3", "@rollup/plugin-json": "6", "@rollup/plugin-node-resolve": "15", "@rollup/plugin-terser": "^0.4.0", "eslint": "8", "mocha": "10", "rollup": "3", "topojson-client": "^3.1.0", "vitepress": "^1.0.0-beta.2" }, "engines": { "node": ">=12" }, "exports": { "umd": "./dist/d3.min.js", "default": "./src/index.js" }, "files": [ "dist/d3.js", "dist/d3.min.js", "src/**/*.js" ], "homepage": "https://d3js.org", "jsdelivr": "dist/d3.min.js", "keywords": [ "d3", "dom", "visualization", "svg", "animation", "canvas" ], "license": "ISC", "main": "src/index.js", "module": "src/index.js", "name": "d3", "repository": { "type": "git", "url": "git+https://github.com/d3/d3.git" }, "scripts": { "docs:build": "./prebuild.sh && node --experimental-network-imports node_modules/vitepress/dist/node/cli.js build docs", "docs:dev": "node --experimental-network-imports node_modules/vitepress/dist/node/cli.js dev docs", "docs:preview": "vitepress preview docs", "postpublish": "git push && git push --tags", "prepublishOnly": "rm -rf dist && rollup -c", "test": "mocha 'test/**/*-test.js' && eslint src test" }, "type": "module", "unpkg": "dist/d3.min.js", "version": "7.9.0" }