|
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 <[email protected]>", |
19 |
| - "Dane Springmeyer <[email protected]>", |
20 |
| - |
21 |
| - "Orlando Vazquez <[email protected]>", |
22 |
| - "Artem Kustikov <[email protected]>", |
23 |
| - "Eric Fredricksen <[email protected]>", |
24 |
| - "John Wright <[email protected]>", |
25 |
| - |
26 |
| - "Tom MacWright <[email protected]>", |
27 |
| - "Carter Thaxton <[email protected]>", |
28 |
| - "Audrius Kažukauskas <[email protected]>", |
29 |
| - "Johannes Schauer <[email protected]>", |
30 |
| - "Nathan Rajlich <[email protected]>", |
31 |
| - |
32 |
| - "Mithgol", |
33 |
| - "Ben Noordhuis <[email protected]>" |
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 <[email protected]>", |
| 19 | + "Dane Springmeyer <[email protected]>", |
| 20 | + |
| 21 | + "Orlando Vazquez <[email protected]>", |
| 22 | + "Artem Kustikov <[email protected]>", |
| 23 | + "Eric Fredricksen <[email protected]>", |
| 24 | + "John Wright <[email protected]>", |
| 25 | + |
| 26 | + "Tom MacWright <[email protected]>", |
| 27 | + "Carter Thaxton <[email protected]>", |
| 28 | + "Audrius Kažukauskas <[email protected]>", |
| 29 | + "Johannes Schauer <[email protected]>", |
| 30 | + "Nathan Rajlich <[email protected]>", |
| 31 | + |
| 32 | + "Mithgol", |
| 33 | + "Ben Noordhuis <[email protected]>" |
| 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