File: control

package info (click to toggle)
eyes.js 0.1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 92 kB
  • ctags: 21
  • sloc: makefile: 16
file content (25 lines) | stat: -rw-r--r-- 843 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
Source: eyes.js
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Build-Depends: cdbs,
 devscripts,
 debhelper,
 dh-buildinfo,
 nodejs (>= 0.6.19~dfsg1-3~)
Standards-Version: 3.9.3
Homepage: https://github.com/cloudhead/eyes.js
Vcs-Git: git://git.debian.org/git/collab-maint/eyes.js
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/eyes.js.git

Package: node-eyes
Architecture: all
Depends: ${misc:Depends},
 ${cdbs:Depends}
Description: customizable value inspector for Node
 Node is an event-based server-side JavaScript engine.
 .
 eyes is a customizable value inspector for Node, uncluttering output in
 the console.  Also deals with circular objects in an intelligent way,
 and can pretty-print object literals.