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