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
path: root/lib
AgeCommit message (Expand)Author
2018-06-29cache: Add warning text about using temp cache for debugging (#21105)Karan Thakkar
2018-06-29run-script: show suggestions when script name is typoed (#20879)Daijiro Wachi
2018-06-29config: Enable config for suppressing update-notifier (#20750)Matt Travi
2018-06-01errors: direct people to npm.community instead of github (#20855)Kat Marchán
2018-05-31audit: Add synopsis to brief help and suppress trailing newline (#20762)Will Yardley
2018-05-25dedupe: Fix deduping bundles (eg don't)Rebecca Turner
2018-05-24deps: Use shrinkwrap root for relative pathingRebecca Turner
2018-05-24inflate-shrinkwrap: Stop shortcircuiting tree walks with fake childrenRebecca Turner
2018-05-24shrinkwrap: Stop special-casing fake children in shrinkwrapsRebecca Turner
2018-05-24ci: pause log before logging summary (#20715)Joshua Bennett
2018-05-24deps: Now that from is in the lockfile, tighten git matchingRebecca Turner
2018-05-17audit: add subcommand to automatically fix vulns (#20569)Kat Marchán
2018-05-16cmd-list: Fix nested aliases, restore alias 'sit': 'cit' (#20513)Mertcan Mermerkaya
2018-05-16install: include number of audited packages in output (#20570)Kat Marchán
2018-05-16pack: make sure bundled deps are shown in preview, too (#20585)Kat Marchán
2018-05-16shrinkwrap: infer a version range for dist-tag requesteds (#20597)Kat Marchán
2018-05-12open: handle missing open bin error (#20582)Benjamin E. Coe
2018-05-12audit: support for --json output (#20568)Finn Pauls
2018-05-12view: stop crashing when license field is an object (#20538)Kat Marchán
2018-05-12init: add support for hosted git installs (#20403)John-David Dalton
2018-05-10unsupported: Allow node@11, when it comesRebecca Turner
2018-05-09audit: Timeout audit requests eventuallyRebecca Turner
2018-05-04audit: Only report audit as being unsupported on 404 and >= 500Rebecca Turner
2018-05-04audit: Refuse to run in global modeRebecca Turner
2018-05-04audit: Verify lockfile integrity before runningRebecca Turner
2018-05-04audit: Exit with non-zero when vulnerabilities are foundRebecca Turner
2018-05-04inflate-shrinkwrap: Infer versions from tarballs to self healRebecca Turner
2018-05-04shrinkwrap: Prefer computed resolved from dep treeRebecca Turner
2018-05-04audit: Include session and scope in requestsRebecca Turner
2018-05-04cmd-list: How else am I supposed to deploy my urns?Rebecca Turner
2018-05-04cmd-list: sit booboo, citRebecca Turner
2018-05-04audit: Make sure we hide stream errors on background audit submissionsRebecca Turner
2018-04-21inflate-shrinkwrap: For git changelings use version as resolvedRebecca Turner
2018-04-21has-modern-meta: Correctly identify git changelingsRebecca Turner
2018-04-21install/deps: Let git deps w/ lock only match package.jsonRebecca Turner
2018-04-21audit: Ensure we don't mutate the shrinkwrapRebecca Turner
2018-04-21audit: Avoid config-meta's literal-only testRebecca Turner
2018-04-21audit: Temporarily suppress git metadata till there's an opt-inRebecca Turner
2018-04-21audit: Add new audit commandRebecca Turner
2018-04-21npm: Make --timing set loglevel=timingRebecca Turner
2018-04-21perf: Fix timing catchRebecca Turner
2018-04-20pkglock: add from field back into git dependencies (#20384)Kat Marchán
2018-04-20docs: add --scope to npm init usage (#20373)John-David Dalton
2018-04-20install-test: fix shrinkwrap handling of package-lock.json (#20358)Raymond Feng
2018-04-19init: use npx for extended initializers (#20303)John-David Dalton
2018-04-12inflate-shrinkwrap: Synthetic link deps get the right realpathRebecca Turner
2018-04-12is-only-optional: Read optional status from shrinkwrap when we have toRebecca Turner
2018-04-12install: Filter optional deps during diff-treesRebecca Turner
2018-04-12install/deps: fix bug where optional status not saved to package-lockRebecca Turner
2018-04-12publish: Better message when an "OTP" error occursJulien Deniau