Source: node-schema-utils Maintainer: Debian Javascript Maintainers Uploaders: Pirate Praveen Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 13) , jest , node-ajv (>= 6.1~) , node-ajv-keywords (>= 3.1~) , 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.