sql-string-escape
Version:
Simple SQL string escape.
40 lines (39 loc) • 802 B
JSON
{
"name": "sql-string-escape",
"version": "1.1.5",
"description": "Simple SQL string escape.",
"main": "sql-string-escape.js",
"scripts": {
"test": "tape test/*.js"
},
"files": [
"sql-string-escape.js"
],
"repository": {
"type": "git",
"url": "https://gitlab.com/FossPrime/sql-string-escape"
},
"homepage": "https://github.com/thlorenz/sql-escape-string",
"dependencies": {
"tape": "^4.8.0"
},
"devDependencies": {},
"keywords": [
"sql",
"escape",
"injection",
"security"
],
"author": {
"name": "Ray Foss",
"email": "npm@vblip.com",
"url": "http://vblip.com"
},
"license": {
"type": "MIT",
"url": "https://github.com/thlorenz/sql-escape-string/blob/master/LICENSE"
},
"engine": {
"node": ">=6"
}
}