full site update
This commit is contained in:
25
node_modules/regex-recursion/package.json
generated
vendored
25
node_modules/regex-recursion/package.json
generated
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "regex-recursion",
|
||||
"version": "5.1.1",
|
||||
"version": "6.0.2",
|
||||
"description": "Recursive matching plugin for Regex+",
|
||||
"author": "Steven Levithan",
|
||||
"license": "MIT",
|
||||
@@ -13,15 +13,6 @@
|
||||
},
|
||||
"browser": "./dist/regex-recursion.min.js",
|
||||
"types": "./types/index.d.ts",
|
||||
"scripts": {
|
||||
"bundle:global": "esbuild src/index.js --global-name=Regex.plugins --bundle --minify --sourcemap --outfile=dist/regex-recursion.min.js",
|
||||
"types": "tsc src/index.js --rootDir src --declaration --allowJs --emitDeclarationOnly --outDir types",
|
||||
"prebuild": "rm -rf dist/* types/*",
|
||||
"build": "pnpm run bundle:global && pnpm run types",
|
||||
"pretest": "pnpm run build",
|
||||
"test": "jasmine",
|
||||
"prepare": "pnpm test"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"src",
|
||||
@@ -37,12 +28,20 @@
|
||||
"regexp"
|
||||
],
|
||||
"dependencies": {
|
||||
"regex": "^5.1.1",
|
||||
"regex-utilities": "^2.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"esbuild": "^0.24.2",
|
||||
"jasmine": "^5.5.0",
|
||||
"typescript": "~5.7.2"
|
||||
"regex": "^6.0.1",
|
||||
"typescript": "^5.7.3"
|
||||
},
|
||||
"scripts": {
|
||||
"bundle:global": "esbuild src/index.js --global-name=Regex.plugins --bundle --minify --sourcemap --outfile=dist/regex-recursion.min.js",
|
||||
"types": "tsc src/index.js --rootDir src --declaration --allowJs --emitDeclarationOnly --outDir types",
|
||||
"prebuild": "rm -rf dist/* types/*",
|
||||
"build": "pnpm run bundle:global && pnpm run types",
|
||||
"pretest": "pnpm run build",
|
||||
"test": "jasmine"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user