Changeset 59329aa for trip-planner-front/node_modules/sshpk
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/sshpk/package.json
rceaed42 r59329aa 1 1 { 2 "name": "sshpk", 3 "version": "1.16.1", 4 "description": "A library for finding and using SSH public keys", 5 "main": "lib/index.js", 6 "scripts": { 7 "test": "tape test/*.js" 2 "_args": [ 3 [ 4 "sshpk@1.16.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "sshpk@1.16.1", 10 "_id": "sshpk@1.16.1", 11 "_inBundle": false, 12 "_integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==", 13 "_location": "/sshpk", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "sshpk@1.16.1", 19 "name": "sshpk", 20 "escapedName": "sshpk", 21 "rawSpec": "1.16.1", 22 "saveSpec": null, 23 "fetchSpec": "1.16.1" 8 24 }, 9 "repository": { 10 "type": "git", 11 "url": "git+https://github.com/joyent/node-sshpk.git" 25 "_requiredBy": [ 26 "/http-signature" 27 ], 28 "_resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz", 29 "_spec": "1.16.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Joyent, Inc" 12 33 }, 13 "author": "Joyent, Inc", 34 "bin": { 35 "sshpk-conv": "bin/sshpk-conv", 36 "sshpk-sign": "bin/sshpk-sign", 37 "sshpk-verify": "bin/sshpk-verify" 38 }, 39 "bugs": { 40 "url": "https://github.com/arekinath/node-sshpk/issues" 41 }, 14 42 "contributors": [ 15 43 { … … 26 54 } 27 55 ], 28 "license": "MIT", 29 "bugs": { 30 "url": "https://github.com/arekinath/node-sshpk/issues" 56 "dependencies": { 57 "asn1": "~0.2.3", 58 "assert-plus": "^1.0.0", 59 "bcrypt-pbkdf": "^1.0.0", 60 "dashdash": "^1.12.0", 61 "ecc-jsbn": "~0.1.1", 62 "getpass": "^0.1.1", 63 "jsbn": "~0.1.0", 64 "safer-buffer": "^2.0.2", 65 "tweetnacl": "~0.14.0" 31 66 }, 32 "engines": { 33 "node": ">=0.10.0" 67 "description": "A library for finding and using SSH public keys", 68 "devDependencies": { 69 "benchmark": "^1.0.0", 70 "sinon": "^1.17.2", 71 "tape": "^3.5.0", 72 "temp": "^0.8.2" 34 73 }, 35 74 "directories": { … … 38 77 "man": "./man/man1" 39 78 }, 79 "engines": { 80 "node": ">=0.10.0" 81 }, 40 82 "homepage": "https://github.com/arekinath/node-sshpk#readme", 41 "dependencies": { 42 "asn1": "~0.2.3", 43 "assert-plus": "^1.0.0", 44 "dashdash": "^1.12.0", 45 "getpass": "^0.1.1", 46 "safer-buffer": "^2.0.2", 47 "jsbn": "~0.1.0", 48 "tweetnacl": "~0.14.0", 49 "ecc-jsbn": "~0.1.1", 50 "bcrypt-pbkdf": "^1.0.0" 83 "license": "MIT", 84 "main": "lib/index.js", 85 "man": [ 86 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\sshpk\\man\\man1\\sshpk-conv.1", 87 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\sshpk\\man\\man1\\sshpk-sign.1", 88 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\sshpk\\man\\man1\\sshpk-verify.1" 89 ], 90 "name": "sshpk", 91 "optionalDependencies": {}, 92 "repository": { 93 "type": "git", 94 "url": "git+https://github.com/joyent/node-sshpk.git" 51 95 }, 52 "optionalDependencies": { 96 "scripts": { 97 "test": "tape test/*.js" 53 98 }, 54 "devDependencies": { 55 "tape": "^3.5.0", 56 "benchmark": "^1.0.0", 57 "sinon": "^1.17.2", 58 "temp": "^0.8.2" 59 } 99 "version": "1.16.1" 60 100 }
Note:
See TracChangeset
for help on using the changeset viewer.