2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from" : "jsbn@~0.1.0" ,
2023-12-18 13:12:25 +08:00
"_id" : "jsbn@0.1.1" ,
"_inBundle" : false ,
2024-01-16 21:26:16 +08:00
"_integrity" : "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==" ,
2023-12-18 13:12:25 +08:00
"_location" : "/jsbn" ,
"_phantomChildren" : { } ,
"_requested" : {
2024-01-16 21:26:16 +08:00
"type" : "range" ,
2023-12-18 13:12:25 +08:00
"registry" : true ,
2024-01-16 21:26:16 +08:00
"raw" : "jsbn@~0.1.0" ,
2023-12-18 13:12:25 +08:00
"name" : "jsbn" ,
"escapedName" : "jsbn" ,
2024-01-16 21:26:16 +08:00
"rawSpec" : "~0.1.0" ,
2023-12-18 13:12:25 +08:00
"saveSpec" : null ,
2024-01-16 21:26:16 +08:00
"fetchSpec" : "~0.1.0"
2023-12-18 13:12:25 +08:00
} ,
"_requiredBy" : [
"/ecc-jsbn" ,
"/sshpk"
] ,
2024-01-16 21:26:16 +08:00
"_resolved" : "https://registry.npmmirror.com/jsbn/-/jsbn-0.1.1.tgz" ,
"_shasum" : "a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" ,
"_spec" : "jsbn@~0.1.0" ,
"_where" : "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\sshpk" ,
2023-12-18 13:12:25 +08:00
"author" : {
"name" : "Tom Wu"
} ,
"bugs" : {
"url" : "https://github.com/andyperlitch/jsbn/issues"
} ,
2024-01-16 21:26:16 +08:00
"bundleDependencies" : false ,
"deprecated" : false ,
2023-12-18 13:12:25 +08:00
"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"
}