{ "_from": "d3-zoom@1.7.1", "_id": "d3-zoom@1.7.1", "_inBundle": false, "_integrity": "sha512-sZHQ55DGq5BZBFGnRshUT8tm2sfhPHFnOlmPbbwTkAoPeVdRTkB4Xsf9GCY0TSHrTD8PeJPZGmP/TpGicwJDJQ==", "_location": "/d3-zoom", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "d3-zoom@1.7.1", "name": "d3-zoom", "escapedName": "d3-zoom", "rawSpec": "1.7.1", "saveSpec": null, "fetchSpec": "1.7.1" }, "_requiredBy": [ "/d3" ], "_resolved": "https://registry.npmjs.org/d3-zoom/-/d3-zoom-1.7.1.tgz", "_shasum": "02f43b3c3e2db54f364582d7e4a236ccc5506b63", "_spec": "d3-zoom@1.7.1", "_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-zoom/issues" }, "bundleDependencies": false, "dependencies": { "d3-dispatch": "1", "d3-drag": "1", "d3-interpolate": "1", "d3-selection": "1", "d3-transition": "1" }, "deprecated": false, "description": "Pan and zoom SVG, HTML or Canvas using mouse or touch input.", "devDependencies": { "eslint": "4", "package-preamble": "0.1", "rollup": "0.50", "tape": "4", "uglify-js": "3" }, "homepage": "https://d3js.org/d3-zoom/", "jsnext:main": "index", "keywords": [ "d3", "d3-module", "zoom", "behavior", "interaction" ], "license": "BSD-3-Clause", "main": "build/d3-zoom.js", "module": "index", "name": "d3-zoom", "repository": { "type": "git", "url": "git+https://github.com/d3/d3-zoom.git" }, "scripts": { "postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-zoom/build/d3-zoom.js d3-zoom.v1.js && cp ../d3-zoom/build/d3-zoom.min.js d3-zoom.v1.min.js && git add d3-zoom.v1.js d3-zoom.v1.min.js && git commit -m \"d3-zoom ${npm_package_version}\" && git push && cd - && zip -j build/d3-zoom.zip -- LICENSE README.md build/d3-zoom.js build/d3-zoom.min.js", "prepublishOnly": "npm run test && uglifyjs -b beautify=false,preamble=\"'$(preamble)'\" build/d3-zoom.js -c -m -o build/d3-zoom.min.js", "pretest": "rm -rf build && mkdir build && rollup -c --banner \"$(preamble)\"", "test": "tape 'test/**/*-test.js' && eslint index.js src" }, "version": "1.7.1" }