{
  "name": "mysql2",
  "version": "0.15.0",
  "description": "fast mysql driver. Implements core protocol, prepared statements, ssl and compression in native JS",
  "main": "index.js",
  "directories": {
    "example": "examples"
  },
  "scripts": {
    "test": "./test/run.js",
    "benchmark": "./benchmarks/run-unit.js",
    "benchmarks": "./benchmarks/run-unit.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sidorares/node-mysql2"
  },
  "keywords": [
    "mysql",
    "client",
    "server"
  ],
  "author": {
    "name": "Andrey Sidorov",
    "email": "sidorares@yandex.ru"
  },
  "license": "MIT",
  "dependencies": {
    "bn.js": "0.16.0",
    "cardinal": "0.4.4",
    "named-placeholders": "0.1.3",
    "double-ended-queue": "2.0.0-0"
  },
  "devDependencies": {
    "progress": "1.1.8",
    "readable-stream": "1.0.33",
    "urun": "0.0.8",
    "utest": "0.0.8"
  },
  "gitHead": "3b27a177f9c77935ad7d5170c65f745a56caf445",
  "bugs": {
    "url": "https://github.com/sidorares/node-mysql2/issues"
  },
  "homepage": "https://github.com/sidorares/node-mysql2",
  "_id": "mysql2@0.15.0",
  "_shasum": "d203d60f8c680557edcb85d45839608c5daeb865",
  "_from": "mysql2@>=0.15.0 <0.16.0",
  "_npmVersion": "1.4.28",
  "_npmUser": {
    "name": "sidorares",
    "email": "sidorares@yandex.com"
  },
  "maintainers": [
    {
      "name": "sidorares",
      "email": "sidorares@yandex.com"
    },
    {
      "name": "iarna",
      "email": "me@re-becca.org"
    }
  ],
  "dist": {
    "shasum": "d203d60f8c680557edcb85d45839608c5daeb865",
    "tarball": "http://registry.npmjs.org/mysql2/-/mysql2-0.15.0.tgz"
  },
  "_resolved": "https://registry.npmjs.org/mysql2/-/mysql2-0.15.0.tgz",
  "readme": "ERROR: No README data found!"
}