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-jquery
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>,
Pirate Praveen <praveen@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13)
, brotli
, grunt (>= 1.0.1-7)
, libjs-sizzle
, node-grunt-babel (>= 8.0~)
, node-grunt-contrib-uglify (>= 3.0~)
, node-load-grunt-tasks
, node-requirejs
, node-strip-json-comments
, node-uglify-js
, pigz
, dh-sequence-nodejs
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/node-jquery
Vcs-Git: https://salsa.debian.org/js-team/node-jquery.git
Homepage: https://jquery.com/
Rules-Requires-Root: no
Package: node-jquery
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Recommends: libjs-sizzle (>= 2.3.5)
Provides: ${nodejs:Provides}
Breaks: node-typescript-types (<< 20201105-1~)
Description: NodeJS wrapper for jQuery
jQuery is a fast, concise, JavaScript Library that simplifies how you
traverse HTML documents, handle events, perform animations, and add Ajax
interactions to your web pages. jQuery is designed to change the way
that you write JavaScript.
.
This package contains the NodeJS module.
Package: libjs-jquery
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: javascript-common
Description: JavaScript library for dynamic web applications
jQuery is a fast, concise, JavaScript Library
that simplifies how you traverse HTML documents, handle events,
perform animations, and add Ajax interactions to your web pages.
jQuery is designed to change the way that you write JavaScript.
|