File: control

package info (click to toggle)
node-strip-json-comments 4.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 896 kB
  • sloc: javascript: 201; makefile: 5
file content (27 lines) | stat: -rw-r--r-- 913 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-strip-json-comments
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@alioth-lists.debian.net>
Uploaders: Julien Puydt <jpuydt@debian.org>
Build-Depends:
 debhelper-compat (= 13)
 , node-babel7
 , nodejs
 , node-tap <!nocheck>
 , dh-sequence-nodejs
Testsuite: autopkgtest-pkg-nodejs
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://github.com/sindresorhus/strip-json-comments
Vcs-Git: https://salsa.debian.org/js-team/node-strip-json-comments.git
Vcs-Browser: https://salsa.debian.org/js-team/node-strip-json-comments

Package: node-strip-json-comments
Architecture: all
Multi-Arch: foreign
Depends: nodejs, ${misc:Depends}
Description: Node.js module to strip comments from JSON
 This module and command-line client will let you strip comments
 from your JSON files.
 .
 Node.js is an event-based server-side JavaScript engine.