pkg-js-tools 0.15.18 source package in Ubuntu

Changelog

pkg-js-tools (0.15.18) unstable; urgency=medium

  * pkgjs-run: same output than `npm run`
  * dh-nodejs: provides dh-nodejs-autodocs (Closes: #1055346)
  * debhelper: restore package.json if mjs2cjs modified it (Closes: #1046772)

 -- Yadd <email address hidden>  Tue, 09 Jan 2024 17:05:17 +0400

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pkg-js-tools_0.15.18.dsc 2.6 KiB 66edab061021bc2bfadfb51334ade7629af9bcef757ea13b837d1616b8c57eb4
pkg-js-tools_0.15.18.tar.xz 86.0 KiB 867e00c3aec8ec6846e1121a056b146d504a9211e60d4554891d3f329cf4b9bf

Available diffs

No changes file available.

Binary packages built by this source

dh-nodejs: debhelper addon to build Node.js modules

 dh-nodejs provides debhelper files (set dh-sequence-nodejs into build
 dependencies) to automatically:
  * read lerna.conf "packages" field if exists and/or "workspaces" field from
    package.json
  * link or copy needed modules into node_modules/ directory
  * automatically build package and components when build system is
    recognized
  * launch test
  * choose files to install
  * build "Provides" value for package with components
  * build pkgjs-lock.json files and "XB-Javascript-Built-Using" value for
    packages built with webpack/browserify
  * clean all its stuff during dh_auto_clean step

pkg-js-autopkgtest: collection of autopkgtest scripts for Node.js packages

 This package contains test runners to be used with the autopkgtest
 infrastructure for Node.js packages.
 .
 Simply set "Testsuite: autopkgtest-pkg-nodejs" in debian/control to use it.
 .
 See /usr/share/doc/pkg-js-autopkgtest/README.md
 for information on the tests and how to tweak them.

pkg-js-tools: collection of tools to aid packaging Node.js modules in Debian

 The Debian JavaScript Maintainers work on packaging JavaScript libraries
 for Debian. This collection contains tools which help the tam with
 day-to-day work.
 .
 It provides some utilities:
  * add-node-component:
    manage uscan components
  * debcheck-node-repo:
    compares vcs repo registered in npm registry with the source repo
    declared in debian/watch
  * dh-make-node:
    build debian/ directory in a source repository of a Node.js module
  * github-debian-upstream:
    creates debian/upstream/metadata for GitHub source
  * nodepath:
    show the path and/or the package of a Node.js module
  * mjs2cjs:
    generate a commonjs file from a .mjs source (rollup)
  * pkgjs-audit:
    a "npm audit" that uses Debian dependencies (npm)
  * pkgjs-depends:
    find needed dependencies for a Node.js module (npm, node-semver)
  * pkgjs-ln:
    link a Debian dependency into node_modules/
  * pkgjs-ls:
    a "npm ls" that search also in Debian directories (npm, node-semver)
  * pkgjs-utils:
    various little utilities
 .
 and also:
  * a salsa(1) configuration file for Debian JavaScript Maintainers
  * "pkg-js-extra" profile for lintian