File: control

package info (click to toggle)
node-buf-compare 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 104 kB
  • sloc: makefile: 2; sh: 2
file content (23 lines) | stat: -rw-r--r-- 735 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-buf-compare
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Nikhil Gawande <nikhilgawande21@gmail.com>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , nodejs
Standards-Version: 4.1.3
Homepage: https://github.com/sindresorhus/buf-compare#readme
Vcs-Git: https://salsa.debian.org/js-team/node-buf-compare.git
Vcs-Browser: https://salsa.debian.org/js-team/node-buf-compare

Package: node-buf-compare
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: Node.js `Buffer.compare()` ponyfill
 It allows `Buffer.compare()` to work in old version of nodejs . 
 .
 Node.js is an event-based server-side JavaScript engine.