Gazebo_simulation-Frontend/node_modules/hsla-regex/package.json

37 lines
793 B
JSON
Raw Normal View History

2020-12-21 11:29:31 -04:00
{
2021-02-25 11:57:52 -04:00
"name": "hsla-regex",
2020-12-21 11:29:31 -04:00
"description": "Regex for matching HSLA colors.",
2021-02-25 11:57:52 -04:00
"author": "John Otander",
"version": "1.0.0",
"main": "index.js",
2020-12-21 11:29:31 -04:00
"directories": {
"test": "test"
},
2021-02-25 11:57:52 -04:00
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "https://github.com/regexps/hsla-regex.git"
},
2020-12-21 11:29:31 -04:00
"keywords": [
"hsla",
"regex",
"regexp",
"color",
"css"
],
"license": "MIT",
2021-02-25 11:57:52 -04:00
"bugs": {
"url": "https://github.com/regexps/hsla-regex/issues"
2020-12-21 11:29:31 -04:00
},
2021-02-25 11:57:52 -04:00
"homepage": "https://github.com/regexps/hsla-regex",
"dependencies": {},
"devDependencies": {
"mocha": "*"
}
,"_resolved": "https://registry.npmjs.org/hsla-regex/-/hsla-regex-1.0.0.tgz"
,"_integrity": "sha1-wc56MWjIxmFAM6S194d/OyJfnDg="
,"_from": "hsla-regex@1.0.0"
}