2020-12-21 11:29:31 -04:00
{
2021-02-25 11:57:52 -04:00
"name" : "jsbn" ,
"version" : "0.1.1" ,
"description" : "The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers." ,
"main" : "index.js" ,
"scripts" : {
"test" : "mocha test.js"
2020-12-21 11:29:31 -04:00
} ,
2021-02-25 11:57:52 -04:00
"repository" : {
"type" : "git" ,
"url" : "https://github.com/andyperlitch/jsbn.git"
2020-12-21 11:29:31 -04:00
} ,
"keywords" : [
"biginteger" ,
"bignumber" ,
"big" ,
"integer"
] ,
2021-02-25 11:57:52 -04:00
"author" : "Tom Wu" ,
"license" : "MIT"
, "_resolved" : "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz"
, "_integrity" : "sha1-peZUwuWi3rXyAdls77yoDA7y9RM="
, "_from" : "jsbn@0.1.1"
}