v3 new release (#80)

This commit is contained in:
github-actions[bot]
2022-06-27 14:17:15 -04:00
committed by GitHub
parent a767c8d3a1
commit 20d2b4f98d
8178 changed files with 1801167 additions and 5 deletions

35
node_modules/ret/package.json generated vendored Normal file
View File

@ -0,0 +1,35 @@
{
"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"
}