142 lines
		
	
	
		
			6.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			142 lines
		
	
	
		
			6.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "name": "greenlock",
 | |
|     "version": "3.0.26",
 | |
|     "lockfileVersion": 1,
 | |
|     "requires": true,
 | |
|     "dependencies": {
 | |
|         "@root/acme": {
 | |
|             "version": "3.0.8",
 | |
|             "resolved": "https://registry.npmjs.org/@root/acme/-/acme-3.0.8.tgz",
 | |
|             "integrity": "sha512-VmBvLvWdCDkolkanI9Dzm1ouSWPaAa2eCCwcDZcVQbWoNiUIOqbbd57fcMA/gZxLyuJPStD2WXFuEuSMPDxcww==",
 | |
|             "requires": {
 | |
|                 "@root/encoding": "^1.0.1",
 | |
|                 "@root/keypairs": "^0.9.0",
 | |
|                 "@root/pem": "^1.0.4",
 | |
|                 "@root/request": "^1.3.11",
 | |
|                 "@root/x509": "^0.7.2"
 | |
|             }
 | |
|         },
 | |
|         "@root/asn1": {
 | |
|             "version": "1.0.0",
 | |
|             "resolved": "https://registry.npmjs.org/@root/asn1/-/asn1-1.0.0.tgz",
 | |
|             "integrity": "sha512-0lfZNuOULKJDJmdIkP8V9RnbV3XaK6PAHD3swnFy4tZwtlMDzLKoM/dfNad7ut8Hu3r91wy9uK0WA/9zym5mig==",
 | |
|             "requires": {
 | |
|                 "@root/encoding": "^1.0.1"
 | |
|             }
 | |
|         },
 | |
|         "@root/csr": {
 | |
|             "version": "0.8.1",
 | |
|             "resolved": "https://registry.npmjs.org/@root/csr/-/csr-0.8.1.tgz",
 | |
|             "integrity": "sha512-hKl0VuE549TK6SnS2Yn9nRvKbFZXn/oAg+dZJU/tlKl/f/0yRXeuUzf8akg3JjtJq+9E592zDqeXZ7yyrg8fSQ==",
 | |
|             "requires": {
 | |
|                 "@root/asn1": "^1.0.0",
 | |
|                 "@root/pem": "^1.0.4",
 | |
|                 "@root/x509": "^0.7.2"
 | |
|             }
 | |
|         },
 | |
|         "@root/encoding": {
 | |
|             "version": "1.0.1",
 | |
|             "resolved": "https://registry.npmjs.org/@root/encoding/-/encoding-1.0.1.tgz",
 | |
|             "integrity": "sha512-OaEub02ufoU038gy6bsNHQOjIn8nUjGiLcaRmJ40IUykneJkIW5fxDqKxQx48cszuNflYldsJLPPXCrGfHs8yQ=="
 | |
|         },
 | |
|         "@root/greenlock": {
 | |
|             "version": "3.0.26",
 | |
|             "resolved": "https://registry.npmjs.org/@root/greenlock/-/greenlock-3.0.26.tgz",
 | |
|             "integrity": "sha512-tsKmAZKldsbCPw1N27+5QfMT7m4WnJxhCthulI6nJCHVgCJnIuXvZnEsIWZCx4BMur44yHccwoSw/FF8S3FNCw==",
 | |
|             "requires": {
 | |
|                 "@root/acme": "^3.0.8",
 | |
|                 "@root/csr": "^0.8.1",
 | |
|                 "@root/keypairs": "^0.9.0",
 | |
|                 "@root/mkdirp": "^1.0.0",
 | |
|                 "@root/request": "^1.3.10",
 | |
|                 "acme-http-01-standalone": "^3.0.5",
 | |
|                 "cert-info": "^1.5.1",
 | |
|                 "greenlock-manager-fs": "^3.0.3",
 | |
|                 "greenlock-store-fs": "^3.2.0",
 | |
|                 "safe-replace": "^1.1.0"
 | |
|             },
 | |
|             "dependencies": {
 | |
|                 "greenlock-manager-fs": {
 | |
|                     "version": "3.0.3",
 | |
|                     "resolved": "https://registry.npmjs.org/greenlock-manager-fs/-/greenlock-manager-fs-3.0.3.tgz",
 | |
|                     "integrity": "sha512-Jwo60nHd10PNUA9M6cylD9YB4x4hzlfO2LRIGI0X+V+zA0x3KVbNW14yj8frdfHrtsWC1JQe7oFnHVdoRbAU2A==",
 | |
|                     "requires": {
 | |
|                         "@root/mkdirp": "^1.0.0",
 | |
|                         "safe-replace": "^1.1.0"
 | |
|                     }
 | |
|                 }
 | |
|             }
 | |
|         },
 | |
|         "@root/keypairs": {
 | |
|             "version": "0.9.0",
 | |
|             "resolved": "https://registry.npmjs.org/@root/keypairs/-/keypairs-0.9.0.tgz",
 | |
|             "integrity": "sha512-NXE2L9Gv7r3iC4kB/gTPZE1vO9Ox/p14zDzAJ5cGpTpytbWOlWF7QoHSJbtVX4H7mRG/Hp7HR3jWdWdb2xaaXg==",
 | |
|             "requires": {
 | |
|                 "@root/encoding": "^1.0.1",
 | |
|                 "@root/pem": "^1.0.4",
 | |
|                 "@root/x509": "^0.7.2"
 | |
|             }
 | |
|         },
 | |
|         "@root/mkdirp": {
 | |
|             "version": "1.0.0",
 | |
|             "resolved": "https://registry.npmjs.org/@root/mkdirp/-/mkdirp-1.0.0.tgz",
 | |
|             "integrity": "sha512-hxGAYUx5029VggfG+U9naAhQkoMSXtOeXtbql97m3Hi6/sQSRL/4khKZPyOF6w11glyCOU38WCNLu9nUcSjOfA=="
 | |
|         },
 | |
|         "@root/pem": {
 | |
|             "version": "1.0.4",
 | |
|             "resolved": "https://registry.npmjs.org/@root/pem/-/pem-1.0.4.tgz",
 | |
|             "integrity": "sha512-rEUDiUsHtild8GfIjFE9wXtcVxeS+ehCJQBwbQQ3IVfORKHK93CFnRtkr69R75lZFjcmKYVc+AXDB+AeRFOULA=="
 | |
|         },
 | |
|         "@root/request": {
 | |
|             "version": "1.3.11",
 | |
|             "resolved": "https://registry.npmjs.org/@root/request/-/request-1.3.11.tgz",
 | |
|             "integrity": "sha512-3a4Eeghcjsfe6zh7EJ+ni1l8OK9Fz2wL1OjP4UCa0YdvtH39kdXB9RGWuzyNv7dZi0+Ffkc83KfH0WbPMiuJFw=="
 | |
|         },
 | |
|         "@root/x509": {
 | |
|             "version": "0.7.2",
 | |
|             "resolved": "https://registry.npmjs.org/@root/x509/-/x509-0.7.2.tgz",
 | |
|             "integrity": "sha512-ENq3LGYORK5NiMFHEVeNMt+fTXaC7DTS6sQXoqV+dFdfT0vmiL5cDLjaXQhaklJQq0NiwicZegzJRl1ZOTp3WQ==",
 | |
|             "requires": {
 | |
|                 "@root/asn1": "^1.0.0",
 | |
|                 "@root/encoding": "^1.0.1"
 | |
|             }
 | |
|         },
 | |
|         "acme-http-01-standalone": {
 | |
|             "version": "3.0.5",
 | |
|             "resolved": "https://registry.npmjs.org/acme-http-01-standalone/-/acme-http-01-standalone-3.0.5.tgz",
 | |
|             "integrity": "sha512-W4GfK+39GZ+u0mvxRVUcVFCG6gposfzEnSBF20T/NUwWAKG59wQT1dUbS1NixRIAsRuhpGc4Jx659cErFQH0Pg=="
 | |
|         },
 | |
|         "cert-info": {
 | |
|             "version": "1.5.1",
 | |
|             "resolved": "https://registry.npmjs.org/cert-info/-/cert-info-1.5.1.tgz",
 | |
|             "integrity": "sha512-eoQC/yAgW3gKTKxjzyClvi+UzuY97YCjcl+lSqbsGIy7HeGaWxCPOQFivhUYm27hgsBMhsJJFya3kGvK6PMIcQ=="
 | |
|         },
 | |
|         "dotenv": {
 | |
|             "version": "8.2.0",
 | |
|             "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.2.0.tgz",
 | |
|             "integrity": "sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw==",
 | |
|             "dev": true
 | |
|         },
 | |
|         "greenlock-store-fs": {
 | |
|             "version": "3.2.0",
 | |
|             "resolved": "https://registry.npmjs.org/greenlock-store-fs/-/greenlock-store-fs-3.2.0.tgz",
 | |
|             "integrity": "sha512-zqcPnF+173oYq5qU7FoGtuqeG8dmmvAiSnz98kEHAHyvgRF9pE1T0MM0AuqDdj45I3kXlCj2gZBwutnRi37J3g==",
 | |
|             "requires": {
 | |
|                 "@root/mkdirp": "^1.0.0",
 | |
|                 "safe-replace": "^1.1.0"
 | |
|             }
 | |
|         },
 | |
|         "punycode": {
 | |
|             "version": "1.4.1",
 | |
|             "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
 | |
|             "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=",
 | |
|             "dev": true
 | |
|         },
 | |
|         "safe-replace": {
 | |
|             "version": "1.1.0",
 | |
|             "resolved": "https://registry.npmjs.org/safe-replace/-/safe-replace-1.1.0.tgz",
 | |
|             "integrity": "sha512-9/V2E0CDsKs9DWOOwJH7jYpSl9S3N05uyevNjvsnDauBqRowBPOyot1fIvV5N2IuZAbYyvrTXrYFVG0RZInfFw=="
 | |
|         }
 | |
|     }
 | |
| }
 |