2019-04-19 07:42:28 +00:00
{
2023-07-11 22:50:03 +00:00
"name" : "@lumeweb/bigint-crypto-utils" ,
"version" : "3.3.0" ,
"description" : "Arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing. It works in modern browsers, Angular, React, Node.js, etc. since it uses the native JS implementation of BigInt" ,
"keywords" : [
"modular arithmetics" ,
"crypto" ,
"prime" ,
"random" ,
"rng" ,
"prng" ,
"primality test" ,
"BigInt" ,
"angular" ,
"react"
2020-04-06 11:17:22 +00:00
] ,
2023-07-11 22:50:03 +00:00
"license" : "MIT" ,
"author" : {
"name" : "Juan Hernández Serrano" ,
"email" : "j.hernandez@upc.edu" ,
"url" : "https://github.com/juanelas"
} ,
"repository" : {
"type" : "git" ,
"url" : "gitea@git.lumeweb.com:LumeWeb/bigint-crypto-utils.git"
} ,
"engines" : {
"node" : ">=14.0.0"
2023-04-11 09:01:32 +00:00
} ,
2023-07-11 22:50:03 +00:00
"main" : "lib/index.js" ,
"type" : "module" ,
"devDependencies" : {
"@lumeweb/node-library-preset" : "^0.2.7" ,
"presetter" : "*"
} ,
"bugs" : {
"url" : "https://github.com/juanelas/bigint-crypto-utils/issues"
} ,
"readme" : "ERROR: No README data found!" ,
"homepage" : "https://github.com/juanelas/bigint-crypto-utils#readme" ,
"_id" : "bigint-crypto-utils@3.3.0" ,
"scripts" : {
"prepare" : "presetter bootstrap" ,
"build" : "run build"
} ,
"dependencies" : {
"@lumeweb/bigint-mod-arith" : "^1.0.0"
} ,
"files" : [
"lib"
] ,
"publishConfig" : {
"access" : "public"
2023-04-11 09:01:32 +00:00
}
2019-04-20 20:13:13 +00:00
}