File: control

package info (click to toggle)
node-object-assign 4.1.1-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 116 kB
  • sloc: javascript: 357; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 920 bytes parent folder | download
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
Source: node-object-assign
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , nodejs
 , node-tape <!nocheck>
 , pkg-js-tools (>= 0.9.8)
Standards-Version: 4.6.1
Homepage: https://github.com/sindresorhus/object-assign#readme
Vcs-Git: https://salsa.debian.org/js-team/node-object-assign.git
Vcs-Browser: https://salsa.debian.org/js-team/node-object-assign

Package: node-object-assign
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs:any
Provides: node-object.assign (= ${source:Version})
Multi-Arch: foreign
Description: ES2015 Object.assign() ponyfill
 Assigns enumerable own properties of source objects to the target object and
 returns the target object. Additional source objects will overwrite previous
 ones.