[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#868323: ITP: node-lazy-property -- Adds a lazily initialized property to the object.



Package: wnpp
Severity: wishlist
Owner: saravanan30erd <saravanan30erd@gmail.com>
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name    : node-lazy-property
  Version         : 1.0.0
  Upstream Author : Mikola Lysenko
* URL             : https://github.com/mikolalysenko/lazy-property
* License         : Expat
  Programming Lang: _javascript_
  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.

Reply to: