npm

lp:npm

Owned by NPM Daily Builds
Get this repository:
git clone https://git.launchpad.net/npm

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://github.com/npm/cli.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 3 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 3 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 3 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 3 minutes — see the log

Branches

Name Last Modified Last Commit
gar/arborist-cleanup 2024-04-26 16:38:57 UTC
fix(reify): cleanup of Symbols

Author: Gar
Author Date: 2024-04-26 03:43:36 UTC

fix(reify): cleanup of Symbols

This starts the long process of cleaning reify.js up. All of the
remaining symbols are used either elsewhere in arborist, or in tests.

A single use function was inlined, and `dedupe` was moved to the main
arborist class.

release-please--branches--latest 2024-04-26 16:07:09 UTC
chore: release 10.6.1

Author: github-actions[bot]
Author Date: 2024-04-26 16:06:17 UTC

chore: release 10.6.1

latest 2024-04-26 16:05:17 UTC
deps: update dependencies for workspaces (#7429)

Author: Gar
Author Date: 2024-04-26 16:05:17 UTC

deps: update dependencies for workspaces (#7429)

Fixes https://github.com/npm/cli/issues/7423

lk/powershell-fixes 2024-04-25 23:03:16 UTC
fixup: fix name of script variable

Author: Luke Karrys
Author Date: 2024-04-25 23:03:16 UTC

fixup: fix name of script variable

lk/exit-handler-class 2024-04-24 22:04:56 UTC
wip

Author: Luke Karrys
Author Date: 2024-04-24 22:04:56 UTC

wip

release/v9 2024-02-28 17:23:17 UTC
chore: release 9.9.3

Author: github-actions[bot]
Author Date: 2024-02-26 19:29:25 UTC

chore: release 9.9.3

null-target 2023-12-02 22:26:31 UTC
wip: dont fail on node+root with same path if root is link

Author: Luke Karrys
Author Date: 2023-12-02 22:26:31 UTC

wip: dont fail on node+root with same path if root is link

lk/workspace-run-error-log 2023-12-02 21:36:31 UTC
fix: show error log message for workspace run failures

Author: Luke Karrys
Author Date: 2023-12-02 18:59:45 UTC

fix: show error log message for workspace run failures

release/v7 2023-09-22 15:58:29 UTC
docs: fix formatting on npm version example (#6830)

Author: Darshan Khot
Author Date: 2023-09-22 15:58:29 UTC

docs: fix formatting on npm version example (#6830)

Made description to individual command to resolve color coding issue in website mode, due to conflict in single inverted commas.

bdehamer/bundle-02 2023-08-17 16:41:14 UTC
testing sigstore 0.2 bundle format

Author: Brian DeHamer
Author Date: 2023-08-17 16:41:14 UTC

testing sigstore 0.2 bundle format

Signed-off-by: Brian DeHamer <bdehamer@github.com>

release-please--branches--release/v8 2023-07-17 18:02:46 UTC
chore: release 8.19.5

Author: github-actions[bot]
Author Date: 2023-07-17 18:01:46 UTC

chore: release 8.19.5

release/v8 2023-07-17 18:00:35 UTC
docs: fix typo (#6645)

Author: Zearin
Author Date: 2023-07-17 18:00:35 UTC

docs: fix typo (#6645)

add closing parenthesis

lk/workspace-symlinks-2 2023-06-23 00:22:20 UTC
chore: normalize line endings and symlinks

Author: Luke Karrys
Author Date: 2023-06-21 21:11:09 UTC

chore: normalize line endings and symlinks

This makes it possible to do a fresh clone of this repo in Windows, and
be able to run the resetdeps command successfully and then have a clean
git status. We now check for a clean git status in during CI in Windows
which was previously excluded.

The changes required were to:
- Delete our workspace symlinks from node_modules and add a step to
  resetdeps that will do a platform dependent symlink before the initial
  reification
- Add line ending normalization to our `.gitattributes` file and commit
  the result. We now normalize everything to `lf` in git and force `bat`
  and `cmd` files to use `crlf` upon checkout.
- Update workflows to call `node scripts/resetdeps.js` directly since a
  fresh clone of the repo wont have any symlinks in place, so any
  `node .` command will fail due to missing workspaces.

Ref: npm/statusboard#562

patch-1 2023-06-19 22:55:50 UTC
wip: refactor omit filter to be single function

Author: Luke Karrys
Author Date: 2023-06-19 22:55:50 UTC

wip: refactor omit filter to be single function

lk/new-config-refactor 2023-06-15 21:31:25 UTC
wip

Author: Luke Karrys
Author Date: 2023-06-15 21:31:25 UTC

wip

gar/exclusive-config 2023-05-23 17:46:55 UTC
feat: add new exclusive config item publish-file

Author: Gar
Author Date: 2023-05-23 16:35:59 UTC

feat: add new exclusive config item publish-file

lk/cleanup-mailmap 2023-02-17 17:24:46 UTC
chore: clean mailmap and AUTHORS

Author: Luke Karrys
Author Date: 2023-02-17 07:12:37 UTC

chore: clean mailmap and AUTHORS

fritzy/linked-install2 2023-01-06 09:04:52 UTC
feat: added --linked-install

Author: Nathan Fritz
Author Date: 2023-01-06 09:04:52 UTC

feat: added --linked-install

release/v6 2022-12-21 20:31:21 UTC
6.14.18

Author: Luke Karrys
Author Date: 2022-12-21 20:16:43 UTC

6.14.18

release/v6.14.18 2022-12-21 20:16:43 UTC
6.14.18

Author: Luke Karrys
Author Date: 2022-12-21 20:16:43 UTC

6.14.18

lk/npx-local-bins-and-tests 2022-11-13 00:55:39 UTC
chore(libnpmexec): refactor tests to use mock registry

Author: Luke Karrys
Author Date: 2022-11-12 20:08:22 UTC

chore(libnpmexec): refactor tests to use mock registry

bdehamer/test 2022-11-10 21:59:47 UTC
chore: @npmcli/template-oss@4.10.0

Author: Luke Karrys
Author Date: 2022-11-10 20:12:20 UTC

chore: @npmcli/template-oss@4.10.0

nlf/tweak-relative-paths-for-install-links 2022-11-10 17:52:30 UTC
wip: add a smoke test and an idea

Author: Luke Karrys
Author Date: 2022-11-10 17:52:30 UTC

wip: add a smoke test and an idea

darcyclarke/no-audit-on-global 2022-10-12 02:36:19 UTC
fix: do not audit outside of project locations

Author: Darcy Clarke
Author Date: 2022-10-12 02:36:19 UTC

fix: do not audit outside of project locations

fritzy/linked-install 2022-09-20 23:10:47 UTC
feat: added linked install strategy

Author: Nathan Fritz
Author Date: 2022-08-23 16:33:00 UTC

feat: added linked install strategy

Co-authored-by: Vincent Bailly <vibailly@microsoft.com>

revert-5471-patch-1 2022-09-14 22:29:31 UTC
Revert "Proposed change to “Where can I find…” heading"

Author: Nathan Fritz
Author Date: 2022-09-14 22:29:31 UTC

Revert "Proposed change to “Where can I find…” heading"

This reverts commit 68e709393eb04f677f31191f1b70f427c5f28f04.

vibailly/isolated-mode 2022-08-16 23:47:02 UTC
merged with 8.17.0

Author: Nathan Fritz
Author Date: 2022-08-16 23:47:02 UTC

merged with 8.17.0

nlf/optional-peer-dep-bugs 2022-08-11 23:02:48 UTC
feat(arborist)!: install optional peer dependencies

Author: Nathan
Author Date: 2022-08-11 23:02:48 UTC

feat(arborist)!: install optional peer dependencies

nlf/arborist-test-refactor 2022-08-02 17:54:06 UTC
wip: refactor edge tests

Author: Nathan
Author Date: 2022-08-01 16:56:34 UTC

wip: refactor edge tests

hfaulds/hide-unnecessary-prompt-for-webauthn 2022-06-24 10:36:00 UTC
fix: remove unnecessary logging for webauthn auth

Author: Hayden Faulds
Author Date: 2022-06-24 09:15:25 UTC

fix: remove unnecessary logging for webauthn auth

gar/tap-color-test 2022-05-05 13:43:27 UTC
chore: remove hard set tap colors

Author: Gar
Author Date: 2022-04-06 14:33:16 UTC

chore: remove hard set tap colors

The original PR https://github.com/npm/cli/pull/2225 indicated that this
would prevent snapshot failures in CI with no color, but I hard set this
to "0" and ran tests and they passed. This will make debugging tests in
CI environments like the Node.js CITGM much easier.

The reason for the failures is because even if we hard set environment
variables in tests to force color one way or another, chalk has already
made up its mind so changing those in the same process won't affect
anything. The fix is to hard set two values in the actual `npm test`
script to make `chalk` and `supports-color` do what we need.

The `sudo` test commands were also removed because we do not want to
encourage running npm w/ sudo.

fritzy/replace-registry 2022-03-14 16:34:29 UTC
feat(arborist): config option to not replace magic registry value

Author: Nathan Fritz
Author Date: 2022-03-14 16:34:29 UTC

feat(arborist): config option to not replace magic registry value

ruyadorno/test-libnpmpublish-unpublish-custom-registry 2022-03-01 15:16:10 UTC
test(libnpmpublish): unpublish from custom reg

Author: Ruy Adono
Author Date: 2022-03-01 15:16:10 UTC

test(libnpmpublish): unpublish from custom reg

Adds a test that ensures it's possible to unpublish a specific version
of a package from a custom registry (containing multiple slashes)

Relates to: https://github.com/npm/cli/issues/4253

everett1992/remove-registry-resolve 2022-01-19 01:12:41 UTC
feat: add record default registry option

Author: =?utf-8?q?Caleb_=E3=83=84_Everett?=
Author Date: 2022-01-05 22:28:23 UTC

feat: add record default registry option

Create shrinkwrap files with resolved urls modified to replace the
configured registry with the default registry,
https://registry.npmjs.org.

The default registry is a magic value meaning the current registry, so
recording resolved with the default registry allows users to switch to a
different registry without removing their lockfile. The path portion of
the acutal resolved url is preserved so this trick only works when the
different registries host tarballs at the same relative paths. It's
faster than the omitLockfileRegistryResolved option because npm doesn't
need to fetch each pacument to resolve the tarball url.

ylemkimon/hooks 2022-01-19 00:48:24 UTC
feat(reify): add an ability to add a hook

Author: ylemkimon
Author Date: 2021-10-23 07:41:36 UTC

feat(reify): add an ability to add a hook

135 of 35 results
This repository contains Public information 
Everyone can see this information.

Subscribers