0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-27 22:59:51 -05:00

add missing deps for run test locally

This commit is contained in:
Juan Picado 2023-02-22 07:51:32 +01:00
parent 7752424de0
commit 164d9d2185
4 changed files with 22 additions and 0 deletions

11
.pnp.cjs generated
View file

@ -103,6 +103,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
["eslint-plugin-simple-import-sort", "virtual:7f7b3df50ee4b7b1719ad19fad11505dc2788f3227a7e5cc9ca19f71d8cb309c9d33b532ea2b2b60ab65abf6cc12153df4643c5e6e17d01ea0ae0492723bb4b4#npm:9.0.0"],\
["eslint-plugin-verdaccio", "npm:10.0.0"],\
["express", "npm:4.18.2"],\
["express-rate-limit", "npm:5.5.1"],\
["fast-safe-stringify", "npm:2.1.1"],\
["fs-extra", "npm:10.1.0"],\
["get-port", "npm:5.1.1"],\
@ -118,6 +119,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
["lint-staged", "npm:11.0.1"],\
["lockfile-lint", "npm:4.6.2"],\
["lodash", "npm:4.17.21"],\
["lru-cache", "npm:7.17.0"],\
["lunr-mutable-indexes", "npm:2.3.2"],\
["mime", "npm:3.0.0"],\
["mkdirp", "npm:1.0.4"],\
@ -10244,6 +10246,13 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
["lru-cache", "npm:7.14.1"]\
],\
"linkType": "HARD"\
}],\
["npm:7.17.0", {\
"packageLocation": "./.yarn/cache/lru-cache-npm-7.17.0-6d84356a7c-28c2a98ad3.zip/node_modules/lru-cache/",\
"packageDependencies": [\
["lru-cache", "npm:7.17.0"]\
],\
"linkType": "HARD"\
}]\
]],\
["lunr", [\
@ -13519,6 +13528,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
["eslint-plugin-simple-import-sort", "virtual:7f7b3df50ee4b7b1719ad19fad11505dc2788f3227a7e5cc9ca19f71d8cb309c9d33b532ea2b2b60ab65abf6cc12153df4643c5e6e17d01ea0ae0492723bb4b4#npm:9.0.0"],\
["eslint-plugin-verdaccio", "npm:10.0.0"],\
["express", "npm:4.18.2"],\
["express-rate-limit", "npm:5.5.1"],\
["fast-safe-stringify", "npm:2.1.1"],\
["fs-extra", "npm:10.1.0"],\
["get-port", "npm:5.1.1"],\
@ -13534,6 +13544,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
["lint-staged", "npm:11.0.1"],\
["lockfile-lint", "npm:4.6.2"],\
["lodash", "npm:4.17.21"],\
["lru-cache", "npm:7.17.0"],\
["lunr-mutable-indexes", "npm:2.3.2"],\
["mime", "npm:3.0.0"],\
["mkdirp", "npm:1.0.4"],\

Binary file not shown.

View file

@ -39,12 +39,14 @@
"debug": "^4.3.4",
"envinfo": "7.8.1",
"express": "4.18.2",
"express-rate-limit": "5.5.1",
"fast-safe-stringify": "2.1.1",
"handlebars": "4.7.7",
"js-yaml": "4.1.0",
"jsonwebtoken": "9.0.0",
"kleur": "4.1.5",
"lodash": "4.17.21",
"lru-cache": "7.17.0",
"lunr-mutable-indexes": "2.3.2",
"mime": "3.0.0",
"mkdirp": "1.0.4",

View file

@ -7631,6 +7631,13 @@ __metadata:
languageName: node
linkType: hard
"lru-cache@npm:7.17.0":
version: 7.17.0
resolution: "lru-cache@npm:7.17.0"
checksum: 28c2a98ad313b8d61beac1f08257b6f0ca990e39d24a9bc831030b6e209447cfb11c6d9d1a774282189bfc9609d1dfd17ebe485228dd68f7b96b6b9b7740894e
languageName: node
linkType: hard
"lru-cache@npm:^5.1.1":
version: 5.1.1
resolution: "lru-cache@npm:5.1.1"
@ -10615,6 +10622,7 @@ __metadata:
eslint-plugin-simple-import-sort: 9.0.0
eslint-plugin-verdaccio: 10.0.0
express: 4.18.2
express-rate-limit: 5.5.1
fast-safe-stringify: 2.1.1
fs-extra: 10.1.0
get-port: 5.1.1
@ -10630,6 +10638,7 @@ __metadata:
lint-staged: 11.0.1
lockfile-lint: 4.6.2
lodash: 4.17.21
lru-cache: 7.17.0
lunr-mutable-indexes: 2.3.2
mime: 3.0.0
mkdirp: 1.0.4