Skip to content
Snippets Groups Projects
Commit 1226394a authored by michael.minelli's avatar michael.minelli
Browse files

Package => Add fuse package (fuzzy matching)

parent c7c2a19c
Branches
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
<project version="4"> <project version="4">
<component name="VcsDirectoryMappings"> <component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$/.." vcs="Git" /> <mapping directory="$PROJECT_DIR$/.." vcs="Git" />
<mapping directory="$PROJECT_DIR$/DojoExercise_c_hello_world" vcs="Git" />
<mapping directory="$PROJECT_DIR$/src/shared" vcs="Git" /> <mapping directory="$PROJECT_DIR$/src/shared" vcs="Git" />
<mapping directory="$PROJECT_DIR$/src/sharedByClients" vcs="Git" /> <mapping directory="$PROJECT_DIR$/src/sharedByClients" vcs="Git" />
</component> </component>
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
"commander": "^13.1.0", "commander": "^13.1.0",
"form-data": "^4.0.2", "form-data": "^4.0.2",
"fs-extra": "^11.3.0", "fs-extra": "^11.3.0",
"fuse.js": "^7.1.0",
"http-status-codes": "^2.3.0", "http-status-codes": "^2.3.0",
"inquirer": "^8.2.6", "inquirer": "^8.2.6",
"json5": "^2.2.3", "json5": "^2.2.3",
...@@ -2725,14 +2726,6 @@ ...@@ -2725,14 +2726,6 @@
"integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/colors": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/colors/-/colors-1.0.3.tgz",
"integrity": "sha512-pFGrxThWcWQ2MsAz6RtgeWe4NK2kUE1WfsrvvlctdII745EW9I0yflqhe7++M5LEc7bV2c/9/5zc8sFcpL0Drw==",
"engines": {
"node": ">=0.1.90"
}
},
"node_modules/colorspace": { "node_modules/colorspace": {
"version": "1.1.4", "version": "1.1.4",
"resolved": "https://registry.npmjs.org/colorspace/-/colorspace-1.1.4.tgz", "resolved": "https://registry.npmjs.org/colorspace/-/colorspace-1.1.4.tgz",
...@@ -4008,6 +4001,15 @@ ...@@ -4008,6 +4001,15 @@
"url": "https://github.com/sponsors/ljharb" "url": "https://github.com/sponsors/ljharb"
} }
}, },
"node_modules/fuse.js": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.1.0.tgz",
"integrity": "sha512-trLf4SzuuUxfusZADLINj+dE8clK1frKdmqiJNb1Es75fmI5oY6X2mxLVUciLLjxqw/xr72Dhy+lER6dGd02FQ==",
"license": "Apache-2.0",
"engines": {
"node": ">=10"
}
},
"node_modules/genversion": { "node_modules/genversion": {
"version": "3.2.0", "version": "3.2.0",
"resolved": "https://registry.npmjs.org/genversion/-/genversion-3.2.0.tgz", "resolved": "https://registry.npmjs.org/genversion/-/genversion-3.2.0.tgz",
......
...@@ -8,9 +8,9 @@ ...@@ -8,9 +8,9 @@
"bin" : { "bin" : {
"dojo": "./dist/app.js" "dojo": "./dist/app.js"
}, },
"pkg": { "pkg" : {
"scripts": [], "scripts": [],
"assets": [ "assets" : [
"node_modules/axios/dist/node/axios.cjs", "node_modules/axios/dist/node/axios.cjs",
".env", ".env",
"assets/**/*" "assets/**/*"
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
"node18-win-x86" "node18-win-x86"
] ]
}, },
"scripts": { "scripts" : {
"dotenv:build": "npx dotenvx encrypt", "dotenv:build": "npx dotenvx encrypt",
"lint" : "npx eslint .", "lint" : "npx eslint .",
"genversion" : "npx genversion -s -e src/config/Version.ts", "genversion" : "npx genversion -s -e src/config/Version.ts",
...@@ -46,6 +46,7 @@ ...@@ -46,6 +46,7 @@
"commander" : "^13.1.0", "commander" : "^13.1.0",
"form-data" : "^4.0.2", "form-data" : "^4.0.2",
"fs-extra" : "^11.3.0", "fs-extra" : "^11.3.0",
"fuse.js" : "^7.1.0",
"http-status-codes" : "^2.3.0", "http-status-codes" : "^2.3.0",
"inquirer" : "^8.2.6", "inquirer" : "^8.2.6",
"json5" : "^2.2.3", "json5" : "^2.2.3",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment