{
  "_args": [
    [
      "d3-zoom@1.8.3",
      "/home/olicomnetpl/domains/olicom.net.pl/public_html/agrochest_web"
    ]
  ],
  "_from": "d3-zoom@1.8.3",
  "_id": "d3-zoom@1.8.3",
  "_inBundle": false,
  "_integrity": "sha512-VoLXTK4wvy1a0JpH2Il+F2CiOhVu7VRXWF5M/LroMIh3/zBAC3WAt7QoIvPibOavVo20hN6/37vwAsdBejLyKQ==",
  "_location": "/d3-zoom",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "d3-zoom@1.8.3",
    "name": "d3-zoom",
    "escapedName": "d3-zoom",
    "rawSpec": "1.8.3",
    "saveSpec": null,
    "fetchSpec": "1.8.3"
  },
  "_requiredBy": [
    "/d3"
  ],
  "_resolved": "https://registry.npmjs.org/d3-zoom/-/d3-zoom-1.8.3.tgz",
  "_spec": "1.8.3",
  "_where": "/home/olicomnetpl/domains/olicom.net.pl/public_html/agrochest_web",
  "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": "6",
    "rollup": "1",
    "rollup-plugin-terser": "5",
    "tape": "4"
  },
  "files": [
    "dist/**/*.js",
    "src/**/*.js"
  ],
  "homepage": "https://d3js.org/d3-zoom/",
  "jsdelivr": "dist/d3-zoom.min.js",
  "keywords": [
    "d3",
    "d3-module",
    "zoom",
    "behavior",
    "interaction"
  ],
  "license": "BSD-3-Clause",
  "main": "dist/d3-zoom.js",
  "module": "src/index.js",
  "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 ../${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 - && zip -j dist/${npm_package_name}.zip -- LICENSE README.md dist/${npm_package_name}.js dist/${npm_package_name}.min.js",
    "prepublishOnly": "rm -rf dist && yarn test",
    "pretest": "rollup -c",
    "test": "tape 'test/**/*-test.js' && eslint src"
  },
  "unpkg": "dist/d3-zoom.min.js",
  "version": "1.8.3"
}
