File: control

package info (click to toggle)
node-is-module 1.0.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 80 kB
  • sloc: javascript: 6; sh: 2; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 893 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: node-is-module
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Julien Puydt <julien.puydt@laposte.net>
Build-Depends: debhelper (>= 10), nodejs
Standards-Version: 4.1.1
Homepage: https://github.com/component/is-module
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-is-module.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-is-module.git

Package: node-is-module
Architecture: all
Depends: ${misc:Depends}, nodejs
Description: Node.js code to check if a string is an ES6 module
 This simple code checks whether a string is the source of an ES6 module. It
 doesn't actually execute the code and doesn't check other module types, so
 source strings without module loaders aren't recognized as modules.
 .
 Node.js is an event-based server-side JavaScript engine.