Files
pnpm/typings/local.d.ts
2019-08-27 01:49:12 +03:00

324 lines
5.5 KiB
TypeScript

declare module 'camelcase' {
const anything: any;
export = anything;
}
declare module 'cross-spawn' {
const anything: any;
export = anything;
}
declare module 'is-ci' {
const isCI: boolean;
export = isCI;
}
declare module 'loud-rejection' {
const anything: any;
export = anything;
}
declare module 'meow' {
const anything: any;
export = anything;
}
declare module 'mz/fs' {
const anything: any;
export = anything;
}
declare module 'node-gyp' {
const anything: any;
export = anything;
}
declare module 'normalize-path' {
const anything: any;
export = anything;
}
declare module '@zkochan/npm-package-arg' {
const anything: any;
export = anything;
}
declare module 'observatory' {
const anything: any;
export = anything;
}
declare module 'isexe' {
const anything: any;
export = anything;
}
declare module 'ncp' {
const anything: any;
export = anything;
}
declare module 'npm-registry-client' {
const anything: any;
export = anything;
}
declare module 'anonymous-npm-registry-client' {
const anything: any;
export = anything;
}
declare module 'exists-link' {
const anything: any;
export = anything;
}
declare module 'path-name' {
const anything: any;
export = anything;
}
declare module 'bole' {
const anything: any;
export = anything;
}
declare module 'ndjson' {
const anything: any;
export = anything;
}
declare module 'execa' {
const anything: any;
export = anything;
}
declare module 'p-filter' {
const anything: any;
export = anything;
}
declare module 'normalize-ssh' {
function normalizeSsh (url: string): string;
export = normalizeSsh;
}
declare module 'graceful-fs' {
const anything: any;
export = anything;
}
declare module 'fs-write-stream-atomic' {
const anything: any;
export = anything;
}
declare module 'remove-all-except-outer-links' {
const anything: any;
export = anything;
}
declare module 'is-inner-link' {
const anything: any;
export = anything;
}
declare module 'npm/lib/config/defaults' {
const anything: any;
export = anything;
}
declare module 'npm/lib/config/get-credentials-by-uri' {
const anything: any;
export = anything;
}
declare namespace pnpmRegistryMock {
function getIntegrity (pkgName: string, pkgVersion: string): string
function addDistTag (opts: {package: string, version: string, distTag: string}): Promise<void>
}
declare module '@pnpm/registry-mock' {
export = pnpmRegistryMock
}
declare module 'dint' {
const anything: any;
export = anything;
}
declare module 'is-subdir' {
const anything: any;
export = anything;
}
declare module 'encode-registry' {
const anything: any;
export = anything;
}
declare module 'validate-npm-package-name' {
const anything: any;
export = anything;
}
declare module 'graph-sequencer' {
const anything: any;
export = anything;
}
declare module 'import-from' {
const anything: any;
export = anything;
}
declare module 'is-windows' {
function isWindows(): boolean;
export = isWindows;
}
declare module 'diable' {
const anything: any;
export = anything;
}
declare module 'signal-exit' {
const anything: any;
export = anything;
}
declare module '@zkochan/libnpx/index' {
const anything: any;
export = anything;
}
declare module 'process-exists' {
const anything: any;
export = anything;
}
declare module 'read-ini-file' {
function readIniFile (filename: string): Promise<Object>;
export = readIniFile;
}
declare module 'better-path-resolve' {
const anything: any;
export = anything;
}
declare module '@zkochan/npm-conf' {
const anything: any;
export = anything;
}
declare module '@zkochan/npm-conf/lib/types' {
const anything: any;
export = anything;
}
declare module '@zeit/fetch-retry' {
const anything: any;
export = anything;
}
declare module 'node-fetch-unix' {
const anything: any;
export = anything;
}
declare module 'https-proxy-agent' {
const anything: any;
export = anything;
}
declare module 'socks-proxy-agent' {
const anything: any;
export = anything;
}
declare module 'read-package-json' {
const anything: any;
export = anything;
}
declare module 'write-file-atomic' {
const anything: any;
export = anything;
}
declare module 'graceful-git' {
const anything: any;
export = anything;
}
declare module 'hosted-git-info' {
const anything: any;
export = anything;
}
declare module '@zkochan/npm-lifecycle' {
const anything: any;
export = anything;
}
declare module 'pretty-time' {
function prettyTime (time: [number, number]): string;
export = prettyTime;
}
declare module 'right-pad' {
const anything: any;
export = anything;
}
declare module 'stacktracey' {
const anything: any;
export = anything;
}
declare module 'ansi-diff' {
const anything: any;
export = anything;
}
declare module 'normalize-registry-url' {
function normalizeRegistryUrl (registry: string): string
export = normalizeRegistryUrl;
}
declare module 'fs-vacuum' {
const anything: any;
export = anything;
}
declare module 'rename-overwrite' {
const anything: any;
export = anything;
}
declare module 'is-port-reachable' {
const anything: any;
export = anything;
}
declare module 'fast-glob' {
const anything: any;
export = anything;
}
declare module 'yaml-tag' {
const anything: any;
export = anything;
}
declare module 'normalize-newline' {
const anything: any;
export = anything;
}
declare module 'cli-columns' {
function cliColumns (values: string[], opts?: { newline?: string, width?: number }): string
export = cliColumns;
}