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 (Collapse)Author
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
If you are in your local module, you might want to visit the repository without knowing the repo name or typing the name in. This adds `npm bugs .` and `npm bugs` so that the npm-bugs-command behaves like `npm install`, `npm docs`, `npm home`, and `npm repo.` Also fixed the parsing of `./` (instead of `.`). Closes #4204.
2013-04-29remove exec.js, use child_process.execFileRobert Kowalski
Fixes #3312
2012-09-13Use opener to open web pagesisaacs
cc @domenic
2012-06-07Use npm-registry-client depisaacs
2012-06-07Replace the log util with npmlog moduleisaacs
This feels so good. lib/utils/log.js is the worst kind of glue code that keeps the npm project from being properly abstracted into independent pieces. In the process, also cleaned up a lot of unproductive logging, and made the npm-debug.log generated on errors be a bit more easy to read.
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