dirty.js 1.1.3-1 source package in Ubuntu

Changelog

dirty.js (1.1.3-1) unstable; urgency=medium

  * Team upload

  [ lintian-brush ]
  * Update watch file format version to 4
  * Bump debhelper from old 10 to 13
  * Set debhelper-compat version in Build-Depends
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse

  [ Yadd ]
  * Declare compliance with policy 4.6.0
  * Add "Rules-Requires-Root: no"
  * Change section to javascript
  * Add debian/gbp.conf
  * Use dh-sequence-nodejs auto install
  * Enable upstream test (mocha)
  * Fix VCS fields
  * Fix debian/watch
  * New upstream version 1.1.3

 -- Yadd <email address hidden>  Sat, 15 Jan 2022 08:55:53 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe web
Noble release universe web
Mantic release universe web
Lunar release universe web
Jammy release universe web

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dirty.js_1.1.3-1.dsc 2.0 KiB 907f9737a361c37c99c7a1da5de7a55e8b4b0e7da15d9b668348e0c01d6825e2
dirty.js_1.1.3.orig.tar.gz 30.1 KiB e317740a9b6e2014dbce43c720890b238707e6b3e8098df4d417355367236681
dirty.js_1.1.3-1.debian.tar.xz 2.7 KiB ff3309926a73e93d487488e2755f95f2b885aea465e0307fd112fc4287fd115c

Available diffs

No changes file available.

Binary packages built by this source

node-dirty: tiny and fast key-value store for Node

 Node is an event-based server-side JavaScript engine.
 .
 Dirty.js is a tiny & fast key value store with append-only disk log.
 It is ideal for apps with less than 1 million records.
 Its characteristics are:
  - the file format is newline separated JSON;
  - the database lives in the same process as the application, they
    share memory;
  - there is no query language, you just forEach through all records.