GraphQL Parser written in Syntax
{ "name": "graphql-syntax", "path": "/usr/src/package", "targets": [ { "name": "GraphQLSyntaxTests", "path": "Tests/GraphQLSyntaxTests", "type": "test", "c99name": "GraphQLSyntaxTests", "sources": [ "XCTestManifests.swift", "graphql_syntaxTests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "GraphQLSyntax" ] }, { "name": "GraphQLSyntax", "path": "Sources/GraphQLSyntax", "type": "library", "c99name": "GraphQLSyntax", "sources": [ "GraphQL+Parser.swift", "GraphQL.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "GraphQLSyntax" ], "product_dependencies": [ "Syntax" ] } ], "products": [ { "name": "GraphQLSyntax", "type": { "library": [ "automatic" ] }, "targets": [ "GraphQLSyntax" ] } ], "platforms": [], "dependencies": [ { "url": "https://github.com/nerdsupremacist/Syntax.git", "type": "sourceControl", "identity": "syntax", "requirement": { "range": [ { "lower_bound": "1.0.3", "upper_bound": "2.0.0" } ] } } ], "tools_version": "5.3", "manifest_display_name": "graphql-syntax" }
{ "name": "graphql-syntax", "targets": [ { "name": "GraphQLSyntax", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "Syntax", null ] } ], "packageAccess": false }, { "name": "GraphQLSyntaxTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "GraphQLSyntax", null ] } ], "packageAccess": false } ], "products": [ { "name": "GraphQLSyntax", "type": { "library": [ "automatic" ] }, "targets": [ "GraphQLSyntax" ] } ], "pkgConfig": null, "platforms": [], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "identity": "syntax", "location": { "remote": [ { "urlString": "https://github.com/nerdsupremacist/Syntax.git" } ] }, "requirement": { "range": [ { "lowerBound": "1.0.3", "upperBound": "2.0.0" } ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "5.3.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
{ "url": "/usr/src/package", "name": "graphql-syntax", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/nerdsupremacist/Syntax.git", "name": "Syntax", "path": "/usr/src/package/.build/checkouts/Syntax", "version": "1.0.3", "identity": "syntax", "dependencies": [ { "url": "https://github.com/nerdsupremacist/SyntaxTree.git", "name": "SyntaxTree", "path": "/usr/src/package/.build/checkouts/SyntaxTree", "version": "0.1.0", "identity": "syntaxtree", "dependencies": [] } ] } ] }