File: control

package info (click to toggle)
node-strip-json-comments 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 104 kB
  • ctags: 5
  • sloc: makefile: 3; sh: 2
file content (20 lines) | stat: -rw-r--r-- 830 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: node-strip-json-comments
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Julien Puydt <julien.puydt@laposte.net>
Build-Depends: debhelper (>= 9), dh-buildinfo, nodejs
Standards-Version: 3.9.8
Homepage: https://github.com/sindresorhus/strip-json-comments
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-strip-json-comments.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-strip-json-comments.git
Testsuite: autopkgtest

Package: node-strip-json-comments
Architecture: all
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.