| Server IP : 107.13.46.68 / Your IP : 216.73.216.251 Web Server : Apache/2.4.58 (Ubuntu) System : Linux mariOS 6.8.0-51-generic #52-Ubuntu SMP PREEMPT_DYNAMIC Thu Dec 5 13:09:44 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/x86_64-linux-gnu/nodejs/re2/ |
Upload File : |
{
"name": "re2",
"version": "1.20.10",
"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",
"files": [
"build/Release/re2.node",
"binding.gyp",
"lib",
"re2.d.ts",
"scripts",
"vendor"
],
"dependencies": {
"install-artifact-from-github": "^1.3.5",
"nan": "^2.18.0",
"node-gyp": "^10.0.1"
},
"devDependencies": {
"@types/node": "^20.11.24",
"heya-unit": "^0.3.0",
"typescript": "^5.3.3"
},
"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 || node-gyp 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 <eugene.lazutkin@gmail.com> (https://lazutkin.com/)",
"license": "BSD-3-Clause"
}