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
2017-07-28pkglock: Make package-lock.json sorting locale-agnostic (#17844)Benjamin Fernandes
2017-07-11install: fix package.json and package-lock.json to use unix style pathsMark Banner
2017-07-11install: fix max callstack exceeded loops with linksRebecca Turner
2017-07-06shrinkwrap: Move is-only-optional and is-only-dev out to their own filesRebecca Turner
2017-07-06install: Include flag at top if the lock contains requiresRebecca Turner
2017-07-06shrinkwrap: Only include requires when something was requiredRebecca Turner
2017-07-06shrinkwrap: Save requires information to shrinkwrap/lockRebecca 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-06-08shrinkwrap: quick fix for possibility that req is sometimes null (#16937)Emily Marigold Klassen
2017-05-26pkglock: remove packageIntegrity field of doomKat Marchán
2017-05-26fix(shrinkwrap): clarify reuse of sw resolved for diff-registry childrenRebecca Turner
2017-05-26shrinkwrap: stop filling in pkginfo.problemsKat Marchán
2017-05-26shrinkwrap: even more fixesKat Marchán
2017-05-26shrinkwrap: more changes to package lock fieldsKat Marchán
2017-05-26shrinkwrap: update createdWith fieldKat Marchán
2017-05-26shrinkwrap: save even with warningsKat Marchán
2017-05-26shrinkwrap: update packageIntegrity for spec complianceKat Marchán
2017-05-26shrinkwrap: warn on incompatible lockfile versionKat Marchán
2017-05-26feat(shrinkwrap): support extra metadata fieldsKat Marchán
2017-05-26fix(shrinkwrap): promisify to fix dropped errorsKat Marchán
2017-05-26shrinkwrap: Make API always return the shrinkwrapRebecca Turner
2017-05-26shrinkwrap: Don't include integrity for git depsRebecca Turner
2017-05-26shrinkwrap: When saving non-registry deps, handle missing _resolvedRebecca Turner
2017-05-26inflate-shrinkwrap: Don't recompute shrinkwrap valuesRebecca Turner
2017-05-26shrinkwrap: Only save _resolved to the shrinkwrap if there is oneRebecca Turner
2017-05-26fix(bundles): use versions for bundleDepsKat Marchán
2017-05-26filespecs: Implement new file: specifier behaviorRebecca Turner
2017-05-26fix(shrinkwrap): return shrinkwrap data even if renamingKat Marchán
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-26fix(shrinkwrap): write lockfile to the tree rootKat Marchán
2017-05-26shrinkwrap: missed more spots about shrinkwrapKat Marchán
2017-05-26feat(shrinkwrap): always shrinkwrap devDeps, even if only devDeps are savedKat Marchán
2017-05-26feat(lockfile): add package-lock.json supportKat Marchán
2017-05-26fix(shrinkwrap): include and use bundle information in shrinkwrapKat Marchán
2017-05-26feat(install): use pacote for package downloadsKat Marchán
2017-01-04shrinkwrap: Fix typo in commentRebecca Turner
2016-10-25shrinkwrap: Make including dev deps the defaultRebecca Turner
2016-09-20shrinkwrap: Simplify working directory selectionRebecca Turner
2016-09-20shrinkwrap: Fix CWD while running shrinkwrap lifecycle scriptsRebecca Turner
2016-09-09shrinkwrap: Record if a dependency is optional to shrinkwrapBryan English
2016-09-09shrinkwrap: Record if dep is dev-only and honor the annotationBryan English
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-16shrinkwrap: Add new "shrinkwrap" lifecycle scriptSimen Bekkhus
2016-06-16output: Standardize how we write to stdoutRebecca Turner
2015-10-09shrinkwrap: do not fail on optional dependenciesMaximilian Antoni
2015-10-09package-id: Use getPackageId more consistently in diagnosticsRebecca Turner
2015-10-09package-id: rename into utils, from install/get-package-idRebecca Turner