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 (Expand)Author
2020-06-11chore: remove lib/install/*.jsclaudiahdz
2020-05-08remove parse-json util, use json-parse-even-better-errorsisaacs
2019-02-19install: always save package_lock.json when using `--package-lock-only` (#146)Audrey Eschright
2018-07-19utils: use the extracted stringify-package module (#21)Darryl Pogue
2018-05-17audit: add subcommand to automatically fix vulns (#20569)Kat Marchán
2018-04-20install-test: fix shrinkwrap handling of package-lock.json (#20358)Raymond Feng
2018-03-09save/shrinkwrap/version: consolidate code for stringifying package data and a...Nathan Woltman
2018-03-09save/shrinkwrap/version: make a best-attempt at preserving line ending styleTuan Anh Tran
2017-10-19update: Correctly save transitive dependencies (#18846)Rebecca Turner
2017-07-06save: Remove extraneous moduleRebecca Turner
2017-07-06save: Don't update the package.json when modifying packages that don't go thereRebecca Turner
2017-07-06save: only write package.json and locks if files have changed (#17506)Kat Marchán
2017-07-06chore: Eliminate promisifyAll from our codebaseRebecca Turner
2017-05-26pkglock: add --no-package-lock option as --no-shrinkwrap aliasKat Marchán
2017-05-26save: use removedChildren instead of removedKat Marchán
2017-05-26uninstall: When removing direct deps don't remove if also transitive depRebecca Turner
2017-05-26feat(save): fix update and improve experience of moving deps between dep typesKat Marchán
2017-05-26filespecs: Implement new file: specifier behaviorRebecca Turner
2017-05-26fix(shrinkwrap): npm shrinkwrap should create a shrinkwrap by default, not a ...Kat Marchán
2017-05-26feat(indent): package.json and package locks preserve indentatonKat Marchán
2017-05-26save: Always update even if nothing changedKat Marchán
2017-05-26cleanup: fix standard bitsKat Marchán
2017-05-26feat(shrinkwrap): always shrinkwrap devDeps, even if only devDeps are savedKat Marchán
2017-05-26fix(shrinkwrap): should still work if lockfile has no depsKat Marchán
2017-05-26feat(lockfile): add package-lock.json supportKat Marchán
2017-05-26fix(save): calculate the version to save for new registry deps (#16414)Kat Marchán
2017-04-28*: Patch to support npm-package-arg@5Rebecca Turner
2016-12-13save: stop using url.format for relative local dep pathsKat Marchán
2016-09-09shrinkwrap: save-dev updates shrinkwrap fileSzymon Nowak
2016-08-12shrinkwrap: Improve detection of pkgs req'd by top level dev depsRebecca Turner
2016-07-07shrinkwrap: Fix bug where transitive deps of dev deps would be incorrectly in...Rebecca Turner
2016-06-16save: Eliminate use of _requiredByRebecca Turner
2016-01-29save: Use rawSpec when saving git-type specifiersMartin von Gagern
2015-10-22save: If a shrinkwrap already has dev deps, make sure they're keptRebecca Turner
2015-10-09module-name: Factor out module name readingRebecca Turner
2015-08-01save: Stop sorting anything other than the package.json fields being updatedRebecca Turner
2015-07-01install: version: Fix package.json handling to always allow BOM at startRebecca Turner
2015-06-26src: make the npm source comply with `standard`Forrest L Norvell
2015-06-26install: save: Don't sort the top level package.json keysRebecca Turner
2015-06-26save-prefix: Fix typo in requested type checkingRebecca Turner
2015-06-26save-prefix: tags should get resolved into versionsRebecca Turner
2015-06-26Fully sort package.json and npm-shrinkwrap.json before writingRebecca Turner
2015-06-26Use graceful-fs instead of fsRebecca Turner
2015-06-26Add multi-stage installerRebecca Turner