This repository has been archived on 2024-09-11. You can view files and clone it, but cannot push or open issues or pull requests.
svrjs-blog-newsletter/cronjob/node_modules/jsbn/package.json
2024-05-26 22:54:55 +02:00

52 lines
1.4 KiB
JSON

{
"_from": "jsbn@1.1.0",
"_id": "jsbn@1.1.0",
"_inBundle": false,
"_integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==",
"_location": "/jsbn",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "jsbn@1.1.0",
"name": "jsbn",
"escapedName": "jsbn",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"/ip-address"
],
"_resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz",
"_shasum": "b01307cb29b618a1ed26ec79e911f803c4da0040",
"_spec": "jsbn@1.1.0",
"_where": "/home/dorians/cronjob/node_modules/ip-address",
"author": {
"name": "Tom Wu"
},
"bugs": {
"url": "https://github.com/andyperlitch/jsbn/issues"
},
"bundleDependencies": false,
"deprecated": false,
"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": "1.1.0"
}