travel/admin/node_modules/css-url-regex/package.json

32 lines
674 B
JSON
Raw Normal View History

2024-06-24 11:28:18 +08:00
{
"name": "css-url-regex",
"version": "1.1.0",
"description": "Regular expression for matching CSS urls.",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "ava"
},
"repository": {
"type": "git",
"url": "https://github.com/johnotander/css-url-regex.git"
},
"keywords": [
"css",
"css-url",
"regex",
"regexp"
],
"author": "John Otander <johnotander@gmail.com> (http://johnotander.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/johnotander/css-url-regex/issues"
},
"homepage": "https://github.com/johnotander/css-url-regex",
"devDependencies": {
"ava": "^0.2.0"
}
}