{
  "_args": [
    [
      "mysql@2.13.0",
      "/home/ambuj/Desktop/mysql Projects/mobileapp"
    ]
  ],
  "_from": "mysql@2.13.0",
  "_id": "mysql@2.13.0",
  "_inBundle": false,
  "_integrity": "sha1-mY8fjKRuLj3XFJzpgkE2U5hqrkc=",
  "_location": "/mysql",
  "_phantomChildren": {
    "core-util-is": "1.0.2",
    "inherits": "2.0.3"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "mysql@2.13.0",
    "name": "mysql",
    "escapedName": "mysql",
    "rawSpec": "2.13.0",
    "saveSpec": null,
    "fetchSpec": "2.13.0"
  },
  "_requiredBy": [
    "/",
    "/express-mysql-session"
  ],
  "_resolved": "https://registry.npmjs.org/mysql/-/mysql-2.13.0.tgz",
  "_spec": "2.13.0",
  "_where": "/home/ambuj/Desktop/mysql Projects/mobileapp",
  "author": {
    "name": "Felix Geisendörfer",
    "email": "felix@debuggable.com",
    "url": "http://debuggable.com/"
  },
  "bugs": {
    "url": "https://github.com/mysqljs/mysql/issues"
  },
  "contributors": [
    {
      "name": "Andrey Sidorov",
      "email": "sidorares@yandex.ru"
    },
    {
      "name": "Douglas Christopher Wilson",
      "email": "doug@somethingdoug.com"
    },
    {
      "name": "Diogo Resende",
      "email": "dresende@thinkdigital.pt"
    },
    {
      "name": "Nathan Woltman",
      "email": "nwoltman@outlook.com"
    }
  ],
  "dependencies": {
    "bignumber.js": "3.1.2",
    "readable-stream": "1.1.14",
    "sqlstring": "2.2.0"
  },
  "description": "A node.js driver for mysql. It is written in JavaScript, does not require compiling, and is 100% MIT licensed.",
  "devDependencies": {
    "after": "0.8.2",
    "eslint": "3.13.1",
    "istanbul": "0.4.5",
    "mkdirp": "0.5.1",
    "require-all": "2.1.0",
    "rimraf": "2.2.8",
    "seedrandom": "2.4.2",
    "timezone-mock": "0.0.0",
    "urun": "0.0.8",
    "utest": "0.0.8"
  },
  "engines": {
    "node": ">= 0.6"
  },
  "files": [
    "lib/",
    "Changes.md",
    "License",
    "Readme.md",
    "index.js"
  ],
  "homepage": "https://github.com/mysqljs/mysql#readme",
  "license": "MIT",
  "name": "mysql",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mysqljs/mysql.git"
  },
  "scripts": {
    "lint": "eslint .",
    "test": "node test/run.js",
    "test-ci": "node test/run-cov.js lcovonly",
    "test-cov": "node test/run-cov.js"
  },
  "version": "2.13.0"
}
