@devlukaszmichalak/mat-select-filter
Version:
A filter for mat-select
48 lines • 1.16 kB
JSON
{
"name": "@devlukaszmichalak/mat-select-filter",
"version": "20.0.0",
"description": "A filter for mat-select",
"repository": {
"type": "git",
"url": "git+https://github.com/devLukaszMichalak/mat-select-filter.git"
},
"keywords": [
"Angular",
"Material",
"Angular Material",
"mat-select-filter",
"mat-select",
"filtering",
"dropdown",
"angular"
],
"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"
}
}
}