JWTProvider
1.3.0
(Deprecated) Adds conveniences for using JWTs in Vapor 2.
vapor-community/jwt-provider
What's New
JWT Provider 1.3.0
2017-10-25T21:24:07Z
New:
JWTError
now conforms toAbortError
to provide more helpful error messages to the end user by default.
Description
- Swift Tools 4.0.0
Description
{ "name": "JWTProvider", "path": "/usr/src/package", "targets": [ { "name": "JWTProviderTests", "path": "Tests/JWTProviderTests", "type": "test", "c99name": "JWTProviderTests", "sources": [ "JSONWebKeySignerFactoryTests.swift", "JWTSignerFactoryTests.swift", "PayloadAuthenticationMiddlewareTests.swift", "ProviderTests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "JWTProvider" ] }, { "name": "JWTProvider", "path": "Sources/JWTProvider", "type": "library", "c99name": "JWTProvider", "sources": [ "Config+JWT.swift", "Deprecated/Droplet+legacySigner.swift", "Deprecated/Provider+legacySigner.swift", "Deprecated/SignerMap+legacySigner.swift", "Droplet+JWT.swift", "JWKSignerFactory.swift", "JWTConfigSignerFactory.swift", "JWTError+Status.swift", "JWTProviderError.swift", "PayloadAuthenticatable.swift", "PayloadAuthenticationMiddleware.swift", "Provider.swift", "Request+JWT.swift", "SignerFactory.swift", "SignerMap.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "JWTProvider" ], "product_dependencies": [ "JWT", "AuthProvider", "Vapor" ] } ], "products": [ { "name": "JWTProvider", "type": { "library": [ "automatic" ] }, "targets": [ "JWTProvider" ] } ], "platforms": [], "dependencies": [ { "url": "https://github.com/vapor/jwt.git", "type": "sourceControl", "identity": "jwt", "requirement": { "range": [ { "lower_bound": "2.0.0", "upper_bound": "3.0.0" } ] } }, { "url": "https://github.com/vapor/auth-provider.git", "type": "sourceControl", "identity": "auth-provider", "requirement": { "range": [ { "lower_bound": "1.0.0", "upper_bound": "2.0.0" } ] } }, { "url": "https://github.com/vapor/vapor.git", "type": "sourceControl", "identity": "vapor", "requirement": { "range": [ { "lower_bound": "2.2.0", "upper_bound": "3.0.0" } ] } } ], "tools_version": "4.0", "manifest_display_name": "JWTProvider" }
Package Dump
{ "name": "JWTProvider", "targets": [ { "name": "JWTProvider", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "JWT", null ] }, { "byName": [ "AuthProvider", null ] }, { "byName": [ "Vapor", null ] } ], "packageAccess": false }, { "name": "JWTProviderTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "JWTProvider", null ] } ], "packageAccess": false } ], "products": [ { "name": "JWTProvider", "type": { "library": [ "automatic" ] }, "targets": [ "JWTProvider" ] } ], "pkgConfig": null, "platforms": [], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "identity": "jwt", "location": { "remote": [ { "urlString": "https://github.com/vapor/jwt.git" } ] }, "requirement": { "range": [ { "lowerBound": "2.0.0", "upperBound": "3.0.0" } ] }, "productFilter": null } ] }, { "sourceControl": [ { "identity": "auth-provider", "location": { "remote": [ { "urlString": "https://github.com/vapor/auth-provider.git" } ] }, "requirement": { "range": [ { "lowerBound": "1.0.0", "upperBound": "2.0.0" } ] }, "productFilter": null } ] }, { "sourceControl": [ { "identity": "vapor", "location": { "remote": [ { "urlString": "https://github.com/vapor/vapor.git" } ] }, "requirement": { "range": [ { "lowerBound": "2.2.0", "upperBound": "3.0.0" } ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "4.0.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
Dependencies
- JWT2.3.0
- AuthProvider1.2.0
- Vapor2.4.5
Dependencies
{ "url": "/usr/src/package", "name": "JWTProvider", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/vapor/jwt.git", "name": "JWT", "path": "/usr/src/package/.build/checkouts/jwt", "version": "2.3.0", "identity": "jwt", "dependencies": [ { "url": "https://github.com/vapor/crypto.git", "name": "Crypto", "path": "/usr/src/package/.build/checkouts/crypto", "version": "2.1.3", "identity": "crypto", "dependencies": [ { "url": "https://github.com/vapor/random.git", "name": "Random", "path": "/usr/src/package/.build/checkouts/random", "version": "1.2.0", "identity": "random", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] } ] }, { "url": "https://github.com/vapor/ctls.git", "name": "CTLS", "path": "/usr/src/package/.build/checkouts/ctls", "version": "1.1.3", "identity": "ctls", "dependencies": [] } ] }, { "url": "https://github.com/vapor/json.git", "name": "JSON", "path": "/usr/src/package/.build/checkouts/json", "version": "2.2.2", "identity": "json", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] }, { "url": "https://github.com/vapor/node.git", "name": "Node", "path": "/usr/src/package/.build/checkouts/node", "version": "2.1.5", "identity": "node", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] }, { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] } ] } ] }, { "url": "https://github.com/vapor/auth-provider.git", "name": "AuthProvider", "path": "/usr/src/package/.build/checkouts/auth-provider", "version": "1.2.0", "identity": "auth-provider", "dependencies": [ { "url": "https://github.com/vapor/auth.git", "name": "Auth", "path": "/usr/src/package/.build/checkouts/auth", "version": "1.2.1", "identity": "auth", "dependencies": [ { "url": "https://github.com/vapor/fluent.git", "name": "Fluent", "path": "/usr/src/package/.build/checkouts/fluent", "version": "2.5.1", "identity": "fluent", "dependencies": [ { "url": "https://github.com/vapor/node.git", "name": "Node", "path": "/usr/src/package/.build/checkouts/node", "version": "2.1.5", "identity": "node", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] }, { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] }, { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] }, { "url": "https://github.com/vapor/random.git", "name": "Random", "path": "/usr/src/package/.build/checkouts/random", "version": "1.2.0", "identity": "random", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] } ] }, { "url": "https://github.com/vapor/sqlite.git", "name": "SQLite", "path": "/usr/src/package/.build/checkouts/sqlite", "version": "2.3.1", "identity": "sqlite", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] }, { "url": "https://github.com/vapor/node.git", "name": "Node", "path": "/usr/src/package/.build/checkouts/node", "version": "2.1.5", "identity": "node", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] }, { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] } ] } ] } ] }, { "url": "https://github.com/vapor/vapor.git", "name": "Vapor", "path": "/usr/src/package/.build/checkouts/vapor", "version": "2.4.5", "identity": "vapor", "dependencies": [ { "url": "https://github.com/vapor/bcrypt.git", "name": "BCrypt", "path": "/usr/src/package/.build/checkouts/bcrypt", "version": "1.1.1", "identity": "bcrypt", "dependencies": [ { "url": "https://github.com/vapor/random.git", "name": "Random", "path": "/usr/src/package/.build/checkouts/random", "version": "1.2.0", "identity": "random", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] } ] } ] }, { "url": "https://github.com/vapor/console.git", "name": "Console", "path": "/usr/src/package/.build/checkouts/console", "version": "2.3.1", "identity": "console", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] } ] }, { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] }, { "url": "https://github.com/vapor/crypto.git", "name": "Crypto", "path": "/usr/src/package/.build/checkouts/crypto", "version": "2.1.3", "identity": "crypto", "dependencies": [ { "url": "https://github.com/vapor/random.git", "name": "Random", "path": "/usr/src/package/.build/checkouts/random", "version": "1.2.0", "identity": "random", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] } ] }, { "url": "https://github.com/vapor/ctls.git", "name": "CTLS", "path": "/usr/src/package/.build/checkouts/ctls", "version": "1.1.3", "identity": "ctls", "dependencies": [] } ] }, { "url": "https://github.com/vapor/engine.git", "name": "Engine", "path": "/usr/src/package/.build/checkouts/engine", "version": "2.2.5", "identity": "engine", "dependencies": [ { "url": "https://github.com/vapor/crypto.git", "name": "Crypto", "path": "/usr/src/package/.build/checkouts/crypto", "version": "2.1.3", "identity": "crypto", "dependencies": [ { "url": "https://github.com/vapor/random.git", "name": "Random", "path": "/usr/src/package/.build/checkouts/random", "version": "1.2.0", "identity": "random", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] } ] }, { "url": "https://github.com/vapor/ctls.git", "name": "CTLS", "path": "/usr/src/package/.build/checkouts/ctls", "version": "1.1.3", "identity": "ctls", "dependencies": [] } ] }, { "url": "https://github.com/vapor/tls.git", "name": "TLS", "path": "/usr/src/package/.build/checkouts/tls", "version": "2.1.3", "identity": "tls", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] }, { "url": "https://github.com/vapor/sockets.git", "name": "Sockets", "path": "/usr/src/package/.build/checkouts/sockets", "version": "2.2.3", "identity": "sockets", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] } ] }, { "url": "https://github.com/vapor/ctls.git", "name": "CTLS", "path": "/usr/src/package/.build/checkouts/ctls", "version": "1.1.3", "identity": "ctls", "dependencies": [] } ] }, { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] }, { "url": "https://github.com/vapor/sockets.git", "name": "Sockets", "path": "/usr/src/package/.build/checkouts/sockets", "version": "2.2.3", "identity": "sockets", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] } ] }, { "url": "https://github.com/vapor/random.git", "name": "Random", "path": "/usr/src/package/.build/checkouts/random", "version": "1.2.0", "identity": "random", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] } ] } ] }, { "url": "https://github.com/vapor/json.git", "name": "JSON", "path": "/usr/src/package/.build/checkouts/json", "version": "2.2.2", "identity": "json", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] }, { "url": "https://github.com/vapor/node.git", "name": "Node", "path": "/usr/src/package/.build/checkouts/node", "version": "2.1.5", "identity": "node", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] }, { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] } ] }, { "url": "https://github.com/vapor/node.git", "name": "Node", "path": "/usr/src/package/.build/checkouts/node", "version": "2.1.5", "identity": "node", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] }, { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] }, { "url": "https://github.com/vapor/multipart.git", "name": "Multipart", "path": "/usr/src/package/.build/checkouts/multipart", "version": "2.2.1", "identity": "multipart", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] }, { "url": "https://github.com/vapor/engine.git", "name": "Engine", "path": "/usr/src/package/.build/checkouts/engine", "version": "2.2.5", "identity": "engine", "dependencies": [ { "url": "https://github.com/vapor/crypto.git", "name": "Crypto", "path": "/usr/src/package/.build/checkouts/crypto", "version": "2.1.3", "identity": "crypto", "dependencies": [ { "url": "https://github.com/vapor/random.git", "name": "Random", "path": "/usr/src/package/.build/checkouts/random", "version": "1.2.0", "identity": "random", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] } ] }, { "url": "https://github.com/vapor/ctls.git", "name": "CTLS", "path": "/usr/src/package/.build/checkouts/ctls", "version": "1.1.3", "identity": "ctls", "dependencies": [] } ] }, { "url": "https://github.com/vapor/tls.git", "name": "TLS", "path": "/usr/src/package/.build/checkouts/tls", "version": "2.1.3", "identity": "tls", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] }, { "url": "https://github.com/vapor/sockets.git", "name": "Sockets", "path": "/usr/src/package/.build/checkouts/sockets", "version": "2.2.3", "identity": "sockets", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] } ] }, { "url": "https://github.com/vapor/ctls.git", "name": "CTLS", "path": "/usr/src/package/.build/checkouts/ctls", "version": "1.1.3", "identity": "ctls", "dependencies": [] } ] }, { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] }, { "url": "https://github.com/vapor/sockets.git", "name": "Sockets", "path": "/usr/src/package/.build/checkouts/sockets", "version": "2.2.3", "identity": "sockets", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] } ] }, { "url": "https://github.com/vapor/random.git", "name": "Random", "path": "/usr/src/package/.build/checkouts/random", "version": "1.2.0", "identity": "random", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] } ] } ] } ] }, { "url": "https://github.com/vapor/routing.git", "name": "Routing", "path": "/usr/src/package/.build/checkouts/routing", "version": "2.2.1", "identity": "routing", "dependencies": [ { "url": "https://github.com/vapor/engine.git", "name": "Engine", "path": "/usr/src/package/.build/checkouts/engine", "version": "2.2.5", "identity": "engine", "dependencies": [ { "url": "https://github.com/vapor/crypto.git", "name": "Crypto", "path": "/usr/src/package/.build/checkouts/crypto", "version": "2.1.3", "identity": "crypto", "dependencies": [ { "url": "https://github.com/vapor/random.git", "name": "Random", "path": "/usr/src/package/.build/checkouts/random", "version": "1.2.0", "identity": "random", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] } ] }, { "url": "https://github.com/vapor/ctls.git", "name": "CTLS", "path": "/usr/src/package/.build/checkouts/ctls", "version": "1.1.3", "identity": "ctls", "dependencies": [] } ] }, { "url": "https://github.com/vapor/tls.git", "name": "TLS", "path": "/usr/src/package/.build/checkouts/tls", "version": "2.1.3", "identity": "tls", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] }, { "url": "https://github.com/vapor/sockets.git", "name": "Sockets", "path": "/usr/src/package/.build/checkouts/sockets", "version": "2.2.3", "identity": "sockets", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] } ] }, { "url": "https://github.com/vapor/ctls.git", "name": "CTLS", "path": "/usr/src/package/.build/checkouts/ctls", "version": "1.1.3", "identity": "ctls", "dependencies": [] } ] }, { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] }, { "url": "https://github.com/vapor/sockets.git", "name": "Sockets", "path": "/usr/src/package/.build/checkouts/sockets", "version": "2.2.3", "identity": "sockets", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] } ] }, { "url": "https://github.com/vapor/random.git", "name": "Random", "path": "/usr/src/package/.build/checkouts/random", "version": "1.2.0", "identity": "random", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] } ] } ] }, { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] }, { "url": "https://github.com/vapor/node.git", "name": "Node", "path": "/usr/src/package/.build/checkouts/node", "version": "2.1.5", "identity": "node", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] }, { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] } ] } ] }, { "url": "https://github.com/vapor/vapor.git", "name": "Vapor", "path": "/usr/src/package/.build/checkouts/vapor", "version": "2.4.5", "identity": "vapor", "dependencies": [ { "url": "https://github.com/vapor/bcrypt.git", "name": "BCrypt", "path": "/usr/src/package/.build/checkouts/bcrypt", "version": "1.1.1", "identity": "bcrypt", "dependencies": [ { "url": "https://github.com/vapor/random.git", "name": "Random", "path": "/usr/src/package/.build/checkouts/random", "version": "1.2.0", "identity": "random", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] } ] } ] }, { "url": "https://github.com/vapor/console.git", "name": "Console", "path": "/usr/src/package/.build/checkouts/console", "version": "2.3.1", "identity": "console", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] } ] }, { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] }, { "url": "https://github.com/vapor/crypto.git", "name": "Crypto", "path": "/usr/src/package/.build/checkouts/crypto", "version": "2.1.3", "identity": "crypto", "dependencies": [ { "url": "https://github.com/vapor/random.git", "name": "Random", "path": "/usr/src/package/.build/checkouts/random", "version": "1.2.0", "identity": "random", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] } ] }, { "url": "https://github.com/vapor/ctls.git", "name": "CTLS", "path": "/usr/src/package/.build/checkouts/ctls", "version": "1.1.3", "identity": "ctls", "dependencies": [] } ] }, { "url": "https://github.com/vapor/engine.git", "name": "Engine", "path": "/usr/src/package/.build/checkouts/engine", "version": "2.2.5", "identity": "engine", "dependencies": [ { "url": "https://github.com/vapor/crypto.git", "name": "Crypto", "path": "/usr/src/package/.build/checkouts/crypto", "version": "2.1.3", "identity": "crypto", "dependencies": [ { "url": "https://github.com/vapor/random.git", "name": "Random", "path": "/usr/src/package/.build/checkouts/random", "version": "1.2.0", "identity": "random", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] } ] }, { "url": "https://github.com/vapor/ctls.git", "name": "CTLS", "path": "/usr/src/package/.build/checkouts/ctls", "version": "1.1.3", "identity": "ctls", "dependencies": [] } ] }, { "url": "https://github.com/vapor/tls.git", "name": "TLS", "path": "/usr/src/package/.build/checkouts/tls", "version": "2.1.3", "identity": "tls", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] }, { "url": "https://github.com/vapor/sockets.git", "name": "Sockets", "path": "/usr/src/package/.build/checkouts/sockets", "version": "2.2.3", "identity": "sockets", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] } ] }, { "url": "https://github.com/vapor/ctls.git", "name": "CTLS", "path": "/usr/src/package/.build/checkouts/ctls", "version": "1.1.3", "identity": "ctls", "dependencies": [] } ] }, { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] }, { "url": "https://github.com/vapor/sockets.git", "name": "Sockets", "path": "/usr/src/package/.build/checkouts/sockets", "version": "2.2.3", "identity": "sockets", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] } ] }, { "url": "https://github.com/vapor/random.git", "name": "Random", "path": "/usr/src/package/.build/checkouts/random", "version": "1.2.0", "identity": "random", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] } ] } ] }, { "url": "https://github.com/vapor/json.git", "name": "JSON", "path": "/usr/src/package/.build/checkouts/json", "version": "2.2.2", "identity": "json", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] }, { "url": "https://github.com/vapor/node.git", "name": "Node", "path": "/usr/src/package/.build/checkouts/node", "version": "2.1.5", "identity": "node", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] }, { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] } ] }, { "url": "https://github.com/vapor/node.git", "name": "Node", "path": "/usr/src/package/.build/checkouts/node", "version": "2.1.5", "identity": "node", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] }, { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] }, { "url": "https://github.com/vapor/multipart.git", "name": "Multipart", "path": "/usr/src/package/.build/checkouts/multipart", "version": "2.2.1", "identity": "multipart", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] }, { "url": "https://github.com/vapor/engine.git", "name": "Engine", "path": "/usr/src/package/.build/checkouts/engine", "version": "2.2.5", "identity": "engine", "dependencies": [ { "url": "https://github.com/vapor/crypto.git", "name": "Crypto", "path": "/usr/src/package/.build/checkouts/crypto", "version": "2.1.3", "identity": "crypto", "dependencies": [ { "url": "https://github.com/vapor/random.git", "name": "Random", "path": "/usr/src/package/.build/checkouts/random", "version": "1.2.0", "identity": "random", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] } ] }, { "url": "https://github.com/vapor/ctls.git", "name": "CTLS", "path": "/usr/src/package/.build/checkouts/ctls", "version": "1.1.3", "identity": "ctls", "dependencies": [] } ] }, { "url": "https://github.com/vapor/tls.git", "name": "TLS", "path": "/usr/src/package/.build/checkouts/tls", "version": "2.1.3", "identity": "tls", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] }, { "url": "https://github.com/vapor/sockets.git", "name": "Sockets", "path": "/usr/src/package/.build/checkouts/sockets", "version": "2.2.3", "identity": "sockets", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] } ] }, { "url": "https://github.com/vapor/ctls.git", "name": "CTLS", "path": "/usr/src/package/.build/checkouts/ctls", "version": "1.1.3", "identity": "ctls", "dependencies": [] } ] }, { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] }, { "url": "https://github.com/vapor/sockets.git", "name": "Sockets", "path": "/usr/src/package/.build/checkouts/sockets", "version": "2.2.3", "identity": "sockets", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] } ] }, { "url": "https://github.com/vapor/random.git", "name": "Random", "path": "/usr/src/package/.build/checkouts/random", "version": "1.2.0", "identity": "random", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] } ] } ] } ] }, { "url": "https://github.com/vapor/routing.git", "name": "Routing", "path": "/usr/src/package/.build/checkouts/routing", "version": "2.2.1", "identity": "routing", "dependencies": [ { "url": "https://github.com/vapor/engine.git", "name": "Engine", "path": "/usr/src/package/.build/checkouts/engine", "version": "2.2.5", "identity": "engine", "dependencies": [ { "url": "https://github.com/vapor/crypto.git", "name": "Crypto", "path": "/usr/src/package/.build/checkouts/crypto", "version": "2.1.3", "identity": "crypto", "dependencies": [ { "url": "https://github.com/vapor/random.git", "name": "Random", "path": "/usr/src/package/.build/checkouts/random", "version": "1.2.0", "identity": "random", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] } ] }, { "url": "https://github.com/vapor/ctls.git", "name": "CTLS", "path": "/usr/src/package/.build/checkouts/ctls", "version": "1.1.3", "identity": "ctls", "dependencies": [] } ] }, { "url": "https://github.com/vapor/tls.git", "name": "TLS", "path": "/usr/src/package/.build/checkouts/tls", "version": "2.1.3", "identity": "tls", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] }, { "url": "https://github.com/vapor/sockets.git", "name": "Sockets", "path": "/usr/src/package/.build/checkouts/sockets", "version": "2.2.3", "identity": "sockets", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] } ] }, { "url": "https://github.com/vapor/ctls.git", "name": "CTLS", "path": "/usr/src/package/.build/checkouts/ctls", "version": "1.1.3", "identity": "ctls", "dependencies": [] } ] }, { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] }, { "url": "https://github.com/vapor/sockets.git", "name": "Sockets", "path": "/usr/src/package/.build/checkouts/sockets", "version": "2.2.3", "identity": "sockets", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] } ] }, { "url": "https://github.com/vapor/random.git", "name": "Random", "path": "/usr/src/package/.build/checkouts/random", "version": "1.2.0", "identity": "random", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] } ] } ] }, { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] }, { "url": "https://github.com/vapor/node.git", "name": "Node", "path": "/usr/src/package/.build/checkouts/node", "version": "2.1.5", "identity": "node", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] }, { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] } ] } ] }