37 lines
		
	
	
		
			823 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			823 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "greenlock-ssh-fingerprint",
 | |
|   "version": "1.0.2",
 | |
|   "description": "💯 SSH Fingerprint in < 125 lines of VanillaJS node, Zero Dependencies.",
 | |
|   "homepage": "https://git.coolaj86.com/coolaj86/ssh-fingerprint.js",
 | |
|   "main": "index.js",
 | |
|   "bin": {
 | |
|     "ssh-fingerprint": "bin/ssh-fingerprint.js"
 | |
|   },
 | |
|   "files": [
 | |
|     "bin",
 | |
|     "fixtures",
 | |
|     "lib"
 | |
|   ],
 | |
|   "directories": {
 | |
|     "lib": "lib"
 | |
|   },
 | |
|   "scripts": {
 | |
|     "postinstall": "node lib/telemetry.js event:install",
 | |
|     "test": "bash test.sh"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "https://git.coolaj86.com/coolaj86/ssh-fingerprint.js"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "zero-dependency",
 | |
|     "SSH",
 | |
|     "Fingerprint",
 | |
|     "rsa",
 | |
|     "ec",
 | |
|     "ecdsa"
 | |
|   ],
 | |
|   "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
 | |
|   "license": "MPL-2.0"
 | |
| }
 |