File: control

package info (click to toggle)
node-js-tokens 6.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 22,244 kB
  • sloc: javascript: 12,213; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 990 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:
 coffeescript
 , debhelper-compat (= 13)
 , dh-sequence-nodejs
 , jest <!nocheck>
 , node-everything.js <!nocheck>
Standards-Version: 4.5.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
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.