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-07-29lint the lib folderisaacs
2020-07-08add completion module for 'no completion possible'isaacs
2020-07-08rm fetch-package-metadata, refactor bugs/repo/docsisaacs
2018-05-12open: handle missing open bin error (#20582)Benjamin E. Coe
2017-03-25extract: support minified packumentsRebecca Turner
2016-04-28lib: Refactor summary usage to use utils/usageDaijiro Wachi
2015-06-26src: make the npm source comply with `standard`Forrest L Norvell
2015-06-26update usage for all commandssmikes
2015-06-26We should link to www.npmjs.org not npmjs.orgRebecca Turner
2015-06-26Cleanup package metadata access commands to use fetch-package-metadataRebecca Turner
2015-06-26Update github specific code to be git host agnosticRebecca Turner
2015-02-27completion: remove registry calls to -/shortForrest L Norvell
2014-10-31style tweaksForrest L Norvell
2014-10-31use new npm-registry-client APIForrest L Norvell
2014-07-17use npm-package-arg instead of splitForrest L Norvell
2014-07-02use --scope to map scope to registryForrest L Norvell
2014-07-01relative URLS for working non-root registry URLSForrest L Norvell
2014-06-13use the new URL-based npm-registry-client interfaceForrest L Norvell
2014-02-02Typo, "err" variable name should be "er".Andrew Horton
2013-12-23Allow npm bugs for the current directoryEvan Lucas
2013-04-29remove exec.js, use child_process.execFileRobert Kowalski
2012-09-13Use opener to open web pagesisaacs
2012-06-07Use npm-registry-client depisaacs
2012-06-07Replace the log util with npmlog moduleisaacs
2012-06-05Open bug/doc urls properly on windowsisaacs
2012-03-31Don't die on an empty repo url. Fixes #2313.Martin Cooper
2011-12-12indent errorisaacs
2011-10-15Avoid accidentally opening npm.js with WSHisaacs
2011-10-13Standardize the 'bugs' field in package.json.Martin Cooper
2011-10-03Only open github issues page if it's a github repoisaacs
2011-10-03New 'bugs' command.Martin Cooper