Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
96 lines (96 loc) · 2.4 KB

File metadata and controls

96 lines (96 loc) · 2.4 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "@pingleware/sqlite3",
"description": "Asynchronous, non-blocking SQLite3 bindings",
"version": "5.1.7",
"homepage": "https://github.com/pingleware/node-sqlite3",
"author": {
"name": "Mapbox",
"url": "https://mapbox.com/"
},
"maintainers": [
{
"name": "PRESSPAGE ENTERTAINMENT INC dba PINGLEWARE <maintainers@pignleware.work>",
"url": "https://pingleware.support"
}
],
"binary": {
"napi_versions": [
3,
6
]
},
"contributors": [
"Daniel Lockyer <hi@daniellockyer.com>",
"Konstantin Käfer <mail@kkaefer.com>",
"Dane Springmeyer <dane@mapbox.com>",
"Will White <will@mapbox.com>",
"Orlando Vazquez <ovazquez@gmail.com>",
"Artem Kustikov <kustikoff@gmail.com>",
"Eric Fredricksen <efredricksen@gmail.com>",
"John Wright <mrjjwright@gmail.com>",
"Ryan Dahl <ry@tinyclouds.org>",
"Tom MacWright <tom@mapbox.com>",
"Carter Thaxton <carter.thaxton@gmail.com>",
"Audrius Kažukauskas <audrius@neutrino.lt>",
"Johannes Schauer <josch@pyneo.org>",
"Nathan Rajlich <nathan@tootallnate.net>",
"AJ ONeal <coolaj86@gmail.com>",
"Mithgol",
"Ben Noordhuis <ben@strongloop.com>",
"PRESSPAGE ENTERTAINMENT INC dba PINGLEWARE <maintainers@pignleware.work>"
],
"files": [
"binding.gyp",
"deps/",
"lib/*.js",
"lib/*.d.ts",
"src/"
],
"repository": {
"type": "git",
"url": "https://github.com/pingleware/node-sqlite3.git"
},
"dependencies": {
"bindings": "^1.5.0",
"node-addon-api": "^8.0.0",
"prebuild-install": "^7.1.2",
"tar": "^6.2.1"
},
"devDependencies": {
"eslint": "8.56.0",
"mocha": "10.2.0",
"prebuild": "^3.0.3"
},
"peerDependencies": {
"node-gyp": "10.x"
},
"peerDependenciesMeta": {
"node-gyp": {
"optional": true
}
},
"optionalDependencies": {
"node-gyp": "10.x"
},
"scripts": {
"install": "prebuild-install -r napi || node-gyp rebuild",
"prebuild": "prebuild --runtime napi --all --verbose",
"rebuild": "node-gyp rebuild",
"upload": "prebuild --verbose --prerelease",
"test": "node test/support/createdb.js && mocha -R spec --timeout 480000"
},
"license": "BSD-3-Clause",
"keywords": [
"sql",
"sqlite",
"sqlite3",
"database"
],
"main": "./lib/sqlite3",
"types": "./lib/sqlite3.d.ts",
"renovate": {
"extends": [
"@tryghost:base"
]
}
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.