aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json15
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"
+ }
]