mirror of
https://github.com/github/codeql.git
synced 2026-03-17 13:06:48 +01:00
14 lines
279 B
JSON
14 lines
279 B
JSON
{
|
|
"name": "esregex",
|
|
"version": "1.0.0",
|
|
"author": "Semmle",
|
|
"description": "Parser for ECMAScript 2018 regular expressions",
|
|
"devDependencies": {
|
|
"nodeunit": "*"
|
|
},
|
|
"scripts": {
|
|
"test": "node tests/runtests.js"
|
|
},
|
|
"license": "Apache 2.0"
|
|
}
|