Add toml dep

This commit is contained in:
🎷🐢 S. P. O. Clayton 2022-06-22 10:25:06 -04:00
parent 7724ed3431
commit 56f6edd3a6
Signed by: sean
SSH Key Fingerprint: SHA256:zkuPrRvkEDiQQv1Y5yScWa6I4zhj+eiv7XnP8pxIxVU
2 changed files with 8 additions and 1 deletions

View File

@ -6,7 +6,8 @@
"test": "jest" "test": "jest"
}, },
"dependencies": { "dependencies": {
"@asciidoctor/core": "^2.2.6" "@asciidoctor/core": "^2.2.6",
"@ltd/j-toml": "^1.30.0"
}, },
"devDependencies": { "devDependencies": {
"@jest/globals": "^28.1.1", "@jest/globals": "^28.1.1",

View File

@ -21,6 +21,7 @@ importers:
specifiers: specifiers:
'@asciidoctor/core': ^2.2.6 '@asciidoctor/core': ^2.2.6
'@jest/globals': ^28.1.1 '@jest/globals': ^28.1.1
'@ltd/j-toml': ^1.30.0
'@swc/cli': ^0.1.57 '@swc/cli': ^0.1.57
'@swc/core': ^1.2.204 '@swc/core': ^1.2.204
'@swc/jest': ^0.2.21 '@swc/jest': ^0.2.21
@ -28,6 +29,7 @@ importers:
jest: ^28.1.1 jest: ^28.1.1
dependencies: dependencies:
'@asciidoctor/core': 2.2.6 '@asciidoctor/core': 2.2.6
'@ltd/j-toml': 1.30.0
devDependencies: devDependencies:
'@jest/globals': 28.1.1 '@jest/globals': 28.1.1
'@swc/cli': 0.1.57_@swc+core@1.2.204 '@swc/cli': 0.1.57_@swc+core@1.2.204
@ -729,6 +731,10 @@ packages:
'@jridgewell/sourcemap-codec': 1.4.13 '@jridgewell/sourcemap-codec': 1.4.13
dev: true dev: true
/@ltd/j-toml/1.30.0:
resolution: {integrity: sha512-RMylvTbZiU9B5bx+bZmPtacKobjMJOJBDxn3TPraEe4bz/gG0ZpVKCedDqLgrDYIlCSxUutoFan1IJ2EHxvo3Q==}
dev: false
/@nodelib/fs.scandir/2.1.5: /@nodelib/fs.scandir/2.1.5:
resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
engines: {node: '>= 8'} engines: {node: '>= 8'}