Files
cdnjs/ajax/libs/sizzle/package.json
T

34 lines
698 B
JSON

{
"name": "sizzle",
"npmName": "sizzle",
"npmFileMap": [
{
"basePath": "/dist/",
"files": [
"*"
]
}
],
"filename": "sizzle.min.js",
"version": "2.0.0",
"description": "A pure-JavaScript, bottom-up CSS selector engine designed to be easily dropped in to a host library.",
"homepage": "http://sizzlejs.com/",
"keywords": [
"sizzle",
"selector",
"jquery"
],
"maintainers": [
{
"name": "jQuery Foundation and other contributors",
"url": "https://github.com/jquery/sizzle/blob/master/AUTHORS.txt"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/jquery/sizzle.git"
}
]
}