{
  "name": "orchard-gateway",
  "version": "4.2.0",
  "lockfileVersion": 2,
  "requires": true,
  "packages": {
    "": {
      "name": "orchard-gateway",
      "version": "4.2.0",
      "license": "Apache-2.0",
      "dependencies": {
        "@orchard-example/router": "^2.1.0",
        "@orchard-example/http-core": "^1.8.0",
        "example-metrics": "^4.0.0",
        "example-cache": "^0.9.0",
        "example-crypto-shim": "^1.2.0"
      },
      "engines": {
        "node": ">=20.9"
      }
    },
    "node_modules/@orchard-example/router": {
      "version": "2.1.3",
      "resolved": "https://registry.orchard.example/@orchard-example/router/-/router-2.1.3.tgz",
      "integrity": "sha512-qtnM4l9j8zUuqQ9ICsxCdfl879PtducHYPiqO151qEu6bBv48+zuYbTbn/vSTJGbCd2RvGpDry/NEkSe1babaA==",
      "license": "Apache-2.0",
      "dependencies": {
        "example-logger": "^3.4.0",
        "example-retry": "^1.0.0"
      }
    },
    "node_modules/@orchard-example/http-core": {
      "version": "1.8.0",
      "resolved": "https://registry.orchard.example/@orchard-example/http-core/-/http-core-1.8.0.tgz",
      "integrity": "sha512-fG9AJmG+37+sln/eMVPmbu/bIcV+QbJ3bibSV9ob8PV6GYNFinrhSJQYFxkEYEHxckXBn7ExDim59rqSDaYoFg==",
      "license": "MIT",
      "dependencies": {
        "example-logger": "^3.4.0",
        "example-json-path": "^2.0.0"
      }
    },
    "node_modules/example-metrics": {
      "version": "4.0.0",
      "resolved": "https://registry.orchard.example/example-metrics/-/example-metrics-4.0.0.tgz",
      "integrity": "sha512-Sq3cxZ+Brv4bgLd+5B/o3upQ1O6YKjbr6TP5ZBZfw4XVjna6/8YkOeB52iLhrRDjs1UiF5v20Ijr7bEJtHKcOQ==",
      "license": "MIT",
      "dependencies": {
        "example-logger": "^3.4.0"
      }
    },
    "node_modules/example-cache": {
      "version": "0.9.2",
      "resolved": "https://registry.orchard.example/example-cache/-/example-cache-0.9.2.tgz",
      "integrity": "sha512-AfwdCZmLEAUsc7Xx0ze+X4cSz6ES8G63hh3Jwx7mHEBJUNpzRLZBq7fDYVk7+cVh9spu+3wey8a0VDJS6cEpTw==",
      "license": "BSD-3-Clause",
      "dependencies": {
        "example-yaml-lite": "^1.1.0"
      }
    },
    "node_modules/example-crypto-shim": {
      "version": "1.2.0",
      "resolved": "https://registry.orchard.example/example-crypto-shim/-/example-crypto-shim-1.2.0.tgz",
      "integrity": "sha512-C9iqJP6f/S7V/NsRGHnVv/u2nPtnjFMJbs4p8tMbjRSxrHeEjl6APolSniPvMFH0jlDUuO06nb86/a/GDEWRKg==",
      "license": "MIT"
    },
    "node_modules/example-logger": {
      "version": "3.4.1",
      "resolved": "https://registry.orchard.example/example-logger/-/example-logger-3.4.1.tgz",
      "integrity": "sha512-kk/Leb1fYZthao23OX82Smci+JVca/5L0WYLNiApltZN7GOWc6rnxGKDixrxNQHddbyLPlE2DjE4gkWFRIeaFw==",
      "license": "MIT"
    },
    "node_modules/example-retry": {
      "version": "1.0.4",
      "resolved": "https://registry.orchard.example/example-retry/-/example-retry-1.0.4.tgz",
      "integrity": "sha512-9gWFnhD7XUYAeOv+20TwbeFZK7JoL+HzYGU9q9uvwDiX24/8TF0soGOHyrJEwX6ywbTWVK4P03jQ2d6DcxH2fw==",
      "license": "ISC"
    },
    "node_modules/example-json-path": {
      "version": "2.0.5",
      "resolved": "https://registry.orchard.example/example-json-path/-/example-json-path-2.0.5.tgz",
      "integrity": "sha512-L2s+lMlfrJzlz5234qg3JaPv10aSIfSijFnm5+wdJfN/P5mG8c+YUo+ePiZDQIjYVuove9XxBqTjrp+NK6XQ5w==",
      "license": "MIT"
    },
    "node_modules/example-yaml-lite": {
      "version": "1.1.7",
      "resolved": "https://registry.orchard.example/example-yaml-lite/-/example-yaml-lite-1.1.7.tgz",
      "integrity": "sha512-AjJT7N1g7ta4KaGEVQtENtd9dOG9JGMszOZg3Z8fwb2v7SJz7OIIke+HZZFtiU8rzHRmmEySsI/YliI6Ligc7g==",
      "license": "Apache-2.0",
      "dependencies": {
        "example-json-path": "^2.0.0"
      }
    }
  },
  "dependencies": {
    "@orchard-example/router": {
      "version": "2.1.3",
      "resolved": "https://registry.orchard.example/@orchard-example/router/-/router-2.1.3.tgz",
      "integrity": "sha512-qtnM4l9j8zUuqQ9ICsxCdfl879PtducHYPiqO151qEu6bBv48+zuYbTbn/vSTJGbCd2RvGpDry/NEkSe1babaA==",
      "requires": {
        "example-logger": "^3.4.0",
        "example-retry": "^1.0.0"
      }
    },
    "@orchard-example/http-core": {
      "version": "1.8.0",
      "resolved": "https://registry.orchard.example/@orchard-example/http-core/-/http-core-1.8.0.tgz",
      "integrity": "sha512-fG9AJmG+37+sln/eMVPmbu/bIcV+QbJ3bibSV9ob8PV6GYNFinrhSJQYFxkEYEHxckXBn7ExDim59rqSDaYoFg==",
      "requires": {
        "example-logger": "^3.4.0",
        "example-json-path": "^2.0.0"
      }
    },
    "example-metrics": {
      "version": "4.0.0",
      "resolved": "https://registry.orchard.example/example-metrics/-/example-metrics-4.0.0.tgz",
      "integrity": "sha512-Sq3cxZ+Brv4bgLd+5B/o3upQ1O6YKjbr6TP5ZBZfw4XVjna6/8YkOeB52iLhrRDjs1UiF5v20Ijr7bEJtHKcOQ==",
      "requires": {
        "example-logger": "^3.4.0"
      }
    },
    "example-cache": {
      "version": "0.9.2",
      "resolved": "https://registry.orchard.example/example-cache/-/example-cache-0.9.2.tgz",
      "integrity": "sha512-AfwdCZmLEAUsc7Xx0ze+X4cSz6ES8G63hh3Jwx7mHEBJUNpzRLZBq7fDYVk7+cVh9spu+3wey8a0VDJS6cEpTw==",
      "requires": {
        "example-yaml-lite": "^1.1.0"
      }
    },
    "example-crypto-shim": {
      "version": "1.2.0",
      "resolved": "https://registry.orchard.example/example-crypto-shim/-/example-crypto-shim-1.2.0.tgz",
      "integrity": "sha512-C9iqJP6f/S7V/NsRGHnVv/u2nPtnjFMJbs4p8tMbjRSxrHeEjl6APolSniPvMFH0jlDUuO06nb86/a/GDEWRKg=="
    },
    "example-logger": {
      "version": "3.4.1",
      "resolved": "https://registry.orchard.example/example-logger/-/example-logger-3.4.1.tgz",
      "integrity": "sha512-kk/Leb1fYZthao23OX82Smci+JVca/5L0WYLNiApltZN7GOWc6rnxGKDixrxNQHddbyLPlE2DjE4gkWFRIeaFw==",
      "dev": false
    },
    "example-retry": {
      "version": "1.0.4",
      "resolved": "https://registry.orchard.example/example-retry/-/example-retry-1.0.4.tgz",
      "integrity": "sha512-9gWFnhD7XUYAeOv+20TwbeFZK7JoL+HzYGU9q9uvwDiX24/8TF0soGOHyrJEwX6ywbTWVK4P03jQ2d6DcxH2fw==",
      "dev": false
    },
    "example-json-path": {
      "version": "2.0.5",
      "resolved": "https://registry.orchard.example/example-json-path/-/example-json-path-2.0.5.tgz",
      "integrity": "sha512-L2s+lMlfrJzlz5234qg3JaPv10aSIfSijFnm5+wdJfN/P5mG8c+YUo+ePiZDQIjYVuove9XxBqTjrp+NK6XQ5w==",
      "dev": false
    },
    "example-yaml-lite": {
      "version": "1.1.7",
      "resolved": "https://registry.orchard.example/example-yaml-lite/-/example-yaml-lite-1.1.7.tgz",
      "integrity": "sha512-AjJT7N1g7ta4KaGEVQtENtd9dOG9JGMszOZg3Z8fwb2v7SJz7OIIke+HZZFtiU8rzHRmmEySsI/YliI6Ligc7g==",
      "dev": false,
      "requires": {
        "example-json-path": "^2.0.0"
      }
    }
  }
}
