@10yun/cv-mobile-ui 0.5.55 → 0.5.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{ui-sdks → other}/qiun-data-charts/js_sdk/u-charts/config-ucharts.js +605 -605
- package/{ui-sdks → other}/qiun-data-charts/package.json +2 -1
- package/other/qiun-data-charts_2.5.0-20230101_example/App.vue +20 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/common/uni-icons.css +542 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/common/uni.css +246 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/components/qiun-title-bar/qiun-title-bar.vue +51 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/components/test-charts/test-charts.vue +48 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/main.js +13 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/manifest.json +75 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/mockdata/demodata.json +448 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/mockdata/mapdata.json +1 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/canvas/canvas.vue +142 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/echarts/echarts.vue +228 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/format-e/format-e.vue +113 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/format-u/format-u.vue +110 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/index/index.vue +58 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/layout/layout.vue +174 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/other/other.vue +233 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/tab/tab.vue +115 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/ucharts/ucharts.vue +339 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/unicloud/unicloud.vue +117 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/updata/updata.vue +212 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages.json +79 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/static/logo.png +0 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/uni.scss +76 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/uniCloud-aliyun/database/db_init.json +455 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/uniCloud-aliyun/database/qiun-charts-demo.schema.json +76 -0
- package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate0.vue +2 -1
- package/other/{u-parse-2019 → u-parse}/libs/html2json.js +2 -2
- package/other/{uParse → u-parse}/libs/wxDiscode.js +1 -1
- package/other/u-parse/readme.md +102 -0
- package/other/{u-parse-2019 → u-parse}/u-parse.vue +1 -6
- package/other/u-parse2026/libs/html2json.js +2 -2
- package/other/u-parse2026/libs/wxDiscode.js +1 -1
- package/other/u-parse2026/u-parse.css +1 -0
- package/other/u-parse2026/u-parse.vue +1 -3
- package/other/uParse2/components/wxParseAudio.vue +1 -0
- package/other/{uParse → uParse2}/components/wxParseImg.vue +4 -4
- package/other/{uParse → uParse2}/components/wxParseTable.vue +15 -6
- package/other/{uParse → uParse2}/components/wxParseTemplate0.vue +7 -6
- package/other/{uParse → uParse2}/components/wxParseTemplate1.vue +10 -0
- package/other/{uParse → uParse2}/libs/html2json.js +2 -2
- package/other/{u-parse-2019 → uParse2}/libs/wxDiscode.js +1 -1
- package/other/{uParse/wxParse.css → uParse2/u-parse.css} +4 -4
- package/other/{uParse/wxParse.vue → uParse2/u-parse.vue} +18 -11
- package/other/uParse2/u-parse2.css +264 -0
- package/package.json +1 -1
- package/ui-cv/components/cv-dialog-share/cv-dialog-share.vue +7 -7
- package/ui-cv/components/cv-geo-local/cv-geo-local.vue +1 -1
- package/ui-cv/components/cv-icons/cv-icons.vue +18 -62
- package/ui-cv/components/cv-icons/iconfont/font-default-icons.js +127 -131
- package/ui-cv/components/cv-input-password/cv-input-password.vue +1 -1
- package/ui-cv/components/cv-mask-svg/cv-mask-svg.vue +1 -1
- package/ui-cv/components/cv-mask-svg/mixins.js +16 -12
- package/ui-cv/components/cv-upload-image/cv-upload-image.vue +4 -4
- package/ui-fireui/components/u-share-model/u-share-model.vue +1 -1
- package/ui-fireui/components/u-uploadsamll/u-uploadsamll.vue +1 -1
- package/uview-plus/components/u-dropdown-list/u-dropdown-list.vue +1 -2
- package/uview-plus/components/u-form/form.js +13 -12
- package/uview-plus/components/u-image/u-image-wu.vue +25 -1
- package/uview-plus/components/u-parse/README.md +192 -0
- package/uview-plus/components/u-parse/changelog.md +163 -0
- package/uview-plus/components/u-parse/node/node.vue +37 -3
- package/{uni-ui/lib/uni-breadcrumb → uview-plus/components/u-parse}/package.json +24 -29
- package/uview-plus/components/u-parse/parser.js +8 -3
- package/uview-plus/components/u-parse/static/app-plus/up-parse/js/handler.js +1 -0
- package/uview-plus/components/u-parse/static/app-plus/up-parse/local-2.5.2.html +29 -0
- package/uview-plus/components/u-parse/u-parse.vue +29 -1
- package/other/lime-painter2/README2.md +0 -576
- package/other/lime-painter2/changelog.md +0 -225
- package/other/lime-painter2/package.json +0 -93
- package/other/lime-painter2/readme.md +0 -758
- package/other/lime-painter2/test.md +0 -45
- package/other/qiun-data-charts/qiun-data-charts.vue +0 -1618
- package/other/u-parse-2019/readme.md +0 -99
- package/other/uParse/components/style.css +0 -1
- package/other/uParse/components/wxParseAudio.vue +0 -1
- package/other/xt-parse/changelog.md +0 -41
- package/other/xt-parse/node/node.vue +0 -752
- package/other/xt-parse/package.json +0 -129
- package/other/xt-parse/parser.js +0 -1461
- package/other/xt-parse/props.js +0 -49
- package/other/xt-parse/readme.md +0 -145
- package/other/xt-parse/static/app-plus/u-parse/js/handler.js +0 -1
- package/other/xt-parse/u-parse.vue +0 -510
- package/plugins/luch-request/adapters/index.js +0 -131
- package/plugins/luch-request/core/InterceptorManager.js +0 -50
- package/plugins/luch-request/core/Request.js +0 -199
- package/plugins/luch-request/core/buildFullPath.js +0 -20
- package/plugins/luch-request/core/defaults.js +0 -32
- package/plugins/luch-request/core/dispatchRequest.js +0 -5
- package/plugins/luch-request/core/mergeConfig.js +0 -125
- package/plugins/luch-request/core/settle.js +0 -16
- package/plugins/luch-request/helpers/buildURL.js +0 -71
- package/plugins/luch-request/helpers/combineURLs.js +0 -12
- package/plugins/luch-request/helpers/isAbsoluteURL.js +0 -14
- package/plugins/luch-request/index.d.ts +0 -197
- package/plugins/luch-request/index.js +0 -2
- package/plugins/luch-request/readme.md +0 -3
- package/plugins/luch-request/utils/clone.js +0 -260
- package/plugins/luch-request/utils.js +0 -131
- package/ui-cv/components/cv-cell-row/cv-cell-row.vue +0 -220
- package/ui-cv/components/cv-icons/iconfont/font-action-icons.js +0 -73
- package/ui-cv/components/cv-icons/iconfont/font-action.css +0 -7
- package/ui-cv/components/cv-icons/iconfont/font-action.js +0 -5
- package/ui-cv/components/cv-icons/iconfont/font-arrow-icons.js +0 -47
- package/ui-cv/components/cv-icons/iconfont/font-arrow.css +0 -6
- package/ui-cv/components/cv-icons/iconfont/font-arrow.js +0 -5
- package/ui-cv/components/cv-icons/iconfont/font-base-icons.js +0 -92
- package/ui-cv/components/cv-icons/iconfont/font-base.css +0 -6
- package/ui-cv/components/cv-icons/iconfont/font-base.js +0 -5
- package/ui-cv/components/cv-icons/iconfont/font-mall-icons.js +0 -35
- package/ui-cv/components/cv-icons/iconfont/font-mall.css +0 -7
- package/ui-cv/components/cv-icons/iconfont/font-mall.js +0 -5
- package/ui-cv/components/cv-icons/iconfont/font-media-icons.js +0 -45
- package/ui-cv/components/cv-icons/iconfont/font-media.css +0 -7
- package/ui-cv/components/cv-icons/iconfont/font-media.js +0 -5
- package/ui-cv/components/cv-icons/iconfont/font-order-icons.js +0 -34
- package/ui-cv/components/cv-icons/iconfont/font-order.css +0 -6
- package/ui-cv/components/cv-icons/iconfont/font-order.js +0 -5
- package/ui-cv/components/cv-icons/iconfont/font-people-icons.js +0 -49
- package/ui-cv/components/cv-icons/iconfont/font-people.css +0 -7
- package/ui-cv/components/cv-icons/iconfont/font-people.js +0 -5
- package/ui-cv/components/cv-icons/iconfont/font-status-icons.js +0 -34
- package/ui-cv/components/cv-icons/iconfont/font-status.css +0 -6
- package/ui-cv/components/cv-icons/iconfont/font-status.js +0 -5
- package/ui-cv/components/cv-icons/iconfont/font-wallet-icons.js +0 -17
- package/ui-cv/components/cv-icons/iconfont/font-wallet.css +0 -6
- package/ui-cv/components/cv-icons/iconfont/font-wallet.js +0 -5
- package/ui-cv/components/cv-icons/icons/default-icons.js +0 -132
- package/ui-cv/components/cv-icons/icons/icons-action.js +0 -72
- package/ui-cv/components/cv-icons/icons/icons-arrow.js +0 -46
- package/ui-cv/components/cv-icons/icons/icons-base.js +0 -89
- package/ui-cv/components/cv-icons/icons/icons-mall.js +0 -34
- package/ui-cv/components/cv-icons/icons/icons-media.js +0 -44
- package/ui-cv/components/cv-icons/icons/icons-order.js +0 -33
- package/ui-cv/components/cv-icons/icons/icons-people.js +0 -46
- package/ui-cv/components/cv-icons/icons/icons-status.js +0 -32
- package/ui-cv/components/cv-icons/icons/icons-wallet.js +0 -15
- package/ui-sdks/sdk-app-update/img/logo.png +0 -0
- package/ui-sdks/sdk-app-update/img/update_bg.png +0 -0
- package/ui-sdks/sdk-app-update/img/update_bg_top.png +0 -0
- package/ui-sdks/sdk-app-update/sdk-app-update.vue +0 -396
- package/ui-sdks/sdk-app-update/xxxx +0 -62
- package/ui-sdks/sdk-privacy-policy/sdk-privacy-policy.vue +0 -113
- package/ui-sdks/sdk-u-charts/config-echarts.js +0 -420
- package/ui-sdks/sdk-u-charts/config-ucharts.js +0 -630
- package/ui-sdks/sdk-u-charts/u-charts.js +0 -7398
- package/ui-sdks/sdk-u-charts/u-charts.min.js +0 -1
- package/ui-sdks/sdk-webview-main/WebViewMain.vue +0 -1
- package/ui-sdks/sdk-webview-main/main.js +0 -0
- package/ui-sdks/sdk-webview-main/mixin.js +0 -0
- package/uni-ui/lib/uni-badge/changelog.md +0 -33
- package/uni-ui/lib/uni-badge/package.json +0 -107
- package/uni-ui/lib/uni-badge/readme.md +0 -8
- package/uni-ui/lib/uni-breadcrumb/changelog.md +0 -6
- package/uni-ui/lib/uni-breadcrumb/readme.md +0 -66
- package/uni-ui/lib/uni-calendar/changelog.md +0 -30
- package/uni-ui/lib/uni-calendar/package.json +0 -105
- package/uni-ui/lib/uni-calendar/readme.md +0 -103
- package/uni-ui/lib/uni-card/changelog.md +0 -26
- package/uni-ui/lib/uni-card/package.json +0 -107
- package/uni-ui/lib/uni-card/readme.md +0 -10
- package/uni-ui/lib/uni-collapse/changelog.md +0 -48
- package/uni-ui/lib/uni-collapse/package.json +0 -106
- package/uni-ui/lib/uni-collapse/readme.md +0 -11
- package/uni-ui/lib/uni-combox/changelog.md +0 -17
- package/uni-ui/lib/uni-combox/package.json +0 -107
- package/uni-ui/lib/uni-combox/readme.md +0 -10
- package/uni-ui/lib/uni-countdown/changelog.md +0 -30
- package/uni-ui/lib/uni-countdown/package.json +0 -105
- package/uni-ui/lib/uni-countdown/readme.md +0 -9
- package/uni-ui/lib/uni-data-checkbox/changelog.md +0 -51
- package/uni-ui/lib/uni-data-checkbox/package.json +0 -107
- package/uni-ui/lib/uni-data-checkbox/readme.md +0 -17
- package/uni-ui/lib/uni-data-picker/changelog.md +0 -81
- package/uni-ui/lib/uni-data-picker/package.json +0 -109
- package/uni-ui/lib/uni-data-picker/readme.md +0 -21
- package/uni-ui/lib/uni-data-select/changelog.md +0 -51
- package/uni-ui/lib/uni-data-select/package.json +0 -106
- package/uni-ui/lib/uni-data-select/readme.md +0 -7
- package/uni-ui/lib/uni-dateformat/changelog.md +0 -10
- package/uni-ui/lib/uni-dateformat/package.json +0 -107
- package/uni-ui/lib/uni-dateformat/readme.md +0 -10
- package/uni-ui/lib/uni-datetime-picker/changelog.md +0 -177
- package/uni-ui/lib/uni-datetime-picker/package.json +0 -107
- package/uni-ui/lib/uni-datetime-picker/readme.md +0 -20
- package/uni-ui/lib/uni-drawer/changelog.md +0 -13
- package/uni-ui/lib/uni-drawer/package.json +0 -106
- package/uni-ui/lib/uni-drawer/readme.md +0 -9
- package/uni-ui/lib/uni-easyinput/changelog.md +0 -121
- package/uni-ui/lib/uni-easyinput/package.json +0 -107
- package/uni-ui/lib/uni-easyinput/readme.md +0 -10
- package/uni-ui/lib/uni-fab/changelog.md +0 -25
- package/uni-ui/lib/uni-fab/package.json +0 -107
- package/uni-ui/lib/uni-fab/readme.md +0 -8
- package/uni-ui/lib/uni-fav/changelog.md +0 -19
- package/uni-ui/lib/uni-fav/package.json +0 -106
- package/uni-ui/lib/uni-fav/readme.md +0 -9
- package/uni-ui/lib/uni-file-picker/changelog.md +0 -91
- package/uni-ui/lib/uni-file-picker/package.json +0 -105
- package/uni-ui/lib/uni-file-picker/readme.md +0 -10
- package/uni-ui/lib/uni-forms/changelog.md +0 -100
- package/uni-ui/lib/uni-forms/package.json +0 -107
- package/uni-ui/lib/uni-forms/readme.md +0 -22
- package/uni-ui/lib/uni-goods-nav/changelog.md +0 -18
- package/uni-ui/lib/uni-goods-nav/package.json +0 -105
- package/uni-ui/lib/uni-goods-nav/readme.md +0 -9
- package/uni-ui/lib/uni-grid/changelog.md +0 -13
- package/uni-ui/lib/uni-grid/package.json +0 -106
- package/uni-ui/lib/uni-grid/readme.md +0 -10
- package/uni-ui/lib/uni-group/changelog.md +0 -16
- package/uni-ui/lib/uni-group/package.json +0 -106
- package/uni-ui/lib/uni-group/readme.md +0 -8
- package/uni-ui/lib/uni-icons/changelog.md +0 -44
- package/uni-ui/lib/uni-icons/package.json +0 -111
- package/uni-ui/lib/uni-icons/readme.md +0 -7
- package/uni-ui/lib/uni-indexed-list/changelog.md +0 -19
- package/uni-ui/lib/uni-indexed-list/package.json +0 -107
- package/uni-ui/lib/uni-indexed-list/readme.md +0 -10
- package/uni-ui/lib/uni-link/changelog.md +0 -17
- package/uni-ui/lib/uni-link/package.json +0 -106
- package/uni-ui/lib/uni-link/readme.md +0 -10
- package/uni-ui/lib/uni-list/changelog.md +0 -52
- package/uni-ui/lib/uni-list/package.json +0 -108
- package/uni-ui/lib/uni-list/readme.md +0 -44
- package/uni-ui/lib/uni-load-more/changelog.md +0 -27
- package/uni-ui/lib/uni-load-more/package.json +0 -105
- package/uni-ui/lib/uni-load-more/readme.md +0 -12
- package/uni-ui/lib/uni-nav-bar/changelog.md +0 -64
- package/uni-ui/lib/uni-nav-bar/package.json +0 -106
- package/uni-ui/lib/uni-nav-bar/readme.md +0 -13
- package/uni-ui/lib/uni-notice-bar/changelog.md +0 -22
- package/uni-ui/lib/uni-notice-bar/package.json +0 -107
- package/uni-ui/lib/uni-notice-bar/readme.md +0 -11
- package/uni-ui/lib/uni-number-box/changelog.md +0 -39
- package/uni-ui/lib/uni-number-box/package.json +0 -104
- package/uni-ui/lib/uni-number-box/readme.md +0 -11
- package/uni-ui/lib/uni-pagination/changelog.md +0 -27
- package/uni-ui/lib/uni-pagination/package.json +0 -106
- package/uni-ui/lib/uni-pagination/readme.md +0 -10
- package/uni-ui/lib/uni-popup/changelog.md +0 -102
- package/uni-ui/lib/uni-popup/package.json +0 -107
- package/uni-ui/lib/uni-popup/readme.md +0 -15
- package/uni-ui/lib/uni-rate/changelog.md +0 -27
- package/uni-ui/lib/uni-rate/package.json +0 -106
- package/uni-ui/lib/uni-rate/readme.md +0 -11
- package/uni-ui/lib/uni-row/changelog.md +0 -10
- package/uni-ui/lib/uni-row/package.json +0 -106
- package/uni-ui/lib/uni-row/readme.md +0 -9
- package/uni-ui/lib/uni-scss/changelog.md +0 -8
- package/uni-ui/lib/uni-scss/package.json +0 -99
- package/uni-ui/lib/uni-scss/readme.md +0 -3
- package/uni-ui/lib/uni-search-bar/changelog.md +0 -47
- package/uni-ui/lib/uni-search-bar/package.json +0 -106
- package/uni-ui/lib/uni-search-bar/readme.md +0 -12
- package/uni-ui/lib/uni-section/changelog.md +0 -2
- package/uni-ui/lib/uni-section/package.json +0 -104
- package/uni-ui/lib/uni-section/readme.md +0 -7
- package/uni-ui/lib/uni-segmented-control/changelog.md +0 -15
- package/uni-ui/lib/uni-segmented-control/package.json +0 -106
- package/uni-ui/lib/uni-segmented-control/readme.md +0 -11
- package/uni-ui/lib/uni-steps/changelog.md +0 -18
- package/uni-ui/lib/uni-steps/package.json +0 -106
- package/uni-ui/lib/uni-steps/readme.md +0 -11
- package/uni-ui/lib/uni-swipe-action/changelog.md +0 -60
- package/uni-ui/lib/uni-swipe-action/package.json +0 -113
- package/uni-ui/lib/uni-swipe-action/readme.md +0 -10
- package/uni-ui/lib/uni-swiper-dot/changelog.md +0 -12
- package/uni-ui/lib/uni-swiper-dot/package.json +0 -106
- package/uni-ui/lib/uni-swiper-dot/readme.md +0 -10
- package/uni-ui/lib/uni-table/changelog.md +0 -35
- package/uni-ui/lib/uni-table/package.json +0 -106
- package/uni-ui/lib/uni-table/readme.md +0 -11
- package/uni-ui/lib/uni-tag/changelog.md +0 -25
- package/uni-ui/lib/uni-tag/package.json +0 -106
- package/uni-ui/lib/uni-tag/readme.md +0 -11
- package/uni-ui/lib/uni-title/changelog.md +0 -10
- package/uni-ui/lib/uni-title/package.json +0 -107
- package/uni-ui/lib/uni-title/readme.md +0 -12
- package/uni-ui/lib/uni-tooltip/changelog.md +0 -16
- package/uni-ui/lib/uni-tooltip/package.json +0 -104
- package/uni-ui/lib/uni-tooltip/readme.md +0 -7
- package/uni-ui/lib/uni-transition/changelog.md +0 -31
- package/uni-ui/lib/uni-transition/package.json +0 -112
- package/uni-ui/lib/uni-transition/readme.md +0 -10
- package/uni-ui/lib/uni-ui/changelog.md +0 -639
- package/uni-ui/lib/uni-ui/package.json +0 -148
- package/uni-ui/lib/uni-ui/readme.md +0 -247
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/canvas.js +0 -0
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/draw.js +0 -0
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/draw2.js +0 -0
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/gradient.js +0 -0
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/index.vue +0 -0
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/index2.vue +0 -0
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/layout.js +0 -0
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/qrcode.js +0 -0
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/utils.js +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/changelog.md +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/components/qiun-data-charts/qiun-data-charts.vue +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/components/qiun-error/qiun-error.vue +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/loading1.vue +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/loading2.vue +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/loading3.vue +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/loading4.vue +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/loading5.vue +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/qiun-loading.vue +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/js_sdk/u-charts/config-echarts.js +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/js_sdk/u-charts/readme.md +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/js_sdk/u-charts/u-charts.js +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/js_sdk/u-charts/u-charts.min.js +0 -0
- /package/{ui-sdks/sdk-u-charts → other/qiun-data-charts/js_sdk2}/app-echarts.min.js +0 -0
- /package/{ui-sdks/sdk-u-charts → other/qiun-data-charts/js_sdk2}/h5-echarts.min.js +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/license.md +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/readme.md +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/static/app-plus/echarts.min.js +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/static/h5/echarts.min.js +0 -0
- /package/{ui-sdks → other}/tui-clipboard/tui-clipboard.js +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseAudio.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseImg.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate1.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate10.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate11.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate2.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate3.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate4.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate5.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate6.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate7.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate8.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate9.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseVideo.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/libs/htmlparser.js +0 -0
- /package/other/{u-parse-2019 → u-parse}/u-parse.css +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate10.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate11.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate2.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate3.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate4.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate5.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate6.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate7.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate8.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate9.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseVideo.vue +0 -0
- /package/other/{uParse → uParse2}/editor.css +0 -0
- /package/other/{uParse → uParse2}/libs/htmlparser.js +0 -0
- /package/{other/xt-parse/static/app-plus/u-parse → uview-plus/components/u-parse/static/app-plus/up-parse}/js/handler2.js +0 -0
- /package/{other/xt-parse/static/app-plus/u-parse → uview-plus/components/u-parse/static/app-plus/up-parse}/js/uni.webview.min.js +0 -0
- /package/{other/xt-parse/static/app-plus/u-parse → uview-plus/components/u-parse/static/app-plus/up-parse}/js/uni.webview.min2.js +0 -0
- /package/{other/xt-parse/static/app-plus/u-parse → uview-plus/components/u-parse/static/app-plus/up-parse}/local.html +0 -0
|
@@ -1,225 +0,0 @@
|
|
|
1
|
-
## 1.9.6.6(2024-09-25)
|
|
2
|
-
- fix: 修复background-position无效的问题
|
|
3
|
-
## 1.9.6.5(2024-04-14)
|
|
4
|
-
- fix: 修复`nvue`无法生图的问题
|
|
5
|
-
## 1.9.6.4(2024-03-10)
|
|
6
|
-
- fix: 修复代理ctx导致H5不能使用ctx.save
|
|
7
|
-
## 1.9.6.3(2024-03-08)
|
|
8
|
-
- fix: 修复支付宝真机无法使用的问题
|
|
9
|
-
## 1.9.6.2(2024-02-22)
|
|
10
|
-
- fix: 修复使用render函数报错的问题
|
|
11
|
-
## 1.9.6.1(2023-12-22)
|
|
12
|
-
- fix: 修复字节小程序非2d字体偏移
|
|
13
|
-
- fix: 修复`canvasToTempFilePathSync`会触发两次的问题
|
|
14
|
-
- fix: 修复`parser`图片没有宽度的问题
|
|
15
|
-
## 1.9.6(2023-12-06)
|
|
16
|
-
- fix: 修复背景图受padding影响
|
|
17
|
-
- fix: 修复因字节报错改了代理实现导致微信报错
|
|
18
|
-
- 1.9.5.8(2023-11-16)
|
|
19
|
-
- fix: 修复margin问题
|
|
20
|
-
- fix: 修复borderWidth问题
|
|
21
|
-
- fix: 修复textBox问题
|
|
22
|
-
- fix: 修复字节开发工具报`could not be cloned.`问题
|
|
23
|
-
## 1.9.5.7(2023-07-27)
|
|
24
|
-
- fix: 去掉多余的方法
|
|
25
|
-
- chore: 更新文档,增加自定义字体说明
|
|
26
|
-
## 1.9.5.6(2023-07-21)
|
|
27
|
-
- feat: 有限的支持富文本
|
|
28
|
-
- feat: H5和APP 增加 `hidpi` prop,主要用于大尺寸无法生成图片时用
|
|
29
|
-
- fix: 修复 钉钉小程序 缺少 `measureText` 方法
|
|
30
|
-
- chore: 由于微信小程序 pc 端的 canvas 2d 时不时抽风,故不使用canvas 2d
|
|
31
|
-
## 1.9.5.5(2023-06-27)
|
|
32
|
-
- fix: 修复把`emoji`表情字符拆分成多个字符的情况
|
|
33
|
-
## 1.9.5.4(2023-06-05)
|
|
34
|
-
- fix: 修复因`canvasToTempFilePathSync`监听导致重复调用
|
|
35
|
-
## 1.9.5.3(2023-05-23)
|
|
36
|
-
- fix: 因isPc错写成了isPC导致小程序PC不能生成图片
|
|
37
|
-
## 1.9.5.2(2023-05-22)
|
|
38
|
-
- feat: 删除多余文件
|
|
39
|
-
## 1.9.5.1(2023-05-22)
|
|
40
|
-
- fix: 修复 文字行数与`line-clamp`相同但不满一行时也加了省略号的问题
|
|
41
|
-
## 1.9.5(2023-05-14)
|
|
42
|
-
- feat: 增加 `text-indent` 和 `calc` 方法
|
|
43
|
-
- feat: 优化 布局时间
|
|
44
|
-
## 1.9.4.4(2023-04-15)
|
|
45
|
-
- fix: 修复无法匹配负值
|
|
46
|
-
- fix: 修复 Nvue IOS getImageInfo `useCORS` 为 undefined
|
|
47
|
-
## 1.9.4.3(2023-04-01)
|
|
48
|
-
- feat: 增加支持文字描边 `text-stroke: '5rpx #fff'`
|
|
49
|
-
## 1.9.4.2(2023-03-30)
|
|
50
|
-
- fix: 修复 支付宝小程序 isPC 在手机也为true的问题
|
|
51
|
-
- feat: 由 微信开发工具 3060 版 无法获取图片尺寸,现 微信开发工具 3220 版 修复该问题,故还原上一版的获取图片方式。
|
|
52
|
-
## 1.9.4.1(2023-03-28)
|
|
53
|
-
- fix: 修复固定高度不正确问题
|
|
54
|
-
## 1.9.4(2023-03-17)
|
|
55
|
-
- fix: nvue ios getImageInfo缺少this报错
|
|
56
|
-
- fix: pathType 非2d无效问题
|
|
57
|
-
- fix: 修复 小米9se 可能会存在多次init 导致画面多次放大
|
|
58
|
-
- fix: 修复 border 分开写 width style无效问题
|
|
59
|
-
- fix: 修复 支付宝小程序IOS 再次进入不渲染的问题
|
|
60
|
-
- fix: 修复 支付宝小程序安卓Zindex排序错乱问题
|
|
61
|
-
- fix: 修复 微信开发工具 3060 版 无法获取图片的问题
|
|
62
|
-
- feat: 把 for in 改为 forEach
|
|
63
|
-
- feat: 增加 hidden
|
|
64
|
-
- feat: 根节点 box-sizing 默认 `border-box`
|
|
65
|
-
- feat: 增加支持 `vw` `wh`
|
|
66
|
-
- chore: pathType 取消 默认值,因为字节开发工具不能显示
|
|
67
|
-
- chore: 支付宝小程序开发工具不支持 生成图片 请以真机调试为准
|
|
68
|
-
- bug: 企业微信 2.20.3无法使用
|
|
69
|
-
## 1.9.3.5(2022-06-29)
|
|
70
|
-
- feat: justifyContent 增加 `space-around`、`space-between`
|
|
71
|
-
- feat: canvas 2d 也使用`getImageInfo`
|
|
72
|
-
- fix: 修复 `text`的 `text-decoration`错位
|
|
73
|
-
## 1.9.3.4(2022-06-20)
|
|
74
|
-
- fix: 修复 因创建节点速度问题导致顺序出错。
|
|
75
|
-
- fix: 修复 微信小程序 PC 无法显示本地图片
|
|
76
|
-
- fix: 修复 flex-box 对齐问题
|
|
77
|
-
- feat: 增加 `text-shadow`
|
|
78
|
-
- feat: 重写 `text` 对齐方式
|
|
79
|
-
- chore: 更新文档
|
|
80
|
-
## 1.9.3.3(2022-06-17)
|
|
81
|
-
- fix: 修复 支付宝小程序 canvas 2d 存在ctx.draw问题导致报错
|
|
82
|
-
- fix: 修复 支付宝小程序 toDataURL 存在权限问题改用 `toTempFilePath`
|
|
83
|
-
- fix: 修复 支付宝小程序 image size 问题导致 `objectFit` 无效
|
|
84
|
-
## 1.9.3.2(2022-06-14)
|
|
85
|
-
- fix: 修复 image 设置背景色不生效问题
|
|
86
|
-
- fix: 修复 nvue 环境判断缺少参数问题
|
|
87
|
-
## 1.9.3.1(2022-06-14)
|
|
88
|
-
- fix: 修复 bottom 定位不对问题
|
|
89
|
-
- fix: 修复 因小数导致计算出错换行问题
|
|
90
|
-
- feat: 增加 `useCORS` h5端图片跨域 在设置请求头无效果后试一下设置这个值
|
|
91
|
-
- chore: 更新文档
|
|
92
|
-
## 1.9.3(2022-06-13)
|
|
93
|
-
- feat: 增加 `zIndex`
|
|
94
|
-
- feat: 增加 `flex-box` 该功能处于原始阶段,非常简陋。
|
|
95
|
-
- tips: QQ小程序 vue3 不支持, 为 uni 官方BUG
|
|
96
|
-
## 1.9.2.9(2022-06-10)
|
|
97
|
-
- fix: 修复`text-align`及`margin`居中问题
|
|
98
|
-
## 1.9.2.8(2022-06-10)
|
|
99
|
-
- fix: 修复 Nvue `canvasToTempFilePathSync` 不生效问题
|
|
100
|
-
## 1.9.2.7(2022-06-10)
|
|
101
|
-
- fix: 修复 margin及padding的bug
|
|
102
|
-
- fix: 修复 Nvue `isCanvasToTempFilePath` 不生效问题
|
|
103
|
-
## 1.9.2.6(2022-06-09)
|
|
104
|
-
- fix: 修复 Nvue 不显示
|
|
105
|
-
- feat: 增加支持字体渐变
|
|
106
|
-
```html
|
|
107
|
-
<l-painter-text
|
|
108
|
-
text="水调歌头\n明月几时有?把酒问青天。不知天上宫阙,今夕是何年。我欲乘风归去,又恐琼楼玉宇,高处不胜寒。起舞弄清影,何似在人间。"
|
|
109
|
-
css="background: linear-gradient(,#ff971b 0%, #1989fa 100%); background-clip: text" />
|
|
110
|
-
```
|
|
111
|
-
## 1.9.2.5(2022-06-09)
|
|
112
|
-
- chore: 更变获取父级宽度的设定
|
|
113
|
-
- chore: `pathType` 在canvas 2d 默认为 `url`
|
|
114
|
-
## 1.9.2.4(2022-06-08)
|
|
115
|
-
- fix: 修复 `pathType` 不生效问题
|
|
116
|
-
## 1.9.2.3(2022-06-08)
|
|
117
|
-
- fix: 修复 `canvasToTempFilePath` 漏写 `success` 参数
|
|
118
|
-
## 1.9.2.2(2022-06-07)
|
|
119
|
-
- chore: 更新文档
|
|
120
|
-
## 1.9.2.1(2022-06-07)
|
|
121
|
-
- fix: 修复 vue3 赋值给this再传入导致image无法绘制
|
|
122
|
-
- fix: 修复 `canvasToTempFilePathSync` 时机问题
|
|
123
|
-
- feat: canvas 2d 更改图片生成方式 `toDataURL`
|
|
124
|
-
## 1.9.2(2022-05-30)
|
|
125
|
-
- fix: 修复 `canvasToTempFilePathSync` 在 vue3 下只生成一次
|
|
126
|
-
## 1.9.1.7(2022-05-28)
|
|
127
|
-
- fix: 修复 `qrcode`显示不全问题
|
|
128
|
-
## 1.9.1.6(2022-05-28)
|
|
129
|
-
- fix: 修复 `canvasToTempFilePathSync` 会重复多次问题
|
|
130
|
-
- fix: 修复 `view` css `backgroundImage` 图片下载失败导致 子节点不渲染
|
|
131
|
-
## 1.9.1.5(2022-05-27)
|
|
132
|
-
- fix: 修正支付宝小程序 canvas 2d版本号 2.7.15
|
|
133
|
-
## 1.9.1.4(2022-05-22)
|
|
134
|
-
- fix: 修复字节小程序无法使用xml方式
|
|
135
|
-
- fix: 修复字节小程序无法使用base64(非2D情况下工具上无法显示)
|
|
136
|
-
- fix: 修复支付宝小程序 `canvasToTempFilePath` 报错
|
|
137
|
-
## 1.9.1.3(2022-04-29)
|
|
138
|
-
- fix: 修复vue3打包后uni对象为空后的报错
|
|
139
|
-
## 1.9.1.2(2022-04-25)
|
|
140
|
-
- fix: 删除多余文件
|
|
141
|
-
## 1.9.1.1(2022-04-25)
|
|
142
|
-
- fix: 修复图片不显示问题
|
|
143
|
-
## 1.9.1(2022-04-12)
|
|
144
|
-
- fix: 因四舍五入导致有些机型错位
|
|
145
|
-
- fix: 修复无views报错
|
|
146
|
-
- chore: nvue下因ios无法读取插件内static文件,改由下载方式
|
|
147
|
-
## 1.9.0(2022-03-20)
|
|
148
|
-
- fix: 因无法固定尺寸导致生成图片不全
|
|
149
|
-
- fix: 特定情况下text判断无效
|
|
150
|
-
- chore: 本地化APP Nvue webview
|
|
151
|
-
## 1.8.9(2022-02-20)
|
|
152
|
-
- fix: 修复 小程序下载最多10次并发的问题
|
|
153
|
-
- fix: 修复 APP端无法获取本地图片
|
|
154
|
-
- fix: 修复 APP Nvue端不执行问题
|
|
155
|
-
- chore: 增加图片缓存机制
|
|
156
|
-
## 1.8.8.8(2022-01-27)
|
|
157
|
-
- fix: 修复 主动调用尺寸问题
|
|
158
|
-
## 1.8.8.6(2022-01-26)
|
|
159
|
-
- fix: 修复 nvue 下无宽度时获取父级宽度
|
|
160
|
-
- fix: 修复 ios app 无法渲染问题
|
|
161
|
-
## 1.8.8(2022-01-23)
|
|
162
|
-
- fix: 修复 主动调用时无节点问题
|
|
163
|
-
- fix: 修复 `box-shadow` 颜色问题
|
|
164
|
-
- fix: 修复 `transform:rotate` 角度位置问题
|
|
165
|
-
- feat: 增加 `overflow:hidden`
|
|
166
|
-
## 1.8.7(2022-01-07)
|
|
167
|
-
- fix: 修复 image 方向为 `right` 时原始宽高问题
|
|
168
|
-
- feat: 支持 view 设置背景图 `background-image: url(xxx)`
|
|
169
|
-
- chore: 去掉可选链
|
|
170
|
-
## 1.8.6(2021-11-28)
|
|
171
|
-
- feat: 支持`view`对`inline-block`的子集使用`text-align`
|
|
172
|
-
## 1.8.5.5(2021-08-17)
|
|
173
|
-
- chore: 更新文档,删除 replace
|
|
174
|
-
- fix: 修复 text 值为 number时报错
|
|
175
|
-
## 1.8.5.4(2021-08-16)
|
|
176
|
-
- fix: 字节小程序兼容
|
|
177
|
-
## 1.8.5.3(2021-08-15)
|
|
178
|
-
- fix: 修复线性渐变与css现实效果不一致的问题
|
|
179
|
-
- chore: 更新文档
|
|
180
|
-
## 1.8.5.2(2021-08-13)
|
|
181
|
-
- chore: 增加`background-image`、`background-repeat` 能力,主要用于背景纹理的绘制,并不是代替`image`。例如:大面积的重复平铺的水印
|
|
182
|
-
- 注意:这个功能H5暂时无法使用,因为[官方的API有BUG](https://ask.dcloud.net.cn/question/128793),待官方修复!!!
|
|
183
|
-
## 1.8.5.1(2021-08-10)
|
|
184
|
-
- fix: 修复因`margin`报错问题
|
|
185
|
-
## 1.8.5(2021-08-09)
|
|
186
|
-
- chore: 增加margin支持`auto`,以达到居中效果
|
|
187
|
-
## 1.8.4(2021-08-06)
|
|
188
|
-
- chore: 增加判断缓存文件条件
|
|
189
|
-
- fix: 修复css 多余空格报错问题
|
|
190
|
-
## 1.8.3(2021-08-04)
|
|
191
|
-
- tips: 1.6.x 以下的版本升级到1.8.x后要为每个元素都加上定位:position: 'absolute'
|
|
192
|
-
- fix: 修复只有一个view子元素时不计算高度的问题
|
|
193
|
-
## 1.8.2(2021-08-03)
|
|
194
|
-
- fix: 修复 path-type 为 `url` 无效问题
|
|
195
|
-
- fix: 修复 qrcode `text` 为空时报错问题
|
|
196
|
-
- fix: 修复 image `src` 动态设置时不生效问题
|
|
197
|
-
- feat: 增加 css 属性 `min-width` `max-width`
|
|
198
|
-
## 1.8.1(2021-08-02)
|
|
199
|
-
- fix: 修复无法加载本地图片
|
|
200
|
-
## 1.8.0(2021-08-02)
|
|
201
|
-
- chore 文档更新
|
|
202
|
-
- 使用旧版的同学不要升级!
|
|
203
|
-
## 1.8.0-beta(2021-07-30)
|
|
204
|
-
- ## 全新布局方式 不兼容旧版!
|
|
205
|
-
- chore: 布局方式变更
|
|
206
|
-
- tips: 微信canvas 2d 不支持真机调试
|
|
207
|
-
## 1.6.6(2021-07-09)
|
|
208
|
-
- chore: 统一命名规范,无须主动引入组件
|
|
209
|
-
## 1.6.5(2021-06-08)
|
|
210
|
-
- chore: 去掉console
|
|
211
|
-
## 1.6.4(2021-06-07)
|
|
212
|
-
- fix: 修复 数字 为纯字符串时不转换的BUG
|
|
213
|
-
## 1.6.3(2021-06-06)
|
|
214
|
-
- fix: 修复 PC 端放大的BUG
|
|
215
|
-
## 1.6.2(2021-05-31)
|
|
216
|
-
- fix: 修复 报`adaptor is not a function`错误
|
|
217
|
-
- fix: 修复 text 多行高度
|
|
218
|
-
- fix: 优化 默认文字的基准线
|
|
219
|
-
- feat: `@progress`事件,监听绘制进度
|
|
220
|
-
## 1.6.1(2021-02-28)
|
|
221
|
-
- 删除多余节点
|
|
222
|
-
## 1.6.0(2021-02-26)
|
|
223
|
-
- 调整为uni_modules目录规范
|
|
224
|
-
- 修复:transform的rotate不能为负数问题
|
|
225
|
-
- 新增:`pathType` 指定生成图片返回的路径类型,可选值有 `base64`、`url`
|
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "lime-painter",
|
|
3
|
-
"displayName": "海报画板",
|
|
4
|
-
"version": "1.9.6.6",
|
|
5
|
-
"description": "一款canvas海报组件,更优雅的海报生成方案,有限的支持富文本",
|
|
6
|
-
"keywords": [
|
|
7
|
-
"海报",
|
|
8
|
-
"富文本",
|
|
9
|
-
"生成海报",
|
|
10
|
-
"生成二维码",
|
|
11
|
-
"JSON"
|
|
12
|
-
],
|
|
13
|
-
"repository": "https://gitee.com/liangei/lime-painter",
|
|
14
|
-
"engines": {
|
|
15
|
-
"HBuilderX": "^3.4.14"
|
|
16
|
-
},
|
|
17
|
-
"dcloudext": {
|
|
18
|
-
"sale": {
|
|
19
|
-
"regular": {
|
|
20
|
-
"price": "0.00"
|
|
21
|
-
},
|
|
22
|
-
"sourcecode": {
|
|
23
|
-
"price": "0.00"
|
|
24
|
-
}
|
|
25
|
-
},
|
|
26
|
-
"contact": {
|
|
27
|
-
"qq": "305716444"
|
|
28
|
-
},
|
|
29
|
-
"declaration": {
|
|
30
|
-
"ads": "无",
|
|
31
|
-
"data": "无",
|
|
32
|
-
"permissions": "无"
|
|
33
|
-
},
|
|
34
|
-
"npmurl": "",
|
|
35
|
-
"type": "component-vue"
|
|
36
|
-
},
|
|
37
|
-
"uni_modules": {
|
|
38
|
-
"dependencies": [],
|
|
39
|
-
"encrypt": [],
|
|
40
|
-
"platforms": {
|
|
41
|
-
"cloud": {
|
|
42
|
-
"tcb": "y",
|
|
43
|
-
"aliyun": "y",
|
|
44
|
-
"alipay": "n"
|
|
45
|
-
},
|
|
46
|
-
"client": {
|
|
47
|
-
"App": {
|
|
48
|
-
"app-vue": "y",
|
|
49
|
-
"app-nvue": "y"
|
|
50
|
-
},
|
|
51
|
-
"H5-mobile": {
|
|
52
|
-
"Safari": "y",
|
|
53
|
-
"Android Browser": "y",
|
|
54
|
-
"微信浏览器(Android)": "y",
|
|
55
|
-
"QQ浏览器(Android)": "y"
|
|
56
|
-
},
|
|
57
|
-
"H5-pc": {
|
|
58
|
-
"Chrome": "y",
|
|
59
|
-
"IE": "u",
|
|
60
|
-
"Edge": "u",
|
|
61
|
-
"Firefox": "u",
|
|
62
|
-
"Safari": "y"
|
|
63
|
-
},
|
|
64
|
-
"小程序": {
|
|
65
|
-
"微信": "y",
|
|
66
|
-
"阿里": "y",
|
|
67
|
-
"百度": "y",
|
|
68
|
-
"字节跳动": "y",
|
|
69
|
-
"QQ": "y",
|
|
70
|
-
"钉钉": "u",
|
|
71
|
-
"快手": "u",
|
|
72
|
-
"飞书": "u",
|
|
73
|
-
"京东": "u"
|
|
74
|
-
},
|
|
75
|
-
"快应用": {
|
|
76
|
-
"华为": "u",
|
|
77
|
-
"联盟": "u"
|
|
78
|
-
},
|
|
79
|
-
"Vue": {
|
|
80
|
-
"vue2": "y",
|
|
81
|
-
"vue3": "y"
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
},
|
|
86
|
-
"name": "lime-painter",
|
|
87
|
-
"main": "index.js",
|
|
88
|
-
"scripts": {
|
|
89
|
-
"test": "echo \"Error: no test specified\" && exit 1"
|
|
90
|
-
},
|
|
91
|
-
"author": "",
|
|
92
|
-
"license": "ISC"
|
|
93
|
-
}
|