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-12-16Bring in all libnpm modules + arborist as workspaces (#4166)Nathan Fritz
Added libnpm workspaces and arborist
2021-10-07feat: drop node 10, 11, and programmatic apiGar
BREAKING CHANGE: - Drop official support for node versions less than v12. - Drop support for `require('npm')` - Update a few subdependencies that dropped node10 support, and brought in the latest node-gyp PR-URL: https://github.com/npm/cli/pull/3762 Credit: @wraithgar Close: #3762 Reviewed-by: @fritzy
2021-06-16libnpmversion@1.2.1Gar
* fix(retrieve-tag): pass match in a way git accepts
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
2021-04-14libnpmversion@1.2.0Gar
2021-04-13libnpmversion@1.1.1Gar
2021-03-29libnpmversion@1.1.0Ruy Adorno
2021-03-23libnpmversion@1.0.12Gar
2021-02-22libnpmversion@1.0.11nlf
2021-02-12libnpmversion@1.0.10Gar
2021-02-08libnpmversion@1.0.8Ruy Adorno
2021-02-08read-package-json-fast@2.0.1Ruy Adorno
2020-11-06libnpmversion@1.0.7isaacs
* Do not crash when the package.json file lacks a 'version' field Fixes: #2097
2020-10-27libnpmversion@1.0.6nlf
2020-09-16libnpmversion@1.0.5Ruy Adorno
2020-08-21libnpmversion@1.0.4isaacs
Adds better indentation/newline preservation
2020-08-11libnpmversion@1.0.3isaacs
Updates the new package-lock.json format where version is repeated.
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-08libnpmversion@1.0.2isaacs