|
1 | 1 | { |
2 | | - "name": "sqlite3", |
3 | | - "description": "Asynchronous, non-blocking SQLite3 bindings", |
4 | | - "version": "3.1.7", |
5 | | - "homepage": "http://github.com/mapbox/node-sqlite3", |
6 | | - "author": { |
7 | | - "name": "MapBox", |
8 | | - "url": "https://mapbox.com/" |
9 | | - }, |
10 | | - "binary": { |
11 | | - "module_name" : "node_sqlite3", |
12 | | - "module_path" : "./lib/binding/{node_abi}-{platform}-{arch}", |
13 | | - "host" : "https://mapbox-node-binary.s3.amazonaws.com", |
14 | | - "remote_path" : "./{name}/v{version}/{toolset}/", |
15 | | - "package_name": "{node_abi}-{platform}-{arch}.tar.gz" |
16 | | - }, |
17 | | - "contributors": [ |
18 | | - "Konstantin Käfer <mail@kkaefer.com>", |
19 | | - "Dane Springmeyer <dane@mapbox.com>", |
20 | | - "Will White <will@mapbox.com>", |
21 | | - "Orlando Vazquez <ovazquez@gmail.com>", |
22 | | - "Artem Kustikov <kustikoff@gmail.com>", |
23 | | - "Eric Fredricksen <efredricksen@gmail.com>", |
24 | | - "John Wright <mrjjwright@gmail.com>", |
25 | | - "Ryan Dahl <ry@tinyclouds.org>", |
26 | | - "Tom MacWright <tom@mapbox.com>", |
27 | | - "Carter Thaxton <carter.thaxton@gmail.com>", |
28 | | - "Audrius Kažukauskas <audrius@neutrino.lt>", |
29 | | - "Johannes Schauer <josch@pyneo.org>", |
30 | | - "Nathan Rajlich <nathan@tootallnate.net>", |
31 | | - "AJ ONeal <coolaj86@gmail.com>", |
32 | | - "Mithgol", |
33 | | - "Ben Noordhuis <ben@strongloop.com>" |
34 | | - ], |
35 | | - "repository": { |
36 | | - "type": "git", |
37 | | - "url": "git://github.com/mapbox/node-sqlite3.git" |
38 | | - }, |
39 | | - "dependencies": { |
40 | | - "nan": "~2.4.0", |
41 | | - "node-pre-gyp": "~0.6.31" |
42 | | - }, |
43 | | - "bundledDependencies": [ |
44 | | - "node-pre-gyp" |
45 | | - ], |
46 | | - "devDependencies": { |
47 | | - "mocha": "3.x", |
48 | | - "aws-sdk": "2.x" |
49 | | - }, |
50 | | - "scripts": { |
51 | | - "prepublish":"npm ls", |
52 | | - "install": "node-pre-gyp install --fallback-to-build", |
53 | | - "pretest": "node test/support/createdb.js", |
54 | | - "test": "mocha -R spec --timeout 480000" |
55 | | - }, |
56 | | - "license": "BSD-3-Clause", |
57 | | - "keywords": [ |
58 | | - "sql", |
59 | | - "sqlite", |
60 | | - "sqlite3", |
61 | | - "database" |
62 | | - ], |
63 | | - "main": "./lib/sqlite3" |
| 2 | + "name": "sqlite3", |
| 3 | + "description": "Asynchronous, non-blocking SQLite3 bindings", |
| 4 | + "version": "3.1.7", |
| 5 | + "homepage": "http://github.com/mapbox/node-sqlite3", |
| 6 | + "author": { |
| 7 | + "name": "MapBox", |
| 8 | + "url": "https://mapbox.com/" |
| 9 | + }, |
| 10 | + "binary": { |
| 11 | + "module_name": "node_sqlite3", |
| 12 | + "module_path": "./lib/binding/{node_abi}-{platform}-{arch}", |
| 13 | + "host": "https://mapbox-node-binary.s3.amazonaws.com", |
| 14 | + "remote_path": "./{name}/v{version}/{toolset}/", |
| 15 | + "package_name": "{node_abi}-{platform}-{arch}.tar.gz" |
| 16 | + }, |
| 17 | + "contributors": [ |
| 18 | + "Konstantin Käfer <mail@kkaefer.com>", |
| 19 | + "Dane Springmeyer <dane@mapbox.com>", |
| 20 | + "Will White <will@mapbox.com>", |
| 21 | + "Orlando Vazquez <ovazquez@gmail.com>", |
| 22 | + "Artem Kustikov <kustikoff@gmail.com>", |
| 23 | + "Eric Fredricksen <efredricksen@gmail.com>", |
| 24 | + "John Wright <mrjjwright@gmail.com>", |
| 25 | + "Ryan Dahl <ry@tinyclouds.org>", |
| 26 | + "Tom MacWright <tom@mapbox.com>", |
| 27 | + "Carter Thaxton <carter.thaxton@gmail.com>", |
| 28 | + "Audrius Kažukauskas <audrius@neutrino.lt>", |
| 29 | + "Johannes Schauer <josch@pyneo.org>", |
| 30 | + "Nathan Rajlich <nathan@tootallnate.net>", |
| 31 | + "AJ ONeal <coolaj86@gmail.com>", |
| 32 | + "Mithgol", |
| 33 | + "Ben Noordhuis <ben@strongloop.com>" |
| 34 | + ], |
| 35 | + "repository": { |
| 36 | + "type": "git", |
| 37 | + "url": "git://github.com/mapbox/node-sqlite3.git" |
| 38 | + }, |
| 39 | + "dependencies": { |
| 40 | + "nan": "~2.3.3", |
| 41 | + "node-pre-gyp": "~0.6.28" |
| 42 | + }, |
| 43 | + "devDependencies": { |
| 44 | + "aws-sdk": "2.x", |
| 45 | + "eslint": "3.5.0", |
| 46 | + "mocha": "2.x" |
| 47 | + }, |
| 48 | + "scripts": { |
| 49 | + "prepublish": "npm ls", |
| 50 | + "preinstall": "npm install node-pre-gyp", |
| 51 | + "install": "node-pre-gyp install --fallback-to-build", |
| 52 | + "pretest": "node test/support/createdb.js", |
| 53 | + "test": "eslint lib && mocha -R spec --timeout 480000" |
| 54 | + }, |
| 55 | + "license": "BSD-3-Clause", |
| 56 | + "keywords": [ |
| 57 | + "sql", |
| 58 | + "sqlite", |
| 59 | + "sqlite3", |
| 60 | + "database" |
| 61 | + ], |
| 62 | + "main": "./lib/sqlite3" |
64 | 63 | } |
0 commit comments