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 31
|
Source: node-object-copy
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
debhelper (>= 9)
, dh-buildinfo
, nodejs
, node-kind-of (>= 3.0.3~)
, node-copy-descriptor (>= 0.1.0~)
, node-define-property (>= 0.2.5~)
, mocha
Standards-Version: 3.9.8
Homepage: https://github.com/jonschlinkert/object-copy
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-object-copy.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-object-copy.git
Package: node-object-copy
Architecture: all
Depends:
${misc:Depends}
, nodejs
, node-kind-of (>= 3.0.3~)
, node-copy-descriptor (>= 0.1.0~)
, node-define-property (>= 0.2.5~)
Description: copy properties of one object to another
This library can be used to copy static properties, prototype properties,
and descriptors from one object to another.
.
Node.js is an event-based server-side JavaScript engine.
|