2024-11-11 19:47:52 +00:00
|
|
|
name: platform_support
|
2024-12-16 01:34:28 +00:00
|
|
|
description: Core support utilities and helper functions for the framework
|
|
|
|
version: 1.0.0
|
|
|
|
homepage: https://github.com/yourusername/platform
|
2024-11-11 19:47:52 +00:00
|
|
|
|
|
|
|
environment:
|
2024-12-16 01:34:28 +00:00
|
|
|
sdk: '>=3.0.0 <4.0.0'
|
2024-11-11 19:47:52 +00:00
|
|
|
|
|
|
|
dependencies:
|
2024-12-16 01:34:28 +00:00
|
|
|
collection: ^1.17.0
|
|
|
|
meta: ^1.9.0
|
|
|
|
path: ^1.8.0
|
|
|
|
crypto: ^3.0.0
|
|
|
|
uuid: ^4.0.0
|
|
|
|
intl: ^0.18.0
|
|
|
|
glob: ^2.1.0
|
|
|
|
yaml: ^3.1.2
|
|
|
|
pub_semver: ^2.1.4
|
2024-12-22 02:16:25 +00:00
|
|
|
platform_collections: ^1.0.0
|
|
|
|
platform_conditionable: ^1.0.0
|
2024-12-16 01:34:28 +00:00
|
|
|
platform_contracts: ^1.0.0
|
|
|
|
platform_macroable: ^1.0.0
|
2024-12-25 21:31:41 +00:00
|
|
|
platform_mirrors: ^1.0.0
|
2024-12-22 02:16:25 +00:00
|
|
|
|
|
|
|
|
2024-11-11 19:47:52 +00:00
|
|
|
|
|
|
|
dev_dependencies:
|
2024-12-16 01:34:28 +00:00
|
|
|
lints: ^2.1.0
|
2024-11-11 19:47:52 +00:00
|
|
|
test: ^1.24.0
|
2024-12-16 01:34:28 +00:00
|
|
|
|
|
|
|
topics:
|
|
|
|
- framework
|
|
|
|
- utilities
|
|
|
|
- support
|