Source: node-lexical-scope Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Bastien Roucariès Build-Depends: debhelper (>= 11) , dh-buildinfo , nodejs (>= 6) , node-astw (>= 2.0.0) , node-brfs (>= 0.0.3) , node-tape (>= 2.4.1) , node-tap (>= 10) 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.