File: control

package info (click to toggle)
node-parse-json 5.1.0%2B~cs5.1.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 232 kB
  • sloc: javascript: 74; sh: 22; makefile: 2
file content (40 lines) | stat: -rw-r--r-- 1,158 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
30
31
32
33
34
35
36
37
38
39
40
Source: node-parse-json
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , mocha
 , node-assert
 , node-babel-code-frame (>= 7)
 , node-chalk
 , node-error-ex (>= 1.3.2~) <!nocheck>
 , node-esutils
 , node-js-tokens
 , node-json-parse-better-errors <!nocheck>
 , node-tape <!nocheck>
 , node-typescript
 , node-typescript-types
 , nodejs
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/node-parse-json
Vcs-Git: https://salsa.debian.org/js-team/node-parse-json.git
Homepage: https://github.com/sindresorhus/parse-json
Rules-Requires-Root: no

Package: node-parse-json
Architecture: all
Depends: ${misc:Depends}
 , node-assert
 , node-babel-code-frame (>= 7)
 , node-chalk
 , node-error-ex (>= 1.3.2~)
 , node-esutils
 , node-js-tokens
 , node-json-parse-better-errors
 , nodejs
Provides: ${nodejs:Provides}
Description: parse JSON with more helpful errors
 Node.js is an event-based server-side JavaScript engine.