management/front/dkha-web-sz-main/node_modules/diffie-hellman/package.json

63 lines
1.7 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "diffie-hellman@^5.0.0",
2023-12-18 13:12:25 +08:00
"_id": "diffie-hellman@5.0.3",
"_inBundle": false,
"_integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==",
"_location": "/diffie-hellman",
"_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": "diffie-hellman@^5.0.0",
2023-12-18 13:12:25 +08:00
"name": "diffie-hellman",
"escapedName": "diffie-hellman",
2024-01-16 21:26:16 +08:00
"rawSpec": "^5.0.0",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^5.0.0"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/crypto-browserify"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/diffie-hellman/-/diffie-hellman-5.0.3.tgz",
"_shasum": "40e8ee98f55a2149607146921c63e1ae5f3d2875",
"_spec": "diffie-hellman@^5.0.0",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\crypto-browserify",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Calvin Metcalf"
},
"browser": "browser.js",
"bugs": {
"url": "https://github.com/crypto-browserify/diffie-hellman/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"dependencies": {
"bn.js": "^4.1.0",
"miller-rabin": "^4.0.0",
"randombytes": "^2.0.0"
},
2024-01-16 21:26:16 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "pure js diffie-hellman",
"devDependencies": {
"tap-spec": "^1.0.1",
"tape": "^3.0.1"
},
"homepage": "https://github.com/crypto-browserify/diffie-hellman",
"keywords": [
"diffie",
"hellman",
"diffiehellman",
"dh"
],
"license": "MIT",
"main": "index.js",
"name": "diffie-hellman",
"repository": {
"type": "git",
"url": "git+https://github.com/crypto-browserify/diffie-hellman.git"
},
"scripts": {
"test": "node test.js | tspec"
},
"version": "5.0.3"
}