| name: heapsnapshot |
| version: 0.1.0 |
| description: Utilities for analysing heapsnapshots generated by Dart VM. |
| repository: https://github.com/dart-lang/sdk/tree/main/pkg/heapsnapshot |
| # This package is right now not intended to be published. |
| # See also https://github.com/dart-lang/sdk/issues/50061 |
| publish_to: none |
| |
| environment: |
| sdk: '^3.6.0' |
| |
| dependencies: |
| args: ^2.0.0 |
| heap_snapshot: any |
| mmap: any |
| vm_service: ^15.0.0 |
| |
| dev_dependencies: |
| dart_console: ^1.1.2 |
| path: ^1.8.0 |
| test: ^1.21.6 |
| |
| dependency_overrides: |
| heap_snapshot: |
| path: ../../../pkg/heap_snapshot |
| mmap: |
| path: ../../../pkg/mmap |