{ "_from": "sqlstring@^2.3.1", "_id": "sqlstring@2.3.2", "_inBundle": false, "_integrity": "sha512-vF4ZbYdKS8OnoJAWBmMxCQDkiEBkGQYU7UZPtL8flbDRSNkhaXvRJ279ZtI6M+zDaQovVU4tuRgzK5fVhvFAhg==", "_location": "/sqlstring", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "sqlstring@^2.3.1", "name": "sqlstring", "escapedName": "sqlstring", "rawSpec": "^2.3.1", "saveSpec": null, "fetchSpec": "^2.3.1" }, "_requiredBy": [ "/mysql2" ], "_resolved": "https://registry.npmjs.org/sqlstring/-/sqlstring-2.3.2.tgz", "_shasum": "cdae7169389a1375b18e885f2e60b3e460809514", "_spec": "sqlstring@^2.3.1", "_where": "E:\\a-level\\project_js2\\node_modules\\mysql2", "bugs": { "url": "https://github.com/mysqljs/sqlstring/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Adri Van Houdt", "email": "adri.van.houdt@gmail.com" }, { "name": "Douglas Christopher Wilson", "email": "doug@somethingdoug.com" }, { "name": "fengmk2", "email": "fengmk2@gmail.com", "url": "http://fengmk2.github.com" }, { "name": "Kevin Jose Martin", "email": "kevin@tiliq.com" }, { "name": "Nathan Woltman", "email": "nwoltman@outlook.com" }, { "name": "Sergej Sintschilin", "email": "seregpie@gmail.com" } ], "deprecated": false, "description": "Simple SQL escape and format for MySQL", "devDependencies": { "beautify-benchmark": "0.2.4", "benchmark": "2.1.4", "eslint": "5.16.0", "eslint-plugin-markdown": "1.0.2", "nyc": "15.0.0", "urun": "0.0.8", "utest": "0.0.8" }, "engines": { "node": ">= 0.6" }, "files": [ "lib/", "HISTORY.md", "LICENSE", "README.md", "index.js" ], "homepage": "https://github.com/mysqljs/sqlstring#readme", "keywords": [ "sqlstring", "sql", "escape", "sql escape" ], "license": "MIT", "name": "sqlstring", "repository": { "type": "git", "url": "git+https://github.com/mysqljs/sqlstring.git" }, "scripts": { "bench": "node benchmark/index.js", "lint": "eslint --plugin markdown --ext js,md .", "test": "node test/run.js", "test-ci": "nyc --reporter=text npm test", "test-cov": "nyc --reporter=html --reporter=text npm test" }, "version": "2.3.2" }