mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-03 04:49:13 -04:00
feat(new-tool): toml to json
This commit is contained in:
parent
9125dcf9c6
commit
c7d4f112c0
8 changed files with 114 additions and 1 deletions
20
pnpm-lock.yaml
generated
20
pnpm-lock.yaml
generated
|
@ -74,6 +74,9 @@ dependencies:
|
|||
highlight.js:
|
||||
specifier: ^11.7.0
|
||||
version: 11.7.0
|
||||
iarna-toml-esm:
|
||||
specifier: ^3.0.5
|
||||
version: 3.0.5
|
||||
json5:
|
||||
specifier: ^2.2.3
|
||||
version: 2.2.3
|
||||
|
@ -4759,6 +4762,10 @@ packages:
|
|||
/electron-to-chromium@1.4.433:
|
||||
resolution: {integrity: sha512-MGO1k0w1RgrfdbLVwmXcDhHHuxCn2qRgR7dYsJvWFKDttvYPx6FNzCGG0c/fBBvzK2LDh3UV7Tt9awnHnvAAUQ==}
|
||||
|
||||
/emitter-component@1.1.1:
|
||||
resolution: {integrity: sha512-G+mpdiAySMuB7kesVRLuyvYRqDmshB7ReKEVuyBPkzQlmiDiLrt7hHHIy4Aff552bgknVN7B2/d3lzhGO5dvpQ==}
|
||||
dev: false
|
||||
|
||||
/emmet@2.4.2:
|
||||
resolution: {integrity: sha512-YgmsMkhUgzhJMgH5noGudfxqrQn1bapvF0y7C1e7A0jWFImsRrrvVslzyZz0919NED/cjFOpVWx7c973V+2S/w==}
|
||||
dependencies:
|
||||
|
@ -6059,6 +6066,12 @@ packages:
|
|||
ms: 2.1.3
|
||||
dev: false
|
||||
|
||||
/iarna-toml-esm@3.0.5:
|
||||
resolution: {integrity: sha512-CgeDbPohnFG827UoRaCqKxJ8idiIDZDWlcHf5hUReQnZ8jHnNnhN4QJFiY12fKvr0LvuDuKAimqQfrmQnacbtw==}
|
||||
dependencies:
|
||||
stream: 0.0.2
|
||||
dev: false
|
||||
|
||||
/iconv-lite@0.6.3:
|
||||
resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
|
@ -8197,6 +8210,12 @@ packages:
|
|||
duplexer: 0.1.2
|
||||
dev: true
|
||||
|
||||
/stream@0.0.2:
|
||||
resolution: {integrity: sha512-gCq3NDI2P35B2n6t76YJuOp7d6cN/C7Rt0577l91wllh0sY9ZBuw9KaSGqH/b0hzn3CWWJbpbW0W0WvQ1H/Q7g==}
|
||||
dependencies:
|
||||
emitter-component: 1.1.1
|
||||
dev: false
|
||||
|
||||
/string-width@4.2.3:
|
||||
resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==}
|
||||
engines: {node: '>=8'}
|
||||
|
@ -9414,7 +9433,6 @@ packages:
|
|||
|
||||
/workbox-cacheable-response@6.6.0:
|
||||
resolution: {integrity: sha512-JfhJUSQDwsF1Xv3EV1vWzSsCOZn4mQ38bWEBR3LdvOxSPgB65gAM6cS2CX8rkkKHRgiLrN7Wxoyu+TuH67kHrw==}
|
||||
deprecated: workbox-background-sync@6.6.0
|
||||
dependencies:
|
||||
workbox-core: 6.6.0
|
||||
dev: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue