{
  "_from": "sqlite3@^5.1.6",
  "_id": "sqlite3@5.1.7",
  "_inBundle": false,
  "_integrity": "sha512-GGIyOiFaG+TUra3JIfkI/zGP8yZYLPQ0pl1bH+ODjiX57sPhrLU5sQJn1y9bDKZUFYkX1crlrPfSYt0BKKdkog==",
  "_location": "/sqlite3",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "sqlite3@^5.1.6",
    "name": "sqlite3",
    "escapedName": "sqlite3",
    "rawSpec": "^5.1.6",
    "saveSpec": null,
    "fetchSpec": "^5.1.6"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/sqlite3/-/sqlite3-5.1.7.tgz",
  "_shasum": "59ca1053c1ab38647396586edad019b1551041b7",
  "_spec": "sqlite3@^5.1.6",
  "_where": "/home/commgmwj/admin.griphub.site",
  "author": {
    "name": "Mapbox",
    "url": "https://mapbox.com/"
  },
  "binary": {
    "napi_versions": [
      3,
      6
    ]
  },
  "bugs": {
    "url": "https://github.com/TryGhost/node-sqlite3/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Daniel Lockyer",
      "email": "hi@daniellockyer.com"
    },
    {
      "name": "Konstantin Käfer",
      "email": "mail@kkaefer.com"
    },
    {
      "name": "Dane Springmeyer",
      "email": "dane@mapbox.com"
    },
    {
      "name": "Will White",
      "email": "will@mapbox.com"
    },
    {
      "name": "Orlando Vazquez",
      "email": "ovazquez@gmail.com"
    },
    {
      "name": "Artem Kustikov",
      "email": "kustikoff@gmail.com"
    },
    {
      "name": "Eric Fredricksen",
      "email": "efredricksen@gmail.com"
    },
    {
      "name": "John Wright",
      "email": "mrjjwright@gmail.com"
    },
    {
      "name": "Ryan Dahl",
      "email": "ry@tinyclouds.org"
    },
    {
      "name": "Tom MacWright",
      "email": "tom@mapbox.com"
    },
    {
      "name": "Carter Thaxton",
      "email": "carter.thaxton@gmail.com"
    },
    {
      "name": "Audrius Kažukauskas",
      "email": "audrius@neutrino.lt"
    },
    {
      "name": "Johannes Schauer",
      "email": "josch@pyneo.org"
    },
    {
      "name": "Nathan Rajlich",
      "email": "nathan@tootallnate.net"
    },
    {
      "name": "AJ ONeal",
      "email": "coolaj86@gmail.com"
    },
    {
      "name": "Mithgol"
    },
    {
      "name": "Ben Noordhuis",
      "email": "ben@strongloop.com"
    }
  ],
  "dependencies": {
    "bindings": "^1.5.0",
    "node-addon-api": "^7.0.0",
    "node-gyp": "8.x",
    "prebuild-install": "^7.1.1",
    "tar": "^6.1.11"
  },
  "deprecated": false,
  "description": "Asynchronous, non-blocking SQLite3 bindings",
  "devDependencies": {
    "eslint": "8.56.0",
    "mocha": "10.2.0",
    "prebuild": "12.1.0"
  },
  "files": [
    "binding.gyp",
    "deps/",
    "lib/*.js",
    "lib/*.d.ts",
    "src/"
  ],
  "homepage": "https://github.com/TryGhost/node-sqlite3",
  "keywords": [
    "sql",
    "sqlite",
    "sqlite3",
    "database"
  ],
  "license": "BSD-3-Clause",
  "main": "./lib/sqlite3",
  "name": "sqlite3",
  "optionalDependencies": {
    "node-gyp": "8.x"
  },
  "peerDependencies": {
    "node-gyp": "8.x"
  },
  "peerDependenciesMeta": {
    "node-gyp": {
      "optional": true
    }
  },
  "renovate": {
    "extends": [
      "@tryghost:base"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TryGhost/node-sqlite3.git"
  },
  "scripts": {
    "install": "prebuild-install -r napi || node-gyp rebuild",
    "prebuild": "prebuild --runtime napi --all --verbose",
    "rebuild": "node-gyp rebuild",
    "test": "node test/support/createdb.js && mocha -R spec --timeout 480000",
    "upload": "prebuild --verbose --prerelease"
  },
  "types": "./lib/sqlite3.d.ts",
  "version": "5.1.7"
}
