{
  "_from": "serverless-mysql@2.1.0",
  "_id": "serverless-mysql@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-EwSn5uYe4u64kWiRRAJkk2XIF+qPC3xKc92efMhYTbwSqnJ69v8Bx1LY5po0wuJff8QLxu3VAURNiEbQXiftgA==",
  "_location": "/serverless-mysql",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "serverless-mysql@2.1.0",
    "name": "serverless-mysql",
    "escapedName": "serverless-mysql",
    "rawSpec": "2.1.0",
    "saveSpec": null,
    "fetchSpec": "2.1.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/serverless-mysql/-/serverless-mysql-2.1.0.tgz",
  "_shasum": "bfbe226b47b20377043ce12986048cbc7263c445",
  "_spec": "serverless-mysql@2.1.0",
  "_where": "/var/www/html/fish.jba3.com/api",
  "author": {
    "name": "Jeremy Daly",
    "email": "jeremy@jeremydaly.com"
  },
  "bugs": {
    "url": "https://github.com/jeremydaly/serverless-mysql/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "mysql2": "^3.12.0"
  },
  "deprecated": false,
  "description": "A module for managing MySQL connections at serverless scale.",
  "devDependencies": {
    "chai": "^4.2.0",
    "coveralls": "^3.0.11",
    "eslint": "^5.16.0",
    "mocha": "^11.1.0",
    "mocha-lcov-reporter": "^1.3.0",
    "nyc": "^17.1.0",
    "rewire": "^7.0.0",
    "sinon": "^6.3.5"
  },
  "files": [
    "LICENSE",
    "README.md",
    "CONTRIBUTING.md",
    "index.js",
    "index.d.ts"
  ],
  "homepage": "https://github.com/jeremydaly/serverless-mysql#readme",
  "keywords": [
    "serverless",
    "mysql",
    "max_connections",
    "scalability",
    "rds",
    "aurora serverless",
    "aurora"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "Naor Peled",
      "email": "me@naor.dev",
      "url": "https://naor.dev"
    }
  ],
  "name": "serverless-mysql",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jeremydaly/serverless-mysql.git"
  },
  "scripts": {
    "lint": "eslint .",
    "prepublishOnly": "npm run lint && npm run test:docker",
    "test": "TZ=UTC mocha --check-leaks --recursive test/{unit,integration}/*.spec.js",
    "test-cov": "TZ=UTC nyc --reporter=html mocha --check-leaks --recursive test/{unit,integration}/*.spec.js",
    "test-cov:debug": "TZ=UTC NODE_DEBUG=mysql,net,stream nyc --reporter=html mocha --check-leaks --recursive test/{unit,integration}/*.spec.js",
    "test:debug": "TZ=UTC NODE_DEBUG=mysql,net,stream mocha --check-leaks --recursive test/{unit,integration}/*.spec.js",
    "test:docker": "./scripts/run-all-tests.sh",
    "test:docker:debug": "./scripts/run-all-tests.sh debug",
    "test:integration": "TZ=UTC mocha --check-leaks --recursive test/integration/*.spec.js",
    "test:integration:debug": "TZ=UTC NODE_DEBUG=mysql,net,stream mocha --check-leaks --recursive test/integration/*.spec.js",
    "test:integration:docker": "./scripts/run-integration-tests.sh",
    "test:integration:docker:debug": "./scripts/run-integration-tests.sh debug",
    "test:unit": "TZ=UTC mocha --check-leaks --recursive test/unit/*.spec.js",
    "test:unit:debug": "TZ=UTC NODE_DEBUG=mysql,net,stream mocha --check-leaks --recursive test/unit/*.spec.js"
  },
  "types": "index.d.ts",
  "version": "2.1.0"
}
