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 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
Source: node-jsdom
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs (>= 0.14.30~)
, chai <!nocheck>
, jest <!nocheck>
, mocha <!nocheck>
, node-abab
, node-babel7
, node-cssom
, node-cssstyle
, node-domhandler
, node-entities
, node-form-data <!nocheck>
, node-got
, node-https-proxy-agent (>= 5.0.0+~cs8.0.0-2~) <!nocheck>
, node-iconv-lite <!nocheck>
, node-lodash-packages
, node-parse5
, node-recast
, node-regenerate
, node-rimraf
, node-stealthy-require
, node-tough-cookie
, node-typescript
, node-types-node
, node-unicode-lastest
, node-webidl-conversions
, node-ws
, node-xtend <!nocheck>
, node-types-jest
, ts-node <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-jsdom
Vcs-Git: https://salsa.debian.org/js-team/node-jsdom.git
Homepage: https://github.com/tmpvar/jsdom
Rules-Requires-Root: no
Package: node-jsdom
Architecture: all
Depends: ${misc:Depends}
, node-abab
, node-acorn
, node-cssom
, node-cssstyle
, node-entities
, node-escodegen
, node-form-data
, node-https-proxy-agent (>= 5.0.0+~cs8.0.0-2~)
, node-iconv-lite
, node-lodash-packages
, node-parse5
, node-punycode
, node-tough-cookie
, node-webidl-conversions
, node-ws
Provides: ${nodejs:Provides}
Recommends: node-domhandler
Breaks: node-typescript-types (<< 20201122~)
, node-cheerio (<< 1.0.0~rc~10+repack~)
Description: javascript implementation of the W3C DOM
node-jsdom is a CommonJS implementation of the DOM, intended to be platform
independent and as minimal/light as possible, while completely adhering to
the w3c DOM specifications.
|