File: control

package info (click to toggle)
node-chrome-trace-event 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 808 kB
  • sloc: makefile: 35
file content (29 lines) | stat: -rw-r--r-- 972 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
Source: node-chrome-trace-event
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 12)
 , nodejs (>= 6)
 , node-typescript
 , node-tape <!nocheck>
 , pkg-js-tools (>= 0.9.20~)
Standards-Version: 4.5.0
Homepage: https://github.com/samccone/chrome-trace-event
Vcs-Git: https://salsa.debian.org/js-team/node-chrome-trace-event.git
Vcs-Browser: https://salsa.debian.org/js-team/node-chrome-trace-event
Rules-Requires-Root: no

Package: node-chrome-trace-event
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs (>= 6)
# , node-tslib (>= 1.9.0)
Description: create a trace of your node app per Google's Trace Event format
 These logs can then be visualized with trace-viewer or chrome devtools to grok
 one's programs.
 .
 Node.js is an event-based server-side JavaScript engine.