UNPKG

rtree-sql.js

Version:

SQLite library with support for opening and writing databases, prepared statements, and more. This SQLite library is in pure javascript (compiled with emscripten).

47 lines (46 loc) 1.26 kB
{ "name": "rtree-sql.js", "version": "1.0.1", "description": "SQLite library with support for opening and writing databases, prepared statements, and more. This SQLite library is in pure javascript (compiled with emscripten).", "keywords": [ "sql", "sqlite", "stand-alone", "relational", "database", "RDBMS", "data", "query", "statement", "emscripten", "asm", "asm.js", "rtree" ], "license": "MIT", "main": "./dist/sql-wasm.js", "scripts": { "build": "make", "rebuild": "make clean && make", "test": "npm run test-asm && npm run test-asm-debug && npm run test-wasm && npm run test-wasm-debug && npm run test-asm-memory-growth", "test-asm": "node test/all.js asm", "test-asm-debug": "node test/all.js asm-debug", "test-asm-memory-growth": "node test/all.js asm-memory-growth", "test-wasm": "node test/all.js wasm", "test-wasm-debug": "node test/all.js wasm-debug" }, "homepage": "http://github.com/danielbarela/sql.js", "repository": { "type": "git", "url": "http://github.com/danielbarela/sql.js.git" }, "bugs": { "url": "https://github.com/danielbarela/sql.js/issues" }, "devDependencies": { "coffeescript": "^1.12.7", "test": ">=0.6", "tiny-worker": "^2.3.0" }, "dependencies": {} }