1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: node-os-tmpdir
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Ross Gammon <rosco2@ubuntu.com>
Section: javascript
Priority: optional
Build-Depends: debhelper (>= 9),
dh-buildinfo,
nodejs
Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-os-tmpdir.git
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-os-tmpdir.git
Homepage: https://github.com/sindresorhus/os-tmpdir
Package: node-os-tmpdir
Architecture: all
Depends: ${misc:Depends},
nodejs
Description: Node.js os.tmpdir() ponyfill
Ponyfill: A polyfill that doesn't overwrite the native method.
.
Use this instead of require('os').tmpdir() to get a consistent behaviour
on different Node.js versions (even 0.8).
.
Node.js is an event-based server-side JavaScript engine.
|