build: Update @std/assert
to 1.0.11
This commit is contained in:
parent
bfa12bee87
commit
ca76ec08a2
2 changed files with 237 additions and 238 deletions
|
@ -6,7 +6,7 @@
|
|||
"test": "deno test --allow-read=. --allow-write=./tests/site/_site,./tests/__snapshots__ --deny-env"
|
||||
},
|
||||
"imports": {
|
||||
"@std/assert": "jsr:@std/assert@1.0.7",
|
||||
"@std/assert": "jsr:@std/assert@1.0.11",
|
||||
"@std/path": "jsr:@std/path@1.0.8",
|
||||
"@std/testing": "jsr:@std/testing@1.0.4",
|
||||
"lume/": "https://deno.land/x/lume@v2.4.1/"
|
||||
|
|
473
deno.lock
generated
473
deno.lock
generated
|
@ -1,242 +1,241 @@
|
|||
{
|
||||
"version": "3",
|
||||
"packages": {
|
||||
"specifiers": {
|
||||
"jsr:@davidbonnet/astring@1.8.6": "jsr:@davidbonnet/astring@1.8.6",
|
||||
"jsr:@std/assert@1.0.7": "jsr:@std/assert@1.0.7",
|
||||
"jsr:@std/assert@^1.0.7": "jsr:@std/assert@1.0.7",
|
||||
"jsr:@std/cli@1.0.6": "jsr:@std/cli@1.0.6",
|
||||
"jsr:@std/cli@^1.0.6": "jsr:@std/cli@1.0.6",
|
||||
"jsr:@std/collections@^1.0.5": "jsr:@std/collections@1.0.9",
|
||||
"jsr:@std/crypto@1.0.3": "jsr:@std/crypto@1.0.3",
|
||||
"jsr:@std/encoding@1.0.5": "jsr:@std/encoding@1.0.5",
|
||||
"jsr:@std/encoding@^1.0.5": "jsr:@std/encoding@1.0.5",
|
||||
"jsr:@std/fmt@1.0.3": "jsr:@std/fmt@1.0.3",
|
||||
"jsr:@std/fmt@^1.0.2": "jsr:@std/fmt@1.0.3",
|
||||
"jsr:@std/fmt@^1.0.3": "jsr:@std/fmt@1.0.3",
|
||||
"jsr:@std/front-matter@1.0.5": "jsr:@std/front-matter@1.0.5",
|
||||
"jsr:@std/fs@1.0.5": "jsr:@std/fs@1.0.5",
|
||||
"jsr:@std/fs@^1.0.4": "jsr:@std/fs@1.0.5",
|
||||
"jsr:@std/fs@^1.0.5": "jsr:@std/fs@1.0.5",
|
||||
"jsr:@std/html@1.0.3": "jsr:@std/html@1.0.3",
|
||||
"jsr:@std/http@1.0.9": "jsr:@std/http@1.0.9",
|
||||
"jsr:@std/internal@^1.0.5": "jsr:@std/internal@1.0.5",
|
||||
"jsr:@std/io@^0.225.0": "jsr:@std/io@0.225.0",
|
||||
"jsr:@std/json@^1.0.0": "jsr:@std/json@1.0.1",
|
||||
"jsr:@std/jsonc@1.0.1": "jsr:@std/jsonc@1.0.1",
|
||||
"jsr:@std/log@0.224.9": "jsr:@std/log@0.224.9",
|
||||
"jsr:@std/media-types@^1.0.3": "jsr:@std/media-types@1.0.3",
|
||||
"jsr:@std/net@^1.0.4": "jsr:@std/net@1.0.4",
|
||||
"jsr:@std/path@1.0.8": "jsr:@std/path@1.0.8",
|
||||
"jsr:@std/path@^1.0.7": "jsr:@std/path@1.0.8",
|
||||
"jsr:@std/path@^1.0.8": "jsr:@std/path@1.0.8",
|
||||
"jsr:@std/streams@^1.0.7": "jsr:@std/streams@1.0.8",
|
||||
"jsr:@std/testing@1.0.4": "jsr:@std/testing@1.0.4",
|
||||
"jsr:@std/toml@1.0.1": "jsr:@std/toml@1.0.1",
|
||||
"jsr:@std/toml@^1.0.1": "jsr:@std/toml@1.0.1",
|
||||
"jsr:@std/yaml@1.0.5": "jsr:@std/yaml@1.0.5",
|
||||
"jsr:@std/yaml@^1.0.5": "jsr:@std/yaml@1.0.5",
|
||||
"jsr:@valibot/valibot@0.42.1": "jsr:@valibot/valibot@0.42.1",
|
||||
"npm:@js-temporal/polyfill@0.4.4": "npm:@js-temporal/polyfill@0.4.4",
|
||||
"npm:@types/estree@1.0.6": "npm:@types/estree@1.0.6",
|
||||
"npm:@types/node": "npm:@types/node@18.16.19",
|
||||
"npm:estree-walker@3.0.3": "npm:estree-walker@3.0.3",
|
||||
"npm:markdown-it-attrs@4.2.0": "npm:markdown-it-attrs@4.2.0_markdown-it@14.1.0",
|
||||
"npm:markdown-it-deflist@3.0.0": "npm:markdown-it-deflist@3.0.0",
|
||||
"npm:markdown-it@14.1.0": "npm:markdown-it@14.1.0",
|
||||
"npm:meriyah@6.0.3": "npm:meriyah@6.0.3"
|
||||
"version": "4",
|
||||
"specifiers": {
|
||||
"jsr:@davidbonnet/astring@1.8.6": "1.8.6",
|
||||
"jsr:@std/assert@1.0.11": "1.0.11",
|
||||
"jsr:@std/assert@1.0.7": "1.0.7",
|
||||
"jsr:@std/assert@^1.0.7": "1.0.11",
|
||||
"jsr:@std/cli@1.0.6": "1.0.6",
|
||||
"jsr:@std/cli@^1.0.6": "1.0.6",
|
||||
"jsr:@std/collections@^1.0.5": "1.0.9",
|
||||
"jsr:@std/crypto@1.0.3": "1.0.3",
|
||||
"jsr:@std/data-structures@^1.0.4": "1.0.6",
|
||||
"jsr:@std/encoding@1.0.5": "1.0.5",
|
||||
"jsr:@std/encoding@^1.0.5": "1.0.5",
|
||||
"jsr:@std/fmt@1.0.3": "1.0.3",
|
||||
"jsr:@std/fmt@^1.0.2": "1.0.3",
|
||||
"jsr:@std/fmt@^1.0.3": "1.0.3",
|
||||
"jsr:@std/front-matter@1.0.5": "1.0.5",
|
||||
"jsr:@std/fs@1.0.5": "1.0.5",
|
||||
"jsr:@std/fs@^1.0.4": "1.0.5",
|
||||
"jsr:@std/fs@^1.0.5": "1.0.5",
|
||||
"jsr:@std/html@1.0.3": "1.0.3",
|
||||
"jsr:@std/http@1.0.9": "1.0.9",
|
||||
"jsr:@std/internal@^1.0.5": "1.0.5",
|
||||
"jsr:@std/io@0.225": "0.225.0",
|
||||
"jsr:@std/json@1": "1.0.1",
|
||||
"jsr:@std/jsonc@1.0.1": "1.0.1",
|
||||
"jsr:@std/log@0.224.9": "0.224.9",
|
||||
"jsr:@std/media-types@^1.0.3": "1.0.3",
|
||||
"jsr:@std/net@^1.0.4": "1.0.4",
|
||||
"jsr:@std/path@1.0.8": "1.0.8",
|
||||
"jsr:@std/path@^1.0.7": "1.0.8",
|
||||
"jsr:@std/path@^1.0.8": "1.0.8",
|
||||
"jsr:@std/streams@^1.0.7": "1.0.8",
|
||||
"jsr:@std/testing@1.0.4": "1.0.4",
|
||||
"jsr:@std/toml@1.0.1": "1.0.1",
|
||||
"jsr:@std/toml@^1.0.1": "1.0.1",
|
||||
"jsr:@std/yaml@1.0.5": "1.0.5",
|
||||
"jsr:@std/yaml@^1.0.5": "1.0.5",
|
||||
"jsr:@valibot/valibot@0.42.1": "0.42.1",
|
||||
"npm:@js-temporal/polyfill@0.4.4": "0.4.4",
|
||||
"npm:@types/estree@1.0.6": "1.0.6",
|
||||
"npm:@types/node@*": "18.16.19",
|
||||
"npm:estree-walker@3.0.3": "3.0.3",
|
||||
"npm:markdown-it-attrs@4.2.0": "4.2.0_markdown-it@14.1.0",
|
||||
"npm:markdown-it-deflist@3.0.0": "3.0.0",
|
||||
"npm:markdown-it@14.1.0": "14.1.0",
|
||||
"npm:meriyah@6.0.3": "6.0.3"
|
||||
},
|
||||
"jsr": {
|
||||
"@davidbonnet/astring@1.8.6": {
|
||||
"integrity": "98b4914c8863cdf8c0ff83bb5c528caa67a8dca6020ad6234113499f00583e3a"
|
||||
},
|
||||
"jsr": {
|
||||
"@davidbonnet/astring@1.8.6": {
|
||||
"integrity": "98b4914c8863cdf8c0ff83bb5c528caa67a8dca6020ad6234113499f00583e3a"
|
||||
},
|
||||
"@std/assert@1.0.7": {
|
||||
"integrity": "64ce9fac879e0b9f3042a89b3c3f8ccfc9c984391af19e2087513a79d73e28c3",
|
||||
"dependencies": [
|
||||
"jsr:@std/internal@^1.0.5"
|
||||
]
|
||||
},
|
||||
"@std/cli@1.0.6": {
|
||||
"integrity": "d22d8b38c66c666d7ad1f2a66c5b122da1704f985d3c47f01129f05abb6c5d3d"
|
||||
},
|
||||
"@std/collections@1.0.9": {
|
||||
"integrity": "4f58104ead08a04a2199374247f07befe50ba01d9cca8cbb23ab9a0419921e71"
|
||||
},
|
||||
"@std/crypto@1.0.3": {
|
||||
"integrity": "a2a32f51ddef632d299e3879cd027c630dcd4d1d9a5285d6e6788072f4e51e7f"
|
||||
},
|
||||
"@std/encoding@1.0.5": {
|
||||
"integrity": "ecf363d4fc25bd85bd915ff6733a7e79b67e0e7806334af15f4645c569fefc04"
|
||||
},
|
||||
"@std/fmt@1.0.3": {
|
||||
"integrity": "97765c16aa32245ff4e2204ecf7d8562496a3cb8592340a80e7e554e0bb9149f"
|
||||
},
|
||||
"@std/front-matter@1.0.5": {
|
||||
"integrity": "abddc64030a33eb5bc524b8c73e7c417cea09177aaeb4abf75a56b540c4b6e60",
|
||||
"dependencies": [
|
||||
"jsr:@std/toml@^1.0.1",
|
||||
"jsr:@std/yaml@^1.0.5"
|
||||
]
|
||||
},
|
||||
"@std/fs@1.0.5": {
|
||||
"integrity": "41806ad6823d0b5f275f9849a2640d87e4ef67c51ee1b8fb02426f55e02fd44e",
|
||||
"dependencies": [
|
||||
"jsr:@std/path@^1.0.7"
|
||||
]
|
||||
},
|
||||
"@std/html@1.0.3": {
|
||||
"integrity": "7a0ac35e050431fb49d44e61c8b8aac1ebd55937e0dc9ec6409aa4bab39a7988"
|
||||
},
|
||||
"@std/http@1.0.9": {
|
||||
"integrity": "d409fc319a5e8d4a154e576c758752e9700282d74f31357a12fec6420f9ecb6c",
|
||||
"dependencies": [
|
||||
"jsr:@std/cli@^1.0.6",
|
||||
"jsr:@std/encoding@^1.0.5",
|
||||
"jsr:@std/fmt@^1.0.3",
|
||||
"jsr:@std/media-types@^1.0.3",
|
||||
"jsr:@std/net@^1.0.4",
|
||||
"jsr:@std/path@^1.0.7",
|
||||
"jsr:@std/streams@^1.0.7"
|
||||
]
|
||||
},
|
||||
"@std/internal@1.0.5": {
|
||||
"integrity": "54a546004f769c1ac9e025abd15a76b6671ddc9687e2313b67376125650dc7ba"
|
||||
},
|
||||
"@std/io@0.225.0": {
|
||||
"integrity": "c1db7c5e5a231629b32d64b9a53139445b2ca640d828c26bf23e1c55f8c079b3"
|
||||
},
|
||||
"@std/json@1.0.1": {
|
||||
"integrity": "1f0f70737e8827f9acca086282e903677bc1bb0c8ffcd1f21bca60039563049f"
|
||||
},
|
||||
"@std/jsonc@1.0.1": {
|
||||
"integrity": "6b36956e2a7cbb08ca5ad7fbec72e661e6217c202f348496ea88747636710dda",
|
||||
"dependencies": [
|
||||
"jsr:@std/json@^1.0.0"
|
||||
]
|
||||
},
|
||||
"@std/log@0.224.9": {
|
||||
"integrity": "419d04e4d93e6b1a0205ac3f94809621cfec3d328d09fec9ec59cafa3b3fcaee",
|
||||
"dependencies": [
|
||||
"jsr:@std/fmt@^1.0.2",
|
||||
"jsr:@std/fs@^1.0.4",
|
||||
"jsr:@std/io@^0.225.0"
|
||||
]
|
||||
},
|
||||
"@std/media-types@1.0.3": {
|
||||
"integrity": "b12d30a7852f7578f4d210622df713bbfd1cbdd9b4ec2eaf5c1845ab70bab159"
|
||||
},
|
||||
"@std/net@1.0.4": {
|
||||
"integrity": "2f403b455ebbccf83d8a027d29c5a9e3a2452fea39bb2da7f2c04af09c8bc852"
|
||||
},
|
||||
"@std/path@1.0.8": {
|
||||
"integrity": "548fa456bb6a04d3c1a1e7477986b6cffbce95102d0bb447c67c4ee70e0364be"
|
||||
},
|
||||
"@std/streams@1.0.8": {
|
||||
"integrity": "b41332d93d2cf6a82fe4ac2153b930adf1a859392931e2a19d9fabfb6f154fb3"
|
||||
},
|
||||
"@std/testing@1.0.4": {
|
||||
"integrity": "ca1368d720b183f572d40c469bb9faf09643ddd77b54f8b44d36ae6b94940576",
|
||||
"dependencies": [
|
||||
"jsr:@std/assert@^1.0.7",
|
||||
"jsr:@std/fs@^1.0.5",
|
||||
"jsr:@std/internal@^1.0.5",
|
||||
"jsr:@std/path@^1.0.8"
|
||||
]
|
||||
},
|
||||
"@std/toml@1.0.1": {
|
||||
"integrity": "b55b407159930f338d384b1f8fd317c8e8a35e27ebb8946155f49e3a158d16c4",
|
||||
"dependencies": [
|
||||
"jsr:@std/collections@^1.0.5"
|
||||
]
|
||||
},
|
||||
"@std/yaml@1.0.5": {
|
||||
"integrity": "71ba3d334305ee2149391931508b2c293a8490f94a337eef3a09cade1a2a2742"
|
||||
},
|
||||
"@valibot/valibot@0.42.1": {
|
||||
"integrity": "ba0f6f7964aaeec0e4b1f793d575061f325ae6254cbb9d7ff01fb65068a0a23b"
|
||||
}
|
||||
"@std/assert@1.0.7": {
|
||||
"integrity": "64ce9fac879e0b9f3042a89b3c3f8ccfc9c984391af19e2087513a79d73e28c3",
|
||||
"dependencies": [
|
||||
"jsr:@std/internal"
|
||||
]
|
||||
},
|
||||
"npm": {
|
||||
"@js-temporal/polyfill@0.4.4": {
|
||||
"integrity": "sha512-2X6bvghJ/JAoZO52lbgyAPFj8uCflhTo2g7nkFzEQdXd/D8rEeD4HtmTEpmtGCva260fcd66YNXBOYdnmHqSOg==",
|
||||
"dependencies": {
|
||||
"jsbi": "jsbi@4.3.0",
|
||||
"tslib": "tslib@2.8.1"
|
||||
}
|
||||
},
|
||||
"@types/estree@1.0.6": {
|
||||
"integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==",
|
||||
"dependencies": {}
|
||||
},
|
||||
"@types/node@18.16.19": {
|
||||
"integrity": "sha512-IXl7o+R9iti9eBW4Wg2hx1xQDig183jj7YLn8F7udNceyfkbn1ZxmzZXuak20gR40D7pIkIY1kYGx5VIGbaHKA==",
|
||||
"dependencies": {}
|
||||
},
|
||||
"argparse@2.0.1": {
|
||||
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
||||
"dependencies": {}
|
||||
},
|
||||
"entities@4.5.0": {
|
||||
"integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
|
||||
"dependencies": {}
|
||||
},
|
||||
"estree-walker@3.0.3": {
|
||||
"integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
|
||||
"dependencies": {
|
||||
"@types/estree": "@types/estree@1.0.6"
|
||||
}
|
||||
},
|
||||
"jsbi@4.3.0": {
|
||||
"integrity": "sha512-SnZNcinB4RIcnEyZqFPdGPVgrg2AcnykiBy0sHVJQKHYeaLUvi3Exj+iaPpLnFVkDPZIV4U0yvgC9/R4uEAZ9g==",
|
||||
"dependencies": {}
|
||||
},
|
||||
"linkify-it@5.0.0": {
|
||||
"integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==",
|
||||
"dependencies": {
|
||||
"uc.micro": "uc.micro@2.1.0"
|
||||
}
|
||||
},
|
||||
"markdown-it-attrs@4.2.0_markdown-it@14.1.0": {
|
||||
"integrity": "sha512-m7svtUBythvcGFFZAv9VjMEvs8UbHri2sojJ3juJumoOzv8sdkx9a7W3KxiHbXxAbvL3Xauak8TMwCnvigVPKw==",
|
||||
"dependencies": {
|
||||
"markdown-it": "markdown-it@14.1.0"
|
||||
}
|
||||
},
|
||||
"markdown-it-deflist@3.0.0": {
|
||||
"integrity": "sha512-OxPmQ/keJZwbubjiQWOvKLHwpV2wZ5I3Smc81OjhwbfJsjdRrvD5aLTQxmZzzePeO0kbGzAo3Krk4QLgA8PWLg==",
|
||||
"dependencies": {}
|
||||
},
|
||||
"markdown-it@14.1.0": {
|
||||
"integrity": "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==",
|
||||
"dependencies": {
|
||||
"argparse": "argparse@2.0.1",
|
||||
"entities": "entities@4.5.0",
|
||||
"linkify-it": "linkify-it@5.0.0",
|
||||
"mdurl": "mdurl@2.0.0",
|
||||
"punycode.js": "punycode.js@2.3.1",
|
||||
"uc.micro": "uc.micro@2.1.0"
|
||||
}
|
||||
},
|
||||
"mdurl@2.0.0": {
|
||||
"integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==",
|
||||
"dependencies": {}
|
||||
},
|
||||
"meriyah@6.0.3": {
|
||||
"integrity": "sha512-NqUbuQIjIH8dxUBPTMHS1kwIHd6n6nF3F7oeLXGWqBkpVP2lZxVHdab5JxbFBisIB4axZ9b/lT4HLJfZxmFK7Q==",
|
||||
"dependencies": {}
|
||||
},
|
||||
"punycode.js@2.3.1": {
|
||||
"integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==",
|
||||
"dependencies": {}
|
||||
},
|
||||
"tslib@2.8.1": {
|
||||
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
||||
"dependencies": {}
|
||||
},
|
||||
"uc.micro@2.1.0": {
|
||||
"integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==",
|
||||
"dependencies": {}
|
||||
}
|
||||
"@std/assert@1.0.11": {
|
||||
"integrity": "2461ef3c368fe88bc60e186e7744a93112f16fd110022e113a0849e94d1c83c1",
|
||||
"dependencies": [
|
||||
"jsr:@std/internal"
|
||||
]
|
||||
},
|
||||
"@std/cli@1.0.6": {
|
||||
"integrity": "d22d8b38c66c666d7ad1f2a66c5b122da1704f985d3c47f01129f05abb6c5d3d"
|
||||
},
|
||||
"@std/collections@1.0.9": {
|
||||
"integrity": "4f58104ead08a04a2199374247f07befe50ba01d9cca8cbb23ab9a0419921e71"
|
||||
},
|
||||
"@std/crypto@1.0.3": {
|
||||
"integrity": "a2a32f51ddef632d299e3879cd027c630dcd4d1d9a5285d6e6788072f4e51e7f"
|
||||
},
|
||||
"@std/data-structures@1.0.6": {
|
||||
"integrity": "76a7fd8080c66604c0496220a791860492ab21a04a63a969c0b9a0609bbbb760"
|
||||
},
|
||||
"@std/encoding@1.0.5": {
|
||||
"integrity": "ecf363d4fc25bd85bd915ff6733a7e79b67e0e7806334af15f4645c569fefc04"
|
||||
},
|
||||
"@std/fmt@1.0.3": {
|
||||
"integrity": "97765c16aa32245ff4e2204ecf7d8562496a3cb8592340a80e7e554e0bb9149f"
|
||||
},
|
||||
"@std/front-matter@1.0.5": {
|
||||
"integrity": "abddc64030a33eb5bc524b8c73e7c417cea09177aaeb4abf75a56b540c4b6e60",
|
||||
"dependencies": [
|
||||
"jsr:@std/toml@^1.0.1",
|
||||
"jsr:@std/yaml@^1.0.5"
|
||||
]
|
||||
},
|
||||
"@std/fs@1.0.5": {
|
||||
"integrity": "41806ad6823d0b5f275f9849a2640d87e4ef67c51ee1b8fb02426f55e02fd44e",
|
||||
"dependencies": [
|
||||
"jsr:@std/path@^1.0.7"
|
||||
]
|
||||
},
|
||||
"@std/html@1.0.3": {
|
||||
"integrity": "7a0ac35e050431fb49d44e61c8b8aac1ebd55937e0dc9ec6409aa4bab39a7988"
|
||||
},
|
||||
"@std/http@1.0.9": {
|
||||
"integrity": "d409fc319a5e8d4a154e576c758752e9700282d74f31357a12fec6420f9ecb6c",
|
||||
"dependencies": [
|
||||
"jsr:@std/cli@^1.0.6",
|
||||
"jsr:@std/encoding@^1.0.5",
|
||||
"jsr:@std/fmt@^1.0.3",
|
||||
"jsr:@std/media-types",
|
||||
"jsr:@std/net",
|
||||
"jsr:@std/path@^1.0.7",
|
||||
"jsr:@std/streams"
|
||||
]
|
||||
},
|
||||
"@std/internal@1.0.5": {
|
||||
"integrity": "54a546004f769c1ac9e025abd15a76b6671ddc9687e2313b67376125650dc7ba"
|
||||
},
|
||||
"@std/io@0.225.0": {
|
||||
"integrity": "c1db7c5e5a231629b32d64b9a53139445b2ca640d828c26bf23e1c55f8c079b3"
|
||||
},
|
||||
"@std/json@1.0.1": {
|
||||
"integrity": "1f0f70737e8827f9acca086282e903677bc1bb0c8ffcd1f21bca60039563049f"
|
||||
},
|
||||
"@std/jsonc@1.0.1": {
|
||||
"integrity": "6b36956e2a7cbb08ca5ad7fbec72e661e6217c202f348496ea88747636710dda",
|
||||
"dependencies": [
|
||||
"jsr:@std/json"
|
||||
]
|
||||
},
|
||||
"@std/log@0.224.9": {
|
||||
"integrity": "419d04e4d93e6b1a0205ac3f94809621cfec3d328d09fec9ec59cafa3b3fcaee",
|
||||
"dependencies": [
|
||||
"jsr:@std/fmt@^1.0.2",
|
||||
"jsr:@std/fs@^1.0.4",
|
||||
"jsr:@std/io"
|
||||
]
|
||||
},
|
||||
"@std/media-types@1.0.3": {
|
||||
"integrity": "b12d30a7852f7578f4d210622df713bbfd1cbdd9b4ec2eaf5c1845ab70bab159"
|
||||
},
|
||||
"@std/net@1.0.4": {
|
||||
"integrity": "2f403b455ebbccf83d8a027d29c5a9e3a2452fea39bb2da7f2c04af09c8bc852"
|
||||
},
|
||||
"@std/path@1.0.8": {
|
||||
"integrity": "548fa456bb6a04d3c1a1e7477986b6cffbce95102d0bb447c67c4ee70e0364be"
|
||||
},
|
||||
"@std/streams@1.0.8": {
|
||||
"integrity": "b41332d93d2cf6a82fe4ac2153b930adf1a859392931e2a19d9fabfb6f154fb3"
|
||||
},
|
||||
"@std/testing@1.0.4": {
|
||||
"integrity": "ca1368d720b183f572d40c469bb9faf09643ddd77b54f8b44d36ae6b94940576",
|
||||
"dependencies": [
|
||||
"jsr:@std/assert@^1.0.7",
|
||||
"jsr:@std/data-structures",
|
||||
"jsr:@std/fs@^1.0.5",
|
||||
"jsr:@std/internal",
|
||||
"jsr:@std/path@^1.0.8"
|
||||
]
|
||||
},
|
||||
"@std/toml@1.0.1": {
|
||||
"integrity": "b55b407159930f338d384b1f8fd317c8e8a35e27ebb8946155f49e3a158d16c4",
|
||||
"dependencies": [
|
||||
"jsr:@std/collections"
|
||||
]
|
||||
},
|
||||
"@std/yaml@1.0.5": {
|
||||
"integrity": "71ba3d334305ee2149391931508b2c293a8490f94a337eef3a09cade1a2a2742"
|
||||
},
|
||||
"@valibot/valibot@0.42.1": {
|
||||
"integrity": "ba0f6f7964aaeec0e4b1f793d575061f325ae6254cbb9d7ff01fb65068a0a23b"
|
||||
}
|
||||
},
|
||||
"npm": {
|
||||
"@js-temporal/polyfill@0.4.4": {
|
||||
"integrity": "sha512-2X6bvghJ/JAoZO52lbgyAPFj8uCflhTo2g7nkFzEQdXd/D8rEeD4HtmTEpmtGCva260fcd66YNXBOYdnmHqSOg==",
|
||||
"dependencies": [
|
||||
"jsbi",
|
||||
"tslib"
|
||||
]
|
||||
},
|
||||
"@types/estree@1.0.6": {
|
||||
"integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw=="
|
||||
},
|
||||
"@types/node@18.16.19": {
|
||||
"integrity": "sha512-IXl7o+R9iti9eBW4Wg2hx1xQDig183jj7YLn8F7udNceyfkbn1ZxmzZXuak20gR40D7pIkIY1kYGx5VIGbaHKA=="
|
||||
},
|
||||
"argparse@2.0.1": {
|
||||
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
|
||||
},
|
||||
"entities@4.5.0": {
|
||||
"integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw=="
|
||||
},
|
||||
"estree-walker@3.0.3": {
|
||||
"integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
|
||||
"dependencies": [
|
||||
"@types/estree"
|
||||
]
|
||||
},
|
||||
"jsbi@4.3.0": {
|
||||
"integrity": "sha512-SnZNcinB4RIcnEyZqFPdGPVgrg2AcnykiBy0sHVJQKHYeaLUvi3Exj+iaPpLnFVkDPZIV4U0yvgC9/R4uEAZ9g=="
|
||||
},
|
||||
"linkify-it@5.0.0": {
|
||||
"integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==",
|
||||
"dependencies": [
|
||||
"uc.micro"
|
||||
]
|
||||
},
|
||||
"markdown-it-attrs@4.2.0_markdown-it@14.1.0": {
|
||||
"integrity": "sha512-m7svtUBythvcGFFZAv9VjMEvs8UbHri2sojJ3juJumoOzv8sdkx9a7W3KxiHbXxAbvL3Xauak8TMwCnvigVPKw==",
|
||||
"dependencies": [
|
||||
"markdown-it"
|
||||
]
|
||||
},
|
||||
"markdown-it-deflist@3.0.0": {
|
||||
"integrity": "sha512-OxPmQ/keJZwbubjiQWOvKLHwpV2wZ5I3Smc81OjhwbfJsjdRrvD5aLTQxmZzzePeO0kbGzAo3Krk4QLgA8PWLg=="
|
||||
},
|
||||
"markdown-it@14.1.0": {
|
||||
"integrity": "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==",
|
||||
"dependencies": [
|
||||
"argparse",
|
||||
"entities",
|
||||
"linkify-it",
|
||||
"mdurl",
|
||||
"punycode.js",
|
||||
"uc.micro"
|
||||
]
|
||||
},
|
||||
"mdurl@2.0.0": {
|
||||
"integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w=="
|
||||
},
|
||||
"meriyah@6.0.3": {
|
||||
"integrity": "sha512-NqUbuQIjIH8dxUBPTMHS1kwIHd6n6nF3F7oeLXGWqBkpVP2lZxVHdab5JxbFBisIB4axZ9b/lT4HLJfZxmFK7Q=="
|
||||
},
|
||||
"punycode.js@2.3.1": {
|
||||
"integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA=="
|
||||
},
|
||||
"tslib@2.8.1": {
|
||||
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w=="
|
||||
},
|
||||
"uc.micro@2.1.0": {
|
||||
"integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A=="
|
||||
}
|
||||
},
|
||||
"remote": {
|
||||
|
@ -415,7 +414,7 @@
|
|||
},
|
||||
"workspace": {
|
||||
"dependencies": [
|
||||
"jsr:@std/assert@1.0.7",
|
||||
"jsr:@std/assert@1.0.11",
|
||||
"jsr:@std/path@1.0.8",
|
||||
"jsr:@std/testing@1.0.4"
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue