UNPKG

lerna

Version:

Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository

131 lines (130 loc) 3.33 kB
import { Conf } from "./conf"; import { toNerfDart } from "./nerf-dart"; declare const defaultsCopy: { access: null; "allow-same-version": boolean; "always-auth": boolean; also: null; audit: boolean; "audit-level": string; "auth-type": string; "bin-links": boolean; browser: null; ca: null; cafile: null; cache: string; "cache-lock-stale": number; "cache-lock-retries": number; "cache-lock-wait": number; "cache-max": number; "cache-min": number; cert: null; cidr: null; color: boolean; depth: number; description: boolean; dev: boolean; "dry-run": boolean; editor: string; "engine-strict": boolean; force: boolean; "fetch-retries": number; "fetch-retry-factor": number; "fetch-retry-mintimeout": number; "fetch-retry-maxtimeout": number; git: string; "git-tag-version": boolean; "commit-hooks": boolean; global: boolean; globalconfig: string; "global-style": boolean; group: string | number | undefined; "ham-it-up": boolean; heading: string; "if-present": boolean; "ignore-prepublish": boolean; "ignore-scripts": boolean; "init-module": string; "init-author-name": string; "init-author-email": string; "init-author-url": string; "init-version": string; "init-license": string; json: boolean; key: null; "legacy-bundling": boolean; link: boolean; "local-address": undefined; loglevel: string; logstream: NodeJS.WriteStream & { fd: 2; }; "logs-max": number; long: boolean; maxsockets: number; message: string; "metrics-registry": null; "node-options": null; "node-version": string; offline: boolean; "onload-script": boolean; only: null; optional: boolean; otp: undefined; "package-lock": boolean; "package-lock-only": boolean; parseable: boolean; "prefer-offline": boolean; "prefer-online": boolean; prefix: string; preid: string; production: boolean; progress: boolean; proxy: null; "https-proxy": null; noproxy: null; "user-agent": string; "read-only": boolean; "rebuild-bundle": boolean; registry: string; rollback: boolean; save: boolean; "save-bundle": boolean; "save-dev": boolean; "save-exact": boolean; "save-optional": boolean; "save-prefix": string; "save-prod": boolean; scope: string; "script-shell": undefined; "scripts-prepend-node-path": string; searchopts: string; searchexclude: null; searchlimit: number; searchstaleness: number; "send-metrics": boolean; shell: string; shrinkwrap: boolean; "sign-git-commit": boolean; "sign-git-tag": boolean; "sso-poll-frequency": number; "sso-type": string; "strict-ssl": boolean; tag: string; "tag-version-prefix": string; timing: boolean; tmp: string; unicode: boolean; "unsafe-perm": boolean; "update-notifier": boolean; usage: boolean; user: string | number; userconfig: string; umask: number; version: boolean; versions: boolean; viewer: string; _exit: boolean; }; export { npmConf, Conf, toNerfDart, defaultsCopy as defaults }; declare function npmConf(opts?: any): Conf;