mirror of
https://github.com/github/codeql-action.git
synced 2026-05-01 19:30:49 +00:00
replace jest with ava
This commit is contained in:
-35
@@ -1,35 +0,0 @@
|
||||
{
|
||||
"name": "ret",
|
||||
"description": "Tokenizes a string that represents a regular expression.",
|
||||
"keywords": [
|
||||
"regex",
|
||||
"regexp",
|
||||
"regular expression",
|
||||
"parser",
|
||||
"tokenizer"
|
||||
],
|
||||
"version": "0.1.15",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/fent/ret.js.git"
|
||||
},
|
||||
"author": "Roly Fentanes (https://github.com/fent)",
|
||||
"main": "./lib/index.js",
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "istanbul cover vows -- --spec test/*-test.js"
|
||||
},
|
||||
"directories": {
|
||||
"lib": "./lib"
|
||||
},
|
||||
"devDependencies": {
|
||||
"istanbul": "*",
|
||||
"vows": "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.12"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user