{
	"name": "d3-scale-chromatic",
	"versions": {
		"0.0.1": {
			"name": "d3-scale-chromatic",
			"version": "0.0.1",
			"description": "Sequential, diverging and categorical color scales from ColorBrewer.",
			"keywords": [
				"d3",
				"color",
				"scale",
				"sequential",
				"colorbrewer"
			],
			"homepage": "https://github.com/d3/d3-scale-chromatic",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-scale-chromatic.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale-chromatic.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && json2module package.json > build/package.js && rollup -f umd -n d3_scale_chromatic -o build/d3-scale-chromatic.js -- index.js",
				"test": "tape 'test/**/*-test.js' && eslint index.js src test",
				"prepublish": "npm run test && uglifyjs build/d3-scale-chromatic.js -c -m -o build/d3-scale-chromatic.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-scale-chromatic.js ../d3.github.com/d3-scale-chromatic.v0.0.js && cp build/d3-scale-chromatic.min.js ../d3.github.com/d3-scale-chromatic.v0.0.min.js && cd ../d3.github.com && git add d3-scale-chromatic.v0.0.js d3-scale-chromatic.v0.0.min.js && git commit -m \"d3-scale-chromatic ${VERSION}\" && git push && cd - && zip -j build/d3-scale-chromatic.zip -- LICENSE README.md build/d3-scale-chromatic.js build/d3-scale-chromatic.min.js"
			},
			"devDependencies": {
				"eslint": "2",
				"json2module": "0.0",
				"rollup": "0.26",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "5fd2991b8f8a6f9982db4473f82b4f44f069f5f8",
			"bugs": {
				"url": "https://github.com/d3/d3-scale-chromatic/issues"
			},
			"_id": "d3-scale-chromatic@0.0.1",
			"_shasum": "d95cd02642fc2f38e4e92f1259f4447226d32bf0",
			"_from": ".",
			"_npmVersion": "3.8.9",
			"_nodeVersion": "6.2.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mbostock@gmail.com"
				}
			],
			"dist": {
				"shasum": "d95cd02642fc2f38e4e92f1259f4447226d32bf0",
				"tarball": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-0.0.1.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/d3-scale-chromatic-0.0.1.tgz_1465062933744_0.7153235066216439"
			},
			"directories": {},
			"contributors": []
		},
		"0.1.0": {
			"name": "d3-scale-chromatic",
			"version": "0.1.0",
			"description": "Sequential, diverging and categorical color scales from ColorBrewer.",
			"keywords": [
				"d3",
				"color",
				"scale",
				"sequential",
				"colorbrewer"
			],
			"homepage": "https://github.com/d3/d3-scale-chromatic",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-scale-chromatic.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale-chromatic.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && json2module package.json > build/package.js && rollup -f umd -g d3-interpolate:d3_interpolate,d3-scale:d3_scale -n d3_scale_chromatic -o build/d3-scale-chromatic.js -- index.js",
				"test": "tape 'test/**/*-test.js' && eslint index.js src test",
				"prepublish": "npm run test && uglifyjs build/d3-scale-chromatic.js -c -m -o build/d3-scale-chromatic.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-scale-chromatic.js ../d3.github.com/d3-scale-chromatic.v0.1.js && cp build/d3-scale-chromatic.min.js ../d3.github.com/d3-scale-chromatic.v0.1.min.js && cd ../d3.github.com && git add d3-scale-chromatic.v0.1.js d3-scale-chromatic.v0.1.min.js && git commit -m \"d3-scale-chromatic ${VERSION}\" && git push && cd - && zip -j build/d3-scale-chromatic.zip -- LICENSE README.md build/d3-scale-chromatic.js build/d3-scale-chromatic.min.js"
			},
			"devDependencies": {
				"eslint": "2",
				"json2module": "0.0",
				"rollup": "0.26",
				"tape": "4",
				"uglify-js": "2"
			},
			"dependencies": {
				"d3-interpolate": "~0.8.1",
				"d3-scale": "~0.7.2"
			},
			"gitHead": "c1bd83735fbea7a6c7552e723231a95bc3e16564",
			"bugs": {
				"url": "https://github.com/d3/d3-scale-chromatic/issues"
			},
			"_id": "d3-scale-chromatic@0.1.0",
			"_shasum": "5a9940e24d3b340c9aa7ff3ef885996e53097e75",
			"_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": "5a9940e24d3b340c9aa7ff3ef885996e53097e75",
				"tarball": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-0.1.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/d3-scale-chromatic-0.1.0.tgz_1465241267457_0.3010023587848991"
			},
			"directories": {},
			"contributors": []
		},
		"0.2.0": {
			"name": "d3-scale-chromatic",
			"version": "0.2.0",
			"description": "Sequential, diverging and categorical color schemes from ColorBrewer.",
			"keywords": [
				"d3",
				"color",
				"scale",
				"sequential",
				"colorbrewer"
			],
			"homepage": "https://github.com/d3/d3-scale-chromatic",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-scale-chromatic.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale-chromatic.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && json2module package.json > build/package.js && rollup -f umd -g d3-interpolate:d3_interpolate -n d3_scale_chromatic -o build/d3-scale-chromatic.js -- index.js",
				"test": "tape 'test/**/*-test.js' && eslint index.js src test",
				"prepublish": "npm run test && uglifyjs build/d3-scale-chromatic.js -c -m -o build/d3-scale-chromatic.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-scale-chromatic.js ../d3.github.com/d3-scale-chromatic.v0.2.js && cp build/d3-scale-chromatic.min.js ../d3.github.com/d3-scale-chromatic.v0.2.min.js && cd ../d3.github.com && git add d3-scale-chromatic.v0.2.js d3-scale-chromatic.v0.2.min.js && git commit -m \"d3-scale-chromatic ${VERSION}\" && git push && cd - && zip -j build/d3-scale-chromatic.zip -- LICENSE README.md build/d3-scale-chromatic.js build/d3-scale-chromatic.min.js"
			},
			"devDependencies": {
				"eslint": "2",
				"json2module": "0.0",
				"rollup": "0.26",
				"tape": "4",
				"uglify-js": "2"
			},
			"dependencies": {
				"d3-interpolate": "~0.8.1"
			},
			"gitHead": "9721e7509ca3259ed75c8e1c8cef98fa149b73b7",
			"bugs": {
				"url": "https://github.com/d3/d3-scale-chromatic/issues"
			},
			"_id": "d3-scale-chromatic@0.2.0",
			"_shasum": "966a59ccaf57cc04542c19455d5e4f5a4fe599fd",
			"_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": "966a59ccaf57cc04542c19455d5e4f5a4fe599fd",
				"tarball": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-0.2.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/d3-scale-chromatic-0.2.0.tgz_1465256785344_0.8149353789631277"
			},
			"directories": {},
			"contributors": []
		},
		"0.3.0": {
			"name": "d3-scale-chromatic",
			"version": "0.3.0",
			"description": "Sequential, diverging and categorical color schemes from ColorBrewer.",
			"keywords": [
				"d3",
				"color",
				"scale",
				"sequential",
				"colorbrewer"
			],
			"homepage": "https://d3js.org/d3-scale-chromatic/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-scale-chromatic.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale-chromatic.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -g d3-interpolate:d3 -n d3 -o build/d3-scale-chromatic.js -- index.js",
				"test": "tape 'test/**/*-test.js' && eslint index.js src test",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-scale-chromatic.js -c -m -o build/d3-scale-chromatic.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-scale-chromatic.js ../d3.github.com/d3-scale-chromatic.v0.3.js && cp build/d3-scale-chromatic.min.js ../d3.github.com/d3-scale-chromatic.v0.3.min.js && cd ../d3.github.com && git add d3-scale-chromatic.v0.3.js d3-scale-chromatic.v0.3.min.js && git commit -m \"d3-scale-chromatic ${VERSION}\" && git push && cd - && zip -j build/d3-scale-chromatic.zip -- LICENSE README.md build/d3-scale-chromatic.js build/d3-scale-chromatic.min.js"
			},
			"dependencies": {
				"d3-interpolate": "~0.9.0"
			},
			"devDependencies": {
				"eslint": "2",
				"package-preamble": "0.0",
				"rollup": "0.27",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "608e0dcf8cdd310bc17beefc6afb1ded30d45b83",
			"bugs": {
				"url": "https://github.com/d3/d3-scale-chromatic/issues"
			},
			"_id": "d3-scale-chromatic@0.3.0",
			"_shasum": "287f776bb23993ec023b2c5263ae9cd8d0e8e862",
			"_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": "287f776bb23993ec023b2c5263ae9cd8d0e8e862",
				"tarball": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-0.3.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/d3-scale-chromatic-0.3.0.tgz_1465359214610_0.5297265578992665"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0": {
			"name": "d3-scale-chromatic",
			"version": "1.0.0",
			"description": "Sequential, diverging and categorical color schemes from ColorBrewer.",
			"keywords": [
				"d3",
				"d3-module",
				"color",
				"scale",
				"sequential",
				"colorbrewer"
			],
			"homepage": "https://d3js.org/d3-scale-chromatic/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-scale-chromatic.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale-chromatic.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -g d3-interpolate:d3 -n d3 -o build/d3-scale-chromatic.js -- index.js",
				"test": "tape 'test/**/*-test.js' && eslint index.js src test",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-scale-chromatic.js -c -m -o build/d3-scale-chromatic.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-chromatic/build/d3-scale-chromatic.js d3-scale-chromatic.v1.js && cp ../d3-scale-chromatic/build/d3-scale-chromatic.min.js d3-scale-chromatic.v1.min.js && git add d3-scale-chromatic.v1.js d3-scale-chromatic.v1.min.js && git commit -m \"d3-scale-chromatic ${VERSION}\" && git push && cd - && zip -j build/d3-scale-chromatic.zip -- LICENSE README.md build/d3-scale-chromatic.js build/d3-scale-chromatic.min.js"
			},
			"dependencies": {
				"d3-interpolate": "1"
			},
			"devDependencies": {
				"eslint": "2",
				"package-preamble": "0.0",
				"rollup": "0.33",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "bf5e5f5633f1e3221eca60ba7ffc131f56b6f4bf",
			"bugs": {
				"url": "https://github.com/d3/d3-scale-chromatic/issues"
			},
			"_id": "d3-scale-chromatic@1.0.0",
			"_shasum": "2e73057b6b4fb65885b8f0aef230692f0d938f63",
			"_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": "2e73057b6b4fb65885b8f0aef230692f0d938f63",
				"tarball": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-1.0.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/d3-scale-chromatic-1.0.0.tgz_1467343001936_0.01698814961127937"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.1": {
			"name": "d3-scale-chromatic",
			"version": "1.0.1",
			"description": "Sequential, diverging and categorical color schemes from ColorBrewer.",
			"keywords": [
				"d3",
				"d3-module",
				"color",
				"scale",
				"sequential",
				"colorbrewer"
			],
			"homepage": "https://d3js.org/d3-scale-chromatic/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-scale-chromatic.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale-chromatic.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -g d3-interpolate:d3 -n d3 -o build/d3-scale-chromatic.js -- index.js",
				"test": "tape 'test/**/*-test.js' && eslint index.js src test",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-scale-chromatic.js -c -m -o build/d3-scale-chromatic.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-chromatic/build/d3-scale-chromatic.js d3-scale-chromatic.v1.js && cp ../d3-scale-chromatic/build/d3-scale-chromatic.min.js d3-scale-chromatic.v1.min.js && git add d3-scale-chromatic.v1.js d3-scale-chromatic.v1.min.js && git commit -m \"d3-scale-chromatic ${VERSION}\" && git push && cd - && zip -j build/d3-scale-chromatic.zip -- LICENSE README.md build/d3-scale-chromatic.js build/d3-scale-chromatic.min.js"
			},
			"dependencies": {
				"d3-interpolate": "1"
			},
			"devDependencies": {
				"eslint": "2",
				"package-preamble": "0.0",
				"rollup": "0.33",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "d4d66edfde105098c6331b19a4b6765c7ae4c927",
			"bugs": {
				"url": "https://github.com/d3/d3-scale-chromatic/issues"
			},
			"_id": "d3-scale-chromatic@1.0.1",
			"_shasum": "c6b1254cee9e3a3eee312bec39906c6724a48dd1",
			"_from": ".",
			"_npmVersion": "3.8.9",
			"_nodeVersion": "6.2.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"shasum": "c6b1254cee9e3a3eee312bec39906c6724a48dd1",
				"tarball": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-1.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/d3-scale-chromatic-1.0.1.tgz_1468203892764_0.2007523262873292"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.2": {
			"name": "d3-scale-chromatic",
			"version": "1.0.2",
			"description": "Sequential, diverging and categorical color schemes from ColorBrewer.",
			"keywords": [
				"d3",
				"d3-module",
				"color",
				"scale",
				"sequential",
				"colorbrewer"
			],
			"homepage": "https://d3js.org/d3-scale-chromatic/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-scale-chromatic.js",
			"module": "index",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale-chromatic.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -g d3-interpolate:d3 -n d3 -o build/d3-scale-chromatic.js -- index.js",
				"test": "tape 'test/**/*-test.js' && eslint index.js src test",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-scale-chromatic.js -c -m -o build/d3-scale-chromatic.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-chromatic/build/d3-scale-chromatic.js d3-scale-chromatic.v1.js && cp ../d3-scale-chromatic/build/d3-scale-chromatic.min.js d3-scale-chromatic.v1.min.js && git add d3-scale-chromatic.v1.js d3-scale-chromatic.v1.min.js && git commit -m \"d3-scale-chromatic ${VERSION}\" && git push && cd - && zip -j build/d3-scale-chromatic.zip -- LICENSE README.md build/d3-scale-chromatic.js build/d3-scale-chromatic.min.js"
			},
			"dependencies": {
				"d3-interpolate": "1"
			},
			"devDependencies": {
				"eslint": "2",
				"package-preamble": "0.0",
				"rollup": "0.34",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "1373040a936043c8b4f7609221ea4b46866a46ac",
			"bugs": {
				"url": "https://github.com/d3/d3-scale-chromatic/issues"
			},
			"_id": "d3-scale-chromatic@1.0.2",
			"_shasum": "19dc284f47415f5d52f4b6a818685fa8e7cff651",
			"_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": "19dc284f47415f5d52f4b6a818685fa8e7cff651",
				"tarball": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-1.0.2.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/d3-scale-chromatic-1.0.2.tgz_1470184049547_0.8453026863280684"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.0": {
			"name": "d3-scale-chromatic",
			"version": "1.1.0",
			"description": "Sequential, diverging and categorical color schemes from ColorBrewer.",
			"keywords": [
				"d3",
				"d3-module",
				"color",
				"scale",
				"sequential",
				"colorbrewer"
			],
			"homepage": "https://d3js.org/d3-scale-chromatic/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-scale-chromatic.js",
			"module": "index",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale-chromatic.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -g d3-interpolate:d3 -n d3 -o build/d3-scale-chromatic.js -- index.js",
				"test": "tape 'test/**/*-test.js' && eslint index.js src test",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-scale-chromatic.js -c -m -o build/d3-scale-chromatic.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-chromatic/build/d3-scale-chromatic.js d3-scale-chromatic.v1.js && cp ../d3-scale-chromatic/build/d3-scale-chromatic.min.js d3-scale-chromatic.v1.min.js && git add d3-scale-chromatic.v1.js d3-scale-chromatic.v1.min.js && git commit -m \"d3-scale-chromatic ${VERSION}\" && git push && cd - && zip -j build/d3-scale-chromatic.zip -- LICENSE README.md build/d3-scale-chromatic.js build/d3-scale-chromatic.min.js"
			},
			"dependencies": {
				"d3-interpolate": "1"
			},
			"devDependencies": {
				"eslint": "3",
				"package-preamble": "0.0",
				"rollup": "0.36",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "a238a4e81427d77e40d8e3ed4175c3ec97e7393f",
			"bugs": {
				"url": "https://github.com/d3/d3-scale-chromatic/issues"
			},
			"_id": "d3-scale-chromatic@1.1.0",
			"_shasum": "eddcc50c4fd48d98560105f349bf5bc921476da1",
			"_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": "eddcc50c4fd48d98560105f349bf5bc921476da1",
				"tarball": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-1.1.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/d3-scale-chromatic-1.1.0.tgz_1478149699513_0.025259419111534953"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.1": {
			"name": "d3-scale-chromatic",
			"version": "1.1.1",
			"description": "Sequential, diverging and categorical color schemes from ColorBrewer.",
			"keywords": [
				"d3",
				"d3-module",
				"color",
				"scale",
				"sequential",
				"colorbrewer"
			],
			"homepage": "https://d3js.org/d3-scale-chromatic/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-scale-chromatic.js",
			"module": "index",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale-chromatic.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -g d3-interpolate:d3 -n d3 -o build/d3-scale-chromatic.js -- index.js",
				"test": "tape 'test/**/*-test.js' && eslint index.js src test",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-scale-chromatic.js -c -m -o build/d3-scale-chromatic.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-chromatic/build/d3-scale-chromatic.js d3-scale-chromatic.v1.js && cp ../d3-scale-chromatic/build/d3-scale-chromatic.min.js d3-scale-chromatic.v1.min.js && git add d3-scale-chromatic.v1.js d3-scale-chromatic.v1.min.js && git commit -m \"d3-scale-chromatic ${VERSION}\" && git push && cd - && zip -j build/d3-scale-chromatic.zip -- LICENSE README.md build/d3-scale-chromatic.js build/d3-scale-chromatic.min.js"
			},
			"dependencies": {
				"d3-interpolate": "1"
			},
			"devDependencies": {
				"eslint": "3",
				"package-preamble": "0.0",
				"rollup": "0.41",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "7678866992750f53beb24dcf81ae9ca0085e12a3",
			"bugs": {
				"url": "https://github.com/d3/d3-scale-chromatic/issues"
			},
			"_id": "d3-scale-chromatic@1.1.1",
			"_shasum": "811406e8e09dab78a49dac4a32047d5d3edd0c44",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "7.3.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"shasum": "811406e8e09dab78a49dac4a32047d5d3edd0c44",
				"tarball": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-1.1.1.tgz"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/d3-scale-chromatic-1.1.1.tgz_1487197546994_0.36096831574104726"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.0": {
			"name": "d3-scale-chromatic",
			"version": "1.2.0",
			"description": "Sequential, diverging and categorical color schemes.",
			"keywords": [
				"d3",
				"d3-module",
				"color",
				"scale",
				"sequential",
				"colorbrewer"
			],
			"homepage": "https://d3js.org/d3-scale-chromatic/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "dist/d3-scale-chromatic.js",
			"module": "index",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale-chromatic.git"
			},
			"scripts": {
				"pretest": "rm -rf dist && mkdir dist && rollup -c --banner \"$(preamble)\"",
				"test": "tape 'test/**/*-test.js' && eslint index.js src test",
				"prepublishOnly": "npm run test && uglifyjs -b beautify=false,preamble=\"'$(preamble)'\" dist/d3-scale-chromatic.js -c -m -o dist/d3-scale-chromatic.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-chromatic/dist/d3-scale-chromatic.js d3-scale-chromatic.v1.js && cp ../d3-scale-chromatic/dist/d3-scale-chromatic.min.js d3-scale-chromatic.v1.min.js && git add d3-scale-chromatic.v1.js d3-scale-chromatic.v1.min.js && git commit -m \"d3-scale-chromatic ${VERSION}\" && git push && cd - && zip -j dist/d3-scale-chromatic.zip -- LICENSE README.md dist/d3-scale-chromatic.js dist/d3-scale-chromatic.min.js"
			},
			"dependencies": {
				"d3-color": "1",
				"d3-interpolate": "1"
			},
			"devDependencies": {
				"eslint": "4",
				"package-preamble": "0.1",
				"rollup": "0.52",
				"tape": "4",
				"uglify-js": "3.2"
			},
			"gitHead": "99d607d324ee99a4e9e44ec88c20ccc300d8b447",
			"bugs": {
				"url": "https://github.com/d3/d3-scale-chromatic/issues"
			},
			"_id": "d3-scale-chromatic@1.2.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.9.4",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"integrity": "sha512-qQUhLi8fPe/F0b0M46C6eFUbms5IIMHuhJ5DKjjzBUvm1b6aPtygJzGbrMdMUD/ckLBq+NdWwHeN2cpMDp4Q5Q==",
				"shasum": "25820d059c0eccc33e85f77561f37382a817ab58",
				"tarball": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-1.2.0.tgz"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/d3-scale-chromatic-1.2.0.tgz_1517165111532_0.585773839848116"
			},
			"directories": {},
			"contributors": []
		},
		"1.3.0": {
			"name": "d3-scale-chromatic",
			"version": "1.3.0",
			"description": "Sequential, diverging and categorical color schemes.",
			"keywords": [
				"d3",
				"d3-module",
				"color",
				"scale",
				"sequential",
				"colorbrewer"
			],
			"homepage": "https://d3js.org/d3-scale-chromatic/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "dist/d3-scale-chromatic.js",
			"module": "index",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale-chromatic.git"
			},
			"scripts": {
				"pretest": "rm -rf dist && mkdir dist && rollup -c --banner \"$(preamble)\"",
				"test": "tape 'test/**/*-test.js' && eslint index.js src test",
				"prepublishOnly": "npm run test && uglifyjs -b beautify=false,preamble=\"'$(preamble)'\" dist/d3-scale-chromatic.js -c -m -o dist/d3-scale-chromatic.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-chromatic/dist/d3-scale-chromatic.js d3-scale-chromatic.v1.js && cp ../d3-scale-chromatic/dist/d3-scale-chromatic.min.js d3-scale-chromatic.v1.min.js && git add d3-scale-chromatic.v1.js d3-scale-chromatic.v1.min.js && git commit -m \"d3-scale-chromatic ${VERSION}\" && git push && cd - && zip -j dist/d3-scale-chromatic.zip -- LICENSE README.md dist/d3-scale-chromatic.js dist/d3-scale-chromatic.min.js"
			},
			"dependencies": {
				"d3-color": "1",
				"d3-interpolate": "1"
			},
			"devDependencies": {
				"eslint": "4",
				"package-preamble": "0.1",
				"rollup": "0.52",
				"tape": "4",
				"uglify-js": "3.2"
			},
			"gitHead": "0509754c886eaa87fcabc0a46a96b3daf92586c7",
			"bugs": {
				"url": "https://github.com/d3/d3-scale-chromatic/issues"
			},
			"_id": "d3-scale-chromatic@1.3.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.9.4",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"integrity": "sha512-YwMbiaW2bStWvQFByK8hA6hk7ToWflspIo2TRukCqERd8isiafEMBXmwfh8c7/0Z94mVvIzIveRLVC6RAjhgeA==",
				"shasum": "7ee38ffcaa7ad55cfed83a6a668aac5570c653c4",
				"tarball": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-1.3.0.tgz",
				"fileCount": 97,
				"unpackedSize": 148767,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa9e1yCRA9TVsSAnZWagAAX68QAJwxlZgladtI2ds5qpCy\n2QFL7wnxD74qAEZbEJeFZyRX/abw9pOiSKYQwEQEohTdUo+YnKk8ZU6qbGzj\n1qs5ifm/kLDH5w8UZYiwXquOngLhjRZBtR38efKpL6syOYgNf8qBjOR93W+9\nHcSGVXUDC47guoNrOU4VjZ4ExoqWCeZnUG4mLhI2+DEylaXgaTnQUGSY1mhe\nZFQHyublcXgHwZDw4hdLNA0PdxTbZ3cx/BO0KFqt7gkbjacKgRAj9uzBpAkV\nGB/6Dvb2e3vh8zyEIun+m/n/HY5inPXmyizFZ/sWywKiO8YOAvQWpKu4rjRR\n4SfaFYw49/Hz7yF/uxq7YHoIhvAwq2+LF4vxxXTECj6gcYdYkb0L9vkOgEiX\nTbBqq3gavnYTaBawp0mhrRPnmIl89dYgkiiDzyIK3mWxI137Jv1M8fh/0IgR\nhnNns7lInQD04fpfE7JBsImp+cN1SOwKHKa+FgixzY9LhIg2Oyh3X8F9Y8W7\n0LDB/4KKhg8Dq6Qo5cHiY6kmZAV6uF1X+5H4mk+Y7SeYRCc8ZVfeh01azOUt\nI10IqvgB9Sw/nI+mI5LeRnUMAA25W51dAXcYbPK/bGCeoDq4/RlQlNP5mLUt\nXEbJAUs1TZBZF15HWvGEbLQ/PYW6egQvjNFOIqF1NhFs9AhMcbtjLz/eNCmN\nX5lk\r\n=PdHd\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-chromatic_1.3.0_1526066545188_0.9121476570158833"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.3.1": {
			"name": "d3-scale-chromatic",
			"version": "1.3.1",
			"description": "Sequential, diverging and categorical color schemes.",
			"keywords": [
				"d3",
				"d3-module",
				"color",
				"scale",
				"sequential",
				"colorbrewer"
			],
			"homepage": "https://d3js.org/d3-scale-chromatic/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "dist/d3-scale-chromatic.js",
			"module": "index",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale-chromatic.git"
			},
			"scripts": {
				"pretest": "rollup -c",
				"test": "tape 'test/**/*-test.js' && eslint index.js src test",
				"prepublishOnly": "rm -rf dist && yarn test",
				"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../${npm_package_name}/dist/${npm_package_name}.js ${npm_package_name}.v1.js && cp ../${npm_package_name}/dist/${npm_package_name}.min.js ${npm_package_name}.v1.min.js && git add ${npm_package_name}.v1.js ${npm_package_name}.v1.min.js && git commit -m \"${npm_package_name} ${npm_package_version}\" && git push && cd - && zip -j dist/${npm_package_name}.zip -- LICENSE README.md dist/${npm_package_name}.js dist/${npm_package_name}.min.js"
			},
			"dependencies": {
				"d3-color": "1",
				"d3-interpolate": "1"
			},
			"devDependencies": {
				"eslint": "5",
				"rollup": "0.64",
				"rollup-plugin-terser": "1",
				"tape": "4"
			},
			"gitHead": "80105c02d82863da8960febd740cdde5ffa3882d",
			"bugs": {
				"url": "https://github.com/d3/d3-scale-chromatic/issues"
			},
			"_id": "d3-scale-chromatic@1.3.1",
			"_npmVersion": "6.2.0",
			"_nodeVersion": "10.8.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"integrity": "sha512-ISJdJv+ksw3eCltPyapY7cSdE3aBvceHR+IKfDZmJwSViTRKHfaPOKC8TSM4iww6JOo6oqmYcUmCLPxQVDpvAw==",
				"shasum": "baf4ae1d5fac47fc5dc2a8599fdcc9c3fdc121f9",
				"tarball": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-1.3.1.tgz",
				"fileCount": 98,
				"unpackedSize": 181435,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbgEPGCRA9TVsSAnZWagAAmXQP/1dzeclQPjXNzqEhp9xJ\nWo2z+tTVfSC6yUYnk72OZNI45pSYCnIe3ynXBdacVgx8S2eM6Y7T1sI37cYt\nKX9vBHRlZxMDtHnsDG0iChLAlIK/eJwPIBrJQNdmFQck7HuJD+y3VRIQJQp/\n/0KhgxwHxw+p3F/3jPDsUjWIVJi5ZxrW9mjl6eJ3O2w9ZhwVECvx4o369mtr\n3WkVXeoVEmPae7pCo/XfQTxLdKG/O896lsLU7DYmu+qSV1/BSpqEcv3jND6v\n1blbQYt+yC5wCsWu94+IOv5Kj/++utRXhDPUyotD+QKwKPhu6aEY7NvXAP5C\nX0IzBZkrMLjNjRF6YvznGPxOwn0avQoSAaILKWnOyiTzbk72Oc6IWMZeHmaa\nmFugTXsrSKIKug49j9dykCgWRFR5ISOlEOJNnAJzif+F6F+P0GXkVIlu85Dq\n9N79ZlxYiSYR6KLb47iJCiuaC71ZrmN5hS1IP6m4z10/krHCJrMPtJa0Ml3K\nWx/YzjWH1sDEgO0jnnRrulWenGcgacU2cqOITN//0YKYHPa4DElB6uz/cCGN\nPuEbUsXMDIV61w/e4btYOTWQnu8INHNqseNRDnHHXKe3O6MTHGqZ/2xeTe8r\nU0mLzTcAIfE3OwEfeNAyCvWX0Vpbsmj4PPA/3BVazAc+DPfCqeV2RDl76ZZX\npS2+\r\n=4Q1K\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-chromatic_1.3.1_1535132613535_0.96554398066292"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.3.2": {
			"name": "d3-scale-chromatic",
			"version": "1.3.2",
			"description": "Sequential, diverging and categorical color schemes.",
			"keywords": [
				"d3",
				"d3-module",
				"color",
				"scale",
				"sequential",
				"colorbrewer"
			],
			"homepage": "https://d3js.org/d3-scale-chromatic/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "dist/d3-scale-chromatic.min.js",
			"module": "index",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale-chromatic.git"
			},
			"scripts": {
				"pretest": "rollup -c",
				"test": "tape 'test/**/*-test.js' && eslint index.js src",
				"prepublishOnly": "rm -rf dist && yarn test",
				"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../${npm_package_name}/dist/${npm_package_name}.js ${npm_package_name}.v1.js && cp ../${npm_package_name}/dist/${npm_package_name}.min.js ${npm_package_name}.v1.min.js && git add ${npm_package_name}.v1.js ${npm_package_name}.v1.min.js && git commit -m \"${npm_package_name} ${npm_package_version}\" && git push && cd - && zip -j dist/${npm_package_name}.zip -- LICENSE README.md dist/${npm_package_name}.js dist/${npm_package_name}.min.js"
			},
			"dependencies": {
				"d3-color": "1",
				"d3-interpolate": "1"
			},
			"devDependencies": {
				"eslint": "5",
				"rollup": "0.64",
				"rollup-plugin-terser": "1",
				"tape": "4"
			},
			"gitHead": "550018d629f95847e4eb39a397a3bd9bda50c39d",
			"bugs": {
				"url": "https://github.com/d3/d3-scale-chromatic/issues"
			},
			"_id": "d3-scale-chromatic@1.3.2",
			"_npmVersion": "6.2.0",
			"_nodeVersion": "10.8.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"integrity": "sha512-WzZS9dER+7joRvOeugGINt6b41w3rmOVD8gYyyYAlv2dH1WDQZTlCjLLeDJxXA1ytsWsu6MENSon60fdcvU/Rw==",
				"shasum": "0282ed1f8a48fe2d594627747a6ccfd97d05ac53",
				"tarball": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-1.3.2.tgz",
				"fileCount": 53,
				"unpackedSize": 132458,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbgFohCRA9TVsSAnZWagAAM6MP/15cUQbnVbdyWCCJaN5W\nhjrKTFIsvIixJ/AGjVEKY62H83vqm+CDUiT6+nhhUbcmEIZ+2T6+cISTy6eB\ngfmIysgMivZmvgxSlJfFy05Orqpyl38bOHnwHJBxc/VONE5ecifYaSYBEMZT\n/IA8jmul7FWi5D17AQvMkhBvjenY2RwZwStr27UHRk/DjKejn58x4lbId0P8\nPoPKpVyt3avYgRXC7y8RbVj9eRRuH8DvZiG90pRIYgU62H1q8eFVq7a3e05s\nE+8UdqxjiT3qXu85+yw2pk1eAgGqgorBfJPQORYHzguIF3LvvESir5AFrPn0\nAdT99BvMspXlz0931zDwI1pEzvJ2NXEYDuTbrRl1KX88/GgpK396XEQct0AM\nFotE8OWok4fadHNb4koYAWHBFlBpjb7vLk1lRn6Qxupcyeke6C1thitqpfxh\ng5FhOijy5sKz9a5X8izZ1l+iw9CP6XrAR+2YYWWSfwlKE6z3m8w4Gd/B5RAk\nAND0TTLVO0GxRk2LH+b4IjDw985PZameB6X6S5crP5UxIMaQsg6WmTv4cC5R\ncUHQW2QfBnk6Al8tkRP63EtUPD9O9GEawLMn6zszaoICzN74BzMCbehL0CAG\nE4aUp+cwb6YAgE8/NWJsKVEsUvEqA/xSO92IpTdlSBUzzNesEvsy7uJNzcMg\nuEEj\r\n=1prb\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-chromatic_1.3.2_1535138336466_0.8818609283415251"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.3.3": {
			"name": "d3-scale-chromatic",
			"version": "1.3.3",
			"description": "Sequential, diverging and categorical color schemes.",
			"keywords": [
				"d3",
				"d3-module",
				"color",
				"scale",
				"sequential",
				"colorbrewer"
			],
			"homepage": "https://d3js.org/d3-scale-chromatic/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "dist/d3-scale-chromatic.js",
			"unpkg": "dist/d3-scale-chromatic.min.js",
			"jsdelivr": "dist/d3-scale-chromatic.min.js",
			"module": "src/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale-chromatic.git"
			},
			"scripts": {
				"pretest": "rollup -c",
				"test": "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-color": "1",
				"d3-interpolate": "1"
			},
			"devDependencies": {
				"eslint": "5",
				"rollup": "0.64",
				"rollup-plugin-terser": "1",
				"tape": "4"
			},
			"gitHead": "f8d13955d2c20b2f1ee7a20fe795096ad55a012a",
			"bugs": {
				"url": "https://github.com/d3/d3-scale-chromatic/issues"
			},
			"_id": "d3-scale-chromatic@1.3.3",
			"_npmVersion": "6.2.0",
			"_nodeVersion": "10.8.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"integrity": "sha512-BWTipif1CimXcYfT02LKjAyItX5gKiwxuPRgr4xM58JwlLocWbjPLI7aMEjkcoOQXMkYsmNsvv3d2yl/OKuHHw==",
				"shasum": "dad4366f0edcb288f490128979c3c793583ed3c0",
				"tarball": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-1.3.3.tgz",
				"fileCount": 53,
				"unpackedSize": 132527,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbgHiUCRA9TVsSAnZWagAACQwP/0lBTmLIg63ErQxQ/jqA\nwTVJMBX2+buRn2cDSyfqzt8kJVv1QTtNjhpot76my1pl0LFCjCAeo8fVmAtJ\nvUDRoIO90PhY1OFhvfcL9jUy+05EaMILHAw82s+s7Eqzf+xZgje9XkB+whwU\n7FuYSVrW5BPtazlwzMwCnD9fJLXcoTX2PlAmZ/1xQiMR99R9wJXTY+/RXnPu\nbAa0qg56rBV+EFaLfLjgC7i2gs+LaZp/+EdefITprA1OdypOvrravJCJ4fWU\ngLpuNChhM7IU8pSnclXbseuUSIhxkQa6HM+UApqBQw8e/Vq7w+jPrq7PTu59\nDrBLRHwMPEOKalRDUI0SF1sp1G3HcSPKtG0j3YM5gd89atIokirEpOr/pwRi\nQ4ptZyXRkytUF6kBj+scnDBfilzL8WMhUHf6pLKZFxIrz6htfqkoL6fZSK4i\n1wNn/Isr5Gn+KOndXkVMyYPFtMVuErOuD+F1Llk/gO0N7nqH4TLxBgFxooHM\nkUFNv4r7H1mmk5E1KHnE4QXqecn+FS+Eysy6lhUvP/GXJ6hmSQ15W/mSDMUV\n5kDZ6Ns2xuEDlf6tBuxGaSnbmrlPup6NR6KLcOQ65tgGzizUIZsieTuJ4y/9\nz/8a6tSNdvy2QF5UsmcrEOf2fKa5kRZ8Dm3zK3kB96UJn2mPx6XdrZwNxJ+z\nu2Rw\r\n=IPq5\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-chromatic_1.3.3_1535146131536_0.7856482563835154"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.4.0": {
			"name": "d3-scale-chromatic",
			"version": "1.4.0",
			"description": "Sequential, diverging and categorical color schemes.",
			"keywords": [
				"d3",
				"d3-module",
				"color",
				"scale",
				"sequential",
				"colorbrewer"
			],
			"homepage": "https://d3js.org/d3-scale-chromatic/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "dist/d3-scale-chromatic.js",
			"unpkg": "dist/d3-scale-chromatic.min.js",
			"jsdelivr": "dist/d3-scale-chromatic.min.js",
			"module": "src/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale-chromatic.git"
			},
			"scripts": {
				"pretest": "rollup -c",
				"test": "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-color": "1",
				"d3-interpolate": "1"
			},
			"devDependencies": {
				"eslint": "6",
				"rollup": "1",
				"rollup-plugin-terser": "5",
				"tape": "4"
			},
			"gitHead": "fcae2973683530d3edfc8bcde7c97840edd92089",
			"bugs": {
				"url": "https://github.com/d3/d3-scale-chromatic/issues"
			},
			"_id": "d3-scale-chromatic@1.4.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.14.1",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"integrity": "sha512-0vyEt8ZqhdgzC+IvdkJZL7fc3k7UZyJvMxR3zvU312z/HilJ0N+WSY3099jAxdfhe99ak9VhcK1ChDVVGc8Q0Q==",
				"shasum": "f5b945edb5be8285b8bb76ad171f39ef479afcde",
				"tarball": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-1.4.0.tgz",
				"fileCount": 51,
				"unpackedSize": 100355,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdTh+ACRA9TVsSAnZWagAACMgP/iha8FHFtbKda/E8FUxG\nyLchYkE/YE/d0HkPPH7IcTw8oY4rbW6PgAO/p6vJMC25F2MHaX6ToEKz6UIc\n3CfWWdPUxCldEQGKjsGcZcznyU24e9i0VMTw+8osiQwAO/wubykETPNWasYd\nwoV32wn76s5w8UBB8KxBGn6FTsM9jaTvOULPevP7MS1X5w7ych+67frXfIR8\n9jtyWzVXFnISl5ccEauLKGkiYQjLIx25QRK+5HXKSZTSfbSvUO3yBKed4Ps6\nvQCiJZzHQhHpMQwHO/xL94mTvjrPNLk2E1LwcXHd9hd/GKNvo8RL272ZFUUk\nYyzeY3g4vfcpJ1/XfrHvUujEjGoVFwdhVXSkVtqKrpl2+tEuNpGj9VWbqmVF\nWk7bMHTuTweSfzuFTBfvYedn9ZdrLzhMuKwZ6mDrzrKw7Dqtgvg8o4ixWs+p\ncTFXquAMgTfH78G3ihrhddFhxPbFx5N35m5uTAkVwAbwqmMUuP9PmVUeE4ua\nzFnBuUVP3hkAJyvmoxdbcCR246tIItFkQ4WF8qnQHVM29YF8SKVbQ+T6Pcul\nyhzmC8vDQg65jbypjlLo9JwmCvCP+zKlhoJu79x3S35S2efJeZ/iQm2HP/Py\nSuNwg5e1Q8yZJqvUe9txDFvZf46LlY9eI7hILL1rsnQfu5OCKnBlHeO8CxH4\not2q\r\n=KkC4\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-chromatic_1.4.0_1565400959854_0.2130993533428045"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.5.0": {
			"name": "d3-scale-chromatic",
			"version": "1.5.0",
			"description": "Sequential, diverging and categorical color schemes.",
			"keywords": [
				"d3",
				"d3-module",
				"color",
				"scale",
				"sequential",
				"colorbrewer"
			],
			"homepage": "https://d3js.org/d3-scale-chromatic/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "dist/d3-scale-chromatic.js",
			"unpkg": "dist/d3-scale-chromatic.min.js",
			"jsdelivr": "dist/d3-scale-chromatic.min.js",
			"module": "src/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-scale-chromatic.git"
			},
			"sideEffects": false,
			"scripts": {
				"pretest": "rollup -c",
				"test": "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-color": "1",
				"d3-interpolate": "1"
			},
			"devDependencies": {
				"eslint": "6",
				"rollup": "1",
				"rollup-plugin-terser": "5",
				"tape": "4"
			},
			"gitHead": "05e76dafaa89059153e177a4f57d9af985ba49a8",
			"bugs": {
				"url": "https://github.com/d3/d3-scale-chromatic/issues"
			},
			"_id": "d3-scale-chromatic@1.5.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.14.1",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"integrity": "sha512-ACcL46DYImpRFMBcpk9HhtIyC7bTBR4fNOPxwVSl0LfulDAwyiHyPOTqcDG1+t5d4P9W7t/2NAuWu59aKko/cg==",
				"shasum": "54e333fc78212f439b14641fb55801dd81135a98",
				"tarball": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-1.5.0.tgz",
				"fileCount": 53,
				"unpackedSize": 104512,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXOYoCRA9TVsSAnZWagAA/G0P+wfhmThaJTWfJyVft50d\nU/GhcHN5PhogDbNOz16Ef7NSPGPSv5us0y1iYFzh+tD3wahqfLOPTw3yB1+A\nkIfb+9cNC6KMBvKOyjY70zp8BFpdTltRBtjSJzAKACPqB6tc7pVVYQAA/XkM\nsW8pnyeQyyC7n1CaNkgK+qBblCUhtjUGWA7MmxvG4LIrM8dYNYezoWv3CqhY\n87F7cyfMvJ0XqbUxTx3AfvBQtodM+Pkb9lg94WpZYg6D+OzJa/fOyQ6kfbR+\nnMENOUB8z86sUBnd3cZDHFfxTvafxBNuTvBispL7ghRJDPFXfoeavszkYgug\n4BD9Is19oKTchLCOfrjILWMbbjtyNh7M1snzV0rIcCqwerFyqFOUOYhrqscl\n97qwnSwpqSd1I8lhK1EXEkb3S45ijgBERZMiEreS6KqSwuk54mnqzX1vg4aO\nlf6wwJ7Ryg4viz0cmE95Qc1bZxAuY0DxrCR4bACnxQbC+8oaphGPXprEFigT\nvDvKdVxG7QpqIz6Zzd9hSDJ3s3LOTPwV7hL6wZZVen25X05ii/VZYWCZAaVc\ngU6w1mIDHNwEsrIHM/KanW1LMCC5xhg6QN3LNCCVAr5UFm2PRKPg65OMQTsC\nF6Phb3kxUdrJDaDbKYwHeA/s7UsYCLRwXLP4yN1IeNV4qttfHYOF52Y8zC+h\nb8e8\r\n=mD9s\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-chromatic_1.5.0_1566369320186_0.7250386706178724"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.0-rc.1": {
			"name": "d3-scale-chromatic",
			"version": "2.0.0-rc.1",
			"publishConfig": {
				"tag": "next"
			},
			"description": "Sequential, diverging and categorical color schemes.",
			"keywords": [
				"d3",
				"d3-module",
				"color",
				"scale",
				"sequential",
				"colorbrewer"
			],
			"homepage": "https://d3js.org/d3-scale-chromatic/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "dist/d3-scale-chromatic.js",
			"unpkg": "dist/d3-scale-chromatic.min.js",
			"jsdelivr": "dist/d3-scale-chromatic.min.js",
			"module": "src/index.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/d3/d3-scale-chromatic.git"
			},
			"sideEffects": false,
			"scripts": {
				"pretest": "rollup -c",
				"test": "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-color": ">=2.0.0-rc.1",
				"d3-interpolate": ">=2.0.0-rc.1"
			},
			"devDependencies": {
				"eslint": "6",
				"rollup": "1",
				"rollup-plugin-terser": "5",
				"tape": "4"
			},
			"readmeFilename": "README.md",
			"licenseText": "Copyright 2010-2018 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\nApache-Style Software License for ColorBrewer software and ColorBrewer Color\nSchemes\n\nCopyright (c) 2002 Cynthia Brewer, Mark Harrower, and The Pennsylvania State\nUniversity.\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use\nthis file except in compliance with the License.  You may obtain a copy of the\nLicense at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed\nunder the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR\nCONDITIONS OF ANY KIND, either express or implied. See the License for the\nspecific language governing permissions and limitations under the License.\n",
			"_id": "d3-scale-chromatic@2.0.0-rc.1",
			"dist": {
				"shasum": "0d45342529e1712893f6a5d9bfde13147da62136",
				"integrity": "sha512-7BaAIv0qXek5DnRriJvn3l7dSuWPqTz+xl5thtqtJ1c/maPUoBLG3FOnJEIQKvpmvouhxLCUCt5jRWu+I13QoQ==",
				"tarball": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-2.0.0-rc.1.tgz",
				"fileCount": 59,
				"unpackedSize": 104296,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfHpbbCRA9TVsSAnZWagAAqioP/21neQa4b6YdxqL0VKxJ\nqLEt1bW3NutDB3VbA0z0IBLOHeOboL4BUoOjHs5AnObGYxqoES3sbiAoaIwI\nh1s6vkQktHWoKhve57jwj915fII3RBNj0BO9vcTmWplvVhUaDS6i7BKXfkI0\neDO57MUvKww+/aQoGxW3rzPWzqPPxdU707OwnBHsNWXU8D6hoizFGjy00oZr\nB9V9skVFg6kohNtKUyHLjckX+maDyJIoiLFersMqbmaCy/ZB3XnmGXJDJw6l\nMpBqvS+a7xyoWzYDDrcLeav+en/XRo+Hq9TB/X+9S7jk9WxZ3WNRLLQcKMir\nHZjBQKLbODUVej2gY1iUPhE+RMsBCYddmKUR42/eGjj/kxgiJs/hpttSu5uo\nEuArT7sm2HfCE7ov5oJTSd5QUekoaggkVvL9j6/ZUS6q9hoAsHaBwPtclO6+\nNKTazWGSi5BW/oa45nXUhNuZB0Ta4ve6jOOMp7Zq6xg27OGpSSnmx6xhSb0g\nF5E7GfqZ38VoQdbcr7HvTWPVRaOdsy9338wckT6j9Gu0LwUxcTwlJj0zli4n\nrkVInAEXyVYnCCBwoHz0c1cZ0GM+4RVmnnFl+eSzry9MPz/VTKWakbC5Um0m\nP2MZLLo5A9z75tKt3a7liAZNReZPVWzrcL32dzBnuznrAYG8x7u/Ms0IBqGN\n1Zrh\r\n=eap0\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-chromatic_2.0.0-rc.1_1595840218977_0.7475621839432756"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.0": {
			"name": "d3-scale-chromatic",
			"version": "2.0.0",
			"description": "Sequential, diverging and categorical color schemes.",
			"keywords": [
				"d3",
				"d3-module",
				"color",
				"scale",
				"sequential",
				"colorbrewer"
			],
			"homepage": "https://d3js.org/d3-scale-chromatic/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "dist/d3-scale-chromatic.js",
			"unpkg": "dist/d3-scale-chromatic.min.js",
			"jsdelivr": "dist/d3-scale-chromatic.min.js",
			"module": "src/index.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/d3/d3-scale-chromatic.git"
			},
			"sideEffects": false,
			"scripts": {
				"pretest": "rollup -c",
				"test": "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-color": "1 - 2",
				"d3-interpolate": "1 - 2"
			},
			"devDependencies": {
				"eslint": "6",
				"rollup": "1",
				"rollup-plugin-terser": "5",
				"tape": "4"
			},
			"licenseText": "Copyright 2010-2018 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\nApache-Style Software License for ColorBrewer software and ColorBrewer Color\nSchemes\n\nCopyright (c) 2002 Cynthia Brewer, Mark Harrower, and The Pennsylvania State\nUniversity.\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use\nthis file except in compliance with the License.  You may obtain a copy of the\nLicense at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed\nunder the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR\nCONDITIONS OF ANY KIND, either express or implied. See the License for the\nspecific language governing permissions and limitations under the License.\n",
			"_id": "d3-scale-chromatic@2.0.0",
			"dist": {
				"shasum": "c13f3af86685ff91323dc2f0ebd2dabbd72d8bab",
				"integrity": "sha512-LLqy7dJSL8yDy7NRmf6xSlsFZ6zYvJ4BcWFE4zBrOPnQERv9zj24ohnXKRbyi9YHnYV+HN1oEO3iFK971/gkzA==",
				"tarball": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-2.0.0.tgz",
				"fileCount": 59,
				"unpackedSize": 104223,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfQpNqCRA9TVsSAnZWagAA0q8P/RQKttIg35eROTFmrRi5\nQAo8LjyHTkLdtYa9CTnIar/yLO9ilFEL+7xILv91bZs9E2e3k9P/psUbJ+DT\npFxTZaxNv3Rj3qzfxhVWK3rlJhgZ/0YfQpAYyvKJOCXYH7zE4T0nJV4Vn5NV\nVPY9yf6444sQPr3x6jGwcMUOtCWI43jN8bGI414u9oA+wrNiWCJHnXk/L2ex\n/K8wWuDNByqVqgk3qZ/0kM7Lg4In0+Vl0uogO+lfhn/0dt47uopysbiPeDem\n2eoLQoWtt5Lf8j/rHKDtxhmE4a4kSIYlEelujpnwVJRiYoTWM+pqbPvj3AgW\ntlVON2erDwJ23Xq5OuucRxvR52c1qQJu3N3xrLyACnEj+DBa2/jQ/Iq5ibvE\nFHjUZI3rL8lQKVWFkCo/4dLNjBRFMIeVi+l354xnlBxKqlZJU/2FL9Er7wJj\nNP0j5N+xOdm0GVpnVK5aODanFQewh9txkFAWZxK9vXsM2iwv5Se6bSl3KTde\n/MSTuNA2IlZkCV1UIavI9+8ilT+QDXBxpMyPfv6UsUR8kwOt4sa/hgFtd/0c\naZgH0tNJrVmLUtrc3bifcYKp+bJm5rUpn7p7T8hOfPZck38nsIaR3XqpH0bg\ny2o1zWLVZdv2Rmo3vYyFCszdUMQArda4VjGTm7PdZeKrEUBAUMnGfrFXnhs9\nszsf\r\n=oEK4\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-chromatic_2.0.0_1598198634473_0.046431173742012444"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2020-08-23T16:03:56.756Z",
		"created": "2016-06-04T17:55:35.482Z",
		"0.0.1": "2016-06-04T17:55:35.482Z",
		"0.1.0": "2016-06-06T19:27:49.903Z",
		"0.2.0": "2016-06-06T23:46:27.777Z",
		"0.3.0": "2016-06-08T04:13:36.922Z",
		"1.0.0": "2016-07-01T03:16:42.371Z",
		"1.0.1": "2016-07-11T02:24:55.172Z",
		"1.0.2": "2016-08-03T00:27:29.794Z",
		"1.1.0": "2016-11-03T05:08:21.668Z",
		"1.1.1": "2017-02-15T22:25:47.246Z",
		"1.2.0": "2018-01-28T18:45:11.650Z",
		"1.3.0": "2018-05-11T19:22:25.305Z",
		"1.3.1": "2018-08-24T17:43:33.609Z",
		"1.3.2": "2018-08-24T19:18:56.567Z",
		"1.3.3": "2018-08-24T21:28:51.661Z",
		"1.4.0": "2019-08-10T01:36:00.049Z",
		"1.5.0": "2019-08-21T06:35:20.316Z",
		"2.0.0-rc.1": "2020-07-27T08:56:59.097Z",
		"2.0.0": "2020-08-23T16:03:54.588Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "2.0.0",
		"next": "2.0.0-rc.1"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"a13b96f350833d7ddc68aacbc7bc9763\"",
			"fetched": 1600679288709
		}
	},
	"_distfiles": {
		"d3-scale-chromatic-0.0.1.tgz": {
			"url": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-0.0.1.tgz",
			"sha": "d95cd02642fc2f38e4e92f1259f4447226d32bf0",
			"registry": "npmjs"
		},
		"d3-scale-chromatic-0.1.0.tgz": {
			"url": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-0.1.0.tgz",
			"sha": "5a9940e24d3b340c9aa7ff3ef885996e53097e75",
			"registry": "npmjs"
		},
		"d3-scale-chromatic-0.2.0.tgz": {
			"url": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-0.2.0.tgz",
			"sha": "966a59ccaf57cc04542c19455d5e4f5a4fe599fd",
			"registry": "npmjs"
		},
		"d3-scale-chromatic-0.3.0.tgz": {
			"url": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-0.3.0.tgz",
			"sha": "287f776bb23993ec023b2c5263ae9cd8d0e8e862",
			"registry": "npmjs"
		},
		"d3-scale-chromatic-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-1.0.0.tgz",
			"sha": "2e73057b6b4fb65885b8f0aef230692f0d938f63",
			"registry": "npmjs"
		},
		"d3-scale-chromatic-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-1.0.1.tgz",
			"sha": "c6b1254cee9e3a3eee312bec39906c6724a48dd1",
			"registry": "npmjs"
		},
		"d3-scale-chromatic-1.0.2.tgz": {
			"url": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-1.0.2.tgz",
			"sha": "19dc284f47415f5d52f4b6a818685fa8e7cff651",
			"registry": "npmjs"
		},
		"d3-scale-chromatic-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-1.1.0.tgz",
			"sha": "eddcc50c4fd48d98560105f349bf5bc921476da1",
			"registry": "npmjs"
		},
		"d3-scale-chromatic-1.1.1.tgz": {
			"url": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-1.1.1.tgz",
			"sha": "811406e8e09dab78a49dac4a32047d5d3edd0c44",
			"registry": "npmjs"
		},
		"d3-scale-chromatic-1.2.0.tgz": {
			"url": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-1.2.0.tgz",
			"sha": "25820d059c0eccc33e85f77561f37382a817ab58",
			"registry": "npmjs"
		},
		"d3-scale-chromatic-1.3.0.tgz": {
			"url": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-1.3.0.tgz",
			"sha": "7ee38ffcaa7ad55cfed83a6a668aac5570c653c4",
			"registry": "npmjs"
		},
		"d3-scale-chromatic-1.3.1.tgz": {
			"url": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-1.3.1.tgz",
			"sha": "baf4ae1d5fac47fc5dc2a8599fdcc9c3fdc121f9",
			"registry": "npmjs"
		},
		"d3-scale-chromatic-1.3.2.tgz": {
			"url": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-1.3.2.tgz",
			"sha": "0282ed1f8a48fe2d594627747a6ccfd97d05ac53",
			"registry": "npmjs"
		},
		"d3-scale-chromatic-1.3.3.tgz": {
			"url": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-1.3.3.tgz",
			"sha": "dad4366f0edcb288f490128979c3c793583ed3c0",
			"registry": "npmjs"
		},
		"d3-scale-chromatic-1.4.0.tgz": {
			"url": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-1.4.0.tgz",
			"sha": "f5b945edb5be8285b8bb76ad171f39ef479afcde",
			"registry": "npmjs"
		},
		"d3-scale-chromatic-1.5.0.tgz": {
			"url": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-1.5.0.tgz",
			"sha": "54e333fc78212f439b14641fb55801dd81135a98",
			"registry": "npmjs"
		},
		"d3-scale-chromatic-2.0.0-rc.1.tgz": {
			"url": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-2.0.0-rc.1.tgz",
			"sha": "0d45342529e1712893f6a5d9bfde13147da62136",
			"registry": "npmjs"
		},
		"d3-scale-chromatic-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-2.0.0.tgz",
			"sha": "c13f3af86685ff91323dc2f0ebd2dabbd72d8bab",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"d3-scale-chromatic-1.5.0.tgz": {
			"shasum": "54e333fc78212f439b14641fb55801dd81135a98"
		}
	},
	"_rev": "2-c4feff58e55a7ffc",
	"_id": "d3-scale-chromatic",
	"readme": "# d3-scale-chromatic\n\nThis module provides sequential, diverging and categorical color schemes designed to work with [d3-scale](https://github.com/d3/d3-scale)’s [d3.scaleOrdinal](https://github.com/d3/d3-scale#ordinal-scales) and [d3.scaleSequential](https://github.com/d3/d3-scale#sequential-scales). Most of these schemes are derived from Cynthia A. Brewer’s [ColorBrewer](http://colorbrewer2.org). Since ColorBrewer publishes only discrete color schemes, the sequential and diverging scales are interpolated using [uniform B-splines](https://bl.ocks.org/mbostock/048d21cf747371b11884f75ad896e5a5).\n\nFor example, to create a categorical color scale using the [Accent](#schemeAccent) color scheme:\n\n```js\nvar accent = d3.scaleOrdinal(d3.schemeAccent);\n```\n\nTo create a sequential discrete nine-color scale using the [Blues](#schemeBlues) color scheme:\n\n```js\nvar blues = d3.scaleOrdinal(d3.schemeBlues[9]);\n```\n\nTo create a diverging, continuous color scale using the [PiYG](#interpolatePiYG) color scheme:\n\n```js\nvar piyg = d3.scaleSequential(d3.interpolatePiYG);\n```\n\n## Installing\n\nIf you use NPM, `npm install d3-scale-chromatic`. Otherwise, download the [latest release](https://github.com/d3/d3-scale-chromatic/releases/latest) or load directly from [d3js.org](https://d3js.org) as a [standalone library](https://d3js.org/d3-scale-chromatic.v1.min.js). AMD, CommonJS, and vanilla environments are supported. In vanilla, a `d3` global is exported:\n\n```html\n<script src=\"https://d3js.org/d3-color.v2.min.js\"></script>\n<script src=\"https://d3js.org/d3-interpolate.v2.min.js\"></script>\n<script src=\"https://d3js.org/d3-scale-chromatic.v2.min.js\"></script>\n<script>\n\nvar yellow = d3.interpolateYlGn(0), // \"rgb(255, 255, 229)\"\n    yellowGreen = d3.interpolateYlGn(0.5), // \"rgb(120, 197, 120)\"\n    green = d3.interpolateYlGn(1); // \"rgb(0, 69, 41)\"\n\n</script>\n```\n\nOr, as part of the [D3 default bundle](https://github.com/d3/d3):\n\n```html\n<script src=\"https://d3js.org/d3.v6.min.js\"></script>\n<script>\n\nvar yellow = d3.interpolateYlGn(0), // \"rgb(255, 255, 229)\"\n    yellowGreen = d3.interpolateYlGn(0.5), // \"rgb(120, 197, 120)\"\n    green = d3.interpolateYlGn(1); // \"rgb(0, 69, 41)\"\n\n</script>\n```\n\n[Try d3-scale-chromatic in your browser.](https://observablehq.com/collection/@d3/d3-scale-chromatic)\n\n## API Reference\n\n### Categorical\n\n<a name=\"schemeCategory10\" href=\"#schemeCategory10\">#</a> d3.<b>schemeCategory10</b> [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/categorical/category10.js \"Source\")\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/category10.png\" width=\"100%\" height=\"40\" alt=\"category10\">\n\nAn array of ten categorical colors represented as RGB hexadecimal strings.\n\n<a href=\"#schemeAccent\" name=\"schemeAccent\">#</a> d3.<b>schemeAccent</b> [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/categorical/Accent.js \"Source\")\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/Accent.png\" width=\"100%\" height=\"40\" alt=\"Accent\">\n\nAn array of eight categorical colors represented as RGB hexadecimal strings.\n\n<a href=\"#schemeDark2\" name=\"schemeDark2\">#</a> d3.<b>schemeDark2</b> [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/categorical/Dark2.js \"Source\")\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/Dark2.png\" width=\"100%\" height=\"40\" alt=\"Dark2\">\n\nAn array of eight categorical colors represented as RGB hexadecimal strings.\n\n<a href=\"#schemePaired\" name=\"schemePaired\">#</a> d3.<b>schemePaired</b> [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/categorical/Paired.js \"Source\")\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/Paired.png\" width=\"100%\" height=\"40\" alt=\"Paired\">\n\nAn array of twelve categorical colors represented as RGB hexadecimal strings.\n\n<a href=\"#schemePastel1\" name=\"schemePastel1\">#</a> d3.<b>schemePastel1</b> [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/categorical/Pastel1.js \"Source\")\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/Pastel1.png\" width=\"100%\" height=\"40\" alt=\"Pastel1\">\n\nAn array of nine categorical colors represented as RGB hexadecimal strings.\n\n<a href=\"#schemePastel2\" name=\"schemePastel2\">#</a> d3.<b>schemePastel2</b> [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/categorical/Pastel2.js \"Source\")\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/Pastel2.png\" width=\"100%\" height=\"40\" alt=\"Pastel2\">\n\nAn array of eight categorical colors represented as RGB hexadecimal strings.\n\n<a href=\"#schemeSet1\" name=\"schemeSet1\">#</a> d3.<b>schemeSet1</b> [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/categorical/Set1.js \"Source\")\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/Set1.png\" width=\"100%\" height=\"40\" alt=\"Set1\">\n\nAn array of nine categorical colors represented as RGB hexadecimal strings.\n\n<a href=\"#schemeSet2\" name=\"schemeSet2\">#</a> d3.<b>schemeSet2</b> [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/categorical/Set2.js \"Source\")\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/Set2.png\" width=\"100%\" height=\"40\" alt=\"Set2\">\n\nAn array of eight categorical colors represented as RGB hexadecimal strings.\n\n<a href=\"#schemeSet3\" name=\"schemeSet3\">#</a> d3.<b>schemeSet3</b> [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/categorical/Set3.js \"Source\")\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/Set3.png\" width=\"100%\" height=\"40\" alt=\"Set3\">\n\nAn array of twelve categorical colors represented as RGB hexadecimal strings.\n\n<a href=\"#schemeTableau10\" name=\"schemeTableau10\">#</a> d3.<b>schemeTableau10</b> [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/categorical/Tableau10.js \"Source\")\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/Tableau10.png\" width=\"100%\" height=\"40\" alt=\"Tableau10\">\n\nAn array of ten categorical colors authored by Tableau as part of [Tableau 10](https://www.tableau.com/about/blog/2016/7/colors-upgrade-tableau-10-56782) represented as RGB hexadecimal strings.\n\n### Diverging\n\nDiverging color schemes are available as continuous interpolators (often used with [d3.scaleSequential](https://github.com/d3/d3-scale/blob/master/README.md#sequential-scales)) and as discrete schemes (often used with [d3.scaleOrdinal](https://github.com/d3/d3-scale/blob/master/README.md#ordinal-scales)). Each discrete scheme, such as [d3.schemeBrBG](#schemeBrBG), is represented as an array of arrays of hexadecimal color strings. The *k*th element of this array contains the color scheme of size *k*; for example, `d3.schemeBrBG[9]` contains an array of nine strings representing the nine colors of the brown-blue-green diverging color scheme. Diverging color schemes support a size *k* ranging from 3 to 11.\n\n<a href=\"#interpolateBrBG\" name=\"interpolateBrBG\">#</a> d3.<b>interpolateBrBG</b>(*t*) [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/diverging/BrBG.js \"Source\")\n<br><a href=\"#schemeBrBG\" name=\"schemeBrBG\">#</a> d3.<b>schemeBrBG</b>[*k*]\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/BrBG.png\" width=\"100%\" height=\"40\" alt=\"BrBG\">\n\nGiven a number *t* in the range [0,1], returns the corresponding color from the “BrBG” diverging color scheme represented as an RGB string.\n\n<a href=\"#interpolatePRGn\" name=\"interpolatePRGn\">#</a> d3.<b>interpolatePRGn</b>(*t*) [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/diverging/PRGn.js \"Source\")\n<br><a href=\"#schemePRGn\" name=\"schemePRGn\">#</a> d3.<b>schemePRGn</b>[*k*]\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/PRGn.png\" width=\"100%\" height=\"40\" alt=\"PRGn\">\n\nGiven a number *t* in the range [0,1], returns the corresponding color from the “PRGn” diverging color scheme represented as an RGB string.\n\n<a href=\"#interpolatePiYG\" name=\"interpolatePiYG\">#</a> d3.<b>interpolatePiYG</b>(*t*) [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/diverging/PiYG.js \"Source\")\n<br><a href=\"#schemePiYG\" name=\"schemePiYG\">#</a> d3.<b>schemePiYG</b>[*k*]\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/PiYG.png\" width=\"100%\" height=\"40\" alt=\"PiYG\">\n\nGiven a number *t* in the range [0,1], returns the corresponding color from the “PiYG” diverging color scheme represented as an RGB string.\n\n<a href=\"#interpolatePuOr\" name=\"interpolatePuOr\">#</a> d3.<b>interpolatePuOr</b>(*t*) [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/diverging/PuOr.js \"Source\")\n<br><a href=\"#schemePuOr\" name=\"schemePuOr\">#</a> d3.<b>schemePuOr</b>[*k*]\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/PuOr.png\" width=\"100%\" height=\"40\" alt=\"PuOr\">\n\nGiven a number *t* in the range [0,1], returns the corresponding color from the “PuOr” diverging color scheme represented as an RGB string.\n\n<a href=\"#interpolateRdBu\" name=\"interpolateRdBu\">#</a> d3.<b>interpolateRdBu</b>(*t*) [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/diverging/RdBu.js \"Source\")\n<br><a href=\"#schemeRdBu\" name=\"schemeRdBu\">#</a> d3.<b>schemeRdBu</b>[*k*]\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/RdBu.png\" width=\"100%\" height=\"40\" alt=\"RdBu\">\n\nGiven a number *t* in the range [0,1], returns the corresponding color from the “RdBu” diverging color scheme represented as an RGB string.\n\n<a href=\"#interpolateRdGy\" name=\"interpolateRdGy\">#</a> d3.<b>interpolateRdGy</b>(*t*) [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/diverging/RdGy.js \"Source\")\n<br><a href=\"#schemeRdGy\" name=\"schemeRdGy\">#</a> d3.<b>schemeRdGy</b>[*k*]\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/RdGy.png\" width=\"100%\" height=\"40\" alt=\"RdGy\">\n\nGiven a number *t* in the range [0,1], returns the corresponding color from the “RdGy” diverging color scheme represented as an RGB string.\n\n<a href=\"#interpolateRdYlBu\" name=\"interpolateRdYlBu\">#</a> d3.<b>interpolateRdYlBu</b>(*t*) [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/diverging/RdYlBu.js \"Source\")\n<br><a href=\"#schemeRdYlBu\" name=\"schemeRdYlBu\">#</a> d3.<b>schemeRdYlBu</b>[*k*]\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/RdYlBu.png\" width=\"100%\" height=\"40\" alt=\"RdYlBu\">\n\nGiven a number *t* in the range [0,1], returns the corresponding color from the “RdYlBu” diverging color scheme represented as an RGB string.\n\n<a href=\"#interpolateRdYlGn\" name=\"interpolateRdYlGn\">#</a> d3.<b>interpolateRdYlGn</b>(*t*) [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/diverging/RdYlGn.js \"Source\")\n<br><a href=\"#schemeRdYlGn\" name=\"schemeRdYlGn\">#</a> d3.<b>schemeRdYlGn</b>[*k*]\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/RdYlGn.png\" width=\"100%\" height=\"40\" alt=\"RdYlGn\">\n\nGiven a number *t* in the range [0,1], returns the corresponding color from the “RdYlGn” diverging color scheme represented as an RGB string.\n\n<a href=\"#interpolateSpectral\" name=\"interpolateSpectral\">#</a> d3.<b>interpolateSpectral</b>(*t*) [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/diverging/Spectral.js \"Source\")\n<br><a href=\"#schemeSpectral\" name=\"schemeSpectral\">#</a> d3.<b>schemeSpectral</b>[*k*]\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/Spectral.png\" width=\"100%\" height=\"40\" alt=\"Spectral\">\n\nGiven a number *t* in the range [0,1], returns the corresponding color from the “Spectral” diverging color scheme represented as an RGB string.\n\n### Sequential (Single Hue)\n\nSequential, single-hue color schemes are available as continuous interpolators (often used with [d3.scaleSequential](https://github.com/d3/d3-scale/blob/master/README.md#sequential-scales)) and as discrete schemes (often used with [d3.scaleOrdinal](https://github.com/d3/d3-scale/blob/master/README.md#ordinal-scales)). Each discrete scheme, such as [d3.schemeBlues](#schemeBlues), is represented as an array of arrays of hexadecimal color strings. The *k*th element of this array contains the color scheme of size *k*; for example, `d3.schemeBlues[9]` contains an array of nine strings representing the nine colors of the blue sequential color scheme. Sequential, single-hue color schemes support a size *k* ranging from 3 to 9.\n\n<a href=\"#interpolateBlues\" name=\"interpolateBlues\">#</a> d3.<b>interpolateBlues</b>(*t*) [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/sequential-single/Blues.js \"Source\")\n<br><a href=\"#schemeBlues\" name=\"schemeBlues\">#</a> d3.<b>schemeBlues</b>[*k*]\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/Blues.png\" width=\"100%\" height=\"40\" alt=\"Blues\">\n\nGiven a number *t* in the range [0,1], returns the corresponding color from the “Blues” sequential color scheme represented as an RGB string.\n\n<a href=\"#interpolateGreens\" name=\"interpolateGreens\">#</a> d3.<b>interpolateGreens</b>(*t*) [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/sequential-single/Greens.js \"Source\")\n<br><a href=\"#schemeGreens\" name=\"schemeGreens\">#</a> d3.<b>schemeGreens</b>[*k*]\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/Greens.png\" width=\"100%\" height=\"40\" alt=\"Greens\">\n\nGiven a number *t* in the range [0,1], returns the corresponding color from the “Greens” sequential color scheme represented as an RGB string.\n\n<a href=\"#interpolateGreys\" name=\"interpolateGreys\">#</a> d3.<b>interpolateGreys</b>(*t*) [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/sequential-single/Greys.js \"Source\")\n<br><a href=\"#schemeGreys\" name=\"schemeGreys\">#</a> d3.<b>schemeGreys</b>[*k*]\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/Greys.png\" width=\"100%\" height=\"40\" alt=\"Greys\">\n\nGiven a number *t* in the range [0,1], returns the corresponding color from the “Greys” sequential color scheme represented as an RGB string.\n\n<a href=\"#interpolateOranges\" name=\"interpolateOranges\">#</a> d3.<b>interpolateOranges</b>(*t*) [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/sequential-single/Oranges.js \"Source\")\n<br><a href=\"#schemeOranges\" name=\"schemeOranges\">#</a> d3.<b>schemeOranges</b>[*k*]\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/Oranges.png\" width=\"100%\" height=\"40\" alt=\"Oranges\">\n\nGiven a number *t* in the range [0,1], returns the corresponding color from the “Oranges” sequential color scheme represented as an RGB string.\n\n<a href=\"#interpolatePurples\" name=\"interpolatePurples\">#</a> d3.<b>interpolatePurples</b>(*t*) [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/sequential-single/Purples.js \"Source\")\n<br><a href=\"#schemePurples\" name=\"schemePurples\">#</a> d3.<b>schemePurples</b>[*k*]\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/Purples.png\" width=\"100%\" height=\"40\" alt=\"Purples\">\n\nGiven a number *t* in the range [0,1], returns the corresponding color from the “Purples” sequential color scheme represented as an RGB string.\n\n<a href=\"#interpolateReds\" name=\"interpolateReds\">#</a> d3.<b>interpolateReds</b>(*t*) [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/sequential-single/Reds.js \"Source\")\n<br><a href=\"#schemeReds\" name=\"schemeReds\">#</a> d3.<b>schemeReds</b>[*k*]\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/Reds.png\" width=\"100%\" height=\"40\" alt=\"Reds\">\n\nGiven a number *t* in the range [0,1], returns the corresponding color from the “Reds” sequential color scheme represented as an RGB string.\n\n### Sequential (Multi-Hue)\n\nSequential, multi-hue color schemes are available as continuous interpolators (often used with [d3.scaleSequential](https://github.com/d3/d3-scale/blob/master/README.md#sequential-scales)) and as discrete schemes (often used with [d3.scaleOrdinal](https://github.com/d3/d3-scale/blob/master/README.md#ordinal-scales)). Each discrete scheme, such as [d3.schemeBuGn](#schemeBuGn), is represented as an array of arrays of hexadecimal color strings. The *k*th element of this array contains the color scheme of size *k*; for example, `d3.schemeBuGn[9]` contains an array of nine strings representing the nine colors of the blue-green sequential color scheme. Sequential, multi-hue color schemes support a size *k* ranging from 3 to 9.\n\n<a name=\"interpolateTurbo\" href=\"#interpolateTurbo\">#</a> d3.<b>interpolateTurbo</b>(<i>t</i>) [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/sequential-multi/turbo.js \"Source\")\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/turbo.png\" width=\"100%\" height=\"40\" alt=\"turbo\">\n\nGiven a number *t* in the range [0,1], returns the corresponding color from the “turbo” color scheme by [Anton Mikhailov](https://ai.googleblog.com/2019/08/turbo-improved-rainbow-colormap-for.html).\n\n<a name=\"interpolateViridis\" href=\"#interpolateViridis\">#</a> d3.<b>interpolateViridis</b>(<i>t</i>) [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/sequential-multi/viridis.js \"Source\")\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/viridis.png\" width=\"100%\" height=\"40\" alt=\"viridis\">\n\nGiven a number *t* in the range [0,1], returns the corresponding color from the “viridis” perceptually-uniform color scheme designed by [van der Walt, Smith and Firing](https://bids.github.io/colormap/) for matplotlib, represented as an RGB string.\n\n<a name=\"interpolateInferno\" href=\"#interpolateInferno\">#</a> d3.<b>interpolateInferno</b>(<i>t</i>) [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/sequential-multi/viridis.js \"Source\")\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/inferno.png\" width=\"100%\" height=\"40\" alt=\"inferno\">\n\nGiven a number *t* in the range [0,1], returns the corresponding color from the “inferno” perceptually-uniform color scheme designed by [van der Walt and Smith](https://bids.github.io/colormap/) for matplotlib, represented as an RGB string.\n\n<a name=\"interpolateMagma\" href=\"#interpolateMagma\">#</a> d3.<b>interpolateMagma</b>(<i>t</i>) [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/sequential-multi/viridis.js \"Source\")\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/magma.png\" width=\"100%\" height=\"40\" alt=\"magma\">\n\nGiven a number *t* in the range [0,1], returns the corresponding color from the “magma” perceptually-uniform color scheme designed by [van der Walt and Smith](https://bids.github.io/colormap/) for matplotlib, represented as an RGB string.\n\n<a name=\"interpolatePlasma\" href=\"#interpolatePlasma\">#</a> d3.<b>interpolatePlasma</b>(<i>t</i>) [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/sequential-multi/viridis.js \"Source\")\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/plasma.png\" width=\"100%\" height=\"40\" alt=\"plasma\">\n\nGiven a number *t* in the range [0,1], returns the corresponding color from the “plasma” perceptually-uniform color scheme designed by [van der Walt and Smith](https://bids.github.io/colormap/) for matplotlib, represented as an RGB string.\n\n<a name=\"interpolateCividis\" href=\"#interpolateCividis\">#</a> d3.<b>interpolateCividis</b>(<i>t</i>) [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/sequential-multi/cividis.js \"Source\")\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/cividis.png\" width=\"100%\" height=\"40\" alt=\"cividis\">\n\nGiven a number *t* in the range [0,1], returns the corresponding color from the “cividis” color vision deficiency-optimized color scheme designed by [Nuñez, Anderton, and Renslow](https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0199239), represented as an RGB string.\n\n<a name=\"interpolateWarm\" href=\"#interpolateWarm\">#</a> d3.<b>interpolateWarm</b>(<i>t</i>) [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/sequential-multi/rainbow.js \"Source\")\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/warm.png\" width=\"100%\" height=\"40\" alt=\"warm\">\n\nGiven a number *t* in the range [0,1], returns the corresponding color from a 180° rotation of [Niccoli’s perceptual rainbow](https://mycarta.wordpress.com/2013/02/21/perceptual-rainbow-palette-the-method/), represented as an RGB string.\n\n<a name=\"interpolateCool\" href=\"#interpolateCool\">#</a> d3.<b>interpolateCool</b>(<i>t</i>) [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/sequential-multi/rainbow.js \"Source\")\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/cool.png\" width=\"100%\" height=\"40\" alt=\"cool\">\n\nGiven a number *t* in the range [0,1], returns the corresponding color from [Niccoli’s perceptual rainbow](https://mycarta.wordpress.com/2013/02/21/perceptual-rainbow-palette-the-method/), represented as an RGB string.\n\n<a name=\"interpolateCubehelixDefault\" href=\"#interpolateCubehelixDefault\">#</a> d3.<b>interpolateCubehelixDefault</b>(<i>t</i>) [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/sequential-multi/cubehelix.js \"Source\")\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/cubehelix.png\" width=\"100%\" height=\"40\" alt=\"cubehelix\">\n\nGiven a number *t* in the range [0,1], returns the corresponding color from [Green’s default Cubehelix](http://www.mrao.cam.ac.uk/~dag/CUBEHELIX/) represented as an RGB string.\n\n<a href=\"#interpolateBuGn\" name=\"interpolateBuGn\">#</a> d3.<b>interpolateBuGn</b>(*t*) [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/sequential-multi/BuGn.js \"Source\")\n<br><a href=\"#schemeBuGn\" name=\"schemeBuGn\">#</a> d3.<b>schemeBuGn</b>[*k*]\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/BuGn.png\" width=\"100%\" height=\"40\" alt=\"BuGn\">\n\nGiven a number *t* in the range [0,1], returns the corresponding color from the “BuGn” sequential color scheme represented as an RGB string.\n\n<a href=\"#interpolateBuPu\" name=\"interpolateBuPu\">#</a> d3.<b>interpolateBuPu</b>(*t*) [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/sequential-multi/BuPu.js \"Source\")\n<br><a href=\"#schemeBuPu\" name=\"schemeBuPu\">#</a> d3.<b>schemeBuPu</b>[*k*]\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/BuPu.png\" width=\"100%\" height=\"40\" alt=\"BuPu\">\n\nGiven a number *t* in the range [0,1], returns the corresponding color from the “BuPu” sequential color scheme represented as an RGB string.\n\n<a href=\"#interpolateGnBu\" name=\"interpolateGnBu\">#</a> d3.<b>interpolateGnBu</b>(*t*) [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/sequential-multi/GnBu.js \"Source\")\n<br><a href=\"#schemeGnBu\" name=\"schemeGnBu\">#</a> d3.<b>schemeGnBu</b>[*k*]\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/GnBu.png\" width=\"100%\" height=\"40\" alt=\"GnBu\">\n\nGiven a number *t* in the range [0,1], returns the corresponding color from the “GnBu” sequential color scheme represented as an RGB string.\n\n<a href=\"#interpolateOrRd\" name=\"interpolateOrRd\">#</a> d3.<b>interpolateOrRd</b>(*t*) [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/sequential-multi/OrRd.js \"Source\")\n<br><a href=\"#schemeOrRd\" name=\"schemeOrRd\">#</a> d3.<b>schemeOrRd</b>[*k*]\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/OrRd.png\" width=\"100%\" height=\"40\" alt=\"OrRd\">\n\nGiven a number *t* in the range [0,1], returns the corresponding color from the “OrRd” sequential color scheme represented as an RGB string.\n\n<a href=\"#interpolatePuBuGn\" name=\"interpolatePuBuGn\">#</a> d3.<b>interpolatePuBuGn</b>(*t*) [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/sequential-multi/PuBuGn.js \"Source\")\n<br><a href=\"#schemePuBuGn\" name=\"schemePuBuGn\">#</a> d3.<b>schemePuBuGn</b>[*k*]\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/PuBuGn.png\" width=\"100%\" height=\"40\" alt=\"PuBuGn\">\n\nGiven a number *t* in the range [0,1], returns the corresponding color from the “PuBuGn” sequential color scheme represented as an RGB string.\n\n<a href=\"#interpolatePuBu\" name=\"interpolatePuBu\">#</a> d3.<b>interpolatePuBu</b>(*t*) [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/sequential-multi/PuBu.js \"Source\")\n<br><a href=\"#schemePuBu\" name=\"schemePuBu\">#</a> d3.<b>schemePuBu</b>[*k*]\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/PuBu.png\" width=\"100%\" height=\"40\" alt=\"PuBu\">\n\nGiven a number *t* in the range [0,1], returns the corresponding color from the “PuBu” sequential color scheme represented as an RGB string.\n\n<a href=\"#interpolatePuRd\" name=\"interpolatePuRd\">#</a> d3.<b>interpolatePuRd</b>(*t*) [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/sequential-multi/PuRd.js \"Source\")\n<br><a href=\"#schemePuRd\" name=\"schemePuRd\">#</a> d3.<b>schemePuRd</b>[*k*]\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/PuRd.png\" width=\"100%\" height=\"40\" alt=\"PuRd\">\n\nGiven a number *t* in the range [0,1], returns the corresponding color from the “PuRd” sequential color scheme represented as an RGB string.\n\n<a href=\"#interpolateRdPu\" name=\"interpolateRdPu\">#</a> d3.<b>interpolateRdPu</b>(*t*) [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/sequential-multi/RdPu.js \"Source\")\n<br><a href=\"#schemeRdPu\" name=\"schemeRdPu\">#</a> d3.<b>schemeRdPu</b>[*k*]\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/RdPu.png\" width=\"100%\" height=\"40\" alt=\"RdPu\">\n\nGiven a number *t* in the range [0,1], returns the corresponding color from the “RdPu” sequential color scheme represented as an RGB string.\n\n<a href=\"#interpolateYlGnBu\" name=\"interpolateYlGnBu\">#</a> d3.<b>interpolateYlGnBu</b>(*t*) [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/sequential-multi/YlGnBu.js \"Source\")\n<br><a href=\"#schemeYlGnBu\" name=\"schemeYlGnBu\">#</a> d3.<b>schemeYlGnBu</b>[*k*]\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/YlGnBu.png\" width=\"100%\" height=\"40\" alt=\"YlGnBu\">\n\nGiven a number *t* in the range [0,1], returns the corresponding color from the “YlGnBu” sequential color scheme represented as an RGB string.\n\n<a href=\"#interpolateYlGn\" name=\"interpolateYlGn\">#</a> d3.<b>interpolateYlGn</b>(*t*) [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/sequential-multi/YlGn.js \"Source\")\n<br><a href=\"#schemeYlGn\" name=\"schemeYlGn\">#</a> d3.<b>schemeYlGn</b>[*k*]\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/YlGn.png\" width=\"100%\" height=\"40\" alt=\"YlGn\">\n\nGiven a number *t* in the range [0,1], returns the corresponding color from the “YlGn” sequential color scheme represented as an RGB string.\n\n<a href=\"#interpolateYlOrBr\" name=\"interpolateYlOrBr\">#</a> d3.<b>interpolateYlOrBr</b>(*t*) [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/sequential-multi/YlOrBr.js \"Source\")\n<br><a href=\"#schemeYlOrBr\" name=\"schemeYlOrBr\">#</a> d3.<b>schemeYlOrBr</b>[*k*]\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/YlOrBr.png\" width=\"100%\" height=\"40\" alt=\"YlOrBr\">\n\nGiven a number *t* in the range [0,1], returns the corresponding color from the “YlOrBr” sequential color scheme represented as an RGB string.\n\n<a href=\"#interpolateYlOrRd\" name=\"interpolateYlOrRd\">#</a> d3.<b>interpolateYlOrRd</b>(*t*) [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/sequential-multi/YlOrRd.js \"Source\")\n<br><a href=\"#schemeYlOrRd\" name=\"schemeYlOrRd\">#</a> d3.<b>schemeYlOrRd</b>[*k*]\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/YlOrRd.png\" width=\"100%\" height=\"40\" alt=\"YlOrRd\">\n\nGiven a number *t* in the range [0,1], returns the corresponding color from the “YlOrRd” sequential color scheme represented as an RGB string.\n\n### Cyclical\n\n<a name=\"interpolateRainbow\" href=\"#interpolateRainbow\">#</a> d3.<b>interpolateRainbow</b>(<i>t</i>) [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/sequential-multi/rainbow.js \"Source\")\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/rainbow.png\" width=\"100%\" height=\"40\" alt=\"rainbow\">\n\nGiven a number *t* in the range [0,1], returns the corresponding color from [d3.interpolateWarm](#interpolateWarm) scale from [0.0, 0.5] followed by the [d3.interpolateCool](#interpolateCool) scale from [0.5, 1.0], thus implementing the cyclical [less-angry rainbow](http://bl.ocks.org/mbostock/310c99e53880faec2434) color scheme.\n\n<a name=\"interpolateSinebow\" href=\"#interpolateSinebow\">#</a> d3.<b>interpolateSinebow</b>(<i>t</i>) [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/sequential-multi/sinebow.js \"Source\")\n\n<img src=\"https://raw.githubusercontent.com/d3/d3-scale-chromatic/master/img/sinebow.png\" width=\"100%\" height=\"40\" alt=\"sinebow\">\n\nGiven a number *t* in the range [0,1], returns the corresponding color from the “sinebow” color scheme by [Jim Bumgardner](https://krazydad.com/tutorials/makecolors.php) and [Charlie Loyd](http://basecase.org/env/on-rainbows)."
}