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
2020-08-18add @npmcli/config, bump dep on nopt, remove direct dep on osenvisaacs
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-08nopt@4.0.3isaacs
2020-05-08npm-pick-manifest@6.0.0Michael Perrotte
2020-05-01nopt@4.0.3Ruy Adorno
2018-05-24Flatten dependencies and add dev deps to gitRebecca Turner
2017-05-26pacote@2.7.4Kat Marchán
2016-12-15nopt@4.0.1Forrest L Norvell
The breaking change is a small tweak to how empty string values are handled. See the brand-new CHANGELOG.md for nopt for further details about what's changed in this release! Credit: @adius Credit: @samjonester Credit: @elidoran Credit: @helio Credit: @silkentrance Credit: @othiym23 PR-URL: https://github.com/npm/npm/pull/15215
2016-10-19npat: Remove the npat featureRebecca Turner
PR-URL: https://github.com/npm/npm/pull/14329 Credit: @iarna Reviewed-By: @zkat
2015-12-11nopt@3.0.6Forrest L Norvell
Check types based on type name as well as referential equality. Fixes: npm/nopt#48 Credit: @wbecker Reviewed-By: @othiym23 PR-URL: https://github.com/npm/nopt/pull/51
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-09-10nopt@3.0.4Rebecca Turner
2015-06-26nopt@3.0.3Rebecca Turner
2015-06-26deps: deduplicate npm@3 styleRebecca Turner
2015-05-20nopt@3.0.2Forrest L Norvell
Switch license to ISC from MIT.
2014-07-01bump nopt and npmconfisaacs
Fixes #5591 The root cause here is that a change from 022 (a number in octal literal format) to '022' (a string) caused the string to later be interpreted as a decimal number, making for some wacky umask values. Solution is multipart. First, use the actual process.umask() value from the user's environment. This is almost certainly what they want anyway. Second, validate all default values just like we do with user- supplied values, rather than trusting them to never be wrong. This would've found the problem much sooner, while in dev. This second part requires that we allow a value of null for 'path' type args, allow 'undefined' for the 'local-address' config, and avoid looking up a cafile of 'null', all of which are good hygenic things to add defense-in-depth anyway.
2014-06-07more minor dep bumpsisaacs
2014-04-29nopt@2.2.1isaacs
2014-02-17nopt@2.2.0isaacs
2013-07-24nopt@2.1.2isaacs
2013-01-18nopt@2.1.1isaacs
2013-01-18nopt@2.1.0isaacs
2012-07-24nopt@2.0.0isaacs
2012-01-13check in node_modulesisaacs
2012-01-13remove submodulesisaacs
2011-11-23update noptisaacs
2011-10-06update noptisaacs
2011-09-23update noptisaacs
2011-09-16update noptisaacs
2011-09-08Update noptisaacs
2011-06-26bump nopt versionisaacs
2011-04-01update noptisaacs
2011-03-31update noptisaacs
2011-03-30v1.0.1rc2isaacs
2011-03-30git submodules are annoyingisaacs
2011-03-30Rename optparse to noptisaacs