File: control

package info (click to toggle)
node-lexical-scope 1.2.0%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 220 kB
  • sloc: makefile: 20; sh: 13
file content (33 lines) | stat: -rw-r--r-- 1,095 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-lexical-scope
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Build-Depends:
 debhelper (>= 11)
 , dh-buildinfo
 , nodejs (>= 6)
 , node-astw (>= 2.0.0) <!nocheck>
 , node-brfs (>= 0.0.3) <!nocheck>
 , node-tape (>= 2.4.1) <!nocheck>
 , node-tap (>= 10) <!nocheck>
Standards-Version: 4.1.4
Homepage: https://github.com/substack/lexical-scope
Vcs-Git: https://salsa.debian.org/js-team/node-lexical-scope.git
Vcs-Browser: https://salsa.debian.org/js-team/node-lexical-scope

Package: node-lexical-scope
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-astw (>= 2.0.0)
Description: detect global and local lexical identifiers in javascript
 This package detects whether  an indentifier is global scope
 or lexical scope.
 .
 This a dependency of Browserify. Browserify is a JavaScript tool that allows
 developers to write Node.js-style modules that compile for use in
 the browser.
 .
 Node.js is an event-based server-side JavaScript engine.