{ "_from": "d3-sankey@^0.9.1", "_id": "d3-sankey@0.9.1", "_inBundle": false, "_integrity": "sha512-nnRkDaUMjBdeuGg+kWGdA+tjG1AVTnJ+Ykw7ff7CZHVI17Hm5sy8n0UXykVffn13aNHwK5wPOdOt1gS1ZEaF+A==", "_location": "/d3-sankey", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "d3-sankey@^0.9.1", "name": "d3-sankey", "escapedName": "d3-sankey", "rawSpec": "^0.9.1", "saveSpec": null, "fetchSpec": "^0.9.1" }, "_requiredBy": [ "/@antv/data-set" ], "_resolved": "https://registry.npmmirror.com/d3-sankey/-/d3-sankey-0.9.1.tgz", "_shasum": "b850145a3284111636ddec90dfda8c64919bee4e", "_spec": "d3-sankey@^0.9.1", "_where": "D:\\jenkins\\workspace\\dataShare-fvue\\node_modules\\@antv\\data-set", "author": { "name": "Mike Bostock", "url": "https://bost.ocks.org/mike/" }, "bugs": { "url": "https://github.com/d3/d3-sankey/issues" }, "bundleDependencies": false, "dependencies": { "d3-array": "1", "d3-collection": "1", "d3-shape": "^1.2.0" }, "deprecated": false, "description": "Visualize flow between nodes in a directed acyclic network.", "devDependencies": { "eslint": "5", "rollup": "1", "rollup-plugin-terser": "4", "tape": "4" }, "homepage": "https://github.com/d3/d3-sankey", "keywords": [ "d3", "d3-module", "sankey" ], "license": "BSD-3-Clause", "main": "dist/d3-sankey.js", "module": "src/index.js", "name": "d3-sankey", "repository": { "type": "git", "url": "git+https://github.com/d3/d3-sankey.git" }, "scripts": { "postpublish": "git push && git push --tags && zip -j dist/d3-sankey.zip -- LICENSE README.md dist/d3-sankey.js dist/d3-sankey.min.js", "prepublishOnly": "rm -rf dist && yarn test", "pretest": "rollup -c", "test": "tape 'test/**/*-test.js' && eslint src" }, "unpkg": "dist/d3-sankey.min.js", "version": "0.9.1" }