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:
parent
f53f4c4536
commit
f48b23fbcf
3 changed files with 0 additions and 22 deletions
18
flow-typed/npm/lockfile_v1.x.x.js
vendored
18
flow-typed/npm/lockfile_v1.x.x.js
vendored
|
@ -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;
|
|
||||||
}
|
|
|
@ -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
BIN
yarn.lock
Binary file not shown.
Loading…
Reference in a new issue