package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "_from": "mp-html",
  3. "_id": "mp-html@2.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-uBnC7yBz0/N411XMWK7CKF7mAAj0Nh40KrEMVzKZgrk+ZUCJRJZZUI2HeTHJur5os9jQTCq2X8w9UrYcUF7MNA==",
  6. "_location": "/mp-html",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "mp-html",
  12. "name": "mp-html",
  13. "escapedName": "mp-html",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/mp-html/-/mp-html-2.2.1.tgz",
  23. "_shasum": "c1d3337445a3c220e94bed3950b9df1a0ac32d26",
  24. "_spec": "mp-html",
  25. "_where": "G:\\phpstudy_pro\\WWW\\flzs\\resources\\zqxg\\zqxgxcx",
  26. "author": {
  27. "name": "Jin Yufeng"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jin-yufeng/mp-html/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "小程序富文本组件",
  36. "devDependencies": {
  37. "@babel/preset-env": "^7.12.1",
  38. "coveralls": "^3.1.0",
  39. "gulp": "^4.0.0",
  40. "gulp-babel": "^8.0.0",
  41. "gulp-clean": "^0.4.0",
  42. "gulp-clean-css": "^4.3.0",
  43. "gulp-htmlmin": "^5.0.1",
  44. "gulp-if": "^3.0.0",
  45. "gulp-plumber": "^1.2.1",
  46. "gulp-size": "^3.0.0",
  47. "gulp-uglify": "^2.1.2",
  48. "jest": "^26.6.1",
  49. "miniprogram-simulate": "^1.2.7",
  50. "standard": "^16.0.3",
  51. "stylelint": "^13.7.2",
  52. "stylelint-config-recess-order": "^2.3.0",
  53. "stylelint-config-standard": "^20.0.0",
  54. "through2": "^4.0.2",
  55. "uglify-js": "^2.8.29"
  56. },
  57. "homepage": "https://github.com/jin-yufeng/mp-html#readme",
  58. "jest": {
  59. "testEnvironment": "jsdom",
  60. "collectCoverageFrom": [
  61. "dev/mp-weixin/components/mp-html/**/*.js"
  62. ]
  63. },
  64. "keywords": [
  65. "miniprogram",
  66. "rich-text",
  67. "html"
  68. ],
  69. "license": "MIT",
  70. "miniprogram": "dist/mp-weixin",
  71. "name": "mp-html",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/jin-yufeng/mp-html.git"
  75. },
  76. "scripts": {
  77. "build": "gulp build --mp-weixin & gulp build --mp-qq & gulp build --mp-baidu & gulp build --mp-alipay & gulp build --mp-toutiao & gulp build --uni-app",
  78. "build:alipay": "gulp build --mp-alipay",
  79. "build:baidu": "gulp build --mp-baidu",
  80. "build:qq": "gulp build --mp-qq",
  81. "build:toutiao": "gulp build --mp-toutiao",
  82. "build:uni-app": "gulp build --uni-app",
  83. "build:weixin": "gulp build --mp-weixin",
  84. "clean": "gulp clean --all",
  85. "clean:dev": "gulp clean --all --dev",
  86. "coverage": "gulp dev --mp-weixin --dev && npx jest --coverage",
  87. "coveralls": "npx coveralls < coverage/lcov.info",
  88. "dev:alipay": "gulp dev --mp-alipay --dev",
  89. "dev:baidu": "gulp dev --mp-baidu --dev",
  90. "dev:qq": "gulp dev --mp-qq --dev",
  91. "dev:toutiao": "gulp dev --mp-toutiao --dev",
  92. "dev:uni-app": "gulp dev --uni-app --dev",
  93. "dev:weixin": "gulp dev --mp-weixin --dev",
  94. "lint": "node lint.js",
  95. "lintcss": "npx stylelint src/**/*.wxss",
  96. "test": "gulp dev --mp-weixin --dev && npx jest",
  97. "watch:alipay": "gulp watch --mp-alipay --dev",
  98. "watch:baidu": "gulp watch --mp-baidu --dev",
  99. "watch:qq": "gulp watch --mp-qq --dev",
  100. "watch:toutiao": "gulp watch --mp-toutiao --dev",
  101. "watch:uni-app": "gulp watch --uni-app --dev",
  102. "watch:weixin": "gulp watch --mp-weixin --dev"
  103. },
  104. "standard": {
  105. "globals": [
  106. "App",
  107. "Page",
  108. "Component",
  109. "wx",
  110. "requirePlugin",
  111. "uni",
  112. "plus",
  113. "weex"
  114. ],
  115. "envs": [
  116. "jest",
  117. "browser"
  118. ]
  119. },
  120. "version": "2.2.1"
  121. }