2018-02-19 04:41:25 +11:00
{
"_args" : [
[
2018-05-26 22:48:13 +10:00
"jsbn@0.1.1" ,
"/Users/aa/TheDesk/app"
2018-02-19 04:41:25 +11:00
]
] ,
2018-05-26 22:48:13 +10:00
"_from" : "jsbn@0.1.1" ,
2018-02-19 04:41:25 +11:00
"_id" : "jsbn@0.1.1" ,
2018-05-26 22:48:13 +10:00
"_inBundle" : false ,
"_integrity" : "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=" ,
2018-02-19 04:41:25 +11:00
"_location" : "/jsbn" ,
2018-05-26 22:48:13 +10:00
"_optional" : true ,
2018-02-19 04:41:25 +11:00
"_phantomChildren" : { } ,
"_requested" : {
2018-05-26 22:48:13 +10:00
"type" : "version" ,
"registry" : true ,
"raw" : "jsbn@0.1.1" ,
2018-02-19 04:41:25 +11:00
"name" : "jsbn" ,
2018-05-26 22:48:13 +10:00
"escapedName" : "jsbn" ,
"rawSpec" : "0.1.1" ,
"saveSpec" : null ,
"fetchSpec" : "0.1.1"
2018-02-19 04:41:25 +11:00
} ,
"_requiredBy" : [
"/ecc-jsbn" ,
"/sshpk"
] ,
"_resolved" : "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz" ,
2018-05-26 22:48:13 +10:00
"_spec" : "0.1.1" ,
"_where" : "/Users/aa/TheDesk/app" ,
2018-02-19 04:41:25 +11: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"
}