package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "id": "censujiang-createsqlitecontext",
  3. "displayName": "适用于UNIAPP-X的SQLite API",
  4. "version": "1.0.0",
  5. "description": "createSQLiteContext",
  6. "keywords": [
  7. "sqlite",
  8. "uni-ext-api",
  9. "uniapp-x",
  10. "uts"
  11. ],
  12. "repository": "https://gitcode.net/weixin_42521648/uni-api/-/tree/master/uni_modules/uni-createSQLiteContext",
  13. "engines": {
  14. "HBuilderX": "^4.19"
  15. },
  16. "dcloudext": {
  17. "category": [
  18. "UTS插件",
  19. "API插件"
  20. ],
  21. "contact": {
  22. "qq": ""
  23. },
  24. "declaration": {
  25. "ads": "无",
  26. "data": "none",
  27. "permissions": "none"
  28. },
  29. "npmurl": ""
  30. },
  31. "uni_modules": {
  32. "dependencies": [],
  33. "uni-ext-api": {
  34. "uni": {
  35. "createSQLiteContext": {
  36. "name": "createSQLiteContext",
  37. "app": {
  38. "js": false,
  39. "kotlin": true,
  40. "swift": false
  41. }
  42. }
  43. }
  44. },
  45. "encrypt": [],
  46. "platforms": {
  47. "cloud": {
  48. "tcb": "u",
  49. "aliyun": "u"
  50. },
  51. "client": {
  52. "Vue": {
  53. "vue2": "u",
  54. "vue3": "u"
  55. },
  56. "App": {
  57. "app-android": "u",
  58. "app-ios": "u"
  59. },
  60. "H5-mobile": {
  61. "Safari": "n",
  62. "Android Browser": "n",
  63. "微信浏览器(Android)": "n",
  64. "QQ浏览器(Android)": "n"
  65. },
  66. "H5-pc": {
  67. "Chrome": "n",
  68. "IE": "n",
  69. "Edge": "n",
  70. "Firefox": "n",
  71. "Safari": "n"
  72. },
  73. "小程序": {
  74. "微信": "n",
  75. "阿里": "n",
  76. "百度": "n",
  77. "字节跳动": "n",
  78. "QQ": "n",
  79. "钉钉": "u",
  80. "快手": "u",
  81. "飞书": "u",
  82. "京东": "u"
  83. },
  84. "快应用": {
  85. "华为": "n",
  86. "联盟": "n"
  87. }
  88. }
  89. }
  90. },
  91. "name": "适用于UNIAPP-X的SQLite API"
  92. }