v2.2.6
Showing
| { | { | ||
| "name": "sqlite3", | "name": "sqlite3", | ||
| "description": "Asynchronous, non-blocking SQLite3 bindings", | "description": "Asynchronous, non-blocking SQLite3 bindings", | ||
| "version": "2.2.5", | "version": "2.2.6", | ||
| "homepage": "http://github.com/mapbox/node-sqlite3", | "homepage": "http://github.com/mapbox/node-sqlite3", | ||
| "author": { | "author": { | ||
| "name": "MapBox", | "name": "MapBox", | ||
| ... | @@ -52,6 +52,7 @@ | ... | @@ -52,6 +52,7 @@ |
| }, | }, | ||
| "engineStrict": true, | "engineStrict": true, | ||
| "scripts": { | "scripts": { | ||
| "prepublish":"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