123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- {
- "_from": "mp-html",
- "_id": "mp-html@2.2.1",
- "_inBundle": false,
- "_integrity": "sha512-uBnC7yBz0/N411XMWK7CKF7mAAj0Nh40KrEMVzKZgrk+ZUCJRJZZUI2HeTHJur5os9jQTCq2X8w9UrYcUF7MNA==",
- "_location": "/mp-html",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "mp-html",
- "name": "mp-html",
- "escapedName": "mp-html",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmmirror.com/mp-html/-/mp-html-2.2.1.tgz",
- "_shasum": "c1d3337445a3c220e94bed3950b9df1a0ac32d26",
- "_spec": "mp-html",
- "_where": "G:\\phpstudy_pro\\WWW\\flzs\\resources\\zqxg\\zqxgxcx",
- "author": {
- "name": "Jin Yufeng"
- },
- "bugs": {
- "url": "https://github.com/jin-yufeng/mp-html/issues"
- },
- "bundleDependencies": false,
- "dependencies": {},
- "deprecated": false,
- "description": "小程序富文本组件",
- "devDependencies": {
- "@babel/preset-env": "^7.12.1",
- "coveralls": "^3.1.0",
- "gulp": "^4.0.0",
- "gulp-babel": "^8.0.0",
- "gulp-clean": "^0.4.0",
- "gulp-clean-css": "^4.3.0",
- "gulp-htmlmin": "^5.0.1",
- "gulp-if": "^3.0.0",
- "gulp-plumber": "^1.2.1",
- "gulp-size": "^3.0.0",
- "gulp-uglify": "^2.1.2",
- "jest": "^26.6.1",
- "miniprogram-simulate": "^1.2.7",
- "standard": "^16.0.3",
- "stylelint": "^13.7.2",
- "stylelint-config-recess-order": "^2.3.0",
- "stylelint-config-standard": "^20.0.0",
- "through2": "^4.0.2",
- "uglify-js": "^2.8.29"
- },
- "homepage": "https://github.com/jin-yufeng/mp-html#readme",
- "jest": {
- "testEnvironment": "jsdom",
- "collectCoverageFrom": [
- "dev/mp-weixin/components/mp-html/**/*.js"
- ]
- },
- "keywords": [
- "miniprogram",
- "rich-text",
- "html"
- ],
- "license": "MIT",
- "miniprogram": "dist/mp-weixin",
- "name": "mp-html",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jin-yufeng/mp-html.git"
- },
- "scripts": {
- "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",
- "build:alipay": "gulp build --mp-alipay",
- "build:baidu": "gulp build --mp-baidu",
- "build:qq": "gulp build --mp-qq",
- "build:toutiao": "gulp build --mp-toutiao",
- "build:uni-app": "gulp build --uni-app",
- "build:weixin": "gulp build --mp-weixin",
- "clean": "gulp clean --all",
- "clean:dev": "gulp clean --all --dev",
- "coverage": "gulp dev --mp-weixin --dev && npx jest --coverage",
- "coveralls": "npx coveralls < coverage/lcov.info",
- "dev:alipay": "gulp dev --mp-alipay --dev",
- "dev:baidu": "gulp dev --mp-baidu --dev",
- "dev:qq": "gulp dev --mp-qq --dev",
- "dev:toutiao": "gulp dev --mp-toutiao --dev",
- "dev:uni-app": "gulp dev --uni-app --dev",
- "dev:weixin": "gulp dev --mp-weixin --dev",
- "lint": "node lint.js",
- "lintcss": "npx stylelint src/**/*.wxss",
- "test": "gulp dev --mp-weixin --dev && npx jest",
- "watch:alipay": "gulp watch --mp-alipay --dev",
- "watch:baidu": "gulp watch --mp-baidu --dev",
- "watch:qq": "gulp watch --mp-qq --dev",
- "watch:toutiao": "gulp watch --mp-toutiao --dev",
- "watch:uni-app": "gulp watch --uni-app --dev",
- "watch:weixin": "gulp watch --mp-weixin --dev"
- },
- "standard": {
- "globals": [
- "App",
- "Page",
- "Component",
- "wx",
- "requirePlugin",
- "uni",
- "plus",
- "weex"
- ],
- "envs": [
- "jest",
- "browser"
- ]
- },
- "version": "2.2.1"
- }
|