File: control

package info (click to toggle)
node-snapdragon-node 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 164 kB
  • sloc: makefile: 2; sh: 2
file content (27 lines) | stat: -rw-r--r-- 984 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
Source: node-snapdragon-node
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.3.0
Homepage: https://github.com/jonschlinkert/snapdragon-node
Vcs-Git: https://salsa.debian.org/js-team/node-snapdragon-node.git
Vcs-Browser: https://salsa.debian.org/js-team/node-snapdragon-node

Package: node-snapdragon-node
Architecture: all
Depends: node-define-property (>= 1.0.0),
         node-isobject (>= 3.0.0),
         node-snapdragon-util (>= 3.0.1),
         nodejs,
         ${misc:Depends}
Description: Snapdragon utility to create a new AST node in some node
 This snapdragon utility makes it possible to create a new AST node
 in a custom node.
 .
 An AST is an abstract syntax tree.
 .
 Snapdragon is a parser-renderer factory for node.js.
 .
 Node.js is an event-based server-side JavaScript engine.