deformat
Version:
Deformat is the contrary of format, inspired by express/koa route, which makes parsing string with template really simple
29 lines (28 loc) • 693 B
JSON
{
"name": "deformat",
"version": "1.2.0",
"description": "Deformat is the contrary of format, inspired by express/koa route, which makes parsing string with template really simple",
"main": "index.js",
"scripts": {
"test": "node test.index",
"performance": "node performance",
"readme": "pretty-readme > readme.md"
},
"keywords": [
"format",
"nginx",
"log_format",
"access.log",
"parser"
],
"author": "ft",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/chunpu/deformat.git"
},
"bugs": {
"url": "https://github.com/chunpu/deformat/issues"
},
"homepage": "https://github.com/chunpu/deformat"
}