File: control

package info (click to toggle)
node-snapdragon-token 4.0.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 128 kB
  • sloc: javascript: 114; sh: 5; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 858 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
21
22
Source: node-snapdragon-token
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Build-Depends: debhelper (>= 11), nodejs
Standards-Version: 4.2.1
Homepage: https://github.com/here-be/snapdragon-token
Vcs-Git: https://salsa.debian.org/js-team/node-snapdragon-token.git
Vcs-Browser: https://salsa.debian.org/js-team/node-snapdragon-token

Package: node-snapdragon-token
Architecture: all
Depends: ${misc:Depends}, nodejs
Description: Create a snapdragon token
 This package provides a snapdragon token builder ; it is
 used by the snapdragon lexer, but also by snapdragon plugins.
 .
 Snapdragon is a framework to build parsers and compilers with
 built-in source-map support.
 .
 Node.js is an event-based server-side javascript engine.