package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "id": "pinia-plugin-unistorage",
  3. "displayName": "pinia-plugin-unistorage",
  4. "version": "0.1.2",
  5. "description": "uniapp 下 pinia 的本地数据缓存插件",
  6. "keywords": [
  7. "pinia",
  8. "uniapp",
  9. "storage",
  10. "pinia-plugin",
  11. "persistence"
  12. ],
  13. "type": "module",
  14. "main": "./index.js",
  15. "types": "./index.d.ts",
  16. "exports": {
  17. ".": {
  18. "import": "./index.js",
  19. "types": "./index.d.ts"
  20. }
  21. },
  22. "engines": {
  23. "HBuilderX": "^3.4.7"
  24. },
  25. "dcloudext": {
  26. "sale": {
  27. "regular": {
  28. "price": "0.00"
  29. },
  30. "sourcecode": {
  31. "price": "0.00"
  32. }
  33. },
  34. "contact": {
  35. "qq": ""
  36. },
  37. "declaration": {
  38. "ads": "无",
  39. "data": "无",
  40. "permissions": "无"
  41. },
  42. "npmurl": "https://www.npmjs.com/package/pinia-plugin-unistorage",
  43. "type": "sdk-js"
  44. },
  45. "uni_modules": {
  46. "dependencies": [],
  47. "encrypt": [],
  48. "platforms": {
  49. "cloud": {
  50. "tcb": "y",
  51. "aliyun": "y",
  52. "alipay": "n"
  53. },
  54. "client": {
  55. "Vue": {
  56. "vue2": "y",
  57. "vue3": "y"
  58. },
  59. "App": {
  60. "app-vue": "y",
  61. "app-nvue": "y"
  62. },
  63. "H5-mobile": {
  64. "Safari": "y",
  65. "Android Browser": "y",
  66. "微信浏览器(Android)": "y",
  67. "QQ浏览器(Android)": "y"
  68. },
  69. "H5-pc": {
  70. "Chrome": "y",
  71. "IE": "y",
  72. "Edge": "y",
  73. "Firefox": "y",
  74. "Safari": "y"
  75. },
  76. "小程序": {
  77. "微信": "y",
  78. "阿里": "y",
  79. "百度": "y",
  80. "字节跳动": "y",
  81. "QQ": "y",
  82. "钉钉": "y",
  83. "快手": "y",
  84. "飞书": "y",
  85. "京东": "y"
  86. },
  87. "快应用": {
  88. "华为": "y",
  89. "联盟": "y"
  90. }
  91. }
  92. }
  93. }
  94. }