File: control

package info (click to toggle)
node-is-builtin-module 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 120 kB
  • sloc: makefile: 4; sh: 2
file content (25 lines) | stat: -rw-r--r-- 834 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-is-builtin-module
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>
Build-Depends:
 debhelper (>= 11)
 , mocha
 , nodejs
 , node-builtin-modules (>= 2.0.0)
Standards-Version: 4.1.4
Homepage: https://github.com/sindresorhus/is-builtin-module
Vcs-Git: https://salsa.debian.org/js-team/node-is-builtin-module.git
Vcs-Browser: https://salsa.debian.org/js-team/node-is-builtin-module

Package: node-is-builtin-module
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-builtin-modules (>= 2.0.0)
Description: Check if string matches name of a Node.js builtin module
 Check if a string matches the name of a Node.js builtin module.
 .
 Node.js is an event-based server-side JavaScript engine.