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-10chore: check less stuff into node_modulesisaacs
We bundle our deps, but we don't need to bundle docs, changelogs, editorconfigs, test coverage reports, .github workflow definitions, lint configurations, and all the rest, which we never use. This cuts about 10% off of our publish artifact file size. ``` $ ls -laF npm-7.16.0-*.tgz -rw-r--r-- 1 isaacs staff 7174497 Jun 3 13:01 npm-7.16.0-release-next.tgz -rw-r--r-- 1 isaacs staff 6782377 Jun 3 13:00 npm-7.16.0-trim-node-modules.tgz $ ls -laF npm-7.16.0-*.tar -rw-r--r-- 1 isaacs staff 19020288 Jun 3 13:01 npm-7.16.0-release-next.tar -rw-r--r-- 1 isaacs staff 17474048 Jun 3 13:00 npm-7.16.0-trim-node-modules.tar ``` PR-URL: https://github.com/npm/cli/pull/3362 Credit: @isaacs Close: #3362 Reviewed-by: @nlf
2020-05-08update @npmcli/arborist, dedupe/organize metadepsisaacs
This adds support for Arborist.audit()
2020-05-08semver@7.1.3Michael Perrotte
2019-08-12semver@5.7.1isaacs
2019-08-09doc: fixed typo for Number.MAX_SAFE_INTEGERgall0ws
Just replaced Integer.MAX_SAFE_INTEGER with Number.MAX_SAFE_INTEGER. PR-URL: https://github.com/npm/cli/pull/229 Credit: @gall0ws Close: #229 Reviewed-by: @isaacs
2019-07-11semver@5.7.0isaacs
2019-01-09semver@5.6.0Audrey Eschright
2018-09-12semver@5.5.1Rebecca Turner
2018-02-21semver@5.5.0Rebecca Turner
Credit: @isaacs
2017-07-29semver@5.4.1Kat Marchán
2016-09-09semver@5.3.0Kat Marchán
* add * add * remove test files from distribution * doc and style updates Credit: @isaacs
2015-12-11semver@5.1.0Forrest L Norvell
Add BNF grammar to documentation. Credit: @isaacs Reviewed-By: @othiym23
2015-02-13semver@4.3.0Forrest L Norvell
Adds new functions to extract the {major,minor,patch} parts from a version (no changes to npm).
2015-02-10semver@4.2.2Forrest L Norvell
Fixed an unfortunate typo that prevented the examples from rendering correctly. Partial fix for #7310 / #7317.
2014-12-25semver@4.2.0Forrest L Norvell
Support for diffing two versions by type of release delta.
2014-12-19semver@4.1.1Forrest L Norvell
Minor documentation changes to sync up with 7c1299d.
2014-10-17semver@4.1.0Forrest L Norvell
More consistent prerelease handling.
2014-09-12semver@4.0.0isaacs
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-05-07semver@2.3.0isaacs
This adds the "prerelease", "prepatch", "preminor", "premajor" options for `npm version`.
2013-10-28semver@2.2.1isaacs
2013-08-03Bump all depsisaacs
2013-07-24semver@2.0.11isaacs
2013-06-21semver@2 This breaks a lot of stuffisaacs
2013-01-06semver@1.1.2isaacs
2012-11-30semver@1.1.1isaacs
2012-01-13check in node_modulesisaacs
2012-01-13remove submodulesisaacs
2012-01-13Update semver, rimraf, request, fast-listisaacs
2011-11-18update semverisaacs
2011-11-15update semverisaacs
2011-09-17update semverisaacs
2011-07-21Update semver to 1.0.9isaacs
2011-06-28semver 1.0.8isaacs
2011-06-01new version of semverisaacs
2011-05-21bump semverisaacs
2011-05-16update semverisaacs
2011-05-04bump semver to 1.0.5isaacs
2011-04-21bump semver versionisaacs
2011-04-20bump semver to 1.0.3isaacs
2011-03-23Closes GH-736 update semver to 1.0.2isaacs
2011-02-18Closes GH-607 Fix semver to not split undefinedisaacs
2011-02-12..isaacs
2011-02-12bump semverisaacs
2011-02-12Closes GH-547 Split semver into a separate utilityisaacs