Codebase list node-request-promise-core / 38c62b83-75d1-4680-9577-9a7c8c199714/main
Remove constraints unnecessary since buster * Build-Depends: Drop versioned constraint on nodejs. * node-request-promise-core: Drop versioned constraint on node-lodash and nodejs in Depends. Changes-By: deb-scrub-obsolete Debian Janitor 2 years ago
1 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
1212 node-request,
1313 node-rimraf,
1414 node-stealthy-require,
15 nodejs (>= 6),
15 nodejs,
1616 dh-sequence-nodejs
1717 Standards-Version: 4.5.1
1818 Vcs-Browser: https://salsa.debian.org/js-team/node-request-promise-core
2222
2323 Package: node-request-promise-core
2424 Architecture: all
25 Depends: node-lodash (>= 4.17.11),
26 nodejs (>= 6),
25 Depends: node-lodash,
26 nodejs,
2727 ${misc:Depends}
2828 Multi-Arch: foreign
2929 Description: core logic for adding Promise support to request for Node.js