public final class NodeJSConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JAVASCRIPT_EXT
Default extension for javascript file.
|
static String |
NPM_SETTINGS_ALWAYS_AUTH
Force npm to always require authentication when accessing the registry,
even for GET requests.
|
static String |
NPM_SETTINGS_AUTH
The authentication base64 string >USER<:>PASSWORD< used to
login to the global registry.
|
static String |
NPM_SETTINGS_REGISTRY
The base URL of the npm package registry.
|
static String |
NPM_USERCONFIG
The location of user-level configuration settings.
|
public static final String JAVASCRIPT_EXT
public static final String NPM_USERCONFIG
public static final String NPM_SETTINGS_ALWAYS_AUTH
Default: false
Type: Boolean
public static final String NPM_SETTINGS_REGISTRY
Default: https://registry.npmjs.org/
Type: url
public static final String NPM_SETTINGS_AUTH
Copyright © 2016–2017. All rights reserved.