Source: node-tempy
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , dh-nodejs
 , node-is-stream <!nocheck>
 , node-temp-dir <!nocheck>
 , node-type-fest <!nocheck>
 , node-crypto-random-string <!nocheck>
 , ava <!nocheck>
 , node-path-exists <!nocheck>
 , node-tap <!nocheck>
 , node-mutate-fs <!nocheck>
Standards-Version: 4.7.4
Homepage: https://github.com/sindresorhus/tempy#readme
Vcs-Git: https://salsa.debian.org/js-team/node-tempy.git
Vcs-Browser: https://salsa.debian.org/js-team/node-tempy
Rules-Requires-Root: no

Package: node-tempy
Architecture: all
Depends:
 ${misc:Depends}
 , node-is-stream (>= 3.0.0)
 , node-temp-dir (>= 3.0.0)
 , node-type-fest (>= 2.12.2)
 , node-crypto-random-string
Provides: ${nodejs:Provides}
Description: get a random temporary file or directory path
 Tempy is a small Node.js module that provides utilities for creating temporary
 files and directories with predictable, platform‑correct behavior.
 It generates unique names using a secure random string and places
 all temporary paths inside the system’s designated temp directory.
 The module exposes synchronous and asynchronous variants for creating
 files, directories, and writing data, allowing it to integrate cleanly
 into build steps or tooling that require short‑lived storage.
 .
 This package also includes several small helper modules:
 node-unique-string, used to produce random unique strings;
 node-touch, which mimics the Unix touch command to create or update files;
 and node-tempfile, which handles secure creation of temporary files.
 .
 Node.js is an event-based server-side JavaScript engine.
