• File: package.json
  • Full Path: /var/www/nodejs/daily_store_reports_nodejs/node_modules/promise-mysql/package.json
  • Date Modified: 02/04/2023 9:31 PM
  • File size: 1.08 KB
  • MIME-type: application/json
  • Charset: utf-8
{
  "name": "promise-mysql",
  "version": "5.2.0",
  "description": "A bluebird wrapper for node-mysql",
  "main": "index.js",
  "scripts": {
    "tap": "tap",
    "test": "tap test/*.js --100",
    "coverage": "tap test/*.js --coverage-report=html",
    "updatesnapshots": "TAP_SNAPSHOT=1 npm run test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lukeb-uk/node-promise-mysql.git"
  },
  "keywords": [
    "promise",
    "performance",
    "promises",
    "promises-a",
    "promises-aplus",
    "async",
    "await",
    "deferred",
    "deferreds",
    "future",
    "flow control",
    "dsl",
    "fluent interface",
    "database",
    "mysql",
    "mysql-promise",
    "bluebird",
    "q"
  ],
  "author": "Luke Bonaccorsi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lukeb-uk/node-promise-mysql/issues"
  },
  "dependencies": {
    "@types/mysql": "^2.15.2",
    "@types/bluebird": "^3.5.26",
    "bluebird": "^3.5.1",
    "mysql": "^2.18.1"
  },
  "devDependencies": {
    "proxyquire": "^2.0.1",
    "sinon": "^8.1.0",
    "tap": "^15.0.9"
  }
}