File: control

package info (click to toggle)
node-type-check 0.3.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 148 kB
  • ctags: 16
  • sloc: makefile: 38; sh: 2
file content (26 lines) | stat: -rw-r--r-- 787 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
Source: node-type-check
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , nodejs
 , livescript
 , mocha
Standards-Version: 3.9.8
Homepage: https://github.com/gkz/type-check
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-type-check.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-type-check.git

Package: node-type-check
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-prelude-ls (>= 1.1.2)
Description: allows you to check the types of JavaScript values at runtime
 It comes with a Haskell like type syntax.
 .
 Node.js is an event-based server-side JavaScript engine.