2020-03-31 20:42:07 +08:00
{
2020-03-31 20:54:32 +08:00
"_args" : [
[
"jsbn@0.1.1" ,
"."
]
] ,
"_development" : true ,
"_from" : "jsbn@0.1.1" ,
2020-03-31 20:42:07 +08:00
"_id" : "jsbn@0.1.1" ,
"_inBundle" : false ,
"_integrity" : "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=" ,
"_location" : "/jsbn" ,
"_phantomChildren" : { } ,
"_requested" : {
2020-03-31 20:54:32 +08:00
"type" : "version" ,
2020-03-31 20:42:07 +08:00
"registry" : true ,
2020-03-31 20:54:32 +08:00
"raw" : "jsbn@0.1.1" ,
2020-03-31 20:42:07 +08:00
"name" : "jsbn" ,
"escapedName" : "jsbn" ,
2020-03-31 20:54:32 +08:00
"rawSpec" : "0.1.1" ,
2020-03-31 20:42:07 +08:00
"saveSpec" : null ,
2020-03-31 20:54:32 +08:00
"fetchSpec" : "0.1.1"
2020-03-31 20:42:07 +08:00
} ,
"_requiredBy" : [
"/ecc-jsbn" ,
"/sshpk"
] ,
"_resolved" : "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz" ,
2020-03-31 20:54:32 +08:00
"_spec" : "0.1.1" ,
"_where" : "." ,
2020-03-31 20:42:07 +08:00
"author" : {
"name" : "Tom Wu"
} ,
"bugs" : {
"url" : "https://github.com/andyperlitch/jsbn/issues"
} ,
"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." ,
"homepage" : "https://github.com/andyperlitch/jsbn#readme" ,
"keywords" : [
"biginteger" ,
"bignumber" ,
"big" ,
"integer"
] ,
"license" : "MIT" ,
"main" : "index.js" ,
"name" : "jsbn" ,
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/andyperlitch/jsbn.git"
} ,
"scripts" : {
"test" : "mocha test.js"
} ,
"version" : "0.1.1"
}