node-configstore 5.0.1-1 source package in Ubuntu

Changelog

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

  * Team Upload

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Submit.

  [ Abraham Raji ]
  * New upstream version 5.0.1
  * bumped up the standards version to 4.5.0

 -- Abraham Raji <email address hidden>  Mon, 16 Mar 2020 12:30:07 +0000

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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-configstore_5.0.1-1.dsc 2.2 KiB 1da91312b7365006e5b7ab71303d23904c5f53e3d586ef29e7c138899a1630bd
node-configstore_5.0.1.orig.tar.gz 4.7 KiB 03189ad9d70e8028ec9dee90f8ceb5119b1191529399c4e1cc7e823434fa5314
node-configstore_5.0.1-1.debian.tar.xz 3.7 KiB 2cbd79c6dbb54e9e9261e339f987b86d393637167931bf2828ad559d44c809e7

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.