licenses.dev

nconf v0.9.1

Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT16
PackageRelationDependenciesPublished
ansi-regex • 2.1.1Regular expression for matching ANSI escape codesINDIRECT0
async • 1.5.2Higher-order functions and common patterns for asynchronous codeDIRECT0
camelcase • 2.1.1Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBarINDIRECT0
code-point-at • 1.1.0ES2015 `String#codePointAt()` ponyfillINDIRECT0
decamelize • 1.2.0Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbowINDIRECT0
invert-kv • 1.0.0Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}INDIRECT0
is-fullwidth-code-point • 1.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT1
lcid • 1.0.0Mapping between standard locale identifiers and Windows locale identifiers (LCID)INDIRECT1
number-is-nan • 1.0.1ES2015 Number.isNaN() ponyfillINDIRECT0
os-locale • 1.4.0Get the system localeINDIRECT2
secure-keys • 1.0.0Encrypt/Decrypt the values of a given objectDIRECT0
string-width • 1.0.2Get the visual width of a string - the number of columns required to display itINDIRECT5
strip-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
window-size • 0.1.4Reliable way to to get the height and width of the terminal/console in a node.js environment.INDIRECT0
wrap-ansi • 2.1.0Wordwrap a string with ANSI escape codesINDIRECT6
yargs • 3.32.0Light-weight option parsing with an argv hash. No optstrings attached.DIRECT15
ISC3
PackageRelationDependenciesPublished
cliui • 3.2.0easily create complex multi-column command-line-interfacesINDIRECT7
ini • 1.3.8An ini encoder/decoder for nodeDIRECT0
y18n • 3.2.2the bare-bones internationalization library used by yargsINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/nconf)](https://licenses.dev/npm/nconf)
<a href="https://licenses.dev/npm/nconf">
  <img src="https://licenses.dev/b/npm/nconf" alt="licenses" />
</a>

Or the licenses badge code for the 0.9.1 version:

[![licenses](https://licenses.dev/b/npm/nconf/0.9.1)](https://licenses.dev/npm/nconf/0.9.1)
<a href="https://licenses.dev/npm/nconf/0.9.1">
  <img src="https://licenses.dev/b/npm/nconf/0.9.1" alt="licenses" />
</a>
GitHub