{
  "_args": [
    [
      "mysql@2.14.1",
      "/var/www/html/trains/api"
    ]
  ],
  "_from": "mysql@2.14.1",
  "_id": "mysql@2.14.1",
  "_inBundle": false,
  "_integrity": "sha512-ZPXqQeYH7L1QPDyC77Rcp32cNCQnNjz8Y4BbF17tOjm5yhSfjFa3xS4PvuxWJtEEmwVc4ccI7sSntj4eyYRq0A==",
  "_location": "/mysql",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "mysql@2.14.1",
    "name": "mysql",
    "escapedName": "mysql",
    "rawSpec": "2.14.1",
    "saveSpec": null,
    "fetchSpec": "2.14.1"
  },
  "_requiredBy": [
    "/loopback-connector-mysql"
  ],
  "_resolved": "https://registry.npmjs.org/mysql/-/mysql-2.14.1.tgz",
  "_spec": "2.14.1",
  "_where": "/var/www/html/trains/api",
  "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": "4.0.2",
    "readable-stream": "2.3.3",
    "safe-buffer": "5.1.1",
    "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": "4.3.0",
    "nyc": "10.3.2",
    "seedrandom": "2.4.3",
    "timezone-mock": "0.0.5",
    "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": "nyc --reporter=text npm test",
    "test-cov": "nyc --reporter=html --reporter=text npm test"
  },
  "version": "2.14.1"
}
