[ 源代码: node-lazy-property ]
软件包:node-lazy-property(1.0.0+repack-1)
node-lazy-property 的相关链接
Debian 的资源:
下载源码包 node-lazy-property:
- [node-lazy-property_1.0.0+repack-1.dsc]
- [node-lazy-property_1.0.0+repack.orig-types-lazy-property.tar.gz]
- [node-lazy-property_1.0.0+repack.orig.tar.gz]
- [node-lazy-property_1.0.0+repack-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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.