File: control

package info (click to toggle)
node-hooker 0.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 136 kB
  • sloc: makefile: 14
file content (37 lines) | stat: -rw-r--r-- 1,336 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Source: node-hooker
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Matthew Pideil <matthewp_debian@teledetection.fr>
Build-Depends: debhelper-compat (= 12)
 , uglifyjs | yui-compressor
 , pkg-js-tools (>= 0.9.20~)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-hooker
Vcs-Git: https://salsa.debian.org/js-team/node-hooker.git
Homepage: https://github.com/cowboy/javascript-hooker
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-hooker
Architecture: all
Depends: ${misc:Depends}
 , ${shlibs:Depends}
 , nodejs
Description: Useful debugging library for Node.js
 Node is an event-based server-side JavaScript engine.
 .
 Hooker provides 4 functions that include 'hook' and 'unhook', useful
 for debug object call, as well as an 'override' function to
 replace the return of a function.

Package: libjs-hooker
Architecture: all
Depends: ${misc:Depends}
Recommends: javascript-common
Description: Useful javascript debugging library usable in a browser
 This is the javascript library of hooker Node.js module.
 .
 Hooker provides 4 functions that include 'hook' and 'unhook', useful
 for debug an object call, as well as an 'override' function if you
 want to replace the return of a function.