Files
Foundry-VTT-Docker/resources/app/node_modules/jsbn/package.json

12 lines
397 B
JSON
Raw Normal View History

2025-01-04 00:34:03 +01: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",
"repository": {
"type": "git",
"url": "https://github.com/andyperlitch/jsbn.git"
},
"author": "Tom Wu",
"license": "MIT"
}