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
2010-08-25Cache json files for cases where they're read repeatedly.isaacs
2010-08-23Use the graceful-fs module instead of using fs directly.isaacs
2010-08-23This is where this functionality goes. But if it goes here, it'll break some ...isaacs
2010-08-11Better: only do the wscript if it actually has a configure and build step, bu...v0.1.25isaacs
2010-08-11don't fail if the node-waf was not explicitisaacs
2010-08-10Sniff for wscript. Fix #72isaacs
2010-08-04Objectify the dependencies when reading json.isaacs
2010-08-04Fix a bug where uninstalling a link package fails if the package.json file ch...isaacs
2010-07-29Just die on invalid names rather than trying to correct them.isaacs
2010-07-28eval the json as JavaScript if JSON.parse fails, so that comments work.isaacs
2010-07-25Don't log every person parsed.isaacs
2010-07-25Parse out email and urls from author/maintainers/contributorsisaacs
2010-07-25Make new uninstall work with tagged link foldersisaacs
2010-07-25readJson log is really noisy. Remove it.isaacs
2010-07-25Handle node versions ending with +. fix #96isaacs
2010-06-30Test for valid name and version better. Fix #75isaacs
2010-06-26Accept filenames on main, and only use "overlay" for overlayisaacs
2010-06-15fix a regression in readJson found by tjholowaychukisaacs
2010-06-11Set the _nodeSupported flag on package data as it comes inisaacs
2010-06-08Add a -LINK-{hash} tag to link versionsisaacs
2010-05-07code styleisaacs
2010-05-07Make sure to stringify the result from fs.readFile, since it'll be a buffer s...isaacs
2010-05-06Still dont' allow slashes in names. Anything else is fine.isaacs
2010-05-06Don't tweak the package name, since it breaks stuffisaacs
2010-03-26Add "overlay" to the list of overlay keysisaacs
2010-03-24typo in ctx/vnd handlingisaacs
2010-03-24Add support for "vendor" extensions to package.json. npm will look for "node...isaacs
2010-03-23trailing whitespaceisaacs
2010-03-11s/_npmKey/_id/ to match couchdb's idiomisaacs
2010-03-05Fix some problems with semver not working when no range is specified (which i...isaacs
2010-03-05Refactor out the utils/index.js file, and clean up some style issues.isaacs
2010-03-05Add an engine check when reading the json.isaacs
2010-03-04Add log statement in readJsonisaacs
2010-03-01export readJson, import semverisaacs
2010-03-01Factor out the readJson function.isaacs