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
|
Source: node-lazy-property
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: saravanan30erd <saravanan30erd@gmail.com>
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, node-tape <!nocheck>
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/node-lazy-property
Vcs-Git: https://salsa.debian.org/js-team/node-lazy-property.git
Homepage: https://github.com/mikolalysenko/lazy-property
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: node-lazy-property
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Provides: ${nodejs:Provides}
Description: Adds a lazily initialized property to the object
E.G. require("lazy-property")(obj, name, init[, enumerable])
obj is the object to add the property to
name is the name of the property
init is a function that computes the value of the property
enumerable if the property is enumerable (default false)
.
This library is a dependency of npm, Node.js package manager.
.
Node.js is an event-based server-side JavaScript engine.
|