/home/techb158/.nvm/versions/node/v22.6.0/lib/node_modules/npm/node_modules/jsbn
NameSizeModeActions
example.html2220644editdlrm
example.js1370644editdlrm
index.js423080644editdlrm
LICENSE15400644editdlrm
package.json5270644editdlrm
Edit: /home/techb158/.nvm/versions/node/v22.6.0/lib/node_modules/npm/node_modules/jsbn/package.json (527B)
{ "name": "jsbn", "version": "1.1.0", "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" }, "repository": { "type": "git", "url": "https://github.com/andyperlitch/jsbn.git" }, "keywords": [ "biginteger", "bignumber", "big", "integer" ], "author": "Tom Wu", "license": "MIT" }