package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_from": "@ng-select/ng-select",
  3. "_id": "@ng-select/ng-select@20.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ek1F5XyCCC2BXX2H3G8fvQdLas5/j2P0dEJFZUxpSk7PBypQAo15KInayjSRPCHKIItkJSDAKeduPjnTyRN5Ug==",
  6. "_location": "/@ng-select/ng-select",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "@ng-select/ng-select",
  12. "name": "@ng-select/ng-select",
  13. "escapedName": "@ng-select%2fng-select",
  14. "scope": "@ng-select",
  15. "rawSpec": "",
  16. "saveSpec": null,
  17. "fetchSpec": "latest"
  18. },
  19. "_requiredBy": [
  20. "#USER",
  21. "/"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@ng-select/ng-select/-/ng-select-20.3.1.tgz",
  24. "_shasum": "2bf8e4e5f942966de0c2df0e17c57e59135d5824",
  25. "_spec": "@ng-select/ng-select",
  26. "_where": "D:\\Projects\\vlex\\code\\latest_deployment\\BPM-UI(WMS)\\BPM-UI",
  27. "author": {
  28. "name": "@ng-select/ng-select"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/ng-select/ng-select/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "tslib": "^2.8.1"
  36. },
  37. "deprecated": false,
  38. "description": "Angular ng-select - All in One UI Select, Multiselect and Autocomplete",
  39. "engines": {
  40. "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  41. },
  42. "exports": {
  43. "./scss/ant.design.theme": {
  44. "style": "./scss/ant.design.theme.scss"
  45. },
  46. "./scss/default.theme": {
  47. "style": "./scss/default.theme.scss"
  48. },
  49. "./scss/material.theme": {
  50. "style": "./scss/material.theme.scss"
  51. },
  52. "./themes/ant.design.theme.css": {
  53. "style": "./themes/ant.design.theme.css"
  54. },
  55. "./themes/default.theme.css": {
  56. "style": "./themes/default.theme.css"
  57. },
  58. "./themes/material.theme.css": {
  59. "style": "./themes/material.theme.css"
  60. },
  61. "./package.json": {
  62. "default": "./package.json"
  63. },
  64. ".": {
  65. "types": "./index.d.ts",
  66. "default": "./fesm2022/ng-select-ng-select.mjs"
  67. }
  68. },
  69. "homepage": "https://github.com/ng-select/ng-select#readme",
  70. "keywords": [
  71. "angular",
  72. "select",
  73. "ui-select",
  74. "dropdown",
  75. "multiselect",
  76. "autocomplete",
  77. "angular2"
  78. ],
  79. "license": "MIT",
  80. "module": "fesm2022/ng-select-ng-select.mjs",
  81. "name": "@ng-select/ng-select",
  82. "peerDependencies": {
  83. "@angular/common": "^20.0.0",
  84. "@angular/core": "^20.0.0",
  85. "@angular/forms": "^20.0.0"
  86. },
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/ng-select/ng-select.git"
  90. },
  91. "sideEffects": false,
  92. "typings": "index.d.ts",
  93. "version": "20.3.1"
  94. }