File: control

package info (click to toggle)
node-js-tokens 8.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 22,300 kB
  • sloc: javascript: 12,420; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 1,035 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
Source: node-js-tokens
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Lucas de Castro Borges <lucas@gnuabordo.com.br>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , coffeescript
 , jest <!nocheck>
 , node-everything.js <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-js-tokens
Vcs-Git: https://salsa.debian.org/js-team/node-js-tokens.git
Homepage: https://github.com/lydell/js-tokens
Rules-Requires-Root: no

Package: node-js-tokens
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Breaks: node-loose-envify (<= 1.4.0+dfsg1-3~)
Description: Regex that tokenizes JavaScript
 js-tokens provides a regex with the g flag that matches JavaScript tokens.
 The regex always matches, even invalid JavaScript and the empty string.
 The next match is always directly after the previous.
 .
 Node.js is an event-based server-side JavaScript engine.