@devlukaszmichalak/mat-select-filter
Version:
A filter for mat-select
90 lines • 1.85 kB
JSON
{
"name": "@devlukaszmichalak/mat-select-filter",
"version": "20.1.2",
"description": "A filter for mat-select",
"repository": {
"type": "git",
"url": "git+https://github.com/devLukaszMichalak/mat-select-filter.git"
},
"keywords": [
"mat-select-filter",
"mat-select",
"mat-select filter",
"mat select filter",
"mat-select searchable",
"mat-option",
"mat-option filter",
"mat-option searchable",
"select",
"select with search",
"angular select with search",
"filter",
"filtering",
"dropdown",
"angular",
"angular20",
"angular19",
"angular18",
"angular17",
"angular16",
"angular15",
"angular14",
"angular13",
"Angular",
"Material",
"Angular Material",
"Angular 20",
"Angular 19",
"Angular 18",
"Angular 17",
"Angular 16",
"Angular 15",
"Angular 14",
"Angular 13",
"ng20",
"ng19",
"ng18",
"ng17",
"ng16",
"ng15",
"ng14",
"ng13",
"20",
"19",
"18",
"17",
"16",
"15",
"14",
"13"
],
"license": "MIT",
"author": "Max Livingston",
"contributors": [
"Łukasz Michalak"
],
"peerDependencies": {
"@angular/common": "^20",
"@angular/core": "^20",
"@angular/material": "^20"
},
"dependencies": {
"tslib": "^2.3.0"
},
"bugs": {
"url": "https://github.com/devLukaszMichalak/mat-select-filter/issues"
},
"homepage": "https://github.com/devLukaszMichalak/mat-select-filter#readme",
"sideEffects": false,
"module": "fesm2022/devlukaszmichalak-mat-select-filter.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/devlukaszmichalak-mat-select-filter.mjs"
}
}
}