{
	"name": "d3-time",
	"versions": {
		"0.0.0": {
			"name": "d3-time",
			"version": "0.0.0",
			"description": "The functions from src/time in the d3 repo",
			"main": "index.js",
			"scripts": {
				"build": "smash node_modules/d3/src/start.js node_modules/d3/src/time/index.js node_modules/d3/src/end.js | uglifyjs - -b -indent-level=2 -o index.js",
				"test": "echo \"Error: no test specified\" && exit 1"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/jfsiii/d3-time.git"
			},
			"keywords": [
				"d3",
				"time"
			],
			"author": {
				"name": "JFSIII"
			},
			"license": "ISC",
			"devDependencies": {
				"d3": "^3.4.4",
				"smash": "0.0.12",
				"uglify-js": "^2.4.13"
			},
			"bugs": {
				"url": "https://github.com/jfsiii/d3-time/issues"
			},
			"homepage": "https://github.com/jfsiii/d3-time",
			"_id": "d3-time@0.0.0",
			"dist": {
				"shasum": "7d05a194017e9329a2a512e9e6117fe75e1d5616",
				"tarball": "https://registry.npmjs.org/d3-time/-/d3-time-0.0.0.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.4.6",
			"_npmUser": {
				"name": "jfsiii",
				"email": "npmjs.org@JFSIII.org"
			},
			"maintainers": [
				{
					"name": "jfsiii",
					"email": "npmjs.org@JFSIII.org"
				}
			],
			"directories": {},
			"contributors": []
		},
		"0.0.2": {
			"name": "d3-time",
			"version": "0.0.2",
			"description": "When visualizing time series data, analyzing temporal patterns, or working with time in general, the irregularities of conventional time units quickly become apparent. In the [Gregorian calendar](https://en.wikipedia.org/wiki/Gregorian_calendar), for exam",
			"keywords": [
				"d3",
				"time",
				"interval",
				"calendar"
			],
			"homepage": "https://github.com/d3/d3-time",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/time",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "https://github.com/d3/d3-time.git"
			},
			"scripts": {
				"pretest": "mkdir -p build && d3-bundler --format=umd --name=time -- index.js > build/time.js",
				"test": "TZ=America/Los_Angeles faucet `find test -name '*-test.js'`",
				"prepublish": "npm run test && uglifyjs build/time.js -c -m -o build/time.min.js && rm -f build/time.zip && zip -j build/time.zip -- LICENSE README.md build/time.js build/time.min.js"
			},
			"devDependencies": {
				"d3-bundler": "~0.2.5",
				"faucet": "0.0",
				"tape": "4",
				"uglifyjs": "2"
			},
			"gitHead": "b0f6b0cdc19cb54236c61fbb46b851f282657ce7",
			"bugs": {
				"url": "https://github.com/d3/d3-time/issues"
			},
			"_id": "d3-time@0.0.2",
			"_shasum": "56d4bef1f8fdfd48121b189faedb33bb67b74ee5",
			"_from": ".",
			"_npmVersion": "2.7.5",
			"_nodeVersion": "0.12.2",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"dist": {
				"shasum": "56d4bef1f8fdfd48121b189faedb33bb67b74ee5",
				"tarball": "https://registry.npmjs.org/d3-time/-/d3-time-0.0.2.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.0.3": {
			"name": "d3-time",
			"version": "0.0.3",
			"description": "When visualizing time series data, analyzing temporal patterns, or working with time in general, the irregularities of conventional time units quickly become apparent. In the [Gregorian calendar](https://en.wikipedia.org/wiki/Gregorian_calendar), for exam",
			"keywords": [
				"d3",
				"time",
				"interval",
				"calendar"
			],
			"homepage": "https://github.com/d3/d3-time",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/time",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time.git"
			},
			"scripts": {
				"pretest": "mkdir -p build && d3-bundler --format=umd --name=time -- index.js > build/time.js",
				"test": "TZ=America/Los_Angeles faucet `find test -name '*-test.js'`",
				"prepublish": "npm run test && uglifyjs build/time.js -c -m -o build/time.min.js && rm -f build/time.zip && zip -j build/time.zip -- LICENSE README.md build/time.js build/time.min.js"
			},
			"devDependencies": {
				"d3-bundler": "~0.2.5",
				"faucet": "0.0",
				"tape": "4",
				"uglifyjs": "2"
			},
			"gitHead": "9472f1f55ca079ef1c4141906e21ac13eddcdbe3",
			"bugs": {
				"url": "https://github.com/d3/d3-time/issues"
			},
			"_id": "d3-time@0.0.3",
			"_shasum": "b6fbc3b88b4c717e2a159dfcd1006c51ffb023df",
			"_from": ".",
			"_npmVersion": "2.11.2",
			"_nodeVersion": "0.12.5",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"dist": {
				"shasum": "b6fbc3b88b4c717e2a159dfcd1006c51ffb023df",
				"tarball": "https://registry.npmjs.org/d3-time/-/d3-time-0.0.3.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.0.4": {
			"name": "d3-time",
			"version": "0.0.4",
			"description": "A calculator for humanity’s peculiar conventions of time.",
			"keywords": [
				"d3",
				"time",
				"interval",
				"calendar"
			],
			"homepage": "https://github.com/d3/d3-time",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/time",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time.git"
			},
			"scripts": {
				"pretest": "mkdir -p build && d3-bundler --format=umd --name=time -- index.js > build/time.js",
				"test": "TZ=America/Los_Angeles faucet `find test -name '*-test.js'`",
				"prepublish": "npm run test && uglifyjs build/time.js -c -m -o build/time.min.js && rm -f build/time.zip && zip -j build/time.zip -- LICENSE README.md build/time.js build/time.min.js"
			},
			"devDependencies": {
				"d3-bundler": "~0.2.5",
				"faucet": "0.0",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "0b9ea7aca5e878d5685c6178a9c6c4773871d34b",
			"bugs": {
				"url": "https://github.com/d3/d3-time/issues"
			},
			"_id": "d3-time@0.0.4",
			"_shasum": "76633639eca9f8127979c6e0d64dd97740d62e74",
			"_from": ".",
			"_npmVersion": "2.11.2",
			"_nodeVersion": "0.12.5",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"dist": {
				"shasum": "76633639eca9f8127979c6e0d64dd97740d62e74",
				"tarball": "https://registry.npmjs.org/d3-time/-/d3-time-0.0.4.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.0.5": {
			"name": "d3-time",
			"version": "0.0.5",
			"description": "A calculator for humanity’s peculiar conventions of time.",
			"keywords": [
				"d3",
				"time",
				"interval",
				"calendar"
			],
			"homepage": "https://github.com/d3/d3-time",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/time",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time.git"
			},
			"scripts": {
				"pretest": "mkdir -p build && d3-bundler --format=umd --name=time -- index.js > build/time.js",
				"test": "TZ=America/Los_Angeles faucet `find test -name '*-test.js'`",
				"prepublish": "npm run test && uglifyjs build/time.js -c -m -o build/time.min.js && rm -f build/time.zip && zip -j build/time.zip -- LICENSE README.md build/time.js build/time.min.js"
			},
			"devDependencies": {
				"d3-bundler": "~0.2.5",
				"faucet": "0.0",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "fb8ffcbdc914f41de1308718138e02a2b692b7d9",
			"bugs": {
				"url": "https://github.com/d3/d3-time/issues"
			},
			"_id": "d3-time@0.0.5",
			"_shasum": "9dbbbc0cf55b9f157f601b0feba33e63e9348c8c",
			"_from": ".",
			"_npmVersion": "2.11.2",
			"_nodeVersion": "0.12.5",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"dist": {
				"shasum": "9dbbbc0cf55b9f157f601b0feba33e63e9348c8c",
				"tarball": "https://registry.npmjs.org/d3-time/-/d3-time-0.0.5.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.0.6": {
			"name": "d3-time",
			"version": "0.0.6",
			"description": "A calculator for humanity’s peculiar conventions of time.",
			"keywords": [
				"d3",
				"time",
				"interval",
				"calendar"
			],
			"homepage": "https://github.com/d3/d3-time",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/time.cjs",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time.git"
			},
			"scripts": {
				"pretest": "mkdir -p build && d3-bundler -x -f cjs -o build/time.cjs.js",
				"test": "faucet `find test -name '*-test.js'`",
				"prepublish": "npm run test && d3-bundler -n time -o build/time.js && uglifyjs build/time.js -c -m -o build/time.min.js && rm -f build/time.zip && zip -j build/time.zip -- LICENSE README.md build/time.js build/time.min.js"
			},
			"devDependencies": {
				"d3-bundler": "~0.4.0",
				"faucet": "0.0",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "5baa55e37f3bc591820309732c6ca162c6ec10d2",
			"bugs": {
				"url": "https://github.com/d3/d3-time/issues"
			},
			"_id": "d3-time@0.0.6",
			"_shasum": "f9325d61549b5cad4c750b27f9fbddb4bf653e73",
			"_from": ".",
			"_npmVersion": "3.3.9",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"dist": {
				"shasum": "f9325d61549b5cad4c750b27f9fbddb4bf653e73",
				"tarball": "https://registry.npmjs.org/d3-time/-/d3-time-0.0.6.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.0.7": {
			"name": "d3-time",
			"version": "0.0.7",
			"description": "A calculator for humanity’s peculiar conventions of time.",
			"keywords": [
				"d3",
				"time",
				"interval",
				"calendar"
			],
			"homepage": "https://github.com/d3/d3-time",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-time.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time.git"
			},
			"scripts": {
				"pretest": "mkdir -p build && node -e 'process.stdout.write(\"var version = \\\"\" + require(\"./package.json\").version + \"\\\"; export * from \\\"../index\\\"; export {version};\");' > build/bundle.js && rollup -f umd -u d3-time -n d3_time -o build/d3-time.js -- build/bundle.js",
				"test": "TZ=America/Los_Angeles faucet `find test -name '*-test.js'`",
				"prepublish": "npm run test && uglifyjs build/d3-time.js -c -m -o build/d3-time.min.js && rm -f build/d3-time.zip && zip -j build/d3-time.zip -- LICENSE README.md build/d3-time.js build/d3-time.min.js"
			},
			"devDependencies": {
				"faucet": "0.0",
				"rollup": "0.20.5",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "9d5e26297c382daa710c9d20f7063a12fbc0154a",
			"bugs": {
				"url": "https://github.com/d3/d3-time/issues"
			},
			"_id": "d3-time@0.0.7",
			"_shasum": "663d7a926ad3852e4bb4fd89618d1e97b61f1334",
			"_from": ".",
			"_npmVersion": "3.3.9",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"dist": {
				"shasum": "663d7a926ad3852e4bb4fd89618d1e97b61f1334",
				"tarball": "https://registry.npmjs.org/d3-time/-/d3-time-0.0.7.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.1.0": {
			"name": "d3-time",
			"version": "0.1.0",
			"description": "A calculator for humanity’s peculiar conventions of time.",
			"keywords": [
				"d3",
				"time",
				"interval",
				"calendar"
			],
			"homepage": "https://github.com/d3/d3-time",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-time.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time.git"
			},
			"scripts": {
				"pretest": "mkdir -p build && node -e 'process.stdout.write(\"var version = \\\"\" + require(\"./package.json\").version + \"\\\"; export * from \\\"../index\\\"; export {version};\");' > build/bundle.js && rollup -f umd -u d3-time -n d3_time -o build/d3-time.js -- build/bundle.js",
				"test": "TZ=America/Los_Angeles faucet `find test -name '*-test.js'`",
				"prepublish": "npm run test && uglifyjs build/d3-time.js -c -m -o build/d3-time.min.js && rm -f build/d3-time.zip && zip -j build/d3-time.zip -- LICENSE README.md build/d3-time.js build/d3-time.min.js"
			},
			"devDependencies": {
				"faucet": "0.0",
				"rollup": "0.20.5",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "6c7791df764051ecdb55d255f390eadf50e76e55",
			"bugs": {
				"url": "https://github.com/d3/d3-time/issues"
			},
			"_id": "d3-time@0.1.0",
			"_shasum": "5430ae06640dd0ea31f3760f80ecd69d8f4a830b",
			"_from": ".",
			"_npmVersion": "3.3.12",
			"_nodeVersion": "5.1.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"dist": {
				"shasum": "5430ae06640dd0ea31f3760f80ecd69d8f4a830b",
				"tarball": "https://registry.npmjs.org/d3-time/-/d3-time-0.1.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.1.1": {
			"name": "d3-time",
			"version": "0.1.1",
			"description": "A calculator for humanity’s peculiar conventions of time.",
			"keywords": [
				"d3",
				"time",
				"interval",
				"calendar"
			],
			"homepage": "https://github.com/d3/d3-time",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-time.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time.git"
			},
			"scripts": {
				"pretest": "mkdir -p build && node -e 'process.stdout.write(\"var version = \\\"\" + require(\"./package.json\").version + \"\\\"; export * from \\\"../index\\\"; export {version};\");' > build/bundle.js && rollup -f umd -u d3-time -n d3_time -o build/d3-time.js -- build/bundle.js",
				"test": "TZ=America/Los_Angeles faucet `find test -name '*-test.js'`",
				"prepublish": "npm run test && uglifyjs build/d3-time.js -c -m -o build/d3-time.min.js && rm -f build/d3-time.zip && zip -j build/d3-time.zip -- LICENSE README.md build/d3-time.js build/d3-time.min.js"
			},
			"devDependencies": {
				"faucet": "0.0",
				"rollup": "0.20.5",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "3a2b2d9dd32f1d17128f8694b74ffda4a888a969",
			"bugs": {
				"url": "https://github.com/d3/d3-time/issues"
			},
			"_id": "d3-time@0.1.1",
			"_shasum": "38ce2a7bb47a4031613823dde4688e58e892ae5b",
			"_from": ".",
			"_npmVersion": "3.3.12",
			"_nodeVersion": "5.1.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"dist": {
				"shasum": "38ce2a7bb47a4031613823dde4688e58e892ae5b",
				"tarball": "https://registry.npmjs.org/d3-time/-/d3-time-0.1.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.2.0": {
			"name": "d3-time",
			"version": "0.2.0",
			"description": "A calculator for humanity’s peculiar conventions of time.",
			"keywords": [
				"d3",
				"time",
				"interval",
				"calendar"
			],
			"homepage": "https://github.com/d3/d3-time",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-time.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time.git"
			},
			"scripts": {
				"pretest": "mkdir -p build && node -e 'process.stdout.write(\"var version = \\\"\" + require(\"./package.json\").version + \"\\\"; export * from \\\"../index\\\"; export {version};\");' > build/bundle.js && rollup -f umd -u d3-time -n d3_time -o build/d3-time.js -- build/bundle.js",
				"test": "TZ=America/Los_Angeles faucet `find test -name '*-test.js'`",
				"prepublish": "npm run test && uglifyjs build/d3-time.js -c -m -o build/d3-time.min.js && rm -f build/d3-time.zip && zip -j build/d3-time.zip -- LICENSE README.md build/d3-time.js build/d3-time.min.js"
			},
			"devDependencies": {
				"faucet": "0.0",
				"rollup": "0.20.5",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "3d3e714a8ea05c22d6f94b431f78d3be6315594b",
			"bugs": {
				"url": "https://github.com/d3/d3-time/issues"
			},
			"_id": "d3-time@0.2.0",
			"_shasum": "11e2ad44286ee600e70653eda6399159f980dce2",
			"_from": ".",
			"_npmVersion": "3.3.12",
			"_nodeVersion": "5.1.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"dist": {
				"shasum": "11e2ad44286ee600e70653eda6399159f980dce2",
				"tarball": "https://registry.npmjs.org/d3-time/-/d3-time-0.2.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.2.1": {
			"name": "d3-time",
			"version": "0.2.1",
			"description": "A calculator for humanity’s peculiar conventions of time.",
			"keywords": [
				"d3",
				"time",
				"interval",
				"calendar"
			],
			"homepage": "https://github.com/d3/d3-time",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-time.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time.git"
			},
			"scripts": {
				"pretest": "mkdir -p build && node -e 'process.stdout.write(\"var version = \\\"\" + require(\"./package.json\").version + \"\\\"; export * from \\\"../index\\\"; export {version};\");' > build/bundle.js && rollup -f umd -n d3_time -o build/d3-time.js -- build/bundle.js",
				"test": "TZ=America/Los_Angeles faucet `find test -name '*-test.js'` && eslint index.js src",
				"prepublish": "npm run test && uglifyjs build/d3-time.js -c -m -o build/d3-time.min.js && rm -f build/d3-time.zip && zip -j build/d3-time.zip -- LICENSE README.md build/d3-time.js build/d3-time.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git tag -am \"Release $VERSION.\" v${VERSION} && git push --tags && cp build/d3-time.js ../d3.github.com/d3-time.v0.2.js && cp build/d3-time.min.js ../d3.github.com/d3-time.v0.2.min.js && cd ../d3.github.com && git add d3-time.v0.2.js d3-time.v0.2.min.js && git commit -m \"d3-time ${VERSION}\" && git push"
			},
			"devDependencies": {
				"faucet": "0.0",
				"rollup": "0.25",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "3f8d9412ef238b618955399ff0519c6b5aed2995",
			"bugs": {
				"url": "https://github.com/d3/d3-time/issues"
			},
			"_id": "d3-time@0.2.1",
			"_shasum": "c996e0322085538cd7155e6e22813786fd4af663",
			"_from": ".",
			"_npmVersion": "3.3.12",
			"_nodeVersion": "5.4.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"dist": {
				"shasum": "c996e0322085538cd7155e6e22813786fd4af663",
				"tarball": "https://registry.npmjs.org/d3-time/-/d3-time-0.2.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.2.2": {
			"name": "d3-time",
			"version": "0.2.2",
			"description": "A calculator for humanity’s peculiar conventions of time.",
			"keywords": [
				"d3",
				"time",
				"interval",
				"calendar"
			],
			"homepage": "https://github.com/d3/d3-time",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-time.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time.git"
			},
			"scripts": {
				"pretest": "mkdir -p build && node -e 'process.stdout.write(\"var version = \\\"\" + require(\"./package.json\").version + \"\\\"; export * from \\\"../index\\\"; export {version};\");' > build/bundle.js && rollup -f umd -n d3_time -o build/d3-time.js -- build/bundle.js",
				"test": "TZ=America/Los_Angeles faucet `find test -name '*-test.js'` && test/test-time-zones && eslint index.js src",
				"prepublish": "npm run test && uglifyjs build/d3-time.js -c -m -o build/d3-time.min.js && rm -f build/d3-time.zip && zip -j build/d3-time.zip -- LICENSE README.md build/d3-time.js build/d3-time.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-time.js ../d3.github.com/d3-time.v0.2.js && cp build/d3-time.min.js ../d3.github.com/d3-time.v0.2.min.js && cd ../d3.github.com && git add d3-time.v0.2.js d3-time.v0.2.min.js && git commit -m \"d3-time ${VERSION}\" && git push"
			},
			"devDependencies": {
				"faucet": "0.0",
				"rollup": "0.25",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "162f13ac4582e8dd687d873034588424d2812c29",
			"bugs": {
				"url": "https://github.com/d3/d3-time/issues"
			},
			"_id": "d3-time@0.2.2",
			"_shasum": "e1fb69efd876bc9f26d8a102676bcad81c1902d2",
			"_from": ".",
			"_npmVersion": "3.6.0",
			"_nodeVersion": "5.6.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"dist": {
				"shasum": "e1fb69efd876bc9f26d8a102676bcad81c1902d2",
				"tarball": "https://registry.npmjs.org/d3-time/-/d3-time-0.2.2.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-9-west.internal.npmjs.com",
				"tmp": "tmp/d3-time-0.2.2.tgz_1456285235164_0.35011203424073756"
			},
			"directories": {},
			"contributors": []
		},
		"0.2.3": {
			"name": "d3-time",
			"version": "0.2.3",
			"description": "A calculator for humanity’s peculiar conventions of time.",
			"keywords": [
				"d3",
				"time",
				"interval",
				"calendar"
			],
			"homepage": "https://github.com/d3/d3-time",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-time.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time.git"
			},
			"scripts": {
				"pretest": "mkdir -p build && node -e 'process.stdout.write(\"var version = \\\"\" + require(\"./package.json\").version + \"\\\"; export * from \\\"../index\\\"; export {version};\");' > build/bundle.js && rollup -f umd -n d3_time -o build/d3-time.js -- build/bundle.js",
				"test": "TZ=America/Los_Angeles faucet `find test -name '*-test.js'` && test/test-time-zones && eslint index.js src",
				"prepublish": "npm run test && uglifyjs build/d3-time.js -c -m -o build/d3-time.min.js && rm -f build/d3-time.zip && zip -j build/d3-time.zip -- LICENSE README.md build/d3-time.js build/d3-time.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-time.js ../d3.github.com/d3-time.v0.2.js && cp build/d3-time.min.js ../d3.github.com/d3-time.v0.2.min.js && cd ../d3.github.com && git add d3-time.v0.2.js d3-time.v0.2.min.js && git commit -m \"d3-time ${VERSION}\" && git push"
			},
			"devDependencies": {
				"faucet": "0.0",
				"rollup": "0.25",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "36b6fb003cb7393fb283cdeab49c7425bfa930b0",
			"bugs": {
				"url": "https://github.com/d3/d3-time/issues"
			},
			"_id": "d3-time@0.2.3",
			"_shasum": "cbd0919f70d0ef65616c55f89f7e778684072f58",
			"_from": ".",
			"_npmVersion": "3.6.0",
			"_nodeVersion": "5.6.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"dist": {
				"shasum": "cbd0919f70d0ef65616c55f89f7e778684072f58",
				"tarball": "https://registry.npmjs.org/d3-time/-/d3-time-0.2.3.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-6-west.internal.npmjs.com",
				"tmp": "tmp/d3-time-0.2.3.tgz_1456291296424_0.46247608261182904"
			},
			"directories": {},
			"contributors": []
		},
		"0.2.4": {
			"name": "d3-time",
			"version": "0.2.4",
			"description": "A calculator for humanity’s peculiar conventions of time.",
			"keywords": [
				"d3",
				"time",
				"interval",
				"calendar"
			],
			"homepage": "https://github.com/d3/d3-time",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-time.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time.git"
			},
			"scripts": {
				"pretest": "mkdir -p build && node -e 'process.stdout.write(\"var version = \\\"\" + require(\"./package.json\").version + \"\\\"; export * from \\\"../index\\\"; export {version};\");' > build/bundle.js && rollup -f umd -n d3_time -o build/d3-time.js -- build/bundle.js",
				"test": "TZ=America/Los_Angeles faucet `find test -name '*-test.js'` && test/test-time-zones && eslint index.js src",
				"prepublish": "npm run test && uglifyjs build/d3-time.js -c -m -o build/d3-time.min.js && rm -f build/d3-time.zip && zip -j build/d3-time.zip -- LICENSE README.md build/d3-time.js build/d3-time.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-time.js ../d3.github.com/d3-time.v0.2.js && cp build/d3-time.min.js ../d3.github.com/d3-time.v0.2.min.js && cd ../d3.github.com && git add d3-time.v0.2.js d3-time.v0.2.min.js && git commit -m \"d3-time ${VERSION}\" && git push"
			},
			"devDependencies": {
				"faucet": "0.0",
				"rollup": "0.25",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "7d2343fbfae5fa5d1993126dd0d37cde9913f0ec",
			"bugs": {
				"url": "https://github.com/d3/d3-time/issues"
			},
			"_id": "d3-time@0.2.4",
			"_shasum": "ecc6cbafc6930d5897f3add5e757067437db242b",
			"_from": ".",
			"_npmVersion": "3.6.0",
			"_nodeVersion": "5.6.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"dist": {
				"shasum": "ecc6cbafc6930d5897f3add5e757067437db242b",
				"tarball": "https://registry.npmjs.org/d3-time/-/d3-time-0.2.4.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-6-west.internal.npmjs.com",
				"tmp": "tmp/d3-time-0.2.4.tgz_1456292008014_0.5125290611758828"
			},
			"directories": {},
			"contributors": []
		},
		"0.2.5": {
			"name": "d3-time",
			"version": "0.2.5",
			"description": "A calculator for humanity’s peculiar conventions of time.",
			"keywords": [
				"d3",
				"time",
				"interval",
				"calendar"
			],
			"homepage": "https://github.com/d3/d3-time",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-time.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time.git"
			},
			"scripts": {
				"pretest": "mkdir -p build && node -e 'process.stdout.write(\"var version = \\\"\" + require(\"./package.json\").version + \"\\\"; export * from \\\"../index\\\"; export {version};\");' > build/bundle.js && rollup -f umd -n d3_time -o build/d3-time.js -- build/bundle.js",
				"test": "TZ=America/Los_Angeles faucet `find test -name '*-test.js'` && test/test-time-zones && eslint index.js src",
				"prepublish": "npm run test && uglifyjs build/d3-time.js -c -m -o build/d3-time.min.js && rm -f build/d3-time.zip && zip -j build/d3-time.zip -- LICENSE README.md build/d3-time.js build/d3-time.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-time.js ../d3.github.com/d3-time.v0.2.js && cp build/d3-time.min.js ../d3.github.com/d3-time.v0.2.min.js && cd ../d3.github.com && git add d3-time.v0.2.js d3-time.v0.2.min.js && git commit -m \"d3-time ${VERSION}\" && git push"
			},
			"devDependencies": {
				"faucet": "0.0",
				"rollup": "0.25",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "7f1c646d75b89040435ac1b0f35992c0f17f465a",
			"bugs": {
				"url": "https://github.com/d3/d3-time/issues"
			},
			"_id": "d3-time@0.2.5",
			"_shasum": "6fc06e52ea39afed8cd01fa76aa3ad8c44e54cbb",
			"_from": ".",
			"_npmVersion": "3.6.0",
			"_nodeVersion": "5.7.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"dist": {
				"shasum": "6fc06e52ea39afed8cd01fa76aa3ad8c44e54cbb",
				"tarball": "https://registry.npmjs.org/d3-time/-/d3-time-0.2.5.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-5-east.internal.npmjs.com",
				"tmp": "tmp/d3-time-0.2.5.tgz_1456789045001_0.1861878684721887"
			},
			"directories": {},
			"contributors": []
		},
		"0.2.6": {
			"name": "d3-time",
			"version": "0.2.6",
			"description": "A calculator for humanity’s peculiar conventions of time.",
			"keywords": [
				"d3",
				"time",
				"interval",
				"calendar"
			],
			"homepage": "https://github.com/d3/d3-time",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-time.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && json2module package.json > build/package.js && rollup -f umd -n d3_time -o build/d3-time.js -- index.js",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && test/test-time-zones && eslint index.js src",
				"prepublish": "npm run test && uglifyjs build/d3-time.js -c -m -o build/d3-time.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-time.js ../d3.github.com/d3-time.v0.2.js && cp build/d3-time.min.js ../d3.github.com/d3-time.v0.2.min.js && cd ../d3.github.com && git add d3-time.v0.2.js d3-time.v0.2.min.js && git commit -m \"d3-time ${VERSION}\" && git push && cd - && zip -j build/d3-time.zip -- LICENSE README.md build/d3-time.js build/d3-time.min.js"
			},
			"devDependencies": {
				"eslint": "2",
				"json2module": "0.0",
				"rollup": "0.26",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "bdfba3b3570bfd92a2ed51c145d0f49e36c2563e",
			"bugs": {
				"url": "https://github.com/d3/d3-time/issues"
			},
			"_id": "d3-time@0.2.6",
			"_shasum": "587553e9ea9e055462d419c7aa94e9477be15cb0",
			"_from": ".",
			"_npmVersion": "3.9.3",
			"_nodeVersion": "6.2.1",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"dist": {
				"shasum": "587553e9ea9e055462d419c7aa94e9477be15cb0",
				"tarball": "https://registry.npmjs.org/d3-time/-/d3-time-0.2.6.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/d3-time-0.2.6.tgz_1465320293431_0.7201869832351804"
			},
			"directories": {},
			"contributors": []
		},
		"0.3.0": {
			"name": "d3-time",
			"version": "0.3.0",
			"description": "A calculator for humanity’s peculiar conventions of time.",
			"keywords": [
				"d3",
				"time",
				"interval",
				"calendar"
			],
			"homepage": "https://d3js.org/d3-time/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-time.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n d3 -o build/d3-time.js -- index.js",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && test/test-time-zones && eslint index.js src",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-time.js -c -m -o build/d3-time.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-time.js ../d3.github.com/d3-time.v0.3.js && cp build/d3-time.min.js ../d3.github.com/d3-time.v0.3.min.js && cd ../d3.github.com && git add d3-time.v0.3.js d3-time.v0.3.min.js && git commit -m \"d3-time ${VERSION}\" && git push && cd - && zip -j build/d3-time.zip -- LICENSE README.md build/d3-time.js build/d3-time.min.js"
			},
			"devDependencies": {
				"eslint": "2",
				"package-preamble": "0.0",
				"rollup": "0.27",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "fcae7960049e692327a2cf1779d26dbca3f99cf0",
			"bugs": {
				"url": "https://github.com/d3/d3-time/issues"
			},
			"_id": "d3-time@0.3.0",
			"_shasum": "3eacbedf095da559c3c6f7ad6fc5dea440f022da",
			"_from": ".",
			"_npmVersion": "3.9.3",
			"_nodeVersion": "6.2.1",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"dist": {
				"shasum": "3eacbedf095da559c3c6f7ad6fc5dea440f022da",
				"tarball": "https://registry.npmjs.org/d3-time/-/d3-time-0.3.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/d3-time-0.3.0.tgz_1465344998494_0.09960704040713608"
			},
			"directories": {},
			"contributors": []
		},
		"0.3.1": {
			"name": "d3-time",
			"version": "0.3.1",
			"description": "A calculator for humanity’s peculiar conventions of time.",
			"keywords": [
				"d3",
				"time",
				"interval",
				"calendar"
			],
			"homepage": "https://d3js.org/d3-time/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-time.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n d3 -o build/d3-time.js -- index.js",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && test/test-time-zones && eslint index.js src",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-time.js -c -m -o build/d3-time.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-time.js ../d3.github.com/d3-time.v0.3.js && cp build/d3-time.min.js ../d3.github.com/d3-time.v0.3.min.js && cd ../d3.github.com && git add d3-time.v0.3.js d3-time.v0.3.min.js && git commit -m \"d3-time ${VERSION}\" && git push && cd - && zip -j build/d3-time.zip -- LICENSE README.md build/d3-time.js build/d3-time.min.js"
			},
			"devDependencies": {
				"eslint": "2",
				"package-preamble": "0.0",
				"rollup": "0.27",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "3e0fddb7af8c402b394227744f49270b6828f8a0",
			"bugs": {
				"url": "https://github.com/d3/d3-time/issues"
			},
			"_id": "d3-time@0.3.1",
			"_shasum": "e3007add326467068ea03dd3c8a941000f7ce617",
			"_from": ".",
			"_npmVersion": "3.9.3",
			"_nodeVersion": "6.2.1",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"dist": {
				"shasum": "e3007add326467068ea03dd3c8a941000f7ce617",
				"tarball": "https://registry.npmjs.org/d3-time/-/d3-time-0.3.1.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/d3-time-0.3.1.tgz_1465421442904_0.15512370527721941"
			},
			"directories": {},
			"contributors": []
		},
		"0.3.2": {
			"name": "d3-time",
			"version": "0.3.2",
			"description": "A calculator for humanity’s peculiar conventions of time.",
			"keywords": [
				"d3",
				"time",
				"interval",
				"calendar"
			],
			"homepage": "https://d3js.org/d3-time/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-time.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n d3 -o build/d3-time.js -- index.js",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && test/test-time-zones && eslint index.js src",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-time.js -c -m -o build/d3-time.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-time.js ../d3.github.com/d3-time.v0.3.js && cp build/d3-time.min.js ../d3.github.com/d3-time.v0.3.min.js && cd ../d3.github.com && git add d3-time.v0.3.js d3-time.v0.3.min.js && git commit -m \"d3-time ${VERSION}\" && git push && cd - && zip -j build/d3-time.zip -- LICENSE README.md build/d3-time.js build/d3-time.min.js"
			},
			"devDependencies": {
				"eslint": "2",
				"package-preamble": "0.0",
				"rollup": "0.27",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "2f3ff7252f7f22c391adca1ff8caae7e91aa8fdc",
			"bugs": {
				"url": "https://github.com/d3/d3-time/issues"
			},
			"_id": "d3-time@0.3.2",
			"_shasum": "41a23b9b6f41d1bd9cb0d9598958e9affe346503",
			"_from": ".",
			"_npmVersion": "3.9.3",
			"_nodeVersion": "6.2.1",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"dist": {
				"shasum": "41a23b9b6f41d1bd9cb0d9598958e9affe346503",
				"tarball": "https://registry.npmjs.org/d3-time/-/d3-time-0.3.2.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/d3-time-0.3.2.tgz_1465839656044_0.22689515724778175"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0": {
			"name": "d3-time",
			"version": "1.0.0",
			"description": "A calculator for humanity’s peculiar conventions of time.",
			"keywords": [
				"d3",
				"d3-module",
				"time",
				"interval",
				"calendar"
			],
			"homepage": "https://d3js.org/d3-time/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-time.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n d3 -o build/d3-time.js -- index.js",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && test/test-time-zones && eslint index.js src",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-time.js -c -m -o build/d3-time.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-time.js ../d3.github.com/d3-time.v1.js && cp build/d3-time.min.js ../d3.github.com/d3-time.v1.min.js && cd ../d3.github.com && git add d3-time.v1.js d3-time.v1.min.js && git commit -m \"d3-time ${VERSION}\" && git push && cd - && zip -j build/d3-time.zip -- LICENSE README.md build/d3-time.js build/d3-time.min.js"
			},
			"devDependencies": {
				"eslint": "2",
				"package-preamble": "0.0",
				"rollup": "0.31",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "ba8e4df88b588e1b90db14bfecff0688c1110eee",
			"bugs": {
				"url": "https://github.com/d3/d3-time/issues"
			},
			"_id": "d3-time@1.0.0",
			"_shasum": "bbfe5e78ddb313f072c2ba00cbb6e96e1d419c7f",
			"_from": ".",
			"_npmVersion": "3.9.3",
			"_nodeVersion": "6.2.1",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"dist": {
				"shasum": "bbfe5e78ddb313f072c2ba00cbb6e96e1d419c7f",
				"tarball": "https://registry.npmjs.org/d3-time/-/d3-time-1.0.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/d3-time-1.0.0.tgz_1465944916129_0.8118267671670765"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.1": {
			"name": "d3-time",
			"version": "1.0.1",
			"description": "A calculator for humanity’s peculiar conventions of time.",
			"keywords": [
				"d3",
				"d3-module",
				"time",
				"interval",
				"calendar"
			],
			"homepage": "https://d3js.org/d3-time/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-time.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n d3 -o build/d3-time.js -- index.js",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && test/test-time-zones && eslint index.js src",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-time.js -c -m -o build/d3-time.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-time/build/d3-time.js d3-time.v1.js && cp ../d3-time/build/d3-time.min.js d3-time.v1.min.js && git add d3-time.v1.js d3-time.v1.min.js && git commit -m \"d3-time ${VERSION}\" && git push && cd - && zip -j build/d3-time.zip -- LICENSE README.md build/d3-time.js build/d3-time.min.js"
			},
			"devDependencies": {
				"eslint": "2",
				"package-preamble": "0.0",
				"rollup": "0.34",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "ede1dbc35e64baec5c87327220e5e9bc2b85f9ef",
			"bugs": {
				"url": "https://github.com/d3/d3-time/issues"
			},
			"_id": "d3-time@1.0.1",
			"_shasum": "fe53cff6586471343810ad30ce543f3564bbfb3f",
			"_from": ".",
			"_npmVersion": "3.9.5",
			"_nodeVersion": "6.2.2",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"dist": {
				"shasum": "fe53cff6586471343810ad30ce543f3564bbfb3f",
				"tarball": "https://registry.npmjs.org/d3-time/-/d3-time-1.0.1.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/d3-time-1.0.1.tgz_1469833078956_0.34878216055221856"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.2": {
			"name": "d3-time",
			"version": "1.0.2",
			"description": "A calculator for humanity’s peculiar conventions of time.",
			"keywords": [
				"d3",
				"d3-module",
				"time",
				"interval",
				"calendar"
			],
			"homepage": "https://d3js.org/d3-time/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-time.js",
			"module": "index",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n d3 -o build/d3-time.js -- index.js",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && test/test-time-zones && eslint index.js src",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-time.js -c -m -o build/d3-time.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-time/build/d3-time.js d3-time.v1.js && cp ../d3-time/build/d3-time.min.js d3-time.v1.min.js && git add d3-time.v1.js d3-time.v1.min.js && git commit -m \"d3-time ${VERSION}\" && git push && cd - && zip -j build/d3-time.zip -- LICENSE README.md build/d3-time.js build/d3-time.min.js"
			},
			"devDependencies": {
				"eslint": "2",
				"package-preamble": "0.0",
				"rollup": "0.34",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "8dff8259dee6924f183ad96ca92456680ec7f691",
			"bugs": {
				"url": "https://github.com/d3/d3-time/issues"
			},
			"_id": "d3-time@1.0.2",
			"_shasum": "25da641a7061af8f68ad08ca173101717b7430fc",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.3.1",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"dist": {
				"shasum": "25da641a7061af8f68ad08ca173101717b7430fc",
				"tarball": "https://registry.npmjs.org/d3-time/-/d3-time-1.0.2.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/d3-time-1.0.2.tgz_1470173374840_0.3035612201783806"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.3": {
			"name": "d3-time",
			"version": "1.0.3",
			"description": "A calculator for humanity’s peculiar conventions of time.",
			"keywords": [
				"d3",
				"d3-module",
				"time",
				"interval",
				"calendar"
			],
			"homepage": "https://d3js.org/d3-time/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-time.js",
			"module": "index",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n d3 -o build/d3-time.js -- index.js",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && test/test-time-zones && eslint index.js src",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-time.js -c -m -o build/d3-time.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-time/build/d3-time.js d3-time.v1.js && cp ../d3-time/build/d3-time.min.js d3-time.v1.min.js && git add d3-time.v1.js d3-time.v1.min.js && git commit -m \"d3-time ${VERSION}\" && git push && cd - && zip -j build/d3-time.zip -- LICENSE README.md build/d3-time.js build/d3-time.min.js"
			},
			"devDependencies": {
				"eslint": "3",
				"package-preamble": "0.0",
				"rollup": "0.35",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "57729329c9b855b07e0f76299761c51b6bcbc3fe",
			"bugs": {
				"url": "https://github.com/d3/d3-time/issues"
			},
			"_id": "d3-time@1.0.3",
			"_shasum": "84c07a70eded01360f39a3ef66b6259221ab70ac",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.3.1",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"dist": {
				"shasum": "84c07a70eded01360f39a3ef66b6259221ab70ac",
				"tarball": "https://registry.npmjs.org/d3-time/-/d3-time-1.0.3.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/d3-time-1.0.3.tgz_1473722542035_0.6894648978486657"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.4": {
			"name": "d3-time",
			"version": "1.0.4",
			"description": "A calculator for humanity’s peculiar conventions of time.",
			"keywords": [
				"d3",
				"d3-module",
				"time",
				"interval",
				"calendar"
			],
			"homepage": "https://d3js.org/d3-time/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-time.js",
			"module": "index",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n d3 -o build/d3-time.js -- index.js",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && test/test-time-zones && eslint index.js src",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-time.js -c -m -o build/d3-time.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-time/build/d3-time.js d3-time.v1.js && cp ../d3-time/build/d3-time.min.js d3-time.v1.min.js && git add d3-time.v1.js d3-time.v1.min.js && git commit -m \"d3-time ${VERSION}\" && git push && cd - && zip -j build/d3-time.zip -- LICENSE README.md build/d3-time.js build/d3-time.min.js"
			},
			"devDependencies": {
				"eslint": "3",
				"package-preamble": "0.0",
				"rollup": "0.36",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "8aa53e167f9ac980e7d18fca9d8c0b517d2bea23",
			"bugs": {
				"url": "https://github.com/d3/d3-time/issues"
			},
			"_id": "d3-time@1.0.4",
			"_shasum": "2ceba09a76b7450c992a1ded4e10fc6195e69649",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.3.1",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"dist": {
				"shasum": "2ceba09a76b7450c992a1ded4e10fc6195e69649",
				"tarball": "https://registry.npmjs.org/d3-time/-/d3-time-1.0.4.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/d3-time-1.0.4.tgz_1474562497875_0.5072676732670516"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.5": {
			"name": "d3-time",
			"version": "1.0.5",
			"description": "A calculator for humanity’s peculiar conventions of time.",
			"keywords": [
				"d3",
				"d3-module",
				"time",
				"interval",
				"calendar"
			],
			"homepage": "https://d3js.org/d3-time/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-time.js",
			"module": "index",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n d3 -o build/d3-time.js -- index.js",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && test/test-time-zones && eslint index.js src",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-time.js -c -m -o build/d3-time.min.js",
				"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-time/build/d3-time.js d3-time.v1.js && cp ../d3-time/build/d3-time.min.js d3-time.v1.min.js && git add d3-time.v1.js d3-time.v1.min.js && git commit -m \"d3-time ${npm_package_version}\" && git push && cd - && zip -j build/d3-time.zip -- LICENSE README.md build/d3-time.js build/d3-time.min.js"
			},
			"devDependencies": {
				"eslint": "3",
				"package-preamble": "0.0",
				"rollup": "0.41",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "6caf5cd03c5e9eb485b5bffab5ca31fa3dd9cbab",
			"bugs": {
				"url": "https://github.com/d3/d3-time/issues"
			},
			"_id": "d3-time@1.0.5",
			"_shasum": "ef07a27d4b56522d984a41c27b1c67aa80b0cdd9",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "7.3.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"shasum": "ef07a27d4b56522d984a41c27b1c67aa80b0cdd9",
				"tarball": "https://registry.npmjs.org/d3-time/-/d3-time-1.0.5.tgz"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/d3-time-1.0.5.tgz_1488301575264_0.6912245503626764"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.6": {
			"name": "d3-time",
			"version": "1.0.6",
			"description": "A calculator for humanity’s peculiar conventions of time.",
			"keywords": [
				"d3",
				"d3-module",
				"time",
				"interval",
				"calendar"
			],
			"homepage": "https://d3js.org/d3-time/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-time.js",
			"module": "index",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n d3 -o build/d3-time.js -- index.js",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && test/test-time-zones && eslint index.js src",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-time.js -c -m -o build/d3-time.min.js",
				"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-time/build/d3-time.js d3-time.v1.js && cp ../d3-time/build/d3-time.min.js d3-time.v1.min.js && git add d3-time.v1.js d3-time.v1.min.js && git commit -m \"d3-time ${npm_package_version}\" && git push && cd - && zip -j build/d3-time.zip -- LICENSE README.md build/d3-time.js build/d3-time.min.js"
			},
			"devDependencies": {
				"eslint": "3",
				"package-preamble": "0.0",
				"rollup": "0.41",
				"tape": "4",
				"uglify-js": "^2.8.11"
			},
			"gitHead": "bde94d8ca1a2a28305d9d926302d3d02a21576b0",
			"bugs": {
				"url": "https://github.com/d3/d3-time/issues"
			},
			"_id": "d3-time@1.0.6",
			"_shasum": "a55b13d7d15d3a160ae91708232e0835f1d5e945",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "7.3.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"shasum": "a55b13d7d15d3a160ae91708232e0835f1d5e945",
				"tarball": "https://registry.npmjs.org/d3-time/-/d3-time-1.0.6.tgz"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/d3-time-1.0.6.tgz_1489167975155_0.03967653214931488"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.7": {
			"name": "d3-time",
			"version": "1.0.7",
			"description": "A calculator for humanity’s peculiar conventions of time.",
			"keywords": [
				"d3",
				"d3-module",
				"time",
				"interval",
				"calendar"
			],
			"homepage": "https://d3js.org/d3-time/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-time.js",
			"module": "index",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n d3 -o build/d3-time.js -- index.js",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && test/test-time-zones && eslint index.js src",
				"prepublish": "npm run test && uglifyjs -b beautify=false,preamble=\"'$(preamble)'\" build/d3-time.js -c -m -o build/d3-time.min.js",
				"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-time/build/d3-time.js d3-time.v1.js && cp ../d3-time/build/d3-time.min.js d3-time.v1.min.js && git add d3-time.v1.js d3-time.v1.min.js && git commit -m \"d3-time ${npm_package_version}\" && git push && cd - && zip -j build/d3-time.zip -- LICENSE README.md build/d3-time.js build/d3-time.min.js"
			},
			"devDependencies": {
				"eslint": "4",
				"package-preamble": "0.1",
				"rollup": "0.43",
				"tape": "4",
				"uglify-js": "3"
			},
			"gitHead": "036a281104f1356a2a9e3c31ef8129edcbb583f4",
			"bugs": {
				"url": "https://github.com/d3/d3-time/issues"
			},
			"_id": "d3-time@1.0.7",
			"_shasum": "94caf6edbb7879bb809d0d1f7572bc48482f7270",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "7.3.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"shasum": "94caf6edbb7879bb809d0d1f7572bc48482f7270",
				"tarball": "https://registry.npmjs.org/d3-time/-/d3-time-1.0.7.tgz"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/d3-time-1.0.7.tgz_1497478104252_0.5671548915561289"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.8": {
			"name": "d3-time",
			"version": "1.0.8",
			"description": "A calculator for humanity’s peculiar conventions of time.",
			"keywords": [
				"d3",
				"d3-module",
				"time",
				"interval",
				"calendar"
			],
			"homepage": "https://d3js.org/d3-time/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-time.js",
			"module": "index",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n d3 -o build/d3-time.js -- index.js",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && test/test-time-zones && eslint index.js src",
				"prepublish": "npm run test && uglifyjs -b beautify=false,preamble=\"'$(preamble)'\" build/d3-time.js -c -m -o build/d3-time.min.js",
				"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-time/build/d3-time.js d3-time.v1.js && cp ../d3-time/build/d3-time.min.js d3-time.v1.min.js && git add d3-time.v1.js d3-time.v1.min.js && git commit -m \"d3-time ${npm_package_version}\" && git push && cd - && zip -j build/d3-time.zip -- LICENSE README.md build/d3-time.js build/d3-time.min.js"
			},
			"devDependencies": {
				"eslint": "4",
				"package-preamble": "0.1",
				"rollup": "0.43",
				"tape": "4",
				"uglify-js": "3"
			},
			"gitHead": "bf67db83d2b57e079d9f35ccb89851fa3c754f18",
			"bugs": {
				"url": "https://github.com/d3/d3-time/issues"
			},
			"_id": "d3-time@1.0.8",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"integrity": "sha512-YRZkNhphZh3KcnBfitvF3c6E0JOFGikHZ4YqD+Lzv83ZHn1/u6yGenRU1m+KAk9J1GnZMnKcrtfvSktlA1DXNQ==",
				"shasum": "dbd2d6007bf416fe67a76d17947b784bffea1e84",
				"tarball": "https://registry.npmjs.org/d3-time/-/d3-time-1.0.8.tgz"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/d3-time-1.0.8.tgz_1511300807054_0.9289242578670382"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.9": {
			"name": "d3-time",
			"version": "1.0.9",
			"description": "A calculator for humanity’s peculiar conventions of time.",
			"keywords": [
				"d3",
				"d3-module",
				"time",
				"interval",
				"calendar"
			],
			"homepage": "https://d3js.org/d3-time/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "dist/d3-time.min.js",
			"module": "index",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time.git"
			},
			"scripts": {
				"pretest": "rollup -c",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint index.js src",
				"prepublishOnly": "rm -rf dist && yarn test",
				"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../${npm_package_name}/dist/${npm_package_name}.js ${npm_package_name}.v1.js && cp ../${npm_package_name}/dist/${npm_package_name}.min.js ${npm_package_name}.v1.min.js && git add ${npm_package_name}.v1.js ${npm_package_name}.v1.min.js && git commit -m \"${npm_package_name} ${npm_package_version}\" && git push && cd - && zip -j dist/${npm_package_name}.zip -- LICENSE README.md dist/${npm_package_name}.js dist/${npm_package_name}.min.js"
			},
			"devDependencies": {
				"eslint": "5",
				"rollup": "0.64",
				"rollup-plugin-terser": "1",
				"tape": "4"
			},
			"gitHead": "0286fa52f93af6fa5a8f5297d5d204bcf18aa59d",
			"bugs": {
				"url": "https://github.com/d3/d3-time/issues"
			},
			"_id": "d3-time@1.0.9",
			"_npmVersion": "6.2.0",
			"_nodeVersion": "10.8.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"integrity": "sha512-0K6Ie40Zh2ZIIyvmF6diu4t8ly6bgcCmDhe3BRKR19fvtFttil2+zpcbC6c4NldVQzbXHUNSww90Czy2wIEs6Q==",
				"shasum": "ca7eebbcfe99c76cc837f903c7438defd28b73fe",
				"tarball": "https://registry.npmjs.org/d3-time/-/d3-time-1.0.9.tgz",
				"fileCount": 25,
				"unpackedSize": 90948,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbgFTWCRA9TVsSAnZWagAAJsgP/jfMrp/2t8TO9DeqK3zJ\nUkUObzd6SCAY+7U8v9ofwDBDnHmUQ4+Ji04RdIN9ajgeSPhRIoDoHH/p3YmH\nzLENz5SeHOhKFH/VGkXng4wStjlS0Pxx52D7vjffE1o95Hzlc4o7KLmccqYa\nRKTclWuorHe1l86+NWtILd7iX54v6ExJdhk7SEV8s9e5W0kitCvOHiH/K+Fp\ntLHo5qB++O6BV3Lv/7sFIadFJN69gmBCsdYCU7+cLNLLA5LPjLKM+DAvyBP3\nZMn33cpsTIGAnZBeV39EPkzRI7ofDEe9Q6L8HCS9A9OXCaVCJCLmkNDTTDYZ\nTYW00+Nn3KPLQqneQEU69jFBrIfJo84aW3pU/XB6ahnQAej9bhCw4XttDAEL\nwvMsDr1aC/rFgNRaFPYPPr/yhy+aae4ZAkQESZC9VBqJcMs4+GicGhmBzaFg\nMyIDn53qC4GhG+bIfLCIsHfIF8L1pt0iRgAnoV0DQtDQsw4ptBBRQx61YxqS\nDxFYgD4j4dKHkUVaWFLWtB3Dlf48agZIiYwABztJgi59u5VUO2aSGxWkouyV\ncYlXdJoX+s7bEcdv9ZUqYGlleokO3KBaZzRykQrqPldeaMXiBQRF4r/b4UK4\nHCkC0v+8pv8ls8F+/e21MdnenhGCru287aRBu0EoaXT/dRXA8YlSKOhxA/Ld\nvcdE\r\n=kaWK\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/d3-time_1.0.9_1535136982154_0.8171178300738908"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.10": {
			"name": "d3-time",
			"version": "1.0.10",
			"description": "A calculator for humanity’s peculiar conventions of time.",
			"keywords": [
				"d3",
				"d3-module",
				"time",
				"interval",
				"calendar"
			],
			"homepage": "https://d3js.org/d3-time/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "dist/d3-time.js",
			"unpkg": "dist/d3-time.min.js",
			"jsdelivr": "dist/d3-time.min.js",
			"module": "src/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time.git"
			},
			"scripts": {
				"pretest": "rollup -c",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint src",
				"prepublishOnly": "rm -rf dist && yarn test",
				"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 - && zip -j dist/${npm_package_name}.zip -- LICENSE README.md dist/${npm_package_name}.js dist/${npm_package_name}.min.js"
			},
			"devDependencies": {
				"eslint": "5",
				"rollup": "0.64",
				"rollup-plugin-terser": "1",
				"tape": "4"
			},
			"gitHead": "d8b70e80c0f802e63556fba9fe129f612cf7177f",
			"bugs": {
				"url": "https://github.com/d3/d3-time/issues"
			},
			"_id": "d3-time@1.0.10",
			"_npmVersion": "6.2.0",
			"_nodeVersion": "10.8.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"integrity": "sha512-hF+NTLCaJHF/JqHN5hE8HVGAXPStEq6/omumPE/SxyHVrR7/qQxusFDo0t0c/44+sCGHthC7yNGFZIEgju0P8g==",
				"shasum": "8259dd71288d72eeacfd8de281c4bf5c7393053c",
				"tarball": "https://registry.npmjs.org/d3-time/-/d3-time-1.0.10.tgz",
				"fileCount": 25,
				"unpackedSize": 91098,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbgHa5CRA9TVsSAnZWagAAk14QAJrUAhbvefZzsidAxuuv\n9vA9cKVLlaXGQXcJ1VqOUCMdA3mMFhE6SlEGyajHPNmpt1aS/sy2MEjvWSHB\nnOKhR/cOrdKM6dy/WQ2RfFb4gMaCMiNFOGufOy+IFFAvVxlMHFcbO1PrN+1Q\ndIyOG9ZsXIvBc5MXkeF6yrPUBq6KZ0+5ksTqj5f9y2GjA8gfdILKst9lfRh/\nob5Yzcczy7j3eyUwWgalV8zYmpNw9RcUtamqwXRg713WUN7bgG+4QcOmOGHa\nrPsJ03JJCdYx69CJnDtYecN3o4T7HvkVWXaMcisztm4qW98TrgFI9yKxbg2x\nWt+Of0stFWyP1lSAQwHm+n7u35nppRS06P9OPJTYfYcjeDdTLuLQ+Enfiare\n02nmU8wijUoA9MDw8+kl87YPL8W1ZZsHoIW0gTu7y29cATVTM2v83iq1yoDJ\n4247wxmJ+V/gGBKuN2/xn4wLAlu+P7tw9882q1q51lgPzvBwgHrlAfoGHAo/\nxV/Y/igYaI4qmluhY+Bu8jKFQLK50RXG9ghcSO6rN7+wHIOs7kbFUuWl88u4\nkAgLJ9NewTPhfdVEgVfCt1yMTG8HfRLIWBSVpIHDJ07Z1CcUHqUu3Mw/utyN\nVoJthdlc2JeD5N/5Pfm/bufZ1hZ5pq6lfhLARnYrvnV2swTFle8GOt7vjcfe\nZcsz\r\n=TvBl\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/d3-time_1.0.10_1535145656391_0.3248367545266404"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.11": {
			"name": "d3-time",
			"version": "1.0.11",
			"description": "A calculator for humanity’s peculiar conventions of time.",
			"keywords": [
				"d3",
				"d3-module",
				"time",
				"interval",
				"calendar"
			],
			"homepage": "https://d3js.org/d3-time/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "dist/d3-time.js",
			"unpkg": "dist/d3-time.min.js",
			"jsdelivr": "dist/d3-time.min.js",
			"module": "src/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time.git"
			},
			"scripts": {
				"pretest": "rollup -c",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint src",
				"prepublishOnly": "rm -rf dist && yarn test",
				"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 - && zip -j dist/${npm_package_name}.zip -- LICENSE README.md dist/${npm_package_name}.js dist/${npm_package_name}.min.js"
			},
			"devDependencies": {
				"eslint": "5",
				"rollup": "0.64",
				"rollup-plugin-terser": "1",
				"tape": "4"
			},
			"gitHead": "66cd41437e4957fef3d8f36591498aa4f4370af9",
			"bugs": {
				"url": "https://github.com/d3/d3-time/issues"
			},
			"_id": "d3-time@1.0.11",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.14.1",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"integrity": "sha512-Z3wpvhPLW4vEScGeIMUckDW7+3hWKOQfAWg/U7PlWBnQmeKQ00gCUsTtWSYulrKNA7ta8hJ+xXc6MHrMuITwEw==",
				"shasum": "1d831a3e25cd189eb256c17770a666368762bbce",
				"tarball": "https://registry.npmjs.org/d3-time/-/d3-time-1.0.11.tgz",
				"fileCount": 25,
				"unpackedSize": 90962,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWNMzCRA9TVsSAnZWagAAnkAP/RtnDLFZmM5smXZTGLBl\nln/Rwo+MTmlWPy3yDRFwmp5CX9H9VvxB2HzdrA2ZZTqlVSrkA/VLR6P/FYLm\ngRySQKA9f7yQVSOkwTOebxRG00atjyMz3o6wfi8tP9B7MjmcknZBZHaQac9c\nyrmw3Pm1nyii3bv3vWINYn7NF6NlrDnEPmNmEM24Oy8wg3CoAfcb26FV6Kf3\nld5BBinouwOoBtqU1RAyLMKG2E9xN2+7ZVG9K7eLLaPU3ylwdNhN02t9NXxH\no0/jewb06mj5d1mEW1w1z5WAlflYxfx4pOkb+ycaG+E7kjVmqGa2cgQmSeA+\nqcmuzTqhfIUdMN7NlXKmjYxP4KhrIhIowu7IpX6ohOCQfnoAY74/A9xoNGe9\nV89TPEqMvI/cUXXOOW28W0spRyVAtSKIQpZXz47EMkrH5TwmBS4wtnPADXh/\nqEuqNVPcQx/74gN0atX9eHY0aZsMWtVAxfvWTrEwJbxM/pk0HMavXan1oQy/\nUzP9ltclXZ8DnKcxr6NNNlHiCyE2Cz99Xg5sQJKNBs7gP3jDoJTa9hWHYztg\nywUm9unni3cc8t1pZkSEBoCjlKvt1dA83pSfekEoMkXA1xjn48N6TncemRoq\nSihrDQmhcGpd6n2habLXkaTC0xM22Awv/0+/pMJcJdHxxdf0XDhcTDk6QFRd\nqygJ\r\n=uk3v\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/d3-time_1.0.11_1549325106170_0.783094756340055"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.1.0": {
			"name": "d3-time",
			"version": "1.1.0",
			"description": "A calculator for humanity’s peculiar conventions of time.",
			"keywords": [
				"d3",
				"d3-module",
				"time",
				"interval",
				"calendar"
			],
			"homepage": "https://d3js.org/d3-time/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "dist/d3-time.js",
			"unpkg": "dist/d3-time.min.js",
			"jsdelivr": "dist/d3-time.min.js",
			"module": "src/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time.git"
			},
			"scripts": {
				"pretest": "rollup -c",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint src",
				"prepublishOnly": "rm -rf dist && yarn test",
				"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 - && zip -j dist/${npm_package_name}.zip -- LICENSE README.md dist/${npm_package_name}.js dist/${npm_package_name}.min.js"
			},
			"sideEffects": false,
			"devDependencies": {
				"eslint": "6",
				"rollup": "1",
				"rollup-plugin-terser": "5",
				"tape": "4"
			},
			"gitHead": "2acf4dd660eaa5deba9de37b3344ab377505f47a",
			"bugs": {
				"url": "https://github.com/d3/d3-time/issues"
			},
			"_id": "d3-time@1.1.0",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-Xh0isrZ5rPYYdqhAVk8VLnMEidhz5aP7htAADH6MfzgmmicPkTo8LhkLxci61/lCB7n7UmE3bN0leRt+qvkLxA==",
				"shasum": "b1e19d307dae9c900b7e5b25ffc5dcc249a8a0f1",
				"tarball": "https://registry.npmjs.org/d3-time/-/d3-time-1.1.0.tgz",
				"fileCount": 22,
				"unpackedSize": 58432,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdi8Z0CRA9TVsSAnZWagAALYcP/RJ7me2wReZMVlcbYEtD\nVep+09sKoxj4xyl6XvNQ6tDcLjVQn3ZfYBkEM1vZJVgBI9Uoc9/wH8JGpVin\nVW6Jo497pS0TZFex2cRKs4cnO3kPuXm5Qvw1xfd0+IqqZvdcOEsi/jP2sACA\nbC8bsEgszoZv52RfN9g8EOB+tovSF9gKBDPYAt5QfiM6PDzXNPsYYuaiOaRv\nxprH+l4jD4DxtiH94Yi6OWpcJxOQ+dUcYshgI+6Hvu1PbBaEQsoVixfHjCih\n6PhJBX4Ww3QG41L8yGF8hXmCh085S+8xa/ktbBbd1vrTxIpHEEajQttCVTMz\nsLdFZNW2w9yvyryDaHnNWVcaiyy/Gzh7DEFszVaZeoBF6bQAGyvd0uycXl38\nrDTV/YwGsN5yEHwsTVRT0Jo6qCIIKVAMiEFPQtLb7xxJS2bVdr2RPKHyEFe4\nHWY/rlB7bRkrVCP0G1aA+VRG+FlM2JrQkEGVJ7zKmnodEeP8YGURRuysGSeN\nueDR5gSHp9KgWcBv08+ENXxojuzrgpGCXpj1PGxpGDA4DcAUjY9fvmVTsRIi\nhnfjvKYWYz0aAVg1FYqVnl9tr48tYMrYNzqFMw3cxc3mZDHmVyCsNxwLZH2w\nPue879Pj1a44qMSr8NOmZA1EEcr6FyMKxXug9DzGvc0p4p6vOjbRcK8weBxr\nkeU+\r\n=+9VH\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/d3-time_1.1.0_1569441395943_0.3564249556640928"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.0-rc.1": {
			"name": "d3-time",
			"version": "2.0.0-rc.1",
			"publishConfig": {
				"tag": "next"
			},
			"description": "A calculator for humanity’s peculiar conventions of time.",
			"keywords": [
				"d3",
				"d3-module",
				"time",
				"interval",
				"calendar"
			],
			"homepage": "https://d3js.org/d3-time/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "dist/d3-time.js",
			"unpkg": "dist/d3-time.min.js",
			"jsdelivr": "dist/d3-time.min.js",
			"module": "src/index.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/d3/d3-time.git"
			},
			"scripts": {
				"pretest": "rollup -c",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint src",
				"prepublishOnly": "rm -rf dist && yarn test",
				"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 - && zip -j dist/${npm_package_name}.zip -- LICENSE README.md dist/${npm_package_name}.js dist/${npm_package_name}.min.js"
			},
			"sideEffects": false,
			"devDependencies": {
				"eslint": "6",
				"rollup": "1",
				"rollup-plugin-terser": "5",
				"tape": "4"
			},
			"readmeFilename": "README.md",
			"licenseText": "Copyright 2010-2016 Mike Bostock\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice, this\n  list of conditions and the following disclaimer.\n\n* Redistributions in binary form must reproduce the above copyright notice,\n  this list of conditions and the following disclaimer in the documentation\n  and/or other materials provided with the distribution.\n\n* Neither the name of the author nor the names of contributors may be used to\n  endorse or promote products derived from this software without specific prior\n  written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR\nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON\nANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n",
			"_id": "d3-time@2.0.0-rc.1",
			"dist": {
				"shasum": "167fdc57e4d060fc3ede7e674932c6d612fb4be5",
				"integrity": "sha512-V5s10ubtsbm68x+ljgyA0M9p+Em5cAJKkQ3jJhF7x9cEW30CDle9o3ZVLSByrdj3VfZIwbanrLe0hJyQ957UhQ==",
				"tarball": "https://registry.npmjs.org/d3-time/-/d3-time-2.0.0-rc.1.tgz",
				"fileCount": 25,
				"unpackedSize": 58141,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfHoC3CRA9TVsSAnZWagAA6+gP+wUbI66r65lEQ+gX8OQX\ncVj5rKtqEaBYda5U91cQR4IIt/+/ziK6rfDvQYuVPQOHj9KcDstLcZ+5VWCq\niWYqYeeb6AQdo2ndNFLo1UfwLYtdcHhgtmFyOo6vJuLjby7WNJB0lOjQXDg6\n3/Z/iFAcbDVGUgPP5vn4kDl4InoxgW0mc+Gqz2Oq6ywIjQZ8qBYWZKazpRIt\nn4Y9fz5EYFajELy9KMWKKAuB7xGbh6fDAfX3QWCXIXiHIiQI2aV+kfKTsuwJ\ntcwjlgKCXAQ7D7VYP8M5AWVxM9phcOC9PjX+mBo73LqlMeAZpvjquNY2ynJO\nvYgZNW2AwQkd+7HANBWpfgg7I0pJPkyScpR+8/68mQA7V2PJg+6knI/h4/25\nSSRHEdmUc3Lq4nAvTs5RBSLCcSKX3YdN8TfLj8RBZNIW7b9rw5yRY0EIpZbl\nb+HZmQdXzbrKYAk9eQzCOxeK423q+qPYe4HJSTZPVqc2VhMyEOz90aqNOOCz\nEshQO+cGuxtyGLGptofU5xZPiYpauNDzIojVj35pwWXiLVy+Fof8XImTjs33\nKxb2Gp06VdQcdrv+8p9kXzVXmaAadtvpC88YZRBUo5Sw97lhAbDCDPEEk2pS\nANoyin6Um3WJOF24Bfvmaubewekn7FRmbbKpm6+UtsrrJWNUQMJj369HCtoh\njolT\r\n=AB7C\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "mike@ocks.org",
					"name": "mbostock"
				},
				{
					"email": "fil@rezo.net",
					"name": "recifs"
				}
			],
			"_npmUser": {
				"name": "recifs",
				"email": "fil@rezo.net"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/d3-time_2.0.0-rc.1_1595834551496_0.7116210336291582"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.0": {
			"name": "d3-time",
			"version": "2.0.0",
			"description": "A calculator for humanity’s peculiar conventions of time.",
			"keywords": [
				"d3",
				"d3-module",
				"time",
				"interval",
				"calendar"
			],
			"homepage": "https://d3js.org/d3-time/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "dist/d3-time.js",
			"unpkg": "dist/d3-time.min.js",
			"jsdelivr": "dist/d3-time.min.js",
			"module": "src/index.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/d3/d3-time.git"
			},
			"scripts": {
				"pretest": "rollup -c",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint src",
				"prepublishOnly": "rm -rf dist && yarn test",
				"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 - && zip -j dist/${npm_package_name}.zip -- LICENSE README.md dist/${npm_package_name}.js dist/${npm_package_name}.min.js"
			},
			"sideEffects": false,
			"devDependencies": {
				"eslint": "6",
				"rollup": "1",
				"rollup-plugin-terser": "5",
				"tape": "4"
			},
			"licenseText": "Copyright 2010-2016 Mike Bostock\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice, this\n  list of conditions and the following disclaimer.\n\n* Redistributions in binary form must reproduce the above copyright notice,\n  this list of conditions and the following disclaimer in the documentation\n  and/or other materials provided with the distribution.\n\n* Neither the name of the author nor the names of contributors may be used to\n  endorse or promote products derived from this software without specific prior\n  written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR\nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON\nANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n",
			"_id": "d3-time@2.0.0",
			"dist": {
				"shasum": "ad7c127d17c67bd57a4c61f3eaecb81108b1e0ab",
				"integrity": "sha512-2mvhstTFcMvwStWd9Tj3e6CEqtOivtD8AUiHT8ido/xmzrI9ijrUUihZ6nHuf/vsScRBonagOdj0Vv+SEL5G3Q==",
				"tarball": "https://registry.npmjs.org/d3-time/-/d3-time-2.0.0.tgz",
				"fileCount": 25,
				"unpackedSize": 58082,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfNTa6CRA9TVsSAnZWagAAcGoP/iXItoWSs5zUU/FpXFC2\nBZUBPpeYrK7tW/x99NYCtxNTOLqBfrhFSJ8Ej55L+hNjkmdZ03SlMtqPWn87\nUsR9vtASTJFZZ6LFdeKC1FgTMNyGcWNQluKTuO7mX7U18fMiMiV9Q10uFhft\nkwcvrwRuyVv8XfKtFXt/frw0dRAjTjGzkKJ5U36a8N2BnrKYHTUI7mUchCPV\nnjyv0SZlqVzCL16tAEy1y/Z0sChfzgv8vP+hMCYz9PrYYskypt8iUJvc4rK7\nmfP9rIfdo56jBj1ngjzMT8o8h7oEpqZsveGHE9aGOAWfEEPb5ztAjWzRHReB\na0tsTgk0Ms5UrTcnJU9WD5qcNBMB1W2eMDgCtCPns4ulI5Af88DJm+nximup\nnN0NqwoeepcxIKmsAgCXyPoQgpNrh/HF2vuRulI886AnKSyrahBvI7SxX/+p\nkufDfLZXkAYJg9I00KLLMk0lZ1UrTaUfS/GVUBoOs/aFWPVaeFm0wDnuLXYi\nISB2FHxzdqx6pQ3SOscAFYLUap5oyEatNBEUTy9xs6XG+2kZhi2D9v2ZT2pj\nBQitUOsjOSN5T594KAL2icWn+krIg14TucrwuM8SZPVOqUbJ0xHSbzbIc+z8\n1VzdhNutRNiL7X7k9yHXVquV5lX2u5ch83cgBu0OjE2ER19DSbAppaR8Xb03\nVbL4\r\n=ELtc\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "mike@ocks.org",
					"name": "mbostock"
				},
				{
					"email": "fil@rezo.net",
					"name": "recifs"
				}
			],
			"_npmUser": {
				"name": "recifs",
				"email": "fil@rezo.net"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/d3-time_2.0.0_1597322937890_0.926765442609095"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2020-08-13T12:49:02.005Z",
		"created": "2014-03-29T22:22:35.844Z",
		"0.0.0": "2014-03-29T22:22:35.844Z",
		"0.0.2": "2015-06-28T17:24:29.180Z",
		"0.0.3": "2015-07-01T05:46:29.895Z",
		"0.0.4": "2015-07-01T19:57:58.626Z",
		"0.0.5": "2015-07-06T16:48:15.233Z",
		"0.0.6": "2015-11-04T07:54:58.088Z",
		"0.0.7": "2015-11-11T19:28:51.356Z",
		"0.1.0": "2015-11-30T20:13:33.782Z",
		"0.1.1": "2015-12-18T22:23:59.535Z",
		"0.2.0": "2016-01-07T22:08:50.797Z",
		"0.2.1": "2016-01-29T18:38:05.174Z",
		"0.2.2": "2016-02-24T03:40:35.746Z",
		"0.2.3": "2016-02-24T05:21:37.019Z",
		"0.2.4": "2016-02-24T05:33:28.692Z",
		"0.2.5": "2016-02-29T23:37:27.938Z",
		"0.2.6": "2016-06-07T17:24:55.644Z",
		"0.3.0": "2016-06-08T00:16:41.074Z",
		"0.3.1": "2016-06-08T21:30:45.062Z",
		"0.3.2": "2016-06-13T17:41:00.269Z",
		"1.0.0": "2016-06-14T22:55:16.760Z",
		"1.0.1": "2016-07-29T22:57:59.192Z",
		"1.0.2": "2016-08-02T21:29:36.873Z",
		"1.0.3": "2016-09-12T23:22:25.202Z",
		"1.0.4": "2016-09-22T16:41:38.115Z",
		"1.0.5": "2017-02-28T17:06:17.168Z",
		"1.0.6": "2017-03-10T17:46:15.385Z",
		"1.0.7": "2017-06-14T22:08:24.370Z",
		"1.0.8": "2017-11-21T21:46:47.146Z",
		"1.0.9": "2018-08-24T18:56:22.261Z",
		"1.0.10": "2018-08-24T21:20:56.483Z",
		"1.0.11": "2019-02-05T00:05:06.351Z",
		"1.1.0": "2019-09-25T19:56:36.117Z",
		"2.0.0-rc.1": "2020-07-27T07:22:31.636Z",
		"2.0.0": "2020-08-13T12:48:58.001Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "2.0.0",
		"next": "2.0.0-rc.1"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"c67878f558b8379ddc7e0fc5c6a9e7e2\"",
			"fetched": 1600679288773
		}
	},
	"_distfiles": {
		"d3-time-0.0.0.tgz": {
			"url": "https://registry.npmjs.org/d3-time/-/d3-time-0.0.0.tgz",
			"sha": "7d05a194017e9329a2a512e9e6117fe75e1d5616",
			"registry": "npmjs"
		},
		"d3-time-0.0.2.tgz": {
			"url": "https://registry.npmjs.org/d3-time/-/d3-time-0.0.2.tgz",
			"sha": "56d4bef1f8fdfd48121b189faedb33bb67b74ee5",
			"registry": "npmjs"
		},
		"d3-time-0.0.3.tgz": {
			"url": "https://registry.npmjs.org/d3-time/-/d3-time-0.0.3.tgz",
			"sha": "b6fbc3b88b4c717e2a159dfcd1006c51ffb023df",
			"registry": "npmjs"
		},
		"d3-time-0.0.4.tgz": {
			"url": "https://registry.npmjs.org/d3-time/-/d3-time-0.0.4.tgz",
			"sha": "76633639eca9f8127979c6e0d64dd97740d62e74",
			"registry": "npmjs"
		},
		"d3-time-0.0.5.tgz": {
			"url": "https://registry.npmjs.org/d3-time/-/d3-time-0.0.5.tgz",
			"sha": "9dbbbc0cf55b9f157f601b0feba33e63e9348c8c",
			"registry": "npmjs"
		},
		"d3-time-0.0.6.tgz": {
			"url": "https://registry.npmjs.org/d3-time/-/d3-time-0.0.6.tgz",
			"sha": "f9325d61549b5cad4c750b27f9fbddb4bf653e73",
			"registry": "npmjs"
		},
		"d3-time-0.0.7.tgz": {
			"url": "https://registry.npmjs.org/d3-time/-/d3-time-0.0.7.tgz",
			"sha": "663d7a926ad3852e4bb4fd89618d1e97b61f1334",
			"registry": "npmjs"
		},
		"d3-time-0.1.0.tgz": {
			"url": "https://registry.npmjs.org/d3-time/-/d3-time-0.1.0.tgz",
			"sha": "5430ae06640dd0ea31f3760f80ecd69d8f4a830b",
			"registry": "npmjs"
		},
		"d3-time-0.1.1.tgz": {
			"url": "https://registry.npmjs.org/d3-time/-/d3-time-0.1.1.tgz",
			"sha": "38ce2a7bb47a4031613823dde4688e58e892ae5b",
			"registry": "npmjs"
		},
		"d3-time-0.2.0.tgz": {
			"url": "https://registry.npmjs.org/d3-time/-/d3-time-0.2.0.tgz",
			"sha": "11e2ad44286ee600e70653eda6399159f980dce2",
			"registry": "npmjs"
		},
		"d3-time-0.2.1.tgz": {
			"url": "https://registry.npmjs.org/d3-time/-/d3-time-0.2.1.tgz",
			"sha": "c996e0322085538cd7155e6e22813786fd4af663",
			"registry": "npmjs"
		},
		"d3-time-0.2.2.tgz": {
			"url": "https://registry.npmjs.org/d3-time/-/d3-time-0.2.2.tgz",
			"sha": "e1fb69efd876bc9f26d8a102676bcad81c1902d2",
			"registry": "npmjs"
		},
		"d3-time-0.2.3.tgz": {
			"url": "https://registry.npmjs.org/d3-time/-/d3-time-0.2.3.tgz",
			"sha": "cbd0919f70d0ef65616c55f89f7e778684072f58",
			"registry": "npmjs"
		},
		"d3-time-0.2.4.tgz": {
			"url": "https://registry.npmjs.org/d3-time/-/d3-time-0.2.4.tgz",
			"sha": "ecc6cbafc6930d5897f3add5e757067437db242b",
			"registry": "npmjs"
		},
		"d3-time-0.2.5.tgz": {
			"url": "https://registry.npmjs.org/d3-time/-/d3-time-0.2.5.tgz",
			"sha": "6fc06e52ea39afed8cd01fa76aa3ad8c44e54cbb",
			"registry": "npmjs"
		},
		"d3-time-0.2.6.tgz": {
			"url": "https://registry.npmjs.org/d3-time/-/d3-time-0.2.6.tgz",
			"sha": "587553e9ea9e055462d419c7aa94e9477be15cb0",
			"registry": "npmjs"
		},
		"d3-time-0.3.0.tgz": {
			"url": "https://registry.npmjs.org/d3-time/-/d3-time-0.3.0.tgz",
			"sha": "3eacbedf095da559c3c6f7ad6fc5dea440f022da",
			"registry": "npmjs"
		},
		"d3-time-0.3.1.tgz": {
			"url": "https://registry.npmjs.org/d3-time/-/d3-time-0.3.1.tgz",
			"sha": "e3007add326467068ea03dd3c8a941000f7ce617",
			"registry": "npmjs"
		},
		"d3-time-0.3.2.tgz": {
			"url": "https://registry.npmjs.org/d3-time/-/d3-time-0.3.2.tgz",
			"sha": "41a23b9b6f41d1bd9cb0d9598958e9affe346503",
			"registry": "npmjs"
		},
		"d3-time-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/d3-time/-/d3-time-1.0.0.tgz",
			"sha": "bbfe5e78ddb313f072c2ba00cbb6e96e1d419c7f",
			"registry": "npmjs"
		},
		"d3-time-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/d3-time/-/d3-time-1.0.1.tgz",
			"sha": "fe53cff6586471343810ad30ce543f3564bbfb3f",
			"registry": "npmjs"
		},
		"d3-time-1.0.2.tgz": {
			"url": "https://registry.npmjs.org/d3-time/-/d3-time-1.0.2.tgz",
			"sha": "25da641a7061af8f68ad08ca173101717b7430fc",
			"registry": "npmjs"
		},
		"d3-time-1.0.3.tgz": {
			"url": "https://registry.npmjs.org/d3-time/-/d3-time-1.0.3.tgz",
			"sha": "84c07a70eded01360f39a3ef66b6259221ab70ac",
			"registry": "npmjs"
		},
		"d3-time-1.0.4.tgz": {
			"url": "https://registry.npmjs.org/d3-time/-/d3-time-1.0.4.tgz",
			"sha": "2ceba09a76b7450c992a1ded4e10fc6195e69649",
			"registry": "npmjs"
		},
		"d3-time-1.0.5.tgz": {
			"url": "https://registry.npmjs.org/d3-time/-/d3-time-1.0.5.tgz",
			"sha": "ef07a27d4b56522d984a41c27b1c67aa80b0cdd9",
			"registry": "npmjs"
		},
		"d3-time-1.0.6.tgz": {
			"url": "https://registry.npmjs.org/d3-time/-/d3-time-1.0.6.tgz",
			"sha": "a55b13d7d15d3a160ae91708232e0835f1d5e945",
			"registry": "npmjs"
		},
		"d3-time-1.0.7.tgz": {
			"url": "https://registry.npmjs.org/d3-time/-/d3-time-1.0.7.tgz",
			"sha": "94caf6edbb7879bb809d0d1f7572bc48482f7270",
			"registry": "npmjs"
		},
		"d3-time-1.0.8.tgz": {
			"url": "https://registry.npmjs.org/d3-time/-/d3-time-1.0.8.tgz",
			"sha": "dbd2d6007bf416fe67a76d17947b784bffea1e84",
			"registry": "npmjs"
		},
		"d3-time-1.0.9.tgz": {
			"url": "https://registry.npmjs.org/d3-time/-/d3-time-1.0.9.tgz",
			"sha": "ca7eebbcfe99c76cc837f903c7438defd28b73fe",
			"registry": "npmjs"
		},
		"d3-time-1.0.10.tgz": {
			"url": "https://registry.npmjs.org/d3-time/-/d3-time-1.0.10.tgz",
			"sha": "8259dd71288d72eeacfd8de281c4bf5c7393053c",
			"registry": "npmjs"
		},
		"d3-time-1.0.11.tgz": {
			"url": "https://registry.npmjs.org/d3-time/-/d3-time-1.0.11.tgz",
			"sha": "1d831a3e25cd189eb256c17770a666368762bbce",
			"registry": "npmjs"
		},
		"d3-time-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/d3-time/-/d3-time-1.1.0.tgz",
			"sha": "b1e19d307dae9c900b7e5b25ffc5dcc249a8a0f1",
			"registry": "npmjs"
		},
		"d3-time-2.0.0-rc.1.tgz": {
			"url": "https://registry.npmjs.org/d3-time/-/d3-time-2.0.0-rc.1.tgz",
			"sha": "167fdc57e4d060fc3ede7e674932c6d612fb4be5",
			"registry": "npmjs"
		},
		"d3-time-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/d3-time/-/d3-time-2.0.0.tgz",
			"sha": "ad7c127d17c67bd57a4c61f3eaecb81108b1e0ab",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"d3-time-1.1.0.tgz": {
			"shasum": "b1e19d307dae9c900b7e5b25ffc5dcc249a8a0f1"
		}
	},
	"_rev": "2-2cc5e9b1674116af",
	"_id": "d3-time",
	"readme": "# d3-time\n\nWhen visualizing time series data, analyzing temporal patterns, or working with time in general, the irregularities of conventional time units quickly become apparent. In the [Gregorian calendar](https://en.wikipedia.org/wiki/Gregorian_calendar), for example, most months have 31 days but some have 28, 29 or 30; most years have 365 days but [leap years](https://en.wikipedia.org/wiki/Leap_year) have 366; and with [daylight saving](https://en.wikipedia.org/wiki/Daylight_saving_time), most days have 24 hours but some have 23 or 25. Adding to complexity, daylight saving conventions vary around the world.\n\nAs a result of these temporal peculiarities, it can be difficult to perform seemingly-trivial tasks. For example, if you want to compute the number of days that have passed between two dates, you can’t simply subtract and divide by 24 hours (86,400,000 ms):\n\n```js\nvar start = new Date(2015, 02, 01), // Sun Mar 01 2015 00:00:00 GMT-0800 (PST)\n    end = new Date(2015, 03, 01); // Wed Apr 01 2015 00:00:00 GMT-0700 (PDT)\n(end - start) / 864e5; // 30.958333333333332, oops!\n```\n\nYou can, however, use [d3.timeDay](#timeDay).[count](#interval_count):\n\n```js\nd3.timeDay.count(start, end); // 31\n```\n\nThe [day](#day) [interval](#api-reference) is one of several provided by d3-time. Each interval represents a conventional unit of time—[hours](#timeHour), [weeks](#timeWeek), [months](#timeMonth), *etc.*—and has methods to calculate boundary dates. For example, [d3.timeDay](#timeDay) computes midnight (typically 12:00 AM local time) of the corresponding day. In addition to [rounding](#interval_round) and [counting](#interval_count), intervals can also be used to generate arrays of boundary dates. For example, to compute each Sunday in the current month:\n\n```js\nvar now = new Date;\nd3.timeWeek.range(d3.timeMonth.floor(now), d3.timeMonth.ceil(now));\n// [Sun Jun 07 2015 00:00:00 GMT-0700 (PDT),\n//  Sun Jun 14 2015 00:00:00 GMT-0700 (PDT),\n//  Sun Jun 21 2015 00:00:00 GMT-0700 (PDT),\n//  Sun Jun 28 2015 00:00:00 GMT-0700 (PDT)]\n```\n\nThe d3-time module does not implement its own calendaring system; it merely implements a convenient API for calendar math on top of ECMAScript [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date). Thus, it ignores leap seconds and can only work with the local time zone and [Coordinated Universal Time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time) (UTC).\n\nThis module is used by D3’s time scales to generate sensible ticks, by D3’s time format, and can also be used directly to do things like [calendar layouts](http://bl.ocks.org/mbostock/4063318).\n\n## Installing\n\nIf you use NPM, `npm install d3-time`. Otherwise, download the [latest release](https://github.com/d3/d3-time/releases/latest). You can also load directly from [d3js.org](https://d3js.org), either as a [standalone library](https://d3js.org/d3-time.v2.min.js) or as part of [D3](https://github.com/d3/d3). AMD, CommonJS, and vanilla environments are supported. In vanilla, a `d3` global is exported:\n\n```html\n<script src=\"https://d3js.org/d3-time.v2.min.js\"></script>\n<script>\n\nvar day = d3.timeDay(new Date);\n\n</script>\n```\n\n[Try d3-time in your browser.](https://observablehq.com/collection/@d3/d3-time)\n\n## API Reference\n\n<a name=\"_interval\" href=\"#_interval\">#</a> <i>interval</i>([<i>date</i>]) · [Source](https://github.com/d3/d3-time/blob/master/src/interval.js)\n\nEquivalent to [*interval*.floor](#interval_floor), except it *date* is not specified, it defaults to the current time. For example, [d3.timeYear](#timeYear)(*date*) and d3.timeYear.floor(*date*) are equivalent.\n\n```js\nvar monday = d3.timeMonday(); // The latest preceeding Monday, local time.\n```\n\n<a name=\"interval_floor\" href=\"#interval_floor\">#</a> <i>interval</i>.<b>floor</b>(<i>date</i>) · [Source](https://github.com/d3/d3-time/blob/master/src/interval.js)\n\nReturns a new date representing the latest interval boundary date before or equal to *date*. For example, [d3.timeDay](#timeDay).floor(*date*) typically returns 12:00 AM local time on the given *date*.\n\nThis method is idempotent: if the specified *date* is already floored to the current interval, a new date with an identical time is returned. Furthermore, the returned date is the minimum expressible value of the associated interval, such that *interval*.floor(*interval*.floor(*date*) - 1) returns the preceeding interval boundary date.\n\nNote that the `==` and `===` operators do not compare by value with [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) objects, and thus you cannot use them to tell whether the specified *date* has already been floored. Instead, coerce to a number and then compare:\n\n```js\n// Returns true if the specified date is a day boundary.\nfunction isDay(date) {\n  return +d3.timeDay.floor(date) === +date;\n}\n```\n\nThis is more reliable than testing whether the time is 12:00 AM, as in some time zones midnight may not exist due to daylight saving.\n\n<a name=\"interval_round\" href=\"#interval_round\">#</a> <i>interval</i>.<b>round</b>(<i>date</i>) · [Source](https://github.com/d3/d3-time/blob/master/src/interval.js)\n\nReturns a new date representing the closest interval boundary date to *date*. For example, [d3.timeDay](#timeDay).round(*date*) typically returns 12:00 AM local time on the given *date* if it is on or before noon, and 12:00 AM of the following day if it is after noon.\n\nThis method is idempotent: if the specified *date* is already rounded to the current interval, a new date with an identical time is returned.\n\n<a name=\"interval_ceil\" href=\"#interval_ceil\">#</a> <i>interval</i>.<b>ceil</b>(<i>date</i>) · [Source](https://github.com/d3/d3-time/blob/master/src/interval.js)\n\nReturns a new date representing the earliest interval boundary date after or equal to *date*. For example, [d3.timeDay](#timeDay).ceil(*date*) typically returns 12:00 AM local time on the date following the given *date*.\n\nThis method is idempotent: if the specified *date* is already ceilinged to the current interval, a new date with an identical time is returned. Furthermore, the returned date is the maximum expressible value of the associated interval, such that *interval*.ceil(*interval*.ceil(*date*) + 1) returns the following interval boundary date.\n\n<a name=\"interval_offset\" href=\"#interval_offset\">#</a> <i>interval</i>.<b>offset</b>(<i>date</i>[, <i>step</i>]) · [Source](https://github.com/d3/d3-time/blob/master/src/interval.js)\n\nReturns a new date equal to *date* plus *step* intervals. If *step* is not specified it defaults to 1. If *step* is negative, then the returned date will be before the specified *date*; if *step* is zero, then a copy of the specified *date* is returned; if *step* is not an integer, it is [floored](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/floor). This method does not round the specified *date* to the interval. For example, if *date* is today at 5:34 PM, then [d3.timeDay](#timeDay).offset(*date*, 1) returns 5:34 PM tomorrow (even if daylight saving changes!).\n\n<a name=\"interval_range\" href=\"#interval_range\">#</a> <i>interval</i>.<b>range</b>(<i>start</i>, <i>stop</i>[, <i>step</i>]) · [Source](https://github.com/d3/d3-time/blob/master/src/interval.js)\n\nReturns an array of dates representing every interval boundary after or equal to *start* (inclusive) and before *stop* (exclusive). If *step* is specified, then every *step*th boundary will be returned; for example, for the [d3.timeDay](#timeDay) interval a *step* of 2 will return every other day. If *step* is not an integer, it is [floored](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/floor).\n\nThe first date in the returned array is the earliest boundary after or equal to *start*; subsequent dates are [offset](#interval_offset) by *step* intervals and [floored](#interval_floor). Thus, two overlapping ranges may be consistent. For example, this range contains odd days:\n\n```js\nd3.timeDay.range(new Date(2015, 0, 1), new Date(2015, 0, 7), 2);\n// [Thu Jan 01 2015 00:00:00 GMT-0800 (PST),\n//  Sat Jan 03 2015 00:00:00 GMT-0800 (PST),\n//  Mon Jan 05 2015 00:00:00 GMT-0800 (PST)]\n```\n\nWhile this contains even days:\n\n```js\nd3.timeDay.range(new Date(2015, 0, 2), new Date(2015, 0, 8), 2);\n// [Fri Jan 02 2015 00:00:00 GMT-0800 (PST),\n//  Sun Jan 04 2015 00:00:00 GMT-0800 (PST),\n//  Tue Jan 06 2015 00:00:00 GMT-0800 (PST)]\n```\n\nTo make ranges consistent when a *step* is specified, use [*interval*.every](#interval_every) instead.\n\n<a name=\"interval_filter\" href=\"#interval_filter\">#</a> <i>interval</i>.<b>filter</b>(<i>test</i>) · [Source](https://github.com/d3/d3-time/blob/master/src/interval.js)\n\nReturns a new interval that is a filtered subset of this interval using the specified *test* function. The *test* function is passed a date and should return true if and only if the specified date should be considered part of the interval. For example, to create an interval that returns the 1st, 11th, 21th and 31th (if it exists) of each month:\n\n```js\nvar i = d3.timeDay.filter(function(d) { return (d.getDate() - 1) % 10 === 0; });\n```\n\nThe returned filtered interval does not support [*interval*.count](#interval_count). See also [*interval*.every](#interval_every).\n\n<a name=\"interval_every\" href=\"#interval_every\">#</a> <i>interval</i>.<b>every</b>(<i>step</i>) · [Source](https://github.com/d3/d3-time/blob/master/src/interval.js)\n\nReturns a [filtered](#interval_filter) view of this interval representing every *step*th date. The meaning of *step* is dependent on this interval’s parent interval as defined by the field function. For example, [d3.timeMinute](#timeMinute).every(15) returns an interval representing every fifteen minutes, starting on the hour: :00, :15, :30, :45, <i>etc.</i> Note that for some intervals, the resulting dates may not be uniformly-spaced; [d3.timeDay](#timeDay)’s parent interval is [d3.timeMonth](#timeMonth), and thus the interval number resets at the start of each month. If *step* is not valid, returns null. If *step* is one, returns this interval.\n\nThis method can be used in conjunction with [*interval*.range](#interval_range) to ensure that two overlapping ranges are consistent. For example, this range contains odd days:\n\n```js\nd3.timeDay.every(2).range(new Date(2015, 0, 1), new Date(2015, 0, 7));\n// [Thu Jan 01 2015 00:00:00 GMT-0800 (PST),\n//  Sat Jan 03 2015 00:00:00 GMT-0800 (PST),\n//  Mon Jan 05 2015 00:00:00 GMT-0800 (PST)]\n```\n\nAs does this one:\n\n```js\nd3.timeDay.every(2).range(new Date(2015, 0, 2), new Date(2015, 0, 8));\n// [Sat Jan 03 2015 00:00:00 GMT-0800 (PST),\n//  Mon Jan 05 2015 00:00:00 GMT-0800 (PST),\n//  Wed Jan 07 2015 00:00:00 GMT-0800 (PST)]\n```\n\nThe returned filtered interval does not support [*interval*.count](#interval_count). See also [*interval*.filter](#interval_filter).\n\n<a name=\"interval_count\" href=\"#interval_count\">#</a> <i>interval</i>.<b>count</b>(<i>start</i>, <i>end</i>) · [Source](https://github.com/d3/d3-time/blob/master/src/interval.js)\n\nReturns the number of interval boundaries after *start* (exclusive) and before or equal to *end* (inclusive). Note that this behavior is slightly different than [*interval*.range](#interval_range) because its purpose is to return the zero-based number of the specified *end* date relative to the specified *start* date. For example, to compute the current zero-based day-of-year number:\n\n```js\nvar now = new Date;\nd3.timeDay.count(d3.timeYear(now), now); // 177\n```\n\nLikewise, to compute the current zero-based week-of-year number for weeks that start on Sunday:\n\n```js\nd3.timeSunday.count(d3.timeYear(now), now); // 25\n```\n\n<a name=\"timeInterval\" href=\"#timeInterval\">#</a> d3.<b>timeInterval</b>(<i>floor</i>, <i>offset</i>[, <i>count</i>[, <i>field</i>]]) · [Source](https://github.com/d3/d3-time/blob/master/src/interval.js)\n\nConstructs a new custom interval given the specified *floor* and *offset* functions and an optional *count* function.\n\nThe *floor* function takes a single date as an argument and rounds it down to the nearest interval boundary.\n\nThe *offset* function takes a date and an integer step as arguments and advances the specified date by the specified number of boundaries; the step may be positive, negative or zero.\n\nThe optional *count* function takes a start date and an end date, already floored to the current interval, and returns the number of boundaries between the start (exclusive) and end (inclusive). If a *count* function is not specified, the returned interval does not expose [*interval*.count](#interval_count) or [*interval*.every](#interval_every) methods. Note: due to an internal optimization, the specified *count* function must not invoke *interval*.count on other time intervals.\n\nThe optional *field* function takes a date, already floored to the current interval, and returns the field value of the specified date, corresponding to the number of boundaries between this date (exclusive) and the latest previous parent boundary. For example, for the [d3.timeDay](#timeDay) interval, this returns the number of days since the start of the month. If a *field* function is not specified, it defaults to counting the number of interval boundaries since the UNIX epoch of January 1, 1970 UTC. The *field* function defines the behavior of [*interval*.every](#interval_every).\n\n### Intervals\n\nThe following intervals are provided:\n\n<a name=\"timeMillisecond\" href=\"#timeMillisecond\">#</a> d3.<b>timeMillisecond</b> · [Source](https://github.com/d3/d3-time/blob/master/src/millisecond.js \"Source\")\n<br><a href=\"#timeMillisecond\">#</a> d3.<b>utcMillisecond</b>\n\nMilliseconds; the shortest available time unit.\n\n<a name=\"timeSecond\" href=\"#timeSecond\">#</a> d3.<b>timeSecond</b> · [Source](https://github.com/d3/d3-time/blob/master/src/second.js \"Source\")\n<br><a href=\"#timeSecond\">#</a> d3.<b>utcSecond</b>\n\nSeconds (e.g., 01:23:45.0000 AM); 1,000 milliseconds.\n\n<a name=\"timeMinute\" href=\"#timeMinute\">#</a> d3.<b>timeMinute</b> · [Source](https://github.com/d3/d3-time/blob/master/src/minute.js \"Source\")\n<br><a href=\"#timeMinute\">#</a> d3.<b>utcMinute</b> · [Source](https://github.com/d3/d3-time/blob/master/src/utcMinute.js \"Source\")\n\nMinutes (e.g., 01:02:00 AM); 60 seconds. Note that ECMAScript [ignores leap seconds](http://www.ecma-international.org/ecma-262/5.1/#sec-15.9.1.1).\n\n<a name=\"timeHour\" href=\"#timeHour\">#</a> d3.<b>timeHour</b> · [Source](https://github.com/d3/d3-time/blob/master/src/hour.js \"Source\")\n<br><a href=\"#timeHour\">#</a> d3.<b>utcHour</b> · [Source](https://github.com/d3/d3-time/blob/master/src/utcHour.js \"Source\")\n\nHours (e.g., 01:00 AM); 60 minutes. Note that advancing time by one hour in local time can return the same hour or skip an hour due to daylight saving.\n\n<a name=\"timeDay\" href=\"#timeDay\">#</a> d3.<b>timeDay</b> · [Source](https://github.com/d3/d3-time/blob/master/src/day.js \"Source\")\n<br><a href=\"#timeDay\">#</a> d3.<b>utcDay</b> · [Source](https://github.com/d3/d3-time/blob/master/src/utcDay.js \"Source\")\n\nDays (e.g., February 7, 2012 at 12:00 AM); typically 24 hours. Days in local time may range from 23 to 25 hours due to daylight saving.\n\n<a name=\"timeWeek\" href=\"#timeWeek\">#</a> d3.<b>timeWeek</b> · [Source](https://github.com/d3/d3-time/blob/master/src/week.js \"Source\")\n<br><a href=\"#timeWeek\">#</a> d3.<b>utcWeek</b> · [Source](https://github.com/d3/d3-time/blob/master/src/utcWeek.js \"Source\")\n\nAlias for [d3.timeSunday](#timeSunday); 7 days and typically 168 hours. Weeks in local time may range from 167 to 169 hours due on daylight saving.\n\n<a name=\"timeSunday\" href=\"#timeSunday\">#</a> d3.<b>timeSunday</b> · [Source](https://github.com/d3/d3-time/blob/master/src/week.js)\n<br><a href=\"#timeSunday\">#</a> d3.<b>utcSunday</b> · [Source](https://github.com/d3/d3-time/blob/master/src/utcWeek.js)\n\nSunday-based weeks (e.g., February 5, 2012 at 12:00 AM).\n\n<a name=\"timeMonday\" href=\"#timeMonday\">#</a> d3.<b>timeMonday</b> · [Source](https://github.com/d3/d3-time/blob/master/src/week.js)\n<br><a href=\"#timeMonday\">#</a> d3.<b>utcMonday</b> · [Source](https://github.com/d3/d3-time/blob/master/src/utcWeek.js)\n\nMonday-based weeks (e.g., February 6, 2012 at 12:00 AM).\n\n<a name=\"timeTuesday\" href=\"#timeTuesday\">#</a> d3.<b>timeTuesday</b> · [Source](https://github.com/d3/d3-time/blob/master/src/week.js)\n<br><a href=\"#timeTuesday\">#</a> d3.<b>utcTuesday</b> · [Source](https://github.com/d3/d3-time/blob/master/src/utcWeek.js)\n\nTuesday-based weeks (e.g., February 7, 2012 at 12:00 AM).\n\n<a name=\"timeWednesday\" href=\"#timeWednesday\">#</a> d3.<b>timeWednesday</b> · [Source](https://github.com/d3/d3-time/blob/master/src/week.js)\n<br><a href=\"#timeWednesday\">#</a> d3.<b>utcWednesday</b> · [Source](https://github.com/d3/d3-time/blob/master/src/utcWeek.js)\n\nWednesday-based weeks (e.g., February 8, 2012 at 12:00 AM).\n\n<a name=\"timeThursday\" href=\"#timeThursday\">#</a> d3.<b>timeThursday</b> · [Source](https://github.com/d3/d3-time/blob/master/src/week.js)\n<br><a href=\"#timeThursday\">#</a> d3.<b>utcThursday</b> · [Source](https://github.com/d3/d3-time/blob/master/src/utcWeek.js)\n\nThursday-based weeks (e.g., February 9, 2012 at 12:00 AM).\n\n<a name=\"timeFriday\" href=\"#timeFriday\">#</a> d3.<b>timeFriday</b> · [Source](https://github.com/d3/d3-time/blob/master/src/week.js)\n<br><a href=\"#timeFriday\">#</a> d3.<b>utcFriday</b> · [Source](https://github.com/d3/d3-time/blob/master/src/utcWeek.js)\n\nFriday-based weeks (e.g., February 10, 2012 at 12:00 AM).\n\n<a name=\"timeSaturday\" href=\"#timeSaturday\">#</a> d3.<b>timeSaturday</b> · [Source](https://github.com/d3/d3-time/blob/master/src/week.js)\n<br><a href=\"#timeSaturday\">#</a> d3.<b>utcSaturday</b> · [Source](https://github.com/d3/d3-time/blob/master/src/utcWeek.js)\n\nSaturday-based weeks (e.g., February 11, 2012 at 12:00 AM).\n\n<a name=\"timeMonth\" href=\"#timeMonth\">#</a> d3.<b>timeMonth</b> · [Source](https://github.com/d3/d3-time/blob/master/src/month.js \"Source\")\n<br><a href=\"#timeMonth\">#</a> d3.<b>utcMonth</b> · [Source](https://github.com/d3/d3-time/blob/master/src/utcMonth.js \"Source\")\n\nMonths (e.g., February 1, 2012 at 12:00 AM); ranges from 28 to 31 days.\n\n<a name=\"timeYear\" href=\"#timeYear\">#</a> d3.<b>timeYear</b> · [Source](https://github.com/d3/d3-time/blob/master/src/year.js \"Source\")\n<br><a href=\"#timeYear\">#</a> d3.<b>utcYear</b> · [Source](https://github.com/d3/d3-time/blob/master/src/utcYear.js \"Source\")\n\nYears (e.g., January 1, 2012 at 12:00 AM); ranges from 365 to 366 days.\n\n### Ranges\n\nFor convenience, aliases for [*interval*.range](#interval_range) are also provided as plural forms of the corresponding interval.\n\n<a name=\"timeMilliseconds\" href=\"#timeMilliseconds\">#</a> d3.<b>timeMilliseconds</b>(<i>start</i>, <i>stop</i>[, <i>step</i>]) · [Source](https://github.com/d3/d3-time/blob/master/src/millisecond.js)\n<br><a href=\"#timeMilliseconds\">#</a> d3.<b>utcMilliseconds</b>(<i>start</i>, <i>stop</i>[, <i>step</i>])\n\nAliases for [d3.timeMillisecond](#timeMillisecond).[range](#interval_range) and [d3.utcMillisecond](#timeMillisecond).[range](#interval_range).\n\n<a name=\"timeSeconds\" href=\"#timeSeconds\">#</a> d3.<b>timeSeconds</b>(<i>start</i>, <i>stop</i>[, <i>step</i>]) · [Source](https://github.com/d3/d3-time/blob/master/src/second.js)\n<br><a href=\"#timeSeconds\">#</a> d3.<b>utcSeconds</b>(<i>start</i>, <i>stop</i>[, <i>step</i>])\n\nAliases for [d3.timeSecond](#timeSecond).[range](#interval_range) and [d3.utcSecond](#timeSecond).[range](#interval_range).\n\n<a name=\"timeMinutes\" href=\"#timeMinutes\">#</a> d3.<b>timeMinutes</b>(<i>start</i>, <i>stop</i>[, <i>step</i>]) · [Source](https://github.com/d3/d3-time/blob/master/src/minute.js)\n<br><a href=\"#timeMinutes\">#</a> d3.<b>utcMinutes</b>(<i>start</i>, <i>stop</i>[, <i>step</i>]) · [Source](https://github.com/d3/d3-time/blob/master/src/utcMinute.js)\n\nAliases for [d3.timeMinute](#timeMinute).[range](#interval_range) and [d3.utcMinute](#timeMinute).[range](#interval_range).\n\n<a name=\"timeHours\" href=\"#timeHours\">#</a> d3.<b>timeHours</b>(<i>start</i>, <i>stop</i>[, <i>step</i>]) · [Source](https://github.com/d3/d3-time/blob/master/src/hour.js)\n<br><a href=\"#timeHours\">#</a> d3.<b>utcHours</b>(<i>start</i>, <i>stop</i>[, <i>step</i>]) · [Source](https://github.com/d3/d3-time/blob/master/src/utcHour.js)\n\nAliases for [d3.timeHour](#timeHour).[range](#interval_range) and [d3.utcHour](#timeHour).[range](#interval_range).\n\n<a name=\"timeDays\" href=\"#timeDays\">#</a> d3.<b>timeDays</b>(<i>start</i>, <i>stop</i>[, <i>step</i>]) · [Source](https://github.com/d3/d3-time/blob/master/src/day.js)\n<br><a href=\"#timeDays\">#</a> d3.<b>utcDays</b>(<i>start</i>, <i>stop</i>[, <i>step</i>]) · [Source](https://github.com/d3/d3-time/blob/master/src/utcDay.js)\n\nAliases for [d3.timeDay](#timeDay).[range](#interval_range) and [d3.utcDay](#timeDay).[range](#interval_range).\n\n<a name=\"timeWeeks\" href=\"#timeWeeks\">#</a> d3.<b>timeWeeks</b>(<i>start</i>, <i>stop</i>[, <i>step</i>])\n<br><a href=\"#timeWeeks\">#</a> d3.<b>utcWeeks</b>(<i>start</i>, <i>stop</i>[, <i>step</i>])\n\nAliases for [d3.timeWeek](#timeWeek).[range](#interval_range) and [d3.utcWeek](#timeWeek).[range](#interval_range).\n\n<a name=\"timeSundays\" href=\"#timeSundays\">#</a> d3.<b>timeSundays</b>(<i>start</i>, <i>stop</i>[, <i>step</i>]) · [Source](https://github.com/d3/d3-time/blob/master/src/week.js)\n<br><a href=\"#timeSundays\">#</a> d3.<b>utcSundays</b>(<i>start</i>, <i>stop</i>[, <i>step</i>]) · [Source](https://github.com/d3/d3-time/blob/master/src/utcWeek.js)\n\nAliases for [d3.timeSunday](#timeSunday).[range](#interval_range) and [d3.utcSunday](#timeSunday).[range](#interval_range).\n\n<a name=\"timeMondays\" href=\"#timeMondays\">#</a> d3.<b>timeMondays</b>(<i>start</i>, <i>stop</i>[, <i>step</i>]) · [Source](https://github.com/d3/d3-time/blob/master/src/week.js)\n<br><a href=\"#timeMondays\">#</a> d3.<b>utcMondays</b>(<i>start</i>, <i>stop</i>[, <i>step</i>]) · [Source](https://github.com/d3/d3-time/blob/master/src/utcWeek.js)\n\nAliases for [d3.timeMonday](#timeMonday).[range](#interval_range) and [d3.utcMonday](#timeMonday).[range](#interval_range).\n\n<a name=\"timeTuesdays\" href=\"#timeTuesdays\">#</a> d3.<b>timeTuesdays</b>(<i>start</i>, <i>stop</i>[, <i>step</i>]) · [Source](https://github.com/d3/d3-time/blob/master/src/week.js)\n<br><a href=\"#timeTuesdays\">#</a> d3.<b>utcTuesdays</b>(<i>start</i>, <i>stop</i>[, <i>step</i>]) · [Source](https://github.com/d3/d3-time/blob/master/src/utcWeek.js)\n\nAliases for [d3.timeTuesday](#timeTuesday).[range](#interval_range) and [d3.utcTuesday](#timeTuesday).[range](#interval_range).\n\n<a name=\"timeWednesdays\" href=\"#timeWednesdays\">#</a> d3.<b>timeWednesdays</b>(<i>start</i>, <i>stop</i>[, <i>step</i>]) · [Source](https://github.com/d3/d3-time/blob/master/src/week.js)\n<br><a href=\"#timeWednesdays\">#</a> d3.<b>utcWednesdays</b>(<i>start</i>, <i>stop</i>[, <i>step</i>]) · [Source](https://github.com/d3/d3-time/blob/master/src/utcWeek.js)\n\nAliases for [d3.timeWednesday](#timeWednesday).[range](#interval_range) and [d3.utcWednesday](#timeWednesday).[range](#interval_range).\n\n<a name=\"timeThursdays\" href=\"#timeThursdays\">#</a> d3.<b>timeThursdays</b>(<i>start</i>, <i>stop</i>[, <i>step</i>]) · [Source](https://github.com/d3/d3-time/blob/master/src/week.js)\n<br><a href=\"#timeThursdays\">#</a> d3.<b>utcThursdays</b>(<i>start</i>, <i>stop</i>[, <i>step</i>]) · [Source](https://github.com/d3/d3-time/blob/master/src/utcWeek.js)\n\nAliases for [d3.timeThursday](#timeThursday).[range](#interval_range) and [d3.utcThursday](#timeThursday).[range](#interval_range).\n\n<a name=\"timeFridays\" href=\"#timeFridays\">#</a> d3.<b>timeFridays</b>(<i>start</i>, <i>stop</i>[, <i>step</i>]) · [Source](https://github.com/d3/d3-time/blob/master/src/week.js)\n<br><a href=\"#timeFridays\">#</a> d3.<b>utcFridays</b>(<i>start</i>, <i>stop</i>[, <i>step</i>]) · [Source](https://github.com/d3/d3-time/blob/master/src/utcWeek.js)\n\nAliases for [d3.timeFriday](#timeFriday).[range](#interval_range) and [d3.utcFriday](#timeFriday).[range](#interval_range).\n\n<a name=\"timeSaturdays\" href=\"#timeSaturdays\">#</a> d3.<b>timeSaturdays</b>(<i>start</i>, <i>stop</i>[, <i>step</i>]) · [Source](https://github.com/d3/d3-time/blob/master/src/week.js)\n<br><a href=\"#timeSaturdays\">#</a> d3.<b>utcSaturdays</b>(<i>start</i>, <i>stop</i>[, <i>step</i>]) · [Source](https://github.com/d3/d3-time/blob/master/src/utcWeek.js)\n\nAliases for [d3.timeSaturday](#timeSaturday).[range](#interval_range) and [d3.utcSaturday](#timeSaturday).[range](#interval_range).\n\n<a name=\"timeMonths\" href=\"#timeMonths\">#</a> d3.<b>timeMonths</b>(<i>start</i>, <i>stop</i>[, <i>step</i>]) · [Source](https://github.com/d3/d3-time/blob/master/src/month.js)\n<br><a href=\"#timeMonths\">#</a> d3.<b>utcMonths</b>(<i>start</i>, <i>stop</i>[, <i>step</i>]) · [Source](https://github.com/d3/d3-time/blob/master/src/utcMonth.js)\n\nAliases for [d3.timeMonth](#timeMonth).[range](#interval_range) and [d3.utcMonth](#timeMonth).[range](#interval_range).\n\n<a name=\"timeYears\" href=\"#timeYears\">#</a> d3.<b>timeYears</b>(<i>start</i>, <i>stop</i>[, <i>step</i>]) · [Source](https://github.com/d3/d3-time/blob/master/src/year.js)\n<br><a href=\"#timeYears\">#</a> d3.<b>utcYears</b>(<i>start</i>, <i>stop</i>[, <i>step</i>]) · [Source](https://github.com/d3/d3-time/blob/master/src/utcYear.js)\n\nAliases for [d3.timeYear](#timeYear).[range](#interval_range) and [d3.utcYear](#timeYear).[range](#interval_range)."
}