| 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
 | | { |  |   "name": "hex-color-regex", |  |   "version": "1.1.0", |  |   "description": "The best regular expression (regex) for matching hex color values from string.", |  |   "repository": "regexps/hex-color-regex", |  |   "author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)", |  |   "main": "index.js", |  |   "license": "MIT", |  |   "scripts": { |  |     "test": "standard && node test.js" |  |   }, |  |   "dependencies": {}, |  |   "devDependencies": { |  |     "mukla": "^0.4.9" |  |   }, |  |   "keywords": [ |  |     "color", |  |     "colors", |  |     "css", |  |     "expr", |  |     "expression", |  |     "expressions", |  |     "hex", |  |     "match", |  |     "matching", |  |     "regex", |  |     "regexp", |  |     "regexps", |  |     "regular", |  |     "web" |  |   ] |  | } | 
 |