PDF_Generation_and_Automation/node_modules/csprng/package.json
2025-08-24 12:01:08 +05:30

20 lines
696 B
JSON

{ "name" : "csprng"
, "description" : "Secure random numbers of any size in any base"
, "homepage" : "http://github.com/jcoglan/node-csprng"
, "author" : "James Coglan <jcoglan@gmail.com> (http://jcoglan.com/)"
, "keywords" : ["crypto", "math", "random", "security"]
, "license" : "MIT"
, "version" : "0.1.2"
, "engines" : {"node": ">=0.6.0"}
, "main" : "./lib/csprng"
, "dependencies" : {"sequin": "*"}
, "repository" : { "type" : "git"
, "url" : "git://github.com/jcoglan/node-csprng.git"
}
, "bugs" : "http://github.com/jcoglan/node-csprng/issues"
}