| name: vm_snapshot_analysis | |
| version: 0.7.1 | |
| description: Utilities for analysing AOT snapshot size. | |
| repository: https://github.com/dart-lang/sdk/tree/main/pkg/vm_snapshot_analysis | |
| environment: | |
| sdk: '>=2.12.0 <3.0.0' | |
| executables: | |
| snapshot_analysis: analyse | |
| dependencies: | |
| args: ^2.0.0 | |
| collection: ^1.15.0 | |
| path: ^1.8.0 | |
| dev_dependencies: | |
| lints: any | |
| test: ^1.16.8 |