color-name-lists
Advanced tools
Comparing version 3.16.2 to 3.17.0
@@ -108,2 +108,9 @@ { | ||
}, | ||
"spanish": { | ||
"title": "Spanish Colors", | ||
"description": "A list of Spanish color names", | ||
"source": "https://github.com/meodai/nombres-de-colores", | ||
"key": "spanish", | ||
"license": "MIT" | ||
}, | ||
"x11": { | ||
@@ -110,0 +117,0 @@ "title": "X11 Color Names", |
{ | ||
"name": "color-name-lists", | ||
"version": "3.16.2", | ||
"version": "3.17.0", | ||
"description": "A collection of color name lists", | ||
@@ -26,5 +26,6 @@ "main": "src/index.js", | ||
"color-standards-and-color-nomenclature": "^1.1.0", | ||
"nombres-de-colores": "^0.2.0", | ||
"recueil-de-couleur": "^0.11.0", | ||
"riso-colors": "^1.0.1", | ||
"wikipedia-color-names": "^1.8.1" | ||
"wikipedia-color-names": "^1.9.0" | ||
}, | ||
@@ -31,0 +32,0 @@ "devDependencies": { |
@@ -9,2 +9,3 @@ const fs = require('fs'); | ||
const frenchList = require('recueil-de-couleur/colors.min.json'); | ||
const spasnishList = require('nombres-de-colores/colors.min.json'); | ||
const ridgewayList = require('color-standards-and-color-nomenclature/dist/colornames.json'); | ||
@@ -58,2 +59,3 @@ const risographColors = require('riso-colors'); | ||
lists.french = frenchList; | ||
lists.spanish = spasnishList; | ||
lists.ridgway = ridgewayList; | ||
@@ -60,0 +62,0 @@ lists.risograph = risographColors; |
Sorry, the diff of this file is too big to display
2439960
104587
5
+ Addednombres-de-colores@^0.2.0
+ Addednombres-de-colores@0.2.0(transitive)
Updatedwikipedia-color-names@^1.9.0