New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

color-name-lists

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

color-name-lists - npm Package Compare versions

Comparing version 2.1.0 to 3.0.0

dist/colorlists.json

8

build.js

@@ -1,8 +0,8 @@

const lists = require('./index');
const path = require('path');
const lists = require('./src/index');
const fs = require('fs');
const distPath = path.join(__dirname, 'dist/');
console.log(lists);
// create a JSON file containing all the lists
const output = JSON.stringify(lists, null, 2);
fs.writeFileSync('colorlists.json', output);
fs.writeFileSync(distPath + 'colorlists.json', output);
{
"army-painter": {
"title": "The Army Painter",
"description": "Figure painting, or miniature painting paint colors",
"data-source": "https://github.com/J0shW/Pigment",
"key": "army-painter"
},
"avery": {
"title": "Avery",
"description": "Avery is a set of colors that are used in the printing industry.",
"data-source": "https://jpederson.com/colornerd/",
"key": "avery"
},
"basic": {
"title": "Basic",
"description": "A set of basic colors.",
"data-source": "https://github.com/colorjs/color-namer/tree/master/lib/colors",
"source": "https://github.com/colorjs/color-namer/tree/master/lib/colors",
"key": "basic"
},
"behr": {
"title": "Behr",
"description": "A set of colors from paint colors from Behr.",
"data-source": "https://jpederson.com/colornerd/",
"key": "behr"
},
"benjamin-moore": {
"title": "Benjamin Moore",
"description": "A set of colors from Benjamin Moore's paint.",
"data-source": "https://jpederson.com/colornerd/",
"key": "benjamin-moore"
},
"citadel": {
"title": "Warhammer: Citadel Colour",
"description": "A set of colors from Warhammer Citadel paint.",
"data-source": "https://github.com/J0shW/Pigment",
"key": "citadel"
},
"colorhouse": {
"title": "Color House",
"description": "Color House paint colors.",
"data-source": "https://jpederson.com/colornerd/",
"key": "citadel"
},
"dic": {
"title": "DIC",
"description": "DIC Color Guide colors.",
"data-source": "https://jpederson.com/colornerd/",
"key": "dic"
},
"dunn-edwards": {
"title": "Dunn-Edwards Paints",
"description": "Dunn-Edwards paint colors",
"data-source": "https://jpederson.com/colornerd/",
"key": "dunn-edwards"
},
"dutch": {
"title": "Dutch Boy",
"description": "Dutch boy paint colors.",
"data-source": "https://jpederson.com/colornerd/",
"key": "dutch"
},
"farrow-ball": {
"title": "Farrow & Ball",
"description": "Farrow & Ball paint colors.",
"data-source": "https://jpederson.com/colornerd/",
"key": "farrow-ball"
},
"hks": {
"title": "HKS",
"description": "HKS matching colors",
"data-source": "https://jpederson.com/colornerd/",
"key": "hks"
},
"hl": {
"title": "Hallman Lindsay",
"description": "Hallman Lindsay paint colors",
"data-source": "https://jpederson.com/colornerd/",
"key": "hl"
},
"html": {
"title": "HTML Colors",
"description": "HTML color names",
"data-source": "https://github.com/colorjs/color-namer/tree/master/lib/colors",
"source": "https://github.com/colorjs/color-namer/tree/master/lib/colors",
"key": "html"
},
"ikea": {
"title": "IKEA",
"description": "IKEA paint colors",
"data-source": "https://jpederson.com/colornerd/",
"key": "ikea"
},
"japanese-traditional": {
"title": "Traditional Colors of Japan",
"description": "The traditional colors of Japan are a collection of colors traditionally used in Japanese art, literature, textiles such as kimono, and other Japanese arts and crafts.",
"data-source": "https://en.wikipedia.org/wiki/Traditional_colors_of_Japan",
"source": "https://en.wikipedia.org/wiki/Traditional_colors_of_Japan",
"key": "japanese-traditional"
},
"kliz": {
"title": "Kliz",
"description": "Kliz paint colors",
"data-source": "https://jpederson.com/colornerd/",
"key": "kliz"
},
"kobra": {
"title": "Kobra Paint",
"description": "Kobra spray-paint colors names",
"data-source": "https://jpederson.com/colornerd/",
"key": "kobra"
},
"le-corbusier": {
"title": "Le Corbusier",
"description": "Architectural colours in Le Corbusier's colour system.",
"data-source": "https://www.lescouleurs.ch/en/the-colours/63-colours",
"source": "https://www.lescouleurs.ch/en/the-colours/63-colours",
"key": "le-corbusier"
},
"mpc": {
"title": "Matthews Paint",
"description": "Matthews Paint colors.",
"data-source": "https://jpederson.com/colornerd/",
"key": "mpc"
},
"neenah": {
"title": "Neenah Paper",
"description": "Neenah paper color names.",
"data-source": "https://jpederson.com/colornerd/",
"key": "neenah"
},
"ntc": {
"title": "NTC.js",
"description": "NTC.js color matching library names",
"data-source": "https://github.com/colorjs/color-namer/tree/master/lib/colors",
"source": "https://github.com/colorjs/color-namer/tree/master/lib/colors",
"key": "ntc"
},
"pantone": {
"title": "Pantone",
"description": "Pantone color matching names",
"data-source": "https://github.com/colorjs/color-namer/tree/master/lib/colors",
"key": "pantone"
"osxcrayons": {
"title": "OS X Crayons",
"description": "OS X Crayons color names",
"source": "http://www.randomactsofsentience.com/2013/06/os-x-crayon-color-hex-table.html",
"key": "osxcrayons"
},
"ppg": {
"title": "PPG Paints",
"description": "PPG paint colors",
"data-source": "https://jpederson.com/colornerd/",
"key": "ppg"
},
"privateer-press": {
"title": "Privateer Press",
"description": "Privateer Miniature and Model paint names.",
"data-source": "https://github.com/J0shW/Pigment",
"key": "privateer-press"
},
"ral": {
"title": "RAL Color",
"description": "RAL color matching color names",
"data-source": "https://jpederson.com/colornerd/",
"source": "https://jpederson.com/colornerd/",
"key": "ral"
},
"reaper": {
"title": "Reaper",
"description": "Reaper Miniature and Model paint names.",
"data-source": "https://jpederson.com/colornerd/",
"key": "reaper"
},
"sanzo-wada-I": {
"title": "Wada Sanzō Japanese Color Dictionary Volume I",
"description": "Names from Wada Sanzō 和田 三造 Colors Dictionary volume I",
"data-source": "https://sanzo-wada.dmbk.io/",
"source": "https://sanzo-wada.dmbk.io/",
"key": "sanzo-wada-I"
},
"sherwin-williams": {
"title": "Sherwin-Williams Paints",
"description": "Sherwin Williams paint colors names",
"data-source": "https://jpederson.com/colornerd/",
"key": "sherwin-williams"
},
"toyo": {
"title": "Toyo",
"description": "Toyo colors names",
"data-source": "https://jpederson.com/colornerd/",
"key": "toyo"
},
"truematch": {
"title": "TRUMATCH Colors",
"description": "TrueMatch color matching names",
"data-source": "https://jpederson.com/colornerd/",
"key": "truematch"
},
"vellejo": {
"title": "Vallejo Acrylic Model Colors",
"description": "Acrylic Model Colors names",
"data-source": "https://jpederson.com/colornerd/",
"key": "vellejo"
},
"valspar": {
"title": "Valspar",
"description": "Valspar paint colors",
"data-source": "https://jpederson.com/colornerd/",
"key": "valspar"
},
"vista": {
"title": "Vista Paint",
"description": "Vista paint colors",
"data-source": "https://jpederson.com/colornerd/",
"key": "vista"
},
"werner": {
"title": "Werner's Nomenclature of Colours",
"description": "All colors from the book Werner's Nomenclature of Colours.",
"data-source": "https://www.c82.net/werner/",
"source": "https://www.c82.net/werner/",
"key": "werner"
},
"windows": {
"title": "Microsoft Windows Color Names",
"description": "List of colors used in older microsoft windows systems",
"source": "https://docs.microsoft.com/en-us/dotnet/api/system.windows.media.colors?view=windowsdesktop-6.0",
"key": "windows"
},
"wikipedia": {
"title": "Wikipedia Color Names",
"description": "List color names from wikipedia",
"data-source": "https://github.com/meodai/wikipedia-color-names",
"source": "https://github.com/meodai/wikipedia-color-names",
"key": "wikipedia"

@@ -221,3 +71,3 @@ },

"description": "Standard Xlib or the X11 protocol color names.",
"data-source": "https://en.wikipedia.org/wiki/X11_color_names",
"source": "https://en.wikipedia.org/wiki/X11_color_names",
"key": "x11"

@@ -228,5 +78,5 @@ },

"description": "The 954 most common RGB monitor colors, as defined by several hundred thousand participants in the xkcd color name survey.",
"data-source": "https://xkcd.com/color/rgb/",
"source": "https://xkcd.com/color/rgb/",
"key": "xkcd"
}
}
{
"name": "color-name-lists",
"version": "2.1.0",
"version": "3.0.0",
"description": "A collection of color name lists",
"main": "index.js",
"main": "src/index.js",
"directories": {

@@ -26,3 +26,7 @@ "lib": "lib"

"wikipedia-color-names": "^1.6.1"
},
"devDependencies": {
"path-browserify": "^1.0.1",
"process": "^0.11.10"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc