mirror of
https://github.com/actions/setup-python.git
synced 2024-11-05 23:45:49 -05:00
.. | ||
.eslintrc.json | ||
.npmignore | ||
index.js | ||
LICENSE | ||
package.json | ||
README.md | ||
test.js |
A JSON with color names and its values. Based on http://dev.w3.org/csswg/css-color/#named-colors.
var colors = require('color-name');
colors.red //[255,0,0]