kaguranana-birthday-project/node_modules/hex-color-regex/package.json
2021-12-12 18:49:32 -08:00

33 lines
664 B
JSON

{
"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"
]
}