Merge remote-tracking branch 'refs/remotes/mapbox/master'
Conflicts: .travis.yml appveyor.yml
Showing
| { | { | ||
| "name": "sqlite3", | "name": "sqlite3", | ||
| "description": "Asynchronous, non-blocking SQLite3 bindings", | "description": "Asynchronous, non-blocking SQLite3 bindings", | ||
| "version": "3.1.8", | "version": "4.0.0", | ||
| "homepage": "http://github.com/mapbox/node-sqlite3", | "homepage": "http://github.com/mapbox/node-sqlite3", | ||
| "author": { | "author": { | ||
| "name": "MapBox", | "name": "MapBox", | ||
| ... | @@ -37,8 +37,8 @@ | ... | @@ -37,8 +37,8 @@ |
| "url": "git://github.com/mapbox/node-sqlite3.git" | "url": "git://github.com/mapbox/node-sqlite3.git" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "nan": "~2.4.0", | "nan": "~2.9.2", | ||
| "node-pre-gyp": "~0.6.32" | "node-pre-gyp": "~0.9.0" | ||
| }, | }, | ||
| "bundledDependencies": [ | "bundledDependencies": [ | ||
| "node-pre-gyp" | "node-pre-gyp" | ||
| ... | @@ -49,7 +49,7 @@ | ... | @@ -49,7 +49,7 @@ |
| "mocha": "3.x" | "mocha": "3.x" | ||
| }, | }, | ||
| "scripts": { | "scripts": { | ||
| "prepublish": "npm ls", | "prepublishOnly": "npm ls", | ||
| "install": "node-pre-gyp install --fallback-to-build", | "install": "node-pre-gyp install --fallback-to-build", | ||
| "pretest": "node test/support/createdb.js", | "pretest": "node test/support/createdb.js", | ||
| "test": "mocha -R spec --timeout 480000" | "test": "mocha -R spec --timeout 480000" | ||
| ... | ... |
Please
register
or
sign in
to comment