File: control

package info (click to toggle)
node-object.omit 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 112 kB
  • sloc: javascript: 67; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 998 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
28
Source: node-object.omit
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , mocha <!nocheck>
 , node-for-own <!nocheck>
 , node-is-extendable <!nocheck>
 , node-should <!nocheck>
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/node-object.omit
Vcs-Git: https://salsa.debian.org/js-team/node-object.omit.git
Homepage: https://github.com/jonschlinkert/object.omit
Rules-Requires-Root: no

Package: node-object.omit
Architecture: all
Depends: ${misc:Depends}
 , node-for-own
 , node-is-extendable
Description: Return a copy of an object excluding the given key
 Return a copy of an object excluding the given key, or array of keys. Also
 accepts an optional filter function as the last argument.
 .
 Node.js is an event-based server-side JavaScript engine.