ng-select2-component
Version:
An Angular select2 component.
47 lines • 1.23 kB
JSON
{
"name": "ng-select2-component",
"version": "17.2.7",
"description": "An Angular select2 component.",
"author": "York Yao, Célian Veyssière",
"license": "MIT",
"dependencies": {
"ngx-infinite-scroll": ">=18.0.0 || >=19.0.0 || >=20.0.0",
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/cdk": ">=18.1.0 || >=19.0.0 || >=20.0.0",
"@angular/common": ">=18.1.0 || >=19.0.0 || >=20.0.0",
"@angular/core": ">=18.1.0 || >=19.0.0 || >=20.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Harvest-Dev/ng-select2.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"bugs": {
"url": "https://github.com/Harvest-Dev/ng-select2/issues"
},
"homepage": "https://harvest-dev.github.io/ng-select2/dist/ng-select2/browser/#/",
"keywords": [
"typescript",
"angular",
"select2",
"ng-select2",
"ng-select",
"select"
],
"module": "fesm2022/ng-select2-component.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ng-select2-component.mjs"
}
},
"sideEffects": false
}