File: control

package info (click to toggle)
node-class-utils 0.3.6-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 212 kB
  • sloc: javascript: 779; makefile: 3
file content (31 lines) | stat: -rw-r--r-- 1,030 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
30
31
Source: node-class-utils
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>
Section: javascript
Priority: optional
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , mocha <!nocheck>
 , node-arr-union <!nocheck>
 , node-define-property <!nocheck>
 , node-isobject <!nocheck>
 , node-lazy-cache <!nocheck>
 , node-should <!nocheck>
 , node-static-extend <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-class-utils
Vcs-Git: https://salsa.debian.org/js-team/node-class-utils.git
Homepage: https://github.com/jonschlinkert/class-utils
Rules-Requires-Root: no

Package: node-class-utils
Architecture: all
Depends: ${misc:Depends}
 , node-arr-union
 , node-define-property
 , node-isobject
 , node-lazy-cache
 , node-static-extend
Description: Utils for working with JavaScript classes and prototype methods
 Node.js is an event-based server-side JavaScript engine.