File: control

package info (click to toggle)
node-cjs-module-lexer 1.2.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 404 kB
  • sloc: javascript: 2,186; ansic: 1,552; makefile: 15
file content (35 lines) | stat: -rw-r--r-- 1,101 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
32
33
34
35
Source: node-cjs-module-lexer
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , clang
 , lld
 , mocha <!nocheck>
 , node-babel-cli
 , node-babel-core
 , node-babel-plugin-transform-modules-commonjs
 , terser
 , wasi-libc
Standards-Version: 4.6.2
Homepage: https://github.com/nodejs/cjs-module-lexer#readme
Vcs-Git: https://salsa.debian.org/js-team/node-cjs-module-lexer.git
Vcs-Browser: https://salsa.debian.org/js-team/node-cjs-module-lexer
Rules-Requires-Root: no

Package: node-cjs-module-lexer
Architecture: all
Breaks: jest (<< 29)
Depends:
 ${misc:Depends}
Multi-Arch: foreign
Description: Fast lexer to extract named exports from CommonJS modules
 Very fast JavaScript CommonJS module syntax lexer used to detect
 the most likely list of named exports of a CommonJS module.
 .
 It is used by Node.js for CommonJS and ES Modules interoperability.
 .
 Node.js is an event-based server-side JavaScript engine.