From 79766b95996ae2e9f57144595f678772a8aa142f Mon Sep 17 00:00:00 2001 From: JamesP Date: Mon, 21 Sep 2015 22:10:36 +1000 Subject: [PATCH] add parseFixed package --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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" + } ]