Code coverage report for node-csswring\lib\color_keywords.js

Statements: 100% (1 / 1)      Branches: 100% (0 / 0)      Functions: 100% (0 / 0)      Lines: 100% (1 / 1)      Ignored: none     

All files » node-csswring/lib/ » color_keywords.js
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38    1                                                                      
"use strict";
 
module.exports = {
  short: {
    "#f00": "red",
    "#000080": "navy",
    "#008000": "green",
    "#008080": "teal",
    "#4b0082": "indigo",
    "#800000": "maroon",
    "#800080": "purple",
    "#808000": "olive",
    "#808080": "gray",
    "#a0522d": "sienna",
    "#a52a2a": "brown",
    "#c0c0c0": "silver",
    "#cd853f": "peru",
    "#d2b48c": "tan",
    "#da70d6": "orchid",
    "#dda0dd": "plum",
    "#ee82ee": "violet",
    "#f0e68c": "khaki",
    "#f0ffff": "azure",
    "#f5deb3": "wheat",
    "#f5f5dc": "beige",
    "#fa8072": "salmon",
    "#faf0e6": "linen",
    "#ff6347": "tomato",
    "#ff7f50": "coral",
    "#ffa500": "orange",
    "#ffc0cb": "pink",
    "#ffd700": "gold",
    "#ffe4c4": "bisque",
    "#fffafa": "snow",
    "#fffff0": "ivory"
  }
};