{
  "_args": [
    [
      "@rodrigogs/mysql-events@0.6.0",
      "/var/www/html"
    ]
  ],
  "_from": "@rodrigogs/mysql-events@0.6.0",
  "_id": "@rodrigogs/mysql-events@0.6.0",
  "_inBundle": false,
  "_integrity": "sha512-bI4zECD76lprG050XIl9+ZY2COZ7rxwtT982uF+aV872j/zbQC0imYDZuYcQuktNC3GyLuo+wH/BoxrrfDQEag==",
  "_location": "/@rodrigogs/mysql-events",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@rodrigogs/mysql-events@0.6.0",
    "name": "@rodrigogs/mysql-events",
    "escapedName": "@rodrigogs%2fmysql-events",
    "scope": "@rodrigogs",
    "rawSpec": "0.6.0",
    "saveSpec": null,
    "fetchSpec": "0.6.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@rodrigogs/mysql-events/-/mysql-events-0.6.0.tgz",
  "_spec": "0.6.0",
  "_where": "/var/www/html",
  "bugs": {
    "url": "https://github.com/rodrigogs/mysql-events/issues"
  },
  "contributors": [
    {
      "name": "Rodrigo Gomes da Silva",
      "email": "rodrigo.smscom@gmail.com",
      "url": "https://github.com/rodrigogs"
    }
  ],
  "dependencies": {
    "@rodrigogs/zongji": "^0.4.14",
    "debug": "^4.1.1",
    "debuggler": "^1.0.0",
    "mysql": "^2.17.1"
  },
  "description": "A node.js package that watches a MySQL database and runs callbacks on matched events like updates on tables and/or specific columns.",
  "devDependencies": {
    "chai": "^4.2.0",
    "codeclimate-test-reporter": "^0.5.1",
    "cross-env": "^5.2.0",
    "dotenv-cli": "^2.0.0",
    "eslint": "^5.16.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-import": "^2.17.2",
    "jest": "^24.8.0",
    "nyc": "^14.1.1"
  },
  "engines": {
    "node": ">=7.6.0"
  },
  "homepage": "https://github.com/rodrigogs/mysql-events",
  "keywords": [
    "mysql",
    "events",
    "trigger",
    "notify",
    "watcher"
  ],
  "license": "BSD-3-Clause",
  "main": "index.js",
  "name": "@rodrigogs/mysql-events",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/rodrigogs/mysql-events.git"
  },
  "scripts": {
    "coverage": "nyc --reporter=lcov npm test",
    "eslint": "eslint . --ext .js",
    "test": "npm run test:55 && npm run test:56 && npm run test:57 && npm run test:80",
    "test:55": "cross-env DATABASE_PORT=3355 jest --forceExit --runInBand",
    "test:56": "cross-env DATABASE_PORT=3356 jest --forceExit --runInBand",
    "test:57": "cross-env DATABASE_PORT=3357 jest --forceExit --runInBand",
    "test:80": "cross-env DATABASE_PORT=3380 jest --forceExit --runInBand",
    "test:local": "./scripts/test.sh"
  },
  "version": "0.6.0"
}
