mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "@notesnook/crypto-worker",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 2,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "@notesnook/crypto-worker",
|
|
"version": "1.0.0",
|
|
"license": "GPL-3.0-or-later",
|
|
"dependencies": {
|
|
"@notesnook/crypto": "file:../crypto",
|
|
"comlink": "^4.3.1"
|
|
},
|
|
"devDependencies": {}
|
|
},
|
|
"../crypto": {
|
|
"name": "@notesnook/crypto",
|
|
"version": "1.1.1",
|
|
"license": "GPL-3.0-or-later",
|
|
"dependencies": {
|
|
"@notesnook/sodium": "file:../sodium"
|
|
},
|
|
"devDependencies": {}
|
|
},
|
|
"node_modules/@notesnook/crypto": {
|
|
"resolved": "../crypto",
|
|
"link": true
|
|
},
|
|
"node_modules/comlink": {
|
|
"version": "4.3.1",
|
|
"resolved": "https://registry.npmjs.org/comlink/-/comlink-4.3.1.tgz",
|
|
"integrity": "sha512-+YbhUdNrpBZggBAHWcgQMLPLH1KDF3wJpeqrCKieWQ8RL7atmgsgTQko1XEBK6PsecfopWNntopJ+ByYG1lRaA=="
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@notesnook/crypto": {
|
|
"version": "file:../crypto",
|
|
"requires": {
|
|
"@notesnook/sodium": "file:../sodium"
|
|
}
|
|
},
|
|
"comlink": {
|
|
"version": "4.3.1",
|
|
"resolved": "https://registry.npmjs.org/comlink/-/comlink-4.3.1.tgz",
|
|
"integrity": "sha512-+YbhUdNrpBZggBAHWcgQMLPLH1KDF3wJpeqrCKieWQ8RL7atmgsgTQko1XEBK6PsecfopWNntopJ+ByYG1lRaA=="
|
|
}
|
|
}
|
|
}
|