node-configstore 6.0.0-1 source package in Ubuntu

Changelog

node-configstore (6.0.0-1) unstable; urgency=medium

  * Team Upload
  * New upstream version 6.0.0
  * Update test: use jest instead of ava/tape
  * Add fix for node-dot-prop >= 7
  * Build commonjs files using mjs2cjs

 -- Yadd <email address hidden>  Thu, 24 Feb 2022 09:17:21 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-configstore_6.0.0-1.dsc 2.2 KiB 3c27b0ef9b4e32648a1775e40ac895d823a8ba4fe0eab1e2e0b8e28435749cdd
node-configstore_6.0.0.orig.tar.gz 4.9 KiB e27f7e59c3a3e2a8e8012a5ed45a45317a7df661153d97ec201a424e758c3a17
node-configstore_6.0.0-1.debian.tar.xz 4.9 KiB 90601830507ab3beb34a95be478e4b658199298c1283320374e7c33f3d782df4

Available diffs

No changes file available.

Binary packages built by this source

node-configstore: load and save config without having to think about where and how

 Easily load and persist config without having to think about where and how
 .
 Config is stored in a JSON file located in $XDG_CONFIG_HOME or ~/.config.
 Example: ~/.config/configstore/some-id.json
 .
 Node.js is an event-based server-side JavaScript engine.