{
  "_args": [
    [
      "promise-mysql@4.1.3",
      "C:\\Users\\kommi\\workspaces\\ne-trip"
    ]
  ],
  "_from": "promise-mysql@4.1.3",
  "_id": "promise-mysql@4.1.3",
  "_inBundle": false,
  "_integrity": "sha512-TSqIBjeflVLK8LDv6dszWfhn+NJggwf5e8o3k8OdUe4XHiJRiX/caDoX8ohNeIk4xsT0b60PBHlGk8J5wUj/0Q==",
  "_location": "/promise-mysql",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "promise-mysql@4.1.3",
    "name": "promise-mysql",
    "escapedName": "promise-mysql",
    "rawSpec": "4.1.3",
    "saveSpec": null,
    "fetchSpec": "4.1.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/promise-mysql/-/promise-mysql-4.1.3.tgz",
  "_spec": "4.1.3",
  "_where": "C:\\Users\\kommi\\workspaces\\ne-trip",
  "author": {
    "name": "Luke Bonaccorsi"
  },
  "bugs": {
    "url": "https://github.com/lukeb-uk/node-promise-mysql/issues"
  },
  "dependencies": {
    "@types/bluebird": "^3.5.26",
    "@types/mysql": "^2.15.2",
    "bluebird": "^3.5.1",
    "mysql": "^2.18.1"
  },
  "description": "A bluebird wrapper for node-mysql",
  "devDependencies": {
    "proxyquire": "^2.0.1",
    "sinon": "^8.1.0",
    "tap": "^14.4.1"
  },
  "homepage": "https://github.com/lukeb-uk/node-promise-mysql#readme",
  "keywords": [
    "promise",
    "performance",
    "promises",
    "promises-a",
    "promises-aplus",
    "async",
    "await",
    "deferred",
    "deferreds",
    "future",
    "flow control",
    "dsl",
    "fluent interface",
    "database",
    "mysql",
    "mysql-promise",
    "bluebird",
    "q"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "promise-mysql",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lukeb-uk/node-promise-mysql.git"
  },
  "scripts": {
    "coverage": "tap test/*.js --coverage-report=html",
    "tap": "tap",
    "test": "tap test/*.js --100",
    "updatesnapshots": "TAP_SNAPSHOT=1 npm run test"
  },
  "version": "4.1.3"
}
