package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "id": "song-data-picker",
  3. "displayName": "基于uDataPicker(uni-data-picker)的带有搜索功能选择器",
  4. "version": "1.0.4",
  5. "description": "在官方组件uDataPicker(uni-data-picker:1.0.4)基础上添加搜索功能",
  6. "keywords": [
  7. "级联",
  8. "搜索",
  9. "picker",
  10. "省市区",
  11. "地址"
  12. ],
  13. "repository": "https://github.com/mofeimo110/uni-app-songcomponents",
  14. "engines": {
  15. },
  16. "dcloudext": {
  17. "sale": {
  18. "regular": {
  19. "price": "0.00"
  20. },
  21. "sourcecode": {
  22. "price": "0.00"
  23. }
  24. },
  25. "contact": {
  26. "qq": ""
  27. },
  28. "declaration": {
  29. "ads": "无",
  30. "data": "无",
  31. "permissions": "无"
  32. },
  33. "npmurl": "",
  34. "type": "component-vue"
  35. },
  36. "uni_modules": {
  37. "dependencies": [
  38. "uni-load-more",
  39. "uni-icons",
  40. "uni-scss",
  41. "uni-easyinput",
  42. "uni-list"
  43. ],
  44. "encrypt": [],
  45. "platforms": {
  46. "cloud": {
  47. "tcb": "y",
  48. "aliyun": "y"
  49. },
  50. "client": {
  51. "Vue": {
  52. "vue2": "y",
  53. "vue3": "y"
  54. },
  55. "App": {
  56. "app-vue": "y",
  57. "app-nvue": "y"
  58. },
  59. "H5-mobile": {
  60. "Safari": "y",
  61. "Android Browser": "y",
  62. "微信浏览器(Android)": "y",
  63. "QQ浏览器(Android)": "y"
  64. },
  65. "H5-pc": {
  66. "Chrome": "y",
  67. "IE": "y",
  68. "Edge": "y",
  69. "Firefox": "y",
  70. "Safari": "y"
  71. },
  72. "小程序": {
  73. "微信": "y",
  74. "阿里": "y",
  75. "百度": "y",
  76. "字节跳动": "y",
  77. "QQ": "y",
  78. "钉钉": "n",
  79. "快手": "n",
  80. "飞书": "n",
  81. "京东": "n"
  82. },
  83. "快应用": {
  84. "华为": "y",
  85. "联盟": "y"
  86. }
  87. }
  88. }
  89. }
  90. }