color-name-lists
Advanced tools
Comparing version 3.18.0 to 3.19.0
@@ -115,2 +115,9 @@ { | ||
}, | ||
"german": { | ||
"title": "German Colors", | ||
"description": "A list of German color names", | ||
"source": "https://github.com/meodai/farbnamen", | ||
"key": "german", | ||
"license": "MIT" | ||
}, | ||
"x11": { | ||
@@ -117,0 +124,0 @@ "title": "X11 Color Names", |
{ | ||
"name": "color-name-lists", | ||
"version": "3.18.0", | ||
"version": "3.19.0", | ||
"description": "A collection of color name lists", | ||
@@ -26,2 +26,3 @@ "main": "src/index.js", | ||
"color-standards-and-color-nomenclature": "^1.1.0", | ||
"farbnamen": "^0.1.0", | ||
"nombres-de-colores": "^0.4.0", | ||
@@ -28,0 +29,0 @@ "recueil-de-couleur": "^0.11.0", |
@@ -10,2 +10,3 @@ const fs = require('fs'); | ||
const spasnishList = require('nombres-de-colores/colors.min.json'); | ||
const germanList = require('farbnamen/colors.min.json'); | ||
const ridgewayList = require('color-standards-and-color-nomenclature/dist/colornames.json'); | ||
@@ -60,2 +61,3 @@ const risographColors = require('riso-colors'); | ||
lists.spanish = spasnishList; | ||
lists.german = germanList; | ||
lists.ridgway = ridgewayList; | ||
@@ -62,0 +64,0 @@ lists.risograph = risographColors; |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2513953
108165
6
+ Addedfarbnamen@^0.1.0
+ Addedfarbnamen@0.1.0(transitive)