37 lines
		
	
	
		
			739 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			739 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "keyfetch",
 | |
|   "version": "1.1.10",
 | |
|   "description": "Lightweight support for fetching JWKs.",
 | |
|   "homepage": "https://git.coolaj86.com/coolaj86/keyfetch.js",
 | |
|   "main": "keyfetch.js",
 | |
|   "files": [],
 | |
|   "dependencies": {
 | |
|     "@coolaj86/urequest": "^1.3.7",
 | |
|     "eckles": "^1.4.1",
 | |
|     "rasha": "^1.2.4"
 | |
|   },
 | |
|   "devDependencies": {},
 | |
|   "scripts": {
 | |
|     "test": "node keyfetch-test.js"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "https://git.coolaj86.com/coolaj86/keyfetch.js.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "jwks",
 | |
|     "jwk",
 | |
|     "jwt",
 | |
|     "auth0",
 | |
|     "pem",
 | |
|     "RSA",
 | |
|     "EC",
 | |
|     "ECDSA",
 | |
|     "OIDC",
 | |
|     "well-known"
 | |
|   ],
 | |
|   "author": "AJ ONeal <solderjs@gmail.com> (https://coolaj86.com/)",
 | |
|   "license": "MPL-2.0"
 | |
| }
 | |
| 
 |