{
  "_args": [
    [
      {
        "name": "d3-timer",
        "raw": "d3-timer@1",
        "rawSpec": "1",
        "scope": null,
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "/home/lukas/src/tgol/node_modules/d3-transition"
    ]
  ],
  "_from": "d3-timer@>=1.0.0 <2.0.0",
  "_id": "d3-timer@1.0.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/d3-timer",
  "_nodeVersion": "6.3.1",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/d3-timer-1.0.2.tgz_1470173207781_0.20020814007148147"
  },
  "_npmUser": {
    "email": "mbostock@gmail.com",
    "name": "mbostock"
  },
  "_npmVersion": "3.10.3",
  "_phantomChildren": {},
  "_requested": {
    "name": "d3-timer",
    "raw": "d3-timer@1",
    "rawSpec": "1",
    "scope": null,
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/d3-transition"
  ],
  "_resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-1.0.2.tgz",
  "_shasum": "6ebf6bbeb6add41fc505284a97cc7611a30029f3",
  "_shrinkwrap": null,
  "_spec": "d3-timer@1",
  "_where": "/home/lukas/src/tgol/node_modules/d3-transition",
  "author": {
    "name": "Mike Bostock",
    "url": "http://bost.ocks.org/mike"
  },
  "bugs": {
    "url": "https://github.com/d3/d3-timer/issues"
  },
  "dependencies": {},
  "description": "An efficient queue capable of managing thousands of concurrent animations.",
  "devDependencies": {
    "eslint": "2",
    "package-preamble": "0.0",
    "rollup": "0.34",
    "tape": "4",
    "uglify-js": "2"
  },
  "directories": {},
  "dist": {
    "shasum": "6ebf6bbeb6add41fc505284a97cc7611a30029f3",
    "tarball": "https://registry.npmjs.org/d3-timer/-/d3-timer-1.0.2.tgz"
  },
  "gitHead": "2ab23608e780d0a6354817781d843496ab12137f",
  "homepage": "https://d3js.org/d3-timer/",
  "jsnext:main": "index",
  "keywords": [
    "d3",
    "d3-module",
    "timer",
    "transition",
    "animation",
    "requestAnimationFrame",
    "setTimeout",
    "setInterval"
  ],
  "license": "BSD-3-Clause",
  "main": "build/d3-timer.js",
  "maintainers": [
    {
      "email": "mike@ocks.org",
      "name": "mbostock"
    }
  ],
  "module": "index",
  "name": "d3-timer",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/d3/d3-timer.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-timer/build/d3-timer.js d3-timer.v1.js && cp ../d3-timer/build/d3-timer.min.js d3-timer.v1.min.js && git add d3-timer.v1.js d3-timer.v1.min.js && git commit -m \"d3-timer ${VERSION}\" && git push && cd - && zip -j build/d3-timer.zip -- LICENSE README.md build/d3-timer.js build/d3-timer.min.js",
    "prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-timer.js -c -m -o build/d3-timer.min.js",
    "pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n d3 -o build/d3-timer.js -- index.js",
    "test": "tape 'test/**/*-test.js' && eslint index.js src"
  },
  "version": "1.0.2"
}
