package.json 1.1 KB
{
  "name": "sqlstring",
  "description": "Simple SQL escape and format for MySQL",
  "version": "2.2.0",
  "contributors": [
    "Adri Van Houdt <adri.van.houdt@gmail.com>",
    "Douglas Christopher Wilson <doug@somethingdoug.com>",
    "fengmk2 <fengmk2@gmail.com> (http://fengmk2.github.com)",
    "Nathan Woltman <nwoltman@outlook.com>"
  ],
  "license": "MIT",
  "keywords": [
    "sqlstring",
    "sql",
    "escape",
    "sql escape"
  ],
  "repository": "mysqljs/sqlstring",
  "devDependencies": {
    "eslint": "3.9.1",
    "istanbul": "0.4.5",
    "mkdirp": "0.5.1",
    "require-all": "2.0.0",
    "rimraf": "2.2.8",
    "urun": "0.0.8",
    "utest": "0.0.8"
  },
  "files": [
    "lib/",
    "HISTORY.md",
    "LICENSE",
    "README.md",
    "index.js"
  ],
  "engines": {
    "node": ">= 0.6"
  },
  "scripts": {
    "lint": "eslint lib/**/*.js index.js test/**/*.js",
    "test": "node test/run.js",
    "test-ci": "node test/run-cov.js lcovonly",
    "test-cov": "node test/run-cov.js"
  },
  "_from": "sqlstring@2.2.0",
  "_resolved": "http://registry.npm.taobao.org/sqlstring/download/sqlstring-2.2.0.tgz"
}