UNPKG

regexpu

Version:

A source code transpiler that enables the use of ES2015 Unicode regular expressions in ES5.

73 lines (72 loc) 1.45 kB
{ "name": "regexpu", "version": "4.8.0", "description": "A source code transpiler that enables the use of ES2015 Unicode regular expressions in ES5.", "homepage": "https://mths.be/regexpu", "main": "regexpu.js", "engines": { "node": ">=6" }, "bin": "bin/regexpu", "keywords": [ "codegen", "desugaring", "ecmascript", "es5", "es6", "es2015", "harmony", "javascript", "refactoring", "regex", "regexp", "regular expressions", "rewriting", "syntax", "transformation", "transpile", "transpiler", "unicode" ], "license": "MIT", "author": { "name": "Mathias Bynens", "url": "https://mathiasbynens.be/" }, "repository": { "type": "git", "url": "https://github.com/mathiasbynens/regexpu.git" }, "bugs": "https://github.com/mathiasbynens/regexpu/issues", "files": [ "LICENSE-MIT.txt", "regexpu.js", "transform-tree.js", "transpile-code.js", "bin/", "man/" ], "directories": { "bin": "bin", "man": "man" }, "scripts": { "build": "scripts/build", "test": "mocha tests", "cover": "istanbul cover --report html node_modules/.bin/_mocha tests/tests.js -- -u exports -R spec" }, "dependencies": { "jsesc": "^3.0.2", "recast": "^0.20.5", "regexpu-core": "^4.8.0" }, "devDependencies": { "babili": "0.1.4", "browserify": "^17.0.0", "codecov": "^3.8.3", "istanbul": "^0.4.5", "lodash": "^4.17.21", "mocha": "^9.1.1", "regexpu-fixtures": "^2.1.4" } }