File: control

package info (click to toggle)
node-import-lazy 3.0.0.REALLY.2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 120 kB
  • sloc: makefile: 2; sh: 2
file content (27 lines) | stat: -rw-r--r-- 968 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-import-lazy
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Abhiram Haridas <abhiramharidas@disroot.org>
Build-Depends:
 debhelper (>= 11)
 , dh-buildinfo
 , nodejs
Standards-Version: 4.1.3
Homepage: https://github.com/sindresorhus/import-lazy#readme
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-import-lazy.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-import-lazy.git

Package: node-import-lazy
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: import a module lazily
 Instead of referring to its exported properties directly, it's cached on 
 consecutive calls. It also works using destructuring assignment in ES2015.
 Works out of the box for functions and regular properties.
 .
 This library is a dependency of npm, Node.js Package Manager. 
 .
 Node.js is an event-based server-side JavaScript engine.