diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-09-21 13:26:20 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-09-21 13:26:20 +0100 |
| commit | a24f917a989de3c332e7c8b3d29ae8b5b4e8a8c3 (patch) | |
| tree | 12c12edb5a32c11d88c66b9753989b1bb1876b9d | |
| parent | 336039ad668183f180a9062e3ed2f2aa4ce23e7a (diff) | |
| parent | 31a9658b3943e474b34eddcd450323fe1d8901db (diff) | |
| download | packages-a24f917a989de3c332e7c8b3d29ae8b5b4e8a8c3.tar.gz packages-a24f917a989de3c332e7c8b3d29ae8b5b4e8a8c3.zip | |
Merge pull request #257 from jlp765/parseFixed
add parseFixed package
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 60466df..3bb1f10 100644 --- a/packages.json +++ b/packages.json @@ -3326,5 +3326,20 @@ "description": "A lightweight, self-contained, RESTful, searchable, multi-format NoSQL document store", "license": "MIT", "web": "https://h3rald.com/litestore" + }, + { + "name": "parseFixed", + "url": "https://github.com/jlp765/parsefixed", + "method": "git", + "tags": [ + "parse", + "fixed", + "width", + "parser", + "text" + ], + "description": "Parse fixed-width fields within lines of text (complementary to parsecsv)", + "license": "MIT", + "web": "https://github.com/jlp765/parsefixed" } ] |
