Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-16npm-package-arg@8.1.5Gar
* fix: Make file: URLs (mostly) RFC 8909 compliant
2021-06-02npm-package-arg@8.1.4Gar
* fix: trim whitespace from fetchSpec * fix: handle file: when root directory begins with a special character
2021-03-18npm-package-arg@8.1.2Ruy Adorno
2021-02-19npm-package-arg@8.1.1nlf
2020-10-13npm-package-arg@8.1.0Darcy Clarke
2020-07-29reset deps using npm v7isaacs
First self-install!
2020-07-29Full dependency rebootisaacs
Reinstall everything from a clean node_modules and package-lock.json state. Re-generate list of bundleDependencies and node_modules/.gitignore with a script that does the right thing based on actual dependency state.
2020-05-08update @npmcli/arborist, dedupe/organize metadepsisaacs
This adds support for Arborist.audit()
2020-05-08@npmcli/arborist@0.0.0-pre.11isaacs
- Stop sending an HTTP Referer header to the registry - Install global packages properly - Save added packages in the appropriate dep type in package.json - Dedupe npm-registry-fetch and pacote to top level
2020-05-08npm-package-arg@8.0.0claudiahdz
2019-08-22npm-package-arg@6.1.1isaacs
Properly handle git+file: urls on Windows when a drive letter is included.
2018-05-24Flatten dependencies and add dev deps to gitRebecca Turner
2018-04-13npm-package-arg@6.1.0Rebecca Turner
Credit: @zkat
2017-10-19npm-package-arg@6.0.0Kat Marchán
2017-06-08git: use latest npa for more scp url fixesKat Marchán
2017-06-02npm-package-arg@5.1.1Kat Marchán
This includes the npa git-parsing patch to make it so non-hosted SCP-style identifiers are correctly handled. Previously, npa would mangle them (even though hosted-git-info is doing the right thing for them). Fixes: https://github.com/npm/npm/issues/16726
2017-05-26pacote@2.7.4Kat Marchán
2017-04-28npm-package-arg@5.0.1Rebecca Turner
2017-03-10npm-package-arg@4.2.1Kat Marchán
2016-06-17npm-package-arg@4.2.0Rebecca Turner
Add `escapedName` to the result. It is suitable for passing through to a registry without further processing. Credit: @nexdrew
2016-05-04npm-package-arg@4.1.1Kat Marchán
Fixes some Windows-related stuff Credit: @zkat PR-URL: https://github.com/npm/npm/pull/11444 Reviewed-By: @zkat Reviewed-By: @iarna Reviewed-By: @othiym23
2016-04-22npm-package-arg@4.1.1Rebecca Turner
Fix some file:// urls on windows Stop resolving local paths in npa (this is now done in realze-package-specifier) Credit: @zkat
2015-11-11npm-package-arg@4.1.0Rebecca Turner
PR-URL: https://github.com/npm/npm-package-arg/pull/15 Credit: @zkat Fixes: #10189
2015-10-16src: install npm@3 with npm@2Forrest L Norvell
Restore the ability to do one-shot upgrades from the versions of npm bundled with Node 0.8 to npm@3, which simplifies using Travis with old Node and new npm, for compatibility testing purposes. Older versions of npm repack packages on install, which works poorly with the way npm@3 handles bundledDependencies with flat trees. Fixes: #9668 PR-URL: https://github.com/npm/npm/pull/9981
2015-07-24npm-package-arg@4.0.2Forrest L Norvell
Allow `semver@5`.
2015-06-26deps: deduplicate npm@3 styleRebecca Turner
2015-05-22npm-package-arg@4.0.1Rebecca Turner
2015-04-09npm-package-arg@4.0.0Rebecca Turner
2015-03-20npm-package-arg@3.1.1Forrest L Norvell
Do the minimal upgrade necessary to get tests passing with new hosted repo metadata. I anticipate the realize-package-specifier update will be a little more invasive.
2014-10-01Update npm-package-arg@2.1.3Rebecca Turner
Bring in the latest version with fixed tests
2014-09-13npm-package-arg@2.1.2Forrest L Norvell
support git+file:// URLs for local bare repos
2014-09-11Bump all semver dependents in preparation for semver@4.x's arrivalisaacs
2014-09-05npm-package-arg@2.1.0Forrest L Norvell
support file URIs as local specs
2014-08-29npm-package-arg@2.0.4Forrest L Norvell
Work better with git treeishes with slashes in them.
2014-07-25Bump semver to version 3isaacs
This makes the '^' operator stricter for 0.x.y versions, even if 'x' is not 0. As a direct result, several *other* deps had to be updated, because they either depended on semver 2.x, or because the new stricter rules meant that they (or their deps) were no longer valid. The update to 'read-installed', in particular, causes a test failure. That update must be rolled back, or the test made to pass, prior to a stable npm 2.0.0 release going out.
2014-07-24npm-package-arg@2.0.1isaacs
2014-07-02npm-package-arg@2.0.0Forrest L Norvell
2014-07-02npm-package-arg@1.0.1Forrest L Norvell