site_marriage/node_modules/color-name
2019-10-20 20:15:52 +02:00
..
.eslintrc.json migration titane -> nickel 2019-10-20 20:15:52 +02:00
.npmignore migration titane -> nickel 2019-10-20 20:15:52 +02:00
index.js migration titane -> nickel 2019-10-20 20:15:52 +02:00
LICENSE migration titane -> nickel 2019-10-20 20:15:52 +02:00
package.json migration titane -> nickel 2019-10-20 20:15:52 +02:00
README.md migration titane -> nickel 2019-10-20 20:15:52 +02:00
test.js migration titane -> nickel 2019-10-20 20:15:52 +02:00

A JSON with color names and its values. Based on http://dev.w3.org/csswg/css-color/#named-colors.

NPM

var colors = require('color-name');
colors.red //[255,0,0]