v0.2.4 is the earliest version that works
Showing
| { | { | ||
| "name": "sqlite3", | "name": "sqlite3", | ||
| "description": "Asynchronous, non-blocking SQLite3 bindings", | "description": "Asynchronous, non-blocking SQLite3 bindings", | ||
| "version": "1.1.0", | "version": "2.0.0", | ||
| "homepage": "http://github.com/developmentseed/node-sqlite3", | "homepage": "http://github.com/developmentseed/node-sqlite3", | ||
| "author": "Konstantin Käfer <kkaefer@gmail.com>", | "author": "Konstantin Käfer <kkaefer@gmail.com>", | ||
| "contributors": [ | "contributors": [ | ||
| "Orlando Vazquez <ovazquez@gmail.com>", | "Orlando Vazquez <ovazquez@gmail.com>", | ||
| "Artem Kustikov", | "Artem Kustikov <kustikoff@gmail.com>", | ||
| "Eric Fredricksen", | "Eric Fredricksen <efredricksen@gmail.com>", | ||
| "John Wright", | "John Wright <mrjjwright@gmail.com>", | ||
| "Ryan Dahl", | "Ryan Dahl <ry@tinyclouds.org>", | ||
| "Will White", | "Will White <will@developmentseed.org>", | ||
| "Tom MacWright" | "Tom MacWright <tom@developmentseed.org>", | ||
| "Dane Springmeyer <dane@developmentseed.org>" | |||
| ], | ], | ||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "git://github.com/developmentseed/node-sqlite3.git" | "url": "git://github.com/developmentseed/node-sqlite3.git" | ||
| }, | }, | ||
| "engines": { | "engines": { | ||
| "node": ">=0.2.6" | "node": ">=0.2.4" | ||
| }, | }, | ||
| "licenses": [{ "type": "BSD" }], | "licenses": [{ "type": "BSD" }], | ||
| "main": "./lib/sqlite3" | "main": "./lib/sqlite3" | ||
| ... | ... |
Please
register
or
sign in
to comment