{
  "_from": "d3-timer@^3.0.1",
  "_id": "d3-timer@3.0.1",
  "_inBundle": false,
  "_integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==",
  "_location": "/d3-timer",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "d3-timer@^3.0.1",
    "name": "d3-timer",
    "escapedName": "d3-timer",
    "rawSpec": "^3.0.1",
    "saveSpec": null,
    "fetchSpec": "^3.0.1"
  },
  "_requiredBy": [
    "/victory-vendor"
  ],
  "_resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-3.0.1.tgz",
  "_shasum": "6284d2a2708285b1abb7e201eda4380af35e63b0",
  "_spec": "d3-timer@^3.0.1",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\victory-vendor",
  "author": {
    "name": "Mike Bostock",
    "url": "http://bost.ocks.org/mike"
  },
  "bugs": {
    "url": "https://github.com/d3/d3-timer/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "An efficient queue capable of managing thousands of concurrent animations.",
  "devDependencies": {
    "eslint": "7",
    "mocha": "8",
    "rollup": "2",
    "rollup-plugin-terser": "7"
  },
  "engines": {
    "node": ">=12"
  },
  "exports": {
    "umd": "./dist/d3-timer.min.js",
    "default": "./src/index.js"
  },
  "files": [
    "dist/**/*.js",
    "src/**/*.js"
  ],
  "homepage": "https://d3js.org/d3-timer/",
  "jsdelivr": "dist/d3-timer.min.js",
  "keywords": [
    "d3",
    "d3-module",
    "timer",
    "transition",
    "animation",
    "requestAnimationFrame",
    "setTimeout",
    "setInterval"
  ],
  "license": "ISC",
  "main": "src/index.js",
  "module": "src/index.js",
  "name": "d3-timer",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/d3/d3-timer.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 -",
    "prepublishOnly": "rm -rf dist && yarn test && rollup -c",
    "test": "mocha 'test/**/*-test.js' && eslint src test"
  },
  "sideEffects": false,
  "type": "module",
  "unpkg": "dist/d3-timer.min.js",
  "version": "3.0.1"
}
