diff options
| author | JamesP <jlp765@gmail.com> | 2015-09-21 22:10:36 +1000 |
|---|---|---|
| committer | JamesP <jlp765@gmail.com> | 2015-09-21 22:10:36 +1000 |
| commit | 79766b95996ae2e9f57144595f678772a8aa142f (patch) | |
| tree | 1cde1effc7ffc686b5615b8470421ac13e34e7ad | |
| parent | 336039ad668183f180a9062e3ed2f2aa4ce23e7a (diff) | |
| download | packages-79766b95996ae2e9f57144595f678772a8aa142f.tar.gz packages-79766b95996ae2e9f57144595f678772a8aa142f.zip | |
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..316afb6 100644 --- a/packages.json +++ b/packages.json @@ -3327,4 +3327,19 @@ "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" + } ] |
