node-configstore 6.0.0-2 source package in Ubuntu

Changelog

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

  * Team upload
  * Better commonjs export
  * Use tape instead of jest to replace ava (Closes: #1009575)

 -- Yadd <email address hidden>  Sat, 23 Apr 2022 08:28:38 +0200

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-configstore_6.0.0-2.dsc 2.2 KiB 8c9c00aeb798f2ae70ed6ccc23eb2eed066e6043b0f51931b07658b90d07e12b
node-configstore_6.0.0.orig.tar.gz 4.9 KiB e27f7e59c3a3e2a8e8012a5ed45a45317a7df661153d97ec201a424e758c3a17
node-configstore_6.0.0-2.debian.tar.xz 4.8 KiB e972e7a2410ac19a0125aaa662624026cbb801d3d637eca186b86e31d6bdcb86

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.