| 123456789101112131415161718192021222324252627282930313233343536 |
- {
- "name": "hsla-regex",
- "description": "Regex for matching HSLA colors.",
- "author": "John Otander",
- "version": "1.0.0",
- "main": "index.js",
- "directories": {
- "test": "test"
- },
- "scripts": {
- "test": "mocha test"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/regexps/hsla-regex.git"
- },
- "keywords": [
- "hsla",
- "regex",
- "regexp",
- "color",
- "css"
- ],
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/regexps/hsla-regex/issues"
- },
- "homepage": "https://github.com/regexps/hsla-regex",
- "dependencies": {},
- "devDependencies": {
- "mocha": "*"
- },
- "__npminstall_done": "Thu Dec 24 2020 20:20:52 GMT+0800 (CST)",
- "_from": "hsla-regex@1.0.0",
- "_resolved": "https://registry.npm.taobao.org/hsla-regex/download/hsla-regex-1.0.0.tgz"
- }
|