{ "_from": "d3-sankey@~0.7.1", "_id": "d3-sankey@0.7.1", "_inBundle": false, "_integrity": "sha512-KAyowBWtTLQxyXq1UhXcdCXKbuCQvL51FgqOS+fKlNTQ/4FfSWabRlWs2DezzwKyredAsOhBSQZN/i0XdeE2tQ==", "_location": "/d3-sankey", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "d3-sankey@~0.7.1", "name": "d3-sankey", "escapedName": "d3-sankey", "rawSpec": "~0.7.1", "saveSpec": null, "fetchSpec": "~0.7.1" }, "_requiredBy": [ "/@antv/data-set" ], "_resolved": "https://registry.npmmirror.com/d3-sankey/-/d3-sankey-0.7.1.tgz", "_shasum": "d229832268fc69a7fec84803e96c2256a614c521", "_spec": "d3-sankey@~0.7.1", "_where": "/data/jenkins/workspace/front-v5-web/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": "4", "package-preamble": "0.1.0", "rollup": "0.43", "tape": "4", "uglify-js": "3" }, "homepage": "https://github.com/d3/d3-sankey", "jsnext:main": "index", "keywords": [ "d3", "d3-module", "sankey" ], "license": "BSD-3-Clause", "main": "build/d3-sankey.js", "module": "index", "name": "d3-sankey", "repository": { "type": "git", "url": "git+https://github.com/d3/d3-sankey.git" }, "scripts": { "postpublish": "git push && git push --tags && zip -j build/d3-sankey.zip -- LICENSE README.md build/d3-sankey.js build/d3-sankey.min.js", "prepublish": "npm run test && uglifyjs -b beautify=false,preamble=\"'$(preamble)'\" build/d3-sankey.js -c -m -o build/d3-sankey.min.js", "pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -g d3-array:d3,d3-collection:d3,d3-shape:d3 -f umd -n d3 -o build/d3-sankey.js -- index.js", "test": "tape 'test/**/*-test.js' && eslint index.js src" }, "version": "0.7.1" }