{ "_from": "sqlite3@^5.0.2", "_id": "sqlite3@5.1.6", "_inBundle": false, "_integrity": "sha512-olYkWoKFVNSSSQNvxVUfjiVbz3YtBwTJj+mfV5zpHmqW3sELx2Cf4QCdirMelhM5Zh+KDVaKgQHqCxrqiWHybw==", "_location": "/sqlite3", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "sqlite3@^5.0.2", "name": "sqlite3", "escapedName": "sqlite3", "rawSpec": "^5.0.2", "saveSpec": null, "fetchSpec": "^5.0.2" }, "_requiredBy": [ "/node-red-node-sqlite" ], "_resolved": "https://registry.npmjs.org/sqlite3/-/sqlite3-5.1.6.tgz", "_shasum": "1d4fbc90fe4fbd51e952e0a90fd8f6c2b9098e97", "_spec": "sqlite3@^5.0.2", "_where": "/home/l/plc/node-red/node_modules/node-red-node-sqlite", "author": { "name": "Mapbox", "url": "https://mapbox.com/" }, "binary": { "module_name": "node_sqlite3", "module_path": "./lib/binding/napi-v{napi_build_version}-{platform}-{libc}-{arch}", "host": "https://github.com/TryGhost/node-sqlite3/releases/download/", "remote_path": "v{version}", "package_name": "napi-v{napi_build_version}-{platform}-{libc}-{arch}.tar.gz", "napi_versions": [ 3, 6 ] }, "bugs": { "url": "https://github.com/TryGhost/node-sqlite3/issues" }, "bundleDependencies": false, "contributors": [ { "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": { "@mapbox/node-pre-gyp": "^1.0.0", "node-addon-api": "^4.2.0", "node-gyp": "8.x", "tar": "^6.1.11" }, "deprecated": false, "description": "Asynchronous, non-blocking SQLite3 bindings", "devDependencies": { "eslint": "6.8.0", "mocha": "7.2.0", "node-pre-gyp-github": "1.4.4" }, "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": { "build": "node-pre-gyp build", "build:debug": "node-pre-gyp build --debug", "install": "node-pre-gyp install --fallback-to-build", "pack": "node-pre-gyp package", "pretest": "node test/support/createdb.js", "test": "mocha -R spec --timeout 480000" }, "types": "./lib/sqlite3.d.ts", "version": "5.1.6" }