{ "name": "d3-timer", "version": "1.0.9", "description": "An efficient queue capable of managing thousands of concurrent animations.", "homepage": "https://d3js.org/d3-timer/", "license": "BSD-3-Clause", "author": { "name": "Mike Bostock", "url": "http://bost.ocks.org/mike" }, "main": "dist/d3-timer.js", "unpkg": "dist/d3-timer.min.js", "jsdelivr": "dist/d3-timer.min.js", "module": "src/index.js", "repository": { "type": "git", "url": "https://github.com/d3/d3-timer.git" }, "devDependencies": { "eslint": "5", "rollup": "0.64", "rollup-plugin-terser": "1", "tape": "4" } }