UNPKG

sql-escape

Version:

Escape SQL special characters and quotes in strings

33 lines (32 loc) 731 B
{ "name": "sql-escape", "version": "1.0.1", "description": "Escape SQL special characters and quotes in strings", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "mocha test/test.js" }, "repository": { "type": "git", "url": "git+https://github.com/packagestats/sql-escape.git" }, "keywords": [ "SQL", "escape", "strings", "special", "characters" ], "author": "Joel Kemp <joel@mrjoelkemp.com> (http://www.mrjoelkemp.com/)", "license": "MIT", "bugs": { "url": "https://github.com/packagestats/sql-escape/issues" }, "homepage": "https://github.com/packagestats/sql-escape#readme", "devDependencies": { "mocha": "~2.3.3" } }