File: control

package info (click to toggle)
node-lockfile 0.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 88 kB
  • ctags: 8
  • sloc: makefile: 2
file content (23 lines) | stat: -rw-r--r-- 785 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: node-lockfile
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Build-Depends:
 debhelper (>= 8.0.0)
 , dh-buildinfo
Standards-Version: 3.9.4
Homepage: https://github.com/isaacs/lockfile
Vcs-Git: git://anonscm.debian.org/collab-maint/node-lockfile.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-lockfile.git

Package: node-lockfile
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: Asynchronous file lock module for Node.js
 This module provides asynchronous and synchronous concurrent file
 locking. It supports timeouts, expirations, and retrying upon failure.
 .
 Node.js is an event-based server-side javascript engine.