42 lines
		
	
	
		
			975 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			975 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "rsa-compat",
 | |
|   "version": "2.0.1",
 | |
|   "description": "RSA utils that work on Windows, Mac, and Linux with or without C compiler",
 | |
|   "main": "index.js",
 | |
|   "bin": {
 | |
|     "rsa-keygen-js": "bin/rsa-keygen.js"
 | |
|   },
 | |
|   "scripts": {
 | |
|     "postinstall": "node lib/telemetry.js event:install",
 | |
|     "test": "bash test.sh"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "https://git.coolaj86.com/coolaj86/rsa-compat.js.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "RSA",
 | |
|     "ursa",
 | |
|     "forge",
 | |
|     "certificate",
 | |
|     "tls",
 | |
|     "ssl",
 | |
|     "windows",
 | |
|     "mac",
 | |
|     "linux",
 | |
|     "key",
 | |
|     "jwk"
 | |
|   ],
 | |
|   "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
 | |
|   "license": "MPL-2.0",
 | |
|   "bugs": {
 | |
|     "url": "https://git.coolaj86.com/coolaj86/rsa-compat.js/issues"
 | |
|   },
 | |
|   "homepage": "https://git.coolaj86.com/coolaj86/rsa-compat.js#readme",
 | |
|   "trulyOptionalDependencies": {
 | |
|     "buffer-v6-polyfill": "^1.0.3",
 | |
|     "node-forge": "^0.7.6",
 | |
|     "ursa-optional": "^0.9.10"
 | |
|   }
 | |
| }
 |