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
2019-07-03install: improve isOnly(Dev,Optional)--get
2019-02-19install: add support for package aliases (#3)Kat Marchán
2019-02-19install: match git semver ranges (#115)Lars Willighagen
2019-02-19install: always save package_lock.json when using `--package-lock-only` (#146)Audrey Eschright
2019-02-14Revert "install/dedupe: fix hoisting of packages with peerDeps (#147)" (#152)Kat Marchán
2019-02-14Fix issue with sub folder local references (#86)JT Turner
2019-02-14install/dedupe: fix hoisting of packages with peerDeps (#147)Tobias Koppers
2018-12-20install: fix checking for optional depLars Willighagen
2018-12-11install: fix circular dependency with config stuffKat Marchán
2018-12-11workers: fixupKat Marchán
2018-12-11pacote: get rid of legacy pacoteOptsKat Marchán
2018-12-11audit: convert audit to new version of n-r-fKat Marchán
2018-11-26docs: Correct spelling (#78)Hugo
2018-08-29audit: set lowercase headers for npm audit requests (#62)Maarten Balliauw
2018-07-19utils: use the extracted stringify-package module (#21)Darryl Pogue
2018-07-11audit: add support for --parseable output (#20554)Luis Lobo Borobia
2018-05-24deps: Use shrinkwrap root for relative pathingRebecca Turner
2018-05-24inflate-shrinkwrap: Stop shortcircuiting tree walks with fake childrenRebecca Turner
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-12audit: support for --json output (#20568)Finn Pauls
2018-05-04inflate-shrinkwrap: Infer versions from tarballs to self healRebecca Turner
2018-05-04audit: Include session and scope in requestsRebecca 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-20install-test: fix shrinkwrap handling of package-lock.json (#20358)Raymond Feng
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-11inflate-shrinkwrap: allow fakeChildren for non-integrity typesKat Marchán
2018-04-10shrinkwrap: Stop churning ranges back to versions in requiresRebecca Turner
2018-04-10diff-trees: Only avoid adding bundled deps when they're the result of a linkRebecca Turner
2018-04-10diff-trees: Ensure all actions survive the sortRebecca Turner
2018-04-10decompose-actions: Ensure sources for bundled modules existRebecca Turner
2018-04-10decompose-actions: Make duplicate actions impossibleRebecca Turner
2018-04-10decompose-actions: Remove needless asynchronyRebecca Turner
2018-04-10has-modern-meta: Allow through bundled deps w/o modern metaRebecca Turner
2018-03-23standardizeRebecca Turner
2018-03-23outdated: Make wanted respect latest interaction w/ semverRebecca Turner
2018-03-23shrinkwrap: suggest installing the merge driver (#20071)Kat Marchán
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
2018-02-22Revert "*: Switch from mkdirp to correctMkdir to preserve perms and owners"Kat Marchán