{
  "_args": [
    [
      "sqlstring@2.2.0",
      "/home/ambuj/Desktop/mysql Projects/mobileapp"
    ]
  ],
  "_from": "sqlstring@2.2.0",
  "_id": "sqlstring@2.2.0",
  "_inBundle": false,
  "_integrity": "sha1-wxNcTqirzX5+50GklmqJHYak8ZE=",
  "_location": "/sqlstring",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "sqlstring@2.2.0",
    "name": "sqlstring",
    "escapedName": "sqlstring",
    "rawSpec": "2.2.0",
    "saveSpec": null,
    "fetchSpec": "2.2.0"
  },
  "_requiredBy": [
    "/mysql"
  ],
  "_resolved": "https://registry.npmjs.org/sqlstring/-/sqlstring-2.2.0.tgz",
  "_spec": "2.2.0",
  "_where": "/home/ambuj/Desktop/mysql Projects/mobileapp",
  "bugs": {
    "url": "https://github.com/mysqljs/sqlstring/issues"
  },
  "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": "Nathan Woltman",
      "email": "nwoltman@outlook.com"
    }
  ],
  "description": "Simple SQL escape and format for MySQL",
  "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"
  },
  "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": {
    "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"
  },
  "version": "2.2.0"
}
