File: control

package info (click to toggle)
node-dot-prop 7.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 192 kB
  • sloc: javascript: 1,130; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 1,003 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
29
Source: node-dot-prop
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Archana N <archana@disroot.org>,
 Utkarsh Gupta <guptautkarsh2102@gmail.com>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs (>= 0.12.3~)
 , node-is-obj <!nocheck>
 , node-tape <!nocheck>
 , rollup
 , terser
Standards-Version: 4.6.0
Homepage: https://github.com/sindresorhus/dot-prop
Vcs-Git: https://salsa.debian.org/js-team/node-dot-prop.git
Vcs-Browser: https://salsa.debian.org/js-team/node-dot-prop
Rules-Requires-Root: no

Package: node-dot-prop
Architecture: all
Depends: ${misc:Depends}
 , node-is-obj
Breaks: node-configstore (<< 6.0.0~)
Description: updates a property from a nested object
 Get, set, or delete a property from a nested object using a dot path.
 This package is a dependency of npm, Node.js package manager.
 .
 Node.js is an event-based server-side JavaScript engine.