| name: kernel | |
| version: 0.2.0 | |
| author: Dart Team <[email protected]> | |
| description: Dart IR (Intermediate Representation) | |
| homepage: https://github.com/dart-lang/kernel | |
| environment: | |
| sdk: ">=1.8.0" | |
| dependencies: | |
| # We import some of the analyzer's internal files, so lock the patch version. | |
| analyzer: 0.29.0 | |
| path: ^1.3.9 | |
| args: ^0.13.4 | |
| logging: ^0.11.2 | |
| package_config: ^1.0.0 | |
| dev_dependencies: | |
| test: ^0.12.15+6 | |
| stack_trace: ^1.6.6 | |
| ansicolor: ^0.0.9 |