Keyborg/vendor/jsr.io/@std/internal/1.0.5_meta.json
2025-01-27 15:53:20 +03:00

284 lines
6.4 KiB
JSON

{
"manifest": {
"/mod.ts": {
"size": 1152,
"checksum": "sha256-b10442bc1959b51e395bb1274a465b0976b2166cccecc0f6802015240ef199db"
},
"/build_message_test.ts": {
"size": 1457,
"checksum": "sha256-6b1e3d402d09ae31dfdec1fc8c36e7e751fb908f624b4aae7d0f191e93cd7a59"
},
"/format.ts": {
"size": 1123,
"checksum": "sha256-0b380161315f6b3ef5222847177047e01e049f4757bac5b7f7843c9ce3311eb5"
},
"/deno.json": {
"size": 339,
"checksum": "sha256-94bdca1c5d514431583abb5e268e80d72796c0cdf84d07864dba727ea1425f50"
},
"/format_test.ts": {
"size": 3310,
"checksum": "sha256-4bdff0f80d8662d8e019d65e3d94133603bda60442a3de162acf1c88fd52a80b"
},
"/_is_deno_2.ts": {
"size": 196,
"checksum": "sha256-9360c12e6f8138dd8fe40cd2334a8587a793e000b32af776be25ee0e297d2278"
},
"/build_message.ts": {
"size": 3606,
"checksum": "sha256-684e3128b293cd9d10f1948957876ddf8a486e7ee31b4e3ca8455db74ae36012"
},
"/styles.ts": {
"size": 5515,
"checksum": "sha256-86159ab0f45ea55643fbe727f20daaf4670d6ace57d83dab7406f74e4486a0e6"
},
"/diff_str.ts": {
"size": 5365,
"checksum": "sha256-9a1e78185aa461f59bcedd2826333872a500a2e6db1b603c9cbc51c09ce24be9"
},
"/styles_test.ts": {
"size": 2187,
"checksum": "sha256-f7d2d494f24c69a0fba4ed7eba81a6b9e867f32d38480e01a752759de73ef26d"
},
"/diff_str_test.ts": {
"size": 7545,
"checksum": "sha256-de332f182cfc8a2974c2e7b84723b2eb5c1b5725ddd8551700e1b33a3ce0bd54"
},
"/assertion_state_test.ts": {
"size": 983,
"checksum": "sha256-3f73b7e6510b31dd212d6ccedfee9991a94cfc8bd3040df0e30f90105ccde7b6"
},
"/LICENSE": {
"size": 1075,
"checksum": "sha256-0961f97da6619d5fe9ddb98649191d5ca6e958856ea5252f4cce7c9b85513819"
},
"/diff_test.ts": {
"size": 5350,
"checksum": "sha256-666a1d4b0cfa3ada2e77f1def9b71d7361219b6297c6a23d518bd6ffd5e6d59c"
},
"/types.ts": {
"size": 489,
"checksum": "sha256-606fb6fe832f6114779569659a61f02a2fa2f9b75cf7e7ee1ad4cfb176b1caf9"
},
"/assertion_state.ts": {
"size": 5807,
"checksum": "sha256-12ee60d0ced3e260b0aab7f1fe1fb014e42e9175aaf9009fdfe4bc6eb6ac5f68"
},
"/diff.ts": {
"size": 8224,
"checksum": "sha256-903a7c9ad27c957272ca7a8562a9319b68f604cc3ad35618a21c79dcfa458446"
}
},
"moduleGraph2": {
"/types.ts": {},
"/build_message.ts": {
"dependencies": [
{
"type": "static",
"kind": "import",
"specifier": "./styles.ts",
"specifierRange": [
[
3,
62
],
[
3,
75
]
]
},
{
"type": "static",
"kind": "importType",
"specifier": "./types.ts",
"specifierRange": [
[
4,
42
],
[
4,
54
]
]
}
]
},
"/styles.ts": {},
"/assertion_state.ts": {},
"/diff_str.ts": {
"dependencies": [
{
"type": "static",
"kind": "importType",
"specifier": "./types.ts",
"specifierRange": [
[
1,
32
],
[
1,
44
]
]
},
{
"type": "static",
"kind": "import",
"specifier": "./diff.ts",
"specifierRange": [
[
2,
21
],
[
2,
32
]
]
}
]
},
"/mod.ts": {
"dependencies": [
{
"type": "static",
"kind": "export",
"specifier": "./assertion_state.ts",
"specifierRange": [
[
38,
14
],
[
38,
36
]
]
},
{
"type": "static",
"kind": "export",
"specifier": "./build_message.ts",
"specifierRange": [
[
39,
14
],
[
39,
34
]
]
},
{
"type": "static",
"kind": "export",
"specifier": "./diff.ts",
"specifierRange": [
[
40,
14
],
[
40,
25
]
]
},
{
"type": "static",
"kind": "export",
"specifier": "./diff_str.ts",
"specifierRange": [
[
41,
14
],
[
41,
29
]
]
},
{
"type": "static",
"kind": "export",
"specifier": "./format.ts",
"specifierRange": [
[
42,
14
],
[
42,
27
]
]
},
{
"type": "static",
"kind": "export",
"specifier": "./styles.ts",
"specifierRange": [
[
43,
14
],
[
43,
27
]
]
},
{
"type": "static",
"kind": "export",
"specifier": "./types.ts",
"specifierRange": [
[
44,
14
],
[
44,
26
]
]
}
]
},
"/format.ts": {},
"/diff.ts": {
"dependencies": [
{
"type": "static",
"kind": "importType",
"specifier": "./types.ts",
"specifierRange": [
[
3,
42
],
[
3,
54
]
]
}
]
}
},
"exports": {
".": "./mod.ts",
"./assertion-state": "./assertion_state.ts",
"./build-message": "./build_message.ts",
"./diff-str": "./diff_str.ts",
"./diff": "./diff.ts",
"./format": "./format.ts",
"./styles": "./styles.ts",
"./types": "./types.ts"
}
}