mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-05 00:41:44 +05:30
- Kitty: Split window with [Ctrl + )] - same as konsole - npm: More configs to remove dotfiles from $HOME - VSCode: Extension update
176 lines
3.3 KiB
Plaintext
176 lines
3.3 KiB
Plaintext
;;;;
|
|
; npm userconfig file: /home/pratik/.npmrc
|
|
; this is a simple ini-formatted file
|
|
; lines that start with semi-colons are comments
|
|
; run `npm help 7 config` for documentation of the various options
|
|
;
|
|
; Configs like `@scope:registry` map a scope to a given registry url.
|
|
;
|
|
; Configs like `//<hostname>/:_authToken` are auth that is restricted
|
|
; to the registry host specified.
|
|
|
|
|
|
|
|
;;;;
|
|
; all available options shown below with default values
|
|
;;;;
|
|
|
|
|
|
prefix=${XDG_DATA_HOME}/npm
|
|
cache=${XDG_CACHE_HOME}/npm
|
|
init-module=${XDG_CONFIG_HOME}/npm/config/npm-init.js
|
|
logs-dir=${XDG_STATE_HOME}/npm/logs; _auth=null
|
|
|
|
; access=null
|
|
; all=false
|
|
; allow-same-version=false
|
|
; also=null
|
|
; audit=true
|
|
; audit-level=null
|
|
; auth-type=web
|
|
; before=null
|
|
; bin-links=true
|
|
; browser=null
|
|
; ca=null
|
|
; cache=~/.npm
|
|
; cache-max=null
|
|
; cache-min=0
|
|
; cafile=null
|
|
; call=
|
|
; cert=null
|
|
; cidr=null
|
|
; color=true
|
|
; commit-hooks=true
|
|
; cpu=null
|
|
; os=null
|
|
; libc=null
|
|
; depth=null
|
|
; description=true
|
|
; dev=false
|
|
;
|
|
; diff-ignore-all-space=false
|
|
; diff-name-only=false
|
|
; diff-no-prefix=false
|
|
; diff-dst-prefix=b/
|
|
; diff-src-prefix=a/
|
|
; diff-text=false
|
|
; diff-unified=3
|
|
; dry-run=false
|
|
; editor=vi
|
|
; engine-strict=false
|
|
; fetch-retries=2
|
|
; fetch-retry-factor=10
|
|
; fetch-retry-maxtimeout=60000
|
|
; fetch-retry-mintimeout=10000
|
|
; fetch-timeout=300000
|
|
; force=false
|
|
; foreground-scripts=false
|
|
; format-package-lock=true
|
|
; fund=true
|
|
; git=git
|
|
; git-tag-version=true
|
|
; global=false
|
|
; globalconfig=
|
|
; global-style=false
|
|
; heading=npm
|
|
; https-proxy=null
|
|
; if-present=false
|
|
; ignore-scripts=false
|
|
;
|
|
; include-staged=false
|
|
; include-workspace-root=false
|
|
; init-author-email=
|
|
; init-author-name=
|
|
; init-author-url=
|
|
; init-license=ISC
|
|
; init-module=~/.npm-init.js
|
|
; init-version=1.0.0
|
|
; init.author.email=
|
|
; init.author.name=
|
|
; init.author.url=
|
|
; init.license=ISC
|
|
; init.module=~/.npm-init.js
|
|
; init.version=1.0.0
|
|
; install-links=false
|
|
; install-strategy=hoisted
|
|
; json=false
|
|
; key=null
|
|
; legacy-bundling=false
|
|
; legacy-peer-deps=false
|
|
; link=false
|
|
; local-address=null
|
|
; sbom-format=null
|
|
; sbom-type=library
|
|
; location=user
|
|
; lockfile-version=null
|
|
; loglevel=notice
|
|
; logs-dir=null
|
|
; logs-max=10
|
|
; long=false
|
|
; maxsockets=15
|
|
; message=%s
|
|
; node-options=null
|
|
; noproxy=
|
|
; offline=false
|
|
;
|
|
; omit-lockfile-registry-resolved=false
|
|
; only=null
|
|
; optional=null
|
|
; otp=null
|
|
;
|
|
; package-lock=true
|
|
; package-lock-only=false
|
|
; pack-destination=.
|
|
; parseable=false
|
|
; prefer-dedupe=false
|
|
; prefer-offline=false
|
|
; prefer-online=false
|
|
; prefix=
|
|
; preid=
|
|
; production=null
|
|
; progress=true
|
|
; provenance=false
|
|
; provenance-file=null
|
|
; proxy=null
|
|
; read-only=false
|
|
; rebuild-bundle=true
|
|
; registry=https://registry.npmjs.org/
|
|
; replace-registry-host=npmjs
|
|
; save=true
|
|
; save-bundle=false
|
|
; save-dev=false
|
|
; save-exact=false
|
|
; save-optional=false
|
|
; save-peer=false
|
|
; save-prefix=^
|
|
; save-prod=false
|
|
; scope=
|
|
; script-shell=null
|
|
; searchexclude=
|
|
; searchlimit=20
|
|
; searchopts=
|
|
; searchstaleness=900
|
|
; shell=/usr/bin/zsh
|
|
; shrinkwrap=true
|
|
; sign-git-commit=false
|
|
; sign-git-tag=false
|
|
; strict-peer-deps=false
|
|
; strict-ssl=true
|
|
; tag=latest
|
|
; tag-version-prefix=v
|
|
; timing=false
|
|
; umask=0
|
|
; unicode=true
|
|
; update-notifier=true
|
|
; usage=false
|
|
; user-agent=npm/{npm-version} node/{node-version} {platform} {arch} workspaces/{workspaces} {ci}
|
|
; userconfig=~/.npmrc
|
|
; version=false
|
|
; versions=false
|
|
; viewer=man
|
|
; which=null
|
|
;
|
|
; workspaces=null
|
|
; workspaces-update=true
|
|
; yes=null
|