doevisualizations
Version:
Data Visualization Library based on RequireJS and D3.js (v4+)
110 lines (109 loc) • 3.31 kB
JSON
{
"_args": [
[
{
"raw": "d3-zoom@1.7.1",
"scope": null,
"escapedName": "d3-zoom",
"name": "d3-zoom",
"rawSpec": "1.7.1",
"spec": "1.7.1",
"type": "version"
},
"C:\\projects\\DoeVisualizations\\doeVisualization\\node_modules\\d3"
]
],
"_from": "d3-zoom@1.7.1",
"_id": "d3-zoom@1.7.1",
"_inCache": true,
"_location": "/d3-zoom",
"_nodeVersion": "8.7.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/d3-zoom-1.7.1.tgz_1509372861251_0.6652936900500208"
},
"_npmUser": {
"name": "mbostock",
"email": "mike@ocks.org"
},
"_npmVersion": "5.5.1",
"_phantomChildren": {},
"_requested": {
"raw": "d3-zoom@1.7.1",
"scope": null,
"escapedName": "d3-zoom",
"name": "d3-zoom",
"rawSpec": "1.7.1",
"spec": "1.7.1",
"type": "version"
},
"_requiredBy": [
"/d3"
],
"_resolved": "https://registry.npmjs.org/d3-zoom/-/d3-zoom-1.7.1.tgz",
"_shasum": "02f43b3c3e2db54f364582d7e4a236ccc5506b63",
"_shrinkwrap": null,
"_spec": "d3-zoom@1.7.1",
"_where": "C:\\projects\\DoeVisualizations\\doeVisualization\\node_modules\\d3",
"author": {
"name": "Mike Bostock",
"url": "http://bost.ocks.org/mike"
},
"bugs": {
"url": "https://github.com/d3/d3-zoom/issues"
},
"dependencies": {
"d3-dispatch": "1",
"d3-drag": "1",
"d3-interpolate": "1",
"d3-selection": "1",
"d3-transition": "1"
},
"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"
},
"directories": {},
"dist": {
"integrity": "sha512-sZHQ55DGq5BZBFGnRshUT8tm2sfhPHFnOlmPbbwTkAoPeVdRTkB4Xsf9GCY0TSHrTD8PeJPZGmP/TpGicwJDJQ==",
"shasum": "02f43b3c3e2db54f364582d7e4a236ccc5506b63",
"tarball": "https://registry.npmjs.org/d3-zoom/-/d3-zoom-1.7.1.tgz"
},
"gitHead": "4d2f32a3c959f8a20fcd9f2805d76b2f0af4379e",
"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",
"maintainers": [
{
"name": "mbostock",
"email": "mike@ocks.org"
}
],
"module": "index",
"name": "d3-zoom",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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"
}