A description of this package.
Description
- Swift Tools 5.7.0
Description
{ "name": "RNAJSON", "path": "/usr/src/package", "targets": [ { "name": "RNAJSONTests", "path": "Tests/RNAJSONTests", "type": "test", "c99name": "RNAJSONTests", "sources": [ "CompactorTests.swift", "JSONParserTests.swift", "JSONPointerTests.swift", "JSONTokenizerTests.swift", "ScannerTests.swift" ], "resources": [ { "path": "/usr/src/package/Tests/RNAJSONTests/Resources/ditto.json", "rule": { "process": {} } }, { "path": "/usr/src/package/Tests/RNAJSONTests/Resources/json.org", "rule": { "copy": {} } } ], "module_type": "SwiftTarget", "target_dependencies": [ "RNAJSON", "JSONValue" ], "product_dependencies": [ "AsyncAlgorithms" ] }, { "name": "RNAJSON", "path": "Sources/RNAJSON", "type": "library", "c99name": "RNAJSON", "sources": [ "AsyncTokenizer.swift", "Compactor.swift", "Error.swift", "Scanner.swift", "Token.swift", "Tokenizer.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "RNAJSON", "JSONValue" ] }, { "name": "JSONValueTests", "path": "Tests/JSONValueTests", "type": "test", "c99name": "JSONValueTests", "sources": [ "JSONValueTests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "JSONValue" ] }, { "name": "JSONValue", "path": "Sources/JSONValue", "type": "library", "c99name": "JSONValue", "sources": [ "JSONValue+Async.swift", "JSONValue+Codable.swift", "JSONValue+Dynamic.swift", "JSONValue+Hashable.swift", "JSONValue+KeyValues.swift", "JSONValue+Literal.swift", "JSONValue+Value.swift", "JSONValue.swift", "JSONValueConvertible.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "JSONValue" ], "target_dependencies": [ "RNAJSON" ] } ], "products": [ { "name": "RNAJSON", "type": { "library": [ "automatic" ] }, "targets": [ "RNAJSON" ] }, { "name": "JSONValue", "type": { "library": [ "automatic" ] }, "targets": [ "JSONValue" ] } ], "platforms": [ { "name": "macos", "version": "12.0" }, { "name": "ios", "version": "15.0" }, { "name": "tvos", "version": "15.0" }, { "name": "watchos", "version": "8.0" } ], "dependencies": [ { "url": "https://github.com/apple/swift-async-algorithms", "type": "sourceControl", "identity": "swift-async-algorithms", "requirement": { "range": [ { "lower_bound": "0.0.2", "upper_bound": "1.0.0" } ] } } ], "tools_version": "5.7", "manifest_display_name": "RNAJSON" }
Package Dump
{ "name": "RNAJSON", "targets": [ { "name": "RNAJSON", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [], "packageAccess": false }, { "name": "JSONValue", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "RNAJSON", null ] } ], "packageAccess": false }, { "name": "RNAJSONTests", "type": "test", "exclude": [], "settings": [], "resources": [ { "path": "Resources/json.org", "rule": { "copy": {} } }, { "path": "Resources/ditto.json", "rule": { "process": {} } } ], "dependencies": [ { "byName": [ "RNAJSON", null ] }, { "byName": [ "JSONValue", null ] }, { "product": [ "AsyncAlgorithms", "swift-async-algorithms", null, null ] } ], "packageAccess": false }, { "name": "JSONValueTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "JSONValue", null ] } ], "packageAccess": false } ], "products": [ { "name": "RNAJSON", "type": { "library": [ "automatic" ] }, "targets": [ "RNAJSON" ] }, { "name": "JSONValue", "type": { "library": [ "automatic" ] }, "targets": [ "JSONValue" ] } ], "pkgConfig": null, "platforms": [ { "options": [], "version": "12.0", "platformName": "macos" }, { "options": [], "version": "15.0", "platformName": "ios" }, { "options": [], "version": "15.0", "platformName": "tvos" }, { "options": [], "version": "8.0", "platformName": "watchos" } ], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "identity": "swift-async-algorithms", "location": { "remote": [ { "urlString": "https://github.com/apple/swift-async-algorithms" } ] }, "requirement": { "range": [ { "lowerBound": "0.0.2", "upperBound": "1.0.0" } ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "5.7.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
Dependencies
- AsyncAlgorithms0.0.2
Dependencies
{ "url": "/usr/src/package", "name": "RNAJSON", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/apple/swift-async-algorithms", "name": "AsyncAlgorithms", "path": "/usr/src/package/.build/checkouts/swift-async-algorithms", "version": "0.0.2", "identity": "swift-async-algorithms", "dependencies": [] } ] }