astro-ghostcms/.pnpm-store/v3/files/ad/d1e10d24c0abd0a95bb556bc313...

20 lines
608 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
{
"name": "css-background-parser",
"version": "0.1.0",
"description": "Parse an elements CSS background properties to get a list of individual backgrounds",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gilmoreorless/css-background-parser.git"
},
"author": "Gilmore Davidson",
"license": "MIT",
"bugs": {
"url": "https://github.com/gilmoreorless/css-background-parser/issues"
},
"homepage": "https://github.com/gilmoreorless/css-background-parser#readme"
}