File: control

package info (click to toggle)
node-schema-utils 4.2.0~ds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 976 kB
  • sloc: javascript: 4,465; makefile: 6
file content (50 lines) | stat: -rw-r--r-- 1,667 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
41
42
43
44
45
46
47
48
49
50
Source: node-schema-utils
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
 , jest (>= 29) <!nocheck>
 , node-ajv (>= 8~)
 , node-ajv-keywords (>= 5~)
 , node-babel7
 , node-dot
 , node-fast-deep-equal
 , node-glob
 , node-json-schema
 , node-json-stable-stringify
 , node-uri-js
 , node-typescript
 , webpack <!nocheck>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/js-team/node-schema-utils
Vcs-Git: https://salsa.debian.org/js-team/node-schema-utils.git
Homepage: https://github.com/webpack-contrib/schema-utils#readme
Rules-Requires-Root: no

Package: node-schema-utils
Architecture: all
Depends:
 ${misc:Depends}
 , node-ajv (>= 8~)
 , node-ajv-keywords (>= 5~)
Breaks: node-babel-loader (<< 8.2.1~)
 , node-compression-webpack-plugin (<< 3.0.1-2~)
 , node-css-loader (<< 3.2.1+~)
 , node-extract-text-webpack-plugin (<< 3.0.2-4~)
 , node-file-loader (<< 6.2.0~)
 , node-raw-loader (<< 4.0.2~)
 , node-style-loader (<< 2.0.0~)
 , node-uglifyjs-webpack-plugin (<< 1.3.0-7~)
 , node-url-loader (<< 4.1.1~)
 , webpack (<< 4.43.0-4~)
Description: Webpack Schema Validation Utilities
 This library is a build dependency of webpack. Webpack takes code targeted at
 node.js and makes it run in the browser. Node.js comes with API of its own
 that is not available in the browsers. Webpack exposes this code  to programs
 that are unaware they are running in a browser.
 .
 Node.js is an event-based server-side JavaScript engine.