123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- {
- "name": "sqlite3",
- "description": "Asynchronous, non-blocking SQLite3 bindings",
- "version": "2.2.3",
- "homepage": "http://github.com/mapbox/node-sqlite3",
- "author": {
- "name": "MapBox",
- "url": "https://mapbox.com/"
- },
- "binary": {
- "module_name": "node_sqlite3",
- "module_path": "./lib/binding/{node_abi}-{platform}-{arch}",
- "remote_path": "./{configuration}",
- "package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz",
- "host": "https://node-sqlite3.s3.amazonaws.com"
- },
- "contributors": [
- {
- "name": "Konstantin Käfer",
- "email": "mail@kkaefer.com"
- },
- {
- "name": "Dane Springmeyer",
- "email": "dane@mapbox.com"
- },
- {
- "name": "Will White",
- "email": "will@mapbox.com"
- },
- {
- "name": "Orlando Vazquez",
- "email": "ovazquez@gmail.com"
- },
- {
- "name": "Artem Kustikov",
- "email": "kustikoff@gmail.com"
- },
- {
- "name": "Eric Fredricksen",
- "email": "efredricksen@gmail.com"
- },
- {
- "name": "John Wright",
- "email": "mrjjwright@gmail.com"
- },
- {
- "name": "Ryan Dahl",
- "email": "ry@tinyclouds.org"
- },
- {
- "name": "Tom MacWright",
- "email": "tom@mapbox.com"
- },
- {
- "name": "Carter Thaxton",
- "email": "carter.thaxton@gmail.com"
- },
- {
- "name": "Audrius Kažukauskas",
- "email": "audrius@neutrino.lt"
- },
- {
- "name": "Johannes Schauer",
- "email": "josch@pyneo.org"
- },
- {
- "name": "Nathan Rajlich",
- "email": "nathan@tootallnate.net"
- },
- {
- "name": "AJ ONeal",
- "email": "coolaj86@gmail.com"
- },
- {
- "name": "Mithgol"
- }
- ],
- "repository": {
- "type": "git",
- "url": "git://github.com/mapbox/node-sqlite3.git"
- },
- "dependencies": {
- "node-pre-gyp": "0.5.x"
- },
- "devDependencies": {
- "mocha": "*"
- },
- "engines": {
- "node": ">= 0.8.0 < 0.11.0"
- },
- "scripts": {
- "install": "node-pre-gyp install --fallback-to-build",
- "pretest": "node test/support/createdb.js",
- "test": "mocha -R spec --timeout 200000"
- },
- "licenses": [
- {
- "type": "BSD"
- }
- ],
- "main": "./lib/sqlite3",
- "bugs": {
- "url": "https://github.com/mapbox/node-sqlite3/issues"
- },
- "bundleDependencies": [
- "node-pre-gyp"
- ],
- "_id": "sqlite3@2.2.3",
- "dist": {
- "shasum": "37e4cee1f2512d54b68ce50603029dd13152aa64",
- "tarball": "http://registry.npmjs.org/sqlite3/-/sqlite3-2.2.3.tgz"
- },
- "_from": "sqlite3@2.2.3",
- "_npmVersion": "1.4.4",
- "_npmUser": {
- "name": "springmeyer",
- "email": "dane@mapbox.com"
- },
- "maintainers": [
- {
- "name": "kkaefer",
- "email": "kkaefer@gmail.com"
- },
- {
- "name": "yhahn",
- "email": "young@developmentseed.org"
- },
- {
- "name": "tmcw",
- "email": "macwright@gmail.com"
- },
- {
- "name": "springmeyer",
- "email": "dane@dbsgeo.com"
- }
- ],
- "directories": {},
- "_shasum": "37e4cee1f2512d54b68ce50603029dd13152aa64",
- "_resolved": "https://registry.npmjs.org/sqlite3/-/sqlite3-2.2.3.tgz"
- }
|