{
	"name": "d3-scale",
	"versions": {
		"0.0.0": {
			"name": "d3-scale",
			"version": "0.0.0",
			"description": "The functions from src/scale in the d3 repo",
			"main": "index.js",
			"scripts": {
				"build": "smash node_modules/d3/src/start.js node_modules/d3/src/scale/index.js node_modules/d3/src/end.js | uglifyjs - -b -indent-level=2 -o index.js",
				"test": "echo \"Error: no test specified\" && exit 1"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/jfsiii/d3-scale.git"
			},
			"keywords": [
				"d3",
				"scale"
			],
			"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-scale/issues"
			},
			"homepage": "https://github.com/jfsiii/d3-scale",
			"_id": "d3-scale@0.0.0",
			"dist": {
				"shasum": "8dac92144b0c9e293c57435c5e9b3f8725fbbfd1",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-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-scale",
			"version": "0.0.1",
			"description": "…",
			"keywords": [
				"d3",
				"scale",
				"visualization"
			],
			"homepage": "https://github.com/d3/d3-scale",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/scale",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "https://github.com/d3/d3-scale.git"
			},
			"scripts": {
				"pretest": "mkdir -p build && d3-bundler --polyfill-map --format=umd --name=scale -- index.js > build/scale.js",
				"test": "faucet `find test -name '*-test.js'`",
				"prepublish": "npm run test && uglifyjs build/scale.js -c -m -o build/scale.min.js && rm -f build/scale.zip && zip -j build/scale.zip -- LICENSE README.md build/scale.js build/scale.min.js"
			},
			"devDependencies": {
				"d3-arrays": "~0.0.4",
				"d3-bundler": "~0.2.5",
				"d3-color": "~0.2.1",
				"d3-format": "~0.2.1",
				"d3-interpolate": "~0.1.1",
				"faucet": "0.0",
				"tape": "4",
				"uglifyjs": "2"
			},
			"gitHead": "150290dcd22342e1b3558b1ac2bcd8d9b529c1ea",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@0.0.1",
			"_shasum": "b06c35f41ad4ef10e80e93dde83945ce2c8b6662",
			"_from": ".",
			"_npmVersion": "2.7.5",
			"_nodeVersion": "0.12.2",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"shasum": "b06c35f41ad4ef10e80e93dde83945ce2c8b6662",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"directories": {},
			"contributors": []
		},
		"0.0.2": {
			"name": "d3-scale",
			"version": "0.0.2",
			"description": "Scales are a convenient abstraction for a fundamental task in visualization: mapping a dimension of abstract data to a visual representation. Although most often used for position-encoding quantitative data, such as mapping the height in meters of a sampl",
			"keywords": [
				"d3",
				"scale",
				"visualization"
			],
			"homepage": "https://github.com/d3/d3-scale",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/scale",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "https://github.com/d3/d3-scale.git"
			},
			"scripts": {
				"pretest": "mkdir -p build && d3-bundler --polyfill-map --format=umd --name=scale -- index.js > build/scale.js",
				"test": "faucet `find test -name '*-test.js'`",
				"prepublish": "npm run test && uglifyjs build/scale.js -c -m -o build/scale.min.js && rm -f build/scale.zip && zip -j build/scale.zip -- LICENSE README.md build/scale.js build/scale.min.js"
			},
			"devDependencies": {
				"d3-arrays": "~0.0.4",
				"d3-bundler": "~0.2.5",
				"d3-color": "~0.2.1",
				"d3-format": "~0.2.1",
				"d3-interpolate": "~0.1.1",
				"faucet": "0.0",
				"tape": "4",
				"uglifyjs": "2"
			},
			"gitHead": "da40e3d0e0c8ea0df55c3a8854788056be38b380",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@0.0.2",
			"_shasum": "33a29aa06f64a3d87193f73e8e8ccc79aca0d72c",
			"_from": ".",
			"_npmVersion": "2.7.5",
			"_nodeVersion": "0.12.2",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"shasum": "33a29aa06f64a3d87193f73e8e8ccc79aca0d72c",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.0.2.tgz"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"directories": {},
			"contributors": []
		},
		"0.1.0": {
			"name": "d3-scale",
			"version": "0.1.0",
			"description": "Scales are a convenient abstraction for a fundamental task in visualization: mapping a dimension of abstract data to a visual representation. Although most often used for position-encoding quantitative data, such as mapping the height in meters of a sampl",
			"keywords": [
				"d3",
				"scale",
				"visualization"
			],
			"homepage": "https://github.com/d3/d3-scale",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/scale",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.git"
			},
			"scripts": {
				"pretest": "mkdir -p build && d3-bundler --polyfill-map --format=umd --name=scale -- index.js > build/scale.js",
				"test": "TZ=America/Los_Angeles faucet `find test -name '*-test.js'`",
				"prepublish": "npm run test && uglifyjs build/scale.js -c -m -o build/scale.min.js && rm -f build/scale.zip && zip -j build/scale.zip -- LICENSE README.md build/scale.js build/scale.min.js"
			},
			"devDependencies": {
				"d3-arrays": "~0.0.4",
				"d3-bundler": "~0.2.5",
				"d3-color": "~0.2.1",
				"d3-format": "~0.2.1",
				"d3-interpolate": "~0.1.1",
				"d3-time": "~0.0.2",
				"d3-time-format": "~0.0.1",
				"faucet": "0.0",
				"tape": "4",
				"uglifyjs": "2"
			},
			"gitHead": "e193895ecfa6be41d9a5ed7ceed21817efdedfbd",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@0.1.0",
			"_shasum": "e667ca4732b4c25a8c4aa570d68f6017809dacfc",
			"_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": "e667ca4732b4c25a8c4aa570d68f6017809dacfc",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.1.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.1.1": {
			"name": "d3-scale",
			"version": "0.1.1",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"scale",
				"visualization"
			],
			"homepage": "https://github.com/d3/d3-scale",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/scale",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.git"
			},
			"scripts": {
				"pretest": "mkdir -p build && d3-bundler --polyfill-map --format=umd --name=scale -- index.js > build/scale.js",
				"test": "TZ=America/Los_Angeles faucet `find test -name '*-test.js'`",
				"prepublish": "npm run test && uglifyjs build/scale.js -c -m -o build/scale.min.js && rm -f build/scale.zip && zip -j build/scale.zip -- LICENSE README.md build/scale.js build/scale.min.js"
			},
			"devDependencies": {
				"d3-arrays": "~0.0.4",
				"d3-bundler": "~0.2.5",
				"d3-color": "~0.2.1",
				"d3-format": "~0.2.1",
				"d3-interpolate": "~0.1.1",
				"d3-time": "~0.0.2",
				"d3-time-format": "~0.0.1",
				"faucet": "0.0",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "040ea4acab382f76c5ac718f7f1b35ecdfabca8a",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@0.1.1",
			"_shasum": "8dde1a4ec2cc03f84688410819a14eabc88e8d5c",
			"_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": "8dde1a4ec2cc03f84688410819a14eabc88e8d5c",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.1.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.1.2": {
			"name": "d3-scale",
			"version": "0.1.2",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"scale",
				"visualization"
			],
			"homepage": "https://github.com/d3/d3-scale",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/scale",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.git"
			},
			"scripts": {
				"pretest": "mkdir -p build && d3-bundler --format=umd --name=scale -- index.js > build/scale.js",
				"test": "TZ=America/Los_Angeles faucet `find test -name '*-test.js'`",
				"prepublish": "npm run test && uglifyjs build/scale.js -c -m -o build/scale.min.js && rm -f build/scale.zip && zip -j build/scale.zip -- LICENSE README.md build/scale.js build/scale.min.js"
			},
			"devDependencies": {
				"d3-arrays": "~0.1.1",
				"d3-bundler": "~0.2.5",
				"d3-color": "~0.2.6",
				"d3-format": "~0.3.3",
				"d3-interpolate": "~0.1.1",
				"d3-time": "~0.0.5",
				"d3-time-format": "~0.1.2",
				"faucet": "0.0",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "943dfd245d618e05b79f18ce6f33e42443e4eda7",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@0.1.2",
			"_shasum": "4e40a3fdbce4f069a63ec205fa931e32fbee6928",
			"_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": "4e40a3fdbce4f069a63ec205fa931e32fbee6928",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.1.2.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.1.3": {
			"name": "d3-scale",
			"version": "0.1.3",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"scale",
				"visualization"
			],
			"homepage": "https://github.com/d3/d3-scale",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/scale.cjs",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.git"
			},
			"scripts": {
				"pretest": "mkdir -p build && d3-bundler -x -f cjs -o build/scale.cjs.js",
				"test": "TZ=America/Los_Angeles faucet `find test -name '*-test.js'`",
				"prepublish": "npm run test && d3-bundler -o build/scale.js && uglifyjs build/scale.js -c -m -o build/scale.min.js && rm -f build/scale.zip && zip -j build/scale.zip -- LICENSE README.md build/scale.js build/scale.min.js"
			},
			"dependencies": {
				"d3-arrays": "~0.1.1",
				"d3-color": "~0.2.6",
				"d3-format": "~0.3.3",
				"d3-interpolate": "~0.1.2",
				"d3-time": "~0.0.5",
				"d3-time-format": "~0.1.3"
			},
			"devDependencies": {
				"faucet": "0.0",
				"d3-bundler": "0.4",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "0037f011c2c020875634400db4b5b82cf72ed667",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@0.1.3",
			"_shasum": "fe38ec69bb6ea61ff3edfab8a440b032b09e1b92",
			"_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": "fe38ec69bb6ea61ff3edfab8a440b032b09e1b92",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.1.3.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.1.4": {
			"name": "d3-scale",
			"version": "0.1.4",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"scale",
				"visualization"
			],
			"homepage": "https://github.com/d3/d3-scale",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/scale.cjs",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.git"
			},
			"scripts": {
				"pretest": "mkdir -p build && d3-bundler -x -f cjs -o build/scale.cjs.js",
				"test": "TZ=America/Los_Angeles faucet `find test -name '*-test.js'`",
				"prepublish": "npm run test && d3-bundler -n scale -o build/scale.js && uglifyjs build/scale.js -c -m -o build/scale.min.js && rm -f build/scale.zip && zip -j build/scale.zip -- LICENSE README.md build/scale.js build/scale.min.js"
			},
			"dependencies": {
				"d3-arrays": "~0.1.1",
				"d3-color": "~0.2.6",
				"d3-format": "~0.3.3",
				"d3-interpolate": "~0.1.2",
				"d3-time": "~0.0.5",
				"d3-time-format": "~0.1.3"
			},
			"devDependencies": {
				"faucet": "0.0",
				"d3-bundler": "0.4",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "0b23e442a55ab1294f0f80199ede62c83de31e21",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@0.1.4",
			"_shasum": "72375b445aa64237fc9907ab1a0b6ec6507b68ca",
			"_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": "72375b445aa64237fc9907ab1a0b6ec6507b68ca",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.1.4.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.1.5": {
			"name": "d3-scale",
			"version": "0.1.5",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"scale",
				"visualization"
			],
			"homepage": "https://github.com/d3/d3-scale",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-scale.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.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-arrays:d3_arrays,d3-color:d3_color,d3-format:d3_format,d3-interpolate:d3_interpolate,d3-time:d3_time,d3-time-format:d3_time_format -u d3-scale -n d3_scale -o build/d3-scale.js -- build/bundle.js",
				"test": "TZ=America/Los_Angeles faucet `find test -name '*-test.js'`",
				"prepublish": "npm run test && uglifyjs build/d3-scale.js -c -m -o build/d3-scale.min.js && rm -f build/d3-scale.zip && zip -j build/d3-scale.zip -- LICENSE README.md build/d3-scale.js build/d3-scale.min.js"
			},
			"dependencies": {
				"d3-arrays": "~0.3.1",
				"d3-color": "~0.2.8",
				"d3-format": "~0.3.6",
				"d3-interpolate": "~0.1.4",
				"d3-time": "~0.0.7",
				"d3-time-format": "~0.1.5"
			},
			"devDependencies": {
				"faucet": "0.0",
				"rollup": "0.20.5",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "763078504240695f30763237840243ed31e4de84",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@0.1.5",
			"_shasum": "6dd3922ad3ebf0b1949d3d035a23a1b5b8d3e185",
			"_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": "6dd3922ad3ebf0b1949d3d035a23a1b5b8d3e185",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.1.5.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.2.0": {
			"name": "d3-scale",
			"version": "0.2.0",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"scale",
				"visualization"
			],
			"homepage": "https://github.com/d3/d3-scale",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-scale.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.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-arrays:d3_arrays,d3-color:d3_color,d3-format:d3_format,d3-interpolate:d3_interpolate,d3-time:d3_time,d3-time-format:d3_time_format -u d3-scale -n d3_scale -o build/d3-scale.js -- build/bundle.js",
				"test": "TZ=America/Los_Angeles faucet `find test -name '*-test.js'`",
				"prepublish": "npm run test && uglifyjs build/d3-scale.js -c -m -o build/d3-scale.min.js && rm -f build/d3-scale.zip && zip -j build/d3-scale.zip -- LICENSE README.md build/d3-scale.js build/d3-scale.min.js"
			},
			"dependencies": {
				"d3-arrays": "~0.4.0",
				"d3-color": "~0.3.1",
				"d3-format": "~0.4.0",
				"d3-interpolate": "~0.2.0",
				"d3-time": "~0.1.0",
				"d3-time-format": "~0.2.0"
			},
			"devDependencies": {
				"faucet": "0.0",
				"rollup": "0.20.5",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "a0819e41c7c426d895acaf64f86f0289761c85f7",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@0.2.0",
			"_shasum": "8c1b3ede7b0da40bdb2dbef0e63157f2bc5bb5f5",
			"_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": "8c1b3ede7b0da40bdb2dbef0e63157f2bc5bb5f5",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.2.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.3.0": {
			"name": "d3-scale",
			"version": "0.3.0",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"scale",
				"visualization"
			],
			"homepage": "https://github.com/d3/d3-scale",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-scale.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.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-array:d3_array,d3-color:d3_color,d3-format:d3_format,d3-interpolate:d3_interpolate,d3-time:d3_time,d3-time-format:d3_time_format -u d3-scale -n d3_scale -o build/d3-scale.js -- build/bundle.js",
				"test": "TZ=America/Los_Angeles faucet `find test -name '*-test.js'`",
				"prepublish": "npm run test && uglifyjs build/d3-scale.js -c -m -o build/d3-scale.min.js && rm -f build/d3-scale.zip && zip -j build/d3-scale.zip -- LICENSE README.md build/d3-scale.js build/d3-scale.min.js"
			},
			"dependencies": {
				"d3-array": "~0.6.0",
				"d3-color": "~0.3.1",
				"d3-format": "~0.4.0",
				"d3-interpolate": "~0.2.0",
				"d3-time": "~0.1.0",
				"d3-time-format": "~0.2.0"
			},
			"devDependencies": {
				"faucet": "0.0",
				"rollup": "0.20.5",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "140c4089982e231740ca6b4fcbfb0a68278814b1",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@0.3.0",
			"_shasum": "736caa6d7e805ae2ae7eab8501f89facb6f85f27",
			"_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": "736caa6d7e805ae2ae7eab8501f89facb6f85f27",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.3.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.4.0": {
			"name": "d3-scale",
			"version": "0.4.0",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"scale",
				"visualization"
			],
			"homepage": "https://github.com/d3/d3-scale",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-scale.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.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-array:d3_array,d3-color:d3_color,d3-format:d3_format,d3-interpolate:d3_interpolate,d3-time:d3_time,d3-time-format:d3_time_format -u d3-scale -n d3_scale -o build/d3-scale.js -- build/bundle.js",
				"test": "TZ=America/Los_Angeles faucet `find test -name '*-test.js'`",
				"prepublish": "npm run test && uglifyjs build/d3-scale.js -c -m -o build/d3-scale.min.js && rm -f build/d3-scale.zip && zip -j build/d3-scale.zip -- LICENSE README.md build/d3-scale.js build/d3-scale.min.js"
			},
			"dependencies": {
				"d3-array": "~0.6.1",
				"d3-color": "~0.3.2",
				"d3-format": "~0.4.1",
				"d3-interpolate": "~0.3.0",
				"d3-time": "~0.1.1",
				"d3-time-format": "~0.2.1"
			},
			"devDependencies": {
				"faucet": "0.0",
				"rollup": "0.20.5",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "db105d163ad382c2fb51aede2ba4d462186a70d3",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@0.4.0",
			"_shasum": "21970057ccee419f0b3a1f85ba572fddab4db1c3",
			"_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": "21970057ccee419f0b3a1f85ba572fddab4db1c3",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.4.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.4.1": {
			"name": "d3-scale",
			"version": "0.4.1",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"scale",
				"visualization"
			],
			"homepage": "https://github.com/d3/d3-scale",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-scale.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.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-array:d3_array,d3-collection:d3_collection,d3-color:d3_color,d3-format:d3_format,d3-interpolate:d3_interpolate,d3-time:d3_time,d3-time-format:d3_time_format -u d3-scale -n d3_scale -o build/d3-scale.js -- build/bundle.js",
				"test": "TZ=America/Los_Angeles faucet `find test -name '*-test.js'`",
				"prepublish": "npm run test && uglifyjs build/d3-scale.js -c -m -o build/d3-scale.min.js && rm -f build/d3-scale.zip && zip -j build/d3-scale.zip -- LICENSE README.md build/d3-scale.js build/d3-scale.min.js"
			},
			"dependencies": {
				"d3-array": "~0.7.0",
				"d3-collection": "~0.1.0",
				"d3-color": "~0.3.2",
				"d3-format": "~0.4.1",
				"d3-interpolate": "~0.3.0",
				"d3-time": "~0.1.1",
				"d3-time-format": "~0.2.1"
			},
			"devDependencies": {
				"faucet": "0.0",
				"rollup": "0.20.5",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "87a851892c5ea52e1c0bb5eb4adcc908db604bbc",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@0.4.1",
			"_shasum": "62af8a6c64df35fd9956a1cd0c88a25d8d466095",
			"_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": "62af8a6c64df35fd9956a1cd0c88a25d8d466095",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.4.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.5.0": {
			"name": "d3-scale",
			"version": "0.5.0",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"scale",
				"visualization"
			],
			"homepage": "https://github.com/d3/d3-scale",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-scale.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.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-array:d3_array,d3-collection:d3_collection,d3-color:d3_color,d3-format:d3_format,d3-interpolate:d3_interpolate,d3-time:d3_time,d3-time-format:d3_time_format -u d3-scale -n d3_scale -o build/d3-scale.js -- build/bundle.js",
				"test": "TZ=America/Los_Angeles faucet `find test -name '*-test.js'`",
				"prepublish": "npm run test && uglifyjs build/d3-scale.js -c -m -o build/d3-scale.min.js && rm -f build/d3-scale.zip && zip -j build/d3-scale.zip -- LICENSE README.md build/d3-scale.js build/d3-scale.min.js"
			},
			"dependencies": {
				"d3-array": "~0.7.0",
				"d3-collection": "~0.1.0",
				"d3-color": "~0.3.3",
				"d3-format": "~0.5.0",
				"d3-interpolate": "~0.4.0",
				"d3-time": "~0.2.0",
				"d3-time-format": "~0.3.0"
			},
			"devDependencies": {
				"faucet": "0.0",
				"rollup": "0.20.5",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "2cc073c99a682f290bb7f689c21baeefa625177b",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@0.5.0",
			"_shasum": "b17506a4a9508e9118b55591b9ee1cc06e96293f",
			"_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": "b17506a4a9508e9118b55591b9ee1cc06e96293f",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.5.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.5.1": {
			"name": "d3-scale",
			"version": "0.5.1",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"scale",
				"visualization"
			],
			"homepage": "https://github.com/d3/d3-scale",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-scale.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.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-array:d3_array,d3-collection:d3_collection,d3-color:d3_color,d3-format:d3_format,d3-interpolate:d3_interpolate,d3-time:d3_time,d3-time-format:d3_time_format -u d3-scale -n d3_scale -o build/d3-scale.js -- build/bundle.js",
				"test": "TZ=America/Los_Angeles faucet `find test -name '*-test.js'`",
				"prepublish": "npm run test && uglifyjs build/d3-scale.js -c -m -o build/d3-scale.min.js && rm -f build/d3-scale.zip && zip -j build/d3-scale.zip -- LICENSE README.md build/d3-scale.js build/d3-scale.min.js"
			},
			"dependencies": {
				"d3-array": "~0.7.0",
				"d3-collection": "~0.1.0",
				"d3-color": "~0.3.3",
				"d3-format": "~0.5.0",
				"d3-interpolate": "~0.4.0",
				"d3-time": "~0.2.0",
				"d3-time-format": "~0.3.0"
			},
			"devDependencies": {
				"faucet": "0.0",
				"rollup": "0.20.5",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "a20f775e242bcb0d304de5e1fef86298076aa6a7",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@0.5.1",
			"_shasum": "b15e6a43affa9547f169fcf7a868e844ab63b015",
			"_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": "b15e6a43affa9547f169fcf7a868e844ab63b015",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.5.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.5.2": {
			"name": "d3-scale",
			"version": "0.5.2",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"scale",
				"visualization"
			],
			"homepage": "https://github.com/d3/d3-scale",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-scale.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.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-array:d3_array,d3-collection:d3_collection,d3-color:d3_color,d3-format:d3_format,d3-interpolate:d3_interpolate,d3-time:d3_time,d3-time-format:d3_time_format -u d3-scale -n d3_scale -o build/d3-scale.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-scale.js -c -m -o build/d3-scale.min.js && rm -f build/d3-scale.zip && zip -j build/d3-scale.zip -- LICENSE README.md build/d3-scale.js build/d3-scale.min.js"
			},
			"dependencies": {
				"d3-array": "~0.7.0",
				"d3-collection": "~0.1.0",
				"d3-color": "~0.3.3",
				"d3-format": "~0.5.0",
				"d3-interpolate": "~0.4.0",
				"d3-time": "~0.2.0",
				"d3-time-format": "~0.3.0"
			},
			"devDependencies": {
				"faucet": "0.0",
				"rollup": "0.20.5",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "a30349fe442697ca0b83a3fc05438cb19f50b907",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@0.5.2",
			"_shasum": "55791079de160da75c80dffbf3cc5f6c190a7852",
			"_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": "55791079de160da75c80dffbf3cc5f6c190a7852",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.5.2.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.5.3": {
			"name": "d3-scale",
			"version": "0.5.3",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"scale",
				"visualization"
			],
			"homepage": "https://github.com/d3/d3-scale",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-scale.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.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-array:d3_array,d3-collection:d3_collection,d3-color:d3_color,d3-format:d3_format,d3-interpolate:d3_interpolate,d3-time:d3_time,d3-time-format:d3_time_format -n d3_scale -o build/d3-scale.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-scale.js -c -m -o build/d3-scale.min.js && rm -f build/d3-scale.zip && zip -j build/d3-scale.zip -- LICENSE README.md build/d3-scale.js build/d3-scale.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-scale.js ../d3.github.com/d3-scale.v0.5.js && cp build/d3-scale.min.js ../d3.github.com/d3-scale.v0.5.min.js && cd ../d3.github.com && git add d3-scale.v0.5.js d3-scale.v0.5.min.js && git commit -m \"d3-scale ${VERSION}\" && git push"
			},
			"dependencies": {
				"d3-array": "~0.7.0",
				"d3-collection": "~0.1.0",
				"d3-color": "~0.3.3",
				"d3-format": "~0.5.0",
				"d3-interpolate": "~0.4.0",
				"d3-time": "~0.2.0",
				"d3-time-format": "~0.3.0"
			},
			"devDependencies": {
				"faucet": "0.0",
				"rollup": "0.25",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "501d81e86525e82e36dbf470032abdc4a3dd4168",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@0.5.3",
			"_shasum": "12720fd8e35a399f5c8abc4a296a35037d8fa936",
			"_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": "12720fd8e35a399f5c8abc4a296a35037d8fa936",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.5.3.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.6.0": {
			"name": "d3-scale",
			"version": "0.6.0",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"scale",
				"visualization"
			],
			"homepage": "https://github.com/d3/d3-scale",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-scale.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.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-array:d3_array,d3-collection:d3_collection,d3-color:d3_color,d3-format:d3_format,d3-interpolate:d3_interpolate,d3-time:d3_time,d3-time-format:d3_time_format -n d3_scale -o build/d3-scale.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-scale.js -c -m -o build/d3-scale.min.js && rm -f build/d3-scale.zip && zip -j build/d3-scale.zip -- LICENSE README.md build/d3-scale.js build/d3-scale.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-scale.js ../d3.github.com/d3-scale.v0.6.js && cp build/d3-scale.min.js ../d3.github.com/d3-scale.v0.6.min.js && cd ../d3.github.com && git add d3-scale.v0.6.js d3-scale.v0.6.min.js && git commit -m \"d3-scale ${VERSION}\" && git push"
			},
			"dependencies": {
				"d3-array": "~0.7.0",
				"d3-collection": "~0.1.0",
				"d3-color": "~0.3.3",
				"d3-format": "~0.5.0",
				"d3-interpolate": "~0.5.0",
				"d3-time": "~0.2.0",
				"d3-time-format": "~0.3.0"
			},
			"devDependencies": {
				"faucet": "0.0",
				"rollup": "0.25",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "2674b871c6911b921c60f20ea22f4777d1f1ba48",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@0.6.0",
			"_shasum": "21646a25fc1c798c77ffef29f1c51c2e2e56e824",
			"_from": ".",
			"_npmVersion": "3.5.3",
			"_nodeVersion": "5.5.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"dist": {
				"shasum": "21646a25fc1c798c77ffef29f1c51c2e2e56e824",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.6.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-9-west.internal.npmjs.com",
				"tmp": "tmp/d3-scale-0.6.0.tgz_1454358384108_0.4266341414768249"
			},
			"directories": {},
			"contributors": []
		},
		"0.6.1": {
			"name": "d3-scale",
			"version": "0.6.1",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"scale",
				"visualization"
			],
			"homepage": "https://github.com/d3/d3-scale",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-scale.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.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-array:d3_array,d3-collection:d3_collection,d3-color:d3_color,d3-format:d3_format,d3-interpolate:d3_interpolate,d3-time:d3_time,d3-time-format:d3_time_format -n d3_scale -o build/d3-scale.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-scale.js -c -m -o build/d3-scale.min.js && rm -f build/d3-scale.zip && zip -j build/d3-scale.zip -- LICENSE README.md build/d3-scale.js build/d3-scale.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-scale.js ../d3.github.com/d3-scale.v0.6.js && cp build/d3-scale.min.js ../d3.github.com/d3-scale.v0.6.min.js && cd ../d3.github.com && git add d3-scale.v0.6.js d3-scale.v0.6.min.js && git commit -m \"d3-scale ${VERSION}\" && git push"
			},
			"dependencies": {
				"d3-array": "~0.7.0",
				"d3-collection": "~0.1.0",
				"d3-color": "~0.4.0",
				"d3-format": "~0.5.0",
				"d3-interpolate": "~0.5.0",
				"d3-time": "~0.2.0",
				"d3-time-format": "~0.3.0"
			},
			"devDependencies": {
				"faucet": "0.0",
				"rollup": "0.25",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "90c1fca97584c63e80545c331431b7434be78a88",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@0.6.1",
			"_shasum": "9b19461dcfa7209b1d247e4446a550114a5f1460",
			"_from": ".",
			"_npmVersion": "3.5.3",
			"_nodeVersion": "5.5.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"dist": {
				"shasum": "9b19461dcfa7209b1d247e4446a550114a5f1460",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.6.1.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-6-west.internal.npmjs.com",
				"tmp": "tmp/d3-scale-0.6.1.tgz_1454536277118_0.45066433283500373"
			},
			"directories": {},
			"contributors": []
		},
		"0.6.2": {
			"name": "d3-scale",
			"version": "0.6.2",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"scale",
				"visualization"
			],
			"homepage": "https://github.com/d3/d3-scale",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-scale.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.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-array:d3_array,d3-collection:d3_collection,d3-color:d3_color,d3-format:d3_format,d3-interpolate:d3_interpolate,d3-time:d3_time,d3-time-format:d3_time_format -n d3_scale -o build/d3-scale.js -- build/bundle.js",
				"test": "TZ=America/Los_Angeles faucet `find test -name '*-test.js'` && eslint index.js src test",
				"prepublish": "npm run test && uglifyjs build/d3-scale.js -c -m -o build/d3-scale.min.js && rm -f build/d3-scale.zip && zip -j build/d3-scale.zip -- LICENSE README.md build/d3-scale.js build/d3-scale.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-scale.js ../d3.github.com/d3-scale.v0.6.js && cp build/d3-scale.min.js ../d3.github.com/d3-scale.v0.6.min.js && cd ../d3.github.com && git add d3-scale.v0.6.js d3-scale.v0.6.min.js && git commit -m \"d3-scale ${VERSION}\" && git push"
			},
			"dependencies": {
				"d3-array": "~0.7.0",
				"d3-collection": "~0.1.0",
				"d3-color": "~0.4.0",
				"d3-format": "~0.5.0",
				"d3-interpolate": "~0.5.0",
				"d3-time": "~0.2.0",
				"d3-time-format": "~0.3.0"
			},
			"devDependencies": {
				"faucet": "0.0",
				"rollup": "0.25",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "3e96d453aa61647930a5f5a56e2107aabf08e6f3",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@0.6.2",
			"_shasum": "dc09a951a3ccbe44698d259b1c85dddd0ba1417a",
			"_from": ".",
			"_npmVersion": "3.6.0",
			"_nodeVersion": "5.6.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"dist": {
				"shasum": "dc09a951a3ccbe44698d259b1c85dddd0ba1417a",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.6.2.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-6-west.internal.npmjs.com",
				"tmp": "tmp/d3-scale-0.6.2.tgz_1456161827598_0.1446546819061041"
			},
			"directories": {},
			"contributors": []
		},
		"0.6.3": {
			"name": "d3-scale",
			"version": "0.6.3",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"scale",
				"visualization"
			],
			"homepage": "https://github.com/d3/d3-scale",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-scale.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.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-array:d3_array,d3-collection:d3_collection,d3-color:d3_color,d3-format:d3_format,d3-interpolate:d3_interpolate,d3-time:d3_time,d3-time-format:d3_time_format -n d3_scale -o build/d3-scale.js -- build/bundle.js",
				"test": "TZ=America/Los_Angeles faucet `find test -name '*-test.js'` && eslint index.js src test",
				"prepublish": "npm run test && uglifyjs build/d3-scale.js -c -m -o build/d3-scale.min.js && rm -f build/d3-scale.zip && zip -j build/d3-scale.zip -- LICENSE README.md build/d3-scale.js build/d3-scale.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-scale.js ../d3.github.com/d3-scale.v0.6.js && cp build/d3-scale.min.js ../d3.github.com/d3-scale.v0.6.min.js && cd ../d3.github.com && git add d3-scale.v0.6.js d3-scale.v0.6.min.js && git commit -m \"d3-scale ${VERSION}\" && git push"
			},
			"dependencies": {
				"d3-array": "~0.7.0",
				"d3-collection": "~0.1.0",
				"d3-color": "~0.4.0",
				"d3-format": "~0.5.0",
				"d3-interpolate": "~0.6.0",
				"d3-time": "~0.2.0",
				"d3-time-format": "~0.3.0"
			},
			"devDependencies": {
				"faucet": "0.0",
				"rollup": "0.25",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "0028d6bf1d8e9537f5770c3231bb05f1915f1143",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@0.6.3",
			"_shasum": "c7e479d9d0f135d0fa7a488ecf427929d6a31dfb",
			"_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": "c7e479d9d0f135d0fa7a488ecf427929d6a31dfb",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.6.3.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-5-east.internal.npmjs.com",
				"tmp": "tmp/d3-scale-0.6.3.tgz_1456523078293_0.4399473015218973"
			},
			"directories": {},
			"contributors": []
		},
		"0.6.4": {
			"name": "d3-scale",
			"version": "0.6.4",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"scale",
				"visualization"
			],
			"homepage": "https://github.com/d3/d3-scale",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-scale.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.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-array:d3_array,d3-collection:d3_collection,d3-color:d3_color,d3-format:d3_format,d3-interpolate:d3_interpolate,d3-time:d3_time,d3-time-format:d3_time_format -n d3_scale -o build/d3-scale.js -- build/bundle.js",
				"test": "TZ=America/Los_Angeles faucet `find test -name '*-test.js'` && eslint index.js src test",
				"prepublish": "npm run test && uglifyjs build/d3-scale.js -c -m -o build/d3-scale.min.js && rm -f build/d3-scale.zip && zip -j build/d3-scale.zip -- LICENSE README.md build/d3-scale.js build/d3-scale.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-scale.js ../d3.github.com/d3-scale.v0.6.js && cp build/d3-scale.min.js ../d3.github.com/d3-scale.v0.6.min.js && cd ../d3.github.com && git add d3-scale.v0.6.js d3-scale.v0.6.min.js && git commit -m \"d3-scale ${VERSION}\" && git push"
			},
			"dependencies": {
				"d3-array": "~0.7.0",
				"d3-collection": "~0.1.0",
				"d3-color": "~0.4.0",
				"d3-format": "~0.5.0",
				"d3-interpolate": "~0.7.0",
				"d3-time": "~0.2.0",
				"d3-time-format": "~0.3.0"
			},
			"devDependencies": {
				"faucet": "0.0",
				"rollup": "0.25",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "97c2fdbdbb4144663ba10292461d222d3d5c53f0",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@0.6.4",
			"_shasum": "e398e146fa53dec5370ed1f045ef0426c1a3fd90",
			"_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": "e398e146fa53dec5370ed1f045ef0426c1a3fd90",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.6.4.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-5-east.internal.npmjs.com",
				"tmp": "tmp/d3-scale-0.6.4.tgz_1456680851369_0.5384284558240324"
			},
			"directories": {},
			"contributors": []
		},
		"0.7.0": {
			"name": "d3-scale",
			"version": "0.7.0",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"scale",
				"visualization"
			],
			"homepage": "https://github.com/d3/d3-scale",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-scale.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && json2module package.json > build/package.js && rollup -f umd -g d3-array:d3_array,d3-collection:d3_collection,d3-color:d3_color,d3-format:d3_format,d3-interpolate:d3_interpolate,d3-time:d3_time,d3-time-format:d3_time_format -n d3_scale -o build/d3-scale.js -- index.js",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint index.js src test",
				"prepublish": "npm run test && uglifyjs build/d3-scale.js -c -m -o build/d3-scale.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-scale.js ../d3.github.com/d3-scale.v0.6.js && cp build/d3-scale.min.js ../d3.github.com/d3-scale.v0.6.min.js && cd ../d3.github.com && git add d3-scale.v0.6.js d3-scale.v0.6.min.js && git commit -m \"d3-scale ${VERSION}\" && git push && cd - && zip -j build/d3-scale.zip -- LICENSE README.md build/d3-scale.js build/d3-scale.min.js"
			},
			"dependencies": {
				"d3-array": "~0.7.0",
				"d3-collection": "~0.1.0",
				"d3-color": "~0.4.0",
				"d3-format": "~0.5.0",
				"d3-interpolate": "~0.7.0",
				"d3-time": "~0.2.0",
				"d3-time-format": "~0.3.0"
			},
			"devDependencies": {
				"json2module": "0.0",
				"rollup": "0.26",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "0540c9c816af4c1299274842626ff605f13d252a",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@0.7.0",
			"_shasum": "92a2d5fe2b1718dc854148170c3f421b0712ea62",
			"_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": "92a2d5fe2b1718dc854148170c3f421b0712ea62",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.7.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/d3-scale-0.7.0.tgz_1461963029678_0.024528878973796964"
			},
			"directories": {},
			"contributors": []
		},
		"0.7.1": {
			"name": "d3-scale",
			"version": "0.7.1",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"scale",
				"visualization"
			],
			"homepage": "https://github.com/d3/d3-scale",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-scale.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && json2module package.json > build/package.js && rollup -f umd -g d3-array:d3_array,d3-collection:d3_collection,d3-color:d3_color,d3-format:d3_format,d3-interpolate:d3_interpolate,d3-time:d3_time,d3-time-format:d3_time_format -n d3_scale -o build/d3-scale.js -- index.js",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint index.js src test",
				"prepublish": "npm run test && uglifyjs build/d3-scale.js -c -m -o build/d3-scale.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-scale.js ../d3.github.com/d3-scale.v0.7.js && cp build/d3-scale.min.js ../d3.github.com/d3-scale.v0.7.min.js && cd ../d3.github.com && git add d3-scale.v0.7.js d3-scale.v0.7.min.js && git commit -m \"d3-scale ${VERSION}\" && git push && cd - && zip -j build/d3-scale.zip -- LICENSE README.md build/d3-scale.js build/d3-scale.min.js"
			},
			"dependencies": {
				"d3-array": "~0.7.0",
				"d3-collection": "~0.2.0",
				"d3-color": "~0.4.0",
				"d3-format": "~0.5.0",
				"d3-interpolate": "~0.8.0",
				"d3-time": "~0.2.0",
				"d3-time-format": "~0.3.0"
			},
			"devDependencies": {
				"eslint": "2",
				"json2module": "0.0",
				"rollup": "0.26",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "959f6d558819e8973c6b92cc9f49ef6d197d87e9",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@0.7.1",
			"_shasum": "2fac3c17e2a017faff52430aeac28c30eacc2369",
			"_from": ".",
			"_npmVersion": "3.8.9",
			"_nodeVersion": "6.2.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"dist": {
				"shasum": "2fac3c17e2a017faff52430aeac28c30eacc2369",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.7.1.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/d3-scale-0.7.1.tgz_1463779010857_0.9037297288887203"
			},
			"directories": {},
			"contributors": []
		},
		"0.7.2": {
			"name": "d3-scale",
			"version": "0.7.2",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"scale",
				"visualization"
			],
			"homepage": "https://github.com/d3/d3-scale",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-scale.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && json2module package.json > build/package.js && rollup -f umd -g d3-array:d3_array,d3-collection:d3_collection,d3-color:d3_color,d3-format:d3_format,d3-interpolate:d3_interpolate,d3-time:d3_time,d3-time-format:d3_time_format -n d3_scale -o build/d3-scale.js -- index.js",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint index.js src test",
				"prepublish": "npm run test && uglifyjs build/d3-scale.js -c -m -o build/d3-scale.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-scale.js ../d3.github.com/d3-scale.v0.7.js && cp build/d3-scale.min.js ../d3.github.com/d3-scale.v0.7.min.js && cd ../d3.github.com && git add d3-scale.v0.7.js d3-scale.v0.7.min.js && git commit -m \"d3-scale ${VERSION}\" && git push && cd - && zip -j build/d3-scale.zip -- LICENSE README.md build/d3-scale.js build/d3-scale.min.js"
			},
			"dependencies": {
				"d3-array": "~0.7.0",
				"d3-collection": "~0.2.0",
				"d3-color": "~0.4.0",
				"d3-format": "~0.5.0",
				"d3-interpolate": "~0.8.0",
				"d3-time": "~0.2.0",
				"d3-time-format": "~0.3.0"
			},
			"devDependencies": {
				"eslint": "2",
				"json2module": "0.0",
				"rollup": "0.26",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "7373ec0d7005d410240656f4fa38773ff5cbd7cc",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@0.7.2",
			"_shasum": "6b2cd8b9f4fb82b8d4a6c6879a1ef89077961105",
			"_from": ".",
			"_npmVersion": "3.8.9",
			"_nodeVersion": "6.2.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"dist": {
				"shasum": "6b2cd8b9f4fb82b8d4a6c6879a1ef89077961105",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.7.2.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/d3-scale-0.7.2.tgz_1464042242891_0.006318632746115327"
			},
			"directories": {},
			"contributors": []
		},
		"0.8.0": {
			"name": "d3-scale",
			"version": "0.8.0",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"scale",
				"visualization"
			],
			"homepage": "https://github.com/d3/d3-scale",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-scale.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && json2module package.json > build/package.js && rollup -f umd -g d3-array:d3_array,d3-collection:d3_collection,d3-color:d3_color,d3-format:d3_format,d3-interpolate:d3_interpolate,d3-time:d3_time,d3-time-format:d3_time_format -n d3_scale -o build/d3-scale.js -- index.js",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint index.js src test",
				"prepublish": "npm run test && uglifyjs build/d3-scale.js -c -m -o build/d3-scale.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-scale.js ../d3.github.com/d3-scale.v0.8.js && cp build/d3-scale.min.js ../d3.github.com/d3-scale.v0.8.min.js && cd ../d3.github.com && git add d3-scale.v0.8.js d3-scale.v0.8.min.js && git commit -m \"d3-scale ${VERSION}\" && git push && cd - && zip -j build/d3-scale.zip -- LICENSE README.md build/d3-scale.js build/d3-scale.min.js"
			},
			"dependencies": {
				"d3-array": "~0.7.0",
				"d3-collection": "~0.2.0",
				"d3-color": "~0.4.0",
				"d3-format": "~0.5.0",
				"d3-interpolate": "~0.8.0",
				"d3-time": "~0.2.0",
				"d3-time-format": "~0.3.0"
			},
			"devDependencies": {
				"eslint": "2",
				"json2module": "0.0",
				"rollup": "0.26",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "d50b051511586fdf912e762dbe43fcf4338149e2",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@0.8.0",
			"_shasum": "907b2ca96a16c2a3d21bc23b13ef996dc65e794c",
			"_from": ".",
			"_npmVersion": "3.8.9",
			"_nodeVersion": "6.2.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"dist": {
				"shasum": "907b2ca96a16c2a3d21bc23b13ef996dc65e794c",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.8.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/d3-scale-0.8.0.tgz_1465256550807_0.30024726828560233"
			},
			"directories": {},
			"contributors": []
		},
		"0.9.0": {
			"name": "d3-scale",
			"version": "0.9.0",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"scale",
				"visualization"
			],
			"homepage": "https://d3js.org/d3-scale/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-scale.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -g d3-array:d3,d3-collection:d3,d3-color:d3,d3-format:d3,d3-interpolate:d3,d3-time:d3,d3-time-format:d3 -n d3 -o build/d3-scale.js -- index.js",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint index.js src test",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-scale.js -c -m -o build/d3-scale.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-scale.js ../d3.github.com/d3-scale.v0.9.js && cp build/d3-scale.min.js ../d3.github.com/d3-scale.v0.9.min.js && cd ../d3.github.com && git add d3-scale.v0.9.js d3-scale.v0.9.min.js && git commit -m \"d3-scale ${VERSION}\" && git push && cd - && zip -j build/d3-scale.zip -- LICENSE README.md build/d3-scale.js build/d3-scale.min.js"
			},
			"dependencies": {
				"d3-array": "~0.8.0",
				"d3-collection": "~0.3.0",
				"d3-color": "~0.5.0",
				"d3-format": "~0.6.0",
				"d3-interpolate": "~0.9.0",
				"d3-time": "~0.3.0",
				"d3-time-format": "~0.4.0"
			},
			"devDependencies": {
				"eslint": "2",
				"package-preamble": "0.0",
				"rollup": "0.27",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "c2f525ae3dc1e4e647ac7f7b340752e0e278c8b8",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@0.9.0",
			"_shasum": "96e808247c5ca7212d606cdbf6a94e9133b6377e",
			"_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": "96e808247c5ca7212d606cdbf6a94e9133b6377e",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.9.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/d3-scale-0.9.0.tgz_1465357162301_0.1413172457832843"
			},
			"directories": {},
			"contributors": []
		},
		"0.9.1": {
			"name": "d3-scale",
			"version": "0.9.1",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"scale",
				"visualization"
			],
			"homepage": "https://d3js.org/d3-scale/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-scale.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -g d3-array:d3,d3-collection:d3,d3-color:d3,d3-format:d3,d3-interpolate:d3,d3-time:d3,d3-time-format:d3 -n d3 -o build/d3-scale.js -- index.js",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint index.js src test",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-scale.js -c -m -o build/d3-scale.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-scale.js ../d3.github.com/d3-scale.v0.9.js && cp build/d3-scale.min.js ../d3.github.com/d3-scale.v0.9.min.js && cd ../d3.github.com && git add d3-scale.v0.9.js d3-scale.v0.9.min.js && git commit -m \"d3-scale ${VERSION}\" && git push && cd - && zip -j build/d3-scale.zip -- LICENSE README.md build/d3-scale.js build/d3-scale.min.js"
			},
			"dependencies": {
				"d3-array": "~0.8.0",
				"d3-collection": "~0.3.0",
				"d3-color": "~0.5.0",
				"d3-format": "~0.6.0",
				"d3-interpolate": "~0.9.0",
				"d3-time": "~0.3.0",
				"d3-time-format": "~0.4.0"
			},
			"devDependencies": {
				"eslint": "2",
				"package-preamble": "0.0",
				"rollup": "0.27",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "fc03341a1a7c5f63bb6c9f66c0dcd7bf77829f04",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@0.9.1",
			"_shasum": "d9ba32b7a80a3434a8947e5e1bfcd3ff17224033",
			"_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": "d9ba32b7a80a3434a8947e5e1bfcd3ff17224033",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.9.1.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/d3-scale-0.9.1.tgz_1465839918380_0.4451682607177645"
			},
			"directories": {},
			"contributors": []
		},
		"0.9.2": {
			"name": "d3-scale",
			"version": "0.9.2",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"d3-module",
				"scale",
				"visualization"
			],
			"homepage": "https://d3js.org/d3-scale/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-scale.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -g d3-array:d3,d3-collection:d3,d3-color:d3,d3-format:d3,d3-interpolate:d3,d3-time:d3,d3-time-format:d3 -n d3 -o build/d3-scale.js -- index.js",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint index.js src test",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-scale.js -c -m -o build/d3-scale.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-scale.js ../d3.github.com/d3-scale.v0.9.js && cp build/d3-scale.min.js ../d3.github.com/d3-scale.v0.9.min.js && cd ../d3.github.com && git add d3-scale.v0.9.js d3-scale.v0.9.min.js && git commit -m \"d3-scale ${VERSION}\" && git push && cd - && zip -j build/d3-scale.zip -- LICENSE README.md build/d3-scale.js build/d3-scale.min.js"
			},
			"dependencies": {
				"d3-array": "~0.8.0",
				"d3-collection": "~0.3.0",
				"d3-color": "~0.5.0",
				"d3-format": "~0.6.0",
				"d3-interpolate": "~0.9.0",
				"d3-time": "~0.3.0",
				"d3-time-format": "~0.4.0"
			},
			"devDependencies": {
				"eslint": "2",
				"package-preamble": "0.0",
				"rollup": "0.27",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "038992530b8f7f5273a5afec2ab52ee03cb69410",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@0.9.2",
			"_shasum": "f62e263d0dd99a2d3fe436f2122f07d2b4a8e4a0",
			"_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": "f62e263d0dd99a2d3fe436f2122f07d2b4a8e4a0",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.9.2.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/d3-scale-0.9.2.tgz_1466019449332_0.9250094476155937"
			},
			"directories": {},
			"contributors": []
		},
		"0.9.3": {
			"name": "d3-scale",
			"version": "0.9.3",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"d3-module",
				"scale",
				"visualization"
			],
			"homepage": "https://d3js.org/d3-scale/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-scale.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -g d3-array:d3,d3-collection:d3,d3-color:d3,d3-format:d3,d3-interpolate:d3,d3-time:d3,d3-time-format:d3 -n d3 -o build/d3-scale.js -- index.js",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint index.js src test",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-scale.js -c -m -o build/d3-scale.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-scale.js ../d3.github.com/d3-scale.v0.9.js && cp build/d3-scale.min.js ../d3.github.com/d3-scale.v0.9.min.js && cd ../d3.github.com && git add d3-scale.v0.9.js d3-scale.v0.9.min.js && git commit -m \"d3-scale ${VERSION}\" && git push && cd - && zip -j build/d3-scale.zip -- LICENSE README.md build/d3-scale.js build/d3-scale.min.js"
			},
			"dependencies": {
				"d3-array": "1",
				"d3-collection": "1",
				"d3-color": "1",
				"d3-format": "~0.6.0",
				"d3-interpolate": "1",
				"d3-time": "1",
				"d3-time-format": "1"
			},
			"devDependencies": {
				"eslint": "2",
				"package-preamble": "0.0",
				"rollup": "0.31",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "07f78c0bee6164b74a7762c194f32cad5bd02c1b",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@0.9.3",
			"_shasum": "b64555fc817a182988bc405ec12d3c903dcb30e1",
			"_from": ".",
			"_npmVersion": "3.8.9",
			"_nodeVersion": "6.2.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"shasum": "b64555fc817a182988bc405ec12d3c903dcb30e1",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.9.3.tgz"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/d3-scale-0.9.3.tgz_1466353653860_0.3237164143938571"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0": {
			"name": "d3-scale",
			"version": "1.0.0",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"d3-module",
				"scale",
				"visualization"
			],
			"homepage": "https://d3js.org/d3-scale/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-scale.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -g d3-array:d3,d3-collection:d3,d3-color:d3,d3-format:d3,d3-interpolate:d3,d3-time:d3,d3-time-format:d3 -n d3 -o build/d3-scale.js -- index.js",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint index.js src test",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-scale.js -c -m -o build/d3-scale.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-scale.js ../d3.github.com/d3-scale.v1.js && cp build/d3-scale.min.js ../d3.github.com/d3-scale.v1.min.js && cd ../d3.github.com && git add d3-scale.v1.js d3-scale.v1.min.js && git commit -m \"d3-scale ${VERSION}\" && git push && cd - && zip -j build/d3-scale.zip -- LICENSE README.md build/d3-scale.js build/d3-scale.min.js"
			},
			"dependencies": {
				"d3-array": "1",
				"d3-collection": "1",
				"d3-color": "1",
				"d3-format": "1",
				"d3-interpolate": "1",
				"d3-time": "1",
				"d3-time-format": "2"
			},
			"devDependencies": {
				"eslint": "2",
				"package-preamble": "0.0",
				"rollup": "0.33",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "8d1e283b44b1e5a290ee182107af7a049301956f",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@1.0.0",
			"_shasum": "0b4175ca31cbe65e254427e4662dfaefc373462d",
			"_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": "0b4175ca31cbe65e254427e4662dfaefc373462d",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-1.0.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/d3-scale-1.0.0.tgz_1466790858537_0.17216900829225779"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.1": {
			"name": "d3-scale",
			"version": "1.0.1",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"d3-module",
				"scale",
				"visualization"
			],
			"homepage": "https://d3js.org/d3-scale/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-scale.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -g d3-array:d3,d3-collection:d3,d3-color:d3,d3-format:d3,d3-interpolate:d3,d3-time:d3,d3-time-format:d3 -n d3 -o build/d3-scale.js -- index.js",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint index.js src test",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-scale.js -c -m -o build/d3-scale.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-scale.js ../d3.github.com/d3-scale.v1.js && cp build/d3-scale.min.js ../d3.github.com/d3-scale.v1.min.js && cd ../d3.github.com && git add d3-scale.v1.js d3-scale.v1.min.js && git commit -m \"d3-scale ${VERSION}\" && git push && cd - && zip -j build/d3-scale.zip -- LICENSE README.md build/d3-scale.js build/d3-scale.min.js"
			},
			"dependencies": {
				"d3-array": "1",
				"d3-collection": "1",
				"d3-color": "1",
				"d3-format": "1",
				"d3-interpolate": "1",
				"d3-time": "1",
				"d3-time-format": "2"
			},
			"devDependencies": {
				"eslint": "2",
				"package-preamble": "0.0",
				"rollup": "0.33",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "e44ce37581ae59fbb254bbf2cfdd64ff4d835fbc",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@1.0.1",
			"_shasum": "0e988692379666d0f252afdc307a10ca179656f3",
			"_from": ".",
			"_npmVersion": "3.8.9",
			"_nodeVersion": "6.2.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"shasum": "0e988692379666d0f252afdc307a10ca179656f3",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-1.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/d3-scale-1.0.1.tgz_1468204499727_0.7513190335594118"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.2": {
			"name": "d3-scale",
			"version": "1.0.2",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"d3-module",
				"scale",
				"visualization"
			],
			"homepage": "https://d3js.org/d3-scale/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-scale.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -g d3-array:d3,d3-collection:d3,d3-color:d3,d3-format:d3,d3-interpolate:d3,d3-time:d3,d3-time-format:d3 -n d3 -o build/d3-scale.js -- index.js",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint index.js src test",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-scale.js -c -m -o build/d3-scale.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-scale/build/d3-scale.js d3-scale.v1.js && cp ../d3-scale/build/d3-scale.min.js d3-scale.v1.min.js && git add d3-scale.v1.js d3-scale.v1.min.js && git commit -m \"d3-scale ${VERSION}\" && git push && cd - && zip -j build/d3-scale.zip -- LICENSE README.md build/d3-scale.js build/d3-scale.min.js"
			},
			"dependencies": {
				"d3-array": "1",
				"d3-collection": "1",
				"d3-color": "1",
				"d3-format": "1",
				"d3-interpolate": "1",
				"d3-time": "1",
				"d3-time-format": "2"
			},
			"devDependencies": {
				"eslint": "2",
				"package-preamble": "0.0",
				"rollup": "0.34",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "9620d29547dc66fa6607ed6b784a8cb8c4cf8511",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@1.0.2",
			"_shasum": "c42a857e532e12d3a8394cd678783e35d55b466c",
			"_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": "c42a857e532e12d3a8394cd678783e35d55b466c",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-1.0.2.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/d3-scale-1.0.2.tgz_1469832639116_0.6973732127808034"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.3": {
			"name": "d3-scale",
			"version": "1.0.3",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"d3-module",
				"scale",
				"visualization"
			],
			"homepage": "https://d3js.org/d3-scale/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-scale.js",
			"module": "index",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -g d3-array:d3,d3-collection:d3,d3-color:d3,d3-format:d3,d3-interpolate:d3,d3-time:d3,d3-time-format:d3 -n d3 -o build/d3-scale.js -- index.js",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint index.js src test",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-scale.js -c -m -o build/d3-scale.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-scale/build/d3-scale.js d3-scale.v1.js && cp ../d3-scale/build/d3-scale.min.js d3-scale.v1.min.js && git add d3-scale.v1.js d3-scale.v1.min.js && git commit -m \"d3-scale ${VERSION}\" && git push && cd - && zip -j build/d3-scale.zip -- LICENSE README.md build/d3-scale.js build/d3-scale.min.js"
			},
			"dependencies": {
				"d3-array": "1",
				"d3-collection": "1",
				"d3-color": "1",
				"d3-format": "1",
				"d3-interpolate": "1",
				"d3-time": "1",
				"d3-time-format": "2"
			},
			"devDependencies": {
				"eslint": "2",
				"package-preamble": "0.0",
				"rollup": "0.34",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "5e994a5043964e07b2b461cc196ab9f0a9cb6a87",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@1.0.3",
			"_shasum": "4f9e8f0cc2ea0f3925ff04ac27adc09045fa4c90",
			"_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": "4f9e8f0cc2ea0f3925ff04ac27adc09045fa4c90",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-1.0.3.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/d3-scale-1.0.3.tgz_1470173553144_0.9018731745891273"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.4": {
			"name": "d3-scale",
			"version": "1.0.4",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"d3-module",
				"scale",
				"visualization"
			],
			"homepage": "https://d3js.org/d3-scale/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-scale.js",
			"module": "index",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -g d3-array:d3,d3-collection:d3,d3-color:d3,d3-format:d3,d3-interpolate:d3,d3-time:d3,d3-time-format:d3 -n d3 -o build/d3-scale.js -- index.js",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint index.js src test",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-scale.js -c -m -o build/d3-scale.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-scale/build/d3-scale.js d3-scale.v1.js && cp ../d3-scale/build/d3-scale.min.js d3-scale.v1.min.js && git add d3-scale.v1.js d3-scale.v1.min.js && git commit -m \"d3-scale ${VERSION}\" && git push && cd - && zip -j build/d3-scale.zip -- LICENSE README.md build/d3-scale.js build/d3-scale.min.js"
			},
			"dependencies": {
				"d3-array": "1",
				"d3-collection": "1",
				"d3-color": "1",
				"d3-format": "1",
				"d3-interpolate": "1",
				"d3-time": "1",
				"d3-time-format": "2"
			},
			"devDependencies": {
				"eslint": "3",
				"package-preamble": "0.0",
				"rollup": "0.36",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "2225fe65f3b0aa2c76588d78a18e4412adfc5795",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@1.0.4",
			"_shasum": "50e28bf6a193b706745528515ed9b3d44205a033",
			"_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": "50e28bf6a193b706745528515ed9b3d44205a033",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-1.0.4.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/d3-scale-1.0.4.tgz_1479862072454_0.5495231365785003"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.5": {
			"name": "d3-scale",
			"version": "1.0.5",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"d3-module",
				"scale",
				"visualization"
			],
			"homepage": "https://d3js.org/d3-scale/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-scale.js",
			"module": "index",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -g d3-array:d3,d3-collection:d3,d3-color:d3,d3-format:d3,d3-interpolate:d3,d3-time:d3,d3-time-format:d3 -n d3 -o build/d3-scale.js -- index.js",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint index.js src test",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-scale.js -c -m -o build/d3-scale.min.js",
				"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-scale/build/d3-scale.js d3-scale.v1.js && cp ../d3-scale/build/d3-scale.min.js d3-scale.v1.min.js && git add d3-scale.v1.js d3-scale.v1.min.js && git commit -m \"d3-scale ${npm_package_version}\" && git push && cd - && zip -j build/d3-scale.zip -- LICENSE README.md build/d3-scale.js build/d3-scale.min.js"
			},
			"dependencies": {
				"d3-array": "1",
				"d3-collection": "1",
				"d3-color": "1",
				"d3-format": "1",
				"d3-interpolate": "1",
				"d3-time": "1",
				"d3-time-format": "2"
			},
			"devDependencies": {
				"eslint": "3",
				"package-preamble": "0.0",
				"rollup": "0.41",
				"tape": "4",
				"uglify-js": "^2.8.11"
			},
			"gitHead": "4a35a24fb10ac8e45529dc184d0c94437decd1cf",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@1.0.5",
			"_shasum": "418506f0fb18eb052b385e196398acc2a4134858",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "7.3.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"shasum": "418506f0fb18eb052b385e196398acc2a4134858",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-1.0.5.tgz"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/d3-scale-1.0.5.tgz_1489168183360_0.6315780896693468"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.6": {
			"name": "d3-scale",
			"version": "1.0.6",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"d3-module",
				"scale",
				"visualization"
			],
			"homepage": "https://d3js.org/d3-scale/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-scale.js",
			"module": "index",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -g d3-array:d3,d3-collection:d3,d3-color:d3,d3-format:d3,d3-interpolate:d3,d3-time:d3,d3-time-format:d3 -n d3 -o build/d3-scale.js -- index.js",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint index.js src test",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-scale.js -c -m -o build/d3-scale.min.js",
				"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-scale/build/d3-scale.js d3-scale.v1.js && cp ../d3-scale/build/d3-scale.min.js d3-scale.v1.min.js && git add d3-scale.v1.js d3-scale.v1.min.js && git commit -m \"d3-scale ${npm_package_version}\" && git push && cd - && zip -j build/d3-scale.zip -- LICENSE README.md build/d3-scale.js build/d3-scale.min.js"
			},
			"dependencies": {
				"d3-array": "^1.2.0",
				"d3-collection": "1",
				"d3-color": "1",
				"d3-format": "1",
				"d3-interpolate": "1",
				"d3-time": "1",
				"d3-time-format": "2"
			},
			"devDependencies": {
				"eslint": "3",
				"package-preamble": "0.1",
				"rollup": "0.41",
				"tape": "4",
				"uglify-js": "^2.8.11"
			},
			"gitHead": "4c8c282d5f0ac938b4841ce6851389e7f0f545ba",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@1.0.6",
			"_shasum": "bce19da80d3a0cf422c9543ae3322086220b34ed",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "7.3.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"shasum": "bce19da80d3a0cf422c9543ae3322086220b34ed",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-1.0.6.tgz"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/d3-scale-1.0.6.tgz_1494875114734_0.6675504720769823"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.7": {
			"name": "d3-scale",
			"version": "1.0.7",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"d3-module",
				"scale",
				"visualization"
			],
			"homepage": "https://d3js.org/d3-scale/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-scale.js",
			"module": "index",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -g d3-array:d3,d3-collection:d3,d3-color:d3,d3-format:d3,d3-interpolate:d3,d3-time:d3,d3-time-format:d3 -n d3 -o build/d3-scale.js -- index.js",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint index.js src test",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-scale.js -c -m -o build/d3-scale.min.js",
				"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-scale/build/d3-scale.js d3-scale.v1.js && cp ../d3-scale/build/d3-scale.min.js d3-scale.v1.min.js && git add d3-scale.v1.js d3-scale.v1.min.js && git commit -m \"d3-scale ${npm_package_version}\" && git push && cd - && zip -j build/d3-scale.zip -- LICENSE README.md build/d3-scale.js build/d3-scale.min.js"
			},
			"dependencies": {
				"d3-array": "^1.2.0",
				"d3-collection": "1",
				"d3-color": "1",
				"d3-format": "1",
				"d3-interpolate": "1",
				"d3-time": "1",
				"d3-time-format": "2"
			},
			"devDependencies": {
				"eslint": "3",
				"package-preamble": "0.1",
				"rollup": "0.41",
				"tape": "4",
				"uglify-js": "^2.8.11"
			},
			"gitHead": "8896a1515e3424b53000f31ff18cb4874004de9b",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@1.0.7",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"integrity": "sha512-KvU92czp2/qse5tUfGms6Kjig0AhHOwkzXG0+PqIJB3ke0WUv088AHMZI0OssO9NCkXt4RP8yju9rpH8aGB7Lw==",
				"shasum": "fa90324b3ea8a776422bd0472afab0b252a0945d",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-1.0.7.tgz"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/d3-scale-1.0.7.tgz_1511300273526_0.7305549422744662"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.0": {
			"name": "d3-scale",
			"version": "2.0.0",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"d3-module",
				"scale",
				"visualization"
			],
			"homepage": "https://d3js.org/d3-scale/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "dist/d3-scale.js",
			"module": "index",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.git"
			},
			"scripts": {
				"pretest": "rm -rf dist && mkdir dist && rollup -c --banner \"$(preamble)\"",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint index.js src test",
				"prepublishOnly": "npm run test && uglifyjs -b beautify=false,preamble=\"'$(preamble)'\" dist/d3-scale.js -c -m -o dist/d3-scale.min.js",
				"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-scale/dist/d3-scale.js d3-scale.v2.js && cp ../d3-scale/dist/d3-scale.min.js d3-scale.v2.min.js && git add d3-scale.v2.js d3-scale.v2.min.js && git commit -m \"d3-scale ${npm_package_version}\" && git push && cd - && zip -j dist/d3-scale.zip -- LICENSE README.md dist/d3-scale.js dist/d3-scale.min.js"
			},
			"dependencies": {
				"d3-array": "^1.2.0",
				"d3-collection": "1",
				"d3-format": "1",
				"d3-interpolate": "1",
				"d3-time": "1",
				"d3-time-format": "2"
			},
			"devDependencies": {
				"d3-color": "1",
				"eslint": "4",
				"package-preamble": "0.1",
				"rollup": "0.52",
				"tape": "4",
				"uglify-js": "3.2"
			},
			"gitHead": "916f68e71cdc42d1c70e94843c294b07e007c04e",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@2.0.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.9.4",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"integrity": "sha512-Sa2Ny6CoJT7x6dozxPnvUQT61epGWsgppFvnNl8eJEzfJBG0iDBBTJAtz2JKem7Mb+NevnaZiDiIDHsuWkv6vg==",
				"shasum": "fd8ac78381bc2ed741d8c71770437a5e0549a5a5",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-2.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/d3-scale-2.0.0.tgz_1517166169211_0.730913772713393"
			},
			"directories": {},
			"contributors": []
		},
		"2.1.0": {
			"name": "d3-scale",
			"version": "2.1.0",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"d3-module",
				"scale",
				"visualization"
			],
			"homepage": "https://d3js.org/d3-scale/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "dist/d3-scale.js",
			"module": "index",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.git"
			},
			"scripts": {
				"pretest": "rm -rf dist && mkdir dist && rollup -c --banner \"$(preamble)\"",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint index.js src test",
				"prepublishOnly": "npm run test && uglifyjs -b beautify=false,preamble=\"'$(preamble)'\" dist/d3-scale.js -c -m -o dist/d3-scale.min.js",
				"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-scale/dist/d3-scale.js d3-scale.v2.js && cp ../d3-scale/dist/d3-scale.min.js d3-scale.v2.min.js && git add d3-scale.v2.js d3-scale.v2.min.js && git commit -m \"d3-scale ${npm_package_version}\" && git push && cd - && zip -j dist/d3-scale.zip -- LICENSE README.md dist/d3-scale.js dist/d3-scale.min.js"
			},
			"dependencies": {
				"d3-array": "^1.2.0",
				"d3-collection": "1",
				"d3-format": "1",
				"d3-interpolate": "1",
				"d3-time": "1",
				"d3-time-format": "2"
			},
			"devDependencies": {
				"d3-color": "1",
				"eslint": "4",
				"package-preamble": "0.1",
				"rollup": "0.52",
				"tape": "4",
				"uglify-js": "3.2"
			},
			"gitHead": "2df9f6d4a97e4656076be0b9775348267a9a8695",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@2.1.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.9.4",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"integrity": "sha512-Bb2N3ZgzPdKVEoWGkt8lPV6R7YdpSBWI70Xf26NQHOVjs77a6gLUmBOOPt9d9nB8JiQhwXY1RHCa+eSyWCJZIQ==",
				"shasum": "8d3fd3e2a7c9080782a523c08507c5248289eef8",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-2.1.0.tgz",
				"fileCount": 30,
				"unpackedSize": 157454,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbJVDmCRA9TVsSAnZWagAAbP0P/jeCzcIi2+o2RacICjYq\ntqh1vUdyIVkgJ8c9kw4HHRgftZg0RPofStBQIwUvv4t3kKxo3CmDhRhR1usz\naEJq+l4h9fNLP+GbRiZ9mr4d2X4CeR6ltuTDs1hlvq9gbkWx9gUBRuOnUFFU\nm6gOW+VzBPo/9SKggMIlWbu9GfH/ISzhij0McByglUfk1+GgRVzospyo1mhB\n2BpyWC9ecUr8NScOgcxagAGEMwKDjsW79gSDHYvgybgTyO0zn90z/imvPPpK\nbmOESwKqWtApePxv3/CxKBAG7yWWkoJbFKzZOHx4WY3+RI4FhgRMq9iezALm\nBqYSt7hnDfArj60AQR4AHcjpUDx+Gqiy3FJ3Ezeg7N/eteTjelQFGqIPmso1\nMioB8lj38RfzJ2olZSSIhSbj7keLTNzcCq7DpVNDw1S/4+bKhlPoVlpM9SHX\nfmKJhUDf7mgPg93CipB3SP9Fyo0qdKSOjfs56zI7nkvacFnC/pmoddZJQ4Ux\n5H3BYKozigCqwwhpZlFoVqyTXGW7oK2Cu8bVZESDQj0G5Q6mbkOWhMwQ8BMR\nM/umXBaxS9dsO6/icbHgHy5kj6/XMuKZMttOw+yj9b/lvazYF26wBdZftGbW\nmDbop4qtzyh96HVdQ3Cfk+YupbFALuaYDwTM2tAOSIngmjIlwqdi2Fl5JZUh\nQzb5\r\n=I5Ph\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/d3-scale_2.1.0_1529172196036_0.5853919668752916"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.1.1": {
			"name": "d3-scale",
			"version": "2.1.1",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"d3-module",
				"scale",
				"visualization"
			],
			"homepage": "https://d3js.org/d3-scale/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "dist/d3-scale.min.js",
			"module": "index",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.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-array": "^1.2.0",
				"d3-collection": "1",
				"d3-format": "1",
				"d3-interpolate": "1",
				"d3-time": "1",
				"d3-time-format": "2"
			},
			"devDependencies": {
				"d3-color": "1",
				"eslint": "5",
				"rollup": "0.64",
				"rollup-plugin-terser": "1",
				"tape": "4"
			},
			"gitHead": "454809905660fbacbb6b6a2f5595b8da8fb6324d",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@2.1.1",
			"_npmVersion": "6.2.0",
			"_nodeVersion": "10.8.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"integrity": "sha512-+bCkWT6vpFF6r96edNZ/fkv+wS8RjmNUSzIjvVgwnmu12zz+iBFj9fvZbRuY6b6tJkfSbGRwq45ykaN6wVRHOw==",
				"shasum": "88928332d8138081a1fb62e096590470a9ec3c9b",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-2.1.1.tgz",
				"fileCount": 29,
				"unpackedSize": 169727,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbgF1bCRA9TVsSAnZWagAA88cP/2o5m8vKNrNmZfsIEPpZ\n0XfN0OhpFxXwJtCAZLbLk+KCwbgDkpm2wDgD399tiVlKgTsS4W5MclxcBShF\n7w6FMysS9VjxL26/v4wTsubYyqArZ0d8TMvBM7GmlGGtkYDWUrRUeo/jain8\nGzKfdjE5ozZPDPMsGPyZi9KU11FqHFY7JiDTMDQwAqsvcdhr/tP9py5RQsci\nTyYFcNmzneWsfQpUWNtsc0GXclf4PgWEvInjgCfAFadGNtvT34x8tkT8fHUz\nJwhw3RK4xYiOpyA6PG9UCZPyMSV5qKwq6Nt47IusF6fkGd1aijhNGZYm4i6N\nnIDjDl+ZVe9u3Wa9bRbeAM+27KsD+uALt1dvzA2od/D7ffPAJwR9RH7qHrMo\nC3kftxA6mtXoxmUrMV7oUz36Xf5997f2X5sBvFTyzspman9wS8ql92ChF0vB\nX0xhFOl1m3Tfu6GPd/j0p0PPCMZ2rFteq4SMN0klbrDODvGNsAHGEc/FaqES\nbR/qc5nfLHGuXfW2Tg+J2DyMwYHMPU8QhKMkCiDN+YKMimulVCUnTt6QNbNH\n8DpJkPETbOELlCVOvLfkFcS5fbo+E3/WmV2li+yFXBVGjTrP2fGpCcv9CAP9\nYIYiR1BhfqJCItPpWT549BBjyTGl7CCRVTvErWxURttF9ATb0EWbYmkRZ2CX\nRrTL\r\n=s+gD\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/d3-scale_2.1.1_1535139162390_0.2353430445712852"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.1.2": {
			"name": "d3-scale",
			"version": "2.1.2",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"d3-module",
				"scale",
				"visualization"
			],
			"homepage": "https://d3js.org/d3-scale/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "dist/d3-scale.js",
			"unpkg": "dist/d3-scale.min.js",
			"jsdelivr": "dist/d3-scale.min.js",
			"module": "src/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.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-array": "^1.2.0",
				"d3-collection": "1",
				"d3-format": "1",
				"d3-interpolate": "1",
				"d3-time": "1",
				"d3-time-format": "2"
			},
			"devDependencies": {
				"d3-color": "1",
				"eslint": "5",
				"rollup": "0.64",
				"rollup-plugin-terser": "1",
				"tape": "4"
			},
			"gitHead": "dcc51a199f74f6fd9c2182155141907c4c157bad",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@2.1.2",
			"_npmVersion": "6.2.0",
			"_nodeVersion": "10.8.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"integrity": "sha512-bESpd64ylaKzCDzvULcmHKZTlzA/6DGSVwx7QSDj/EnX9cpSevsdiwdHFYI9ouo9tNBbV3v5xztHS2uFeOzh8Q==",
				"shasum": "4e932b7b60182aee9073ede8764c98423e5f9a94",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-2.1.2.tgz",
				"fileCount": 29,
				"unpackedSize": 169786,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbgHn/CRA9TVsSAnZWagAA3YgP/jBq126CMJu4xSQIwh6h\nOfhU0BSzfddRyX0TRIxrMd0IYCS6vzKqFcHG9yf0T+ajPjBO4+0PPFGErTtN\nrE5E9aR4mGKLK9jNQO1KsISx7ASOuPIHE0S+hRpMpPv9CaPHxRN0ExWrL0lh\ng1ICA4yFmJPwur19NfvGd7G+GQdWYa3mjFqqqxynqb4cZuvIkTW/Zh/dNTkm\nnIdPSPdK/8e+jwVUHVgsyibNrPubHXH67SVBIOEmJdEa1rbauFfINItJ73y4\n+LaJ5ykuJ1YoQnEQNVC4BunYUCzs0zfMr1nuqC3fTz1fNRKkKgeas+3zH9T/\nGYU92wiRC/l1gVaTgfKsbarzzoloTPO+8VhT50bJnDtTAf1Gk+e9iHZTEcdk\n/Pbz/hTahgatDUBlNd04hF1xTNrlgfoTFaRzSVCbF5HdGRfYi6rQTN7286Ux\nLUKoQXB2nLNed2gbxTrmuHH9/5vdtII2IgMdd3oGYVigxoXkz6sb/E9Ryd+v\nQpWvZc/E8AjdB8f/RBLbgZpp4RFNwmopruq0iXAcouj3fDKAM8dLNWG//Gj4\nv4nfNkIAaRb4MLbmiGt5y15iMiwnTUvxzA0q9lLs3JBYJInlrhfKFjAIgOPD\n6sNwWftgm4iTt4royyYLYsH3vlWkC7v8NKcbb2Hqxvs9W0/69V53mK5KKKWM\nuQrr\r\n=WGtx\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/d3-scale_2.1.2_1535146494396_0.8052551025119736"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.2.0": {
			"name": "d3-scale",
			"version": "2.2.0",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"d3-module",
				"scale",
				"visualization"
			],
			"homepage": "https://d3js.org/d3-scale/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "dist/d3-scale.js",
			"unpkg": "dist/d3-scale.min.js",
			"jsdelivr": "dist/d3-scale.min.js",
			"module": "src/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.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-array": "^1.2.0",
				"d3-format": "1",
				"d3-interpolate": "1",
				"d3-time": "1",
				"d3-time-format": "2"
			},
			"devDependencies": {
				"d3-color": "1",
				"eslint": "5",
				"rollup": "0.64",
				"rollup-plugin-terser": "1",
				"tape": "4"
			},
			"gitHead": "8641fadb2aafd79aa65fb6365b1a4406867fe4c1",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@2.2.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.14.1",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"integrity": "sha512-INdLomE7Z6H28FWt6tUBwEZi0lLvEezTdptUhbZzIaxvnml+Fh8JjPcmF0XfXjBAKUMSl9wOzvtPwGKXu1mTbA==",
				"shasum": "95a5075edccae0266852bb3dc123e0d1bac3eddc",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-2.2.0.tgz",
				"fileCount": 32,
				"unpackedSize": 191872,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcTpOhCRA9TVsSAnZWagAAODQP/ihtjAl8M+0PfMSKwfBW\nZQI34d3iy6JFOZSn9Y/6Fv1DNgml0TrV2Bc3hyhxD8gBZCVPWV341JBRPQRg\nAli7fm+RHwowmgM8SjS5QehrPPpmEDoV9f4uhEraj8DSvzJE8Hdlgv62v9G0\nclWlmRrZgiEucq+UK15WtR97uQVKV+oGnHlkD3t/366K/7iBOnVPSDfIe38f\ngdvFRrAy1cAZ1mWAnNWPEbpCUluN6kqoQD3hq0cjyNvtOPPjgLVqKHqQsx8F\na37TvTDYpnN10m4SiWv69jttl1VI7AruCBJubq60SnPcPKW6WQf/8/oYGCKZ\nYUJCtSS0lPReR8Ax2D9p+POGGJzvs7kdxzrs8+a/M2fc3jrvyBRyvqx+KXjV\n5Fx1f/JZL3nCXl9Kta9nuJbPGIJk1AXZpYqBeiqq5tzMZ4BUg99vn0qYOwup\n9RNHCXss0yFeMIiicvEAeZ51/euLslhw9KIhOb8QY9mcUrqdgdosauxup0wj\nwC3aM6f2VMcDA/TUsMOcBDBHVDgSuX7X+ei8Ippnz4ierscemuphXBbmJTxf\nIAU/Z5ivbV7S0DynbFj7uIn/DSPiBrejwU+hNWmR91ZRTlBxc/zSPs08doh4\nRv9jtd68X0rXhZ+qIHLsHSRSL+uYmt1pdbEc96Fg+NOCLionZ0z5Scvzy6UN\nz0D5\r\n=u9/G\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/d3-scale_2.2.0_1548653472046_0.9809649489114622"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.2.1": {
			"name": "d3-scale",
			"version": "2.2.1",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"d3-module",
				"scale",
				"visualization"
			],
			"homepage": "https://d3js.org/d3-scale/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "dist/d3-scale.js",
			"unpkg": "dist/d3-scale.min.js",
			"jsdelivr": "dist/d3-scale.min.js",
			"module": "src/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.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-array": "^1.2.0",
				"d3-collection": "1",
				"d3-format": "1",
				"d3-interpolate": "1",
				"d3-time": "1",
				"d3-time-format": "2"
			},
			"devDependencies": {
				"d3-color": "1",
				"eslint": "5",
				"rollup": "0.64",
				"rollup-plugin-terser": "1",
				"tape": "4"
			},
			"gitHead": "7eb4b7991c3b9b6da507da18fdd2ce3b4a17b5a7",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@2.2.1",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.14.1",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"integrity": "sha512-7s61Rqr+eJ50JQOBXgIdA3N6tGPmWqbeHXnRtPBYeRIsOvnVeG00oZ0YQuadmHkgHpLpFFaIgbXN7TFDTyO4uw==",
				"shasum": "6812d5559c240b5230f1ef452a7bf4a593f30906",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-2.2.1.tgz",
				"fileCount": 32,
				"unpackedSize": 194080,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcTz/qCRA9TVsSAnZWagAAYkYP/iM6ixHzVbZjFyt07GNJ\nciR7j0Byx+7mId/JmgQksoJLuoM8CghOUL2isAcqLqO8n5QiGUylLIuU44wl\nriCZJUGpJFZmaMQ4qZ3bThrYuyn1pelU5FXWqHdIB5qL0lug0NpRFdmk9PuF\nGf5sSFOATVO0EvWSs/nAXzuZhj4Z06hJKF052benCoXp8dzINKnWyZuicXnO\n8gVoYSxNo9KQG6xuYau6sgVQk1BQG6l+BFyQ4KvXokJjgwnRVinNEPL0uUPo\nBgw6lFBR4Gpvva2Eo7R3iIhlncxerKrMrh47XHR45WSK4Zz3aYhRFe1ya/d/\n5cOZ+fOmxjhbYM6rkXBPF4y41x+zfJLSN0dPhLU1pbPFKJxTvEBqd2BLaLP+\nwHM07q8ABBR8o5Gmkjv7JgQdT9lhzCUT4mmH/BQxoN3PgSOBrqp6dHlO9E7X\nxB4+Ay4DTZWN+ydZU1Mr2oqey7rlWHV+hZ/xc2CyfyoG7MTkk3G/nZQlJ14E\n9d2Hh9+gRNI1HjR56ui/H0Y4fbpB0YY+PglYnJgq4qL5p5slyj2IBBr/FjvA\nzuBShuUwZ8cVTVIsXIbHLkbjD3ut35vC8IBFzOB9bKerabsuQ4rmoiUEAo8C\njXFXs2iZtGddpGS6OPU/dWP1bwu5CyUyx1NKEg1dmF0/f55OVVPIXzbheQzs\n7/NF\r\n=PQpS\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/d3-scale_2.2.1_1548697577281_0.827711394245936"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.2.2": {
			"name": "d3-scale",
			"version": "2.2.2",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"d3-module",
				"scale",
				"visualization"
			],
			"homepage": "https://d3js.org/d3-scale/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "dist/d3-scale.js",
			"unpkg": "dist/d3-scale.min.js",
			"jsdelivr": "dist/d3-scale.min.js",
			"module": "src/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.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-array": "^1.2.0",
				"d3-collection": "1",
				"d3-format": "1",
				"d3-interpolate": "1",
				"d3-time": "1",
				"d3-time-format": "2"
			},
			"devDependencies": {
				"d3-color": "1",
				"eslint": "5",
				"rollup": "0.64",
				"rollup-plugin-terser": "1",
				"tape": "4"
			},
			"gitHead": "89703fb51dce843a5d0adf2f2c59ff13cb0dcaea",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@2.2.2",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.14.1",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"integrity": "sha512-LbeEvGgIb8UMcAa0EATLNX0lelKWGYDQiPdHj+gLblGVhGLyNbaCn3EvrJf0A3Y/uOOU5aD6MTh5ZFCdEwGiCw==",
				"shasum": "4e880e0b2745acaaddd3ede26a9e908a9e17b81f",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-2.2.2.tgz",
				"fileCount": 32,
				"unpackedSize": 194541,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcT0HTCRA9TVsSAnZWagAA/zUP/06cqbkF6Pxmc6Df640H\n12ETgJ7a2kU+lE9iDSpmigC83o/LzGSSetkI5zHjD2itQ9J1qoq0HCF3vVJM\nyPl9oeyzJw5j/Lhvetk4mUolAczQevj1QACNYn+IdZvYxZmqKDxMAQwD+vHA\nN04adEsxxNQDfSWzHlxudAvWbbHcgv+73H/Uzxc5C1E3fWIQe4eaab3nriRW\nf9BuYLJtxXybvL3teYYbTaxUNgZLF58WkCBPjGKrQM/a0fyb7Dg9bMj89SkR\nPSuQJH1hmOffxbri0okIBIuLMNPT0nYzMHyNpErUFV1X72SI0vyOs6ncKKr5\n2ensCRIs0CPkF8hi/nWyzeAFAHBzJbf2PHKj6UZLLyvH13vDmzICkY5AahLn\n2+Ir7cRXlDX8JQp2cYCZ2EswKiEI/OnAtIwASMX46DZf7nwzbI3Jwq5Ge7cw\n8q3g6GSUeWsFow1ZQ1O01ZTed0T6kj4h7FAPwe9afwM8jjArFQwMRvLnN3v6\n0MWQY+Xc5zoi1IQbHiP0x9bDPbeeTCG3K+ZXAiNfBvzZ49WTxr7bRc7L0RPI\nfqj31kDHE3mAu/exNKCE6bJ5f60rL2FNwze2diL1joOXxtEhDoOhWAXKXCUf\nIhcJySOwIpetiDtVgIxIoxWjzVYvalr+Y5tOvcvBJQVZe3+zTZM3hZxJKC1e\nhlo7\r\n=9n5/\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/d3-scale_2.2.2_1548698066370_0.3545480878975835"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.0": {
			"name": "d3-scale",
			"version": "3.0.0",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"d3-module",
				"scale",
				"visualization"
			],
			"homepage": "https://d3js.org/d3-scale/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "dist/d3-scale.js",
			"unpkg": "dist/d3-scale.min.js",
			"jsdelivr": "dist/d3-scale.min.js",
			"module": "src/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.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-array": "^1.2.0 || 2",
				"d3-format": "1",
				"d3-interpolate": "1",
				"d3-time": "1",
				"d3-time-format": "2"
			},
			"devDependencies": {
				"d3-color": "1",
				"eslint": "5",
				"rollup": "0.64",
				"rollup-plugin-terser": "1",
				"tape": "4"
			},
			"gitHead": "8ef7906427d048b9ae6d8e211b5804e1afd2d804",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@3.0.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.14.1",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"integrity": "sha512-ktic5HBFlAZj2CN8CCl/p/JyY8bMQluN7+fA6ICE6yyoMOnSQAZ1Bb8/5LcNpNKMBMJge+5Vv4pWJhARYlQYFw==",
				"shasum": "ddede1278ac3ea2bf3666de6ca625e20bed9b6c9",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-3.0.0.tgz",
				"fileCount": 31,
				"unpackedSize": 190137,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcjxOLCRA9TVsSAnZWagAAAEAP/A7TJHaVtQSNkEmhPiuS\nh8E/McWshqQ8MPwB8Vc1z5t41Q16zhx2wB7Ilf/ezNfUyQUMJ4fRtmfjFveW\nre8mcHzsOjS/sbMQEksyou7epPlvUQYw41gWBOCV2SE/7yvH5YJfj+T81WgY\nwDkMlmvhOtwhEUhp49r+d5tu4watnMVm/RnCa8hUVq8q6XcBQbH+pL6kTMaQ\nui+3qeIztiYPeDyUwKwXywzN9Ff8HSN8qOvMNXC3PwIgXusW/KCs+U7lfqXT\n0zC17DoRTAjCA0y2A7+WdD4bLdggATnups2WPK5rWrHMmhRYoO8ug8/7xTcs\n0iVdMM/8KS0D/qnY9RRZW3YmH2LmjaI1h3Rf79addvOkaFF7Md0GgOsHdIBU\nM87SLSg8R/1UTKRdOrJzk+FjSTnWxMFNn9ficwRBWru+r8Cn9hKTNrQWOEXl\nn2yBsMy3iPAjkGhlkgtH2Bc3Tk33Tlely9EI8n62pRsj9halhEQyNdkn8IbK\nn6rCDQawkYBATij++nm8FpMG/pBcqXJrM8PMsh/pOqR8gNjDZn5onOG2P/G1\n+QCuPETYBsJoqovLfbsAhNEHF2XChlbzl+YL7AynnpIyaolQlLhVr9xdV6DX\nMJ+rHfcUTOHNxbVDKYX3hgzqQcifaXXJuN1BmTazt3sG52skcC5P8MbA5Flj\n1br+\r\n=0Khc\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/d3-scale_3.0.0_1552880522669_0.042557335909232163"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.1": {
			"name": "d3-scale",
			"version": "3.0.1",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"d3-module",
				"scale",
				"visualization"
			],
			"homepage": "https://d3js.org/d3-scale/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "dist/d3-scale.js",
			"unpkg": "dist/d3-scale.min.js",
			"jsdelivr": "dist/d3-scale.min.js",
			"module": "src/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.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-array": "1.2.0 - 2",
				"d3-format": "1",
				"d3-interpolate": "1",
				"d3-time": "1",
				"d3-time-format": "2"
			},
			"devDependencies": {
				"d3-color": "1",
				"eslint": "5",
				"rollup": "0.64",
				"rollup-plugin-terser": "1",
				"tape": "4"
			},
			"gitHead": "1bcc91c6be21bd24d70d69911014bfcffcc81478",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@3.0.1",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.14.1",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"integrity": "sha512-f+OsXyd0claf6ufjI52zBHyOnm6mmfFvYiGUU8UB2VumZpqCcxds5iWN1rcOACIHgw9MntTFLXmi4LBRmY4DwQ==",
				"shasum": "f7b5e7046ad83b35399639455bf5218a3cc1d1bc",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-3.0.1.tgz",
				"fileCount": 28,
				"unpackedSize": 167565,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdQR89CRA9TVsSAnZWagAA/xwP/0DnP4ClqBOgJXJxeUvF\nhF6vsYNmZinMUFvE+2VFy83zTFv1k/NuKdNo/2psWOlxec8unsWOyrJwUZmC\nUhhEK5Ahq8VlVT5mjFWPzAwgdWM7nkK2cb/MH8p1jvekeULbu9UHLG9OhoXD\n1wTMSEUDC+XkdoEd9OwukY6EKYK6ee5TZ1TXtYU3BBUuHS3pIdYqWeop77/1\nCZM33gZPkONeX6Tg9fW4pYB/7Flvfo++52zSIRgfHSSTdr7UrDUEa5rQfRDx\namkkseH3yBwc0iUWIY2k6K//RgPJ5V4x+ZP6aVA/SuqAZoK2hKQu8ymym7Ot\n8PrTr24QSzWtibHc6nB07hRxJdSus1XLmjBbCxxnxspfXVpVou6cLfaig2rj\njgMjC9vA55fF7urRpwgKDHK1AsaSa0G7oAlG8qCDC51Af+pcg98b11w5WrD5\nd1RyPjQ3TVj+mxYZ2zqFrQee4rjo7ORg35HSmWBJ2GzcTeYzUF1wjJP6PEmj\nkw8QTZJTrkZKC6isMhKia2wS+ixvyPq456PGh+C3Hh8Xzu2VQEvvKf5OkJZd\n2IderivSNQoTQUSqv42OY/Qq0F+Ix+d4UBNuoEh1byE4DbM/YfuqwJmz6xrQ\nMS8As9jxyz5BlhDZ3f/Xr8FqAGwfES5bDI/EbhIhw3ityDh6Fs7xHXb1z8aS\nop41\r\n=8i3Q\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/d3-scale_3.0.1_1564548924735_0.2158536789443415"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.1.0": {
			"name": "d3-scale",
			"version": "3.1.0",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"d3-module",
				"scale",
				"visualization"
			],
			"homepage": "https://d3js.org/d3-scale/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "dist/d3-scale.js",
			"unpkg": "dist/d3-scale.min.js",
			"jsdelivr": "dist/d3-scale.min.js",
			"module": "src/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.git"
			},
			"scripts": {
				"pretest": "rollup -c",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint src",
				"prepublishOnly": "rm -rf dist && yarn test",
				"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../${npm_package_name}/dist/${npm_package_name}.js ${npm_package_name}.v${npm_package_version%%.*}.js && cp ../${npm_package_name}/dist/${npm_package_name}.min.js ${npm_package_name}.v${npm_package_version%%.*}.min.js && git add ${npm_package_name}.v${npm_package_version%%.*}.js ${npm_package_name}.v${npm_package_version%%.*}.min.js && git commit -m \"${npm_package_name} ${npm_package_version}\" && git push && cd - && zip -j dist/${npm_package_name}.zip -- LICENSE README.md dist/${npm_package_name}.js dist/${npm_package_name}.min.js"
			},
			"sideEffects": false,
			"dependencies": {
				"d3-array": "1.2.0 - 2",
				"d3-format": "1",
				"d3-interpolate": "1",
				"d3-time": "1",
				"d3-time-format": "2"
			},
			"devDependencies": {
				"d3-color": "1",
				"eslint": "6",
				"rollup": "1",
				"rollup-plugin-terser": "5",
				"tape": "4"
			},
			"gitHead": "50e5624d8dc432eb59f7a2cb8437c30bfa8959ae",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@3.1.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.14.1",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"integrity": "sha512-3edyEBwbwQG400VbgaepQC9ZYFX3h92flLHIUa1+nvZp/mqCYdxNM9zGTjKtPcSAuBCyPePdMQOapsD0qNALrg==",
				"shasum": "e8af005101502dbf26c505d9f40cf88bcb75b2e1",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-3.1.0.tgz",
				"fileCount": 29,
				"unpackedSize": 173146,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdbUdVCRA9TVsSAnZWagAAAisP/3+i4PYsDgDIC5mdTSzE\npxpdPW6mo78sa0vjiTef9QuW5SApFx9A4VefgdEX9kFSsVcBge44dBUdd3YG\n2xBKcmnJWkv9u9HLFEuAuIc+NUISWq77ahD4cDPNNbIeIjepKCTCWPecIEU/\nUBf5kgn98WyJ/ZwF1HCWeEYOPaRJUOQJfhOcpxxavkfVGJag73oazGn9f4pp\nm/y6JpKpUBNSLSei3xas/uC2VajeOAlzydvyZTJWBGYkunsooYlrcNB+xVRt\nx1iM/ghWbErK/NJVEYQR8LE3miB0On87dA5JKAkpdic+RzBnJp6gsCe7muSs\ntbQns368iv6d00wdEd5INNZvSARQT8cD31EtYZ1wvCYnx5AwdIkwE+qVXfL5\nN1YuriOkKTVo54vbCS1dr3KRJFvB3i+M7Gb66CTwnzpXY4j5xj5fHZK0MXbs\ntb4rpPN3PQ52vMJG+gyBq5JxEmMZqhQtxMbeuPbkKdtcBNx7HeT/XrEBEgGS\nF3nS2yjOPbosoT66kyjXuW9F8UmjTFCQ4ehPsTLnpY2QuPF1mB8ouenLYcd2\nVw2LLpiZu2obQhWElPU0X893mrT+6anrJl4PhyetK14ZZe6Qlo2uJfichvUb\naceLb67AdQDEX13/FYMvucYRRgA1Hd4ggDw50HdXKgwYytrdQ16DSVz5YkeM\nG/BM\r\n=2HuS\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/d3-scale_3.1.0_1567442772024_0.6100426609385501"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.2.0": {
			"name": "d3-scale",
			"version": "3.2.0",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"d3-module",
				"scale",
				"visualization"
			],
			"homepage": "https://d3js.org/d3-scale/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "dist/d3-scale.js",
			"unpkg": "dist/d3-scale.min.js",
			"jsdelivr": "dist/d3-scale.min.js",
			"module": "src/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.git"
			},
			"scripts": {
				"pretest": "rollup -c",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint src",
				"prepublishOnly": "rm -rf dist && yarn test",
				"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../${npm_package_name}/dist/${npm_package_name}.js ${npm_package_name}.v${npm_package_version%%.*}.js && cp ../${npm_package_name}/dist/${npm_package_name}.min.js ${npm_package_name}.v${npm_package_version%%.*}.min.js && git add ${npm_package_name}.v${npm_package_version%%.*}.js ${npm_package_name}.v${npm_package_version%%.*}.min.js && git commit -m \"${npm_package_name} ${npm_package_version}\" && git push && cd - && zip -j dist/${npm_package_name}.zip -- LICENSE README.md dist/${npm_package_name}.js dist/${npm_package_name}.min.js"
			},
			"sideEffects": false,
			"dependencies": {
				"d3-array": "1.2.0 - 2",
				"d3-format": "1",
				"d3-interpolate": "1",
				"d3-time": "1",
				"d3-time-format": "2"
			},
			"devDependencies": {
				"d3-color": "1",
				"eslint": "6",
				"rollup": "1",
				"rollup-plugin-terser": "5",
				"tape": "4"
			},
			"gitHead": "d81c6dc2f22d5e955f53f02b325128f2be63a684",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@3.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-1RnLYPmH3f2E96hSsCr3ok066myuAxoH3+pnlJAedeMOp7jeW7A+GZHAyVWWaStfphyPEBiDoLFA9zl+DcnC2Q==",
				"shasum": "4071896216b3173caccd944be209e73c8c244e5d",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-3.2.0.tgz",
				"fileCount": 29,
				"unpackedSize": 178357,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdsbURCRA9TVsSAnZWagAA/TgQAIQxqfGs5m4WccKCEb2g\nso54fYdPvPZtnv9ETnp24S4msWEANXayi6SZ1rW4zcM9QJ4ofHL+voMUAygI\nY9OD942Gw1SphP2dGrozYEJxvBpaqPrysZexpaNCNdCvu7WmkfDLdF+g6RwI\nhVLknwMtBDBKCeiIX6a658hzcKYGITUBGMZlWnbtQ7eb94rAy19TV/S3nAaZ\n7UnRQAbFgX8PAin0qtz9o6jNkfiltFL9whCnEj0O7Wxa0+v12d6I0OSCK/8b\nE05W9ubqiZaDf1/BLPF5+/Fu0RWs+UT9PZWx+HqQJip3NzeHumlnTGj+nrxB\nbYy3SmX01zaSHRLG8XTmY9mAYqybQNinTsI2O17SR1yM8lNdWgYp3MYhh5vK\ngb211jNzAoxbdbr/YRWuykrHM8mm8Phx4hjSovL0KSmuwpS4CuYXY40cLsgZ\nNGRL+N1Qq19LrdpHerVJMNdmxXMA//gSdc634fU4ghl7uroJ7F7lq8QJSzRJ\ni6hTj68Z3Rx/f5xq1kcR4yQRGYtE/Cx4wy49o5bcqzLvmOxEw8MZDO6AU0HI\n8ZTv8Kh7Dbd36SfSrumeyfiL8ryd5rzj62Dq9JV0pzMv2eQ9xxdeiIS4oNEG\nE1riAkQJ5AWxMj9BFtuz3iLYynzvnt69HMVegFByEkXUIRneRak2LeW52KGj\njZDl\r\n=2Sb7\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/d3-scale_3.2.0_1571927313336_0.244462622307271"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.2.1": {
			"name": "d3-scale",
			"version": "3.2.1",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"d3-module",
				"scale",
				"visualization"
			],
			"homepage": "https://d3js.org/d3-scale/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "dist/d3-scale.js",
			"unpkg": "dist/d3-scale.min.js",
			"jsdelivr": "dist/d3-scale.min.js",
			"module": "src/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale.git"
			},
			"scripts": {
				"pretest": "rollup -c",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint src",
				"prepublishOnly": "rm -rf dist && yarn test",
				"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../${npm_package_name}/dist/${npm_package_name}.js ${npm_package_name}.v${npm_package_version%%.*}.js && cp ../${npm_package_name}/dist/${npm_package_name}.min.js ${npm_package_name}.v${npm_package_version%%.*}.min.js && git add ${npm_package_name}.v${npm_package_version%%.*}.js ${npm_package_name}.v${npm_package_version%%.*}.min.js && git commit -m \"${npm_package_name} ${npm_package_version}\" && git push && cd - && zip -j dist/${npm_package_name}.zip -- LICENSE README.md dist/${npm_package_name}.js dist/${npm_package_name}.min.js"
			},
			"sideEffects": false,
			"dependencies": {
				"d3-array": "1.2.0 - 2",
				"d3-format": "1",
				"d3-interpolate": "^1.2.0",
				"d3-time": "1",
				"d3-time-format": "2"
			},
			"devDependencies": {
				"d3-color": "1",
				"eslint": "6",
				"rollup": "1",
				"rollup-plugin-terser": "5",
				"tape": "4"
			},
			"gitHead": "9e7aa569d20540fe71c58f16b86c5633a1300878",
			"bugs": {
				"url": "https://github.com/d3/d3-scale/issues"
			},
			"_id": "d3-scale@3.2.1",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-huz5byJO/6MPpz6Q8d4lg7GgSpTjIZW/l+1MQkzKfu2u8P6hjaXaStOpmyrD6ymKoW87d2QVFCKvSjLwjzx/rA==",
				"shasum": "da1684adce7261b4bc7a76fe193d887f0e909e69",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-3.2.1.tgz",
				"fileCount": 29,
				"unpackedSize": 178380,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd2WELCRA9TVsSAnZWagAANYQP/1mOmfz+Wev0FI9xMKOy\nYAaunUv8Sb8mXKzG8WZAhV2YFL98e3+xg4+3iDlbtw/84cQRnsexrlHcKaBH\nBE9w51kG1ivEyR02foIEtbLOyDbuyTwJQLcZ94LKekgTnHwA5hI9Atsq3PbM\nUTE6XYbsMg1dBoCzCeS5wvptgwLgz2SVQ1O0eKwt/7pjtyxApUjbcgIrKVPe\njUuwICRSWUSIlaKfN8cHKBf9HmdZTibbA53qKfJytqyvloRPrUDW7F2a607v\n2e4H+5O6NyS+toRbOSwnzsGMOENNKNEli1FdiPDLe55XnXVOrm1BRiM5/GQF\n5/ps/RbWTSt/eaDKtVlgPtFItA1cBRmiGb1vn9szF/VRBnEIxp/1/fajbs3a\nLHnK9Csl9yJ/PrEwZpFzhCldqHs/vLWWLLiq+NNK6RXUE3yFHC1J4SBOQ+Np\nuhTvRWzPiWtG+AXXkRN4hQVCzV007UVtBk3wrBJsH7+qjvZRNlf3hZwWfo7y\nkNGt0ESrbznFOPidBA3AbJWNDvlQOiVMAhsLrRdtCtK95y/HARzEZedRDQEQ\nHyVIeG7nej25VUXxt3niNuK367h/x3Mi1mKT2Mp2yzIjPZkkQA2PX12y86ZX\nFuWe1LF6JulIKnwZdvAqbFx7z5+ZPcXJVu19NCOtH5eX5Uq2Wlx5JkLIXrtO\nCRM9\r\n=Jerj\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-scale_3.2.1_1574527242517_0.4592398475761592"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.3.0-rc.1": {
			"name": "d3-scale",
			"version": "3.3.0-rc.1",
			"publishConfig": {
				"tag": "next"
			},
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"d3-module",
				"scale",
				"visualization"
			],
			"homepage": "https://d3js.org/d3-scale/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "dist/d3-scale.js",
			"unpkg": "dist/d3-scale.min.js",
			"jsdelivr": "dist/d3-scale.min.js",
			"module": "src/index.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/d3/d3-scale.git"
			},
			"scripts": {
				"pretest": "rollup -c",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint src",
				"prepublishOnly": "rm -rf dist && yarn test",
				"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../${npm_package_name}/dist/${npm_package_name}.js ${npm_package_name}.v${npm_package_version%%.*}.js && cp ../${npm_package_name}/dist/${npm_package_name}.min.js ${npm_package_name}.v${npm_package_version%%.*}.min.js && git add ${npm_package_name}.v${npm_package_version%%.*}.js ${npm_package_name}.v${npm_package_version%%.*}.min.js && git commit -m \"${npm_package_name} ${npm_package_version}\" && git push && cd - && zip -j dist/${npm_package_name}.zip -- LICENSE README.md dist/${npm_package_name}.js dist/${npm_package_name}.min.js"
			},
			"sideEffects": false,
			"dependencies": {
				"d3-array": "1.2.0 - 2",
				"d3-format": ">=2.0.0-rc.1",
				"d3-interpolate": ">=2.0.0-rc.1",
				"d3-time": ">=2.0.0-rc.1",
				"d3-time-format": ">=2.0.0-rc.1"
			},
			"devDependencies": {
				"d3-color": ">=2.0.0-rc.1",
				"eslint": "6",
				"rollup": "1",
				"rollup-plugin-terser": "5",
				"tape": "4"
			},
			"readmeFilename": "README.md",
			"licenseText": "Copyright 2010-2015 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-scale@3.3.0-rc.1",
			"dist": {
				"shasum": "d34e609482768571b8357e247ef4ad58ac99966c",
				"integrity": "sha512-04Cf5RuXOr1UjiyCvjLzBhIB01Dk3E1QSPzpE3VhcVnkPG94+gZxmP+vpn+t7ci0+Myh7Tt3GcLq+SGB23RVuw==",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-3.3.0-rc.1.tgz",
				"fileCount": 32,
				"unpackedSize": 179224,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfHv4TCRA9TVsSAnZWagAAJmQP/2VSkOJMhupqXGvU2FMA\nTAM/iIfe06ur9l9PF6q6AdkYf+L/A8Fy2wFTnvywOwHwWy4Prf294FtowGUY\noaahOMvh43PZw413sdec15YFAMXoW12d+zu8Ims4QvRjWmdpt55AgyIbKXun\nL/av+0ze4bntI8nvSoemptRhlOvsmBqxyqH/xn+V5x0lv06iU8XNYerlyH5T\nn3wPGmPkN9YzoUK5mnVJ6zVc46pr1H05rkTZzRPOL4le84vr+nhCVbucdoYT\ngtWPnxS5DutT6kR9NobWIfVijoIrmAqOGPb4sd6klSg54xLzHm2H2aWr/zGs\nqDSI81+M3xOYHDM35miCoaF+wBaCN7hgrw7LSLQ9C/yEn3xy7tglQZkYS8J0\ns0NdrV47UMAhkMKVybyUOfHRBlJOawx1iKeBfY+UAxFEyJi/k7aRLCxQ+agL\np0hZNpCdmMO/AsU5S8BIV2CdHSem/ePA0nHiSE+GvdpZ2PuOIlwSzSEVGBdO\nlpZx15Vrs1lDC2SFEz0Jitlmx7qwWmney9vUlEWp4TrHDVsitia5iGgclWxc\n/nmYPQU6b4/X4p4jif/xw/NzWrpXrid2aUP7SgFlAe94n7KaS4Nv7HIBi6Yg\nf85McLIxvv1OXmtz1aNhdN3CCAcBpDzp1IHlqZlGu/IuqeaQzHeOtxr9TCt7\n5Nei\r\n=qMeC\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-scale_3.3.0-rc.1_1595866642980_0.7869155192403525"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.3.0-rc.2": {
			"name": "d3-scale",
			"version": "3.3.0-rc.2",
			"publishConfig": {
				"tag": "next"
			},
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"d3-module",
				"scale",
				"visualization"
			],
			"homepage": "https://d3js.org/d3-scale/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "dist/d3-scale.js",
			"unpkg": "dist/d3-scale.min.js",
			"jsdelivr": "dist/d3-scale.min.js",
			"module": "src/index.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/d3/d3-scale.git"
			},
			"scripts": {
				"pretest": "rollup -c",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint src",
				"prepublishOnly": "rm -rf dist && yarn test",
				"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../${npm_package_name}/dist/${npm_package_name}.js ${npm_package_name}.v${npm_package_version%%.*}.js && cp ../${npm_package_name}/dist/${npm_package_name}.min.js ${npm_package_name}.v${npm_package_version%%.*}.min.js && git add ${npm_package_name}.v${npm_package_version%%.*}.js ${npm_package_name}.v${npm_package_version%%.*}.min.js && git commit -m \"${npm_package_name} ${npm_package_version}\" && git push && cd - && zip -j dist/${npm_package_name}.zip -- LICENSE README.md dist/${npm_package_name}.js dist/${npm_package_name}.min.js"
			},
			"sideEffects": false,
			"dependencies": {
				"d3-array": "1.2.0 - 2",
				"d3-format": ">=2.0.0-rc.1",
				"d3-interpolate": ">=2.0.0-rc.1",
				"d3-time": ">=2.0.0-rc.1",
				"d3-time-format": ">=3.0.0-rc.1"
			},
			"devDependencies": {
				"d3-color": ">=2.0.0-rc.1",
				"eslint": "6",
				"rollup": "1",
				"rollup-plugin-terser": "5",
				"tape": "4"
			},
			"readmeFilename": "README.md",
			"licenseText": "Copyright 2010-2015 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-scale@3.3.0-rc.2",
			"dist": {
				"shasum": "45416196b3e9cf6aee49f3a913abcd2516da78ac",
				"integrity": "sha512-Mnmy0N2CbXxPN9UIS4YsEiLykyGyNAnccjYmmWZVf0GTb5+vgkNSWDo/up+8mqCY5R0vv4vHjnEFSvn4pLLqUA==",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-3.3.0-rc.2.tgz",
				"fileCount": 32,
				"unpackedSize": 179224,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfHwCFCRA9TVsSAnZWagAAGDQQAKRrnnHsqoTCiJv5DD9B\nz0YqZ7vzgxS8g6e+l6k/6lBsMTg12xy5Zmy2FsW75W/uiIAH9K1DrLi/ldLn\n29RidBEWF1gJXmRjZwFa5G/WFy29QyQhA5AFa03xEfpIntB3XZnIVgbTxzXQ\nBiv5g81ADfFmIrLS7NI14KF3pNCAxchZkFfP1fi7uujuyWktRugCXKNQI4FB\n8BYhhkRQIo1gF7JGN96kUNwkDQOEiOr0OzXZQB6YyIP1/p1LrQxxKrbpp4DO\nmV7MtIu4cYIxmihGnEsD9tgzLOUhZixth23Nns4gYBrHIP5NxSD4bmwyjo1D\nrLzPShowZX0ytnIECqOuB89oG8v+suSoCxGBp7slwiGVi8OxZ18BV615BRy7\n2L4UURs7PBQMImwjm9H3MqFUOqIrTDUK+0WIIpntLIZ9h9bxHCISvM9DYj9D\n+Yr3xJNJjjmUeZdDqSLz3smhusmvxOpRpxvwYa4kAVpPubXcLdL+MlPHRIYs\ne1zoBXZhBk14fo7VRoQKdrB3c4dkWNcAl6MKw6YnZaBAg3fm4aywzJKRHvV0\nNMJHk0FaHirIr7zS+t/PwYy2bsVRhm2Js1+77IGv5mhowqht6dj8iACApfMU\nsEivNRbYYtFJI8fj6/RfmAD5qDl76/qSpWuBrySIgpcQt+MzkJKwiOZFgoeu\ncSFj\r\n=DqRH\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-scale_3.3.0-rc.2_1595867269597_0.7577971229120037"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.3.0-rc.3": {
			"name": "d3-scale",
			"version": "3.3.0-rc.3",
			"publishConfig": {
				"tag": "next"
			},
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"d3-module",
				"scale",
				"visualization"
			],
			"homepage": "https://d3js.org/d3-scale/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "dist/d3-scale.js",
			"unpkg": "dist/d3-scale.min.js",
			"jsdelivr": "dist/d3-scale.min.js",
			"module": "src/index.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/d3/d3-scale.git"
			},
			"scripts": {
				"pretest": "rollup -c",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint src",
				"prepublishOnly": "rm -rf dist && yarn test",
				"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../${npm_package_name}/dist/${npm_package_name}.js ${npm_package_name}.v${npm_package_version%%.*}.js && cp ../${npm_package_name}/dist/${npm_package_name}.min.js ${npm_package_name}.v${npm_package_version%%.*}.min.js && git add ${npm_package_name}.v${npm_package_version%%.*}.js ${npm_package_name}.v${npm_package_version%%.*}.min.js && git commit -m \"${npm_package_name} ${npm_package_version}\" && git push && cd - && zip -j dist/${npm_package_name}.zip -- LICENSE README.md dist/${npm_package_name}.js dist/${npm_package_name}.min.js"
			},
			"sideEffects": false,
			"dependencies": {
				"d3-array": "1.2.0 - 2",
				"d3-format": ">=2.0.0-rc.1",
				"d3-interpolate": ">=2.0.0-rc.1",
				"d3-time": ">=2.0.0-rc.1",
				"d3-time-format": ">=3.0.0-rc.1"
			},
			"devDependencies": {
				"d3-color": ">=2.0.0-rc.1",
				"eslint": "6",
				"rollup": "1",
				"rollup-plugin-terser": "5",
				"tape": "4"
			},
			"readmeFilename": "README.md",
			"licenseText": "Copyright 2010-2015 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-scale@3.3.0-rc.3",
			"dist": {
				"shasum": "07d6b3a0d8f9e495d1c1745d644183f0f90c1f3a",
				"integrity": "sha512-ihYt/iS48/dhSHBcVzbMY0Jr7wWe1hKbGwSWHBK9vl7KhrnqzINY2mgOa+bH53IcsTx2rQrvDggSJJ0f852xFA==",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-3.3.0-rc.3.tgz",
				"fileCount": 32,
				"unpackedSize": 178885,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfInluCRA9TVsSAnZWagAAkBMP/jiQNrbhr7bReTK3jsMy\nxOj8UgKuaVG2lnsI345bBOrMEg/qREwDKqt3xqgXGib/QcNTWYuGf0KD0h6X\n6W0QnnhFoIIxcxWbjyEhuMBMJznSK3GsNOw3trNhw9Vug8zeClK0LvHz5mUC\nm6lIDix120OIJZbA81duEyKIMMbKMckKuwVvtbXuQpeAXsd29uVWkU5Egv9M\n5RKVWCr+xCsDjuoAA/3CcMe7RleHZCxuHGXmje3OXT3dwjid9MODB6T/rDvs\nMTfIohX12GG4PyQ0ls2QzLd2/AImJDlkMHtUAWmKWVIc0AV8xkEG4T5+Z9if\nWZEw/mmDMylfN5knqF9QP5CtT3yBXlhDPjXNTQYoaKv+hIhr+CbscTCSjKnI\n5D79sF9Y4FnDRKjUhuQdAEF81TzP5IDVEsB1jsrne8vcGWOpIE5QEzsC4laf\nf/J2Q1wHm7i0D/pdKgAyXOW9zsgSeuJ76pA6HoUjRj4zL+P0SsCBrDmU6VJD\nfmhDWtFwyH7anfORQbA06A9/hZMI9FgyldYd3sVaf1aX/7FeBljt7i/Liem3\njZXVJRYHYzswq0dOFpuKDqHLNH7QU7ldabv0xnkFwrsz6OY8c1cQWVeC5R62\ntzIQcyuUWEwuauZSDFCyPz3M3OmVxKusByi8aGTqSvSMvVYGc9KEFpAoXT9U\n1CL7\r\n=5lJZ\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-scale_3.3.0-rc.3_1596094829919_0.6987229965298081"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.2.2": {
			"name": "d3-scale",
			"version": "3.2.2",
			"description": "Encodings that map abstract data to visual representation.",
			"keywords": [
				"d3",
				"d3-module",
				"scale",
				"visualization"
			],
			"homepage": "https://d3js.org/d3-scale/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "dist/d3-scale.js",
			"unpkg": "dist/d3-scale.min.js",
			"jsdelivr": "dist/d3-scale.min.js",
			"module": "src/index.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/d3/d3-scale.git"
			},
			"scripts": {
				"pretest": "rollup -c",
				"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint src",
				"prepublishOnly": "rm -rf dist && yarn test",
				"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../${npm_package_name}/dist/${npm_package_name}.js ${npm_package_name}.v${npm_package_version%%.*}.js && cp ../${npm_package_name}/dist/${npm_package_name}.min.js ${npm_package_name}.v${npm_package_version%%.*}.min.js && git add ${npm_package_name}.v${npm_package_version%%.*}.js ${npm_package_name}.v${npm_package_version%%.*}.min.js && git commit -m \"${npm_package_name} ${npm_package_version}\" && git push && cd - && zip -j dist/${npm_package_name}.zip -- LICENSE README.md dist/${npm_package_name}.js dist/${npm_package_name}.min.js"
			},
			"sideEffects": false,
			"dependencies": {
				"d3-array": "1.2.0 - 2",
				"d3-format": "1 - 2",
				"d3-interpolate": "1.2.0 - 2",
				"d3-time": "1 - 2",
				"d3-time-format": "2 - 3"
			},
			"devDependencies": {
				"d3-color": "1 - 2",
				"eslint": "6",
				"rollup": "1",
				"rollup-plugin-terser": "5",
				"tape": "4"
			},
			"licenseText": "Copyright 2010-2015 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-scale@3.2.2",
			"dist": {
				"shasum": "36d4cbc94dc38bbb5bd91ba5eddb44c6d19bad3e",
				"integrity": "sha512-3Mvi5HfqPFq0nlyeFlkskGjeqrR/790pINMHc4RXKJ2E6FraTd3juaRIRZZHyMAbi3LjAMW0EH4FB1WgoGyeXg==",
				"tarball": "https://registry.npmjs.org/d3-scale/-/d3-scale-3.2.2.tgz",
				"fileCount": 32,
				"unpackedSize": 178795,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfQu9MCRA9TVsSAnZWagAArYoP/1JkKkUdEEqGzp967hIK\nf7xiFnVmtUd3LQNZ61oLRszPXUIdaQYSx7wephpci9ZH/RqOkQUgJENtqg4c\nqB6glh1ir8hkdV2XYCkLXprue8LtDmlyk0KD5JbyHj14MT6J9cVoUd7YWd7m\n2+EY/CZ0mrB5CuXY3drQFmOjtGOT3F0bmsE37B/EAq6J+3gvzYcZFkd+ei8J\nje9C7D/zHd7rKXjQs9wkLPl1DXr8m+aK7DP6IeEHZuEMdJYms+qQzB1EcOPt\nSoS4Keq8gHAEWhP+lC+GqjHOaFhz/aehQLrOU5XPtxncxfCzao8p2LsAdGH+\nU5QrShKg9KhZUsuVSMfpM4opxbaZMB/0JnKrwSux/TZwrzKQQjr1wzQJnrAe\nu85MdYKNJQZaiVOC6hTv96WUhdlZdoOiV/My5Gqx11FbzY9FcbcSbX5PHkT+\nBBEe4e63H4nldWCjYlw2tJ0eBcj9/Pn9XDDYKZej9x/ypi7yUgQL2Vsvw13o\noCJja2V2gUiexVex+I+TaTMO/5xFxQ3sxw3h2SxuhtRjxr0kMMhhuCpfqrOb\nAHDoO/a9MjZAo56t69fFMui6jTojGGsozftlTk+y5iJYb5o9ADCXrTXXgvVj\nOErdMaprq6USAyYjHifTpElyYHwr9NrR3MbtvPOWdPIL08ICj2hYCtbgOejU\nSA4y\r\n=IlC8\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-scale_3.2.2_1598222156138_0.1660178654454516"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2020-08-23T22:35:59.641Z",
		"created": "2014-03-29T22:21:16.311Z",
		"0.0.0": "2014-03-29T22:21:16.311Z",
		"0.0.1": "2015-06-23T05:31:25.173Z",
		"0.0.2": "2015-06-24T22:50:51.986Z",
		"0.1.0": "2015-07-01T05:18:09.345Z",
		"0.1.1": "2015-07-06T17:11:01.944Z",
		"0.1.2": "2015-10-20T21:25:17.504Z",
		"0.1.3": "2015-11-04T06:52:03.949Z",
		"0.1.4": "2015-11-04T07:10:16.003Z",
		"0.1.5": "2015-11-11T19:38:02.923Z",
		"0.2.0": "2015-11-30T20:44:21.534Z",
		"0.3.0": "2015-12-18T19:27:29.490Z",
		"0.4.0": "2015-12-22T18:21:19.735Z",
		"0.4.1": "2016-01-07T20:40:44.820Z",
		"0.5.0": "2016-01-07T23:03:19.767Z",
		"0.5.1": "2016-01-12T18:35:51.336Z",
		"0.5.2": "2016-01-27T01:50:33.894Z",
		"0.5.3": "2016-01-29T18:32:16.593Z",
		"0.6.0": "2016-02-01T20:26:24.629Z",
		"0.6.1": "2016-02-03T21:51:18.079Z",
		"0.6.2": "2016-02-22T17:23:50.967Z",
		"0.6.3": "2016-02-26T21:44:41.281Z",
		"0.6.4": "2016-02-28T17:34:14.247Z",
		"0.7.0": "2016-04-29T20:50:30.820Z",
		"0.7.1": "2016-05-20T21:16:51.975Z",
		"0.7.2": "2016-05-23T22:24:05.422Z",
		"0.8.0": "2016-06-06T23:42:33.453Z",
		"0.9.0": "2016-06-08T03:39:24.449Z",
		"0.9.1": "2016-06-13T17:45:18.894Z",
		"0.9.2": "2016-06-15T19:37:29.696Z",
		"0.9.3": "2016-06-19T16:27:36.308Z",
		"1.0.0": "2016-06-24T17:54:22.337Z",
		"1.0.1": "2016-07-11T02:35:01.473Z",
		"1.0.2": "2016-07-29T22:50:43.280Z",
		"1.0.3": "2016-08-02T21:32:35.747Z",
		"1.0.4": "2016-11-23T00:47:52.700Z",
		"1.0.5": "2017-03-10T17:49:45.360Z",
		"1.0.6": "2017-05-15T19:05:15.022Z",
		"1.0.7": "2017-11-21T21:37:53.745Z",
		"2.0.0": "2018-01-28T19:02:49.335Z",
		"2.1.0": "2018-06-16T18:03:16.168Z",
		"2.1.1": "2018-08-24T19:32:42.507Z",
		"2.1.2": "2018-08-24T21:34:54.497Z",
		"2.2.0": "2019-01-28T05:31:12.141Z",
		"2.2.1": "2019-01-28T17:46:17.403Z",
		"2.2.2": "2019-01-28T17:54:26.618Z",
		"3.0.0": "2019-03-18T03:42:02.856Z",
		"3.0.1": "2019-07-31T04:55:24.893Z",
		"3.1.0": "2019-09-02T16:46:12.216Z",
		"3.2.0": "2019-10-24T14:28:33.488Z",
		"3.2.1": "2019-11-23T16:40:42.738Z",
		"3.3.0-rc.1": "2020-07-27T16:17:23.137Z",
		"3.3.0-rc.2": "2020-07-27T16:27:49.710Z",
		"3.3.0-rc.3": "2020-07-30T07:40:30.066Z",
		"3.2.2": "2020-08-23T22:35:56.250Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "3.2.2",
		"next": "3.3.0-rc.3"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"f752c8474bc3db7e9f6cca5b4f3c5aac\"",
			"fetched": 1600679288723
		}
	},
	"_distfiles": {
		"d3-scale-0.0.0.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.0.0.tgz",
			"sha": "8dac92144b0c9e293c57435c5e9b3f8725fbbfd1",
			"registry": "npmjs"
		},
		"d3-scale-0.0.1.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.0.1.tgz",
			"sha": "b06c35f41ad4ef10e80e93dde83945ce2c8b6662",
			"registry": "npmjs"
		},
		"d3-scale-0.0.2.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.0.2.tgz",
			"sha": "33a29aa06f64a3d87193f73e8e8ccc79aca0d72c",
			"registry": "npmjs"
		},
		"d3-scale-0.1.0.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.1.0.tgz",
			"sha": "e667ca4732b4c25a8c4aa570d68f6017809dacfc",
			"registry": "npmjs"
		},
		"d3-scale-0.1.1.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.1.1.tgz",
			"sha": "8dde1a4ec2cc03f84688410819a14eabc88e8d5c",
			"registry": "npmjs"
		},
		"d3-scale-0.1.2.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.1.2.tgz",
			"sha": "4e40a3fdbce4f069a63ec205fa931e32fbee6928",
			"registry": "npmjs"
		},
		"d3-scale-0.1.3.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.1.3.tgz",
			"sha": "fe38ec69bb6ea61ff3edfab8a440b032b09e1b92",
			"registry": "npmjs"
		},
		"d3-scale-0.1.4.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.1.4.tgz",
			"sha": "72375b445aa64237fc9907ab1a0b6ec6507b68ca",
			"registry": "npmjs"
		},
		"d3-scale-0.1.5.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.1.5.tgz",
			"sha": "6dd3922ad3ebf0b1949d3d035a23a1b5b8d3e185",
			"registry": "npmjs"
		},
		"d3-scale-0.2.0.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.2.0.tgz",
			"sha": "8c1b3ede7b0da40bdb2dbef0e63157f2bc5bb5f5",
			"registry": "npmjs"
		},
		"d3-scale-0.3.0.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.3.0.tgz",
			"sha": "736caa6d7e805ae2ae7eab8501f89facb6f85f27",
			"registry": "npmjs"
		},
		"d3-scale-0.4.0.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.4.0.tgz",
			"sha": "21970057ccee419f0b3a1f85ba572fddab4db1c3",
			"registry": "npmjs"
		},
		"d3-scale-0.4.1.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.4.1.tgz",
			"sha": "62af8a6c64df35fd9956a1cd0c88a25d8d466095",
			"registry": "npmjs"
		},
		"d3-scale-0.5.0.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.5.0.tgz",
			"sha": "b17506a4a9508e9118b55591b9ee1cc06e96293f",
			"registry": "npmjs"
		},
		"d3-scale-0.5.1.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.5.1.tgz",
			"sha": "b15e6a43affa9547f169fcf7a868e844ab63b015",
			"registry": "npmjs"
		},
		"d3-scale-0.5.2.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.5.2.tgz",
			"sha": "55791079de160da75c80dffbf3cc5f6c190a7852",
			"registry": "npmjs"
		},
		"d3-scale-0.5.3.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.5.3.tgz",
			"sha": "12720fd8e35a399f5c8abc4a296a35037d8fa936",
			"registry": "npmjs"
		},
		"d3-scale-0.6.0.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.6.0.tgz",
			"sha": "21646a25fc1c798c77ffef29f1c51c2e2e56e824",
			"registry": "npmjs"
		},
		"d3-scale-0.6.1.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.6.1.tgz",
			"sha": "9b19461dcfa7209b1d247e4446a550114a5f1460",
			"registry": "npmjs"
		},
		"d3-scale-0.6.2.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.6.2.tgz",
			"sha": "dc09a951a3ccbe44698d259b1c85dddd0ba1417a",
			"registry": "npmjs"
		},
		"d3-scale-0.6.3.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.6.3.tgz",
			"sha": "c7e479d9d0f135d0fa7a488ecf427929d6a31dfb",
			"registry": "npmjs"
		},
		"d3-scale-0.6.4.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.6.4.tgz",
			"sha": "e398e146fa53dec5370ed1f045ef0426c1a3fd90",
			"registry": "npmjs"
		},
		"d3-scale-0.7.0.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.7.0.tgz",
			"sha": "92a2d5fe2b1718dc854148170c3f421b0712ea62",
			"registry": "npmjs"
		},
		"d3-scale-0.7.1.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.7.1.tgz",
			"sha": "2fac3c17e2a017faff52430aeac28c30eacc2369",
			"registry": "npmjs"
		},
		"d3-scale-0.7.2.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.7.2.tgz",
			"sha": "6b2cd8b9f4fb82b8d4a6c6879a1ef89077961105",
			"registry": "npmjs"
		},
		"d3-scale-0.8.0.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.8.0.tgz",
			"sha": "907b2ca96a16c2a3d21bc23b13ef996dc65e794c",
			"registry": "npmjs"
		},
		"d3-scale-0.9.0.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.9.0.tgz",
			"sha": "96e808247c5ca7212d606cdbf6a94e9133b6377e",
			"registry": "npmjs"
		},
		"d3-scale-0.9.1.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.9.1.tgz",
			"sha": "d9ba32b7a80a3434a8947e5e1bfcd3ff17224033",
			"registry": "npmjs"
		},
		"d3-scale-0.9.2.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.9.2.tgz",
			"sha": "f62e263d0dd99a2d3fe436f2122f07d2b4a8e4a0",
			"registry": "npmjs"
		},
		"d3-scale-0.9.3.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-0.9.3.tgz",
			"sha": "b64555fc817a182988bc405ec12d3c903dcb30e1",
			"registry": "npmjs"
		},
		"d3-scale-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-1.0.0.tgz",
			"sha": "0b4175ca31cbe65e254427e4662dfaefc373462d",
			"registry": "npmjs"
		},
		"d3-scale-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-1.0.1.tgz",
			"sha": "0e988692379666d0f252afdc307a10ca179656f3",
			"registry": "npmjs"
		},
		"d3-scale-1.0.2.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-1.0.2.tgz",
			"sha": "c42a857e532e12d3a8394cd678783e35d55b466c",
			"registry": "npmjs"
		},
		"d3-scale-1.0.3.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-1.0.3.tgz",
			"sha": "4f9e8f0cc2ea0f3925ff04ac27adc09045fa4c90",
			"registry": "npmjs"
		},
		"d3-scale-1.0.4.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-1.0.4.tgz",
			"sha": "50e28bf6a193b706745528515ed9b3d44205a033",
			"registry": "npmjs"
		},
		"d3-scale-1.0.5.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-1.0.5.tgz",
			"sha": "418506f0fb18eb052b385e196398acc2a4134858",
			"registry": "npmjs"
		},
		"d3-scale-1.0.6.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-1.0.6.tgz",
			"sha": "bce19da80d3a0cf422c9543ae3322086220b34ed",
			"registry": "npmjs"
		},
		"d3-scale-1.0.7.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-1.0.7.tgz",
			"sha": "fa90324b3ea8a776422bd0472afab0b252a0945d",
			"registry": "npmjs"
		},
		"d3-scale-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-2.0.0.tgz",
			"sha": "fd8ac78381bc2ed741d8c71770437a5e0549a5a5",
			"registry": "npmjs"
		},
		"d3-scale-2.1.0.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-2.1.0.tgz",
			"sha": "8d3fd3e2a7c9080782a523c08507c5248289eef8",
			"registry": "npmjs"
		},
		"d3-scale-2.1.1.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-2.1.1.tgz",
			"sha": "88928332d8138081a1fb62e096590470a9ec3c9b",
			"registry": "npmjs"
		},
		"d3-scale-2.1.2.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-2.1.2.tgz",
			"sha": "4e932b7b60182aee9073ede8764c98423e5f9a94",
			"registry": "npmjs"
		},
		"d3-scale-2.2.0.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-2.2.0.tgz",
			"sha": "95a5075edccae0266852bb3dc123e0d1bac3eddc",
			"registry": "npmjs"
		},
		"d3-scale-2.2.1.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-2.2.1.tgz",
			"sha": "6812d5559c240b5230f1ef452a7bf4a593f30906",
			"registry": "npmjs"
		},
		"d3-scale-2.2.2.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-2.2.2.tgz",
			"sha": "4e880e0b2745acaaddd3ede26a9e908a9e17b81f",
			"registry": "npmjs"
		},
		"d3-scale-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-3.0.0.tgz",
			"sha": "ddede1278ac3ea2bf3666de6ca625e20bed9b6c9",
			"registry": "npmjs"
		},
		"d3-scale-3.0.1.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-3.0.1.tgz",
			"sha": "f7b5e7046ad83b35399639455bf5218a3cc1d1bc",
			"registry": "npmjs"
		},
		"d3-scale-3.1.0.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-3.1.0.tgz",
			"sha": "e8af005101502dbf26c505d9f40cf88bcb75b2e1",
			"registry": "npmjs"
		},
		"d3-scale-3.2.0.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-3.2.0.tgz",
			"sha": "4071896216b3173caccd944be209e73c8c244e5d",
			"registry": "npmjs"
		},
		"d3-scale-3.2.1.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-3.2.1.tgz",
			"sha": "da1684adce7261b4bc7a76fe193d887f0e909e69",
			"registry": "npmjs"
		},
		"d3-scale-3.3.0-rc.1.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-3.3.0-rc.1.tgz",
			"sha": "d34e609482768571b8357e247ef4ad58ac99966c",
			"registry": "npmjs"
		},
		"d3-scale-3.3.0-rc.2.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-3.3.0-rc.2.tgz",
			"sha": "45416196b3e9cf6aee49f3a913abcd2516da78ac",
			"registry": "npmjs"
		},
		"d3-scale-3.3.0-rc.3.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-3.3.0-rc.3.tgz",
			"sha": "07d6b3a0d8f9e495d1c1745d644183f0f90c1f3a",
			"registry": "npmjs"
		},
		"d3-scale-3.2.2.tgz": {
			"url": "https://registry.npmjs.org/d3-scale/-/d3-scale-3.2.2.tgz",
			"sha": "36d4cbc94dc38bbb5bd91ba5eddb44c6d19bad3e",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"d3-scale-2.2.2.tgz": {
			"shasum": "4e880e0b2745acaaddd3ede26a9e908a9e17b81f"
		}
	},
	"_rev": "2-05a8954a486aaa72",
	"_id": "d3-scale",
	"readme": "# d3-scale\n\nScales are a convenient abstraction for a fundamental task in visualization: mapping a dimension of abstract data to a visual representation. Although most often used for position-encoding quantitative data, such as mapping a measurement in meters to a position in pixels for dots in a scatterplot, scales can represent virtually any visual encoding, such as diverging colors, stroke widths, or symbol size. Scales can also be used with virtually any type of data, such as named categorical data or discrete data that requires sensible breaks.\n\nFor [continuous](#continuous-scales) quantitative data, you typically want a [linear scale](#linear-scales). (For time series data, a [time scale](#time-scales).) If the distribution calls for it, consider transforming data using a [power](#power-scales) or [log](#log-scales) scale. A [quantize scale](#quantize-scales) may aid differentiation by rounding continuous data to a fixed set of discrete values; similarly, a [quantile scale](#quantile-scales) computes quantiles from a sample population, and a [threshold scale](#threshold-scales) allows you to specify arbitrary breaks in continuous data.\n\nFor discrete ordinal (ordered) or categorical (unordered) data, an [ordinal scale](#ordinal-scales) specifies an explicit mapping from a set of data values to a corresponding set of visual attributes (such as colors). The related [band](#band-scales) and [point](#point-scales) scales are useful for position-encoding ordinal data, such as bars in a bar chart or dots in an categorical scatterplot.\n\nThis repository does not provide color schemes; see [d3-scale-chromatic](https://github.com/d3/d3-scale-chromatic) for color schemes designed to work with d3-scale.\n\nScales have no intrinsic visual representation. However, most scales can [generate](#continuous_ticks) and [format](#continuous_tickFormat) ticks for reference marks to aid in the construction of axes.\n\nFor a longer introduction, see these recommended tutorials:\n\n* [Introducing d3-scale](https://medium.com/@mbostock/introducing-d3-scale-61980c51545f) by Mike Bostock\n\n* Chapter 7. Scales of [*Interactive Data Visualization for the Web*](http://alignedleft.com/work/d3-book) by Scott Murray\n\n* [d3: scales, and color.](http://www.jeromecukier.net/2011/08/11/d3-scales-and-color/) by Jérôme Cukier\n\n## Installing\n\nIf you use NPM, `npm install d3-scale`. Otherwise, download the [latest release](https://github.com/d3/d3-scale/releases/latest). You can also load directly from [d3js.org](https://d3js.org), either as a [standalone library](https://d3js.org/d3-scale.v3.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-array.v2.min.js\"></script>\n<script src=\"https://d3js.org/d3-color.v1.min.js\"></script>\n<script src=\"https://d3js.org/d3-format.v1.min.js\"></script>\n<script src=\"https://d3js.org/d3-interpolate.v1.min.js\"></script>\n<script src=\"https://d3js.org/d3-time.v1.min.js\"></script>\n<script src=\"https://d3js.org/d3-time-format.v2.min.js\"></script>\n<script src=\"https://d3js.org/d3-scale.v3.min.js\"></script>\n<script>\n\nvar x = d3.scaleLinear();\n\n</script>\n```\n\n(You can omit d3-time and d3-time-format if you’re not using [d3.scaleTime](#scaleTime) or [d3.scaleUtc](#scaleUtc).)\n\n## API Reference\n\n* [Continuous](#continuous-scales) ([Linear](#linear-scales), [Power](#power-scales), [Log](#log-scales), [Identity](#identity-scales), [Time](#time-scales), [Radial](#radial-scales))\n* [Sequential](#sequential-scales)\n* [Diverging](#diverging-scales)\n* [Quantize](#quantize-scales)\n* [Quantile](#quantile-scales)\n* [Threshold](#threshold-scales)\n* [Ordinal](#ordinal-scales) ([Band](#band-scales), [Point](#point-scales))\n\n### Continuous Scales\n\nContinuous scales map a continuous, quantitative input [domain](#continuous_domain) to a continuous output [range](#continuous_range). If the range is also numeric, the mapping may be [inverted](#continuous_invert). A continuous scale is not constructed directly; instead, try a [linear](#linear-scales), [power](#power-scales), [log](#log-scales), [identity](#identity-scales), [radial](#radial-scales), [time](#time-scales) or [sequential color](#sequential-scales) scale.\n\n<a name=\"_continuous\" href=\"#_continuous\">#</a> <i>continuous</i>(<i>value</i>) · [Source](https://github.com/d3/d3-scale/blob/master/src/continuous.js), [Examples](https://observablehq.com/@d3/continuous-scales)\n\nGiven a *value* from the [domain](#continuous_domain), returns the corresponding value from the [range](#continuous_range). If the given *value* is outside the domain, and [clamping](#continuous_clamp) is not enabled, the mapping may be extrapolated such that the returned value is outside the range. For example, to apply a position encoding:\n\n```js\nvar x = d3.scaleLinear()\n    .domain([10, 130])\n    .range([0, 960]);\n\nx(20); // 80\nx(50); // 320\n```\n\nOr to apply a color encoding:\n\n```js\nvar color = d3.scaleLinear()\n    .domain([10, 100])\n    .range([\"brown\", \"steelblue\"]);\n\ncolor(20); // \"#9a3439\"\ncolor(50); // \"#7b5167\"\n```\n\nOr, in shorthand:\n\n```js\nvar x = d3.scaleLinear([10, 130], [0, 960]);\nvar color = d3.scaleLinear([10, 100], [\"brown\", \"steelblue\"]);\n```\n\n<a name=\"continuous_invert\" href=\"#continuous_invert\">#</a> <i>continuous</i>.<b>invert</b>(<i>value</i>) · [Source](https://github.com/d3/d3-scale/blob/master/src/continuous.js), [Examples](https://observablehq.com/@d3/continuous-scales)\n\nGiven a *value* from the [range](#continuous_range), returns the corresponding value from the [domain](#continuous_domain). Inversion is useful for interaction, say to determine the data value corresponding to the position of the mouse. For example, to invert a position encoding:\n\n```js\nvar x = d3.scaleLinear()\n    .domain([10, 130])\n    .range([0, 960]);\n\nx.invert(80); // 20\nx.invert(320); // 50\n```\n\nIf the given *value* is outside the range, and [clamping](#continuous_clamp) is not enabled, the mapping may be extrapolated such that the returned value is outside the domain. This method is only supported if the range is numeric. If the range is not numeric, returns NaN.\n\nFor a valid value *y* in the range, <i>continuous</i>(<i>continuous</i>.invert(<i>y</i>)) approximately equals *y*; similarly, for a valid value *x* in the domain, <i>continuous</i>.invert(<i>continuous</i>(<i>x</i>)) approximately equals *x*. The scale and its inverse may not be exact due to the limitations of floating point precision.\n\n<a name=\"continuous_domain\" href=\"#continuous_domain\">#</a> <i>continuous</i>.<b>domain</b>([<i>domain</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/continuous.js), [Examples](https://observablehq.com/@d3/continuous-scales)\n\nIf *domain* is specified, sets the scale’s domain to the specified array of numbers. The array must contain two or more elements. If the elements in the given array are not numbers, they will be coerced to numbers. If *domain* is not specified, returns a copy of the scale’s current domain.\n\nAlthough continuous scales typically have two values each in their domain and range, specifying more than two values produces a piecewise scale. For example, to create a [diverging color scale](#diverging-scales) that interpolates between white and red for negative values, and white and green for positive values, say:\n\n```js\nvar color = d3.scaleLinear()\n    .domain([-1, 0, 1])\n    .range([\"red\", \"white\", \"green\"]);\n\ncolor(-0.5); // \"rgb(255, 128, 128)\"\ncolor(+0.5); // \"rgb(128, 192, 128)\"\n```\n\nInternally, a piecewise scale performs a [binary search](https://github.com/d3/d3-array/blob/master/README.md#bisect) for the range interpolator corresponding to the given domain value. Thus, the domain must be in ascending or descending order. If the domain and range have different lengths *N* and *M*, only the first *min(N,M)* elements in each are observed.\n\n<a name=\"continuous_range\" href=\"#continuous_range\">#</a> <i>continuous</i>.<b>range</b>([<i>range</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/continuous.js), [Examples](https://observablehq.com/@d3/continuous-scales)\n\nIf *range* is specified, sets the scale’s range to the specified array of values. The array must contain two or more elements. Unlike the [domain](#continuous_domain), elements in the given array need not be numbers; any value that is supported by the underlying [interpolator](#continuous_interpolate) will work, though note that numeric ranges are required for [invert](#continuous_invert). If *range* is not specified, returns a copy of the scale’s current range. See [*continuous*.interpolate](#continuous_interpolate) for more examples.\n\n<a name=\"continuous_rangeRound\" href=\"#continuous_rangeRound\">#</a> <i>continuous</i>.<b>rangeRound</b>([<i>range</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/continuous.js), [Examples](https://observablehq.com/@d3/continuous-scales)\n\nSets the scale’s [*range*](#continuous_range) to the specified array of values while also setting the scale’s [interpolator](#continuous_interpolate) to [interpolateRound](https://github.com/d3/d3-interpolate/blob/master/README.md#interpolateRound). This is a convenience method equivalent to:\n\n```js\ncontinuous\n    .range(range)\n    .interpolate(d3.interpolateRound);\n```\n\nThe rounding interpolator is sometimes useful for avoiding antialiasing artifacts, though also consider the [shape-rendering](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/shape-rendering) “crispEdges” styles. Note that this interpolator can only be used with numeric ranges.\n\n<a name=\"continuous_clamp\" href=\"#continuous_clamp\">#</a> <i>continuous</i>.<b>clamp</b>(<i>clamp</i>) · [Source](https://github.com/d3/d3-scale/blob/master/src/continuous.js), [Examples](https://observablehq.com/@d3/continuous-scales)\n\nIf *clamp* is specified, enables or disables clamping accordingly. If clamping is disabled and the scale is passed a value outside the [domain](#continuous_domain), the scale may return a value outside the [range](#continuous_range) through extrapolation. If clamping is enabled, the return value of the scale is always within the scale’s range. Clamping similarly applies to [*continuous*.invert](#continuous_invert). For example:\n\n```js\nvar x = d3.scaleLinear()\n    .domain([10, 130])\n    .range([0, 960]);\n\nx(-10); // -160, outside range\nx.invert(-160); // -10, outside domain\n\nx.clamp(true);\nx(-10); // 0, clamped to range\nx.invert(-160); // 10, clamped to domain\n```\n\nIf *clamp* is not specified, returns whether or not the scale currently clamps values to within the range.\n\n<a name=\"continuous_unknown\" href=\"#continuous_unknown\">#</a> <i>continuous</i>.<b>unknown</b>([<i>value</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/continuous.js), [Examples](https://observablehq.com/@d3/continuous-scales)\n\nIf *value* is specified, sets the output value of the scale for undefined (or NaN) input values and returns this scale. If *value* is not specified, returns the current unknown value, which defaults to undefined.\n\n<a name=\"continuous_interpolate\" href=\"#continuous_interpolate\">#</a> <i>continuous</i>.<b>interpolate</b>(<i>interpolate</i>) · [Source](https://github.com/d3/d3-scale/blob/master/src/continuous.js), [Examples](https://observablehq.com/@d3/continuous-scales)\n\nIf *interpolate* is specified, sets the scale’s [range](#continuous_range) interpolator factory. This interpolator factory is used to create interpolators for each adjacent pair of values from the range; these interpolators then map a normalized domain parameter *t* in [0, 1] to the corresponding value in the range. If *factory* is not specified, returns the scale’s current interpolator factory, which defaults to [d3.interpolate](https://github.com/d3/d3-interpolate/blob/master/README.md#interpolate). See [d3-interpolate](https://github.com/d3/d3-interpolate) for more interpolators.\n\nFor example, consider a diverging color scale with three colors in the range:\n\n```js\nvar color = d3.scaleLinear()\n    .domain([-100, 0, +100])\n    .range([\"red\", \"white\", \"green\"]);\n```\n\nTwo interpolators are created internally by the scale, equivalent to:\n\n```js\nvar i0 = d3.interpolate(\"red\", \"white\"),\n    i1 = d3.interpolate(\"white\", \"green\");\n```\n\nA common reason to specify a custom interpolator is to change the color space of interpolation. For example, to use [HCL](https://github.com/d3/d3-interpolate/blob/master/README.md#interpolateHcl):\n\n```js\nvar color = d3.scaleLinear()\n    .domain([10, 100])\n    .range([\"brown\", \"steelblue\"])\n    .interpolate(d3.interpolateHcl);\n```\n\nOr for [Cubehelix](https://github.com/d3/d3-interpolate/blob/master/README.md#interpolateCubehelix) with a custom gamma:\n\n```js\nvar color = d3.scaleLinear()\n    .domain([10, 100])\n    .range([\"brown\", \"steelblue\"])\n    .interpolate(d3.interpolateCubehelix.gamma(3));\n```\n\nNote: the [default interpolator](https://github.com/d3/d3-interpolate/blob/master/README.md#interpolate) **may reuse return values**. For example, if the range values are objects, then the value interpolator always returns the same object, modifying it in-place. If the scale is used to set an attribute or style, this is typically acceptable (and desirable for performance); however, if you need to store the scale’s return value, you must specify your own interpolator or make a copy as appropriate.\n\n<a name=\"continuous_ticks\" href=\"#continuous_ticks\">#</a> <i>continuous</i>.<b>ticks</b>([<i>count</i>])\n\nReturns approximately *count* representative values from the scale’s [domain](#continuous_domain). If *count* is not specified, it defaults to 10. The returned tick values are uniformly spaced, have human-readable values (such as multiples of powers of 10), and are guaranteed to be within the extent of the domain. Ticks are often used to display reference lines, or tick marks, in conjunction with the visualized data. The specified *count* is only a hint; the scale may return more or fewer values depending on the domain. See also d3-array’s [ticks](https://github.com/d3/d3-array/blob/master/README.md#ticks).\n\n<a name=\"continuous_tickFormat\" href=\"#continuous_tickFormat\">#</a> <i>continuous</i>.<b>tickFormat</b>([<i>count</i>[, <i>specifier</i>]]) · [Source](https://github.com/d3/d3-scale/blob/master/src/tickFormat.js), [Examples](https://observablehq.com/@d3/scale-ticks)\n\nReturns a [number format](https://github.com/d3/d3-format) function suitable for displaying a tick value, automatically computing the appropriate precision based on the fixed interval between tick values. The specified *count* should have the same value as the count that is used to generate the [tick values](#continuous_ticks).\n\nAn optional *specifier* allows a [custom format](https://github.com/d3/d3-format/blob/master/README.md#locale_format) where the precision of the format is automatically set by the scale as appropriate for the tick interval. For example, to format percentage change, you might say:\n\n```js\nvar x = d3.scaleLinear()\n    .domain([-1, 1])\n    .range([0, 960]);\n\nvar ticks = x.ticks(5),\n    tickFormat = x.tickFormat(5, \"+%\");\n\nticks.map(tickFormat); // [\"-100%\", \"-50%\", \"+0%\", \"+50%\", \"+100%\"]\n```\n\nIf *specifier* uses the format type `s`, the scale will return a [SI-prefix format](https://github.com/d3/d3-format/blob/master/README.md#locale_formatPrefix) based on the largest value in the domain. If the *specifier* already specifies a precision, this method is equivalent to [*locale*.format](https://github.com/d3/d3-format/blob/master/README.md#locale_format).\n\nSee also [d3.tickFormat](#tickFormat).\n\n<a name=\"continuous_nice\" href=\"#continuous_nice\">#</a> <i>continuous</i>.<b>nice</b>([<i>count</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/nice.js), [Examples](https://observablehq.com/@d3/d3-scalelinear)\n\nExtends the [domain](#continuous_domain) so that it starts and ends on nice round values. This method typically modifies the scale’s domain, and may only extend the bounds to the nearest round value. An optional tick *count* argument allows greater control over the step size used to extend the bounds, guaranteeing that the returned [ticks](#continuous_ticks) will exactly cover the domain. Nicing is useful if the domain is computed from data, say using [extent](https://github.com/d3/d3-array/blob/master/README.md#extent), and may be irregular. For example, for a domain of [0.201479…, 0.996679…], a nice domain might be [0.2, 1.0]. If the domain has more than two values, nicing the domain only affects the first and last value. See also d3-array’s [tickStep](https://github.com/d3/d3-array/blob/master/README.md#tickStep).\n\nNicing a scale only modifies the current domain; it does not automatically nice domains that are subsequently set using [*continuous*.domain](#continuous_domain). You must re-nice the scale after setting the new domain, if desired.\n\n<a name=\"continuous_copy\" href=\"#continuous_copy\">#</a> <i>continuous</i>.<b>copy</b>() · [Source](https://github.com/d3/d3-scale/blob/master/src/continuous.js), [Examples](https://observablehq.com/@d3/continuous-scales)\n\nReturns an exact copy of this scale. Changes to this scale will not affect the returned scale, and vice versa.\n\n<a name=\"tickFormat\" href='#tickFormat'>#</a> d3.<b>tickFormat</b>(<i>start</i>, <i>stop</i>, <i>count</i>[, <i>specifier</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/tickFormat.js), [Examples](https://observablehq.com/@d3/scale-ticks)\n\nReturns a [number format](https://github.com/d3/d3-format) function suitable for displaying a tick value, automatically computing the appropriate precision based on the fixed interval between tick values, as determined by [d3.tickStep](https://github.com/d3/d3-array/blob/master/README.md#tickStep).\n\nAn optional *specifier* allows a [custom format](https://github.com/d3/d3-format/blob/master/README.md#locale_format) where the precision of the format is automatically set by the scale as appropriate for the tick interval. For example, to format percentage change, you might say:\n\n```js\nvar tickFormat = d3.tickFormat(-1, 1, 5, \"+%\");\n\ntickFormat(-0.5); // \"-50%\"\n```\n\nIf *specifier* uses the format type `s`, the scale will return a [SI-prefix format](https://github.com/d3/d3-format/blob/master/README.md#locale_formatPrefix) based on the larger absolute value of *start* and *stop*. If the *specifier* already specifies a precision, this method is equivalent to [*locale*.format](https://github.com/d3/d3-format/blob/master/README.md#locale_format).\n\n#### Linear Scales\n\n<a name=\"scaleLinear\" href=\"#scaleLinear\">#</a> d3.<b>scaleLinear</b>([[<i>domain</i>, ]<i>range</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/linear.js), [Examples](https://observablehq.com/@d3/d3-scalelinear)\n\nConstructs a new [continuous scale](#continuous-scales) with the specified [domain](#continuous_domain) and [range](#continuous_range), the [default](https://github.com/d3/d3-interpolate/blob/master/README.md#interpolate) [interpolator](#continuous_interpolate) and [clamping](#continuous_clamp) disabled. If either *domain* or *range* are not specified, each defaults to [0, 1]. Linear scales are a good default choice for continuous quantitative data because they preserve proportional differences. Each range value *y* can be expressed as a function of the domain value *x*: *y* = *mx* + *b*.\n\n#### Power Scales\n\nPower scales are similar to [linear scales](#linear-scales), except an exponential transform is applied to the input domain value before the output range value is computed. Each range value *y* can be expressed as a function of the domain value *x*: *y* = *mx^k* + *b*, where *k* is the [exponent](#pow_exponent) value. Power scales also support negative domain values, in which case the input value and the resulting output value are multiplied by -1.\n\n<a name=\"scalePow\" href=\"#scalePow\">#</a> d3.<b>scalePow</b>([[<i>domain</i>, ]<i>range</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/pow.js), [Examples](https://observablehq.com/@d3/continuous-scales)\n\nConstructs a new [continuous scale](#continuous-scales) with the specified [domain](#continuous_domain) and [range](#continuous_range), the [exponent](#pow_exponent) 1, the [default](https://github.com/d3/d3-interpolate/blob/master/README.md#interpolate) [interpolator](#continuous_interpolate) and [clamping](#continuous_clamp) disabled. If either *domain* or *range* are not specified, each defaults to [0, 1]. (Note that this is effectively a [linear](#linear-scales) scale until you set a different exponent.)\n\n<a name=\"_pow\" href=\"#_pow\">#</a> <i>pow</i>(<i>value</i>) · [Source](https://github.com/d3/d3-scale/blob/master/src/pow.js), [Examples](https://observablehq.com/@d3/continuous-scales)\n\nSee [*continuous*](#_continuous).\n\n<a name=\"pow_invert\" href=\"#pow_invert\">#</a> <i>pow</i>.<b>invert</b>(<i>value</i>) · [Source](https://github.com/d3/d3-scale/blob/master/src/pow.js), [Examples](https://observablehq.com/@d3/continuous-scales)\n\nSee [*continuous*.invert](#continuous_invert).\n\n<a name=\"pow_exponent\" href=\"#pow_exponent\">#</a> <i>pow</i>.<b>exponent</b>([<i>exponent</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/pow.js), [Examples](https://observablehq.com/@d3/continuous-scales)\n\nIf *exponent* is specified, sets the current exponent to the given numeric value. If *exponent* is not specified, returns the current exponent, which defaults to 1. (Note that this is effectively a [linear](#linear-scales) scale until you set a different exponent.)\n\n<a name=\"pow_domain\" href=\"#pow_domain\">#</a> <i>pow</i>.<b>domain</b>([<i>domain</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/pow.js), [Examples](https://observablehq.com/@d3/continuous-scales)\n\nSee [*continuous*.domain](#continuous_domain).\n\n<a name=\"pow_range\" href=\"#pow_range\">#</a> <i>pow</i>.<b>range</b>([<i>range</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/pow.js), [Examples](https://observablehq.com/@d3/continuous-scales)\n\nSee [*continuous*.range](#continuous_range).\n\n<a name=\"pow_rangeRound\" href=\"#pow_rangeRound\">#</a> <i>pow</i>.<b>rangeRound</b>([<i>range</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/pow.js), [Examples](https://observablehq.com/@d3/continuous-scales)\n\nSee [*continuous*.rangeRound](#continuous_rangeRound).\n\n<a name=\"pow_clamp\" href=\"#pow_clamp\">#</a> <i>pow</i>.<b>clamp</b>(<i>clamp</i>) · [Source](https://github.com/d3/d3-scale/blob/master/src/pow.js), [Examples](https://observablehq.com/@d3/continuous-scales)\n\nSee [*continuous*.clamp](#continuous_clamp).\n\n<a name=\"pow_interpolate\" href=\"#pow_interpolate\">#</a> <i>pow</i>.<b>interpolate</b>(<i>interpolate</i>) · [Source](https://github.com/d3/d3-scale/blob/master/src/pow.js), [Examples](https://observablehq.com/@d3/continuous-scales)\n\nSee [*continuous*.interpolate](#continuous_interpolate).\n\n<a name=\"pow_ticks\" href=\"#pow_ticks\">#</a> <i>pow</i>.<b>ticks</b>([<i>count</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/pow.js), [Examples](https://observablehq.com/@d3/scale-ticks)\n\nSee [*continuous*.ticks](#continuous_ticks).\n\n<a name=\"pow_tickFormat\" href=\"#pow_tickFormat\">#</a> <i>pow</i>.<b>tickFormat</b>([<i>count</i>[, <i>specifier</i>]]) · [Source](https://github.com/d3/d3-scale/blob/master/src/pow.js), [Examples](https://observablehq.com/@d3/scale-ticks)\n\nSee [*continuous*.tickFormat](#continuous_tickFormat).\n\n<a name=\"pow_nice\" href=\"#pow_nice\">#</a> <i>pow</i>.<b>nice</b>([<i>count</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/pow.js), [Examples](https://observablehq.com/@d3/continuous-scales)\n\nSee [*continuous*.nice](#continuous_nice).\n\n<a name=\"pow_copy\" href=\"#pow_copy\">#</a> <i>pow</i>.<b>copy</b>() · [Source](https://github.com/d3/d3-scale/blob/master/src/pow.js), [Examples](https://observablehq.com/@d3/continuous-scales)\n\nSee [*continuous*.copy](#continuous_copy).\n\n<a name=\"scaleSqrt\" href=\"#scaleSqrt\">#</a> d3.<b>scaleSqrt</b>([[<i>domain</i>, ]<i>range</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/pow.js), [Examples](https://observablehq.com/@d3/continuous-scales)\n\nConstructs a new [continuous](#continuous-scales) [power scale](#power-scales) with the specified [domain](#continuous_domain) and [range](#continuous_range), the [exponent](#pow_exponent) 0.5, the [default](https://github.com/d3/d3-interpolate/blob/master/README.md#interpolate) [interpolator](#continuous_interpolate) and [clamping](#continuous_clamp) disabled. If either *domain* or *range* are not specified, each defaults to [0, 1]. This is a convenience method equivalent to `d3.scalePow(…).exponent(0.5)`.\n\n#### Log Scales\n\nLog scales are similar to [linear scales](#linear-scales), except a logarithmic transform is applied to the input domain value before the output range value is computed. The mapping to the range value *y* can be expressed as a function of the domain value *x*: *y* = *m* log(<i>x</i>) + *b*.\n\nAs log(0) = -∞, a log scale domain must be **strictly-positive or strictly-negative**; the domain must not include or cross zero. A log scale with a positive domain has a well-defined behavior for positive values, and a log scale with a negative domain has a well-defined behavior for negative values. (For a negative domain, input and output values are implicitly multiplied by -1.) The behavior of the scale is undefined if you pass a negative value to a log scale with a positive domain or vice versa.\n\n<a name=\"scaleLog\" href=\"#scaleLog\">#</a> d3.<b>scaleLog</b>([[<i>domain</i>, ]<i>range</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/log.js), [Examples](https://observablehq.com/@d3/continuous-scales)\n\nConstructs a new [continuous scale](#continuous-scales) with the specified [domain](#log_domain) and [range](#log_range), the [base](#log_base) 10, the [default](https://github.com/d3/d3-interpolate/blob/master/README.md#interpolate) [interpolator](#log_interpolate) and [clamping](#log_clamp) disabled. If *domain* is not specified, it defaults to [1, 10]. If *range* is not specified, it defaults to [0, 1].\n\n<a name=\"_log\" href=\"#_log\">#</a> <i>log</i>(<i>value</i>) · [Source](https://github.com/d3/d3-scale/blob/master/src/log.js), [Examples](https://observablehq.com/@d3/continuous-scales)\n\nSee [*continuous*](#_continuous).\n\n<a name=\"log_invert\" href=\"#log_invert\">#</a> <i>log</i>.<b>invert</b>(<i>value</i>) · [Source](https://github.com/d3/d3-scale/blob/master/src/log.js), [Examples](https://observablehq.com/@d3/continuous-scales)\n\nSee [*continuous*.invert](#continuous_invert).\n\n<a name=\"log_base\" href=\"#log_base\">#</a> <i>log</i>.<b>base</b>([<i>base</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/log.js), [Examples](https://observablehq.com/@d3/continuous-scales)\n\nIf *base* is specified, sets the base for this logarithmic scale to the specified value. If *base* is not specified, returns the current base, which defaults to 10.\n\n<a name=\"log_domain\" href=\"#log_domain\">#</a> <i>log</i>.<b>domain</b>([<i>domain</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/log.js), [Examples](https://observablehq.com/@d3/continuous-scales)\n\nSee [*continuous*.domain](#continuous_domain).\n\n<a name=\"log_range\" href=\"#log_range\">#</a> <i>log</i>.<b>range</b>([<i>range</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/continuous.js), [Examples](https://observablehq.com/@d3/continuous-scales)\n\nSee [*continuous*.range](#continuous_range).\n\n<a name=\"log_rangeRound\" href=\"#log_rangeRound\">#</a> <i>log</i>.<b>rangeRound</b>([<i>range</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/log.js), [Examples](https://observablehq.com/@d3/continuous-scales)\n\nSee [*continuous*.rangeRound](#continuous_rangeRound).\n\n<a name=\"log_clamp\" href=\"#log_clamp\">#</a> <i>log</i>.<b>clamp</b>(<i>clamp</i>) · [Source](https://github.com/d3/d3-scale/blob/master/src/log.js), [Examples](https://observablehq.com/@d3/continuous-scales)\n\nSee [*continuous*.clamp](#continuous_clamp).\n\n<a name=\"log_interpolate\" href=\"#log_interpolate\">#</a> <i>log</i>.<b>interpolate</b>(<i>interpolate</i>) · [Source](https://github.com/d3/d3-scale/blob/master/src/log.js), [Examples](https://observablehq.com/@d3/continuous-scales)\n\nSee [*continuous*.interpolate](#continuous_interpolate).\n\n<a name=\"log_ticks\" href=\"#log_ticks\">#</a> <i>log</i>.<b>ticks</b>([<i>count</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/log.js), [Examples](https://observablehq.com/@d3/scale-ticks)\n\nLike [*continuous*.ticks](#continuous_ticks), but customized for a log scale. If the [base](#log_base) is an integer, the returned ticks are uniformly spaced within each integer power of base; otherwise, one tick per power of base is returned. The returned ticks are guaranteed to be within the extent of the domain. If the orders of magnitude in the [domain](#log_domain) is greater than *count*, then at most one tick per power is returned. Otherwise, the tick values are unfiltered, but note that you can use [*log*.tickFormat](#log_tickFormat) to filter the display of tick labels. If *count* is not specified, it defaults to 10.\n\n<a name=\"log_tickFormat\" href=\"#log_tickFormat\">#</a> <i>log</i>.<b>tickFormat</b>([<i>count</i>[, <i>specifier</i>]]) · [Source](https://github.com/d3/d3-scale/blob/master/src/log.js), [Examples](https://observablehq.com/@d3/scale-ticks)\n\nLike [*continuous*.tickFormat](#continuous_tickFormat), but customized for a log scale. The specified *count* typically has the same value as the count that is used to generate the [tick values](#continuous_ticks). If there are too many ticks, the formatter may return the empty string for some of the tick labels; however, note that the ticks are still shown. To disable filtering, specify a *count* of Infinity. When specifying a count, you may also provide a format *specifier* or format function. For example, to get a tick formatter that will display 20 ticks of a currency, say `log.tickFormat(20, \"$,f\")`. If the specifier does not have a defined precision, the precision will be set automatically by the scale, returning the appropriate format. This provides a convenient way of specifying a format whose precision will be automatically set by the scale.\n\n<a name=\"log_nice\" href=\"#log_nice\">#</a> <i>log</i>.<b>nice</b>() · [Source](https://github.com/d3/d3-scale/blob/master/src/log.js), [Examples](https://observablehq.com/@d3/d3-scalelinear)\n\nLike [*continuous*.nice](#continuous_nice), except extends the domain to integer powers of [base](#log_base). For example, for a domain of [0.201479…, 0.996679…], and base 10, the nice domain is [0.1, 1]. If the domain has more than two values, nicing the domain only affects the first and last value.\n\n<a name=\"log_copy\" href=\"#log_copy\">#</a> <i>log</i>.<b>copy</b>() · [Source](https://github.com/d3/d3-scale/blob/master/src/log.js), [Examples](https://observablehq.com/@d3/continuous-scales)\n\nSee [*continuous*.copy](#continuous_copy).\n\n#### Symlog Scales\n\nSee [A bi-symmetric log transformation for wide-range data](https://www.researchgate.net/profile/John_Webber4/publication/233967063_A_bi-symmetric_log_transformation_for_wide-range_data/links/0fcfd50d791c85082e000000.pdf) by Webber for more.\n\n<a name=\"scaleSymlog\" href=\"#scaleSymlog\">#</a> d3.<b>scaleSymlog</b>([[<i>domain</i>, ]<i>range</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/symlog.js), [Examples](https://observablehq.com/@d3/continuous-scales)\n\nConstructs a new [continuous scale](#continuous-scales) with the specified [domain](#continuous_domain) and [range](#continuous_range), the [constant](#symlog_constant) 1, the [default](https://github.com/d3/d3-interpolate/blob/master/README.md#interpolate) [interpolator](#continuous_interpolate) and [clamping](#continuous_clamp) disabled. If *domain* is not specified, it defaults to [0, 1]. If *range* is not specified, it defaults to [0, 1].\n\n<a name=\"symlog_constant\" href=\"#symlog_constant\">#</a> <i>symlog</i>.<b>constant</b>([<i>constant</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/symlog.js), [Examples](https://observablehq.com/@d3/continuous-scales)\n\nIf *constant* is specified, sets the symlog constant to the specified number and returns this scale; otherwise returns the current value of the symlog constant, which defaults to 1. See “A bi-symmetric log transformation for wide-range data” by Webber for more.\n\n#### Identity Scales\n\nIdentity scales are a special case of [linear scales](#linear-scales) where the domain and range are identical; the scale and its invert method are thus the identity function. These scales are occasionally useful when working with pixel coordinates, say in conjunction with an axis. Identity scales do not support [rangeRound](#continuous_rangeRound), [clamp](#continuous_clamp) or [interpolate](#continuous_interpolate).\n\n<a name=\"scaleIdentity\" href=\"#scaleIdentity\">#</a> d3.<b>scaleIdentity</b>([<i>range</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/identity.js), [Examples](https://observablehq.com/@d3/d3-scalelinear)\n\nConstructs a new identity scale with the specified [domain](#continuous_domain) and [range](#continuous_range). If *range* is not specified, it defaults to [0, 1].\n\n#### Radial Scales\n\nRadial scales are a variant of [linear scales](#linear-scales) where the range is internally squared so that an input value corresponds linearly to the squared output value. These scales are useful when you want the input value to correspond to the area of a graphical mark and the mark is specified by radius, as in a radial bar chart. Radial scales do not support [interpolate](#continuous_interpolate).\n\n<a name=\"scaleRadial\" href=\"#scaleRadial\">#</a> d3.<b>scaleRadial</b>([[<i>domain</i>, ]<i>range</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/radial.js), [Examples](https://observablehq.com/@d3/radial-stacked-bar-chart)\n\nConstructs a new radial scale with the specified [domain](#continuous_domain) and [range](#continuous_range). If *domain* or *range* is not specified, each defaults to [0, 1].\n\n#### Time Scales\n\nTime scales are a variant of [linear scales](#linear-scales) that have a temporal domain: domain values are coerced to [dates](https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date) rather than numbers, and [invert](#continuous_invert) likewise returns a date. Time scales implement [ticks](#time_ticks) based on [calendar intervals](https://github.com/d3/d3-time), taking the pain out of generating axes for temporal domains.\n\nFor example, to create a position encoding:\n\n```js\nvar x = d3.scaleTime()\n    .domain([new Date(2000, 0, 1), new Date(2000, 0, 2)])\n    .range([0, 960]);\n\nx(new Date(2000, 0, 1,  5)); // 200\nx(new Date(2000, 0, 1, 16)); // 640\nx.invert(200); // Sat Jan 01 2000 05:00:00 GMT-0800 (PST)\nx.invert(640); // Sat Jan 01 2000 16:00:00 GMT-0800 (PST)\n```\n\nFor a valid value *y* in the range, <i>time</i>(<i>time</i>.invert(<i>y</i>)) equals *y*; similarly, for a valid value *x* in the domain, <i>time</i>.invert(<i>time</i>(<i>x</i>)) equals *x*. The invert method is useful for interaction, say to determine the value in the domain that corresponds to the pixel location under the mouse.\n\n<a name=\"scaleTime\" href=\"#scaleTime\">#</a> d3.<b>scaleTime</b>([[<i>domain</i>, ]<i>range</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/time.js), [Examples](https://observablehq.com/@d3/d3-scaletime)\n\nConstructs a new time scale with the specified [domain](#time_domain) and [range](#time_range), the [default](https://github.com/d3/d3-interpolate/blob/master/README.md#interpolate) [interpolator](#time_interpolate) and [clamping](#time_clamp) disabled. If *domain* is not specified, it defaults to [2000-01-01, 2000-01-02]. If *range* is not specified, it defaults to [0, 1].\n\n<a name=\"_time\" href=\"#_time\">#</a> <i>time</i>(<i>value</i>) · [Source](https://github.com/d3/d3-scale/blob/master/src/time.js), [Examples](https://observablehq.com/@d3/d3-scaletime)\n\nSee [*continuous*](#_continuous).\n\n<a name=\"time_invert\" href=\"#time_invert\">#</a> <i>time</i>.<b>invert</b>(<i>value</i>) · [Source](https://github.com/d3/d3-scale/blob/master/src/time.js), [Examples](https://observablehq.com/@d3/d3-scaletime)\n\nSee [*continuous*.invert](#continuous_invert).\n\n<a name=\"time_domain\" href=\"#time_domain\">#</a> <i>time</i>.<b>domain</b>([<i>domain</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/time.js), [Examples](https://observablehq.com/@d3/d3-scaletime)\n\nSee [*continuous*.domain](#continuous_domain).\n\n<a name=\"time_range\" href=\"#time_range\">#</a> <i>time</i>.<b>range</b>([<i>range</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/time.js), [Examples](https://observablehq.com/@d3/d3-scaletime)\n\nSee [*continuous*.range](#continuous_range).\n\n<a name=\"time_rangeRound\" href=\"#time_rangeRound\">#</a> <i>time</i>.<b>rangeRound</b>([<i>range</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/time.js), [Examples](https://observablehq.com/@d3/d3-scaletime)\n\nSee [*continuous*.rangeRound](#continuous_rangeRound).\n\n<a name=\"time_clamp\" href=\"#time_clamp\">#</a> <i>time</i>.<b>clamp</b>(<i>clamp</i>) · [Source](https://github.com/d3/d3-scale/blob/master/src/time.js), [Examples](https://observablehq.com/@d3/d3-scaletime)\n\nSee [*continuous*.clamp](#continuous_clamp).\n\n<a name=\"time_interpolate\" href=\"#time_interpolate\">#</a> <i>time</i>.<b>interpolate</b>(<i>interpolate</i>) · [Source](https://github.com/d3/d3-scale/blob/master/src/time.js), [Examples](https://observablehq.com/@d3/d3-scaletime)\n\nSee [*continuous*.interpolate](#continuous_interpolate).\n\n<a name=\"time_ticks\" href=\"#time_ticks\">#</a> <i>time</i>.<b>ticks</b>([<i>count</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/time.js), [Examples](https://observablehq.com/@d3/d3-scaletime)\n<br><a name=\"time_ticks\" href=\"#time_ticks\">#</a> <i>time</i>.<b>ticks</b>([<i>interval</i>])\n\nReturns representative dates from the scale’s [domain](#time_domain). The returned tick values are uniformly-spaced (mostly), have sensible values (such as every day at midnight), and are guaranteed to be within the extent of the domain. Ticks are often used to display reference lines, or tick marks, in conjunction with the visualized data.\n\nAn optional *count* may be specified to affect how many ticks are generated. If *count* is not specified, it defaults to 10. The specified *count* is only a hint; the scale may return more or fewer values depending on the domain. For example, to create ten default ticks, say:\n\n```js\nvar x = d3.scaleTime();\n\nx.ticks(10);\n// [Sat Jan 01 2000 00:00:00 GMT-0800 (PST),\n//  Sat Jan 01 2000 03:00:00 GMT-0800 (PST),\n//  Sat Jan 01 2000 06:00:00 GMT-0800 (PST),\n//  Sat Jan 01 2000 09:00:00 GMT-0800 (PST),\n//  Sat Jan 01 2000 12:00:00 GMT-0800 (PST),\n//  Sat Jan 01 2000 15:00:00 GMT-0800 (PST),\n//  Sat Jan 01 2000 18:00:00 GMT-0800 (PST),\n//  Sat Jan 01 2000 21:00:00 GMT-0800 (PST),\n//  Sun Jan 02 2000 00:00:00 GMT-0800 (PST)]\n```\n\nThe following time intervals are considered for automatic ticks:\n\n* 1-, 5-, 15- and 30-second.\n* 1-, 5-, 15- and 30-minute.\n* 1-, 3-, 6- and 12-hour.\n* 1- and 2-day.\n* 1-week.\n* 1- and 3-month.\n* 1-year.\n\nIn lieu of a *count*, a [time *interval*](https://github.com/d3/d3-time/blob/master/README.md#intervals) may be explicitly specified. To prune the generated ticks for a given time *interval*, use [*interval*.every](https://github.com/d3/d3-time/blob/master/README.md#interval_every). For example, to generate ticks at 15-[minute](https://github.com/d3/d3-time/blob/master/README.md#minute) intervals:\n\n```js\nvar x = d3.scaleTime()\n    .domain([new Date(2000, 0, 1, 0), new Date(2000, 0, 1, 2)]);\n\nx.ticks(d3.timeMinute.every(15));\n// [Sat Jan 01 2000 00:00:00 GMT-0800 (PST),\n//  Sat Jan 01 2000 00:15:00 GMT-0800 (PST),\n//  Sat Jan 01 2000 00:30:00 GMT-0800 (PST),\n//  Sat Jan 01 2000 00:45:00 GMT-0800 (PST),\n//  Sat Jan 01 2000 01:00:00 GMT-0800 (PST),\n//  Sat Jan 01 2000 01:15:00 GMT-0800 (PST),\n//  Sat Jan 01 2000 01:30:00 GMT-0800 (PST),\n//  Sat Jan 01 2000 01:45:00 GMT-0800 (PST),\n//  Sat Jan 01 2000 02:00:00 GMT-0800 (PST)]\n```\n\nAlternatively, pass a test function to [*interval*.filter](https://github.com/d3/d3-time/blob/master/README.md#interval_filter):\n\n```js\nx.ticks(d3.timeMinute.filter(function(d) {\n  return d.getMinutes() % 15 === 0;\n}));\n```\n\nNote: in some cases, such as with day ticks, specifying a *step* can result in irregular spacing of ticks because time intervals have varying length.\n\n<a name=\"time_tickFormat\" href=\"#time_tickFormat\">#</a> <i>time</i>.<b>tickFormat</b>([<i>count</i>[, <i>specifier</i>]]) · [Source](https://github.com/d3/d3-scale/blob/master/src/time.js), [Examples](https://observablehq.com/@d3/scale-ticks)\n<br><a href=\"#time_tickFormat\">#</a> <i>time</i>.<b>tickFormat</b>([<i>interval</i>[, <i>specifier</i>]])\n\nReturns a time format function suitable for displaying [tick](#time_ticks) values. The specified *count* or *interval* is currently ignored, but is accepted for consistency with other scales such as [*continuous*.tickFormat](#continuous_tickFormat). If a format *specifier* is specified, this method is equivalent to [format](https://github.com/d3/d3-time-format/blob/master/README.md#format). If *specifier* is not specified, the default time format is returned. The default multi-scale time format chooses a human-readable representation based on the specified date as follows:\n\n* `%Y` - for year boundaries, such as `2011`.\n* `%B` - for month boundaries, such as `February`.\n* `%b %d` - for week boundaries, such as `Feb 06`.\n* `%a %d` - for day boundaries, such as `Mon 07`.\n* `%I %p` - for hour boundaries, such as `01 AM`.\n* `%I:%M` - for minute boundaries, such as `01:23`.\n* `:%S` - for second boundaries, such as `:45`.\n* `.%L` - milliseconds for all other times, such as `.012`.\n\nAlthough somewhat unusual, this default behavior has the benefit of providing both local and global context: for example, formatting a sequence of ticks as [11 PM, Mon 07, 01 AM] reveals information about hours, dates, and day simultaneously, rather than just the hours [11 PM, 12 AM, 01 AM]. See [d3-time-format](https://github.com/d3/d3-time-format) if you’d like to roll your own conditional time format.\n\n<a name=\"time_nice\" href=\"#time_nice\">#</a> <i>time</i>.<b>nice</b>([<i>count</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/time.js), [Examples](https://observablehq.com/@d3/d3-scaletime)\n<br><a name=\"time_nice\" href=\"#time_nice\">#</a> <i>time</i>.<b>nice</b>([<i>interval</i>])\n\nExtends the [domain](#time_domain) so that it starts and ends on nice round values. This method typically modifies the scale’s domain, and may only extend the bounds to the nearest round value. See [*continuous*.nice](#continuous_nice) for more.\n\nAn optional tick *count* argument allows greater control over the step size used to extend the bounds, guaranteeing that the returned [ticks](#time_ticks) will exactly cover the domain. Alternatively, a [time *interval*](https://github.com/d3/d3-time/blob/master/README.md#intervals) may be specified to explicitly set the ticks. If an *interval* is specified, an optional *step* may also be specified to skip some ticks. For example, `time.nice(d3.timeSecond.every(10))` will extend the domain to an even ten seconds (0, 10, 20, <i>etc.</i>). See [*time*.ticks](#time_ticks) and [*interval*.every](https://github.com/d3/d3-time/blob/master/README.md#interval_every) for further detail.\n\nNicing is useful if the domain is computed from data, say using [extent](https://github.com/d3/d3-array/blob/master/README.md#extent), and may be irregular. For example, for a domain of [2009-07-13T00:02, 2009-07-13T23:48], the nice domain is [2009-07-13, 2009-07-14]. If the domain has more than two values, nicing the domain only affects the first and last value.\n\n<a name=\"scaleUtc\" href=\"#scaleUtc\">#</a> d3.<b>scaleUtc</b>([[<i>domain</i>, ]<i>range</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/utcTime.js), [Examples](https://observablehq.com/@d3/d3-scaletime)\n\nEquivalent to [scaleTime](#scaleTime), but the returned time scale operates in [Coordinated Universal Time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time) rather than local time.\n\n### Sequential Scales\n\nSequential scales, like [diverging scales](#diverging-scales), are similar to [continuous scales](#continuous-scales) in that they map a continuous, numeric input domain to a continuous output range. However, unlike continuous scales, the input domain and output range of a sequential scale always has exactly two elements, and the output range is typically specified as an interpolator rather than an array of values. These scales do not expose [invert](#continuous_invert) and [interpolate](#continuous_interpolate) methods.\n\n<a name=\"scaleSequential\" href=\"#scaleSequential\">#</a> d3.<b>scaleSequential</b>([[<i>domain</i>, ]<i>interpolator</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/sequential.js), [Examples](https://observablehq.com/@d3/sequential-scales)\n\nConstructs a new sequential scale with the specified [*domain*](#sequential_domain) and [*interpolator*](#sequential_interpolator) function or array. If *domain* is not specified, it defaults to [0, 1]. If *interpolator* is not specified, it defaults to the identity function. When the scale is [applied](#_sequential), the interpolator will be invoked with a value typically in the range [0, 1], where 0 represents the minimum value and 1 represents the maximum value. For example, to implement the ill-advised [HSL](https://github.com/d3/d3-color/blob/master/README.md#hsl) rainbow scale:\n\n```js\nvar rainbow = d3.scaleSequential(function(t) {\n  return d3.hsl(t * 360, 1, 0.5) + \"\";\n});\n```\n\nA more aesthetically-pleasing and perceptually-effective cyclical hue encoding is to use [d3.interpolateRainbow](https://github.com/d3/d3-scale-chromatic/blob/master/README.md#interpolateRainbow):\n\n```js\nvar rainbow = d3.scaleSequential(d3.interpolateRainbow);\n```\n\nIf *interpolator* is an array, it represents the scale’s two-element output range and is converted to an interpolator function using [d3.interpolate](https://github.com/d3/d3-interpolate/blob/master/README.md#interpolate).\n\n<a name=\"_sequential\" href=\"#_sequential\">#</a> <i>sequential</i>(<i>value</i>) · [Source](https://github.com/d3/d3-scale/blob/master/src/sequential.js), [Examples](https://observablehq.com/@d3/sequential-scales)\n\nSee [*continuous*](#_continuous).\n\n<a name=\"sequential_domain\" href=\"#sequential_domain\">#</a> <i>sequential</i>.<b>domain</b>([<i>domain</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/sequential.js), [Examples](https://observablehq.com/@d3/sequential-scales)\n\nSee [*continuous*.domain](#continuous_domain). Note that a sequential scale’s domain must be numeric and must contain exactly two values.\n\n<a name=\"sequential_clamp\" href=\"#sequential_clamp\">#</a> <i>sequential</i>.<b>clamp</b>([<i>clamp</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/sequential.js), [Examples](https://observablehq.com/@d3/sequential-scales)\n\nSee [*continuous*.clamp](#continuous_clamp).\n\n<a name=\"sequential_interpolator\" href=\"#sequential_interpolator\">#</a> <i>sequential</i>.<b>interpolator</b>([<i>interpolator</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/sequential.js), [Examples](https://observablehq.com/@d3/sequential-scales)\n\nIf *interpolator* is specified, sets the scale’s interpolator to the specified function. If *interpolator* is not specified, returns the scale’s current interpolator.\n\n<a name=\"sequential_range\" href=\"#sequential_range\">#</a> <i>sequential</i>.<b>range</b>([<i>range</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/sequential.js), [Examples](https://observablehq.com/@d3/sequential-scales)\n\nSee [*continuous*.range](#continuous_range). If *range* is specified, the given two-element array is converted to an interpolator function using [d3.interpolate](https://github.com/d3/d3-interpolate/blob/master/README.md#interpolate).\n\n<a name=\"sequential_rangeRound\" href=\"#sequential_rangeRound\">#</a> <i>sequential</i>.<b>rangeRound</b>([<i>range</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/sequential.js), [Examples](https://observablehq.com/@d3/sequential-scales)\n\nSee [*continuous*.rangeRound](#continuous_rangeRound). If *range* is specified, implicitly uses [d3.interpolateRound](https://github.com/d3/d3-interpolate/blob/master/README.md#interpolateRound) as the interpolator.\n\n<a name=\"sequential_copy\" href=\"#sequential_copy\">#</a> <i>sequential</i>.<b>copy</b>() · [Source](https://github.com/d3/d3-scale/blob/master/src/sequential.js), [Examples](https://observablehq.com/@d3/sequential-scales)\n\nSee [*continuous*.copy](#continuous_copy).\n\n<a name=\"scaleSequentialLog\" href=\"#scaleSequentialLog\">#</a> d3.<b>scaleSequentialLog</b>([[<i>domain</i>, ]<i>range</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/sequential.js), [Examples](https://observablehq.com/@d3/sequential-scales)\n\nA [sequential scale](#sequential-scales) with a logarithmic transform, analogous to a [log scale](#log-scales).\n\n<a name=\"scaleSequentialPow\" href=\"#scaleSequentialPow\">#</a> d3.<b>scaleSequentialPow</b>([[<i>domain</i>, ]<i>range</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/sequential.js), [Examples](https://observablehq.com/@d3/sequential-scales)\n\nA [sequential scale](#sequential-scales) with an exponential transform, analogous to a [power scale](#pow-scales).\n\n<a name=\"scaleSequentialSqrt\" href=\"#scaleSequentialSqrt\">#</a> d3.<b>scaleSequentialSqrt</b>([[<i>domain</i>, ]<i>range</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/sequential.js), [Examples](https://observablehq.com/@d3/sequential-scales)\n\nA [sequential scale](#sequential-scales) with a square-root transform, analogous to a [d3.scaleSqrt](#scaleSqrt).\n\n<a name=\"scaleSequentialSymlog\" href=\"#scaleSequentialSymlog\">#</a> d3.<b>scaleSequentialSymlog</b>([[<i>domain</i>, ]<i>range</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/sequential.js), [Examples](https://observablehq.com/@d3/sequential-scales)\n\nA [sequential scale](#sequential-scales) with a symmetric logarithmic transform, analogous to a [symlog scale](#symlog-scales).\n\n<a name=\"scaleSequentialQuantile\" href=\"#scaleSequentialQuantile\">#</a> d3.<b>scaleSequentialQuantile</b>([[<i>domain</i>, ]<i>range</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/sequentialQuantile.js), [Examples](https://observablehq.com/@d3/sequential-scales)\n\nA [sequential scale](#sequential-scales) using a *p*-quantile transform, analogous to a [quantile scale](#quantile-scales).\n\n<a name=\"sequentialQuantile_quantiles\" href=\"#sequentialQuantile_quantiles\">#</a> <i>sequentialQuantile</i>.<b>quantiles</b>(<i>n</i>) · [Source](https://github.com/d3/d3-scale/blob/master/src/sequentialQuantile.js), [Examples](https://observablehq.com/@d3/sequential-scales)\n\nReturns an array of *n* + 1 quantiles. For example, if *n* = 4, returns an array of five numbers: the minimum value, the first quartile, the median, the third quartile, and the maximum.\n\n### Diverging Scales\n\nDiverging scales, like [sequential scales](#sequential-scales), are similar to [continuous scales](#continuous-scales) in that they map a continuous, numeric input domain to a continuous output range. However, unlike continuous scales, the input domain and output range of a diverging scale always has exactly three elements, and the output range is typically specified as an interpolator rather than an array of values. These scales do not expose [invert](#continuous_invert) and [interpolate](#continuous_interpolate) methods.\n\n<a name=\"scaleDiverging\" href=\"#scaleDiverging\">#</a> d3.<b>scaleDiverging</b>([[<i>domain</i>, ]<i>interpolator</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/diverging.js), [Examples](https://observablehq.com/@d3/diverging-scales)\n\nConstructs a new diverging scale with the specified [*domain*](#diverging_domain) and [*interpolator*](#diverging_interpolator) function or array. If *domain* is not specified, it defaults to [0, 0.5, 1]. If *interpolator* is not specified, it defaults to the identity function. When the scale is [applied](#_diverging), the interpolator will be invoked with a value typically in the range [0, 1], where 0 represents the extreme negative value, 0.5 represents the neutral value, and 1 represents the extreme positive value. For example, using [d3.interpolateSpectral](https://github.com/d3/d3-scale-chromatic/blob/master/README.md#interpolateSpectral):\n\n```js\nvar spectral = d3.scaleDiverging(d3.interpolateSpectral);\n```\n\nIf *interpolator* is an array, it represents the scale’s three-element output range and is converted to an interpolator function using [d3.interpolate](https://github.com/d3/d3-interpolate/blob/master/README.md#interpolate) and [d3.piecewise](https://github.com/d3/d3-interpolate/blob/master/README.md#piecewise).\n\n<a name=\"_diverging\" href=\"#_diverging\">#</a> <i>diverging</i>(<i>value</i>) · [Source](https://github.com/d3/d3-scale/blob/master/src/diverging.js), [Examples](https://observablehq.com/@d3/diverging-scales)\n\nSee [*continuous*](#_continuous).\n\n<a name=\"diverging_domain\" href=\"#diverging_domain\">#</a> <i>diverging</i>.<b>domain</b>([<i>domain</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/diverging.js), [Examples](https://observablehq.com/@d3/diverging-scales)\n\nSee [*continuous*.domain](#continuous_domain). Note that a diverging scale’s domain must be numeric and must contain exactly three values. The default domain is [0, 0.5, 1].\n\n<a name=\"diverging_clamp\" href=\"#diverging_clamp\">#</a> <i>diverging</i>.<b>clamp</b>([<i>clamp</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/diverging.js), [Examples](https://observablehq.com/@d3/diverging-scales)\n\nSee [*continuous*.clamp](#continuous_clamp).\n\n<a name=\"diverging_interpolator\" href=\"#diverging_interpolator\">#</a> <i>diverging</i>.<b>interpolator</b>([<i>interpolator</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/diverging.js), [Examples](https://observablehq.com/@d3/diverging-scales)\n\nIf *interpolator* is specified, sets the scale’s interpolator to the specified function. If *interpolator* is not specified, returns the scale’s current interpolator.\n\n<a name=\"diverging_range\" href=\"#diverging_range\">#</a> <i>diverging</i>.<b>range</b>([<i>range</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/diverging.js), [Examples](https://observablehq.com/@d3/diverging-scales)\n\nSee [*continuous*.range](#continuous_range). If *range* is specified, the given three-element array is converted to an interpolator function using [d3.interpolate](https://github.com/d3/d3-interpolate/blob/master/README.md#interpolate) and [d3.piecewise](https://github.com/d3/d3-interpolate/blob/master/README.md#piecewise).\n\n<a name=\"diverging_rangeRound\" href=\"#diverging_rangeRound\">#</a> <i>diverging</i>.<b>rangeRound</b>([<i>range</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/diverging.js), [Examples](https://observablehq.com/@d3/diverging-scales)\n\nSee [*continuous*.range](#continuous_rangeRound). If *range* is specified, implicitly uses [d3.interpolateRound](https://github.com/d3/d3-interpolate/blob/master/README.md#interpolateRound) as the interpolator.\n\n<a name=\"diverging_copy\" href=\"#diverging_copy\">#</a> <i>diverging</i>.<b>copy</b>() · [Source](https://github.com/d3/d3-scale/blob/master/src/diverging.js), [Examples](https://observablehq.com/@d3/diverging-scales)\n\nSee [*continuous*.copy](#continuous_copy).\n\n<a name=\"diverging_unknown\" href=\"#diverging_unknown\">#</a> <i>diverging</i>.<b>unknown</b>() · [Source](https://github.com/d3/d3-scale/blob/master/src/diverging.js), [Examples](https://observablehq.com/@d3/diverging-scales)\n\nSee [*continuous*.unknown](#continuous_unknown).\n\n<a name=\"scaleDivergingLog\" href=\"#scaleDivergingLog\">#</a> d3.<b>scaleDivergingLog</b>([[<i>domain</i>, ]<i>range</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/diverging.js), [Examples](https://observablehq.com/@d3/diverging-scales)\n\nA [diverging scale](#diverging-scales) with a logarithmic transform, analogous to a [log scale](#log-scales).\n\n<a name=\"scaleDivergingPow\" href=\"#scaleDivergingPow\">#</a> d3.<b>scaleDivergingPow</b>([[<i>domain</i>, ]<i>range</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/diverging.js), [Examples](https://observablehq.com/@d3/diverging-scales)\n\nA [diverging scale](#diverging-scales) with an exponential transform, analogous to a [power scale](#pow-scales).\n\n<a name=\"scaleDivergingSqrt\" href=\"#scaleDivergingSqrt\">#</a> d3.<b>scaleDivergingSqrt</b>([[<i>domain</i>, ]<i>range</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/diverging.js), [Examples](https://observablehq.com/@d3/diverging-scales)\n\nA [diverging scale](#diverging-scales) with a square-root transform, analogous to a [d3.scaleSqrt](#scaleSqrt).\n\n<a name=\"scaleDivergingSymlog\" href=\"#scaleDivergingSymlog\">#</a> d3.<b>scaleDivergingSymlog</b>([[<i>domain</i>, ]<i>range</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/diverging.js), [Examples](https://observablehq.com/@d3/diverging-scales)\n\nA [diverging scale](#diverging-scales) with a symmetric logarithmic transform, analogous to a [symlog scale](#symlog-scales).\n\n### Quantize Scales\n\nQuantize scales are similar to [linear scales](#linear-scales), except they use a discrete rather than continuous range. The continuous input domain is divided into uniform segments based on the number of values in (*i.e.*, the cardinality of) the output range. Each range value *y* can be expressed as a quantized linear function of the domain value *x*: *y* = *m round(x)* + *b*. See [this choropleth](https://observablehq.com/@d3/choropleth) for an example.\n\n<a name=\"scaleQuantize\" href=\"#scaleQuantize\">#</a> d3.<b>scaleQuantize</b>([[<i>domain</i>, ]<i>range</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/quantize.js), [Examples](https://observablehq.com/@d3/quantile-quantize-and-threshold-scales)\n\nConstructs a new quantize scale with the specified [*domain*](#quantize_domain) and [*range*](#quantize_range). If either *domain* or *range* is not specified, each defaults to [0, 1]. Thus, the default quantize scale is equivalent to the [Math.round](https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Math/round) function.\n\n<a name=\"_quantize\" href=\"#_quantize\">#</a> <i>quantize</i>(<i>value</i>) · [Source](https://github.com/d3/d3-scale/blob/master/src/quantize.js), [Examples](https://observablehq.com/@d3/quantile-quantize-and-threshold-scales)\n\nGiven a *value* in the input [domain](#quantize_domain), returns the corresponding value in the output [range](#quantize_range). For example, to apply a color encoding:\n\n```js\nvar color = d3.scaleQuantize()\n    .domain([0, 1])\n    .range([\"brown\", \"steelblue\"]);\n\ncolor(0.49); // \"brown\"\ncolor(0.51); // \"steelblue\"\n```\n\nOr dividing the domain into three equally-sized parts with different range values to compute an appropriate stroke width:\n\n```js\nvar width = d3.scaleQuantize()\n    .domain([10, 100])\n    .range([1, 2, 4]);\n\nwidth(20); // 1\nwidth(50); // 2\nwidth(80); // 4\n```\n\n<a name=\"quantize_invertExtent\" href=\"#quantize_invertExtent\">#</a> <i>quantize</i>.<b>invertExtent</b>(<i>value</i>) · [Source](https://github.com/d3/d3-scale/blob/master/src/quantize.js), [Examples](https://observablehq.com/@d3/quantile-quantize-and-threshold-scales)\n\nReturns the extent of values in the [domain](#quantize_domain) [<i>x0</i>, <i>x1</i>] for the corresponding *value* in the [range](#quantize_range): the inverse of [*quantize*](#_quantize). This method is useful for interaction, say to determine the value in the domain that corresponds to the pixel location under the mouse.\n\n```js\nvar width = d3.scaleQuantize()\n    .domain([10, 100])\n    .range([1, 2, 4]);\n\nwidth.invertExtent(2); // [40, 70]\n```\n\n<a name=\"quantize_domain\" href=\"#quantize_domain\">#</a> <i>quantize</i>.<b>domain</b>([<i>domain</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/quantize.js), [Examples](https://observablehq.com/@d3/quantile-quantize-and-threshold-scales)\n\nIf *domain* is specified, sets the scale’s domain to the specified two-element array of numbers. If the elements in the given array are not numbers, they will be coerced to numbers. The numbers must be in ascending order or the behavior of the scale is undefined. If *domain* is not specified, returns the scale’s current domain.\n\n<a name=\"quantize_range\" href=\"#quantize_range\">#</a> <i>quantize</i>.<b>range</b>([<i>range</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/quantize.js), [Examples](https://observablehq.com/@d3/quantile-quantize-and-threshold-scales)\n\nIf *range* is specified, sets the scale’s range to the specified array of values. The array may contain any number of discrete values. The elements in the given array need not be numbers; any value or type will work. If *range* is not specified, returns the scale’s current range.\n\n<a name=\"quantize_ticks\" href=\"#quantize_ticks\">#</a> <i>quantize</i>.<b>ticks</b>([<i>count</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/quantize.js), [Examples](https://observablehq.com/@d3/scale-ticks)\n\nEquivalent to [*continuous*.ticks](#continuous_ticks).\n\n<a name=\"quantize_tickFormat\" href=\"#quantize_tickFormat\">#</a> <i>quantize</i>.<b>tickFormat</b>([<i>count</i>[, <i>specifier</i>]]) · [Source](https://github.com/d3/d3-scale/blob/master/src/linear.js), [Examples](https://observablehq.com/@d3/scale-ticks)\n\nEquivalent to [*continuous*.tickFormat](#continuous_tickFormat).\n\n<a name=\"quantize_nice\" href=\"#quantize_nice\">#</a> <i>quantize</i>.<b>nice</b>() · [Source](https://github.com/d3/d3-scale/blob/master/src/quantize.js), [Examples](https://observablehq.com/@d3/quantile-quantize-and-threshold-scales)\n\nEquivalent to [*continuous*.nice](#continuous_nice).\n\n<a name=\"quantize_thresholds\" href=\"#quantize_thresholds\">#</a> <i>quantize</i>.<b>thresholds</b>() · [Source](https://github.com/d3/d3-scale/blob/master/src/quantize.js), [Examples](https://observablehq.com/@d3/quantile-quantize-and-threshold-scales)\n\nReturns the array of computed thresholds within the [domain](#quantize_domain).\n\n<a name=\"quantize_copy\" href=\"#quantize_copy\">#</a> <i>quantize</i>.<b>copy</b>() · [Source](https://github.com/d3/d3-scale/blob/master/src/quantize.js), [Examples](https://observablehq.com/@d3/quantile-quantize-and-threshold-scales)\n\nReturns an exact copy of this scale. Changes to this scale will not affect the returned scale, and vice versa.\n\n### Quantile Scales\n\nQuantile scales map a sampled input domain to a discrete range. The domain is considered continuous and thus the scale will accept any reasonable input value; however, the domain is specified as a discrete set of sample values. The number of values in (the cardinality of) the output range determines the number of quantiles that will be computed from the domain. To compute the quantiles, the domain is sorted, and treated as a [population of discrete values](https://en.wikipedia.org/wiki/Quantile#Quantiles_of_a_population); see d3-array’s [quantile](https://github.com/d3/d3-array/blob/master/README.md#quantile). See [this quantile choropleth](https://observablehq.com/@d3/quantile-choropleth) for an example.\n\n<a name=\"scaleQuantile\" href=\"#scaleQuantile\">#</a> d3.<b>scaleQuantile</b>([[<i>domain</i>, ]<i>range</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/quantile.js), [Examples](https://observablehq.com/@d3/quantile-quantize-and-threshold-scales)\n\nConstructs a new quantile scale with the specified [*domain*](#quantile_domain) and [*range*](#quantile_range). If either *domain* or *range* is not specified, each defaults to the empty array. The quantile scale is invalid until both a domain and range are specified.\n\n<a name=\"_quantile\" href=\"#_quantile\">#</a> <i>quantile</i>(<i>value</i>) · [Source](https://github.com/d3/d3-scale/blob/master/src/quantile.js), [Examples](https://observablehq.com/@d3/quantile-quantize-and-threshold-scales)\n\nGiven a *value* in the input [domain](#quantile_domain), returns the corresponding value in the output [range](#quantile_range).\n\n<a name=\"quantile_invertExtent\" href=\"#quantile_invertExtent\">#</a> <i>quantile</i>.<b>invertExtent</b>(<i>value</i>) · [Source](https://github.com/d3/d3-scale/blob/master/src/quantile.js), [Examples](https://observablehq.com/@d3/quantile-quantize-and-threshold-scales)\n\nReturns the extent of values in the [domain](#quantile_domain) [<i>x0</i>, <i>x1</i>] for the corresponding *value* in the [range](#quantile_range): the inverse of [*quantile*](#_quantile). This method is useful for interaction, say to determine the value in the domain that corresponds to the pixel location under the mouse.\n\n<a name=\"quantile_domain\" href=\"#quantile_domain\">#</a> <i>quantile</i>.<b>domain</b>([<i>domain</i>]) · [Source](https://github.com/d3/d3-scale/blob/master/src/quantile.js), [Examples](https://observablehq.com/@d3/quantile-quantize-and-threshold-scales)\n\nIf *domain* is specified, sets the domain of the quantile scale to the specified set of discrete numeric values. The array"
}