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 51 52
|
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)
, jest <!nocheck>
, node-ajv (>= 6.1~)
, node-ajv-keywords (>= 3.1~) <!nocheck>
, node-babel7
, node-dot
, node-fast-deep-equal
, node-glob
, node-json-schema-traverse
, node-json-stable-stringify
, node-uri-js
, nodejs
, dh-sequence-nodejs
Standards-Version: 4.5.1
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 (>= 6.1~)
, node-ajv-keywords (>= 3.1~)
, nodejs
Breaks: node-babel-loader (<< 8.2.1~)
, node-cache-loader (<< 4.1.0-4~)
, 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~)
, node-worker-loader (<< 3.0.5~)
, 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.
|