aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamesP <jlp765@gmail.com>2015-09-21 22:10:36 +1000
committerJamesP <jlp765@gmail.com>2015-09-21 22:10:36 +1000
commit79766b95996ae2e9f57144595f678772a8aa142f (patch)
tree1cde1effc7ffc686b5615b8470421ac13e34e7ad
parent336039ad668183f180a9062e3ed2f2aa4ce23e7a (diff)
downloadpackages-79766b95996ae2e9f57144595f678772a8aa142f.tar.gz
packages-79766b95996ae2e9f57144595f678772a8aa142f.zip
add parseFixed package
-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"
+ }
]