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
2012-06-11Use read-package-json depisaacs
2012-06-11Remove vestigial codeisaacs
2012-06-09Handle errors in the more modern fashionisaacs
2012-06-09Enable npm link on windowsisaacs
2012-06-07Replace the log util with npmlog moduleisaacs
2012-03-28Don't rename gypfiles on the fs. Reader does thatisaacs
2012-03-20Just correct bugs typos, rather than warnisaacs
2012-03-13Remove some unnecessary warningsisaacs
2012-03-13Rewrite gyp files to 'binding.gyp'isaacs
2012-03-13wip, not wokring yet, but sort ofisaacs
2012-03-13Automatically node-gyp build stuff with a bindings.gypisaacs
2012-02-15singlefile Error should be swallowed if index parsedisaacs
2012-02-15Experimental: single-file modulesisaacs
2012-02-15parseJson: expliciter null/undefined comparisonisaacs
2012-01-13Fix #995 Optional Dependenciesisaacs
2011-12-29Fix #1950 Warn on non-object dep hashes, instead of crashingisaacs
2011-12-29Prefer devDependencies instead of dev-dependenciesisaacs
2011-12-01use (exit 0) instead of 'true'isaacs
2011-11-20No need to silly-log the testEngine callisaacs
2011-10-15Avoid accidentally opening npm.js with WSHisaacs
2011-10-13Standardize the 'bugs' field in package.json.Martin Cooper
2011-10-03Warn about probable typos in package.json filesisaacs
2011-09-29Fix #1466 Be more clear when version is missingisaacs
2011-09-23Close #1443 Don't allow non-arrays for bundleDependenciesisaacs
2011-09-18Don't add the jsonOpts, just add the userisaacs
2011-08-24Fix #1302 Clear out the json cache on unbuildisaacs
2011-08-07Put .js on filenamesisaacs
2011-07-28Re #1196 Warn on non-array 'files' in jsonisaacs
2011-07-20Abstract out graceful-fsisaacs
2011-06-16capture json opts when json is parsedisaacs
2011-05-23Close #911 Proper node-version respectingisaacs
2011-05-22less obtrusive warning about modules hashisaacs
2011-05-21formally deprecate 'modules' json itemisaacs
2011-05-01readFile != statisaacs
2011-05-01typoisaacs
2011-04-30Read contributors out of AUTHORS file, if presentisaacs
2011-04-27Close #843 install dev-deps locallyisaacs
2011-04-08Add default start script if server.js is presentisaacs
2011-04-01create dependency object if missingisaacs
2011-03-30log when setting wscript default install scriptisaacs
2011-03-30Add a prebuilt tag on json before writing, and don't default the node-waf if ...isaacs
2011-03-22Test on install when --npat flag is setisaacs
2011-03-22Closes GH-703 Put devDeps in deps when in dev modeisaacs
2011-03-22bug in default bin hashisaacs
2011-03-22Make keywords always an arrayisaacs
2011-03-22Show the file that couldn't be parsedisaacs
2011-02-22Log the error nicerisaacs
2011-02-22Allow invalid json in already-installed packagesisaacs
2011-02-22Remove overlay json supportisaacs
2011-02-20Pass the buck on package.json parse errors.isaacs