package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. {
  2. "name": "sqlite3",
  3. "description": "Asynchronous, non-blocking SQLite3 bindings",
  4. "version": "2.2.3",
  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. "remote_path": "./{configuration}",
  14. "package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz",
  15. "host": "https://node-sqlite3.s3.amazonaws.com"
  16. },
  17. "contributors": [
  18. {
  19. "name": "Konstantin Käfer",
  20. "email": "mail@kkaefer.com"
  21. },
  22. {
  23. "name": "Dane Springmeyer",
  24. "email": "dane@mapbox.com"
  25. },
  26. {
  27. "name": "Will White",
  28. "email": "will@mapbox.com"
  29. },
  30. {
  31. "name": "Orlando Vazquez",
  32. "email": "ovazquez@gmail.com"
  33. },
  34. {
  35. "name": "Artem Kustikov",
  36. "email": "kustikoff@gmail.com"
  37. },
  38. {
  39. "name": "Eric Fredricksen",
  40. "email": "efredricksen@gmail.com"
  41. },
  42. {
  43. "name": "John Wright",
  44. "email": "mrjjwright@gmail.com"
  45. },
  46. {
  47. "name": "Ryan Dahl",
  48. "email": "ry@tinyclouds.org"
  49. },
  50. {
  51. "name": "Tom MacWright",
  52. "email": "tom@mapbox.com"
  53. },
  54. {
  55. "name": "Carter Thaxton",
  56. "email": "carter.thaxton@gmail.com"
  57. },
  58. {
  59. "name": "Audrius Kažukauskas",
  60. "email": "audrius@neutrino.lt"
  61. },
  62. {
  63. "name": "Johannes Schauer",
  64. "email": "josch@pyneo.org"
  65. },
  66. {
  67. "name": "Nathan Rajlich",
  68. "email": "nathan@tootallnate.net"
  69. },
  70. {
  71. "name": "AJ ONeal",
  72. "email": "coolaj86@gmail.com"
  73. },
  74. {
  75. "name": "Mithgol"
  76. }
  77. ],
  78. "repository": {
  79. "type": "git",
  80. "url": "git://github.com/mapbox/node-sqlite3.git"
  81. },
  82. "dependencies": {
  83. "node-pre-gyp": "0.5.x"
  84. },
  85. "devDependencies": {
  86. "mocha": "*"
  87. },
  88. "engines": {
  89. "node": ">= 0.8.0 < 0.11.0"
  90. },
  91. "scripts": {
  92. "install": "node-pre-gyp install --fallback-to-build",
  93. "pretest": "node test/support/createdb.js",
  94. "test": "mocha -R spec --timeout 200000"
  95. },
  96. "licenses": [
  97. {
  98. "type": "BSD"
  99. }
  100. ],
  101. "main": "./lib/sqlite3",
  102. "bugs": {
  103. "url": "https://github.com/mapbox/node-sqlite3/issues"
  104. },
  105. "bundleDependencies": [
  106. "node-pre-gyp"
  107. ],
  108. "_id": "sqlite3@2.2.3",
  109. "dist": {
  110. "shasum": "37e4cee1f2512d54b68ce50603029dd13152aa64",
  111. "tarball": "http://registry.npmjs.org/sqlite3/-/sqlite3-2.2.3.tgz"
  112. },
  113. "_from": "sqlite3@2.2.3",
  114. "_npmVersion": "1.4.4",
  115. "_npmUser": {
  116. "name": "springmeyer",
  117. "email": "dane@mapbox.com"
  118. },
  119. "maintainers": [
  120. {
  121. "name": "kkaefer",
  122. "email": "kkaefer@gmail.com"
  123. },
  124. {
  125. "name": "yhahn",
  126. "email": "young@developmentseed.org"
  127. },
  128. {
  129. "name": "tmcw",
  130. "email": "macwright@gmail.com"
  131. },
  132. {
  133. "name": "springmeyer",
  134. "email": "dane@dbsgeo.com"
  135. }
  136. ],
  137. "directories": {},
  138. "_shasum": "37e4cee1f2512d54b68ce50603029dd13152aa64",
  139. "_resolved": "https://registry.npmjs.org/sqlite3/-/sqlite3-2.2.3.tgz"
  140. }