File: control

package info (click to toggle)
node-esutils 2.0.3%2B~2.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 228 kB
  • sloc: javascript: 385; makefile: 8
file content (33 lines) | stat: -rw-r--r-- 1,044 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
Source: node-esutils
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: chai <!nocheck>
 , coffeescript <!nocheck>
 , debhelper-compat (= 13)
 , dh-sequence-nodejs
 , mocha <!nocheck>
 , node-regenerate
 , node-unicode-16.0.0
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/js-team/node-esutils
Vcs-Git: https://salsa.debian.org/js-team/node-esutils.git
Homepage: https://github.com/estools/esutils
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-esutils
Architecture: all
Depends: ${misc:Depends}
Provides: ${nodejs:Provides}
Multi-Arch: foreign
Description: utility box for ECMAScript language tools
 This package includes a few functions helping to use
 AST (Abstract Syntaxt Tree) traversal functions from
 estools bundle.
 .
 Estool is a code generator created from Mozilla's Parser
 using Node.js.
 .
 Node.js is an event-based server-side JavaScript engine.