forked from
smokesignal.events/atproto-plc
Rust and WASM did-method-plc tools and structures
1{
2 "name": "atproto-plc",
3 "version": "0.2.0",
4 "lockfileVersion": 3,
5 "requires": true,
6 "packages": {
7 "": {
8 "name": "atproto-plc",
9 "version": "0.2.0",
10 "license": "MIT OR Apache-2.0",
11 "devDependencies": {
12 "@types/node": "^20.0.0"
13 }
14 },
15 "node_modules/@types/node": {
16 "version": "20.19.25",
17 "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.25.tgz",
18 "integrity": "sha512-ZsJzA5thDQMSQO788d7IocwwQbI8B5OPzmqNvpf3NY/+MHDAS759Wo0gd2WQeXYt5AAAQjzcrTVC6SKCuYgoCQ==",
19 "dev": true,
20 "license": "MIT",
21 "dependencies": {
22 "undici-types": "~6.21.0"
23 }
24 },
25 "node_modules/undici-types": {
26 "version": "6.21.0",
27 "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
28 "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
29 "dev": true,
30 "license": "MIT"
31 }
32 }
33}