frankenstop
Version:
Prevent Frankensteinian JS objects from making their way into your no-SQL database, or passing through your code.
21 lines (20 loc) • 430 B
JSON
{
"name": "frankenstop",
"version": "0.0.1008",
"description": "Prevent Frankensteinian JS objects from making their way into your no-SQL database, or passing through your code.",
"main": "index.js",
"scripts": {
"test": "./@test.sh"
},
"keywords": [
"JSON",
"BSON",
"MongoDB",
"Firebase"
],
"author": "Olegzandr Denman",
"license": "ISC",
"dependencies": {
"lodash": "^4.16.4"
}
}