File: control

package info (click to toggle)
node-jmespath 0.15.0%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 340 kB
  • sloc: javascript: 1,825; makefile: 9
file content (24 lines) | stat: -rw-r--r-- 943 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
Source: node-jmespath
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>, Nilesh Patra <nilesh@debian.org>
Section: javascript
Priority: optional
Build-Depends: debhelper-compat (= 13),
               nodejs,
               node-mocha <!nocheck>,
               dh-sequence-nodejs,
               terser
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/node-jmespath
Vcs-Git: https://salsa.debian.org/js-team/node-jmespath.git
Homepage: https://github.com/jmespath/jmespath.js
Rules-Requires-Root: no

Package: node-jmespath
Architecture: all
Depends: ${misc:Depends},
         nodejs:any
Description: javascript implementation of JMESPath
 Jmespath.js is a javascript implementation of JMESPath, which is a query
 language for JSON. It will take a JSON document and transform it into
 another JSON document through a JMESPath expression.