{ "name": "re2", "version": "1.20.1", "description": "Bindings for RE2: fast, safe alternative to backtracking regular expression engines.", "homepage": "https://github.com/uhop/node-re2", "bugs": "https://github.com/uhop/node-re2/issues", "type": "commonjs", "main": "re2.js", "types": "re2.d.ts", "directories": { "test": "tests" }, "dependencies": { "install-artifact-from-github": "^1.3.3", "nan": "^2.17.0", "node-gyp": "^9.4.0" }, "devDependencies": { "@types/node": "^20.4.5", "heya-unit": "^0.3.0", "typescript": "^5.1.6" }, "scripts": { "test": "node tests/tests.js", "ts-test": "tsc", "save-to-github": "save-to-github-cache --artifact build/Release/re2.node", "install": "install-from-cache --artifact build/Release/re2.node --host-var RE2_DOWNLOAD_MIRROR --skip-path-var RE2_DOWNLOAD_SKIP_PATH --skip-ver-var RE2_DOWNLOAD_SKIP_VER || npm run rebuild", "verify-build": "node scripts/verify-build.js", "rebuild": "node-gyp rebuild" }, "github": "https://github.com/uhop/node-re2", "repository": { "type": "git", "url": "git://github.com/uhop/node-re2.git" }, "keywords": [ "RegExp", "RegEx", "text processing", "PCRE alternative" ], "author": "Eugene Lazutkin (https://lazutkin.com/)", "license": "BSD-3-Clause" }