{
  "name": "re2-latin1",
  "version": "1.17.7",
  "description": "Bindings for RE2: fast, safe alternative to backtracking regular expression engines.",
  "homepage": "https://github.com/gene-hightower/node-re2",
  "main": "re2.js",
  "types": "re2.d.ts",
  "directories": {
    "test": "tests"
  },
  "dependencies": {
    "install-artifact-from-github": "^1.2.0",
    "nan": "^2.15.0",
    "node-gyp": "^8.4.1"
  },
  "devDependencies": {
    "heya-unit": "^0.3.0"
  },
  "scripts": {
    "test": "node tests/tests.js",
    "save-to-github": "save-to-github-cache --artifact build/Release/re2-latin1.node",
    "install": "install-from-cache --artifact build/Release/re2-latin1.node --host-var RE2_DOWNLOAD_MIRROR || npm run rebuild",
    "verify-build": "node scripts/verify-build.js",
    "rebuild": "node-gyp rebuild"
  },
  "github": "https://github.com/gene-hightower/node-re2",
  "repository": {
    "type": "git",
    "url": "git://github.com/gene-hightower/node-re2.git"
  },
  "keywords": [
    "RegExp",
    "RegEx",
    "text processing",
    "PCRE alternative"
  ],
  "author": "Gene Hightower <Gene-latin1@DiGiLiCious.com> (https://DiGiLiCious.com/)",
  "license": "BSD-3-Clause"
}
