qjson
Version:
javascript plugin to stringify, parse javascript objects with RegExp and Date.
38 lines (37 loc) • 785 B
JSON
{
"name": "qjson",
"version": "0.0.2",
"author": "goodseller <goodseller@users.noreply.github.com>",
"description": "javascript plugin to stringify, parse javascript objects with RegExp and Date.",
"contributors": [
{
"name": "goodseller",
"email": "goodseller@users.noreply.github.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/goodseller/qjson"
},
"main":"./index.js",
"scripts": {
"test": "node ./tests/index.js"
},
"keywords": [
"query",
"JSON",
"parse",
"Date",
"RegExp",
"stringify object with regexp",
"JSON regex",
"JSON RegExp",
"JSON parse regex",
"JSON parse Date",
"JSON parse RegExp"
],
"license": "MIT",
"engine": {
"node": ">=0.4.9"
}
}