{ "_from": "d3-chord@1.0.4", "_id": "d3-chord@1.0.4", "_inBundle": false, "_integrity": "sha1-fexPC6iG9xP+ERxF92NBT290yiw=", "_location": "/d3-chord", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "d3-chord@1.0.4", "name": "d3-chord", "escapedName": "d3-chord", "rawSpec": "1.0.4", "saveSpec": null, "fetchSpec": "1.0.4" }, "_requiredBy": [ "/d3" ], "_resolved": "https://registry.npmjs.org/d3-chord/-/d3-chord-1.0.4.tgz", "_shasum": "7dec4f0ba886f713fe111c45f763414f6f74ca2c", "_spec": "d3-chord@1.0.4", "_where": "C:\\Users\\a5640\\OneDrive - National ChengChi University\\programming\\Python\\flask\\sententree\\static\\node_modules\\d3", "author": { "name": "Mike Bostock", "url": "http://bost.ocks.org/mike" }, "bugs": { "url": "https://github.com/d3/d3-chord/issues" }, "bundleDependencies": false, "dependencies": { "d3-array": "1", "d3-path": "1" }, "deprecated": false, "description": "Visualize relationships or network flow with an aesthetically-pleasing circular layout.", "devDependencies": { "eslint": "3", "package-preamble": "0.0", "rollup": "0.41", "tape": "4", "uglify-js": "^2.8.11" }, "homepage": "https://d3js.org/d3-chord/", "jsnext:main": "index", "keywords": [ "d3", "d3-module", "chord", "radial", "network", "flow" ], "license": "BSD-3-Clause", "main": "build/d3-chord.js", "module": "index", "name": "d3-chord", "repository": { "type": "git", "url": "git+https://github.com/d3/d3-chord.git" }, "scripts": { "postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-chord/build/d3-chord.js d3-chord.v1.js && cp ../d3-chord/build/d3-chord.min.js d3-chord.v1.min.js && git add d3-chord.v1.js d3-chord.v1.min.js && git commit -m \"d3-chord ${npm_package_version}\" && git push && cd - && zip -j build/d3-chord.zip -- LICENSE README.md build/d3-chord.js build/d3-chord.min.js", "prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-chord.js -c -m -o build/d3-chord.min.js", "pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -g d3-array:d3,d3-path:d3 -f umd -n d3 -o build/d3-chord.js -- index.js", "test": "tape 'test/**/*-test.js' && eslint index.js src" }, "version": "1.0.4" }