2022.07.20 16:18:09 更新订阅

This commit is contained in:
GitHub Actions
2022-07-20 16:18:09 +08:00
parent 093e9a888d
commit d896fbebe3
1456 changed files with 120662 additions and 7249 deletions

21
utils/rm/node_modules/jsbn/package.json generated vendored Normal file
View File

@@ -0,0 +1,21 @@
{
"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"
}