File: control

package info (click to toggle)
node-methods 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 92 kB
  • ctags: 4
  • sloc: makefile: 6; sh: 2
file content (25 lines) | stat: -rw-r--r-- 771 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: node-methods
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Leo Iannacone <l3on@ubuntu.com>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , node-mocha
Standards-Version: 3.9.5
Homepage: http://github.com/visionmedia/node-methods
XS-Testsuite: autopkgtest
Vcs-Git: git://anonscm.debian.org/collab-maint/node-methods.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-methods.git

Package: node-methods
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: contains the HTTP methods that Node.js supports
 Simple module which exports the HTTP verbs that node core's 
 parser supports.
 .
 Node.js is an event-based server-side JavaScript engine.