{ "_from": "d3-dispatch@3", "_id": "d3-dispatch@3.0.1", "_inBundle": false, "_integrity": "sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==", "_location": "/d3-dispatch", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "d3-dispatch@3", "name": "d3-dispatch", "escapedName": "d3-dispatch", "rawSpec": "3", "saveSpec": null, "fetchSpec": "3" }, "_requiredBy": [ "/d3", "/d3-brush", "/d3-drag", "/d3-force", "/d3-transition", "/d3-zoom" ], "_resolved": "https://registry.npmmirror.com/d3-dispatch/-/d3-dispatch-3.0.1.tgz", "_shasum": "5fc75284e9c2375c36c839411a0cf550cbfc4d5e", "_spec": "d3-dispatch@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-dispatch/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Register named callbacks and call them with arguments.", "devDependencies": { "eslint": "7", "mocha": "8", "rollup": "2", "rollup-plugin-terser": "7" }, "engines": { "node": ">=12" }, "exports": { "umd": "./dist/d3-dispatch.min.js", "default": "./src/index.js" }, "files": [ "dist/**/*.js", "src/**/*.js" ], "homepage": "https://d3js.org/d3-dispatch/", "jsdelivr": "dist/d3-dispatch.min.js", "keywords": [ "d3", "d3-module", "event", "listener", "dispatch" ], "license": "ISC", "main": "src/index.js", "module": "src/index.js", "name": "d3-dispatch", "repository": { "type": "git", "url": "git+https://github.com/d3/d3-dispatch.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-dispatch.min.js", "version": "3.0.1" }