snizzle
Version:
A pure-JavaScript fast, CSS selector engine program to be easily select DOM-Elements
53 lines (52 loc) • 1.19 kB
JSON
{
"title": "Snizzle",
"name": "snizzle",
"version": "1.8.0",
"description": "A pure-JavaScript fast, CSS selector engine program to be easily select DOM-Elements",
"types": "dist/snizzle.js",
"main": "dist/snizzle.js",
"scripts": {
"build": "npm install && grunt",
"start": "grunt start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jqrony/snizzle.git"
},
"directories": {
"dist": "dist"
},
"keywords": [
"snizzle",
"sizzle",
"hot-selector",
"sizzline",
"CSS",
"selectors",
"pseudo",
"jqrony",
"library",
"javascript",
"css-select"
],
"author": "Shahzada Modassir (https://github.com/jqrony/snizzle/blob/main/AUTHORS.txt)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jqrony/snizzle/issues"
},
"funding": [
{
"type": "Github",
"url": "https://github.com/shahzadamodassir"
},
{
"type": "Patreon",
"url": "https://patreon.com/shahzadamodassir"
},
{
"type": "Opencollective",
"url": "https://opencollective.com/shahzadamodassir"
}
],
"homepage": "https://github.com/jqrony/snizzle#readme"
}