@fedify/fedify 2.0.0-dev.1690 → 2.0.0-dev.170
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +70 -34
- package/dist/{assert_rejects-DiIiJbZn.js → assert_rejects-Ce45JcFg.js} +1 -1
- package/dist/{assert_is_error-BPGph1Jx.js → assert_throws-BNXdRGWP.js} +31 -1
- package/dist/{builder-CYOcDUkj.js → builder-_MVsWtsS.js} +9 -8
- package/dist/{client-bgSdkFa2.d.ts → client-CUTUGgvJ.d.ts} +19 -19
- package/dist/{client-CnOdwLLN.js → client-Dg7OfUDA.js} +28 -23
- package/dist/{client-CegPX0Rn.d.cts → client-by-PEGAJ.d.cts} +19 -19
- package/dist/compat/mod.cjs +1 -1
- package/dist/compat/mod.d.cts +6 -12
- package/dist/compat/mod.d.ts +6 -12
- package/dist/compat/mod.js +1 -1
- package/dist/compat/transformers.test.js +19 -18
- package/dist/context-Bns6uTJq.js +109 -0
- package/dist/{context-ByZprN0S.d.ts → context-C7vzWilY.d.ts} +314 -182
- package/dist/{context-C5BsZkDr.d.cts → context-CrB9RFy5.d.cts} +314 -182
- package/dist/deno-DhWON59o.js +117 -0
- package/dist/{testing-BWNCAbL-.js → dist-B5f6a8Tt.js} +90 -111
- package/dist/{authdocloader-Brax1A32.js → docloader-Cni79dmb.js} +17 -8
- package/dist/{esm-DnIzfEj0.js → esm-DGl7uK1r.js} +32 -17
- package/dist/federation/builder.test.js +11 -11
- package/dist/federation/collection.test.js +5 -8
- package/dist/federation/handler.test.js +111 -24
- package/dist/federation/idempotency.test.js +24 -24
- package/dist/federation/inbox.test.js +5 -6
- package/dist/federation/keycache.test.js +4 -5
- package/dist/federation/kv.test.js +60 -9
- package/dist/federation/middleware.test.js +102 -101
- package/dist/federation/mod.cjs +8 -12
- package/dist/federation/mod.d.cts +7 -13
- package/dist/federation/mod.d.ts +7 -13
- package/dist/federation/mod.js +8 -13
- package/dist/federation/mq.test.js +9 -10
- package/dist/federation/negotiation.test.js +5 -8
- package/dist/federation/retry.test.js +2 -4
- package/dist/federation/router.test.js +6 -8
- package/dist/federation/send.test.js +55 -15
- package/dist/{webfinger/handler.test.js → federation/webfinger.test.js} +25 -24
- package/dist/{federation-H2_En3j5.cjs → federation-B431K2gm.cjs} +22 -0
- package/dist/{federation-D1U8YY9t.js → federation-BbZwNNWj.js} +28 -6
- package/dist/{http-C7vbQwbz.cjs → http-7RQPvAkX.cjs} +410 -14
- package/dist/{http-BxbM8sEy.js → http-CZXlv4xU.js} +371 -11
- package/dist/{http-D-e6AFwR.d.cts → http-ClB3pLcL.d.cts} +2 -2
- package/dist/{http-BNOYnVsU.js → http-CwsBL5_A.js} +3 -2
- package/dist/{http-D6Uj2x2y.d.ts → http-DLBDPal9.d.ts} +2 -2
- package/dist/{inbox-BRru9pX3.js → inbox-CukSCwad.js} +2 -1
- package/dist/{key-1KXru8Ug.js → key-DKkHKzvg.js} +3 -2
- package/dist/{keycache-CN61iGVj.js → keycache-DRxpZ5r9.js} +1 -1
- package/dist/{keys-BPdFKgiy.js → keys-ZbcByPg9.js} +2 -1
- package/dist/{kv-63Cil1MD.d.cts → kv-B4vFhIYL.d.cts} +30 -1
- package/dist/{kv-C7sopW2E.d.ts → kv-CYySNrsn.d.ts} +30 -1
- package/dist/{kv-CRZrzyXm.js → kv-QzKcOQgP.js} +22 -0
- package/dist/kv-cache-BEeqyGER.js +107 -0
- package/dist/kv-cache-BVA7CrnS.cjs +134 -0
- package/dist/kv-cache-HDuc4ZaJ.js +122 -0
- package/dist/{ld-Dv8DNNAT.js → ld-CM6OO5ar.js} +4 -2
- package/dist/middleware--i9t8nKh.js +26 -0
- package/dist/middleware-C567nJlD.cjs +12 -0
- package/dist/middleware-D9oWuacw.js +12 -0
- package/dist/{middleware-DY9B2lL8.js → middleware-DXRcwk_y.js} +185 -192
- package/dist/{middleware-BmoOlgc1.cjs → middleware-TufpQUzj.cjs} +251 -241
- package/dist/{middleware-Bz_A2jeJ.js → middleware-eDeNdyRA.js} +195 -191
- package/dist/mod-0p9zUdzg.d.cts +107 -0
- package/dist/mod-0qnPv4EC.d.cts +62 -0
- package/dist/{mod-Djzcw2ry.d.cts → mod-BrS8tiad.d.cts} +3 -3
- package/dist/mod-C3SOvTD1.d.ts +64 -0
- package/dist/{mod-8DMWKtQE.d.cts → mod-D6pS5_xJ.d.cts} +4 -4
- package/dist/{mod-BhUKmBJD.d.ts → mod-jOa7W503.d.ts} +3 -3
- package/dist/{mod-D6hQoxC5.d.ts → mod-waqu-BL_.d.ts} +4 -4
- package/dist/mod-xc20HhMD.d.ts +109 -0
- package/dist/mod.cjs +17 -112
- package/dist/mod.d.cts +11 -17
- package/dist/mod.d.ts +11 -17
- package/dist/mod.js +11 -17
- package/dist/nodeinfo/client.test.js +7 -10
- package/dist/nodeinfo/handler.test.js +23 -23
- package/dist/nodeinfo/mod.cjs +2 -3
- package/dist/nodeinfo/mod.d.cts +2 -4
- package/dist/nodeinfo/mod.d.ts +2 -4
- package/dist/nodeinfo/mod.js +2 -3
- package/dist/nodeinfo/types.test.js +6 -9
- package/dist/otel/exporter.test.js +893 -0
- package/dist/otel/mod.cjs +256 -0
- package/dist/otel/mod.d.cts +230 -0
- package/dist/otel/mod.d.ts +232 -0
- package/dist/otel/mod.js +255 -0
- package/dist/{owner-e3FYDhsk.js → owner-BOEfZQv2.js} +45 -8
- package/dist/{owner-hd9lvQcP.d.ts → owner-BgI8C-VY.d.ts} +2 -3
- package/dist/{owner-BN_tO3cY.d.cts → owner-C-zfmVAD.d.cts} +2 -3
- package/dist/{proof-B-eqv0Ug.cjs → proof-CaDQpGJD.cjs} +69 -33
- package/dist/{proof-DfgvA3al.js → proof-iYIDiv8I.js} +47 -11
- package/dist/{proof-6gFMwMNJ.js → proof-iw6KtIyj.js} +3 -2
- package/dist/router-D9eI0s4b.js +118 -0
- package/dist/{send-Tl9NOnmO.js → send-Bn8o0mjW.js} +9 -4
- package/dist/sig/http.test.js +11 -13
- package/dist/sig/key.test.js +9 -11
- package/dist/sig/ld.test.js +8 -10
- package/dist/sig/mod.cjs +7 -11
- package/dist/sig/mod.d.cts +3 -7
- package/dist/sig/mod.d.ts +3 -7
- package/dist/sig/mod.js +3 -7
- package/dist/sig/owner.test.js +33 -12
- package/dist/sig/proof.test.js +13 -14
- package/dist/testing/mod.d.ts +183 -7194
- package/dist/testing/mod.js +4 -4
- package/dist/{transformers-CoBS-oFG.cjs → transformers-BjBg6Lag.cjs} +2 -2
- package/dist/{transformers-BFT6d7J5.js → transformers-N_ip_y4P.js} +2 -2
- package/dist/{types-DqxyTxOf.js → types-8l28uC8o.js} +31 -26
- package/dist/{types-zqdWZh4O.cjs → types-B6z6CqIz.cjs} +33 -28
- package/dist/{types-BSuWJsOm.js → types-CPz01LGH.js} +3 -3
- package/dist/{runtime/authdocloader.test.js → utils/docloader.test.js} +13 -15
- package/dist/utils/kv-cache.test.js +211 -0
- package/dist/utils/mod.cjs +10 -0
- package/dist/utils/mod.d.cts +4 -0
- package/dist/utils/mod.d.ts +6 -0
- package/dist/utils/mod.js +9 -0
- package/package.json +34 -75
- package/dist/actor-Be0ThtXy.cjs +0 -42609
- package/dist/actor-ChbPLm6n.js +0 -42135
- package/dist/actor-D6K058Tb.d.cts +0 -128
- package/dist/actor-DuCeRiNh.js +0 -146
- package/dist/actor-T6RyhRgk.d.ts +0 -130
- package/dist/assert_throws-BOO88avQ.js +0 -39
- package/dist/authdocloader-CrxhFL8e.js +0 -52
- package/dist/authdocloader-OSn_teLV.cjs +0 -58
- package/dist/denokv-Bv33Xxea.js +0 -57
- package/dist/docloader-CCqXeagZ.cjs +0 -4861
- package/dist/docloader-CxWcuWqQ.d.ts +0 -221
- package/dist/docloader-D-MrRyHl.d.cts +0 -219
- package/dist/docloader-XK3y2jn5.js +0 -4795
- package/dist/fixtures/activitypub.academy/users/brauca_darradiul.json +0 -83
- package/dist/fixtures/example.com/announce.json +0 -6
- package/dist/fixtures/example.com/collection.json +0 -19
- package/dist/fixtures/example.com/create.json +0 -6
- package/dist/fixtures/example.com/cross-origin-actor.json +0 -6
- package/dist/fixtures/example.com/hong-gildong.json +0 -11
- package/dist/fixtures/example.com/invite.json +0 -7
- package/dist/fixtures/example.com/key.json +0 -7
- package/dist/fixtures/example.com/key2.json +0 -6
- package/dist/fixtures/example.com/object.json +0 -6
- package/dist/fixtures/example.com/orderedcollectionpage.json +0 -24
- package/dist/fixtures/example.com/paged/a.json +0 -13
- package/dist/fixtures/example.com/paged/b.json +0 -16
- package/dist/fixtures/example.com/paged-collection.json +0 -6
- package/dist/fixtures/example.com/person.json +0 -22
- package/dist/fixtures/example.com/person2.json +0 -40
- package/dist/fixtures/example.com/test.json +0 -5
- package/dist/fixtures/example.com/users/handle.json +0 -16
- package/dist/fixtures/example.com/wrong-type.json +0 -3
- package/dist/fixtures/media.example.com/avatars/test-avatar.jpg.json +0 -6
- package/dist/fixtures/oeee.cafe/ap/users/3609fd4e-d51d-4db8-9f04-4189815864dd.json +0 -24
- package/dist/fixtures/remote.domain/users/bob.json +0 -20
- package/dist/fixtures/server.example/users/alice.json +0 -20
- package/dist/fixtures/w3id.org/identity/v1.json +0 -152
- package/dist/fixtures/w3id.org/security/data-integrity/v1.json +0 -74
- package/dist/fixtures/w3id.org/security/multikey/v1.json +0 -35
- package/dist/fixtures/w3id.org/security/v1.json +0 -50
- package/dist/fixtures/wizard.casa/users/hongminhee.json +0 -69
- package/dist/fixtures/www.w3.org/ns/activitystreams.json +0 -379
- package/dist/fixtures/www.w3.org/ns/did/v1.json +0 -58
- package/dist/key-B3uag-rz.js +0 -10
- package/dist/key-BiBmb1Yy.cjs +0 -10
- package/dist/key-DK_nfU4I.js +0 -10
- package/dist/key-Z6ceKnZC.cjs +0 -290
- package/dist/key-jyNTxCvK.js +0 -260
- package/dist/lookup-BPviO8ij.js +0 -131
- package/dist/lookup-hnMAAU5r.cjs +0 -137
- package/dist/lookup-pV0JOsuV.js +0 -331
- package/dist/middleware-CI0-zw4U.js +0 -26
- package/dist/middleware-QNK-W-jE.cjs +0 -17
- package/dist/middleware-_vjt6FWU.js +0 -17
- package/dist/mod-CerN_Sza.d.ts +0 -104
- package/dist/mod-Cj1tHXBR.d.cts +0 -102
- package/dist/mod-CxkWO3Mg.d.cts +0 -307
- package/dist/mod-DBzN0aCM.d.ts +0 -115
- package/dist/mod-DlU8ISoa.d.ts +0 -309
- package/dist/mod-FZd39qVq.d.cts +0 -1
- package/dist/mod-g0xFzAP9.d.ts +0 -2
- package/dist/mod-jQ4OODsl.d.cts +0 -113
- package/dist/mq-B7R1Q-M5.d.cts +0 -140
- package/dist/mq-CRGm1e_F.d.ts +0 -143
- package/dist/runtime/docloader.test.js +0 -522
- package/dist/runtime/key.test.js +0 -103
- package/dist/runtime/langstr.test.d.ts +0 -3
- package/dist/runtime/langstr.test.js +0 -39
- package/dist/runtime/link.test.d.ts +0 -3
- package/dist/runtime/link.test.js +0 -61
- package/dist/runtime/mod.cjs +0 -25
- package/dist/runtime/mod.d.cts +0 -6
- package/dist/runtime/mod.d.ts +0 -8
- package/dist/runtime/mod.js +0 -13
- package/dist/runtime/multibase/multibase.test.d.ts +0 -3
- package/dist/runtime/multibase/multibase.test.js +0 -358
- package/dist/runtime/url.test.d.ts +0 -3
- package/dist/runtime/url.test.js +0 -45
- package/dist/src/vocab/accept.yaml +0 -15
- package/dist/src/vocab/activity.yaml +0 -98
- package/dist/src/vocab/add.yaml +0 -16
- package/dist/src/vocab/announce.yaml +0 -30
- package/dist/src/vocab/application.yaml +0 -324
- package/dist/src/vocab/arrive.yaml +0 -15
- package/dist/src/vocab/article.yaml +0 -46
- package/dist/src/vocab/audio.yaml +0 -11
- package/dist/src/vocab/block.yaml +0 -16
- package/dist/src/vocab/chatmessage.yaml +0 -50
- package/dist/src/vocab/collection.yaml +0 -154
- package/dist/src/vocab/collectionpage.yaml +0 -55
- package/dist/src/vocab/create.yaml +0 -28
- package/dist/src/vocab/dataintegrityproof.yaml +0 -56
- package/dist/src/vocab/delete.yaml +0 -27
- package/dist/src/vocab/didservice.yaml +0 -22
- package/dist/src/vocab/dislike.yaml +0 -14
- package/dist/src/vocab/document.yaml +0 -31
- package/dist/src/vocab/emoji.yaml +0 -12
- package/dist/src/vocab/emojireact.yaml +0 -17
- package/dist/src/vocab/endpoints.yaml +0 -85
- package/dist/src/vocab/event.yaml +0 -11
- package/dist/src/vocab/export.yaml +0 -9
- package/dist/src/vocab/flag.yaml +0 -15
- package/dist/src/vocab/follow.yaml +0 -19
- package/dist/src/vocab/group.yaml +0 -324
- package/dist/src/vocab/hashtag.yaml +0 -14
- package/dist/src/vocab/ignore.yaml +0 -14
- package/dist/src/vocab/image.yaml +0 -9
- package/dist/src/vocab/intransitiveactivity.yaml +0 -15
- package/dist/src/vocab/invite.yaml +0 -14
- package/dist/src/vocab/join.yaml +0 -14
- package/dist/src/vocab/key.yaml +0 -28
- package/dist/src/vocab/leave.yaml +0 -14
- package/dist/src/vocab/like.yaml +0 -16
- package/dist/src/vocab/link.yaml +0 -101
- package/dist/src/vocab/listen.yaml +0 -12
- package/dist/src/vocab/mention.yaml +0 -9
- package/dist/src/vocab/move.yaml +0 -15
- package/dist/src/vocab/multikey.yaml +0 -36
- package/dist/src/vocab/note.yaml +0 -48
- package/dist/src/vocab/object.yaml +0 -404
- package/dist/src/vocab/offer.yaml +0 -15
- package/dist/src/vocab/orderedcollection.yaml +0 -39
- package/dist/src/vocab/orderedcollectionpage.yaml +0 -50
- package/dist/src/vocab/organization.yaml +0 -324
- package/dist/src/vocab/page.yaml +0 -11
- package/dist/src/vocab/person.yaml +0 -324
- package/dist/src/vocab/place.yaml +0 -75
- package/dist/src/vocab/profile.yaml +0 -26
- package/dist/src/vocab/propertyvalue.yaml +0 -32
- package/dist/src/vocab/question.yaml +0 -103
- package/dist/src/vocab/read.yaml +0 -13
- package/dist/src/vocab/reject.yaml +0 -14
- package/dist/src/vocab/relationship.yaml +0 -52
- package/dist/src/vocab/remove.yaml +0 -14
- package/dist/src/vocab/service.yaml +0 -324
- package/dist/src/vocab/source.yaml +0 -26
- package/dist/src/vocab/tentativeaccept.yaml +0 -14
- package/dist/src/vocab/tentativereject.yaml +0 -14
- package/dist/src/vocab/tombstone.yaml +0 -24
- package/dist/src/vocab/travel.yaml +0 -16
- package/dist/src/vocab/undo.yaml +0 -26
- package/dist/src/vocab/update.yaml +0 -58
- package/dist/src/vocab/video.yaml +0 -11
- package/dist/src/vocab/view.yaml +0 -13
- package/dist/testing/docloader.test.js +0 -24
- package/dist/type-C69ZBu7f.js +0 -47010
- package/dist/vocab/actor.test.d.ts +0 -3
- package/dist/vocab/actor.test.js +0 -5965
- package/dist/vocab/lookup.test.d.ts +0 -3
- package/dist/vocab/lookup.test.js +0 -456
- package/dist/vocab/mod.cjs +0 -87
- package/dist/vocab/mod.d.cts +0 -6
- package/dist/vocab/mod.d.ts +0 -8
- package/dist/vocab/mod.js +0 -10
- package/dist/vocab/schema.yaml +0 -247
- package/dist/vocab/type.test.d.ts +0 -3
- package/dist/vocab/type.test.js +0 -25
- package/dist/vocab/vocab.test.d.ts +0 -3
- package/dist/vocab/vocab.test.js +0 -3787
- package/dist/vocab-B39-pFl9.cjs +0 -291
- package/dist/vocab-BI0Ak5lL.d.ts +0 -14924
- package/dist/vocab-BWoeZsME.js +0 -255
- package/dist/vocab-Dw1-yVGg.d.cts +0 -14922
- package/dist/webfinger/handler.test.d.ts +0 -3
- package/dist/webfinger/lookup.test.d.ts +0 -3
- package/dist/webfinger/lookup.test.js +0 -195
- package/dist/webfinger/mod.cjs +0 -9
- package/dist/webfinger/mod.d.cts +0 -4
- package/dist/webfinger/mod.d.ts +0 -6
- package/dist/webfinger/mod.js +0 -9
- package/dist/webfinger-BjOEdFPs.cjs +0 -4
- package/dist/webfinger-De_bU0iE.js +0 -4
- package/dist/x/cfworkers.cjs +0 -100
- package/dist/x/cfworkers.d.cts +0 -59
- package/dist/x/cfworkers.d.ts +0 -61
- package/dist/x/cfworkers.js +0 -98
- package/dist/x/cfworkers.test.d.ts +0 -3
- package/dist/x/cfworkers.test.js +0 -179
- package/dist/x/hono.cjs +0 -61
- package/dist/x/hono.d.cts +0 -54
- package/dist/x/hono.d.ts +0 -56
- package/dist/x/hono.js +0 -60
- package/dist/x/sveltekit.cjs +0 -69
- package/dist/x/sveltekit.d.cts +0 -46
- package/dist/x/sveltekit.d.ts +0 -48
- package/dist/x/sveltekit.js +0 -68
- /package/dist/{assert_not_equals-f3m3epl3.js → assert_not_equals-C80BG-_5.js} +0 -0
- /package/dist/{runtime/authdocloader.test.d.ts → federation/webfinger.test.d.ts} +0 -0
- /package/dist/{mod-1pDWKvUL.d.ts → mod-1E3W847c.d.ts} +0 -0
- /package/dist/{mod-C2tOeRkN.d.cts → mod-C81L6_lQ.d.cts} +0 -0
- /package/dist/{nodeinfo-DfycQ8Wf.js → nodeinfo-BlLsRSiT.js} +0 -0
- /package/dist/{nodeinfo-Co9lJrWl.cjs → nodeinfo-DuMYTpbZ.cjs} +0 -0
- /package/dist/{runtime/docloader.test.d.ts → otel/exporter.test.d.ts} +0 -0
- /package/dist/{runtime-DPYEDf-o.js → sig-CwuONEzF.js} +0 -0
- /package/dist/{runtime-C58AJWSv.cjs → sig-DeXX2xnj.cjs} +0 -0
- /package/dist/{std__assert-X-_kMxKM.js → std__assert-DWivtrGR.js} +0 -0
- /package/dist/{testing → utils}/docloader.test.d.ts +0 -0
- /package/dist/{runtime/key.test.d.ts → utils/kv-cache.test.d.ts} +0 -0
- /package/dist/{sig-ByHXzqUi.cjs → utils-Db0ZmjcD.cjs} +0 -0
- /package/dist/{sig-Cj3tk-ig.js → utils-Wranxuoe.js} +0 -0
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"@context": {
|
|
3
|
-
"id": "@id",
|
|
4
|
-
"type": "@type",
|
|
5
|
-
"@protected": true,
|
|
6
|
-
"Multikey": {
|
|
7
|
-
"@id": "https://w3id.org/security#Multikey",
|
|
8
|
-
"@context": {
|
|
9
|
-
"@protected": true,
|
|
10
|
-
"id": "@id",
|
|
11
|
-
"type": "@type",
|
|
12
|
-
"controller": {
|
|
13
|
-
"@id": "https://w3id.org/security#controller",
|
|
14
|
-
"@type": "@id"
|
|
15
|
-
},
|
|
16
|
-
"revoked": {
|
|
17
|
-
"@id": "https://w3id.org/security#revoked",
|
|
18
|
-
"@type": "http://www.w3.org/2001/XMLSchema#dateTime"
|
|
19
|
-
},
|
|
20
|
-
"expires": {
|
|
21
|
-
"@id": "https://w3id.org/security#expiration",
|
|
22
|
-
"@type": "http://www.w3.org/2001/XMLSchema#dateTime"
|
|
23
|
-
},
|
|
24
|
-
"publicKeyMultibase": {
|
|
25
|
-
"@id": "https://w3id.org/security#publicKeyMultibase",
|
|
26
|
-
"@type": "https://w3id.org/security#multibase"
|
|
27
|
-
},
|
|
28
|
-
"secretKeyMultibase": {
|
|
29
|
-
"@id": "https://w3id.org/security#secretKeyMultibase",
|
|
30
|
-
"@type": "https://w3id.org/security#multibase"
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"@context": {
|
|
3
|
-
"id": "@id",
|
|
4
|
-
"type": "@type",
|
|
5
|
-
|
|
6
|
-
"dc": "http://purl.org/dc/terms/",
|
|
7
|
-
"sec": "https://w3id.org/security#",
|
|
8
|
-
"xsd": "http://www.w3.org/2001/XMLSchema#",
|
|
9
|
-
|
|
10
|
-
"EcdsaKoblitzSignature2016": "sec:EcdsaKoblitzSignature2016",
|
|
11
|
-
"Ed25519Signature2018": "sec:Ed25519Signature2018",
|
|
12
|
-
"EncryptedMessage": "sec:EncryptedMessage",
|
|
13
|
-
"GraphSignature2012": "sec:GraphSignature2012",
|
|
14
|
-
"LinkedDataSignature2015": "sec:LinkedDataSignature2015",
|
|
15
|
-
"LinkedDataSignature2016": "sec:LinkedDataSignature2016",
|
|
16
|
-
"CryptographicKey": "sec:Key",
|
|
17
|
-
|
|
18
|
-
"authenticationTag": "sec:authenticationTag",
|
|
19
|
-
"canonicalizationAlgorithm": "sec:canonicalizationAlgorithm",
|
|
20
|
-
"cipherAlgorithm": "sec:cipherAlgorithm",
|
|
21
|
-
"cipherData": "sec:cipherData",
|
|
22
|
-
"cipherKey": "sec:cipherKey",
|
|
23
|
-
"created": { "@id": "dc:created", "@type": "xsd:dateTime" },
|
|
24
|
-
"creator": { "@id": "dc:creator", "@type": "@id" },
|
|
25
|
-
"digestAlgorithm": "sec:digestAlgorithm",
|
|
26
|
-
"digestValue": "sec:digestValue",
|
|
27
|
-
"domain": "sec:domain",
|
|
28
|
-
"encryptionKey": "sec:encryptionKey",
|
|
29
|
-
"expiration": { "@id": "sec:expiration", "@type": "xsd:dateTime" },
|
|
30
|
-
"expires": { "@id": "sec:expiration", "@type": "xsd:dateTime" },
|
|
31
|
-
"initializationVector": "sec:initializationVector",
|
|
32
|
-
"iterationCount": "sec:iterationCount",
|
|
33
|
-
"nonce": "sec:nonce",
|
|
34
|
-
"normalizationAlgorithm": "sec:normalizationAlgorithm",
|
|
35
|
-
"owner": { "@id": "sec:owner", "@type": "@id" },
|
|
36
|
-
"password": "sec:password",
|
|
37
|
-
"privateKey": { "@id": "sec:privateKey", "@type": "@id" },
|
|
38
|
-
"privateKeyPem": "sec:privateKeyPem",
|
|
39
|
-
"publicKey": { "@id": "sec:publicKey", "@type": "@id" },
|
|
40
|
-
"publicKeyBase58": "sec:publicKeyBase58",
|
|
41
|
-
"publicKeyPem": "sec:publicKeyPem",
|
|
42
|
-
"publicKeyWif": "sec:publicKeyWif",
|
|
43
|
-
"publicKeyService": { "@id": "sec:publicKeyService", "@type": "@id" },
|
|
44
|
-
"revoked": { "@id": "sec:revoked", "@type": "xsd:dateTime" },
|
|
45
|
-
"salt": "sec:salt",
|
|
46
|
-
"signature": "sec:signature",
|
|
47
|
-
"signatureAlgorithm": "sec:signingAlgorithm",
|
|
48
|
-
"signatureValue": "sec:signatureValue"
|
|
49
|
-
}
|
|
50
|
-
}
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"@context": [
|
|
3
|
-
"https://www.w3.org/ns/activitystreams",
|
|
4
|
-
"https://www.w3.org/ns/did/v1",
|
|
5
|
-
"https://w3id.org/security/v1",
|
|
6
|
-
"https://w3id.org/security/data-integrity/v1",
|
|
7
|
-
"https://w3id.org/security/multikey/v1",
|
|
8
|
-
{
|
|
9
|
-
"MitraJcsEip191Signature2022": "mitra:MitraJcsEip191Signature2022",
|
|
10
|
-
"PropertyValue": "schema:PropertyValue",
|
|
11
|
-
"VerifiableIdentityStatement": "mitra:VerifiableIdentityStatement",
|
|
12
|
-
"featured": "toot:featured",
|
|
13
|
-
"gateways": "mitra:gateways",
|
|
14
|
-
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
|
|
15
|
-
"mitra": "http://jsonld.mitra.social#",
|
|
16
|
-
"proofPurpose": "sec:proofPurpose",
|
|
17
|
-
"proofValue": "sec:proofValue",
|
|
18
|
-
"schema": "http://schema.org/",
|
|
19
|
-
"subscribers": "mitra:subscribers",
|
|
20
|
-
"toot": "http://joinmastodon.org/ns#",
|
|
21
|
-
"value": "schema:value"
|
|
22
|
-
}
|
|
23
|
-
],
|
|
24
|
-
"assertionMethod": [
|
|
25
|
-
{
|
|
26
|
-
"controller": "https://wizard.casa/users/hongminhee",
|
|
27
|
-
"id": "https://wizard.casa/users/hongminhee#main-key",
|
|
28
|
-
"publicKeyMultibase": "z4MXj1wBzi9jUstyPzDJGKjQPQWMi9NPMz1xNE4MeJjMpUcPYR7LfniZmXoXhfQ6motM7AAgWw9nHbFmhnNvAfaZMdQgBo2j1ptQNRogJPGzesYi7Yf81T2Kqju3CTCEJje5brBDdhKMpq56h6SwFAtcbPZBykN527ocN2JfvmiqVYNTqPVwoKGuVGKXNx6h87jVGq1kxzj7Q9LBFQnMHbCnMeUJ3KtqJQcPdGwbMw7LWjz4jpHpi6wb7KXBdVnSyKMwB7KyNJFJYqzauPi1UgtTKRzEMNUdCjAFsYff7v93Rr7Yzy4siE4cRVCdMNSQp3KphqczgLNejPKLjMMT9UC7XLitDdd2t3xaEzuamHVBNrFVBFEJ4",
|
|
29
|
-
"type": "Multikey"
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"controller": "https://wizard.casa/users/hongminhee",
|
|
33
|
-
"id": "https://wizard.casa/users/hongminhee#ed25519-key",
|
|
34
|
-
"publicKeyMultibase": "z6MkweqJajqa5jRAJTBVxxu47oCdB7HzmYbBKN8VGbFJmKkC",
|
|
35
|
-
"type": "Multikey"
|
|
36
|
-
}
|
|
37
|
-
],
|
|
38
|
-
"authentication": [
|
|
39
|
-
{
|
|
40
|
-
"controller": "https://wizard.casa/users/hongminhee",
|
|
41
|
-
"id": "https://wizard.casa/users/hongminhee#main-key",
|
|
42
|
-
"publicKeyMultibase": "z4MXj1wBzi9jUstyPzDJGKjQPQWMi9NPMz1xNE4MeJjMpUcPYR7LfniZmXoXhfQ6motM7AAgWw9nHbFmhnNvAfaZMdQgBo2j1ptQNRogJPGzesYi7Yf81T2Kqju3CTCEJje5brBDdhKMpq56h6SwFAtcbPZBykN527ocN2JfvmiqVYNTqPVwoKGuVGKXNx6h87jVGq1kxzj7Q9LBFQnMHbCnMeUJ3KtqJQcPdGwbMw7LWjz4jpHpi6wb7KXBdVnSyKMwB7KyNJFJYqzauPi1UgtTKRzEMNUdCjAFsYff7v93Rr7Yzy4siE4cRVCdMNSQp3KphqczgLNejPKLjMMT9UC7XLitDdd2t3xaEzuamHVBNrFVBFEJ4",
|
|
43
|
-
"type": "Multikey"
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
"controller": "https://wizard.casa/users/hongminhee",
|
|
47
|
-
"id": "https://wizard.casa/users/hongminhee#ed25519-key",
|
|
48
|
-
"publicKeyMultibase": "z6MkweqJajqa5jRAJTBVxxu47oCdB7HzmYbBKN8VGbFJmKkC",
|
|
49
|
-
"type": "Multikey"
|
|
50
|
-
}
|
|
51
|
-
],
|
|
52
|
-
"featured": "https://wizard.casa/users/hongminhee/collections/featured",
|
|
53
|
-
"followers": "https://wizard.casa/users/hongminhee/followers",
|
|
54
|
-
"following": "https://wizard.casa/users/hongminhee/following",
|
|
55
|
-
"id": "https://wizard.casa/users/hongminhee",
|
|
56
|
-
"inbox": "https://wizard.casa/users/hongminhee/inbox",
|
|
57
|
-
"manuallyApprovesFollowers": true,
|
|
58
|
-
"name": "洪 民憙 (Hong Minhee)",
|
|
59
|
-
"outbox": "https://wizard.casa/users/hongminhee/outbox",
|
|
60
|
-
"preferredUsername": "hongminhee",
|
|
61
|
-
"publicKey": {
|
|
62
|
-
"id": "https://wizard.casa/users/hongminhee#main-key",
|
|
63
|
-
"owner": "https://wizard.casa/users/hongminhee",
|
|
64
|
-
"publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzUNdOf1fXnMDtcw/elvC\nLlw3TbZUAHSQMCD5su7UzYtHsRsSkErPemkJVUvRGvJnHUEVmb700lyNqcz2l3V0\nj35CAOFK77DY95rr1x7/SSJnOLwCDPA0Vff+RBInwck+8jzGigfkea+Z0/BhmfQE\nqhOSnYOsgQ+jWEJMIQBPA1boDW/636GAgbvfvSPkOPnvwMplCvT/ZUrmzcvGT8by\ntRT4QKrW7zjrYv0VaCHVF9aj+LLyOnCWgUKUHm4oKnq49P8UNen7sCsFRq2NRejK\nf9ymm77inWxrS0mNT4bm9J8/+u2mZjvQaiPiNcLUn4a3fvDnBelD4iKogUKaAQ2F\nzwIDAQAB\n-----END PUBLIC KEY-----\n"
|
|
65
|
-
},
|
|
66
|
-
"subscribers": "https://wizard.casa/users/hongminhee/subscribers",
|
|
67
|
-
"type": "Person",
|
|
68
|
-
"url": "https://wizard.casa/users/hongminhee"
|
|
69
|
-
}
|
|
@@ -1,379 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"@context": {
|
|
3
|
-
"@vocab": "_:",
|
|
4
|
-
"xsd": "http://www.w3.org/2001/XMLSchema#",
|
|
5
|
-
"as": "https://www.w3.org/ns/activitystreams#",
|
|
6
|
-
"ldp": "http://www.w3.org/ns/ldp#",
|
|
7
|
-
"vcard": "http://www.w3.org/2006/vcard/ns#",
|
|
8
|
-
"id": "@id",
|
|
9
|
-
"type": "@type",
|
|
10
|
-
"Accept": "as:Accept",
|
|
11
|
-
"Activity": "as:Activity",
|
|
12
|
-
"IntransitiveActivity": "as:IntransitiveActivity",
|
|
13
|
-
"Add": "as:Add",
|
|
14
|
-
"Announce": "as:Announce",
|
|
15
|
-
"Application": "as:Application",
|
|
16
|
-
"Arrive": "as:Arrive",
|
|
17
|
-
"Article": "as:Article",
|
|
18
|
-
"Audio": "as:Audio",
|
|
19
|
-
"Block": "as:Block",
|
|
20
|
-
"Collection": "as:Collection",
|
|
21
|
-
"CollectionPage": "as:CollectionPage",
|
|
22
|
-
"Relationship": "as:Relationship",
|
|
23
|
-
"Create": "as:Create",
|
|
24
|
-
"Delete": "as:Delete",
|
|
25
|
-
"Dislike": "as:Dislike",
|
|
26
|
-
"Document": "as:Document",
|
|
27
|
-
"Event": "as:Event",
|
|
28
|
-
"Follow": "as:Follow",
|
|
29
|
-
"Flag": "as:Flag",
|
|
30
|
-
"Group": "as:Group",
|
|
31
|
-
"Ignore": "as:Ignore",
|
|
32
|
-
"Image": "as:Image",
|
|
33
|
-
"Invite": "as:Invite",
|
|
34
|
-
"Join": "as:Join",
|
|
35
|
-
"Leave": "as:Leave",
|
|
36
|
-
"Like": "as:Like",
|
|
37
|
-
"Link": "as:Link",
|
|
38
|
-
"Mention": "as:Mention",
|
|
39
|
-
"Note": "as:Note",
|
|
40
|
-
"Object": "as:Object",
|
|
41
|
-
"Offer": "as:Offer",
|
|
42
|
-
"OrderedCollection": "as:OrderedCollection",
|
|
43
|
-
"OrderedCollectionPage": "as:OrderedCollectionPage",
|
|
44
|
-
"Organization": "as:Organization",
|
|
45
|
-
"Page": "as:Page",
|
|
46
|
-
"Person": "as:Person",
|
|
47
|
-
"Place": "as:Place",
|
|
48
|
-
"Profile": "as:Profile",
|
|
49
|
-
"Question": "as:Question",
|
|
50
|
-
"Reject": "as:Reject",
|
|
51
|
-
"Remove": "as:Remove",
|
|
52
|
-
"Service": "as:Service",
|
|
53
|
-
"TentativeAccept": "as:TentativeAccept",
|
|
54
|
-
"TentativeReject": "as:TentativeReject",
|
|
55
|
-
"Tombstone": "as:Tombstone",
|
|
56
|
-
"Undo": "as:Undo",
|
|
57
|
-
"Update": "as:Update",
|
|
58
|
-
"Video": "as:Video",
|
|
59
|
-
"View": "as:View",
|
|
60
|
-
"Listen": "as:Listen",
|
|
61
|
-
"Read": "as:Read",
|
|
62
|
-
"Move": "as:Move",
|
|
63
|
-
"Travel": "as:Travel",
|
|
64
|
-
"IsFollowing": "as:IsFollowing",
|
|
65
|
-
"IsFollowedBy": "as:IsFollowedBy",
|
|
66
|
-
"IsContact": "as:IsContact",
|
|
67
|
-
"IsMember": "as:IsMember",
|
|
68
|
-
"subject": {
|
|
69
|
-
"@id": "as:subject",
|
|
70
|
-
"@type": "@id"
|
|
71
|
-
},
|
|
72
|
-
"relationship": {
|
|
73
|
-
"@id": "as:relationship",
|
|
74
|
-
"@type": "@id"
|
|
75
|
-
},
|
|
76
|
-
"actor": {
|
|
77
|
-
"@id": "as:actor",
|
|
78
|
-
"@type": "@id"
|
|
79
|
-
},
|
|
80
|
-
"attributedTo": {
|
|
81
|
-
"@id": "as:attributedTo",
|
|
82
|
-
"@type": "@id"
|
|
83
|
-
},
|
|
84
|
-
"attachment": {
|
|
85
|
-
"@id": "as:attachment",
|
|
86
|
-
"@type": "@id"
|
|
87
|
-
},
|
|
88
|
-
"bcc": {
|
|
89
|
-
"@id": "as:bcc",
|
|
90
|
-
"@type": "@id"
|
|
91
|
-
},
|
|
92
|
-
"bto": {
|
|
93
|
-
"@id": "as:bto",
|
|
94
|
-
"@type": "@id"
|
|
95
|
-
},
|
|
96
|
-
"cc": {
|
|
97
|
-
"@id": "as:cc",
|
|
98
|
-
"@type": "@id"
|
|
99
|
-
},
|
|
100
|
-
"context": {
|
|
101
|
-
"@id": "as:context",
|
|
102
|
-
"@type": "@id"
|
|
103
|
-
},
|
|
104
|
-
"current": {
|
|
105
|
-
"@id": "as:current",
|
|
106
|
-
"@type": "@id"
|
|
107
|
-
},
|
|
108
|
-
"first": {
|
|
109
|
-
"@id": "as:first",
|
|
110
|
-
"@type": "@id"
|
|
111
|
-
},
|
|
112
|
-
"generator": {
|
|
113
|
-
"@id": "as:generator",
|
|
114
|
-
"@type": "@id"
|
|
115
|
-
},
|
|
116
|
-
"icon": {
|
|
117
|
-
"@id": "as:icon",
|
|
118
|
-
"@type": "@id"
|
|
119
|
-
},
|
|
120
|
-
"image": {
|
|
121
|
-
"@id": "as:image",
|
|
122
|
-
"@type": "@id"
|
|
123
|
-
},
|
|
124
|
-
"inReplyTo": {
|
|
125
|
-
"@id": "as:inReplyTo",
|
|
126
|
-
"@type": "@id"
|
|
127
|
-
},
|
|
128
|
-
"items": {
|
|
129
|
-
"@id": "as:items",
|
|
130
|
-
"@type": "@id"
|
|
131
|
-
},
|
|
132
|
-
"instrument": {
|
|
133
|
-
"@id": "as:instrument",
|
|
134
|
-
"@type": "@id"
|
|
135
|
-
},
|
|
136
|
-
"orderedItems": {
|
|
137
|
-
"@id": "as:items",
|
|
138
|
-
"@type": "@id",
|
|
139
|
-
"@container": "@list"
|
|
140
|
-
},
|
|
141
|
-
"last": {
|
|
142
|
-
"@id": "as:last",
|
|
143
|
-
"@type": "@id"
|
|
144
|
-
},
|
|
145
|
-
"location": {
|
|
146
|
-
"@id": "as:location",
|
|
147
|
-
"@type": "@id"
|
|
148
|
-
},
|
|
149
|
-
"next": {
|
|
150
|
-
"@id": "as:next",
|
|
151
|
-
"@type": "@id"
|
|
152
|
-
},
|
|
153
|
-
"object": {
|
|
154
|
-
"@id": "as:object",
|
|
155
|
-
"@type": "@id"
|
|
156
|
-
},
|
|
157
|
-
"oneOf": {
|
|
158
|
-
"@id": "as:oneOf",
|
|
159
|
-
"@type": "@id"
|
|
160
|
-
},
|
|
161
|
-
"anyOf": {
|
|
162
|
-
"@id": "as:anyOf",
|
|
163
|
-
"@type": "@id"
|
|
164
|
-
},
|
|
165
|
-
"closed": {
|
|
166
|
-
"@id": "as:closed",
|
|
167
|
-
"@type": "xsd:dateTime"
|
|
168
|
-
},
|
|
169
|
-
"origin": {
|
|
170
|
-
"@id": "as:origin",
|
|
171
|
-
"@type": "@id"
|
|
172
|
-
},
|
|
173
|
-
"accuracy": {
|
|
174
|
-
"@id": "as:accuracy",
|
|
175
|
-
"@type": "xsd:float"
|
|
176
|
-
},
|
|
177
|
-
"prev": {
|
|
178
|
-
"@id": "as:prev",
|
|
179
|
-
"@type": "@id"
|
|
180
|
-
},
|
|
181
|
-
"preview": {
|
|
182
|
-
"@id": "as:preview",
|
|
183
|
-
"@type": "@id"
|
|
184
|
-
},
|
|
185
|
-
"replies": {
|
|
186
|
-
"@id": "as:replies",
|
|
187
|
-
"@type": "@id"
|
|
188
|
-
},
|
|
189
|
-
"result": {
|
|
190
|
-
"@id": "as:result",
|
|
191
|
-
"@type": "@id"
|
|
192
|
-
},
|
|
193
|
-
"audience": {
|
|
194
|
-
"@id": "as:audience",
|
|
195
|
-
"@type": "@id"
|
|
196
|
-
},
|
|
197
|
-
"partOf": {
|
|
198
|
-
"@id": "as:partOf",
|
|
199
|
-
"@type": "@id"
|
|
200
|
-
},
|
|
201
|
-
"tag": {
|
|
202
|
-
"@id": "as:tag",
|
|
203
|
-
"@type": "@id"
|
|
204
|
-
},
|
|
205
|
-
"target": {
|
|
206
|
-
"@id": "as:target",
|
|
207
|
-
"@type": "@id"
|
|
208
|
-
},
|
|
209
|
-
"to": {
|
|
210
|
-
"@id": "as:to",
|
|
211
|
-
"@type": "@id"
|
|
212
|
-
},
|
|
213
|
-
"url": {
|
|
214
|
-
"@id": "as:url",
|
|
215
|
-
"@type": "@id"
|
|
216
|
-
},
|
|
217
|
-
"altitude": {
|
|
218
|
-
"@id": "as:altitude",
|
|
219
|
-
"@type": "xsd:float"
|
|
220
|
-
},
|
|
221
|
-
"content": "as:content",
|
|
222
|
-
"contentMap": {
|
|
223
|
-
"@id": "as:content",
|
|
224
|
-
"@container": "@language"
|
|
225
|
-
},
|
|
226
|
-
"name": "as:name",
|
|
227
|
-
"nameMap": {
|
|
228
|
-
"@id": "as:name",
|
|
229
|
-
"@container": "@language"
|
|
230
|
-
},
|
|
231
|
-
"duration": {
|
|
232
|
-
"@id": "as:duration",
|
|
233
|
-
"@type": "xsd:duration"
|
|
234
|
-
},
|
|
235
|
-
"endTime": {
|
|
236
|
-
"@id": "as:endTime",
|
|
237
|
-
"@type": "xsd:dateTime"
|
|
238
|
-
},
|
|
239
|
-
"height": {
|
|
240
|
-
"@id": "as:height",
|
|
241
|
-
"@type": "xsd:nonNegativeInteger"
|
|
242
|
-
},
|
|
243
|
-
"href": {
|
|
244
|
-
"@id": "as:href",
|
|
245
|
-
"@type": "@id"
|
|
246
|
-
},
|
|
247
|
-
"hreflang": "as:hreflang",
|
|
248
|
-
"latitude": {
|
|
249
|
-
"@id": "as:latitude",
|
|
250
|
-
"@type": "xsd:float"
|
|
251
|
-
},
|
|
252
|
-
"longitude": {
|
|
253
|
-
"@id": "as:longitude",
|
|
254
|
-
"@type": "xsd:float"
|
|
255
|
-
},
|
|
256
|
-
"mediaType": "as:mediaType",
|
|
257
|
-
"published": {
|
|
258
|
-
"@id": "as:published",
|
|
259
|
-
"@type": "xsd:dateTime"
|
|
260
|
-
},
|
|
261
|
-
"radius": {
|
|
262
|
-
"@id": "as:radius",
|
|
263
|
-
"@type": "xsd:float"
|
|
264
|
-
},
|
|
265
|
-
"rel": "as:rel",
|
|
266
|
-
"startIndex": {
|
|
267
|
-
"@id": "as:startIndex",
|
|
268
|
-
"@type": "xsd:nonNegativeInteger"
|
|
269
|
-
},
|
|
270
|
-
"startTime": {
|
|
271
|
-
"@id": "as:startTime",
|
|
272
|
-
"@type": "xsd:dateTime"
|
|
273
|
-
},
|
|
274
|
-
"summary": "as:summary",
|
|
275
|
-
"summaryMap": {
|
|
276
|
-
"@id": "as:summary",
|
|
277
|
-
"@container": "@language"
|
|
278
|
-
},
|
|
279
|
-
"totalItems": {
|
|
280
|
-
"@id": "as:totalItems",
|
|
281
|
-
"@type": "xsd:nonNegativeInteger"
|
|
282
|
-
},
|
|
283
|
-
"units": "as:units",
|
|
284
|
-
"updated": {
|
|
285
|
-
"@id": "as:updated",
|
|
286
|
-
"@type": "xsd:dateTime"
|
|
287
|
-
},
|
|
288
|
-
"width": {
|
|
289
|
-
"@id": "as:width",
|
|
290
|
-
"@type": "xsd:nonNegativeInteger"
|
|
291
|
-
},
|
|
292
|
-
"describes": {
|
|
293
|
-
"@id": "as:describes",
|
|
294
|
-
"@type": "@id"
|
|
295
|
-
},
|
|
296
|
-
"formerType": {
|
|
297
|
-
"@id": "as:formerType",
|
|
298
|
-
"@type": "@id"
|
|
299
|
-
},
|
|
300
|
-
"deleted": {
|
|
301
|
-
"@id": "as:deleted",
|
|
302
|
-
"@type": "xsd:dateTime"
|
|
303
|
-
},
|
|
304
|
-
"inbox": {
|
|
305
|
-
"@id": "ldp:inbox",
|
|
306
|
-
"@type": "@id"
|
|
307
|
-
},
|
|
308
|
-
"outbox": {
|
|
309
|
-
"@id": "as:outbox",
|
|
310
|
-
"@type": "@id"
|
|
311
|
-
},
|
|
312
|
-
"following": {
|
|
313
|
-
"@id": "as:following",
|
|
314
|
-
"@type": "@id"
|
|
315
|
-
},
|
|
316
|
-
"followers": {
|
|
317
|
-
"@id": "as:followers",
|
|
318
|
-
"@type": "@id"
|
|
319
|
-
},
|
|
320
|
-
"streams": {
|
|
321
|
-
"@id": "as:streams",
|
|
322
|
-
"@type": "@id"
|
|
323
|
-
},
|
|
324
|
-
"preferredUsername": "as:preferredUsername",
|
|
325
|
-
"endpoints": {
|
|
326
|
-
"@id": "as:endpoints",
|
|
327
|
-
"@type": "@id"
|
|
328
|
-
},
|
|
329
|
-
"uploadMedia": {
|
|
330
|
-
"@id": "as:uploadMedia",
|
|
331
|
-
"@type": "@id"
|
|
332
|
-
},
|
|
333
|
-
"proxyUrl": {
|
|
334
|
-
"@id": "as:proxyUrl",
|
|
335
|
-
"@type": "@id"
|
|
336
|
-
},
|
|
337
|
-
"liked": {
|
|
338
|
-
"@id": "as:liked",
|
|
339
|
-
"@type": "@id"
|
|
340
|
-
},
|
|
341
|
-
"oauthAuthorizationEndpoint": {
|
|
342
|
-
"@id": "as:oauthAuthorizationEndpoint",
|
|
343
|
-
"@type": "@id"
|
|
344
|
-
},
|
|
345
|
-
"oauthTokenEndpoint": {
|
|
346
|
-
"@id": "as:oauthTokenEndpoint",
|
|
347
|
-
"@type": "@id"
|
|
348
|
-
},
|
|
349
|
-
"provideClientKey": {
|
|
350
|
-
"@id": "as:provideClientKey",
|
|
351
|
-
"@type": "@id"
|
|
352
|
-
},
|
|
353
|
-
"signClientKey": {
|
|
354
|
-
"@id": "as:signClientKey",
|
|
355
|
-
"@type": "@id"
|
|
356
|
-
},
|
|
357
|
-
"sharedInbox": {
|
|
358
|
-
"@id": "as:sharedInbox",
|
|
359
|
-
"@type": "@id"
|
|
360
|
-
},
|
|
361
|
-
"Public": {
|
|
362
|
-
"@id": "as:Public",
|
|
363
|
-
"@type": "@id"
|
|
364
|
-
},
|
|
365
|
-
"source": "as:source",
|
|
366
|
-
"likes": {
|
|
367
|
-
"@id": "as:likes",
|
|
368
|
-
"@type": "@id"
|
|
369
|
-
},
|
|
370
|
-
"shares": {
|
|
371
|
-
"@id": "as:shares",
|
|
372
|
-
"@type": "@id"
|
|
373
|
-
},
|
|
374
|
-
"alsoKnownAs": {
|
|
375
|
-
"@id": "as:alsoKnownAs",
|
|
376
|
-
"@type": "@id"
|
|
377
|
-
}
|
|
378
|
-
}
|
|
379
|
-
}
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"@context": {
|
|
3
|
-
"@protected": true,
|
|
4
|
-
"id": "@id",
|
|
5
|
-
"type": "@type",
|
|
6
|
-
|
|
7
|
-
"alsoKnownAs": {
|
|
8
|
-
"@id": "https://www.w3.org/ns/activitystreams#alsoKnownAs",
|
|
9
|
-
"@type": "@id"
|
|
10
|
-
},
|
|
11
|
-
"assertionMethod": {
|
|
12
|
-
"@id": "https://w3id.org/security#assertionMethod",
|
|
13
|
-
"@type": "@id",
|
|
14
|
-
"@container": "@set"
|
|
15
|
-
},
|
|
16
|
-
"authentication": {
|
|
17
|
-
"@id": "https://w3id.org/security#authenticationMethod",
|
|
18
|
-
"@type": "@id",
|
|
19
|
-
"@container": "@set"
|
|
20
|
-
},
|
|
21
|
-
"capabilityDelegation": {
|
|
22
|
-
"@id": "https://w3id.org/security#capabilityDelegationMethod",
|
|
23
|
-
"@type": "@id",
|
|
24
|
-
"@container": "@set"
|
|
25
|
-
},
|
|
26
|
-
"capabilityInvocation": {
|
|
27
|
-
"@id": "https://w3id.org/security#capabilityInvocationMethod",
|
|
28
|
-
"@type": "@id",
|
|
29
|
-
"@container": "@set"
|
|
30
|
-
},
|
|
31
|
-
"controller": {
|
|
32
|
-
"@id": "https://w3id.org/security#controller",
|
|
33
|
-
"@type": "@id"
|
|
34
|
-
},
|
|
35
|
-
"keyAgreement": {
|
|
36
|
-
"@id": "https://w3id.org/security#keyAgreementMethod",
|
|
37
|
-
"@type": "@id",
|
|
38
|
-
"@container": "@set"
|
|
39
|
-
},
|
|
40
|
-
"service": {
|
|
41
|
-
"@id": "https://www.w3.org/ns/did#service",
|
|
42
|
-
"@type": "@id",
|
|
43
|
-
"@context": {
|
|
44
|
-
"@protected": true,
|
|
45
|
-
"id": "@id",
|
|
46
|
-
"type": "@type",
|
|
47
|
-
"serviceEndpoint": {
|
|
48
|
-
"@id": "https://www.w3.org/ns/did#serviceEndpoint",
|
|
49
|
-
"@type": "@id"
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
"verificationMethod": {
|
|
54
|
-
"@id": "https://w3id.org/security#verificationMethod",
|
|
55
|
-
"@type": "@id"
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
}
|
package/dist/key-B3uag-rz.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import { Temporal } from "@js-temporal/polyfill";
|
|
3
|
-
import { URLPattern } from "urlpattern-polyfill";
|
|
4
|
-
|
|
5
|
-
import "./docloader-XK3y2jn5.js";
|
|
6
|
-
import "./actor-ChbPLm6n.js";
|
|
7
|
-
import "./lookup-BPviO8ij.js";
|
|
8
|
-
import { exportJwk, fetchKey, generateCryptoKeyPair, importJwk, validateCryptoKey } from "./key-jyNTxCvK.js";
|
|
9
|
-
|
|
10
|
-
export { validateCryptoKey };
|
package/dist/key-BiBmb1Yy.cjs
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
const { Temporal } = require("@js-temporal/polyfill");
|
|
3
|
-
const { URLPattern } = require("urlpattern-polyfill");
|
|
4
|
-
|
|
5
|
-
require('./docloader-CCqXeagZ.cjs');
|
|
6
|
-
require('./actor-Be0ThtXy.cjs');
|
|
7
|
-
require('./lookup-hnMAAU5r.cjs');
|
|
8
|
-
const require_key = require('./key-Z6ceKnZC.cjs');
|
|
9
|
-
|
|
10
|
-
exports.validateCryptoKey = require_key.validateCryptoKey;
|
package/dist/key-DK_nfU4I.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import { Temporal } from "@js-temporal/polyfill";
|
|
3
|
-
import { URLPattern } from "urlpattern-polyfill";
|
|
4
|
-
globalThis.addEventListener = () => {};
|
|
5
|
-
|
|
6
|
-
import "./type-C69ZBu7f.js";
|
|
7
|
-
import "./actor-DuCeRiNh.js";
|
|
8
|
-
import { exportJwk, fetchKey, generateCryptoKeyPair, importJwk, validateCryptoKey } from "./key-1KXru8Ug.js";
|
|
9
|
-
|
|
10
|
-
export { validateCryptoKey };
|