143 lines
3.2 KiB
JSON
143 lines
3.2 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"sqlite3@4.1.1",
|
|
"/home/rui/code/personal/dijkstra-app/backend-dijkstra"
|
|
]
|
|
],
|
|
"_from": "sqlite3@4.1.1",
|
|
"_id": "sqlite3@4.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-CvT5XY+MWnn0HkbwVKJAyWEMfzpAPwnTiB3TobA5Mri44SrTovmmh499NPQP+gatkeOipqPlBLel7rn4E/PCQg==",
|
|
"_location": "/sqlite3",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "sqlite3@4.1.1",
|
|
"name": "sqlite3",
|
|
"escapedName": "sqlite3",
|
|
"rawSpec": "4.1.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.1.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/sqlite3/-/sqlite3-4.1.1.tgz",
|
|
"_spec": "4.1.1",
|
|
"_where": "/home/rui/code/personal/dijkstra-app/backend-dijkstra",
|
|
"author": {
|
|
"name": "MapBox",
|
|
"url": "https://mapbox.com/"
|
|
},
|
|
"binary": {
|
|
"module_name": "node_sqlite3",
|
|
"module_path": "./lib/binding/{node_abi}-{platform}-{arch}",
|
|
"host": "https://mapbox-node-binary.s3.amazonaws.com",
|
|
"remote_path": "./{name}/v{version}/{toolset}/",
|
|
"package_name": "{node_abi}-{platform}-{arch}.tar.gz"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mapbox/node-sqlite3/issues"
|
|
},
|
|
"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"
|
|
},
|
|
{
|
|
"name": "Ben Noordhuis",
|
|
"email": "ben@strongloop.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"nan": "^2.12.1",
|
|
"node-pre-gyp": "^0.11.0",
|
|
"request": "^2.87.0"
|
|
},
|
|
"description": "Asynchronous, non-blocking SQLite3 bindings",
|
|
"devDependencies": {
|
|
"@mapbox/cloudfriend": "^1.9.0",
|
|
"aws-sdk": "2.x",
|
|
"eslint": "3.5.0",
|
|
"mocha": "^5.2.0"
|
|
},
|
|
"homepage": "https://github.com/mapbox/node-sqlite3",
|
|
"keywords": [
|
|
"sql",
|
|
"sqlite",
|
|
"sqlite3",
|
|
"database"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"main": "./lib/sqlite3",
|
|
"name": "sqlite3",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mapbox/node-sqlite3.git"
|
|
},
|
|
"scripts": {
|
|
"install": "node-pre-gyp install --fallback-to-build",
|
|
"pack": "node-pre-gyp package",
|
|
"pretest": "node test/support/createdb.js",
|
|
"test": "mocha -R spec --timeout 480000"
|
|
},
|
|
"version": "4.1.1"
|
|
}
|