{ "_from": "d3-chord@3", "_id": "d3-chord@3.0.1", "_inBundle": false, "_integrity": "sha512-VE5S6TNa+j8msksl7HwjxMHDM2yNK3XCkusIlpX5kwauBfXuyLAtNg9jCp/iHH61tgI4sb6R/EIMWCqEIdjT/g==", "_location": "/d3-chord", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "d3-chord@3", "name": "d3-chord", "escapedName": "d3-chord", "rawSpec": "3", "saveSpec": null, "fetchSpec": "3" }, "_requiredBy": [ "/d3" ], "_resolved": "https://registry.npmmirror.com/d3-chord/-/d3-chord-3.0.1.tgz", "_shasum": "d156d61f485fce8327e6abf339cb41d8cbba6966", "_spec": "d3-chord@3", "_where": "D:\\jenkins\\workspace\\dataShare-fvue\\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-path": "1 - 3" }, "deprecated": false, "description": "Visualize relationships or network flow with an aesthetically-pleasing circular layout.", "devDependencies": { "eslint": "7", "mocha": "8", "rollup": "2", "rollup-plugin-terser": "7" }, "engines": { "node": ">=12" }, "exports": { "umd": "./dist/d3-chord.min.js", "default": "./src/index.js" }, "files": [ "dist/**/*.js", "src/**/*.js" ], "homepage": "https://d3js.org/d3-chord/", "jsdelivr": "dist/d3-chord.min.js", "keywords": [ "d3", "d3-module", "chord", "radial", "network", "flow" ], "license": "ISC", "main": "src/index.js", "module": "src/index.js", "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 ../${npm_package_name}/dist/${npm_package_name}.js ${npm_package_name}.v${npm_package_version%%.*}.js && cp ../${npm_package_name}/dist/${npm_package_name}.min.js ${npm_package_name}.v${npm_package_version%%.*}.min.js && git add ${npm_package_name}.v${npm_package_version%%.*}.js ${npm_package_name}.v${npm_package_version%%.*}.min.js && git commit -m \"${npm_package_name} ${npm_package_version}\" && git push && cd -", "prepublishOnly": "rm -rf dist && yarn test && rollup -c", "test": "mocha 'test/**/*-test.js' && eslint src test" }, "sideEffects": false, "type": "module", "unpkg": "dist/d3-chord.min.js", "version": "3.0.1" }