stringzilla 3.1.2

Faster SIMD-accelerated string search, sorting, fingerprints, and edit distances
Documentation
{
  "name": "stringzilla",
  "version": "3.1.2",
  "description": "SIMD-accelerated string search, sort, hashes, fingerprints, & edit distances",
  "author": "Ash Vardanian",
  "license": "Apache 2.0",
  "main": "javascript/stringzilla.js",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/ashvardanian/stringzilla.git"
  },
  "gypfile": true,
  "engines": {
    "node": "~10 >=10.20 || >=12.17"
  },
  "dependencies": {
    "@types/node": "^20.4.5",
    "bindings": "~1.2.1",
    "node-addon-api": "^3.0.0"
  },
  "scripts": {
    "test": "node --test ./scripts/test.js"
  },
  "devDependencies": {
    "@semantic-release/exec": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "conventional-changelog-eslint": "^3.0.9",
    "semantic-release": "^21.1.2",
    "typescript": "^5.1.6"
  }
}