{ "_args": [ [ "d3-sankey@0.7.1", "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp" ] ], "_from": "d3-sankey@0.7.1", "_id": "d3-sankey@0.7.1", "_inBundle": false, "_integrity": "sha1-0imDImj8aaf+yEgD6WwiVqYUxSE=", "_location": "/d3-sankey", "_phantomChildren": {}, "_requested": { "type": "version", "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": [ "/react-vis" ], "_resolved": "https://registry.npmjs.org/d3-sankey/-/d3-sankey-0.7.1.tgz", "_spec": "0.7.1", "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp", "author": { "name": "Mike Bostock", "url": "https://bost.ocks.org/mike/" }, "bugs": { "url": "https://github.com/d3/d3-sankey/issues" }, "dependencies": { "d3-array": "1", "d3-collection": "1", "d3-shape": "^1.2.0" }, "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" }