package.json 474 B

123456789101112131415161718192021
  1. {
  2. "name": "@lmdb/lmdb-linux-x64",
  3. "version": "3.2.6",
  4. "os": [
  5. "linux"
  6. ],
  7. "cpu": [
  8. "x64"
  9. ],
  10. "license": "MIT",
  11. "author": "Kris Zyp",
  12. "repository": {
  13. "type": "git",
  14. "url": "git+ssh://git@github.com/kriszyp/lmdb-js.git"
  15. },
  16. "bugs": {
  17. "url": "https://github.com/kriszyp/lmdb-js/issues"
  18. },
  19. "homepage": "https://github.com/kriszyp/lmdb-js#readme",
  20. "description": "Platform specific binary for lmdb on linux OS with x64 architecture"
  21. }