{
  "_args": [
    [
      {
        "name": "d3-brush",
        "raw": "d3-brush@^1.0.2",
        "rawSpec": "^1.0.2",
        "scope": null,
        "spec": ">=1.0.2 <2.0.0",
        "type": "range"
      },
      "/home/lukas/src/tgol"
    ]
  ],
  "_from": "d3-brush@>=1.0.2 <2.0.0",
  "_id": "d3-brush@1.0.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/d3-brush",
  "_nodeVersion": "6.3.1",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/d3-brush-1.0.2.tgz_1470174903037_0.5210755965672433"
  },
  "_npmUser": {
    "email": "mbostock@gmail.com",
    "name": "mbostock"
  },
  "_npmVersion": "3.10.3",
  "_phantomChildren": {},
  "_requested": {
    "name": "d3-brush",
    "raw": "d3-brush@^1.0.2",
    "rawSpec": "^1.0.2",
    "scope": null,
    "spec": ">=1.0.2 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/d3-brush/-/d3-brush-1.0.2.tgz",
  "_shasum": "c9a725d0d7f7d69245551ff96e264215e59a82eb",
  "_shrinkwrap": null,
  "_spec": "d3-brush@^1.0.2",
  "_where": "/home/lukas/src/tgol",
  "author": {
    "name": "Mike Bostock",
    "url": "http://bost.ocks.org/mike"
  },
  "bugs": {
    "url": "https://github.com/d3/d3-brush/issues"
  },
  "dependencies": {
    "d3-dispatch": "1",
    "d3-drag": "1",
    "d3-interpolate": "1",
    "d3-selection": "1",
    "d3-transition": "1"
  },
  "description": "Select a one- or two-dimensional region using the mouse or touch.",
  "devDependencies": {
    "eslint": "2",
    "package-preamble": "0.0",
    "rollup": "0.34",
    "tape": "4",
    "uglify-js": "2"
  },
  "directories": {},
  "dist": {
    "shasum": "c9a725d0d7f7d69245551ff96e264215e59a82eb",
    "tarball": "https://registry.npmjs.org/d3-brush/-/d3-brush-1.0.2.tgz"
  },
  "gitHead": "1a76ce6a64f091f120fdf772d507d32a641a44a4",
  "homepage": "https://d3js.org/d3-brush/",
  "jsnext:main": "index",
  "keywords": [
    "d3",
    "d3-module",
    "brush",
    "interaction"
  ],
  "license": "BSD-3-Clause",
  "main": "build/d3-brush.js",
  "maintainers": [
    {
      "email": "mike@ocks.org",
      "name": "mbostock"
    }
  ],
  "module": "index",
  "name": "d3-brush",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/d3/d3-brush.git"
  },
  "scripts": {
    "postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-brush/build/d3-brush.js d3-brush.v1.js && cp ../d3-brush/build/d3-brush.min.js d3-brush.v1.min.js && git add d3-brush.v1.js d3-brush.v1.min.js && git commit -m \"d3-brush ${VERSION}\" && git push && cd - && zip -j build/d3-brush.zip -- LICENSE README.md build/d3-brush.js build/d3-brush.min.js",
    "prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-brush.js -c -m -o build/d3-brush.min.js",
    "pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -g d3-dispatch:d3,d3-drag:d3,d3-interpolate:d3,d3-selection:d3,d3-transition:d3 -f umd -n d3 -o build/d3-brush.js -- index.js",
    "test": "tape 'test/**/*-test.js' && eslint index.js src"
  },
  "version": "1.0.2"
}
