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
|
Source: node-devtools-protocol
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
Andrius Merkys <merkys@debian.org>,
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
debhelper-compat (= 13),
nodejs (>= 6),
pkg-js-tools (>= 0.9.35),
Standards-Version: 4.6.0
Homepage: https://github.com/ChromeDevTools/devtools-protocol#readme
Vcs-Git: https://salsa.debian.org/js-team/node-devtools-protocol.git
Vcs-Browser: https://salsa.debian.org/js-team/node-devtools-protocol
Package: node-devtools-protocol
Architecture: all
Depends:
nodejs (>= 6),
${misc:Depends},
Description: Chrome DevTools Protocol
The Chrome DevTools Protocol allows for tools to instrument, inspect, debug and
profile Chromium, Chrome and other Blink-based browsers. Many existing projects
currently use the protocol. The Chrome DevTools uses this protocol and the team
maintains its API.
.
Instrumentation is divided into a number of domains (DOM, Debugger, Network
etc.). Each domain defines a number of commands it supports and events it
generates. Both commands and events are serialized JSON objects of a fixed
structure.
|