Source: node-tempy Section: javascript Maintainer: Debian Javascript Maintainers Uploaders: Bastien Roucariès Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , dh-nodejs , node-is-stream , node-temp-dir , node-type-fest , ava , node-path-exists , node-tap , node-mutate-fs , node-unique-string (>= 3.0.0) 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 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-unique-string (>= 3.0.0) Provides: ${nodejs:Provides} Breaks: node-unique-string (<< 3.0.0~) 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-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.