Source: node-pixl-tools
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Joseph Nahmias <jello@debian.org>,
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13),
 dh-nodejs,
 dh-sequence-nodejs,
 node-anymatch,
 node-async,
 node-errno,
Standards-Version: 4.7.4
Homepage: https://github.com/jhuckaby/pixl-tools
Vcs-Git: https://salsa.debian.org/js-team/node-pixl-tools.git
Vcs-Browser: https://salsa.debian.org/js-team/node-pixl-tools

Package: node-pixl-tools
Architecture: all
Multi-Arch: foreign
Depends:
 node-anymatch,
 node-async,
 node-errno,
 ${misc:Depends},
Description: miscellaneous utility functions for Node.js
 List of provided functions by category:
 .
  Time-related: timeNow(), getDateArgs(), getTimeFromArgs(), 
                normalizeTime(), formatDate(), getTextFromSeconds(),
                getSecondsFromText(), getNiceRemainingTime()
 .
  Identifiers: generateUniqueID(), generateUniqueBase64(), generateShortID()
 .
  Crypto: digestHex(), digestBase64()
 .
  Hashes: numKeys(), firstKey(), hashKeysToArray(), hashValuesToArray(),
          isaHash(), copyHash(), copyHashRemoveKeys(), copyHashRemoveProto(),
          mergeHashes(), mergeHashInto()
 .
  Arrays: isaArray(), alwaysArray(), randArray(), bufferSplit(), sortBy()
          includesAny(), includesAll()
 .
  Objects: findObjectsIdx(), findObjectIdx(), findObject(), findObjects(),
           findObjectDeep(), findObjectsDeep(), deleteObject(), deleteObjects()
 .
  Object paths: setPath(), getPath(), deletePath()
 .
  Strings: sub(), getTextFromBytes(), getBytesFromText(), zeroPad(),
           pluralize(), escapeRegExp(), ucfirst(), parseJSON(), stripANSI()
           getErrorDescription()
 .
  URLs: parseQueryString(), composeQueryString()
 .
  Numbers: commify(), shortFloat(), pct(), clamp(), lerp(), tween()
 .
  Files: fileEachLine(), findFiles(), findFilesSync(), walkDir(),
         walkDirSync(), glob(), globSync(), rimraf(), rimrafSync(),
         mkdirp(), mkdirpSync(), writeFileAtomic(), writeFileAtomicSync()
         findBin(), findBinSync()
 .
  POSIX: getpwnam(), getgrnam()
 .
 Node.js is an event-based server-side JavaScript engine.
