2022-08-31 07:24:54 +05:00
{
"name" : "@notesnook/streamable-fs" ,
2024-09-23 15:47:09 +05:00
"version" : "2.1.3" ,
2022-08-31 07:24:54 +05:00
"lockfileVersion" : 2 ,
"requires" : true ,
"packages" : {
"" : {
"name" : "@notesnook/streamable-fs" ,
2024-09-23 15:47:09 +05:00
"version" : "2.1.3" ,
2022-10-18 17:29:28 +05:00
"license" : "GPL-3.0-or-later" ,
2022-08-31 07:24:54 +05:00
"dependencies" : {
2023-09-20 11:25:06 +05:00
"@notesnook/crypto" : "file:../crypto"
2022-08-31 07:24:54 +05:00
} ,
"devDependencies" : {
2023-06-12 11:49:37 +05:00
"@types/localforage" : "^0.0.34"
2022-08-31 07:24:54 +05:00
}
} ,
2023-07-06 09:09:10 +05:00
"../crypto" : {
"name" : "@notesnook/crypto" ,
2024-09-23 15:47:09 +05:00
"version" : "2.1.3" ,
2023-07-06 09:09:10 +05:00
"license" : "GPL-3.0-or-later" ,
"dependencies" : {
"@notesnook/sodium" : "file:../sodium"
} ,
"devDependencies" : { }
} ,
"node_modules/@notesnook/crypto" : {
"resolved" : "../crypto" ,
"link" : true
} ,
2022-08-31 07:24:54 +05:00
"node_modules/@types/localforage" : {
"version" : "0.0.34" ,
"resolved" : "https://registry.npmjs.org/@types/localforage/-/localforage-0.0.34.tgz" ,
"integrity" : "sha512-tJxahnjm9dEI1X+hQSC5f2BSd/coZaqbIl1m3TCl0q9SVuC52XcXfV0XmoCU1+PmjyucuVITwoTnN8OlTbEXXA==" ,
"deprecated" : "This is a stub types definition for localforage (https://github.com/localForage/localForage). localforage provides its own type definitions, so you don't need @types/localforage installed!" ,
"dev" : true ,
"dependencies" : {
"localforage" : "*"
}
} ,
"node_modules/immediate" : {
"version" : "3.0.6" ,
"resolved" : "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz" ,
2023-09-20 11:25:06 +05:00
"integrity" : "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==" ,
"dev" : true
2022-08-31 07:24:54 +05:00
} ,
"node_modules/lie" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/lie/-/lie-3.1.1.tgz" ,
"integrity" : "sha512-RiNhHysUjhrDQntfYSfY4MU24coXXdEOgw9WGcKHNeEwffDYbF//u87M1EWaMGzuFoSbqW0C9C6lEEhDOAswfw==" ,
2023-09-20 11:25:06 +05:00
"dev" : true ,
2022-08-31 07:24:54 +05:00
"dependencies" : {
"immediate" : "~3.0.5"
}
} ,
"node_modules/localforage" : {
"version" : "1.10.0" ,
"resolved" : "https://registry.npmjs.org/localforage/-/localforage-1.10.0.tgz" ,
"integrity" : "sha512-14/H1aX7hzBBmmh7sGPd+AOMkkIrHM3Z1PAyGgZigA1H1p5O5ANnMyWzvpAETtG68/dC4pC0ncy3+PPGzXZHPg==" ,
2023-09-20 11:25:06 +05:00
"dev" : true ,
2022-08-31 07:24:54 +05:00
"dependencies" : {
"lie" : "3.1.1"
}
}
} ,
"dependencies" : {
2023-07-06 09:09:10 +05:00
"@notesnook/crypto" : {
"version" : "file:../crypto" ,
"requires" : {
"@notesnook/sodium" : "file:../sodium"
}
} ,
2022-08-31 07:24:54 +05:00
"@types/localforage" : {
"version" : "0.0.34" ,
"resolved" : "https://registry.npmjs.org/@types/localforage/-/localforage-0.0.34.tgz" ,
"integrity" : "sha512-tJxahnjm9dEI1X+hQSC5f2BSd/coZaqbIl1m3TCl0q9SVuC52XcXfV0XmoCU1+PmjyucuVITwoTnN8OlTbEXXA==" ,
"dev" : true ,
"requires" : {
"localforage" : "*"
}
} ,
"immediate" : {
"version" : "3.0.6" ,
"resolved" : "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz" ,
2023-09-20 11:25:06 +05:00
"integrity" : "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==" ,
"dev" : true
2022-08-31 07:24:54 +05:00
} ,
"lie" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/lie/-/lie-3.1.1.tgz" ,
"integrity" : "sha512-RiNhHysUjhrDQntfYSfY4MU24coXXdEOgw9WGcKHNeEwffDYbF//u87M1EWaMGzuFoSbqW0C9C6lEEhDOAswfw==" ,
2023-09-20 11:25:06 +05:00
"dev" : true ,
2022-08-31 07:24:54 +05:00
"requires" : {
"immediate" : "~3.0.5"
}
} ,
"localforage" : {
"version" : "1.10.0" ,
"resolved" : "https://registry.npmjs.org/localforage/-/localforage-1.10.0.tgz" ,
"integrity" : "sha512-14/H1aX7hzBBmmh7sGPd+AOMkkIrHM3Z1PAyGgZigA1H1p5O5ANnMyWzvpAETtG68/dC4pC0ncy3+PPGzXZHPg==" ,
2023-09-20 11:25:06 +05:00
"dev" : true ,
2022-08-31 07:24:54 +05:00
"requires" : {
"lie" : "3.1.1"
}
}
}
}