{ "name": "sqlite3", "description": "Asynchronous, non-blocking SQLite3 bindings", "version": "5.0.2", "homepage": "https://github.com/mapbox/node-sqlite3", "author": { "name": "MapBox", "url": "https://mapbox.com/" }, "binary": { "module_name": "node_sqlite3", "module_path": "./lib/binding/napi-v{napi_build_version}-{platform}-{arch}", "host": "https://mapbox-node-binary.s3.amazonaws.com", "remote_path": "./{name}/v{version}/{toolset}/", "package_name": "napi-v{napi_build_version}-{platform}-{arch}.tar.gz", "napi_versions": [ 3 ] }, "contributors": [ "Konstantin Käfer ", "Dane Springmeyer ", "Will White ", "Orlando Vazquez ", "Artem Kustikov ", "Eric Fredricksen ", "John Wright ", "Ryan Dahl ", "Tom MacWright ", "Carter Thaxton ", "Audrius Kažukauskas ", "Johannes Schauer ", "Nathan Rajlich ", "AJ ONeal ", "Mithgol", "Ben Noordhuis " ], "repository": { "type": "git", "url": "git://github.com/mapbox/node-sqlite3.git" }, "dependencies": { "node-addon-api": "^3.0.0", "node-pre-gyp": "^0.11.0" }, "devDependencies": { "@mapbox/cloudfriend": "^1.9.0", "aws-sdk": "2.x", "eslint": "3.5.0", "mocha": "^5.2.0" }, "peerDependencies": { "node-gyp": "3.x" }, "peerDependenciesMeta": { "node-gyp": { "optional": true } }, "optionalDependencies": { "node-gyp": "3.x" }, "scripts": { "install": "node-pre-gyp install --fallback-to-build", "pretest": "node test/support/createdb.js", "test": "mocha -R spec --timeout 480000", "pack": "node-pre-gyp package" }, "license": "BSD-3-Clause", "keywords": [ "sql", "sqlite", "sqlite3", "database" ], "main": "./lib/sqlite3" }