OLD | NEW |
1 name: path | 1 name: path |
2 version: 0.9.0 | |
3 author: Dart Team <misc@dartlang.org> | 2 author: Dart Team <misc@dartlang.org> |
4 description: > | 3 description: > |
5 A string-based path manipulation library. All of the path operations you know | 4 A string-based path manipulation library. All of the path operations you know |
6 and love, with solid support on both Windows and POSIX (Linux and Mac OS X) | 5 and love, with solid support on both Windows and POSIX (Linux and Mac OS X) |
7 machines. | 6 machines. |
8 homepage: http://www.dartlang.org | 7 homepage: http://www.dartlang.org |
9 documentation: http://api.dartlang.org/docs/pkg/path | 8 documentation: http://api.dartlang.org/docs/pkg/path |
10 dev_dependencies: | 9 dev_dependencies: |
11 unittest: ">=0.9.0 <0.10.0" | 10 unittest: any |
12 environment: | |
13 sdk: ">=1.0.0 <2.0.0" | |
OLD | NEW |