1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/sshpk/package.json

97 lines
2.5 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "sshpk@^1.7.0",
"_id": "sshpk@1.18.0",
2023-12-18 13:12:25 +08:00
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==",
2023-12-18 13:12:25 +08:00
"_location": "/sshpk",
"_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": "sshpk@^1.7.0",
2023-12-18 13:12:25 +08:00
"name": "sshpk",
"escapedName": "sshpk",
2024-01-16 21:26:16 +08:00
"rawSpec": "^1.7.0",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^1.7.0"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/http-signature"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/sshpk/-/sshpk-1.18.0.tgz",
"_shasum": "1663e55cddf4d688b86a46b77f0d5fe363aba028",
"_spec": "sshpk@^1.7.0",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\http-signature",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Joyent, Inc"
},
"bin": {
"sshpk-conv": "bin/sshpk-conv",
"sshpk-sign": "bin/sshpk-sign",
"sshpk-verify": "bin/sshpk-verify"
},
"bugs": {
"url": "https://github.com/arekinath/node-sshpk/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"contributors": [
{
"name": "Dave Eddy",
"email": "dave@daveeddy.com"
},
{
"name": "Mark Cavage",
"email": "mcavage@gmail.com"
},
{
"name": "Alex Wilson",
"email": "alex@cooperi.net"
}
],
"dependencies": {
"asn1": "~0.2.3",
"assert-plus": "^1.0.0",
"bcrypt-pbkdf": "^1.0.0",
"dashdash": "^1.12.0",
"ecc-jsbn": "~0.1.1",
"getpass": "^0.1.1",
"jsbn": "~0.1.0",
"safer-buffer": "^2.0.2",
"tweetnacl": "~0.14.0"
},
2024-01-16 21:26:16 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "A library for finding and using SSH public keys",
"devDependencies": {
"benchmark": "^1.0.0",
"sinon": "^1.17.2",
"tape": "^3.5.0",
"temp": "^0.8.2"
},
"directories": {
"bin": "./bin",
"lib": "./lib",
"man": "./man/man1"
},
"engines": {
"node": ">=0.10.0"
},
"homepage": "https://github.com/arekinath/node-sshpk#readme",
"license": "MIT",
"main": "lib/index.js",
"man": [
2024-01-16 21:26:16 +08:00
"E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\sshpk\\man\\man1\\sshpk-conv.1",
"E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\sshpk\\man\\man1\\sshpk-sign.1",
"E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\sshpk\\man\\man1\\sshpk-verify.1"
2023-12-18 13:12:25 +08:00
],
"name": "sshpk",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/joyent/node-sshpk.git"
},
"scripts": {
"test": "tape test/*.js"
},
2024-01-16 21:26:16 +08:00
"version": "1.18.0"
2023-12-18 13:12:25 +08:00
}