File: control

package info (click to toggle)
node-vm-browserify 1.1.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 100 kB
  • sloc: makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,004 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
Source: node-vm-browserify
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
 , Bastien Roucariès <rouca@debian.org>
Build-Depends:
 debhelper-compat (= 12)
 , dh-buildinfo
 , nodejs (>= 6)
 , pkg-js-tools (>= 0.9.28)
 , node-tape <!nocheck>
 , node-tap <!nocheck>
Standards-Version: 4.5.0
Homepage: https://github.com/substack/vm-browserify
Vcs-Git: https://salsa.debian.org/js-team/node-vm-browserify.git
Vcs-Browser: https://salsa.debian.org/js-team/node-vm-browserify
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-nodejs

Package: node-vm-browserify
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs (>= 6)
Description: vm module for the browser
 emulate node's vm module for the browser. This module is depended upon by
 browserify, so you should just be able to `require('vm')` and it will just
 work.
 .
 Node.js is an event-based server-side JavaScript engine.