mirror of
				https://github.com/therootcompany/acme.js.git
				synced 2024-11-16 17:29:00 +00:00 
			
		
		
		
	v1.3.2: make Prettier, add banner
This commit is contained in:
		
							parent
							
								
									2d0500fa24
								
							
						
					
					
						commit
						df244d9a15
					
				
							
								
								
									
										10
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								README.md
									
									
									
									
									
								
							| @ -1,3 +1,13 @@ | ||||
| # Do you rely on ACME.js? | ||||
| 
 | ||||
| Hey! Let's Encrypt will **STOP WORKING** with Greenlock and ACME.js at the end of Oct 2019. | ||||
| **WITHOUT YOUR HELP** we won't get the next release out in time. | ||||
| 
 | ||||
| If Greenlock (or ACME.js) has saved you time and money, and taken stress out of your life, | ||||
| or you just love it, please reach out to return the favor today: | ||||
| 
 | ||||
| [**SAVE GREENLOCK / ACME.js**](https://indiegogo.com/at/greenlock): <https://indiegogo.com/at/greenlock> | ||||
| 
 | ||||
| # [acme.js](https://git.coolaj86.com/coolaj86/acme.js) | ||||
| 
 | ||||
| Free SSL for everybody. The bare essentials of the Let's Encrypt v2 (ACME) API. | ||||
|  | ||||
							
								
								
									
										94
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										94
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @ -1,49 +1,49 @@ | ||||
| { | ||||
|   "name": "acme", | ||||
|   "version": "1.3.1", | ||||
|   "lockfileVersion": 1, | ||||
|   "requires": true, | ||||
|   "dependencies": { | ||||
|     "@root/request": { | ||||
|       "version": "1.3.11", | ||||
|       "resolved": "https://registry.npmjs.org/@root/request/-/request-1.3.11.tgz", | ||||
|       "integrity": "sha512-3a4Eeghcjsfe6zh7EJ+ni1l8OK9Fz2wL1OjP4UCa0YdvtH39kdXB9RGWuzyNv7dZi0+Ffkc83KfH0WbPMiuJFw==" | ||||
|     }, | ||||
|     "acme-v2": { | ||||
|       "version": "1.8.2", | ||||
|       "resolved": "https://registry.npmjs.org/acme-v2/-/acme-v2-1.8.2.tgz", | ||||
|       "integrity": "sha512-uYGA+DuTnA44EsGXE413XnbTotGHCzkucXjMk23QRwGnaGlnr0lNBoYjByyeIVLSzj0W6Y9FqA9h+15+H+ltMw==", | ||||
|       "requires": { | ||||
|         "@root/request": "^1.3.11", | ||||
|         "rsa-compat": "^2.0.8" | ||||
|       } | ||||
|     }, | ||||
|     "eckles": { | ||||
|       "version": "1.4.1", | ||||
|       "resolved": "https://registry.npmjs.org/eckles/-/eckles-1.4.1.tgz", | ||||
|       "integrity": "sha512-auWyk/k8oSkVHaD4RxkPadKsLUcIwKgr/h8F7UZEueFDBO7BsE4y+H6IMUDbfqKIFPg/9MxV6KcBdJCmVVcxSA==" | ||||
|     }, | ||||
|     "keypairs": { | ||||
|       "version": "1.2.14", | ||||
|       "resolved": "https://registry.npmjs.org/keypairs/-/keypairs-1.2.14.tgz", | ||||
|       "integrity": "sha512-ZoZfZMygyB0QcjSlz7Rh6wT2CJasYEHBPETtmHZEfxuJd7bnsOG5AdtPZqHZBT+hoHvuWCp/4y8VmvTvH0Y9uA==", | ||||
|       "requires": { | ||||
|         "eckles": "^1.4.1", | ||||
|         "rasha": "^1.2.4" | ||||
|       } | ||||
|     }, | ||||
|     "rasha": { | ||||
|       "version": "1.2.5", | ||||
|       "resolved": "https://registry.npmjs.org/rasha/-/rasha-1.2.5.tgz", | ||||
|       "integrity": "sha512-KxtX+/fBk+wM7O3CNgwjSh5elwFilLvqWajhr6wFr2Hd63JnKTTi43Tw+Jb1hxJQWOwoya+NZWR2xztn3hCrTw==" | ||||
|     }, | ||||
|     "rsa-compat": { | ||||
|       "version": "2.0.8", | ||||
|       "resolved": "https://registry.npmjs.org/rsa-compat/-/rsa-compat-2.0.8.tgz", | ||||
|       "integrity": "sha512-BFiiSEbuxzsVdaxpejbxfX07qs+rtous49Y6mL/zw6YHh9cranDvm2BvBmqT3rso84IsxNlP5BXnuNvm1Wn3Tw==", | ||||
|       "requires": { | ||||
|         "keypairs": "^1.2.14" | ||||
|       } | ||||
|     } | ||||
|   } | ||||
| 	"name": "acme", | ||||
| 	"version": "1.3.2", | ||||
| 	"lockfileVersion": 1, | ||||
| 	"requires": true, | ||||
| 	"dependencies": { | ||||
| 		"@root/request": { | ||||
| 			"version": "1.3.11", | ||||
| 			"resolved": "https://registry.npmjs.org/@root/request/-/request-1.3.11.tgz", | ||||
| 			"integrity": "sha512-3a4Eeghcjsfe6zh7EJ+ni1l8OK9Fz2wL1OjP4UCa0YdvtH39kdXB9RGWuzyNv7dZi0+Ffkc83KfH0WbPMiuJFw==" | ||||
| 		}, | ||||
| 		"acme-v2": { | ||||
| 			"version": "1.8.4", | ||||
| 			"resolved": "https://registry.npmjs.org/acme-v2/-/acme-v2-1.8.4.tgz", | ||||
| 			"integrity": "sha512-kg7Tch2g1ottWr0XJrvVtaE2uDksAAgqvTo6+tIfzHjxM2krlArLek8k67wsUJKacrdfGM0fUKdWEVsal+dUKA==", | ||||
| 			"requires": { | ||||
| 				"@root/request": "^1.3.11", | ||||
| 				"rsa-compat": "^2.0.8" | ||||
| 			} | ||||
| 		}, | ||||
| 		"eckles": { | ||||
| 			"version": "1.4.1", | ||||
| 			"resolved": "https://registry.npmjs.org/eckles/-/eckles-1.4.1.tgz", | ||||
| 			"integrity": "sha512-auWyk/k8oSkVHaD4RxkPadKsLUcIwKgr/h8F7UZEueFDBO7BsE4y+H6IMUDbfqKIFPg/9MxV6KcBdJCmVVcxSA==" | ||||
| 		}, | ||||
| 		"keypairs": { | ||||
| 			"version": "1.2.14", | ||||
| 			"resolved": "https://registry.npmjs.org/keypairs/-/keypairs-1.2.14.tgz", | ||||
| 			"integrity": "sha512-ZoZfZMygyB0QcjSlz7Rh6wT2CJasYEHBPETtmHZEfxuJd7bnsOG5AdtPZqHZBT+hoHvuWCp/4y8VmvTvH0Y9uA==", | ||||
| 			"requires": { | ||||
| 				"eckles": "^1.4.1", | ||||
| 				"rasha": "^1.2.4" | ||||
| 			} | ||||
| 		}, | ||||
| 		"rasha": { | ||||
| 			"version": "1.2.5", | ||||
| 			"resolved": "https://registry.npmjs.org/rasha/-/rasha-1.2.5.tgz", | ||||
| 			"integrity": "sha512-KxtX+/fBk+wM7O3CNgwjSh5elwFilLvqWajhr6wFr2Hd63JnKTTi43Tw+Jb1hxJQWOwoya+NZWR2xztn3hCrTw==" | ||||
| 		}, | ||||
| 		"rsa-compat": { | ||||
| 			"version": "2.0.8", | ||||
| 			"resolved": "https://registry.npmjs.org/rsa-compat/-/rsa-compat-2.0.8.tgz", | ||||
| 			"integrity": "sha512-BFiiSEbuxzsVdaxpejbxfX07qs+rtous49Y6mL/zw6YHh9cranDvm2BvBmqT3rso84IsxNlP5BXnuNvm1Wn3Tw==", | ||||
| 			"requires": { | ||||
| 				"keypairs": "^1.2.14" | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
|  | ||||
| @ -1,6 +1,6 @@ | ||||
| { | ||||
| 	"name": "acme", | ||||
| 	"version": "1.3.1", | ||||
| 	"version": "1.3.2", | ||||
| 	"description": "The bare essentials of the ACME (Let's Encrypt v2) API. This is a low-level library for building high-level clients.", | ||||
| 	"homepage": "https://git.coolaj86.com/coolaj86/acme.js", | ||||
| 	"main": "node.js", | ||||
| @ -25,6 +25,6 @@ | ||||
| 	"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)", | ||||
| 	"license": "MPL-2.0", | ||||
| 	"dependencies": { | ||||
| 		"acme-v2": "^1.8.2" | ||||
| 		"acme-v2": "^1.8.4" | ||||
| 	} | ||||
| } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user