{
	"name": "d3-time-format",
	"versions": {
		"0.0.0": {
			"name": "d3-time-format",
			"version": "0.0.0",
			"description": "The d3.time-format function from d3",
			"main": "index.js",
			"scripts": {
				"build": "smash node_modules/d3/src/start.js node_modules/d3/src/time/format.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-format.git"
			},
			"keywords": [
				"d3"
			],
			"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-format/issues"
			},
			"homepage": "https://github.com/jfsiii/d3-time-format",
			"_id": "d3-time-format@0.0.0",
			"dist": {
				"shasum": "989fa42bfa361c312c789af90dcefc192d44281d",
				"tarball": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-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.1": {
			"name": "d3-time-format",
			"version": "0.0.1",
			"description": "A JavaScript time formatter and parser inspired by C’s strftime and strptime.",
			"keywords": [
				"d3",
				"time",
				"format",
				"strftime",
				"strptime"
			],
			"homepage": "https://github.com/d3/d3-time-format",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/timeFormat",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time-format.git"
			},
			"scripts": {
				"pretest": "mkdir -p build && d3-bundler --polyfill-map --format=umd --name=timeFormat -- index.js > build/timeFormat.js",
				"test": "TZ=America/Los_Angeles faucet `find test -name '*-test.js'`",
				"prepublish": "npm run test && uglifyjs build/timeFormat.js -c -m -o build/timeFormat.min.js && rm -f build/timeFormat.zip && zip -j build/timeFormat.zip -- LICENSE README.md build/timeFormat.js build/timeFormat.min.js"
			},
			"devDependencies": {
				"d3-bundler": "~0.2.5",
				"d3-time": "~0.0.2",
				"faucet": "0.0",
				"tape": "4",
				"uglifyjs": "2"
			},
			"gitHead": "d621f547bc65e46343b1073131a03a9aa01b66a3",
			"bugs": {
				"url": "https://github.com/d3/d3-time-format/issues"
			},
			"_id": "d3-time-format@0.0.1",
			"_shasum": "5f054f20a78058c02a95045b9d34b07c85b543f6",
			"_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": "5f054f20a78058c02a95045b9d34b07c85b543f6",
				"tarball": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-0.0.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.0.2": {
			"name": "d3-time-format",
			"version": "0.0.2",
			"description": "A JavaScript time formatter and parser inspired by strftime and strptime.",
			"keywords": [
				"d3",
				"time",
				"format",
				"strftime",
				"strptime"
			],
			"homepage": "https://github.com/d3/d3-time-format",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/timeFormat",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time-format.git"
			},
			"scripts": {
				"pretest": "mkdir -p build && d3-bundler --polyfill-map --format=umd --name=timeFormat -- index.js > build/timeFormat.js",
				"test": "TZ=America/Los_Angeles faucet `find test -name '*-test.js'`",
				"prepublish": "npm run test && uglifyjs build/timeFormat.js -c -m -o build/timeFormat.min.js && rm -f build/timeFormat.zip && zip -j build/timeFormat.zip -- LICENSE README.md build/timeFormat.js build/timeFormat.min.js"
			},
			"devDependencies": {
				"d3-bundler": "~0.2.5",
				"d3-time": "~0.0.2",
				"faucet": "0.0",
				"tape": "4",
				"uglifyjs": "2"
			},
			"gitHead": "b2df022de636141ca5199d7c95a787bee0978dc0",
			"bugs": {
				"url": "https://github.com/d3/d3-time-format/issues"
			},
			"_id": "d3-time-format@0.0.2",
			"_shasum": "31d5de0698f3ec2580a4ce6795c2ee0537a29243",
			"_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": "31d5de0698f3ec2580a4ce6795c2ee0537a29243",
				"tarball": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-0.0.2.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.1.0": {
			"name": "d3-time-format",
			"version": "0.1.0",
			"description": "A JavaScript time formatter and parser inspired by strftime and strptime.",
			"keywords": [
				"d3",
				"time",
				"format",
				"strftime",
				"strptime"
			],
			"homepage": "https://github.com/d3/d3-time-format",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/timeFormat",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time-format.git"
			},
			"scripts": {
				"pretest": "mkdir -p build && d3-bundler --polyfill-map --format=umd --name=timeFormat -- index.js > build/timeFormat.js",
				"test": "TZ=America/Los_Angeles faucet `find test -name '*-test.js'`",
				"prepublish": "npm run test && uglifyjs build/timeFormat.js -c -m -o build/timeFormat.min.js && rm -f build/timeFormat.zip && zip -j build/timeFormat.zip -- LICENSE README.md build/timeFormat.js build/timeFormat.min.js"
			},
			"devDependencies": {
				"d3-bundler": "~0.2.5",
				"d3-time": "~0.0.2",
				"faucet": "0.0",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "a4f276b1e4577eb836e9f443434508a1bc224e29",
			"bugs": {
				"url": "https://github.com/d3/d3-time-format/issues"
			},
			"_id": "d3-time-format@0.1.0",
			"_shasum": "7b1268ef68189c5d5fbf1a393ccff0d066d0b94e",
			"_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": "7b1268ef68189c5d5fbf1a393ccff0d066d0b94e",
				"tarball": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-0.1.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.1.1": {
			"name": "d3-time-format",
			"version": "0.1.1",
			"description": "A JavaScript time formatter and parser inspired by strftime and strptime.",
			"keywords": [
				"d3",
				"time",
				"format",
				"strftime",
				"strptime"
			],
			"homepage": "https://github.com/d3/d3-time-format",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/timeFormat",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time-format.git"
			},
			"scripts": {
				"pretest": "mkdir -p build && d3-bundler --polyfill-map --format=umd --name=timeFormat -- index.js > build/timeFormat.js",
				"test": "TZ=America/Los_Angeles faucet `find test -name '*-test.js'`",
				"prepublish": "npm run test && uglifyjs build/timeFormat.js -c -m -o build/timeFormat.min.js && rm -f build/timeFormat.zip && zip -j build/timeFormat.zip -- LICENSE README.md build/timeFormat.js build/timeFormat.min.js"
			},
			"devDependencies": {
				"d3-bundler": "~0.2.5",
				"d3-time": "~0.0.2",
				"faucet": "0.0",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "c988771a6472be545328681ea79104de4d911a9e",
			"bugs": {
				"url": "https://github.com/d3/d3-time-format/issues"
			},
			"_id": "d3-time-format@0.1.1",
			"_shasum": "153f709ce8b386def80810ca039383f4dc1de8c6",
			"_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": "153f709ce8b386def80810ca039383f4dc1de8c6",
				"tarball": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-0.1.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.1.2": {
			"name": "d3-time-format",
			"version": "0.1.2",
			"description": "A JavaScript time formatter and parser inspired by strftime and strptime.",
			"keywords": [
				"d3",
				"time",
				"format",
				"strftime",
				"strptime"
			],
			"homepage": "https://github.com/d3/d3-time-format",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/timeFormat",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "https://github.com/d3/d3-time-format.git"
			},
			"scripts": {
				"pretest": "mkdir -p build && d3-bundler --format=umd --name=timeFormat -- index.js > build/timeFormat.js",
				"test": "TZ=America/Los_Angeles faucet `find test -name '*-test.js'`",
				"prepublish": "npm run test && uglifyjs build/timeFormat.js -c -m -o build/timeFormat.min.js && rm -f build/timeFormat.zip && zip -j build/timeFormat.zip -- LICENSE README.md build/timeFormat.js build/timeFormat.min.js"
			},
			"devDependencies": {
				"d3-bundler": "~0.2.5",
				"d3-time": "~0.0.2",
				"faucet": "0.0",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "2493e4aa2a35593ecf1ead5ce1489a97aff05f75",
			"bugs": {
				"url": "https://github.com/d3/d3-time-format/issues"
			},
			"_id": "d3-time-format@0.1.2",
			"_shasum": "d5f73f4a06de207b45628b4e4a90a284bb2c67c3",
			"_from": ".",
			"_npmVersion": "2.7.5",
			"_nodeVersion": "0.12.2",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"shasum": "d5f73f4a06de207b45628b4e4a90a284bb2c67c3",
				"tarball": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-0.1.2.tgz"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"directories": {},
			"contributors": []
		},
		"0.1.3": {
			"name": "d3-time-format",
			"version": "0.1.3",
			"description": "A JavaScript time formatter and parser inspired by strftime and strptime.",
			"keywords": [
				"d3",
				"time",
				"format",
				"strftime",
				"strptime"
			],
			"homepage": "https://github.com/d3/d3-time-format",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/timeFormat",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "https://github.com/d3/d3-time-format.git"
			},
			"scripts": {
				"pretest": "mkdir -p build && d3-bundler --format=umd --name=timeFormat -- index.js > build/timeFormat.js",
				"test": "TZ=America/Los_Angeles faucet `find test -name '*-test.js'`",
				"prepublish": "npm run test && uglifyjs build/timeFormat.js -c -m -o build/timeFormat.min.js && rm -f build/timeFormat.zip && zip -j build/timeFormat.zip -- LICENSE README.md build/timeFormat.js build/timeFormat.min.js"
			},
			"devDependencies": {
				"d3-bundler": "~0.2.5",
				"d3-time": "~0.0.2",
				"faucet": "0.0",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "7c6e6df8bb04ebfabab1dfcd80561471dfeb01eb",
			"bugs": {
				"url": "https://github.com/d3/d3-time-format/issues"
			},
			"_id": "d3-time-format@0.1.3",
			"_shasum": "2f3b8ed0a79aaf5472711bb2b01bed91c096daf3",
			"_from": ".",
			"_npmVersion": "2.7.5",
			"_nodeVersion": "0.12.2",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"shasum": "2f3b8ed0a79aaf5472711bb2b01bed91c096daf3",
				"tarball": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-0.1.3.tgz"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"directories": {},
			"contributors": []
		},
		"0.1.4": {
			"name": "d3-time-format",
			"version": "0.1.4",
			"description": "A JavaScript time formatter and parser inspired by strftime and strptime.",
			"keywords": [
				"d3",
				"time",
				"format",
				"strftime",
				"strptime"
			],
			"homepage": "https://github.com/d3/d3-time-format",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/time-format.cjs",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time-format.git"
			},
			"scripts": {
				"pretest": "mkdir -p build && d3-bundler -x -f cjs -o build/time-format.cjs.js",
				"test": "TZ=America/Los_Angeles faucet `find test -name '*-test.js'`",
				"prepublish": "npm run test && d3-bundler -n timeFormat -o build/time-format.js && uglifyjs build/time-format.js -c -m -o build/time-format.min.js && rm -f build/time-format.zip && zip -j build/time-format.zip -- LICENSE README.md build/time-format.js build/time-format.min.js"
			},
			"dependencies": {
				"d3-time": "~0.0.6"
			},
			"devDependencies": {
				"d3-bundler": "~0.4.0",
				"faucet": "0.0",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "1ca01b065371990901a4d97ac3c1ae1d0379c4c8",
			"bugs": {
				"url": "https://github.com/d3/d3-time-format/issues"
			},
			"_id": "d3-time-format@0.1.4",
			"_shasum": "ca094793d3e6d1cf70bb44a7eb515030deccab4d",
			"_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": "ca094793d3e6d1cf70bb44a7eb515030deccab4d",
				"tarball": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-0.1.4.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.1.5": {
			"name": "d3-time-format",
			"version": "0.1.5",
			"description": "A JavaScript time formatter and parser inspired by strftime and strptime.",
			"keywords": [
				"d3",
				"time",
				"format",
				"strftime",
				"strptime"
			],
			"homepage": "https://github.com/d3/d3-time-format",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-time-format.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time-format.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 -g d3-time:d3_time -u d3-time-format -n d3_time_format -o build/d3-time-format.js -- build/bundle.js",
				"test": "TZ=America/Los_Angeles faucet `find test -name '*-test.js'`",
				"prepublish": "npm run test && uglifyjs build/d3-time-format.js -c -m -o build/d3-time-format.min.js && rm -f build/d3-time-format.zip && zip -j build/d3-time-format.zip -- LICENSE README.md build/d3-time-format.js build/d3-time-format.min.js"
			},
			"dependencies": {
				"d3-time": "~0.0.7"
			},
			"devDependencies": {
				"faucet": "0.0",
				"rollup": "0.20.5",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "d29b007659b0c2be0cbcb709a1c2b37b9f2182f7",
			"bugs": {
				"url": "https://github.com/d3/d3-time-format/issues"
			},
			"_id": "d3-time-format@0.1.5",
			"_shasum": "687d81a506c52a02e187d9f14c29f4d98978fb7a",
			"_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": "687d81a506c52a02e187d9f14c29f4d98978fb7a",
				"tarball": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-0.1.5.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.2.0": {
			"name": "d3-time-format",
			"version": "0.2.0",
			"description": "A JavaScript time formatter and parser inspired by strftime and strptime.",
			"keywords": [
				"d3",
				"time",
				"format",
				"strftime",
				"strptime"
			],
			"homepage": "https://github.com/d3/d3-time-format",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-time-format.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time-format.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 -g d3-time:d3_time -u d3-time-format -n d3_time_format -o build/d3-time-format.js -- build/bundle.js",
				"test": "TZ=America/Los_Angeles faucet `find test -name '*-test.js'`",
				"prepublish": "npm run test && uglifyjs build/d3-time-format.js -c -m -o build/d3-time-format.min.js && rm -f build/d3-time-format.zip && zip -j build/d3-time-format.zip -- LICENSE README.md build/d3-time-format.js build/d3-time-format.min.js"
			},
			"dependencies": {
				"d3-time": "~0.0.7"
			},
			"devDependencies": {
				"faucet": "0.0",
				"rollup": "0.20.5",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "5056e3d4fd407ad32df313cea90f7f2ecf5539eb",
			"bugs": {
				"url": "https://github.com/d3/d3-time-format/issues"
			},
			"_id": "d3-time-format@0.2.0",
			"_shasum": "ff49913e32b4b8db30b771dc6d0dada4b97a7d04",
			"_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": "ff49913e32b4b8db30b771dc6d0dada4b97a7d04",
				"tarball": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-0.2.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.2.1": {
			"name": "d3-time-format",
			"version": "0.2.1",
			"description": "A JavaScript time formatter and parser inspired by strftime and strptime.",
			"keywords": [
				"d3",
				"time",
				"format",
				"strftime",
				"strptime"
			],
			"homepage": "https://github.com/d3/d3-time-format",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-time-format.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time-format.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 -g d3-time:d3_time -u d3-time-format -n d3_time_format -o build/d3-time-format.js -- build/bundle.js",
				"test": "TZ=America/Los_Angeles faucet `find test -name '*-test.js'`",
				"prepublish": "npm run test && uglifyjs build/d3-time-format.js -c -m -o build/d3-time-format.min.js && rm -f build/d3-time-format.zip && zip -j build/d3-time-format.zip -- LICENSE README.md build/d3-time-format.js build/d3-time-format.min.js"
			},
			"dependencies": {
				"d3-time": "~0.1.1"
			},
			"devDependencies": {
				"faucet": "0.0",
				"rollup": "0.20.5",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "49575816142ad37be4a3ebcdea8cb6d593fd135f",
			"bugs": {
				"url": "https://github.com/d3/d3-time-format/issues"
			},
			"_id": "d3-time-format@0.2.1",
			"_shasum": "846e39eb7f22676692d86040c48e9fa54fd8bf18",
			"_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": "846e39eb7f22676692d86040c48e9fa54fd8bf18",
				"tarball": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-0.2.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.3.0": {
			"name": "d3-time-format",
			"version": "0.3.0",
			"description": "A JavaScript time formatter and parser inspired by strftime and strptime.",
			"keywords": [
				"d3",
				"time",
				"format",
				"strftime",
				"strptime"
			],
			"homepage": "https://github.com/d3/d3-time-format",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-time-format.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time-format.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 -g d3-time:d3_time -u d3-time-format -n d3_time_format -o build/d3-time-format.js -- build/bundle.js",
				"test": "TZ=America/Los_Angeles faucet `find test -name '*-test.js'`",
				"prepublish": "npm run test && uglifyjs build/d3-time-format.js -c -m -o build/d3-time-format.min.js && rm -f build/d3-time-format.zip && zip -j build/d3-time-format.zip -- LICENSE README.md build/d3-time-format.js build/d3-time-format.min.js"
			},
			"dependencies": {
				"d3-time": "~0.2.0"
			},
			"devDependencies": {
				"faucet": "0.0",
				"rollup": "0.20.5",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "d2e589ebda610eec53f502f156306f4c7c3281bb",
			"bugs": {
				"url": "https://github.com/d3/d3-time-format/issues"
			},
			"_id": "d3-time-format@0.3.0",
			"_shasum": "96a2b1f76f59493379bb71893e34849237072248",
			"_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": "96a2b1f76f59493379bb71893e34849237072248",
				"tarball": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-0.3.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.3.1": {
			"name": "d3-time-format",
			"version": "0.3.1",
			"description": "A JavaScript time formatter and parser inspired by strftime and strptime.",
			"keywords": [
				"d3",
				"time",
				"format",
				"strftime",
				"strptime"
			],
			"homepage": "https://github.com/d3/d3-time-format",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-time-format.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time-format.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 -g d3-time:d3_time -n d3_time_format -o build/d3-time-format.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-format.js -c -m -o build/d3-time-format.min.js && rm -f build/d3-time-format.zip && zip -j build/d3-time-format.zip -- LICENSE README.md build/d3-time-format.js build/d3-time-format.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-format.js ../d3.github.com/d3-time-format.v0.3.js && cp build/d3-time-format.min.js ../d3.github.com/d3-time-format.v0.3.min.js && cd ../d3.github.com && git add d3-time-format.v0.3.js d3-time-format.v0.3.min.js && git commit -m \"d3-time-format ${VERSION}\" && git push"
			},
			"dependencies": {
				"d3-time": "~0.2.0"
			},
			"devDependencies": {
				"faucet": "0.0",
				"rollup": "0.25",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "7f024d378dd7ac0acc7e715e1f02d6231a92eb1f",
			"bugs": {
				"url": "https://github.com/d3/d3-time-format/issues"
			},
			"_id": "d3-time-format@0.3.1",
			"_shasum": "ee057853307b4ff61687719861f79fc751c34ec3",
			"_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": "ee057853307b4ff61687719861f79fc751c34ec3",
				"tarball": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-0.3.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.3.2": {
			"name": "d3-time-format",
			"version": "0.3.2",
			"description": "A JavaScript time formatter and parser inspired by strftime and strptime.",
			"keywords": [
				"d3",
				"time",
				"format",
				"strftime",
				"strptime"
			],
			"homepage": "https://github.com/d3/d3-time-format",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-time-format.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time-format.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && json2module package.json > build/package.js && rollup -f umd -g d3-time:d3_time -n d3_time_format -o build/d3-time-format.js -- index.js",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint index.js src",
				"prepublish": "npm run test && uglifyjs build/d3-time-format.js -c -m -o build/d3-time-format.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-time-format.js ../d3.github.com/d3-time-format.v0.3.js && cp build/d3-time-format.min.js ../d3.github.com/d3-time-format.v0.3.min.js && cd ../d3.github.com && git add d3-time-format.v0.3.js d3-time-format.v0.3.min.js && git commit -m \"d3-time-format ${VERSION}\" && git push && cd - && zip -j build/d3-time-format.zip -- LICENSE README.md build/d3-time-format.js build/d3-time-format.min.js"
			},
			"dependencies": {
				"d3-time": "~0.2.0"
			},
			"devDependencies": {
				"json2module": "0.0",
				"rollup": "0.26",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "a5b3a0509b96034e92b6b4969d9e3ae740c7398a",
			"bugs": {
				"url": "https://github.com/d3/d3-time-format/issues"
			},
			"_id": "d3-time-format@0.3.2",
			"_shasum": "9c30e90a4078f93fac15e27b2016865488c007c1",
			"_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": "9c30e90a4078f93fac15e27b2016865488c007c1",
				"tarball": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-0.3.2.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/d3-time-format-0.3.2.tgz_1462299851962_0.20581558626145124"
			},
			"directories": {},
			"contributors": []
		},
		"0.4.0": {
			"name": "d3-time-format",
			"version": "0.4.0",
			"description": "A JavaScript time formatter and parser inspired by strftime and strptime.",
			"keywords": [
				"d3",
				"time",
				"format",
				"strftime",
				"strptime"
			],
			"homepage": "https://d3js.org/d3-time-format/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-time-format.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time-format.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -g d3-time:d3 -n d3 -o build/d3-time-format.js -- index.js",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint index.js src",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-time-format.js -c -m -o build/d3-time-format.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-time-format.js ../d3.github.com/d3-time-format.v0.4.js && cp build/d3-time-format.min.js ../d3.github.com/d3-time-format.v0.4.min.js && cd ../d3.github.com && git add d3-time-format.v0.4.js d3-time-format.v0.4.min.js && git commit -m \"d3-time-format ${VERSION}\" && git push && cd - && zip -j build/d3-time-format.zip -- LICENSE README.md build/d3-time-format.js build/d3-time-format.min.js"
			},
			"dependencies": {
				"d3-time": "~0.3.0"
			},
			"devDependencies": {
				"eslint": "2",
				"package-preamble": "0.0",
				"rollup": "0.27",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "66c1c611e46a8902dabfbd3d327a40e5515bcd71",
			"bugs": {
				"url": "https://github.com/d3/d3-time-format/issues"
			},
			"_id": "d3-time-format@0.4.0",
			"_shasum": "fbf29db178a873e012933d927fe4582577aa9cf6",
			"_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": "fbf29db178a873e012933d927fe4582577aa9cf6",
				"tarball": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-0.4.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/d3-time-format-0.4.0.tgz_1465347117516_0.1383080065716058"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0": {
			"name": "d3-time-format",
			"version": "1.0.0",
			"description": "A JavaScript time formatter and parser inspired by strftime and strptime.",
			"keywords": [
				"d3",
				"d3-module",
				"time",
				"format",
				"strftime",
				"strptime"
			],
			"homepage": "https://d3js.org/d3-time-format/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-time-format.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time-format.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -g d3-time:d3 -n d3 -o build/d3-time-format.js -- index.js",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint index.js src",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-time-format.js -c -m -o build/d3-time-format.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-time-format.js ../d3.github.com/d3-time-format.v1.js && cp build/d3-time-format.min.js ../d3.github.com/d3-time-format.v1.min.js && cd ../d3.github.com && git add d3-time-format.v1.js d3-time-format.v1.min.js && git commit -m \"d3-time-format ${VERSION}\" && git push && cd - && zip -j build/d3-time-format.zip -- LICENSE README.md build/d3-time-format.js build/d3-time-format.min.js"
			},
			"dependencies": {
				"d3-time": "1"
			},
			"devDependencies": {
				"eslint": "2",
				"package-preamble": "0.0",
				"rollup": "0.31",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "8d4ea1bd4ca5872deb36c07bf712b4bd56e7b2f3",
			"bugs": {
				"url": "https://github.com/d3/d3-time-format/issues"
			},
			"_id": "d3-time-format@1.0.0",
			"_shasum": "0f614e243a2f9010132840f2ea435c27c91a7254",
			"_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": "0f614e243a2f9010132840f2ea435c27c91a7254",
				"tarball": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-1.0.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/d3-time-format-1.0.0.tgz_1465945027776_0.5726865632459521"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.0": {
			"name": "d3-time-format",
			"version": "1.1.0",
			"description": "A JavaScript time formatter and parser inspired by strftime and strptime.",
			"keywords": [
				"d3",
				"d3-module",
				"time",
				"format",
				"strftime",
				"strptime"
			],
			"homepage": "https://d3js.org/d3-time-format/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-time-format.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time-format.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -g d3-time:d3 -n d3 -o build/d3-time-format.js -- index.js",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint index.js src",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-time-format.js -c -m -o build/d3-time-format.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-time-format.js ../d3.github.com/d3-time-format.v1.js && cp build/d3-time-format.min.js ../d3.github.com/d3-time-format.v1.min.js && cd ../d3.github.com && git add d3-time-format.v1.js d3-time-format.v1.min.js && git commit -m \"d3-time-format ${VERSION}\" && git push && cd - && zip -j build/d3-time-format.zip -- LICENSE README.md build/d3-time-format.js build/d3-time-format.min.js"
			},
			"dependencies": {
				"d3-time": "1"
			},
			"devDependencies": {
				"d3-queue": "3",
				"eslint": "2",
				"package-preamble": "0.0",
				"rollup": "0.31",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "ea139b519c876bd5308718f59b97da90136de7a5",
			"bugs": {
				"url": "https://github.com/d3/d3-time-format/issues"
			},
			"_id": "d3-time-format@1.1.0",
			"_shasum": "b7698b7eee4e45dc55d61e8faf49fdd59fe7bc88",
			"_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": "b7698b7eee4e45dc55d61e8faf49fdd59fe7bc88",
				"tarball": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-1.1.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/d3-time-format-1.1.0.tgz_1466635844194_0.8234131697099656"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.0": {
			"name": "d3-time-format",
			"version": "2.0.0",
			"description": "A JavaScript time formatter and parser inspired by strftime and strptime.",
			"keywords": [
				"d3",
				"d3-module",
				"time",
				"format",
				"strftime",
				"strptime"
			],
			"homepage": "https://d3js.org/d3-time-format/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-time-format.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time-format.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -g d3-time:d3 -n d3 -o build/d3-time-format.js -- index.js",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint index.js src",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-time-format.js -c -m -o build/d3-time-format.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-time-format.js ../d3.github.com/d3-time-format.v2.js && cp build/d3-time-format.min.js ../d3.github.com/d3-time-format.v2.min.js && cd ../d3.github.com && git add d3-time-format.v2.js d3-time-format.v2.min.js && git commit -m \"d3-time-format ${VERSION}\" && git push && cd - && zip -j build/d3-time-format.zip -- LICENSE README.md build/d3-time-format.js build/d3-time-format.min.js"
			},
			"dependencies": {
				"d3-time": "1"
			},
			"devDependencies": {
				"d3-queue": "3",
				"eslint": "2",
				"package-preamble": "0.0",
				"rollup": "0.33",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "ee70451b81e606adb202b30a1850a76ddc53c44a",
			"bugs": {
				"url": "https://github.com/d3/d3-time-format/issues"
			},
			"_id": "d3-time-format@2.0.0",
			"_shasum": "2952f5dfc42afeae1d43cbf097e7758e9bbca87e",
			"_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": "2952f5dfc42afeae1d43cbf097e7758e9bbca87e",
				"tarball": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.0.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/d3-time-format-2.0.0.tgz_1466790556913_0.0650808468926698"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.1": {
			"name": "d3-time-format",
			"version": "2.0.1",
			"description": "A JavaScript time formatter and parser inspired by strftime and strptime.",
			"keywords": [
				"d3",
				"d3-module",
				"time",
				"format",
				"strftime",
				"strptime"
			],
			"homepage": "https://d3js.org/d3-time-format/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-time-format.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time-format.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -g d3-time:d3 -n d3 -o build/d3-time-format.js -- index.js",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint index.js src",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-time-format.js -c -m -o build/d3-time-format.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-format/build/d3-time-format.js d3-time-format.v2.js && cp ../d3-time-format/build/d3-time-format.min.js d3-time-format.v2.min.js && git add d3-time-format.v2.js d3-time-format.v2.min.js && git commit -m \"d3-time-format ${VERSION}\" && git push && cd - && zip -j build/d3-time-format.zip -- LICENSE README.md build/d3-time-format.js build/d3-time-format.min.js"
			},
			"dependencies": {
				"d3-time": "1"
			},
			"devDependencies": {
				"d3-queue": "3",
				"eslint": "2",
				"package-preamble": "0.0",
				"rollup": "0.34",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "606eb8b699cb62e37d2e5a3601e7b6b91b5188d3",
			"bugs": {
				"url": "https://github.com/d3/d3-time-format/issues"
			},
			"_id": "d3-time-format@2.0.1",
			"_shasum": "f62780d2995b0a0a6d8d81276c96c30f66221e36",
			"_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": "f62780d2995b0a0a6d8d81276c96c30f66221e36",
				"tarball": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.0.1.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/d3-time-format-2.0.1.tgz_1469832967092_0.03287838748656213"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.2": {
			"name": "d3-time-format",
			"version": "2.0.2",
			"description": "A JavaScript time formatter and parser inspired by strftime and strptime.",
			"keywords": [
				"d3",
				"d3-module",
				"time",
				"format",
				"strftime",
				"strptime"
			],
			"homepage": "https://d3js.org/d3-time-format/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-time-format.js",
			"module": "index",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time-format.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -g d3-time:d3 -n d3 -o build/d3-time-format.js -- index.js",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint index.js src",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-time-format.js -c -m -o build/d3-time-format.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-format/build/d3-time-format.js d3-time-format.v2.js && cp ../d3-time-format/build/d3-time-format.min.js d3-time-format.v2.min.js && git add d3-time-format.v2.js d3-time-format.v2.min.js && git commit -m \"d3-time-format ${VERSION}\" && git push && cd - && zip -j build/d3-time-format.zip -- LICENSE README.md build/d3-time-format.js build/d3-time-format.min.js"
			},
			"dependencies": {
				"d3-time": "1"
			},
			"devDependencies": {
				"d3-queue": "3",
				"eslint": "2",
				"package-preamble": "0.0",
				"rollup": "0.34",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "195b3eaa74a71a6f4319ccd527bab3b58fb014e7",
			"bugs": {
				"url": "https://github.com/d3/d3-time-format/issues"
			},
			"_id": "d3-time-format@2.0.2",
			"_shasum": "1c537e9d4558966a658c51f4ca3dd1b47369c2d5",
			"_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": "1c537e9d4558966a658c51f4ca3dd1b47369c2d5",
				"tarball": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.0.2.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/d3-time-format-2.0.2.tgz_1470173318851_0.5719468949828297"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.3": {
			"name": "d3-time-format",
			"version": "2.0.3",
			"description": "A JavaScript time formatter and parser inspired by strftime and strptime.",
			"keywords": [
				"d3",
				"d3-module",
				"time",
				"format",
				"strftime",
				"strptime"
			],
			"homepage": "https://d3js.org/d3-time-format/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-time-format.js",
			"module": "index",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time-format.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -g d3-time:d3 -n d3 -o build/d3-time-format.js -- index.js",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint index.js src",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-time-format.js -c -m -o build/d3-time-format.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-format/build/d3-time-format.js d3-time-format.v2.js && cp ../d3-time-format/build/d3-time-format.min.js d3-time-format.v2.min.js && git add d3-time-format.v2.js d3-time-format.v2.min.js && git commit -m \"d3-time-format ${VERSION}\" && git push && cd - && zip -j build/d3-time-format.zip -- LICENSE README.md build/d3-time-format.js build/d3-time-format.min.js"
			},
			"dependencies": {
				"d3-time": "1"
			},
			"devDependencies": {
				"d3-queue": "3",
				"eslint": "3",
				"package-preamble": "0.0",
				"rollup": "0.36",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "42cf66a361bc0696c5844704a72596662471031d",
			"bugs": {
				"url": "https://github.com/d3/d3-time-format/issues"
			},
			"_id": "d3-time-format@2.0.3",
			"_shasum": "3241569b74ddc9c42e0689c0e8a903579fd6280a",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"dist": {
				"shasum": "3241569b74ddc9c42e0689c0e8a903579fd6280a",
				"tarball": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.0.3.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/d3-time-format-2.0.3.tgz_1479862688161_0.33933409466408193"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.4": {
			"name": "d3-time-format",
			"version": "2.0.4",
			"description": "A JavaScript time formatter and parser inspired by strftime and strptime.",
			"keywords": [
				"d3",
				"d3-module",
				"time",
				"format",
				"strftime",
				"strptime"
			],
			"homepage": "https://d3js.org/d3-time-format/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-time-format.js",
			"module": "index",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time-format.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -g d3-time:d3 -n d3 -o build/d3-time-format.js -- index.js",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint index.js src",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-time-format.js -c -m -o build/d3-time-format.min.js",
				"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-time-format/build/d3-time-format.js d3-time-format.v2.js && cp ../d3-time-format/build/d3-time-format.min.js d3-time-format.v2.min.js && git add d3-time-format.v2.js d3-time-format.v2.min.js && git commit -m \"d3-time-format ${npm_package_version}\" && git push && cd - && zip -j build/d3-time-format.zip -- LICENSE README.md build/d3-time-format.js build/d3-time-format.min.js"
			},
			"dependencies": {
				"d3-time": "1"
			},
			"devDependencies": {
				"d3-queue": "3",
				"eslint": "3",
				"package-preamble": "0.0",
				"rollup": "0.41",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "9c3d93fa57af34d20f52bb8063b3bffa80507572",
			"bugs": {
				"url": "https://github.com/d3/d3-time-format/issues"
			},
			"_id": "d3-time-format@2.0.4",
			"_shasum": "db0ab6910b3f2fc729a2ddfd2ac1b750962e1f72",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "7.3.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"shasum": "db0ab6910b3f2fc729a2ddfd2ac1b750962e1f72",
				"tarball": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.0.4.tgz"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/d3-time-format-2.0.4.tgz_1488301754455_0.3108066371642053"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.5": {
			"name": "d3-time-format",
			"version": "2.0.5",
			"description": "A JavaScript time formatter and parser inspired by strftime and strptime.",
			"keywords": [
				"d3",
				"d3-module",
				"time",
				"format",
				"strftime",
				"strptime"
			],
			"homepage": "https://d3js.org/d3-time-format/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-time-format.js",
			"module": "index",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time-format.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -g d3-time:d3 -n d3 -o build/d3-time-format.js -- index.js",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint index.js src",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-time-format.js -c -m -o build/d3-time-format.min.js",
				"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-time-format/build/d3-time-format.js d3-time-format.v2.js && cp ../d3-time-format/build/d3-time-format.min.js d3-time-format.v2.min.js && git add d3-time-format.v2.js d3-time-format.v2.min.js && git commit -m \"d3-time-format ${npm_package_version}\" && git push && cd - && zip -j build/d3-time-format.zip -- LICENSE README.md build/d3-time-format.js build/d3-time-format.min.js"
			},
			"dependencies": {
				"d3-time": "1"
			},
			"devDependencies": {
				"d3-queue": "3",
				"eslint": "3",
				"package-preamble": "0.0",
				"rollup": "0.41",
				"tape": "4",
				"uglify-js": "^2.8.11"
			},
			"gitHead": "13b91bef3f7474921c9970c5dc0faff3e8bccde7",
			"bugs": {
				"url": "https://github.com/d3/d3-time-format/issues"
			},
			"_id": "d3-time-format@2.0.5",
			"_shasum": "9d7780204f7c9119c9170b1a56db4de9a8af972e",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "7.3.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"shasum": "9d7780204f7c9119c9170b1a56db4de9a8af972e",
				"tarball": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.0.5.tgz"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/d3-time-format-2.0.5.tgz_1489167886304_0.8079724693670869"
			},
			"directories": {},
			"contributors": []
		},
		"2.1.0": {
			"name": "d3-time-format",
			"version": "2.1.0",
			"description": "A JavaScript time formatter and parser inspired by strftime and strptime.",
			"keywords": [
				"d3",
				"d3-module",
				"time",
				"format",
				"strftime",
				"strptime"
			],
			"homepage": "https://d3js.org/d3-time-format/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-time-format.js",
			"module": "index",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time-format.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup -c --banner \"$(preamble)\"",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint index.js src",
				"prepublishOnly": "npm run test && uglifyjs -b beautify=false,preamble=\"'$(preamble)'\" build/d3-time-format.js -c -m -o build/d3-time-format.min.js",
				"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-time-format/build/d3-time-format.js d3-time-format.v2.js && cp ../d3-time-format/build/d3-time-format.min.js d3-time-format.v2.min.js && git add d3-time-format.v2.js d3-time-format.v2.min.js && git commit -m \"d3-time-format ${npm_package_version}\" && git push && cd - && zip -j build/d3-time-format.zip -- LICENSE README.md build/d3-time-format.js build/d3-time-format.min.js"
			},
			"dependencies": {
				"d3-time": "1"
			},
			"devDependencies": {
				"d3-queue": "3",
				"eslint": "4",
				"package-preamble": "0.1",
				"rollup": "0.50",
				"tape": "4",
				"uglify-js": "3"
			},
			"gitHead": "ed3b4116ee0534b193fc727b7fa7f528f4cf8b03",
			"bugs": {
				"url": "https://github.com/d3/d3-time-format/issues"
			},
			"_id": "d3-time-format@2.1.0",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "8.6.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"integrity": "sha512-mqTsfDTylgwE3YE/VNs9oB2OGX274fO0B5j1irbgLQI+X3FPoJg25pesNxrcdZ2nBeRx/6sHDJlDyMIjWL0BGQ==",
				"shasum": "a1d9540a1dc498817d44066b121b19a4a83e3531",
				"tarball": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/d3-time-format-2.1.0.tgz_1507569597907_0.4754751289729029"
			},
			"directories": {},
			"contributors": []
		},
		"2.1.1": {
			"name": "d3-time-format",
			"version": "2.1.1",
			"description": "A JavaScript time formatter and parser inspired by strftime and strptime.",
			"keywords": [
				"d3",
				"d3-module",
				"time",
				"format",
				"strftime",
				"strptime"
			],
			"homepage": "https://d3js.org/d3-time-format/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-time-format.js",
			"module": "index",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time-format.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup -c --banner \"$(preamble)\"",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint index.js src",
				"prepublishOnly": "npm run test && uglifyjs -b beautify=false,preamble=\"'$(preamble)'\" build/d3-time-format.js -c -m -o build/d3-time-format.min.js",
				"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-time-format/build/d3-time-format.js d3-time-format.v2.js && cp ../d3-time-format/build/d3-time-format.min.js d3-time-format.v2.min.js && git add d3-time-format.v2.js d3-time-format.v2.min.js && git commit -m \"d3-time-format ${npm_package_version}\" && git push && cd - && zip -j build/d3-time-format.zip -- LICENSE README.md build/d3-time-format.js build/d3-time-format.min.js"
			},
			"dependencies": {
				"d3-time": "1"
			},
			"devDependencies": {
				"d3-queue": "3",
				"eslint": "4",
				"package-preamble": "0.1",
				"rollup": "0.50",
				"tape": "4",
				"uglify-js": "3"
			},
			"gitHead": "00867e46da2918e3b909c108dca3a39088c9277e",
			"bugs": {
				"url": "https://github.com/d3/d3-time-format/issues"
			},
			"_id": "d3-time-format@2.1.1",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"integrity": "sha512-8kAkymq2WMfzW7e+s/IUNAtN/y3gZXGRrdGfo6R8NKPAA85UBTxZg5E61bR6nLwjPjj4d3zywSQe1CkYLPFyrw==",
				"shasum": "85b7cdfbc9ffca187f14d3c456ffda268081bb31",
				"tarball": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.1.1.tgz"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/d3-time-format-2.1.1.tgz_1511300942030_0.4683892822358757"
			},
			"directories": {},
			"contributors": []
		},
		"2.1.2": {
			"name": "d3-time-format",
			"version": "2.1.2",
			"description": "A JavaScript time formatter and parser inspired by strftime and strptime.",
			"keywords": [
				"d3",
				"d3-module",
				"time",
				"format",
				"strftime",
				"strptime"
			],
			"homepage": "https://d3js.org/d3-time-format/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "dist/d3-time-format.min.js",
			"module": "index",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time-format.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}.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"
			},
			"dependencies": {
				"d3-time": "1"
			},
			"devDependencies": {
				"d3-queue": "3",
				"eslint": "5",
				"rollup": "0.64",
				"rollup-plugin-terser": "1",
				"tape": "4"
			},
			"gitHead": "de131ec755a110fd2ee678f037fe2c19b14668ea",
			"bugs": {
				"url": "https://github.com/d3/d3-time-format/issues"
			},
			"_id": "d3-time-format@2.1.2",
			"_npmVersion": "6.2.0",
			"_nodeVersion": "10.8.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"integrity": "sha512-kbith+2wNb9lS6D4yKoSn+P6AeBG9+DkO07rhd2RvPkxBWwU8VVyMZ6Fn0/5vOd74Gh03V7AU5AXXQHF4PvwgA==",
				"shasum": "ea3ea4ce51000cdd044af32245d4e9bb3f746be1",
				"tarball": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.1.2.tgz",
				"fileCount": 42,
				"unpackedSize": 112155,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbgF4RCRA9TVsSAnZWagAAqh0QAJU0dJVha6Uv9rDs6nBf\nM/a5SD1br2dx6j/cCP3DQMGx1kGDlxefLVf3WYFr4lYMUABo7kFVTpIs9l1/\nvbInSDfju6zbPaAf1MW1SRwHrtBqgj+4igOwoqYEJssGOfc77lj1nCOr8RJd\noHHPaS5z3KbksL9zexD1dHabHSZUlZb8gTkwx1ghVUo37F8OWWR06CLmkrQ2\ncm4fwSB+EdSDL9FdBuXWRnLog8jKkeMl5LH/90CMeSr4s9tNr9ZAw/lmtWCm\na0icxorVcKvhBRv4gvEGH7otdXFijdFwmt6pp+FDmODapkOjNiBM6v1x4DJ1\nc/Y9PHiSUbFQEvIYtVSZLr+RJxib6LK6Eq4EnaYc2qcIQqs91FuKfXw/LJwB\no/Dh/BmoJNXJzTx0c03A33YhTBeKSXp29h+GLpzTyULCsO1qkxkQ8rrY7RSO\nDuFizuyrXflsf71RYlc07LQMzFt95ow8gWqh4sTzt5LPmGvzEgkjfh2iGgO3\nHdDW/KO9hFzAkagebNl7ymsRaWMakFooemqEukRQP1hPYU89AfK6aWVGvk72\nGVgSSvu4sff4NgO3T1EsalIHqJJr/IllIiR6LrtnfneHUErnSLbuLqsosC/3\nK68AF+Iv7EkYc2xvKlBMJ1wkKwUZyDtTWFSzlStlz98MG9SGvuobOKrFbp6p\nEkuU\r\n=xdNT\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-format_2.1.2_1535139345292_0.49708844591043966"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.1.3": {
			"name": "d3-time-format",
			"version": "2.1.3",
			"description": "A JavaScript time formatter and parser inspired by strftime and strptime.",
			"keywords": [
				"d3",
				"d3-module",
				"time",
				"format",
				"strftime",
				"strptime"
			],
			"homepage": "https://d3js.org/d3-time-format/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "dist/d3-time-format.js",
			"unpkg": "dist/d3-time-format.min.js",
			"jsdelivr": "dist/d3-time-format.min.js",
			"module": "src/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time-format.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"
			},
			"dependencies": {
				"d3-time": "1"
			},
			"devDependencies": {
				"d3-queue": "3",
				"eslint": "5",
				"rollup": "0.64",
				"rollup-plugin-terser": "1",
				"tape": "4"
			},
			"gitHead": "da8ef470f3da813958b33cb97a93f7267dfc0857",
			"bugs": {
				"url": "https://github.com/d3/d3-time-format/issues"
			},
			"_id": "d3-time-format@2.1.3",
			"_npmVersion": "6.2.0",
			"_nodeVersion": "10.8.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"integrity": "sha512-6k0a2rZryzGm5Ihx+aFMuO1GgelgIz+7HhB4PH4OEndD5q2zGn1mDfRdNrulspOfR6JXkb2sThhDK41CSK85QA==",
				"shasum": "ae06f8e0126a9d60d6364eac5b1533ae1bac826b",
				"tarball": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.1.3.tgz",
				"fileCount": 42,
				"unpackedSize": 112260,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbgHMDCRA9TVsSAnZWagAASJIP/RzlAokpeV04rXx4jwFx\no6143VvSojsdCuXYDNuJfx2H6SN9QZ0/KPSDMrsAFTj+TgTtqLC9zF+EPOPW\nQoNL9oKlsoX53JSqUQdfd1C17i2BhGmmmROqzg91C87+Cr3R9EeB354Yq2Ud\nspn8SK+B5VPXpLNzND1ZTp1JEKsEy6kn0rGYvOdyBbOJZFjBOQ93jUqeRrsY\nyhrna+pMrTz9tiV/DsWqnVyMguRM6OKwGnoV7fQgRuzh69MixykPlrJjTwyK\nw1nyiITPro9HXiFG1ohOkYNWSGFoR0+b/K5f73iVI1WZhhufiuiGpmNj19fd\nBJ3GsD9jUbIPhT2XYsi15gI+bO36LKy06zUtrd5oe1C9UR3tcZp6vwXudNjY\ndlLcADomr43IpYqbYgIBCwYyujo4OY3cmop9IfcwlwVQcAbvGsk9TZW3N2ku\nqEsO9lm9yZ9MumzO6l5rWdBMnH37TEt90H1EA2+jiPjLw7wvtQb4o0flOnN/\nMyVyQaViw3FYv+scYdg584Yb9wF7RPsCuTLUd+gF8IGFdIqbSydi/BVfkbCs\njeA0RqybNrWJtp1yClaY99dU0Cf2kFzNaoDpzMWfiEOXpENH6vv4fudsXupV\n36ZOhSdsbNV38OML7ie1NAV5XHDvQ2n4hG68eFwuoZtnAj3WWnXpo5YVejn/\njv2V\r\n=iLFd\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-format_2.1.3_1535144706485_0.13661355798965502"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.2.0": {
			"name": "d3-time-format",
			"version": "2.2.0",
			"description": "A JavaScript time formatter and parser inspired by strftime and strptime.",
			"keywords": [
				"d3",
				"d3-module",
				"time",
				"format",
				"strftime",
				"strptime"
			],
			"homepage": "https://d3js.org/d3-time-format/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "dist/d3-time-format.js",
			"unpkg": "dist/d3-time-format.min.js",
			"jsdelivr": "dist/d3-time-format.min.js",
			"module": "src/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time-format.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"
			},
			"dependencies": {
				"d3-time": "1"
			},
			"sideEffects": false,
			"devDependencies": {
				"d3-queue": "3",
				"eslint": "6",
				"rollup": "1",
				"rollup-plugin-terser": "5",
				"tape": "4"
			},
			"gitHead": "ec7dec66d8d79b2a5573ea465dd6868e56723574",
			"bugs": {
				"url": "https://github.com/d3/d3-time-format/issues"
			},
			"_id": "d3-time-format@2.2.0",
			"_nodeVersion": "10.16.2",
			"_npmVersion": "6.10.3",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"dist": {
				"integrity": "sha512-r71yLrAzBE2ZUDs0rzgfRYexJRKXvZXEGjfRZ64yzAjCgL5t24uwzz+ZyZgLHePgZVsf3j6eqvdNM2UUKDbwLQ==",
				"shasum": "916dc168828460f39f20029f29dfe19594d2f513",
				"tarball": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.2.0.tgz",
				"fileCount": 10,
				"unpackedSize": 64849,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdr9m+CRA9TVsSAnZWagAAS9kP/AxENee2/nklKI946BmB\nrTgadPMNq0o+Y9H4SvNPUqFHSbzW9xLh03uHeka/D6/1QskbbIM2h1k8z7uB\nSHv5Zx1G6l8jXiiWCkf89AU/ftzXiAzvhvWjnozsC1mXU2Z3yDFgW9oRFaD1\nYl7L80QSwoVdqVd9yjFgq1AfLGAVj4QDSM5XMIKrUzq62fgrx7J9y6JnzsFY\nDahYNL24bcp1WDbZFfXKzi6tXp4Jtk/CihD5WdpuP6Ylf808v04z4iXc4Pl5\nPDSoYGv8If4RZxZTPMEYJ2wS8AGhUAvgouaEoEoN4cUTc8mL9Yeso+/Oixk+\n+3CChYJkOx6fKBDvOhejvzgnRB/fcog1MY1nfPIWk3TtnuDBdMdjuG1LQMxw\nhWCpQ6wr6tOV7asqbdk46vbJO4d3Ft+AyEs25K4nMw/OM2COZMvl+Nfb/Ghh\n1bm5EWuXVkkdJ1M/5nX4B7kR7CnW1MmmisUIOaniANbG+wOh90sYM/onQTws\nAECaoPFDiSZua3VLeWswMpNMlif2ZvVNUFVz3oiputbxAVsX211FWoN9Kd2u\nrA1ofL+MTFQfYyyL/b5UdP3wDh+9rfJ/8GGU2dIRCyVpOhxIY7J6YFr8KadL\nhAfRkkIysAaoJ9LTBod3Qw7iz27cMeyA5Dg94KlmFnzVuuw9RaXohqIK1G0z\nD8aO\r\n=3kcQ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/d3-time-format_2.2.0_1571805629562_0.6126637237461221"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.2.1": {
			"name": "d3-time-format",
			"version": "2.2.1",
			"description": "A JavaScript time formatter and parser inspired by strftime and strptime.",
			"keywords": [
				"d3",
				"d3-module",
				"time",
				"format",
				"strftime",
				"strptime"
			],
			"homepage": "https://d3js.org/d3-time-format/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "dist/d3-time-format.js",
			"unpkg": "dist/d3-time-format.min.js",
			"jsdelivr": "dist/d3-time-format.min.js",
			"module": "src/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time-format.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"
			},
			"dependencies": {
				"d3-time": "1"
			},
			"sideEffects": false,
			"devDependencies": {
				"d3-queue": "3",
				"eslint": "6",
				"rollup": "1",
				"rollup-plugin-terser": "5",
				"tape": "4"
			},
			"gitHead": "fa4c7fb3dc751b42ca957be52fa33a29d5b270ce",
			"bugs": {
				"url": "https://github.com/d3/d3-time-format/issues"
			},
			"_id": "d3-time-format@2.2.1",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-VA6WqORO1+H1SvSzgl2oT0z3niANh3opa8Cencpen1LFthw/bEX71R/DgjPlWw78J4UHmD0jCPP1W0HpwMkhjg==",
				"shasum": "971f66aae3b8fb268040494986f41512d4d4dca6",
				"tarball": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.2.1.tgz",
				"fileCount": 39,
				"unpackedSize": 80694,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdsIxRCRA9TVsSAnZWagAAflIP/2enBZRHSnqSebvCHQfM\nv3Acr2Q3+tettpaNoS6aiDSkrLtWuDA6imYPcJSGupiXhwYuqRC86yk3P/ye\npC+Ps4dysgqqHy41TAwjvHY0IIwwHaR+XTXvS4Rir2ThxlJwB3AXN4g+YDOD\nkqfzIvC/wGWn3asWZmKUoLGnI+jJWDt7L7N3h3T4gFuLXGgmXi/57Pd8xA6Z\nVG9Ns0D7P5/TXwV/7/szNJpDNEkUjpBw1WcR/6DHzYNaGTuLU7KIVGR79s2d\nGJ+LeL4YBy8JrL20SSzsBNY/hQmehAMXV2KUGEb6VguxfuYeYoeTXjZ9gzwf\nMPyuMTLm5lvgeYM2NtXzrZNk5lOQwdCFMKkLRIXNYjyStazYFMJlhKjUK86d\nGYuorsUbbpFTgYoNSxY54ZA38bm1SXaqe1SHgsFCRKnwTwaeIYnTyK/cIMUt\na3Lkwlcx3cQZw1iGnZLj4mX6ZwXNbL+sdJmtvlPDoqYW0cT16A7nrSqvzNNC\nhn01lR9EZR5EtWAQbjpAdY59Myq6cCGz9KDdWjgYpKYUbNcD8UqwKEf3CeKq\nDwGZC1E0Dz591+SJN0L3Wu9eLwEC2GGa8lK2loyRYuqX0te4pFkPlXtij3zm\nqVvEowOATj8q1pE968Xb01szy3N1CaQHubUqgRXaTGyHeXV9wUWiEAQiqu45\nluMi\r\n=NAFI\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-format_2.2.1_1571851345078_0.4965406130740766"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.2.2": {
			"name": "d3-time-format",
			"version": "2.2.2",
			"description": "A JavaScript time formatter and parser inspired by strftime and strptime.",
			"keywords": [
				"d3",
				"d3-module",
				"time",
				"format",
				"strftime",
				"strptime"
			],
			"homepage": "https://d3js.org/d3-time-format/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "dist/d3-time-format.js",
			"unpkg": "dist/d3-time-format.min.js",
			"jsdelivr": "dist/d3-time-format.min.js",
			"module": "src/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time-format.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"
			},
			"dependencies": {
				"d3-time": "1"
			},
			"sideEffects": false,
			"devDependencies": {
				"d3-queue": "3",
				"eslint": "6",
				"rollup": "1",
				"rollup-plugin-terser": "5",
				"tape": "4"
			},
			"gitHead": "8fb683de4fe215bbeef52b145f6842fc809e0d25",
			"bugs": {
				"url": "https://github.com/d3/d3-time-format/issues"
			},
			"_id": "d3-time-format@2.2.2",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-pweL2Ri2wqMY+wlW/wpkl8T3CUzKAha8S9nmiQlMABab8r5MJN0PD1V4YyRNVaKQfeh4Z0+VO70TLw6ESVOYzw==",
				"shasum": "187597ffc6a0f37cb36bb7a1d7167cdc887ecda0",
				"tarball": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.2.2.tgz",
				"fileCount": 39,
				"unpackedSize": 80694,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd0E0PCRA9TVsSAnZWagAAviMP/RlUzoHU2elR8ik1nUTH\nXt5kPnfEzC2DkKnG2nlpeejgjBRV2Dn7obC24KQyXxUQSRSqBibH0s/HEijz\n23ErY1tmNFnuJgmEJcmK0LDPb8WXN4x8ws4xlD+QhNwhSaDPuQblKU6HmGXn\nSDWeIPKb7SnaVrOuW4DFF8i6uEjSxz7OkxlszyidNcvos6EZtnc12KVb9Hqk\nS+xRaja6yLsDVLfQ/Chrwn9iSy9VDuLwtJL7tSjjcX6uWOwd7JLR1F0on3D0\ntRbepD4thbQGPtd2TgwWlzEUfMJyNUM+D746biHHH2XTVqBiem1kRvInya6m\n/ntihCaSrNG+gEJ7enpLlbgv7Hq0g/pShHUxIYoOTsPmxXamQSMEvmFRTSJJ\nJgsAzKHNcBV+bQ7O8YhKN7LGSdl4idBKGcHb5DSE9IT0OigT+zxE21sK59mA\n/HOjoydfkoUzU5vIGJqZajwDy9oPzzY7lr7VzxEdJDg2COvlKBJo0er5iAxb\nk/ls15t6SsUjhWOwVhnbmG3MKN1YwUWN/bxqS1OlcQ3eRrt17y+KbvqfuStU\nraecCC1trzDR+8ZwQ7OucQRBM+ibKRlvRXtX2peH+tYDLhtL09WDb5dTVKcu\nkQZ/S7lvA+jeiEV/eFYF1qs4Yk0JI8SZVQgVNoXGU9AlX355e3rU/2fLw+HQ\nbmFK\r\n=1p78\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-format_2.2.2_1573932302503_0.9604215661294553"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.2.3": {
			"name": "d3-time-format",
			"version": "2.2.3",
			"description": "A JavaScript time formatter and parser inspired by strftime and strptime.",
			"keywords": [
				"d3",
				"d3-module",
				"time",
				"format",
				"strftime",
				"strptime"
			],
			"homepage": "https://d3js.org/d3-time-format/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "dist/d3-time-format.js",
			"unpkg": "dist/d3-time-format.min.js",
			"jsdelivr": "dist/d3-time-format.min.js",
			"module": "src/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-time-format.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"
			},
			"dependencies": {
				"d3-time": "1"
			},
			"sideEffects": [
				"./src/defaultLocale.js"
			],
			"devDependencies": {
				"d3-queue": "3",
				"eslint": "6",
				"rollup": "1",
				"rollup-plugin-terser": "5",
				"tape": "4"
			},
			"gitHead": "e3bb9e4a3d7ac6f82fa0bd79f9524776fc85b040",
			"bugs": {
				"url": "https://github.com/d3/d3-time-format/issues"
			},
			"_id": "d3-time-format@2.2.3",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-RAHNnD8+XvC4Zc4d2A56Uw0yJoM7bsvOlJR33bclxq399Rak/b9bhvu/InjxdWhPtkgU53JJcleJTGkNRnN6IA==",
				"shasum": "0c9a12ee28342b2037e5ea1cf0b9eb4dd75f29cb",
				"tarball": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.2.3.tgz",
				"fileCount": 41,
				"unpackedSize": 82012,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeCNkpCRA9TVsSAnZWagAAQ3MP/jBroXQPG097kx/3Y7e2\nBUcPDwOXGwUb6yLGKI2amPGumtMheqCHw18murp4Y/QVSZqVX7DuZ/iOQIZw\np0vOLydy03Ff/eocXkX1fCAHJoEBAJWNCNH+Qm4rKHVVUX+PD0bMDC3vzqI5\nnKoqPLpsikIMj4aR9qxVcwRKDAk58dSGuUYafaNt4GUU/zBTr9qC/fZibgqb\nyEjQm1KGPzAp5ngZoImE0Db03Gn8+fMgbISCcZNrzj90PwChEn11e2s4BCo4\nd55ESybf/bcvg4t5xUGPNNcirnL3cCtlMno5IXkmt1/Wrd3co1JBNUxBsMdT\ntEhDHByOqnz0gslV2fxCk2mwR3XDO9QCaYksv189mYhP7272EFas17Ul3Iv9\nA/iFRJfugKdx3pnM2vJ7oYvKYz1l/cJskwSDU5Y0dd1FhpUu+JYlU12mt1yV\njmf/7Ul/jFb69UK6L9G2qZMZd2QOiMJLuuwx7SHc7MkDUXhbJxEbZ2IPeWJj\n2YzsB7kk5ExjQ1UTSYtz/I6dhH4neo6Sy+xhX1/kWUbSuAf47q+4Bp2abs11\n6lKhiL7Y4Aels5x+lHv0zROimYKtFjOXO5Q8/QpHXG7XkG/Isc0gd2CzjTTB\nHtfolUkUAIbyZZ84z9zbILL4i20aPjZ/3elFSgszbk5uOVtWz1+Yrb5YpULb\n2FYJ\r\n=LIiI\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-format_2.2.3_1577638185395_0.7719280050639852"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.0-rc.1": {
			"name": "d3-time-format",
			"version": "3.0.0-rc.1",
			"publishConfig": {
				"tag": "next"
			},
			"description": "A JavaScript time formatter and parser inspired by strftime and strptime.",
			"keywords": [
				"d3",
				"d3-module",
				"time",
				"format",
				"strftime",
				"strptime"
			],
			"homepage": "https://d3js.org/d3-time-format/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "dist/d3-time-format.js",
			"unpkg": "dist/d3-time-format.min.js",
			"jsdelivr": "dist/d3-time-format.min.js",
			"module": "src/index.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/d3/d3-time-format.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"
			},
			"dependencies": {
				"d3-time": ">=2.0.0-rc.1"
			},
			"sideEffects": [
				"./src/defaultLocale.js"
			],
			"devDependencies": {
				"eslint": "6",
				"rollup": "1",
				"rollup-plugin-terser": "5",
				"tape": "4"
			},
			"readmeFilename": "README.md",
			"licenseText": "Copyright 2010-2017 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-format@3.0.0-rc.1",
			"dist": {
				"shasum": "1cdc64cbbef4a8864ac9d384afcc4d8e5c693bca",
				"integrity": "sha512-KFiMbuoR1A150vgVKrzDwHvyTackcGDr2NgleKf7YaTvLt9mEyRSYfxwRAoujUip5Jxai1vGUNK7jlw5CM2uFQ==",
				"tarball": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-3.0.0-rc.1.tgz",
				"fileCount": 45,
				"unpackedSize": 81906,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfHobXCRA9TVsSAnZWagAAc7MP/2RaJg8slMeo4ViLy6LI\nqwZLnwbs2nz8i3OxynVx3RXlHjqcG70xHiT4gflsfJ2zOEY9lPgRDdGHPoRg\n+qGVD4tc8aJwGesRFPo7AksARec3j1260EZFlNQ7wHQh8qVttLFwiH0a3mt/\nTwq/XpO56Q402tprdtoL1Y3MY4xL+JA9/T6vpfa8i3Ujl8M5eQWb4SDTCLj4\nuc4b5kEUzou1dVw2oJYup5/219eFaLhl1X5Xq0NoC8eVGb44xlheZQPEEd6/\n+hIp4Nxb0aubrp/Dj/B+xqf75N39dkdPVkhlRG/GWVUdD0RVO/2QqlOsrQ1p\n1GRoIrCd0nXajkqCzLhs6b+fD01KCqWdBp6P1uRXB9rlchRobYfUVsyl6YE8\n9DKBHABjdD+jQCe5Q8Rp7sxAesvWm/6NdQaCGS3InYgSr9imLm6EPyv0qN8l\nwi6vAYh9gJEZDsv0HmUKThQ1zIO9BU7J6DR6aAd/Z/kb0r18/z1h4ec/a7Ph\nfeWDXV41iy4pHhugrkw+8VrM4rN88ZP23OeTMKb3twkd1rNbUFFjwNR1WmJK\nkqkZ+Dt1nFJxIG184qk07W2L+eNA9jHsulvgJ1uvjhcUXFspcKqG+GW3Ayrv\n0ajVLI/QUSLO0WEEq8U6lvMkhOa85WYWVwuUL5/dqwjtp5eFqn8IqExZr2NH\nH7AD\r\n=uIi9\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-format_3.0.0-rc.1_1595836118830_0.03070439903732103"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.3.0": {
			"name": "d3-time-format",
			"version": "2.3.0",
			"description": "A JavaScript time formatter and parser inspired by strftime and strptime.",
			"keywords": [
				"d3",
				"d3-module",
				"time",
				"format",
				"strftime",
				"strptime"
			],
			"homepage": "https://d3js.org/d3-time-format/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "dist/d3-time-format.js",
			"unpkg": "dist/d3-time-format.min.js",
			"jsdelivr": "dist/d3-time-format.min.js",
			"module": "src/index.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/d3/d3-time-format.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"
			},
			"dependencies": {
				"d3-time": "1"
			},
			"sideEffects": [
				"./src/defaultLocale.js"
			],
			"devDependencies": {
				"d3-queue": "3",
				"eslint": "6",
				"rollup": "1",
				"rollup-plugin-terser": "5",
				"tape": "4"
			},
			"licenseText": "Copyright 2010-2017 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-format@2.3.0",
			"dist": {
				"shasum": "107bdc028667788a8924ba040faf1fbccd5a7850",
				"integrity": "sha512-guv6b2H37s2Uq/GefleCDtbe0XZAuy7Wa49VGkPVPMfLL9qObgBST3lEHJBMUp8S7NdLQAGIvr2KXk8Hc98iKQ==",
				"tarball": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.3.0.tgz",
				"fileCount": 45,
				"unpackedSize": 84274,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfQm+rCRA9TVsSAnZWagAAAe0P/2XIzPN18ja40mTG7K2A\n4kb4d/bXq3Yf0TtYlGanWnI6VlOAk6y2B0thpEIbEyIRXU/qyPkAYyr+XHN2\nRZgACyT/PLNLwuxu2pwhfDg4jD6Qh4P+j7nqxSbPaUnMhd94pgN8lk0ZeDbn\nM7z1tbsRqqelLeXeyZVquD5puh0OTAOQZq7dz74uNgnd7Z/Uv3jrdd7C9eJX\n3f4cdsD3WRe8gQe7pSSf9ir3JKymJG3Ahf92Y7E7jJTuXkMnVdPhxub1y+Ng\nMCkY6x4EypE5jLnscJSzpFgyn0/ZUdFclisFjyY9oUm0nTGdDpxSwKD4IpmD\n7VqJwb1dPBnUZ5LvJ3vt4r1EsjjzPGOUvJ3FsgTfxB+afR6vfcaI3OdelGjV\njYqDn0xeinmcMr8C/A50G2f+XL15dEuRMe4y875oOzERf5xGyclTtPQBiZzh\n72flwWA2e9NPzrSu8g4GgvYIa9vgk9+NvEEHrppMm4yEMkF58mPjGPZHaZX1\nNXtMffK6YDId0MU0IYt8icqW0iADpxXPnmzkzl/HWJUCEHm6N13FYbr7jnby\n+vAfAk5/8P2czrppXMovIO/p/g+gA9SOMn89syTduB9n/bIcJSJWVlb49ar2\n1V2xGmajDsfOeGxecShTj+8HeSvNzdfPR2f5YbmAPXJPgaMCs9aG4PSKD5DJ\n3Huf\r\n=vZwW\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-format_2.3.0_1598189482667_0.618444916285241"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.0": {
			"name": "d3-time-format",
			"version": "3.0.0",
			"description": "A JavaScript time formatter and parser inspired by strftime and strptime.",
			"keywords": [
				"d3",
				"d3-module",
				"time",
				"format",
				"strftime",
				"strptime"
			],
			"homepage": "https://d3js.org/d3-time-format/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "dist/d3-time-format.js",
			"unpkg": "dist/d3-time-format.min.js",
			"jsdelivr": "dist/d3-time-format.min.js",
			"module": "src/index.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/d3/d3-time-format.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"
			},
			"dependencies": {
				"d3-time": "1 - 2"
			},
			"sideEffects": [
				"./src/defaultLocale.js"
			],
			"devDependencies": {
				"eslint": "6",
				"rollup": "1",
				"rollup-plugin-terser": "5",
				"tape": "4"
			},
			"licenseText": "Copyright 2010-2017 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-format@3.0.0",
			"dist": {
				"shasum": "df8056c83659e01f20ac5da5fdeae7c08d5f1bb6",
				"integrity": "sha512-UXJh6EKsHBTjopVqZBhFysQcoXSv/5yLONZvkQ5Kk3qbwiUYkdX17Xa1PT6U1ZWXGGfB1ey5L8dKMlFq2DO0Ag==",
				"tarball": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-3.0.0.tgz",
				"fileCount": 45,
				"unpackedSize": 84163,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfQnKsCRA9TVsSAnZWagAAf1gP/R7valZ5oNnmlRe1aBfw\n5Z6ZZYQP5d7hK4PwNl/RbnvFDzQf6m/BNFlzuVQysL6KvvuQQzG8hZlIG8F8\n0c3Gn0AjlwbRyXlpwMseoAn1Ht/pqWMLsBoo3qtj6oEBLqAJMiJDyH93bKnz\nu8WL5GE6oFwGs2rEcDJpT8JgahJrKqLyjRgWGY2hKgavNdLB3sI7wU1IU71h\naSyaZ5tFFfiTagcgbliJn4EfXWq2IGLV3YrNtKA+13UN5j8FOYZ9WjlwqfC7\nlAxHD2rZYcJFi/ed4ip3IBpnxOqyNE7v49H4VXBciJMIA1zkvEF4ddDKiT9H\n4L1balA6qqmMX1MWvBTFCTr1jSkOXT7ZJzj6T1gVwfkaEdBH7wBwO/vf3jjW\nI66tjTFFP46jXVlatDux+SNU3H9wP/By8dT+HJy1VIjOMlNJXflUK78FE5rX\nInolcTfgPHOQaC/oiWORPQvbuCcU92eGM9zUlyUJIXklEJLrLRo2xe0y8jJb\nJC6PQrmMLhiR3JFz1zuyW8Q/f4oNe0bVa8rJ71p/Ch9Kc7Wtls5tJDE2XC1V\n8aRxnrVO3nHUv3f1uZPHNTbWGROv4kzJQHyTprhu2xOZdqQc20spbw/cGKwS\nU5OMBzXb4jd/IcbxlsELs7jOEKghxwjIalsyE2Y7TWl53S5IHVSfgC/cpJe0\nxteL\r\n=W8jJ\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-format_3.0.0_1598190252183_0.46604963622913087"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2020-08-23T13:44:15.828Z",
		"created": "2014-04-03T15:59:27.818Z",
		"0.0.0": "2014-04-03T15:59:27.818Z",
		"0.0.1": "2015-06-30T17:14:02.889Z",
		"0.0.2": "2015-07-01T17:49:20.418Z",
		"0.1.0": "2015-07-30T18:01:21.523Z",
		"0.1.1": "2015-09-12T02:10:05.025Z",
		"0.1.2": "2015-10-15T04:59:05.247Z",
		"0.1.3": "2015-10-18T03:32:25.863Z",
		"0.1.4": "2015-11-04T07:57:00.803Z",
		"0.1.5": "2015-11-11T19:30:20.152Z",
		"0.2.0": "2015-11-30T17:52:00.293Z",
		"0.2.1": "2015-12-18T22:35:14.448Z",
		"0.3.0": "2016-01-07T22:38:50.300Z",
		"0.3.1": "2016-01-29T18:39:19.633Z",
		"0.3.2": "2016-05-03T18:24:13.113Z",
		"0.4.0": "2016-06-08T00:51:59.481Z",
		"1.0.0": "2016-06-14T22:57:08.382Z",
		"1.1.0": "2016-06-22T22:50:44.684Z",
		"2.0.0": "2016-06-24T17:49:17.379Z",
		"2.0.1": "2016-07-29T22:56:11.380Z",
		"2.0.2": "2016-08-02T21:28:40.800Z",
		"2.0.3": "2016-11-23T00:58:08.630Z",
		"2.0.4": "2017-02-28T17:09:14.718Z",
		"2.0.5": "2017-03-10T17:44:48.251Z",
		"2.1.0": "2017-10-09T17:19:57.994Z",
		"2.1.1": "2017-11-21T21:49:02.144Z",
		"2.1.2": "2018-08-24T19:35:45.349Z",
		"2.1.3": "2018-08-24T21:05:06.593Z",
		"2.2.0": "2019-10-23T04:40:29.681Z",
		"2.2.1": "2019-10-23T17:22:25.265Z",
		"2.2.2": "2019-11-16T19:25:02.651Z",
		"2.2.3": "2019-12-29T16:49:45.530Z",
		"3.0.0-rc.1": "2020-07-27T07:48:39.059Z",
		"2.3.0": "2020-08-23T13:31:22.828Z",
		"3.0.0": "2020-08-23T13:44:12.435Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "3.0.0",
		"next": "3.0.0-rc.1"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"9d89a917b1edfdba5b898a309517fad3\"",
			"fetched": 1600679288801
		}
	},
	"_distfiles": {
		"d3-time-format-0.0.0.tgz": {
			"url": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-0.0.0.tgz",
			"sha": "989fa42bfa361c312c789af90dcefc192d44281d",
			"registry": "npmjs"
		},
		"d3-time-format-0.0.1.tgz": {
			"url": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-0.0.1.tgz",
			"sha": "5f054f20a78058c02a95045b9d34b07c85b543f6",
			"registry": "npmjs"
		},
		"d3-time-format-0.0.2.tgz": {
			"url": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-0.0.2.tgz",
			"sha": "31d5de0698f3ec2580a4ce6795c2ee0537a29243",
			"registry": "npmjs"
		},
		"d3-time-format-0.1.0.tgz": {
			"url": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-0.1.0.tgz",
			"sha": "7b1268ef68189c5d5fbf1a393ccff0d066d0b94e",
			"registry": "npmjs"
		},
		"d3-time-format-0.1.1.tgz": {
			"url": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-0.1.1.tgz",
			"sha": "153f709ce8b386def80810ca039383f4dc1de8c6",
			"registry": "npmjs"
		},
		"d3-time-format-0.1.2.tgz": {
			"url": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-0.1.2.tgz",
			"sha": "d5f73f4a06de207b45628b4e4a90a284bb2c67c3",
			"registry": "npmjs"
		},
		"d3-time-format-0.1.3.tgz": {
			"url": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-0.1.3.tgz",
			"sha": "2f3b8ed0a79aaf5472711bb2b01bed91c096daf3",
			"registry": "npmjs"
		},
		"d3-time-format-0.1.4.tgz": {
			"url": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-0.1.4.tgz",
			"sha": "ca094793d3e6d1cf70bb44a7eb515030deccab4d",
			"registry": "npmjs"
		},
		"d3-time-format-0.1.5.tgz": {
			"url": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-0.1.5.tgz",
			"sha": "687d81a506c52a02e187d9f14c29f4d98978fb7a",
			"registry": "npmjs"
		},
		"d3-time-format-0.2.0.tgz": {
			"url": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-0.2.0.tgz",
			"sha": "ff49913e32b4b8db30b771dc6d0dada4b97a7d04",
			"registry": "npmjs"
		},
		"d3-time-format-0.2.1.tgz": {
			"url": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-0.2.1.tgz",
			"sha": "846e39eb7f22676692d86040c48e9fa54fd8bf18",
			"registry": "npmjs"
		},
		"d3-time-format-0.3.0.tgz": {
			"url": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-0.3.0.tgz",
			"sha": "96a2b1f76f59493379bb71893e34849237072248",
			"registry": "npmjs"
		},
		"d3-time-format-0.3.1.tgz": {
			"url": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-0.3.1.tgz",
			"sha": "ee057853307b4ff61687719861f79fc751c34ec3",
			"registry": "npmjs"
		},
		"d3-time-format-0.3.2.tgz": {
			"url": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-0.3.2.tgz",
			"sha": "9c30e90a4078f93fac15e27b2016865488c007c1",
			"registry": "npmjs"
		},
		"d3-time-format-0.4.0.tgz": {
			"url": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-0.4.0.tgz",
			"sha": "fbf29db178a873e012933d927fe4582577aa9cf6",
			"registry": "npmjs"
		},
		"d3-time-format-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-1.0.0.tgz",
			"sha": "0f614e243a2f9010132840f2ea435c27c91a7254",
			"registry": "npmjs"
		},
		"d3-time-format-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-1.1.0.tgz",
			"sha": "b7698b7eee4e45dc55d61e8faf49fdd59fe7bc88",
			"registry": "npmjs"
		},
		"d3-time-format-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.0.0.tgz",
			"sha": "2952f5dfc42afeae1d43cbf097e7758e9bbca87e",
			"registry": "npmjs"
		},
		"d3-time-format-2.0.1.tgz": {
			"url": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.0.1.tgz",
			"sha": "f62780d2995b0a0a6d8d81276c96c30f66221e36",
			"registry": "npmjs"
		},
		"d3-time-format-2.0.2.tgz": {
			"url": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.0.2.tgz",
			"sha": "1c537e9d4558966a658c51f4ca3dd1b47369c2d5",
			"registry": "npmjs"
		},
		"d3-time-format-2.0.3.tgz": {
			"url": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.0.3.tgz",
			"sha": "3241569b74ddc9c42e0689c0e8a903579fd6280a",
			"registry": "npmjs"
		},
		"d3-time-format-2.0.4.tgz": {
			"url": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.0.4.tgz",
			"sha": "db0ab6910b3f2fc729a2ddfd2ac1b750962e1f72",
			"registry": "npmjs"
		},
		"d3-time-format-2.0.5.tgz": {
			"url": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.0.5.tgz",
			"sha": "9d7780204f7c9119c9170b1a56db4de9a8af972e",
			"registry": "npmjs"
		},
		"d3-time-format-2.1.0.tgz": {
			"url": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.1.0.tgz",
			"sha": "a1d9540a1dc498817d44066b121b19a4a83e3531",
			"registry": "npmjs"
		},
		"d3-time-format-2.1.1.tgz": {
			"url": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.1.1.tgz",
			"sha": "85b7cdfbc9ffca187f14d3c456ffda268081bb31",
			"registry": "npmjs"
		},
		"d3-time-format-2.1.2.tgz": {
			"url": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.1.2.tgz",
			"sha": "ea3ea4ce51000cdd044af32245d4e9bb3f746be1",
			"registry": "npmjs"
		},
		"d3-time-format-2.1.3.tgz": {
			"url": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.1.3.tgz",
			"sha": "ae06f8e0126a9d60d6364eac5b1533ae1bac826b",
			"registry": "npmjs"
		},
		"d3-time-format-2.2.0.tgz": {
			"url": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.2.0.tgz",
			"sha": "916dc168828460f39f20029f29dfe19594d2f513",
			"registry": "npmjs"
		},
		"d3-time-format-2.2.1.tgz": {
			"url": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.2.1.tgz",
			"sha": "971f66aae3b8fb268040494986f41512d4d4dca6",
			"registry": "npmjs"
		},
		"d3-time-format-2.2.2.tgz": {
			"url": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.2.2.tgz",
			"sha": "187597ffc6a0f37cb36bb7a1d7167cdc887ecda0",
			"registry": "npmjs"
		},
		"d3-time-format-2.2.3.tgz": {
			"url": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.2.3.tgz",
			"sha": "0c9a12ee28342b2037e5ea1cf0b9eb4dd75f29cb",
			"registry": "npmjs"
		},
		"d3-time-format-3.0.0-rc.1.tgz": {
			"url": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-3.0.0-rc.1.tgz",
			"sha": "1cdc64cbbef4a8864ac9d384afcc4d8e5c693bca",
			"registry": "npmjs"
		},
		"d3-time-format-2.3.0.tgz": {
			"url": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.3.0.tgz",
			"sha": "107bdc028667788a8924ba040faf1fbccd5a7850",
			"registry": "npmjs"
		},
		"d3-time-format-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-3.0.0.tgz",
			"sha": "df8056c83659e01f20ac5da5fdeae7c08d5f1bb6",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"d3-time-format-2.3.0.tgz": {
			"shasum": "107bdc028667788a8924ba040faf1fbccd5a7850"
		}
	},
	"_rev": "2-796ab0cad5680eba",
	"_id": "d3-time-format",
	"readme": "# d3-time-format\n\nThis module provides a JavaScript implementation of the venerable [strptime](http://pubs.opengroup.org/onlinepubs/009695399/functions/strptime.html) and [strftime](http://pubs.opengroup.org/onlinepubs/007908799/xsh/strftime.html) functions from the C standard library, and can be used to parse or format [dates](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) in a variety of locale-specific representations. To format a date, create a [formatter](#locale_format) from a specifier (a string with the desired format *directives*, indicated by `%`); then pass a date to the formatter, which returns a string. For example, to convert the current date to a human-readable string:\n\n```js\nvar formatTime = d3.timeFormat(\"%B %d, %Y\");\nformatTime(new Date); // \"June 30, 2015\"\n```\n\nLikewise, to convert a string back to a date, create a [parser](#locale_parse):\n\n```js\nvar parseTime = d3.timeParse(\"%B %d, %Y\");\nparseTime(\"June 30, 2015\"); // Tue Jun 30 2015 00:00:00 GMT-0700 (PDT)\n```\n\nYou can implement more elaborate conditional time formats, too. For example, here’s a [multi-scale time format](https://bl.ocks.org/mbostock/4149176) using [time intervals](https://github.com/d3/d3-time):\n\n```js\nvar formatMillisecond = d3.timeFormat(\".%L\"),\n    formatSecond = d3.timeFormat(\":%S\"),\n    formatMinute = d3.timeFormat(\"%I:%M\"),\n    formatHour = d3.timeFormat(\"%I %p\"),\n    formatDay = d3.timeFormat(\"%a %d\"),\n    formatWeek = d3.timeFormat(\"%b %d\"),\n    formatMonth = d3.timeFormat(\"%B\"),\n    formatYear = d3.timeFormat(\"%Y\");\n\nfunction multiFormat(date) {\n  return (d3.timeSecond(date) < date ? formatMillisecond\n      : d3.timeMinute(date) < date ? formatSecond\n      : d3.timeHour(date) < date ? formatMinute\n      : d3.timeDay(date) < date ? formatHour\n      : d3.timeMonth(date) < date ? (d3.timeWeek(date) < date ? formatDay : formatWeek)\n      : d3.timeYear(date) < date ? formatMonth\n      : formatYear)(date);\n}\n```\n\nThis module is used by D3 [time scales](https://github.com/d3/d3-scale/blob/master/README.md#time-scales) to generate human-readable ticks.\n\n## Installing\n\nIf you use NPM, `npm install d3-time-format`. Otherwise, download the [latest release](https://github.com/d3/d3-time-format/releases/latest). You can also load directly from [d3js.org](https://d3js.org), either as a [standalone library](https://d3js.org/d3-time-format.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 src=\"https://d3js.org/d3-time-format.v3.min.js\"></script>\n<script>\n\nvar format = d3.timeFormat(\"%x\");\n\n</script>\n```\n\nLocale files are published to npm and can be loaded using [d3.json](https://github.com/d3/d3-request/blob/master/README.md#json). For example, to set Russian as the default locale:\n\n```js\nd3.json(\"https://cdn.jsdelivr.net/npm/d3-time-format@3/locale/ru-RU.json\", function(error, locale) {\n  if (error) throw error;\n\n  d3.timeFormatDefaultLocale(locale);\n\n  var format = d3.timeFormat(\"%c\");\n\n  console.log(format(new Date)); // понедельник,  5 декабря 2016 г. 10:31:59\n});\n```\n\n## API Reference\n\n<a name=\"timeFormat\" href=\"#timeFormat\">#</a> d3.<b>timeFormat</b>(<i>specifier</i>) · [Source](https://github.com/d3/d3-time-format/blob/master/src/defaultLocale.js)\n\nAn alias for [*locale*.format](#locale_format) on the [default locale](#timeFormatDefaultLocale).\n\n<a name=\"timeParse\" href=\"#timeParse\">#</a> d3.<b>timeParse</b>(<i>specifier</i>) · [Source](https://github.com/d3/d3-time-format/blob/master/src/defaultLocale.js)\n\nAn alias for [*locale*.parse](#locale_parse) on the [default locale](#timeFormatDefaultLocale).\n\n<a name=\"utcFormat\" href=\"#utcFormat\">#</a> d3.<b>utcFormat</b>(<i>specifier</i>) · [Source](https://github.com/d3/d3-time-format/blob/master/src/defaultLocale.js)\n\nAn alias for [*locale*.utcFormat](#locale_utcFormat) on the [default locale](#timeFormatDefaultLocale).\n\n<a name=\"utcParse\" href=\"#utcParse\">#</a> d3.<b>utcParse</b>(<i>specifier</i>) · [Source](https://github.com/d3/d3-time-format/blob/master/src/defaultLocale.js)\n\nAn alias for [*locale*.utcParse](#locale_utcParse) on the [default locale](#timeFormatDefaultLocale).\n\n<a name=\"isoFormat\" href=\"#isoFormat\">#</a> d3.<b>isoFormat</b> · [Source](https://github.com/d3/d3-time-format/blob/master/src/isoFormat.js)\n\nThe full [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) UTC time formatter. Where available, this method will use [Date.toISOString](https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/toISOString) to format.\n\n<a name=\"isoParse\" href=\"#isoParse\">#</a> d3.<b>isoParse</b> · [Source](https://github.com/d3/d3-time-format/blob/master/src/isoParse.js)\n\nThe full [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) UTC time parser. Where available, this method will use the [Date constructor](https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Date) to parse strings. If you depend on strict validation of the input format according to ISO 8601, you should construct a [UTC parser function](#utcParse):\n\n```js\nvar strictIsoParse = d3.utcParse(\"%Y-%m-%dT%H:%M:%S.%LZ\");\n```\n\n<a name=\"locale_format\" href=\"#locale_format\">#</a> <i>locale</i>.<b>format</b>(<i>specifier</i>) · [Source](https://github.com/d3/d3-time-format/blob/master/src/locale.js)\n\nReturns a new formatter for the given string *specifier*. The specifier string may contain the following directives:\n\n* `%a` - abbreviated weekday name.*\n* `%A` - full weekday name.*\n* `%b` - abbreviated month name.*\n* `%B` - full month name.*\n* `%c` - the locale’s date and time, such as `%x, %X`.*\n* `%d` - zero-padded day of the month as a decimal number [01,31].\n* `%e` - space-padded day of the month as a decimal number [ 1,31]; equivalent to `%_d`.\n* `%f` - microseconds as a decimal number [000000, 999999].\n* `%g` - ISO 8601 week-based year without century as a decimal number [00,99].\n* `%G` - ISO 8601 week-based year with century as a decimal number.\n* `%H` - hour (24-hour clock) as a decimal number [00,23].\n* `%I` - hour (12-hour clock) as a decimal number [01,12].\n* `%j` - day of the year as a decimal number [001,366].\n* `%m` - month as a decimal number [01,12].\n* `%M` - minute as a decimal number [00,59].\n* `%L` - milliseconds as a decimal number [000, 999].\n* `%p` - either AM or PM.*\n* `%q` - quarter of the year as a decimal number [1,4].\n* `%Q` - milliseconds since UNIX epoch.\n* `%s` - seconds since UNIX epoch.\n* `%S` - second as a decimal number [00,61].\n* `%u` - Monday-based (ISO 8601) weekday as a decimal number [1,7].\n* `%U` - Sunday-based week of the year as a decimal number [00,53].\n* `%V` - ISO 8601 week of the year as a decimal number [01, 53].\n* `%w` - Sunday-based weekday as a decimal number [0,6].\n* `%W` - Monday-based week of the year as a decimal number [00,53].\n* `%x` - the locale’s date, such as `%-m/%-d/%Y`.*\n* `%X` - the locale’s time, such as `%-I:%M:%S %p`.*\n* `%y` - year without century as a decimal number [00,99].\n* `%Y` - year with century as a decimal number, such as `1999`.\n* `%Z` - time zone offset, such as `-0700`, `-07:00`, `-07`, or `Z`.\n* `%%` - a literal percent sign (`%`).\n\nDirectives marked with an asterisk (\\*) may be affected by the [locale definition](#locales).\n\nFor `%U`, all days in a new year preceding the first Sunday are considered to be in week 0. For `%W`, all days in a new year preceding the first Monday are considered to be in week 0. Week numbers are computed using [*interval*.count](https://github.com/d3/d3-time/blob/master/README.md#interval_count). For example, 2015-52 and 2016-00 represent Monday, December 28, 2015, while 2015-53 and 2016-01 represent Monday, January 4, 2016. This differs from the [ISO week date](https://en.wikipedia.org/wiki/ISO_week_date) specification (`%V`), which uses a more complicated definition!\n\nFor `%V`,`%g` and `%G`, per the [strftime man page](http://man7.org/linux/man-pages/man3/strftime.3.html):\n\n> In this system, weeks start on a Monday, and are numbered from 01, for the first week, up to 52 or 53, for the last week.  Week 1 is the first week where four or more days fall within the new year (or, synonymously, week 01 is: the first week of the year that contains a Thursday; or, the week that has 4 January in it). If the ISO week number belongs to the previous or next year, that year is used instead.\n\nThe `%` sign indicating a directive may be immediately followed by a padding modifier:\n\n* `0` - zero-padding\n* `_` - space-padding\n* `-` - disable padding\n\nIf no padding modifier is specified, the default is `0` for all directives except `%e`, which defaults to `_`. (In some implementations of strftime and strptime, a directive may include an optional field width or precision; this feature is not yet implemented.)\n\nThe returned function formats a specified *[date](https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date)*, returning the corresponding string.\n\n```js\nvar formatMonth = d3.timeFormat(\"%B\"),\n    formatDay = d3.timeFormat(\"%A\"),\n    date = new Date(2014, 4, 1); // Thu May 01 2014 00:00:00 GMT-0700 (PDT)\n\nformatMonth(date); // \"May\"\nformatDay(date); // \"Thursday\"\n```\n\n<a name=\"locale_parse\" href=\"#locale_parse\">#</a> <i>locale</i>.<b>parse</b>(<i>specifier</i>) · [Source](https://github.com/d3/d3-time-format/blob/master/src/locale.js)\n\nReturns a new parser for the given string *specifier*. The specifier string may contain the same directives as [*locale*.format](#locale_format). The `%d` and `%e` directives are considered equivalent for parsing.\n\nThe returned function parses a specified *string*, returning the corresponding [date](https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date) or null if the string could not be parsed according to this format’s specifier. Parsing is strict: if the specified <i>string</i> does not exactly match the associated specifier, this method returns null. For example, if the associated specifier is `%Y-%m-%dT%H:%M:%SZ`, then the string `\"2011-07-01T19:15:28Z\"` will be parsed as expected, but `\"2011-07-01T19:15:28\"`, `\"2011-07-01 19:15:28\"` and `\"2011-07-01\"` will return null. (Note that the literal `Z` here is different from the time zone offset directive `%Z`.) If a more flexible parser is desired, try multiple formats sequentially until one returns non-null.\n\n<a name=\"locale_utcFormat\" href=\"#locale_utcFormat\">#</a> <i>locale</i>.<b>utcFormat</b>(<i>specifier</i>) · [Source](https://github.com/d3/d3-time-format/blob/master/src/locale.js)\n\nEquivalent to [*locale*.format](#locale_format), except all directives are interpreted as [Coordinated Universal Time (UTC)](https://en.wikipedia.org/wiki/Coordinated_Universal_Time) rather than local time.\n\n<a name=\"locale_utcParse\" href=\"#locale_utcParse\">#</a> <i>locale</i>.<b>utcParse</b>(<i>specifier</i>) · [Source](https://github.com/d3/d3-time-format/blob/master/src/locale.js)\n\nEquivalent to [*locale*.parse](#locale_parse), except all directives are interpreted as [Coordinated Universal Time (UTC)](https://en.wikipedia.org/wiki/Coordinated_Universal_Time) rather than local time.\n\n### Locales\n\n<a name=\"timeFormatLocale\" href=\"#timeFormatLocale\">#</a> d3.<b>timeFormatLocale</b>(<i>definition</i>) · [Source](https://github.com/d3/d3-time-format/blob/master/src/locale.js)\n\nReturns a *locale* object for the specified *definition* with [*locale*.format](#locale_format), [*locale*.parse](#locale_parse), [*locale*.utcFormat](#locale_utcFormat), [*locale*.utcParse](#locale_utcParse) methods. The *definition* must include the following properties:\n\n* `dateTime` - the date and time (`%c`) format specifier (<i>e.g.</i>, `\"%a %b %e %X %Y\"`).\n* `date` - the date (`%x`) format specifier (<i>e.g.</i>, `\"%m/%d/%Y\"`).\n* `time` - the time (`%X`) format specifier (<i>e.g.</i>, `\"%H:%M:%S\"`).\n* `periods` - the A.M. and P.M. equivalents (<i>e.g.</i>, `[\"AM\", \"PM\"]`).\n* `days` - the full names of the weekdays, starting with Sunday.\n* `shortDays` - the abbreviated names of the weekdays, starting with Sunday.\n* `months` - the full names of the months (starting with January).\n* `shortMonths` - the abbreviated names of the months (starting with January).\n\nFor an example, see [Localized Time Axis II](https://bl.ocks.org/mbostock/805115ebaa574e771db1875a6d828949).\n\n<a name=\"timeFormatDefaultLocale\" href=\"#timeFormatDefaultLocale\">#</a> d3.<b>timeFormatDefaultLocale</b>(<i>definition</i>) · [Source](https://github.com/d3/d3-time-format/blob/master/src/defaultLocale.js)\n\nEquivalent to [d3.timeFormatLocale](#timeFormatLocale), except it also redefines [d3.timeFormat](#timeFormat), [d3.timeParse](#timeParse), [d3.utcFormat](#utcFormat) and [d3.utcParse](#utcParse) to the new locale’s [*locale*.format](#locale_format), [*locale*.parse](#locale_parse), [*locale*.utcFormat](#locale_utcFormat) and [*locale*.utcParse](#locale_utcParse). If you do not set a default locale, it defaults to [U.S. English](https://github.com/d3/d3-time-format/blob/master/locale/en-US.json).\n\nFor an example, see [Localized Time Axis](https://bl.ocks.org/mbostock/6f1cc065d4d172bcaf322e399aa8d62f)."
}