Source: node-lazy-property
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: saravanan30erd <saravanan30erd@gmail.com>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , nodejs
 , node-tape
Standards-Version: 4.0.0
Homepage: https://github.com/mikolalysenko/lazy-property
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-lazy-property.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-lazy-property.git

Package: node-lazy-property
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
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.
