6.0.1 • Published 2 years ago

registry-url v6.0.1

Weekly downloads
8,886,501
License
MIT
Repository
github
Last release
2 years ago

registry-url

Get the set npm registry URL

It's usually https://registry.npmjs.org/, but it's configurable.

Use this if you do anything with the npm registry as users will expect it to use their configured registry.

Install

$ npm install registry-url

Usage

# .npmrc
registry = 'https://custom-registry.com/'
import registryUrl from 'registry-url';

console.log(registryUrl());
//=> 'https://custom-registry.com/'

It can also retrieve the registry URL associated with an npm scope.

# .npmrc
@myco:registry = 'https://custom-registry.com/'
import registryUrl from 'registry-url';

console.log(registryUrl('@myco'));
//=> 'https://custom-registry.com/'

If the provided scope is not in the user's .npmrc file, then registry-url will check for the existence of registry, or if that's not set, fallback to the default npm registry.


package-jsonarchetype-library@auto-canary/npmeasy-select-rnreact-native-bluetooth2killi8n-react-native-fast-image@cashremit/cr-streamline-iconscheck-dependency-enginesairscanairscan-examplereact-native-esc-pos-sahaab@borisovart/atol-kkt-moduledeneme323112@ntt_app/react-native-custom-notificationdiscord-music-botsreact-native-covid-sdk@saeon/quick-formmysql-formatreact-native-printer-brothersreact-native-shekhar-bridge-testcogoportutilsdyx-react@oiti/documentoscopy-react-nativequoc-testunblock-block-save-variables@infinitebrahmanuniverse/nolb-regi@prodam/prodam-typesluminos-ui-core@everything-registry/sub-chunk-2644jawwy-sdkjawwy_gamification_releasereact-native-sphereuisphereuijawwy_libraryreact-native-credit-card-pkgreact-native-jawwy_sample3.0.0jawwy_library_newjawy_library_v1gamification-jawwy-libraryframework_test_library_sixdee_new_jawwytest_lib_module_aarreact-native-additionreact-native-arps-authorize-netreact-native-auth-service-clientreact-native-animate-textreact-native-awesome-module-latestreact-native-awesome-android-123react-native-awesome-android-123-zeotapreact-native-awesome-module-tworeact-native-bubble-chartreact-native-build-vesion-getterreact-native-ghn-ekycreact-native-fedlight-dsmreact-native-get-countriesreact-native-pulsator-nativereact-native-rabbitmq-allreact-native-radio-bic-group-libreact-native-multiselectorreact-native-mun-kitreact-native-my-first-try-arun-ramyareact-native-onrampreact-native-payu-payment-testingreact-native-plugpag-wrapperreact-native-progress-arrowreact-native-reanimated-sortable-listreact-native-recent-framework-updatereact-native-android-video-player-viewreact-native-arun-ramya-testreact-native-arunjeyam1987react-native-arunmeena1987react-native-arunramya151react-native-basic-appreact-native-basic-screenreact-native-bridge-packagereact-native-check-componentreact-native-app-bubblereact-native-chenaarreact-native-aventonfacetec-aventonreact-native-azure-communication-servicesreact-native-badge-controlreact-native-native-audio-enginereact-native-native-ios-test1react-native-nativewindreact-native-module-argereact-native-module-for-testingreact-native-nghia-shareringreact-native-nice-learningreact-native-multiplier-altroncosoreact-native-multiplier-componentreact-native-multiplier-demoreact-native-multiplier2react-native-multiplyreact-native-multiply-componentreact-native-omental-frameworkreact-native-modal-progress-barreact-native-return-usb-datareact-native-rom-componentsreact-native-responsive-sizereact-native-responsive-helper
6.0.1

2 years ago

6.0.0

3 years ago

5.1.0

5 years ago

5.0.0

5 years ago

4.0.0

6 years ago

3.1.0

8 years ago

3.0.3

9 years ago

3.0.2

9 years ago

3.0.1

9 years ago

3.0.0

9 years ago

2.1.0

9 years ago

2.0.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago