{
  "_args": [
    [
      "express-mysql-session@2.1.4",
      "C:\\Users\\kommi\\workspaces\\ne-trip"
    ]
  ],
  "_from": "express-mysql-session@2.1.4",
  "_id": "express-mysql-session@2.1.4",
  "_inBundle": false,
  "_integrity": "sha512-Fcq168xVI8jtIJLhVHLJvBCvJlHnFWCcPmtt93UrWH38T2YsB919KrMCCh57/YkECkfff/L5zTQ95K1DxfOixg==",
  "_location": "/express-mysql-session",
  "_phantomChildren": {
    "cookie": "0.4.0",
    "cookie-signature": "1.0.6",
    "on-headers": "1.0.2",
    "parseurl": "1.3.3",
    "uid-safe": "2.1.5"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "express-mysql-session@2.1.4",
    "name": "express-mysql-session",
    "escapedName": "express-mysql-session",
    "rawSpec": "2.1.4",
    "saveSpec": null,
    "fetchSpec": "2.1.4"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/express-mysql-session/-/express-mysql-session-2.1.4.tgz",
  "_spec": "2.1.4",
  "_where": "C:\\Users\\kommi\\workspaces\\ne-trip",
  "author": {
    "name": "Charles Hill",
    "email": "chill@degreesofzero.com"
  },
  "bugs": {
    "url": "https://github.com/chill117/express-mysql-session/issues"
  },
  "dependencies": {
    "debug": "4.1.1",
    "express-session": "1.17.0",
    "mysql": "2.18.1",
    "underscore": "1.9.2"
  },
  "description": "A MySQL session store for express.js",
  "devDependencies": {
    "async": "3.2.0",
    "benchmark": "2.1.4",
    "chai": "4.2.0",
    "cookie-parser": "1.4.5",
    "eslint": "6.8.0",
    "express": "4.17.1",
    "mocha": "7.1.1",
    "mysql2": "2.1.0"
  },
  "funding": {
    "type": "individual",
    "url": "https://degreesofzero.com/donate.html"
  },
  "homepage": "https://github.com/chill117/express-mysql-session#readme",
  "license": "MIT",
  "main": "index.js",
  "name": "express-mysql-session",
  "repository": {
    "type": "git",
    "url": "git://github.com/chill117/express-mysql-session.git"
  },
  "scripts": {
    "benchmarks": "mocha test/benchmarks/ --recursive --reporter spec --ui bdd",
    "lint": "eslint --config .eslintrc.js *.js test/**/*.js",
    "prepare": "npm run test",
    "pretest": "npm run lint",
    "test": "npm run test:unit && npm run test:integration",
    "test:integration": "mocha test/integration/ --recursive --reporter spec --ui bdd",
    "test:unit": "mocha test/unit/ --recursive --reporter spec --ui bdd"
  },
  "version": "2.1.4"
}
