@tachybase/plugin-ocr-convert 1.5.1 → 1.6.0
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/dist/externalVersion.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"docxtemplater","version":"3.55.8","author":"Edgar Hipp","description":"Generate docx, pptx, and xlsx from templates (Word, Powerpoint and Excel documents), from Node.js, the Browser and the command line","contributors":[{"name":"Edgar Hipp"}],"main":"js/docxtemplater.js","keywords":["docx","pptx","templates","template","templater","templating","report","xlsx","generation","generate","generator","microsoft office","microsoft word","microsoft powerpoint","microsoft excel","create","make","Office Open XML","creator"],"types":"./js/docxtemplater.d.ts","repository":{"type":"git","url":"git+https://github.com/open-xml-templating/docxtemplater.git"},"dependencies":{"@xmldom/xmldom":"^0.9.6"},"devDependencies":{"@arethetypeswrong/cli":"^0.17.1","@babel/cli":"^7.26.4","@babel/core":"^7.26.0","@babel/eslint-parser":"^7.25.9","@babel/plugin-proposal-object-rest-spread":"^7.20.7","@babel/preset-env":"^7.26.0","@stryker-mutator/core":"^8.7.1","@stryker-mutator/mocha-runner":"^8.7.1","angular-expressions":"^1.4.3","babel-loader":"^9.2.1","chai":"^4.5.0","chalk":"^5.3.0","cross-env":"^7.0.3","diff":"^7.0.0","envify":"^4.1.0","es6-promise":"^4.2.8","eslint":"^9.17.0","eslint_d":"^14.2.2","eslint-formatter-unix":"^8.40.0","eslint-plugin-import":"^2.31.0","eslint-plugin-sort-class-members":"^1.21.0","eslint-plugin-specific-sort":"file:.eslint-rules","finalhandler":"^1.3.1","globals":"^15.13.0","lodash":"^4.17.21","mkdirp":"^3.0.1","mocha":"^10.8.2","nyc":"^17.1.0","pizzip":"^3.1.7","playwright":"^1.49.1","prettier":"^3.4.2","rimraf":"^6.0.1","selenium-standalone":"^10.0.0","serve-static":"^1.15.0","stryker-cli":"^1.0.2","tsd":"^0.31.2","updtr":"^4.1.0","webpack":"^5.97.1","webpack-cli":"^5.1.4"},"license":"MIT","engines":{"node":">=0.10"},"scripts":{"profile":"bash ./profile.bash","preversion":"bash ./preversion.bash","check-casing":"bash ./check-casing.bash","compile":"npm run convertto:es5","browserify:test":"cross-env FILE=test webpack","browserify:lib":"webpack","browserify:min":"cross-env MIN=true webpack","updtr":"updtr --exclude chai mocha","browserify":"npm run browserify:test && npm run browserify:lib && npm run browserify:min","convertto:es5":"rimraf js -rf && mkdirp js && npm run babel && cp es6/*.ts js","convertto:es5:watch":"npm run babel -- --watch","test:coverage":"nyc --reporter=html --reporter=text mocha -- es6/tests/index.js","prettier":"prettier --cache --list-different \"es6/**/!(filenames).js\" \"*.js\" \"*.mjs\" \"es6/*.ts\" \".eslint-rules/*.js\" README.md CHANGELOG.md","prettier:fix":"prettier --cache --write \"es6/**/!(filenames).js\" \"*.js\" \"*.mjs\" \"es6/*.ts\" \".eslint-rules/*.js\" README.md CHANGELOG.md","lint":"eslint_d . --cache && bash ./check-casing.bash && npm run prettier && shfmt -l *.bash","lint:fix":"npm run prettier:fix && bash ./check-casing.bash && eslint_d . --cache && shfmt -l -w *.bash","test:chrome":"cross-env BROWSER=CHROME bash ./webdriver.bash","test:firefox":"cross-env BROWSER=FIREFOX bash ./webdriver.bash","test:browser":"bash ./webdriver.bash","babel":"babel es6 --out-dir js","mocha":"mocha --full-trace --check-leaks js/tests/index.js","test:es6":"mocha --full-trace --check-leaks es6/tests/index.js","test:es6:update-fixtures":"cross-env UPDATE=true mocha --full-trace --check-leaks es6/tests/index.js","test:es6:update-snapshots":"cross-env WRITE_SNAPSHOTS=true mocha --full-trace --check-leaks es6/tests/index.js","test:es6:fast":"cross-env FAST=true mocha --full-trace --check-leaks es6/tests/index.js","test:watch":"cross-env FAST=true mocha --watch --full-trace --check-leaks es6/tests/index.js","test:es6:slow":"cross-env FAST= mocha --full-trace --check-leaks es6/tests/index.js","test":"npm run convertto:es5 && npm run mocha","test:es5":"npm test","test:typings":"cp es6/*.ts js && cp es6/*.ts . && tsd .","test:mutations":"cross-env SPEED_TEST=no stryker run","memorytest":"npm run compile && node --max-old-space-size=8000 js/memory-test.js","verifypublishsize":"bash ./verifypublishsize.bash"},"tsd":{"compilerOptions":{"lib":["DOM"]}},"_lastModified":"2025-11-
|
|
1
|
+
{"name":"docxtemplater","version":"3.55.8","author":"Edgar Hipp","description":"Generate docx, pptx, and xlsx from templates (Word, Powerpoint and Excel documents), from Node.js, the Browser and the command line","contributors":[{"name":"Edgar Hipp"}],"main":"js/docxtemplater.js","keywords":["docx","pptx","templates","template","templater","templating","report","xlsx","generation","generate","generator","microsoft office","microsoft word","microsoft powerpoint","microsoft excel","create","make","Office Open XML","creator"],"types":"./js/docxtemplater.d.ts","repository":{"type":"git","url":"git+https://github.com/open-xml-templating/docxtemplater.git"},"dependencies":{"@xmldom/xmldom":"^0.9.6"},"devDependencies":{"@arethetypeswrong/cli":"^0.17.1","@babel/cli":"^7.26.4","@babel/core":"^7.26.0","@babel/eslint-parser":"^7.25.9","@babel/plugin-proposal-object-rest-spread":"^7.20.7","@babel/preset-env":"^7.26.0","@stryker-mutator/core":"^8.7.1","@stryker-mutator/mocha-runner":"^8.7.1","angular-expressions":"^1.4.3","babel-loader":"^9.2.1","chai":"^4.5.0","chalk":"^5.3.0","cross-env":"^7.0.3","diff":"^7.0.0","envify":"^4.1.0","es6-promise":"^4.2.8","eslint":"^9.17.0","eslint_d":"^14.2.2","eslint-formatter-unix":"^8.40.0","eslint-plugin-import":"^2.31.0","eslint-plugin-sort-class-members":"^1.21.0","eslint-plugin-specific-sort":"file:.eslint-rules","finalhandler":"^1.3.1","globals":"^15.13.0","lodash":"^4.17.21","mkdirp":"^3.0.1","mocha":"^10.8.2","nyc":"^17.1.0","pizzip":"^3.1.7","playwright":"^1.49.1","prettier":"^3.4.2","rimraf":"^6.0.1","selenium-standalone":"^10.0.0","serve-static":"^1.15.0","stryker-cli":"^1.0.2","tsd":"^0.31.2","updtr":"^4.1.0","webpack":"^5.97.1","webpack-cli":"^5.1.4"},"license":"MIT","engines":{"node":">=0.10"},"scripts":{"profile":"bash ./profile.bash","preversion":"bash ./preversion.bash","check-casing":"bash ./check-casing.bash","compile":"npm run convertto:es5","browserify:test":"cross-env FILE=test webpack","browserify:lib":"webpack","browserify:min":"cross-env MIN=true webpack","updtr":"updtr --exclude chai mocha","browserify":"npm run browserify:test && npm run browserify:lib && npm run browserify:min","convertto:es5":"rimraf js -rf && mkdirp js && npm run babel && cp es6/*.ts js","convertto:es5:watch":"npm run babel -- --watch","test:coverage":"nyc --reporter=html --reporter=text mocha -- es6/tests/index.js","prettier":"prettier --cache --list-different \"es6/**/!(filenames).js\" \"*.js\" \"*.mjs\" \"es6/*.ts\" \".eslint-rules/*.js\" README.md CHANGELOG.md","prettier:fix":"prettier --cache --write \"es6/**/!(filenames).js\" \"*.js\" \"*.mjs\" \"es6/*.ts\" \".eslint-rules/*.js\" README.md CHANGELOG.md","lint":"eslint_d . --cache && bash ./check-casing.bash && npm run prettier && shfmt -l *.bash","lint:fix":"npm run prettier:fix && bash ./check-casing.bash && eslint_d . --cache && shfmt -l -w *.bash","test:chrome":"cross-env BROWSER=CHROME bash ./webdriver.bash","test:firefox":"cross-env BROWSER=FIREFOX bash ./webdriver.bash","test:browser":"bash ./webdriver.bash","babel":"babel es6 --out-dir js","mocha":"mocha --full-trace --check-leaks js/tests/index.js","test:es6":"mocha --full-trace --check-leaks es6/tests/index.js","test:es6:update-fixtures":"cross-env UPDATE=true mocha --full-trace --check-leaks es6/tests/index.js","test:es6:update-snapshots":"cross-env WRITE_SNAPSHOTS=true mocha --full-trace --check-leaks es6/tests/index.js","test:es6:fast":"cross-env FAST=true mocha --full-trace --check-leaks es6/tests/index.js","test:watch":"cross-env FAST=true mocha --watch --full-trace --check-leaks es6/tests/index.js","test:es6:slow":"cross-env FAST= mocha --full-trace --check-leaks es6/tests/index.js","test":"npm run convertto:es5 && npm run mocha","test:es5":"npm test","test:typings":"cp es6/*.ts js && cp es6/*.ts . && tsd .","test:mutations":"cross-env SPEED_TEST=no stryker run","memorytest":"npm run compile && node --max-old-space-size=8000 js/memory-test.js","verifypublishsize":"bash ./verifypublishsize.bash"},"tsd":{"compilerOptions":{"lib":["DOM"]}},"_lastModified":"2025-11-20T08:14:35.991Z"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"exceljs","version":"4.4.0","description":"Excel Workbook Manager - Read and Write xlsx and csv Files.","private":false,"license":"MIT","author":{"name":"Guyon Roche","email":"guyon@live.com"},"repository":{"type":"git","url":"https://github.com/exceljs/exceljs.git"},"engines":{"node":">=8.3.0"},"main":"./excel.js","browser":"./dist/exceljs.min.js","types":"./index.d.ts","files":["dist","lib","excel.js","LICENSE","README.md","README_zh.md","index.ts","index.d.ts"],"scripts":{"test":"npm run test:full","test:es5":"export EXCEL_BUILD=es5 && npm run test:full","test:full":"npm run build && npm run test:unit && npm run test:integration && npm run test:end-to-end && npm run test:jasmine","test:version":"npm run build && npm run test:unit && npm run test:integration && npm run test:end-to-end && npm run test:browser && npm run test:dist","test:all":"npm run test:native && npm run test:es5","test:native":"npm run test:full","test:unit":"mocha --require spec/config/setup --require spec/config/setup-unit spec/unit --recursive","test:integration":"mocha --require spec/config/setup spec/integration --recursive","test:end-to-end":"mocha --require spec/config/setup spec/end-to-end --recursive","test:browser":"if [ ! -f .disable-test-browser ]; then npm run build && npm run test:jasmine; fi","test:jasmine":"grunt jasmine","test:unit:es5":"export EXCEL_BUILD=es5 && npm run test:unit","test:integration:es5":"export EXCEL_BUILD=es5 && npm run test:integration","test:end-to-end:es5":"export EXCEL_BUILD=es5 && npm run test:end-to-end","test:dist":"mocha --require spec/config/setup spec/dist --recursive","test:manual":"node spec/manual/app.js","test:typescript":"mocha -r ts-node/register spec/typescript/**/*.spec.ts","clean-build":"npm run clean && npm run build","lint":"eslint --format node_modules/eslint-friendly-formatter .","lint:fix":"prettier-eslint --write $(pwd)'/**/*.js'","lint:staged":"lint-staged","clean":"rm -rf build/ && rm -rf dist","benchmark":"node --expose-gc benchmark","benchmark:debug":"node --expose-gc --inspect-brk --trace-deopt benchmark","build":"grunt build","install-build":"npm install && grunt build","preversion":"npm run clean && npm run build && npm run test:version","postversion":"git push --no-verify && git push --tags --no-verify"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"lint-staged":{"*.js":["prettier-eslint --write","eslint --format node_modules/eslint-friendly-formatter","git add"]},"keywords":["xlsx","json","csv","excel","font","border","fill","number","format","number format","alignment","office","spreadsheet","workbook","defined names","data validations","rich text","in-cell format","outlineLevel","views","frozen","split","pageSetup"],"dependencies":{"archiver":"^5.0.0","dayjs":"^1.8.34","fast-csv":"^4.3.1","jszip":"^3.10.1","readable-stream":"^3.6.0","saxes":"^5.0.1","tmp":"^0.2.0","unzipper":"^0.10.11","uuid":"^8.3.0"},"devDependencies":{"@babel/cli":"^7.10.5","@babel/core":"^7.11.4","@babel/preset-env":"^7.11.0","@types/chai":"^4.2.12","@types/mocha":"^8.0.3","@types/node":"^14.11.2","babelify":"^10.0.0","browserify":"^16.5.2","chai":"^4.2.0","chai-datetime":"^1.7.0","chai-xml":"^0.3.2","core-js":"^3.6.5","dirty-chai":"^2.0.1","eslint":"^6.5.1","eslint-config-airbnb-base":"^14.2.0","eslint-config-prettier":"^6.12.0","eslint-friendly-formatter":"^4.0.1","eslint-plugin-import":"^2.22.0","eslint-plugin-node":"^11.1.0","express":"^4.16.4","got":"^9.0.0","grunt":"^1.3.0","grunt-babel":"^8.0.0","grunt-browserify":"^5.3.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-jasmine":"^2.2.0","grunt-contrib-watch":"^1.1.0","grunt-exorcise":"^2.1.1","grunt-terser":"^1.0.0","husky":"^4.3.0","lint-staged":"^10.2.13","mocha":"^7.2.0","prettier-eslint":"^11.0.0","prettier-eslint-cli":"^5.0.0","regenerator-runtime":"^0.13.7","sax":"^1.2.4","ts-node":"^8.10.2","typescript":"^3.9.7"},"_lastModified":"2025-11-
|
|
1
|
+
{"name":"exceljs","version":"4.4.0","description":"Excel Workbook Manager - Read and Write xlsx and csv Files.","private":false,"license":"MIT","author":{"name":"Guyon Roche","email":"guyon@live.com"},"repository":{"type":"git","url":"https://github.com/exceljs/exceljs.git"},"engines":{"node":">=8.3.0"},"main":"./excel.js","browser":"./dist/exceljs.min.js","types":"./index.d.ts","files":["dist","lib","excel.js","LICENSE","README.md","README_zh.md","index.ts","index.d.ts"],"scripts":{"test":"npm run test:full","test:es5":"export EXCEL_BUILD=es5 && npm run test:full","test:full":"npm run build && npm run test:unit && npm run test:integration && npm run test:end-to-end && npm run test:jasmine","test:version":"npm run build && npm run test:unit && npm run test:integration && npm run test:end-to-end && npm run test:browser && npm run test:dist","test:all":"npm run test:native && npm run test:es5","test:native":"npm run test:full","test:unit":"mocha --require spec/config/setup --require spec/config/setup-unit spec/unit --recursive","test:integration":"mocha --require spec/config/setup spec/integration --recursive","test:end-to-end":"mocha --require spec/config/setup spec/end-to-end --recursive","test:browser":"if [ ! -f .disable-test-browser ]; then npm run build && npm run test:jasmine; fi","test:jasmine":"grunt jasmine","test:unit:es5":"export EXCEL_BUILD=es5 && npm run test:unit","test:integration:es5":"export EXCEL_BUILD=es5 && npm run test:integration","test:end-to-end:es5":"export EXCEL_BUILD=es5 && npm run test:end-to-end","test:dist":"mocha --require spec/config/setup spec/dist --recursive","test:manual":"node spec/manual/app.js","test:typescript":"mocha -r ts-node/register spec/typescript/**/*.spec.ts","clean-build":"npm run clean && npm run build","lint":"eslint --format node_modules/eslint-friendly-formatter .","lint:fix":"prettier-eslint --write $(pwd)'/**/*.js'","lint:staged":"lint-staged","clean":"rm -rf build/ && rm -rf dist","benchmark":"node --expose-gc benchmark","benchmark:debug":"node --expose-gc --inspect-brk --trace-deopt benchmark","build":"grunt build","install-build":"npm install && grunt build","preversion":"npm run clean && npm run build && npm run test:version","postversion":"git push --no-verify && git push --tags --no-verify"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"lint-staged":{"*.js":["prettier-eslint --write","eslint --format node_modules/eslint-friendly-formatter","git add"]},"keywords":["xlsx","json","csv","excel","font","border","fill","number","format","number format","alignment","office","spreadsheet","workbook","defined names","data validations","rich text","in-cell format","outlineLevel","views","frozen","split","pageSetup"],"dependencies":{"archiver":"^5.0.0","dayjs":"^1.8.34","fast-csv":"^4.3.1","jszip":"^3.10.1","readable-stream":"^3.6.0","saxes":"^5.0.1","tmp":"^0.2.0","unzipper":"^0.10.11","uuid":"^8.3.0"},"devDependencies":{"@babel/cli":"^7.10.5","@babel/core":"^7.11.4","@babel/preset-env":"^7.11.0","@types/chai":"^4.2.12","@types/mocha":"^8.0.3","@types/node":"^14.11.2","babelify":"^10.0.0","browserify":"^16.5.2","chai":"^4.2.0","chai-datetime":"^1.7.0","chai-xml":"^0.3.2","core-js":"^3.6.5","dirty-chai":"^2.0.1","eslint":"^6.5.1","eslint-config-airbnb-base":"^14.2.0","eslint-config-prettier":"^6.12.0","eslint-friendly-formatter":"^4.0.1","eslint-plugin-import":"^2.22.0","eslint-plugin-node":"^11.1.0","express":"^4.16.4","got":"^9.0.0","grunt":"^1.3.0","grunt-babel":"^8.0.0","grunt-browserify":"^5.3.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-jasmine":"^2.2.0","grunt-contrib-watch":"^1.1.0","grunt-exorcise":"^2.1.1","grunt-terser":"^1.0.0","husky":"^4.3.0","lint-staged":"^10.2.13","mocha":"^7.2.0","prettier-eslint":"^11.0.0","prettier-eslint-cli":"^5.0.0","regenerator-runtime":"^0.13.7","sax":"^1.2.4","ts-node":"^8.10.2","typescript":"^3.9.7"},"_lastModified":"2025-11-20T08:14:40.443Z"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"pizzip","version":"3.1.7","author":"Edgar Hipp","description":"Create, read and edit .zip files synchronously with Javascript","scripts":{"lint:fix":"npm run prettier:fix && npm run eslint:fix","eslint:fix":"eslint --cache 'es6/**/*.js' --fix","prettier:fix":"prettier --cache --write '*.js' 'es6/**/*.js' 'test/test.js' test/node.js 'utils/*.js' 'utils/es6/**/*.js'","browserify:lib":"webpack","babel":"babel es6 --out-dir js","babel:watch":"npm run babel -- --watch","build":"npm run browserify:lib && npm run browserify:lib:min","browserify:lib:min":"cross-env MIN=true webpack","preversion":"npm run babel && npm run build && npm test && npm run utils:build && cp utils/dist/* dist && npm run test:typings","test":"mocha test/test.js","test:watch":"mocha test/test.js --watch","test:typings":"cp es6/*.ts js && tsd js && tsd utils","utils:build":"cd utils && cross-env MIN=true ../node_modules/.bin/webpack && ../node_modules/.bin/webpack && IE=true cross-env MIN=true ../node_modules/.bin/webpack && IE=true ../node_modules/.bin/webpack"},"contributors":[{"name":"Stuart Knightley"},{"name":"Franz Buchinger"},{"name":"António Afonso"},{"name":"David Duponchel"},{"name":"yiminghe"},{"name":"Edgar Hipp"}],"main":"./js/index.js","repository":{"type":"git","url":"https://github.com/open-xml-templating/pizzip"},"keywords":["zip","deflate","inflate"],"devDependencies":{"@babel/cli":"^7.23.4","@babel/core":"^7.23.7","@babel/eslint-parser":"^7.23.3","@babel/plugin-proposal-object-rest-spread":"^7.20.7","@babel/preset-env":"^7.23.8","acorn":"^8.11.3","babel-loader":"^9.1.3","chai":"^4.3.7","cross-env":"^7.0.3","eslint":"^8.56.0","eslint_d":"^13.1.2","eslint-plugin-import":"^2.29.1","mocha":"^10.2.0","prettier":"^3.2.4","tsd":"^0.30.4","webpack":"^5.89.0","webpack-cli":"^5.1.4"},"dependencies":{"pako":"^2.1.0"},"license":"(MIT OR GPL-3.0)","_lastModified":"2025-11-
|
|
1
|
+
{"name":"pizzip","version":"3.1.7","author":"Edgar Hipp","description":"Create, read and edit .zip files synchronously with Javascript","scripts":{"lint:fix":"npm run prettier:fix && npm run eslint:fix","eslint:fix":"eslint --cache 'es6/**/*.js' --fix","prettier:fix":"prettier --cache --write '*.js' 'es6/**/*.js' 'test/test.js' test/node.js 'utils/*.js' 'utils/es6/**/*.js'","browserify:lib":"webpack","babel":"babel es6 --out-dir js","babel:watch":"npm run babel -- --watch","build":"npm run browserify:lib && npm run browserify:lib:min","browserify:lib:min":"cross-env MIN=true webpack","preversion":"npm run babel && npm run build && npm test && npm run utils:build && cp utils/dist/* dist && npm run test:typings","test":"mocha test/test.js","test:watch":"mocha test/test.js --watch","test:typings":"cp es6/*.ts js && tsd js && tsd utils","utils:build":"cd utils && cross-env MIN=true ../node_modules/.bin/webpack && ../node_modules/.bin/webpack && IE=true cross-env MIN=true ../node_modules/.bin/webpack && IE=true ../node_modules/.bin/webpack"},"contributors":[{"name":"Stuart Knightley"},{"name":"Franz Buchinger"},{"name":"António Afonso"},{"name":"David Duponchel"},{"name":"yiminghe"},{"name":"Edgar Hipp"}],"main":"./js/index.js","repository":{"type":"git","url":"https://github.com/open-xml-templating/pizzip"},"keywords":["zip","deflate","inflate"],"devDependencies":{"@babel/cli":"^7.23.4","@babel/core":"^7.23.7","@babel/eslint-parser":"^7.23.3","@babel/plugin-proposal-object-rest-spread":"^7.20.7","@babel/preset-env":"^7.23.8","acorn":"^8.11.3","babel-loader":"^9.1.3","chai":"^4.3.7","cross-env":"^7.0.3","eslint":"^8.56.0","eslint_d":"^13.1.2","eslint-plugin-import":"^2.29.1","mocha":"^10.2.0","prettier":"^3.2.4","tsd":"^0.30.4","webpack":"^5.89.0","webpack-cli":"^5.1.4"},"dependencies":{"pako":"^2.1.0"},"license":"(MIT OR GPL-3.0)","_lastModified":"2025-11-20T08:14:41.470Z"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"tencentcloud-sdk-nodejs","version":"4.0.996","description":"腾讯云 API NODEJS SDK","main":"tencentcloud/index.js","scripts":{"test":"mocha -t 10000","build":"tsc","prettier":"prettier --config prettier.config.js --write 'src/**/*.{tsx,ts,jsx,js,css,json,vue}'"},"engines":{"node":">=10"},"keywords":["tencentcloudapi","tencentcloud","qcloud","sdk","js","nodejs"],"author":"tencentcloudapi","license":"Apache-2.0","dependencies":{"form-data":"^3.0.0","get-stream":"^6.0.0","https-proxy-agent":"^5.0.0","is-stream":"^2.0.0","json-bigint":"^1.0.0","node-fetch":"^2.2.0","tslib":"1.13.0","uuid":"^9.0.1"},"directories":{"example":"examples","lib":"lib"},"repository":{"type":"git","url":"https://github.com/tencentcloud/tencentcloud-sdk-nodejs"},"devDependencies":{"@types/form-data":"^2.5.0","@types/json-bigint":"^1.0.1","@types/node":"^14.0.26","@types/node-fetch":"^2.5.7","@types/uuid":"^9.0.8","@typescript-eslint/eslint-plugin":"^2.34.0","@typescript-eslint/parser":"^2.34.0","babel-eslint":"^10.0.2","chai":"^4.2.0","eslint":"^6.8.0","eslint-plugin-react":"^7.17.0","mocha":"^8.1.1","prettier":"^2.3.0","ts-node":"^8.10.2","typescript":"^3.9.7"},"_lastModified":"2025-11-
|
|
1
|
+
{"name":"tencentcloud-sdk-nodejs","version":"4.0.996","description":"腾讯云 API NODEJS SDK","main":"tencentcloud/index.js","scripts":{"test":"mocha -t 10000","build":"tsc","prettier":"prettier --config prettier.config.js --write 'src/**/*.{tsx,ts,jsx,js,css,json,vue}'"},"engines":{"node":">=10"},"keywords":["tencentcloudapi","tencentcloud","qcloud","sdk","js","nodejs"],"author":"tencentcloudapi","license":"Apache-2.0","dependencies":{"form-data":"^3.0.0","get-stream":"^6.0.0","https-proxy-agent":"^5.0.0","is-stream":"^2.0.0","json-bigint":"^1.0.0","node-fetch":"^2.2.0","tslib":"1.13.0","uuid":"^9.0.1"},"directories":{"example":"examples","lib":"lib"},"repository":{"type":"git","url":"https://github.com/tencentcloud/tencentcloud-sdk-nodejs"},"devDependencies":{"@types/form-data":"^2.5.0","@types/json-bigint":"^1.0.1","@types/node":"^14.0.26","@types/node-fetch":"^2.5.7","@types/uuid":"^9.0.8","@typescript-eslint/eslint-plugin":"^2.34.0","@typescript-eslint/parser":"^2.34.0","babel-eslint":"^10.0.2","chai":"^4.2.0","eslint":"^6.8.0","eslint-plugin-react":"^7.17.0","mocha":"^8.1.1","prettier":"^2.3.0","ts-node":"^8.10.2","typescript":"^3.9.7"},"_lastModified":"2025-11-20T08:14:47.717Z"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/plugin-ocr-convert",
|
|
3
3
|
"displayName": "OCR Conversion Plugin",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.6.0",
|
|
5
5
|
"description": "OCR Conversion Plugin",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"System management"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"react": "18.3.1",
|
|
25
25
|
"react-i18next": "16.2.1",
|
|
26
26
|
"tencentcloud-sdk-nodejs": "^4.0.996",
|
|
27
|
-
"@tachybase/client": "1.
|
|
27
|
+
"@tachybase/client": "1.6.0"
|
|
28
28
|
},
|
|
29
29
|
"description.zh-CN": "OCR 转换插件",
|
|
30
30
|
"displayName.zh-CN": "OCR 转换"
|