Source: node-tempy Section: javascript Priority: optional 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 , node-crypto-random-string , ava , node-path-exists , node-tap , node-mutate-fs 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.