| 
									
										
										
										
											2019-10-08 14:21:51 -06:00
										 |  |  | { | 
					
						
							|  |  |  | 	"name": "@root/keypairs", | 
					
						
							| 
									
										
										
										
											2021-08-26 20:20:40 -06:00
										 |  |  | 	"version": "0.10.2", | 
					
						
							| 
									
										
										
										
											2019-10-08 14:21:51 -06:00
										 |  |  | 	"description": "Lightweight, Zero-Dependency RSA and EC/ECDSA crypto for Node.js and Browsers", | 
					
						
							|  |  |  | 	"main": "keypairs.js", | 
					
						
							| 
									
										
										
										
											2019-10-15 04:12:46 -06:00
										 |  |  | 	"browser": { | 
					
						
							|  |  |  | 		"./lib/node/keypairs.js": "./lib/browser/keypairs.js", | 
					
						
							|  |  |  | 		"./lib/node/ecdsa.js": "./lib/browser/ecdsa.js", | 
					
						
							|  |  |  | 		"./lib/node/rsa.js": "./lib/browser/rsa.js", | 
					
						
							|  |  |  | 		"./lib/node/sha2.js": "./lib/browser/sha2.js" | 
					
						
							|  |  |  | 	}, | 
					
						
							| 
									
										
										
										
											2019-10-08 14:21:51 -06:00
										 |  |  | 	"scripts": { | 
					
						
							|  |  |  | 		"test": "node tests" | 
					
						
							|  |  |  | 	}, | 
					
						
							| 
									
										
										
										
											2021-08-26 20:20:40 -06:00
										 |  |  | 	"files": [ | 
					
						
							|  |  |  | 		"*.js", | 
					
						
							|  |  |  | 		"bin", | 
					
						
							|  |  |  | 		"lib", | 
					
						
							|  |  |  | 		"dist" | 
					
						
							|  |  |  | 	], | 
					
						
							| 
									
										
										
										
											2019-10-08 14:21:51 -06:00
										 |  |  | 	"repository": { | 
					
						
							|  |  |  | 		"type": "git", | 
					
						
							| 
									
										
										
										
											2021-08-26 20:20:36 -06:00
										 |  |  | 		"url": "https://github.com/therootcompany/keypairs.js.git" | 
					
						
							| 
									
										
										
										
											2019-10-08 14:21:51 -06:00
										 |  |  | 	}, | 
					
						
							| 
									
										
										
										
											2021-08-26 20:20:40 -06:00
										 |  |  | 	"keywords": [ | 
					
						
							|  |  |  | 		"ASN.1", | 
					
						
							|  |  |  | 		"DER", | 
					
						
							|  |  |  | 		"PEM", | 
					
						
							|  |  |  | 		"x509", | 
					
						
							|  |  |  | 		"RSA", | 
					
						
							|  |  |  | 		"EC", | 
					
						
							|  |  |  | 		"ECDSA", | 
					
						
							|  |  |  | 		"asn1" | 
					
						
							|  |  |  | 	], | 
					
						
							| 
									
										
										
										
											2019-10-08 14:21:51 -06:00
										 |  |  | 	"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)", | 
					
						
							|  |  |  | 	"license": "MPL-2.0", | 
					
						
							|  |  |  | 	"dependencies": { | 
					
						
							| 
									
										
										
										
											2019-10-15 04:12:46 -06:00
										 |  |  | 		"@root/encoding": "^1.0.1", | 
					
						
							|  |  |  | 		"@root/pem": "^1.0.4", | 
					
						
							|  |  |  | 		"@root/x509": "^0.7.2" | 
					
						
							| 
									
										
										
										
											2019-10-08 14:21:51 -06:00
										 |  |  | 	} | 
					
						
							|  |  |  | } |