File tree 21 files changed +38
-20
lines changed
21 files changed +38
-20
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ repository: https://github.com/dart-lang/tools/tree/main/pkgs/benchmark_harness
5
5
issue_tracker : https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Abenchmark_harness
6
6
7
7
topics :
8
- - benchmarking
8
+ - benchmarking
9
9
10
10
environment :
11
11
sdk : ^3.2.0
Original file line number Diff line number Diff line change 1
1
name : io
2
+ version : 1.1.0-wip
2
3
description : >-
3
4
Utilities for the Dart VM Runtime including support for ANSI colors, file
4
5
copying, and standard exit code values.
5
- version : 1.1.0-wip
6
6
repository : https://github.com/dart-lang/tools/tree/main/pkgs/io
7
+ issue_tracker : https://github.com/dart-lang/tools/labels/package%3Aio
7
8
8
9
environment :
9
10
sdk : ^3.4.0
Original file line number Diff line number Diff line change @@ -3,9 +3,10 @@ version: 7.3.1-wip
3
3
description : >-
4
4
A portable Markdown library written in Dart that can parse Markdown into HTML.
5
5
repository : https://github.com/dart-lang/tools/tree/main/pkgs/markdown
6
+ issue_tracker : https://github.com/dart-lang/tools/labels/package%3Amarkdown
6
7
7
8
topics :
8
- - markdown
9
+ - markdown
9
10
10
11
executables :
11
12
markdown :
Original file line number Diff line number Diff line change @@ -5,11 +5,12 @@ description: >-
5
5
a file extension and file contents.
6
6
repository : https://github.com/dart-lang/tools/tree/main/pkgs/mime
7
7
issue_tracker : https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Amime
8
+
8
9
topics :
9
- - magic-numbers
10
- - mime
11
- - mimetype
12
- - multipart-form
10
+ - magic-numbers
11
+ - mime
12
+ - mimetype
13
+ - multipart-form
13
14
14
15
environment :
15
16
sdk : ^3.2.0
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ name: package_config
2
2
version : 2.1.1
3
3
description : Support for reading and writing Dart Package Configuration files.
4
4
repository : https://github.com/dart-lang/tools/tree/main/pkgs/package_config
5
+ issue_tracker : https://github.com/dart-lang/tools/labels/package%3Apackage_config
5
6
6
7
environment :
7
8
sdk : ^3.4.0
Original file line number Diff line number Diff line change 1
1
name : pool
2
2
version : 1.5.2-wip
3
3
description : >-
4
- Manage a finite pool of resources.
5
- Useful for controlling concurrent file system or network requests.
4
+ Manage a finite pool of resources. Useful for controlling concurrent file
5
+ system or network requests.
6
6
repository : https://github.com/dart-lang/tools/tree/main/pkgs/pool
7
+ issue_tracker : https://github.com/dart-lang/tools/labels/package%3Apool
7
8
8
9
environment :
9
10
sdk : ^3.4.0
Original file line number Diff line number Diff line change 1
1
name : pub_semver
2
2
version : 2.1.5
3
3
description : >-
4
- Versions and version constraints implementing pub's versioning policy. This
5
- is very similar to vanilla semver, with a few corner cases.
4
+ Versions and version constraints implementing pub's versioning policy. This
5
+ is very similar to vanilla semver, with a few corner cases.
6
6
repository : https://github.com/dart-lang/tools/tree/main/pkgs/pub_semver
7
+ issue_tracker : https://github.com/dart-lang/tools/labels/package%3Apub_semver
8
+
7
9
topics :
8
- - dart-pub
9
- - semver
10
+ - dart-pub
11
+ - semver
10
12
11
13
environment :
12
14
sdk : ^3.4.0
Original file line number Diff line number Diff line change @@ -4,9 +4,10 @@ description: >-
4
4
Simple package for parsing pubspec.yaml files with a type-safe API and rich
5
5
error reporting.
6
6
repository : https://github.com/dart-lang/tools/tree/main/pkgs/pubspec_parse
7
+ issue_tracker : https://github.com/dart-lang/tools/labels/package%3Apubspec_parse
7
8
8
9
topics :
9
- - dart-pub
10
+ - dart-pub
10
11
11
12
environment :
12
13
sdk : ^3.6.0
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ name: source_maps
2
2
version : 0.10.14-wip
3
3
description : A library to programmatically manipulate source map files.
4
4
repository : https://github.com/dart-lang/tools/tree/main/pkgs/source_maps
5
+ issue_tracker : https://github.com/dart-lang/tools/labels/package%3Asource_maps
5
6
6
7
environment :
7
8
sdk : ^3.3.0
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ version: 1.10.1
3
3
description : >-
4
4
Provides a standard representation for source code locations and spans.
5
5
repository : https://github.com/dart-lang/tools/tree/main/pkgs/source_span
6
+ issue_tracker : https://github.com/dart-lang/tools/labels/package%3Asource_span
6
7
7
8
environment :
8
9
sdk : ^3.1.0
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ description: >-
5
5
communication through Server Sent Events (SSE) and corresponding POST
6
6
requests.
7
7
repository : https://github.com/dart-lang/tools/tree/main/pkgs/sse
8
+ issue_tracker : https://github.com/dart-lang/tools/labels/package%3Asse
8
9
9
10
environment :
10
11
sdk : ^3.3.0
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ name: stack_trace
2
2
version : 1.12.1
3
3
description : A package for manipulating stack traces and printing them readably.
4
4
repository : https://github.com/dart-lang/tools/tree/main/pkgs/stack_trace
5
+ issue_tracker : https://github.com/dart-lang/tools/labels/package%3Astack_trace
5
6
6
7
environment :
7
8
sdk : ^3.4.0
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ description: >-
4
4
An abstraction for two-way communication channels based on the Dart Stream
5
5
class.
6
6
repository : https://github.com/dart-lang/tools/tree/main/pkgs/stream_channel
7
+ issue_tracker : https://github.com/dart-lang/tools/labels/package%3Astream_channel
7
8
8
9
environment :
9
10
sdk : ^3.3.0
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ name: stream_transform
2
2
version : 2.1.2-wip
3
3
description : A collection of utilities to transform and manipulate streams.
4
4
repository : https://github.com/dart-lang/tools/tree/main/pkgs/stream_transform
5
+ issue_tracker : https://github.com/dart-lang/tools/labels/package%3Astream_transform
5
6
6
7
environment :
7
8
sdk : ^3.4.0
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ name: string_scanner
2
2
version : 1.4.1
3
3
description : A class for parsing strings using a sequence of patterns.
4
4
repository : https://github.com/dart-lang/tools/tree/main/pkgs/string_scanner
5
+ issue_tracker : https://github.com/dart-lang/tools/labels/package%3Astring_scanner
5
6
6
7
environment :
7
8
sdk : ^3.1.0
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ name: term_glyph
2
2
version : 1.2.3-wip
3
3
description : Useful Unicode glyphs and ASCII substitutes.
4
4
repository : https://github.com/dart-lang/tools/tree/main/pkgs/term_glyph
5
+ issue_tracker : https://github.com/dart-lang/tools/labels/package%3Aterm_glyph
5
6
6
7
environment :
7
8
sdk : ^3.1.0
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ name: test_reflective_loader
2
2
version : 0.2.3
3
3
description : Support for discovering tests and test suites using reflection.
4
4
repository : https://github.com/dart-lang/tools/tree/main/pkgs/test_reflective_loader
5
+ issue_tracker : https://github.com/dart-lang/tools/labels/package%3Atest_reflective_loader
5
6
6
7
environment :
7
8
sdk : ^3.1.0
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 1.0.2
3
3
description : >-
4
4
A simple package for tracking the performance of synchronous and asynchronous
5
5
actions.
6
- repository : https://github.com/dart-lang/tools/tree/main/pkgs/timing
6
+ issue_tracker : https://github.com/dart-lang/tools/labels/package%3Atiming
7
7
8
8
environment :
9
9
sdk : ^3.4.0
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ description: >-
4
4
A file system watcher. It monitors changes to contents of directories and
5
5
sends notifications when files have been added, removed, or modified.
6
6
repository : https://github.com/dart-lang/tools/tree/main/pkgs/watcher
7
+ issue_tracker : https://github.com/dart-lang/tools/labels/package%3Awatcher
7
8
8
9
environment :
9
10
sdk : ^3.1.0
Original file line number Diff line number Diff line change @@ -2,10 +2,11 @@ name: yaml
2
2
version : 3.1.3
3
3
description : A parser for YAML, a human-friendly data serialization standard
4
4
repository : https://github.com/dart-lang/tools/tree/main/pkgs/yaml
5
+ issue_tracker : https://github.com/dart-lang/tools/labels/package%3Ayaml
5
6
6
7
topics :
7
- - yaml
8
- - config-format
8
+ - yaml
9
+ - config-format
9
10
10
11
environment :
11
12
sdk : ^3.4.0
Original file line number Diff line number Diff line change @@ -3,11 +3,10 @@ version: 2.2.2
3
3
description : >-
4
4
A library for YAML manipulation with comment and whitespace preservation.
5
5
repository : https://github.com/dart-lang/tools/tree/main/pkgs/yaml_edit
6
-
7
- issue_tracker : https://github.com/dart-lang/yaml_edit/issues
6
+ issue_tracker : https://github.com/dart-lang/tools/labels/package%3Ayaml_edit
8
7
9
8
topics :
10
- - yaml
9
+ - yaml
11
10
12
11
environment :
13
12
sdk : ^3.1.0
You can’t perform that action at this time.
0 commit comments