package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "id": "uni-openLocation",
  3. "displayName": "uni-openLocation",
  4. "version": "1.1.0",
  5. "description": "APP端的 uni.openLocation,仅支持uni-app x,不支持uni-app",
  6. "keywords": [
  7. "uni-openLocation"
  8. ],
  9. "repository": "",
  10. "engines": {
  11. "HBuilderX": "^4.41"
  12. },
  13. "dcloudext": {
  14. "type": "uts",
  15. "sale": {
  16. "regular": {
  17. "price": "0.00"
  18. },
  19. "sourcecode": {
  20. "price": "0.00"
  21. }
  22. },
  23. "contact": {
  24. "qq": ""
  25. },
  26. "declaration": {
  27. "ads": "无",
  28. "data": "插件不采集任何数据",
  29. "permissions": "无"
  30. },
  31. "npmurl": ""
  32. },
  33. "uni_modules": {
  34. "dependencies": [
  35. "uts-openSchema"
  36. ],
  37. "uni-ext-api": {
  38. "uni": {
  39. "openLocation": {
  40. "name": "openLocation",
  41. "app": {
  42. "js": false,
  43. "kotlin": true,
  44. "swift": true,
  45. "arkts": true
  46. }
  47. }
  48. }
  49. },
  50. "encrypt": [],
  51. "platforms": {
  52. "cloud": {
  53. "tcb": "y",
  54. "aliyun": "y",
  55. "alipay": "y"
  56. },
  57. "client": {
  58. "Vue": {
  59. "vue2": "n",
  60. "vue3": "y"
  61. },
  62. "App": {
  63. "app-android": "y",
  64. "app-ios": "y",
  65. "app-harmony": "y"
  66. },
  67. "H5-mobile": {
  68. "Safari": "y",
  69. "Android Browser": "y",
  70. "微信浏览器(Android)": "y",
  71. "QQ浏览器(Android)": "y"
  72. },
  73. "H5-pc": {
  74. "Chrome": "y",
  75. "IE": "n",
  76. "Edge": "y",
  77. "Firefox": "y",
  78. "Safari": "y"
  79. },
  80. "小程序": {
  81. "微信": "n",
  82. "阿里": "n",
  83. "百度": "n",
  84. "字节跳动": "n",
  85. "QQ": "n",
  86. "钉钉": "n",
  87. "快手": "n",
  88. "飞书": "n",
  89. "京东": "n"
  90. },
  91. "快应用": {
  92. "华为": "n",
  93. "联盟": "n"
  94. }
  95. }
  96. }
  97. }
  98. }