You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
2.5 KiB
75 lines
2.5 KiB
{
|
|
"_from": "d3-dispatch@1.0.3",
|
|
"_id": "d3-dispatch@1.0.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-RuFJHqqbWMNY/OW+TovtYm54cfg=",
|
|
"_location": "/d3-dispatch",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "d3-dispatch@1.0.3",
|
|
"name": "d3-dispatch",
|
|
"escapedName": "d3-dispatch",
|
|
"rawSpec": "1.0.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/d3",
|
|
"/d3-brush",
|
|
"/d3-drag",
|
|
"/d3-force",
|
|
"/d3-request",
|
|
"/d3-transition",
|
|
"/d3-zoom",
|
|
"/d3kit",
|
|
"/webcola"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/d3-dispatch/-/d3-dispatch-1.0.3.tgz",
|
|
"_shasum": "46e1491eaa9b58c358fce5be4e8bed626e7871f8",
|
|
"_spec": "d3-dispatch@1.0.3",
|
|
"_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-dispatch/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Register named callbacks and call them with arguments.",
|
|
"devDependencies": {
|
|
"eslint": "3",
|
|
"package-preamble": "0.0",
|
|
"rollup": "0.41",
|
|
"tape": "4",
|
|
"uglify-js": "^2.8.11"
|
|
},
|
|
"homepage": "https://d3js.org/d3-dispatch/",
|
|
"jsnext:main": "index",
|
|
"keywords": [
|
|
"d3",
|
|
"d3-module",
|
|
"event",
|
|
"listener",
|
|
"dispatch"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"main": "build/d3-dispatch.js",
|
|
"module": "index",
|
|
"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 ../d3-dispatch/build/d3-dispatch.js d3-dispatch.v1.js && cp ../d3-dispatch/build/d3-dispatch.min.js d3-dispatch.v1.min.js && git add d3-dispatch.v1.js d3-dispatch.v1.min.js && git commit -m \"d3-dispatch ${npm_package_version}\" && git push && cd - && zip -j build/d3-dispatch.zip -- LICENSE README.md build/d3-dispatch.js build/d3-dispatch.min.js",
|
|
"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-dispatch.js -c -m -o build/d3-dispatch.min.js",
|
|
"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n d3 -o build/d3-dispatch.js -- index.js",
|
|
"test": "tape 'test/**/*-test.js' && eslint index.js src"
|
|
},
|
|
"version": "1.0.3"
|
|
}
|