jsincss-has-selector
Version:
A :has() selector plugin for jsincss
29 lines (28 loc) • 678 B
JSON
{
"name": "jsincss-has-selector",
"version": "2.0.2",
"description": "A :has() selector plugin for jsincss",
"main": "index.js",
"module": "index.vanilla.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomhodgins/jsincss-has-selector.git"
},
"keywords": [
"jsincss",
"js-in-css",
"has",
"selector",
"css",
"parent"
],
"author": "Tommy Hodgins",
"license": "MIT",
"bugs": {
"url": "https://github.com/tomhodgins/jsincss-has-selector/issues"
},
"homepage": "https://github.com/tomhodgins/jsincss-has-selector#readme"
}