0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

fix: remove unused dependencies #1292

This commit is contained in:
Juan Picado @jotadeveloper 2019-04-30 22:48:27 +02:00
parent f53f4c4536
commit f48b23fbcf
No known key found for this signature in database
GPG key ID: 18AC54485952D158
3 changed files with 0 additions and 22 deletions

View file

@ -1,18 +0,0 @@
// flow-typed signature: 20e87b8d51bb8f98aaf129f4b0bdaf81
// flow-typed version: c5395b57b9/lockfile_v1.x.x/flow_>=v0.47.x
declare module "lockfile" {
declare type Callback = (err: ?Error) => void | mixed;
declare type LockOptions = {
wait?: number,
pollPeriod?: number,
stale?: number,
retries?: number,
retryWait?: number
};
declare interface LockFileExport {
lock(fileName: string, opts: LockOptions, cb: Callback): void,
unlock(fileName: string, cb: Callback): void
}
declare module.exports: LockFileExport;
}

View file

@ -28,15 +28,11 @@
"cors": "2.8.5", "cors": "2.8.5",
"dayjs": "1.8.13", "dayjs": "1.8.13",
"express": "4.16.4", "express": "4.16.4",
"global": "4.3.2",
"handlebars": "4.1.2", "handlebars": "4.1.2",
"http-errors": "1.7.2", "http-errors": "1.7.2",
"js-base64": "2.5.1",
"js-string-escape": "1.0.1",
"js-yaml": "3.13.1", "js-yaml": "3.13.1",
"jsonwebtoken": "8.5.1", "jsonwebtoken": "8.5.1",
"kleur": "3.0.3", "kleur": "3.0.3",
"lockfile": "1.0.4",
"lodash": "4.17.11", "lodash": "4.17.11",
"lunr-mutable-indexes": "2.3.2", "lunr-mutable-indexes": "2.3.2",
"marked": "0.6.2", "marked": "0.6.2",

BIN
yarn.lock

Binary file not shown.