pkg-js-tools 0.15.14 source package in Ubuntu

Changelog

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

  * Scan package.json "workspaces" even if lerna.conf doesn't contain
    "useWorkspaces"
  * pkgjs-run: create symbolic links to have "babel" linked to babeljs

 -- Yadd <email address hidden>  Sat, 09 Sep 2023 21:27:49 +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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pkg-js-tools_0.15.14.dsc 2.6 KiB 753458a60eb6e973a37939127e5ab858dbfeb908926aa47cd2a83ec11d7ae2a1
pkg-js-tools_0.15.14.tar.xz 85.3 KiB dfdad6ef2530f8fc578bb450442351dbf7bd39ea6c16a440d2e72d43311c2dd3

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