diff --git a/package.json b/package.json index 1084c31..86930da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json5-to-table", - "version": "0.1.4", + "version": "0.1.5", "description": "JSON 数据转化为表格的工具,支持深层嵌套数据,支持模式定义", "main": "dist/bundle.js", "bin": { @@ -18,10 +18,25 @@ "test/**/*" ] }, - "files": ["README.md", "LICENSE", "bin", "dist"], - "keywords": ["nested", "json", "table", "schema", "html", "excel", "json-to-table"], + "files": [ + "README.md", + "LICENSE", + "bin", + "dist" + ], + "keywords": [ + "nested", + "json", + "table", + "schema", + "html", + "excel", + "json-to-table" + ], "devDependencies": { "ava": "^3.15.0", + "webpack": "^5.51.1", + "webpack-cli": "^4.8.0", "xlsx": "^0.17.1" }, "dependencies": { @@ -32,8 +47,6 @@ "lodash.isobject": "^3.0.2", "lodash.isstring": "^4.0.1", "lodash.merge": "^4.6.2", - "webpack": "^5.51.1", - "webpack-cli": "^4.8.0", "yargs": "^17.1.1" } } diff --git a/yarn.lock b/yarn.lock index 96f147b..da2a4d0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2517,8 +2517,8 @@ wcwidth@^1.0.1: webpack-cli@^4.8.0: version "4.8.0" - resolved "https://registry.nlark.com/webpack-cli/download/webpack-cli-4.8.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fwebpack-cli%2Fdownload%2Fwebpack-cli-4.8.0.tgz#5fc3c8b9401d3c8a43e2afceacfa8261962338d1" - integrity sha1-X8PIuUAdPIpD4q/OrPqCYZYjONE= + resolved "https://registry.npmjs.org/webpack-cli/-/webpack-cli-4.8.0.tgz#5fc3c8b9401d3c8a43e2afceacfa8261962338d1" + integrity sha512-+iBSWsX16uVna5aAYN6/wjhJy1q/GKk4KjKvfg90/6hykCTSgozbfz5iRgDTSJt/LgSbYxdBX3KBHeobIs+ZEw== dependencies: "@discoveryjs/json-ext" "^0.5.0" "@webpack-cli/configtest" "^1.0.4" @@ -2549,8 +2549,8 @@ webpack-sources@^3.2.0: webpack@^5.51.1: version "5.51.1" - resolved "https://registry.nlark.com/webpack/download/webpack-5.51.1.tgz?cache=0&sync_timestamp=1629382671528&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fwebpack%2Fdownload%2Fwebpack-5.51.1.tgz#41bebf38dccab9a89487b16dbe95c22e147aac57" - integrity sha1-Qb6/ONzKuaiUh7FtvpXCLhR6rFc= + resolved "https://registry.npmjs.org/webpack/-/webpack-5.51.1.tgz#41bebf38dccab9a89487b16dbe95c22e147aac57" + integrity sha512-xsn3lwqEKoFvqn4JQggPSRxE4dhsRcysWTqYABAZlmavcoTmwlOb9b1N36Inbt/eIispSkuHa80/FJkDTPos1A== dependencies: "@types/eslint-scope" "^3.7.0" "@types/estree" "^0.0.50"