Node
2.1.5
A formatted data encapsulation meant to facilitate the transformation from one object to another
What's New
Description
- Swift Tools 4.0.0
Description
{
"name": "Node",
"path": "/usr/src/package",
"targets": [
{
"name": "PathIndexableTests",
"path": "Tests/PathIndexableTests",
"type": "test",
"c99name": "PathIndexableTests",
"sources": [
"PathIndexableTests.swift"
],
"module_type": "SwiftTarget",
"target_dependencies": [
"PathIndexable"
]
},
{
"name": "PathIndexable",
"path": "Sources/PathIndexable",
"type": "library",
"c99name": "PathIndexable",
"sources": [
"PathIndexable+Subscripting.swift",
"PathIndexable.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"Node",
"PathIndexable"
]
},
{
"name": "NodeTests",
"path": "Tests/NodeTests",
"type": "test",
"c99name": "NodeTests",
"sources": [
"BasicConvertibleTests.swift",
"DictionaryKeyPathTests.swift",
"NodeBackedTests.swift",
"NodeDataTypeTests.swift",
"NodeGetterTests.swift",
"NodeIndexableTests.swift",
"NodePolymorphicTests.swift",
"NodeTests.swift",
"NumberTests.swift",
"SequenceConvertibleTests.swift",
"SettersTests.swift"
],
"module_type": "SwiftTarget",
"target_dependencies": [
"Node"
]
},
{
"name": "Node",
"path": "Sources/Node",
"type": "library",
"c99name": "Node",
"sources": [
"Accessors/Getters.swift",
"Accessors/Setters.swift",
"Convertibles/Bool+Convertible.swift",
"Convertibles/Date+Convertible.swift",
"Convertibles/FloatingPoint+Convertible.swift",
"Convertibles/Integer+Convertible.swift",
"Convertibles/Schema+Convertible.swift",
"Convertibles/SchemaWrapper+Convertible.swift",
"Convertibles/String+Convertible.swift",
"Convertibles/UUID+Convertible.swift",
"Convertibles/UnsignedInteger+Convertible.swift",
"Core/Context.swift",
"Core/Node.swift",
"Core/NodeConvertible.swift",
"Core/NodeInitializable.swift",
"Core/NodeRepresentable.swift",
"Fuzzy/Array+Convertible.swift",
"Fuzzy/Dictionary+Convertible.swift",
"Fuzzy/Fuzzy+Any.swift",
"Fuzzy/FuzzyConverter.swift",
"Fuzzy/Optional+Convertible.swift",
"Fuzzy/Set+Convertible.swift",
"Number/Number.swift",
"StructuredData/StructuredData+Equatable.swift",
"StructuredData/StructuredData+Init.swift",
"StructuredData/StructuredData+PathIndexable.swift",
"StructuredData/StructuredData+Polymorphic.swift",
"StructuredData/StructuredData.swift",
"StructuredDataWrapper/StructuredDataWrapper+Cases.swift",
"StructuredDataWrapper/StructuredDataWrapper+Convenience.swift",
"StructuredDataWrapper/StructuredDataWrapper+Equatable.swift",
"StructuredDataWrapper/StructuredDataWrapper+Literals.swift",
"StructuredDataWrapper/StructuredDataWrapper+PathIndexable.swift",
"StructuredDataWrapper/StructuredDataWrapper+Polymorphic.swift",
"StructuredDataWrapper/StructuredDataWrapper.swift",
"Utilities/Errors.swift",
"Utilities/Exports.swift",
"Utilities/Identifier.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"Node"
],
"target_dependencies": [
"PathIndexable"
],
"product_dependencies": [
"Bits",
"Core"
]
}
],
"products": [
{
"name": "Node",
"type": {
"library": [
"automatic"
]
},
"targets": [
"Node"
]
},
{
"name": "PathIndexable",
"type": {
"library": [
"automatic"
]
},
"targets": [
"PathIndexable"
]
}
],
"platforms": [],
"dependencies": [
{
"url": "https://github.com/vapor/core.git",
"type": "sourceControl",
"identity": "core",
"requirement": {
"range": [
{
"lower_bound": "2.0.0",
"upper_bound": "3.0.0"
}
]
}
},
{
"url": "https://github.com/vapor/bits.git",
"type": "sourceControl",
"identity": "bits",
"requirement": {
"range": [
{
"lower_bound": "1.0.0",
"upper_bound": "2.0.0"
}
]
}
},
{
"url": "https://github.com/vapor/debugging.git",
"type": "sourceControl",
"identity": "debugging",
"requirement": {
"range": [
{
"lower_bound": "1.0.0",
"upper_bound": "2.0.0"
}
]
}
}
],
"tools_version": "4.0",
"manifest_display_name": "Node"
}
Package Dump
{
"name": "Node",
"targets": [
{
"name": "Node",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"Bits",
null
]
},
{
"byName": [
"Core",
null
]
},
{
"byName": [
"PathIndexable",
null
]
}
],
"packageAccess": false
},
{
"name": "NodeTests",
"type": "test",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"Node",
null
]
}
],
"packageAccess": false
},
{
"name": "PathIndexable",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [],
"packageAccess": false
},
{
"name": "PathIndexableTests",
"type": "test",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"PathIndexable",
null
]
}
],
"packageAccess": false
}
],
"products": [
{
"name": "Node",
"type": {
"library": [
"automatic"
]
},
"targets": [
"Node"
]
},
{
"name": "PathIndexable",
"type": {
"library": [
"automatic"
]
},
"targets": [
"PathIndexable"
]
}
],
"pkgConfig": null,
"platforms": [],
"providers": null,
"packageKind": {
"root": [
"/usr/src/package"
]
},
"dependencies": [
{
"sourceControl": [
{
"identity": "core",
"location": {
"remote": [
{
"urlString": "https://github.com/vapor/core.git"
}
]
},
"requirement": {
"range": [
{
"lowerBound": "2.0.0",
"upperBound": "3.0.0"
}
]
},
"productFilter": null
}
]
},
{
"sourceControl": [
{
"identity": "bits",
"location": {
"remote": [
{
"urlString": "https://github.com/vapor/bits.git"
}
]
},
"requirement": {
"range": [
{
"lowerBound": "1.0.0",
"upperBound": "2.0.0"
}
]
},
"productFilter": null
}
]
},
{
"sourceControl": [
{
"identity": "debugging",
"location": {
"remote": [
{
"urlString": "https://github.com/vapor/debugging.git"
}
]
},
"requirement": {
"range": [
{
"lowerBound": "1.0.0",
"upperBound": "2.0.0"
}
]
},
"productFilter": null
}
]
}
],
"toolsVersion": {
"_version": "4.0.0"
},
"cLanguageStandard": null,
"cxxLanguageStandard": null,
"swiftLanguageVersions": null
}
Dependencies
Dependencies
{
"url": "/usr/src/package",
"name": "Node",
"path": "/usr/src/package",
"version": "unspecified",
"identity": "package",
"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": []
}
]
}
