Merge branch 'master' of github.com:developmentseed/node-sqlite3
Conflicts: package.json
Showing
.travis.yml
0 → 100644
CHANGELOG.md
0 → 100644
build-util/crosswalk-semver-to-module.js
0 → 100644
build-util/remake.sh
0 → 100755
build-util/tools.js
0 → 100644
build-util/upload.sh
0 → 100755
build.js
0 → 100755
deps/common-sqlite.gypi
0 → 100644
deps/extract.py
0 → 100644
deps/sqlite-autoconf-3071700.tar.gz
0 → 100644
File added
deps/sqlite3/INSTALL
deleted
100644 → 0
deps/sqlite3/Makefile.am
deleted
100644 → 0
deps/sqlite3/Makefile.in
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
deps/sqlite3/README
deleted
100644 → 0
deps/sqlite3/aclocal.m4
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
deps/sqlite3/config.guess
deleted
100755 → 0
This diff is collapsed.
Click to expand it.
deps/sqlite3/config.sub
deleted
100755 → 0
This diff is collapsed.
Click to expand it.
deps/sqlite3/configure
deleted
100755 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
deps/sqlite3/configure.ac
deleted
100644 → 0
deps/sqlite3/depcomp
deleted
100755 → 0
This diff is collapsed.
Click to expand it.
deps/sqlite3/install-sh
deleted
100755 → 0
deps/sqlite3/ltmain.sh
deleted
100755 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
deps/sqlite3/missing
deleted
100755 → 0
This diff is collapsed.
Click to expand it.
deps/sqlite3/shell.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
deps/sqlite3/sqlite3.1
deleted
100644 → 0
deps/sqlite3/sqlite3.c
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
deps/sqlite3/sqlite3.h
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
deps/sqlite3/sqlite3.pc
deleted
100644 → 0
deps/sqlite3/sqlite3.pc.in
deleted
100644 → 0
deps/sqlite3/sqlite3ext.h
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
deps/sqlite3/tea/Makefile.in
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
deps/sqlite3/tea/README
deleted
100644 → 0
deps/sqlite3/tea/aclocal.m4
deleted
100644 → 0
deps/sqlite3/tea/configure
deleted
100755 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
deps/sqlite3/tea/configure.in
deleted
100644 → 0
deps/sqlite3/tea/doc/sqlite3.n
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
deps/sqlite3/tea/license.terms
deleted
100644 → 0
deps/sqlite3/tea/pkgIndex.tcl.in
deleted
100644 → 0
deps/sqlite3/tea/tclconfig/tcl.m4
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
deps/sqlite3/tea/win/makefile.vc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
deps/sqlite3/tea/win/nmakehlp.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
deps/sqlite3/tea/win/rules.vc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
lib/binary_name.js
0 → 100644
| { | ||
| "name": "sqlite3", | ||
| "description": "Asynchronous, non-blocking SQLite3 bindings", | ||
| "version": "2.1.7", | ||
| "version": "2.1.17", | ||
| "abi":"a", | ||
| "homepage": "http://github.com/developmentseed/node-sqlite3", | ||
| "author": { | ||
| "name": "Development Seed", | ||
| ... | ... | @@ -22,21 +23,26 @@ |
| "Audrius Kažukauskas <audrius@neutrino.lt>", | ||
| "Johannes Schauer <josch@pyneo.org>", | ||
| "Nathan Rajlich <nathan@tootallnate.net>", | ||
| "AJ ONeal <coolaj86@gmail.com>" | ||
| "AJ ONeal <coolaj86@gmail.com>", | ||
| "Mithgol" | ||
| ], | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git://github.com/developmentseed/node-sqlite3.git" | ||
| }, | ||
| "devDependencies": { | ||
| "step": "0.0.4", | ||
| "mocha": "~1.7" | ||
| "dependencies": { | ||
| "progress":"~1.0.1", | ||
| "mkdirp":"~0.3.5", | ||
| "tar.gz": "~0.1.1" | ||
| }, | ||
| "bundledDependencies":["mkdirp","tar.gz","progress"], | ||
| "engines": { | ||
| "node": ">= 0.6.13 && < 0.11.0" | ||
| "node": ">= 0.6.13 < 0.11.0" | ||
| }, | ||
| "scripts": { | ||
| "test": "mocha -R spec" | ||
| "install": "node build.js", | ||
| "pretest": "node test/support/createdb.js", | ||
| "test": "mocha -R spec --timeout 200000" | ||
| }, | ||
| "licenses": [{ "type": "BSD" }], | ||
| "main": "./lib/sqlite3" | ||
| ... | ... |
test/support/createdb.js
100644 → 100755
Please
register
or
sign in
to comment