{
  "name": "d3-timer",
  "version": "3.0.1",
  "description": "An efficient queue capable of managing thousands of concurrent animations.",
  "homepage": "https://d3js.org/d3-timer/",
  "repository": {
    "type": "git",
    "url": "https://github.com/d3/d3-timer.git"
  },
  "license": "ISC",
  "author": {
    "name": "Mike Bostock",
    "url": "http://bost.ocks.org/mike"
  },
  "type": "module",
  "files": [
    "dist/**/*.js",
    "src/**/*.js"
  ],
  "module": "src/index.js",
  "main": "src/index.js",
  "jsdelivr": "dist/d3-timer.min.js",
  "unpkg": "dist/d3-timer.min.js",
  "exports": {
    "umd": "./dist/d3-timer.min.js",
    "default": "./src/index.js"
  },
  "sideEffects": false,
  "devDependencies": {
    "eslint": "7",
    "mocha": "8",
    "rollup": "2",
    "rollup-plugin-terser": "7"
  },
  "engines": {
    "node": ">=12"
  }
}