You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
122 lines
3.5 KiB
JSON
122 lines
3.5 KiB
JSON
{
|
|
"_from": "mp-html",
|
|
"_id": "mp-html@2.4.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-MSfJh5ckuaI2uibeO4qiUl2e/j5fpXy6cmW/ZzSkb+U3rTJfMSNzODqrDwG0YWOd8BVI+tD9/jLZiBhJbMupUg==",
|
|
"_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.npmjs.org/mp-html/-/mp-html-2.4.2.tgz",
|
|
"_shasum": "dfc08136d05990ac4d97b3d603c7689cbcd6a031",
|
|
"_spec": "mp-html",
|
|
"_where": "C:\\Users\\Administrator\\Desktop\\dcmy_uniapp",
|
|
"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.4.2"
|
|
}
|