{
  "_args": [
    [
      {
        "name": "mysql",
        "raw": "mysql@2.10.2",
        "rawSpec": "2.10.2",
        "scope": null,
        "spec": "2.10.2",
        "type": "version"
      },
      "/home/fgreiner/prog/js/Nodulator"
    ]
  ],
  "_from": "mysql@2.10.2",
  "_id": "mysql@2.10.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/mysql",
  "_npmUser": {
    "email": "doug@somethingdoug.com",
    "name": "dougwilson"
  },
  "_npmVersion": "1.4.28",
  "_phantomChildren": {},
  "_requested": {
    "name": "mysql",
    "raw": "mysql@2.10.2",
    "rawSpec": "2.10.2",
    "scope": null,
    "spec": "2.10.2",
    "type": "version"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/mysql/-/mysql-2.10.2.tgz",
  "_shasum": "9ee5e46f056b2ba3a7840a10eae3426f59384292",
  "_shrinkwrap": null,
  "_spec": "mysql@2.10.2",
  "_where": "/home/fgreiner/prog/js/Nodulator",
  "author": {
    "email": "felix@debuggable.com",
    "name": "Felix Geisendörfer",
    "url": "http://debuggable.com/"
  },
  "bugs": {
    "url": "https://github.com/felixge/node-mysql/issues"
  },
  "contributors": [
    {
      "email": "sidorares@yandex.ru",
      "name": "Andrey Sidorov"
    },
    {
      "email": "doug@somethingdoug.com",
      "name": "Douglas Christopher Wilson"
    },
    {
      "email": "dresende@thinkdigital.pt",
      "name": "Diogo Resende"
    }
  ],
  "dependencies": {
    "bignumber.js": "2.1.4",
    "readable-stream": "~1.1.13"
  },
  "description": "A node.js driver for mysql. It is written in JavaScript, does not require compiling, and is 100% MIT licensed.",
  "devDependencies": {
    "eslint": "1.10.1",
    "istanbul": "0.4.2",
    "mkdirp": "0.5.1",
    "require-all": "2.0.0",
    "rimraf": "2.2.8",
    "timezone-mock": "0.0.0",
    "urun": "0.0.8",
    "utest": "0.0.8"
  },
  "directories": {},
  "dist": {
    "shasum": "9ee5e46f056b2ba3a7840a10eae3426f59384292",
    "tarball": "https://registry.npmjs.org/mysql/-/mysql-2.10.2.tgz"
  },
  "engines": {
    "node": ">= 0.6"
  },
  "files": [
    "lib/",
    "Changes.md",
    "License",
    "Readme.md",
    "index.js"
  ],
  "gitHead": "ecf9b62ebbba1eeb0d01a77506c2e445205b9150",
  "homepage": "https://github.com/felixge/node-mysql",
  "license": "MIT",
  "maintainers": [
    {
      "email": "felix@debuggable.com",
      "name": "felixge"
    },
    {
      "email": "me@egorfine.com",
      "name": "egorfine"
    },
    {
      "email": "dresende@thinkdigital.pt",
      "name": "dresende"
    },
    {
      "email": "ken.woodruff@gmail.com",
      "name": "femto113"
    },
    {
      "email": "nate@lifewanted.com",
      "name": "nate.lillich"
    },
    {
      "email": "tolga.ekmen@gmail.com",
      "name": "tolgaek"
    },
    {
      "email": "sidorares@yandex.com",
      "name": "sidorares"
    },
    {
      "email": "sean.monstar@gmail.com",
      "name": "seanmonstar"
    },
    {
      "email": "doug@somethingdoug.com",
      "name": "dougwilson"
    }
  ],
  "name": "mysql",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/felixge/node-mysql.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.10.2"
}
