UNPKG

ng-select2-component

Version:
48 lines 1.18 kB
{ "name": "ng-select2-component", "version": "19.0.0", "description": "An Angular select2 component.", "author": "York Yao, Célian Veyssière", "license": "MIT", "peerDependencies": { "@angular/cdk": ">=22.0.0", "@angular/common": ">=22.0.0", "@angular/core": ">=22.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/Harvest-Dev/ng-select2.git" }, "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" }, "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": "types/ng-select2-component.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./types/ng-select2-component.d.ts", "default": "./fesm2022/ng-select2-component.mjs" } }, "sideEffects": false, "type": "module", "dependencies": { "tslib": "^2.3.0" } }