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
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
2015-10-09module-name: Factor out module name readingRebecca Turner
2015-08-14install: Ensure walking the tree doesn't result in infinite loopsRebecca Turner
2015-08-12shrinkwrap: Add support for --also=dev[elopment]Bryan English
2015-07-01npm: Look up _id attributes consistentlyRebecca Turner
2015-06-26shrinkwrap: Improve error messages for invalid deps when shrinkwrapingRebecca Turner
2015-06-26shrinkwrap: Don't view missing/bad dev deps as a problem in prod mode as shri...Rebecca Turner
2015-06-26Make shrinkwrap do its own work instead of relying on npm lsRebecca Turner
2015-06-26Move lib/shrinkwrap.js to standard formattingRebecca Turner
2015-06-26Fully sort package.json and npm-shrinkwrap.json before writingRebecca Turner
2015-03-17shrinkwrap: npm shrinkwrap --dev means prod tooForrest L Norvell
2014-09-19use writeFileAtomic instead of fs.writeFile fixes #6163Filip Weiss
2014-06-13remove dead code and fix jshint warningsForrest L Norvell
2014-04-06Don't crash if shrinkwrap-dependencies were not passed in pkginfoAndrey Kislyuk
2014-02-21Sort dependencies when --save'ing.Domenic Denicola
2014-02-17serialize shrinkwrap payload in orderRaynos (Jake Verbaten)
2014-02-13shrinkwrap: don't ignore devdevps that are also depsDi Wu
2013-05-29shrinkwrap: Exclude devDependencies from shrinkwrap fileisaacs
2012-07-17Replace lib/utils/output.js with console.logisaacs
2012-06-07Replace the log util with npmlog moduleisaacs
2012-02-25Implement shrinkwrap using ls's json data structure.isaacs
2012-02-24fix shrinkwrap style and refactor installDave Pacheco
2012-02-24add "npm shrinkwrap"Dave Pacheco