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
2022-08-17deps: normalize-package-data@4.0.1Nathan Fritz
2022-03-15deps: normalize-package-data@4.0.0Gar
2021-08-18normalize-package-data@3.0.3Gar
* fix: account for "licence" as spelling variant
2021-03-18normalize-package-data@3.0.2Ruy Adorno
2020-10-16chore: add normalize-package-dataRuy Adorno
Add normalize-package-data as a direct dependency to improve deduping.
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.
2019-02-14normalize-package-data@2.5.0Audrey Eschright
2018-05-24Flatten dependencies and add dev deps to gitRebecca Turner
2017-06-27normalize-package-data@2.4.0Rebecca Turner
2017-05-26pacote@2.7.4Kat Marchán
2017-04-22normalize-package-data@2.3.8Rebecca Turner
Minimum distribution size!
2017-03-10normalize-package-data@2.3.6Kat Marchán
2015-11-05normalize-package-data@2.3.5Forrest L Norvell
Correctly export bins from scoped packages using default bin naming rules. Credit: @iarna PR-URL: https://github.com/npm/normalize-package-data/pull/69
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-18normalize-package-data@2.3.4Rebecca Turner
2015-08-28normalize-package-data@2.3.2Forrest L Norvell
Support new version of `validate-npm-package-license`.
2015-07-24normalize-package-data@2.3.1Forrest L Norvell
Allow `semver@5`.
2015-06-26deps: deduplicate npm@3 styleRebecca Turner
2015-06-19normalize-package-data@2.2.1Forrest L Norvell
"license" now supports UNLICEN[SC]ED and "SEE LICEN[SC]E IN <filename>" courtesy @kemitchell PR-URL: https://github.com/npm/normalize-package-data/pull/65
2015-06-12normalize-package-data@2.2.1Rebecca Turner
Fix crasher when scripts is not an object
2015-05-22normalize-package-data@2.2.0Rebecca Turner
2015-05-07normalize-package-data@2.1.0Forrest L Norvell
Incorporates validation of `package.json` license fields against the SPDX license expression syntax, raising warnings if the license is missing or doesn't parse as valid SPDX.
2015-04-09normalize-package-data@2.0.0Rebecca Turner
2014-09-30normalize-package-data@1.0.3Forrest L Norvell
Don't prune bundledDependencies (closes #6282).
2014-09-11Bump all semver dependents in preparation for semver@4.x's arrivalisaacs
2014-08-29github-url-from-username-repo@~1.0.0Forrest L Norvell
Also includes: * normalize-package-data@1.0.1 * npm-registry-client@3.1.5 * read-package-json@~1.2.7 Treeish names containing slashes now work. Also pulled dezalgo up to a top-level dependency, which necessitated adding it to the bundledDependencies list.
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-02dedupe normalize-package-dataForrest L Norvell
2013-06-21remove normalize-package-dataisaacs
Only necessary as a dep of read-package-json
2013-06-18update npm-user-validate and normalize-package-dataisaacs