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-10-16npm-user-validate@1.0.1isaacs
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.
2018-05-24Flatten dependencies and add dev deps to gitRebecca Turner
2017-05-31deps: pull in dependency updates with bugfixesKat Marchán
* new pacote fixes several git-related bugs * ssri update fixes crash on early node@4 versions * make-fetch-happen update fixes more proxy-related issues * npm-user-validate adds regex for blocking usernames with illegal chars Credit: @zkat
2017-05-26pacote@2.7.4Kat Marchán
2016-07-08npm-user-validate@0.1.5Rebecca Turner
Lower the username length limits to 214 from 576 to bring in line with registry limits. Credit: @aredridel PR-URL: https://github.com/npm/npm-user-validate/pull/9
2016-06-17npm-user-validate@0.1.4Rebecca Turner
Validate the length of usernames. Credit: @aredridel
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-06-26deps: deduplicate npm@3 styleRebecca Turner
2015-05-21npm-user-validate@0.1.2Rebecca Turner
2014-10-17npm-user-validate@0.1.1Forrest L Norvell
Corrected very important repository URL.
2014-05-13npm-user-validate@0.1.0isaacs
2013-06-18update npm-user-validate and normalize-package-dataisaacs
2013-05-04add npm-user-validate@0.0.1Robert Kowalski