UNPKG

@cakoose/re2

Version:

Bindings for RE2: fast, safe alternative to backtracking regular expression engines.

34 lines (33 loc) 832 B
{ "name": "@cakoose/re2", "version": "1.6.0-macos-build-fix", "description": "Bindings for RE2: fast, safe alternative to backtracking regular expression engines.", "homepage": "http://github.com/uhop/node-re2", "bugs": "http://github.com/uhop/node-re2/issues", "main": "re2.js", "directories": { "test": "tests" }, "dependencies": { "nan": "^2.8.0" }, "devDependencies": { "heya-unit": "^0.3.0" }, "scripts": { "test": "node tests/tests.js" }, "github": "http://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> (http://lazutkin.com/)", "license": "BSD-3-Clause" }