mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 19:38:20 -07:00
43 lines
869 B
JSON
43 lines
869 B
JSON
|
{
|
||
|
"name": "matches-selector",
|
||
|
"version": "1.0.3",
|
||
|
"description": "matches/matchesSelector helper",
|
||
|
"main": "matches-selector.js",
|
||
|
"devDependencies": {
|
||
|
"qunit": "1.x"
|
||
|
},
|
||
|
"homepage": "https://github.com/desandro/matches-selector",
|
||
|
"authors": [
|
||
|
"David DeSandro"
|
||
|
],
|
||
|
"moduleType": [
|
||
|
"amd",
|
||
|
"globals",
|
||
|
"node"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"DOM",
|
||
|
"matchesSelector",
|
||
|
"matches"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"ignore": [
|
||
|
"**/.*",
|
||
|
"node_modules",
|
||
|
"bower_components",
|
||
|
"test",
|
||
|
"tests",
|
||
|
"tests.*",
|
||
|
"component.json",
|
||
|
"package.json"
|
||
|
],
|
||
|
"_release": "1.0.3",
|
||
|
"_resolution": {
|
||
|
"type": "version",
|
||
|
"tag": "v1.0.3",
|
||
|
"commit": "95e78d3f36e19066e89b0ed767ca36bd2f0b0cfb"
|
||
|
},
|
||
|
"_source": "git://github.com/desandro/matches-selector.git",
|
||
|
"_target": "~1.0.2",
|
||
|
"_originalSource": "matches-selector"
|
||
|
}
|