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
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/npmconf/package.json')
-rw-r--r--node_modules/npmconf/package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/node_modules/npmconf/package.json b/node_modules/npmconf/package.json
index f1122123e..c2f77e73f 100644
--- a/node_modules/npmconf/package.json
+++ b/node_modules/npmconf/package.json
@@ -1,6 +1,6 @@
{
"name": "npmconf",
- "version": "1.0.5",
+ "version": "1.1.1",
"description": "The config thing npm uses",
"main": "npmconf.js",
"directories": {
@@ -42,12 +42,12 @@
"license": "BSD",
"readme": "# npmconf\n\nThe config thing npm uses\n\nIf you are interested in interacting with the config settings that npm\nuses, then use this module.\n\nHowever, if you are writing a new Node.js program, and want\nconfiguration functionality similar to what npm has, but for your\nown thing, then I'd recommend using [rc](https://github.com/dominictarr/rc),\nwhich is probably what you want.\n\nIf I were to do it all over again, that's what I'd do for npm. But,\nalas, there are many systems depending on many of the particulars of\nnpm's configuration setup, so it's not worth the cost of changing.\n\n## USAGE\n\n```javascript\nvar npmconf = require('npmconf')\n\n// pass in the cli options that you read from the cli\n// or whatever top-level configs you want npm to use for now.\nnpmconf.load({some:'configs'}, function (er, conf) {\n // do stuff with conf\n conf.get('some', 'cli') // 'configs'\n conf.get('username') // 'joebobwhatevers'\n conf.set('foo', 'bar', 'user')\n conf.save('user', function (er) {\n // foo = bar is now saved to ~/.npmrc or wherever\n })\n})\n```\n",
"readmeFilename": "README.md",
- "gitHead": "e6e6657e9da51b5fba2cb2b0c4925b218f1f1ca3",
+ "gitHead": "f56051d91a964daf547a57096348d00721c289bf",
"bugs": {
"url": "https://github.com/isaacs/npmconf/issues"
},
"homepage": "https://github.com/isaacs/npmconf",
- "_id": "npmconf@1.0.5",
- "_shasum": "6064aaa3bac86c41a1cddfb77a71ce5140c9b0cc",
+ "_id": "npmconf@1.1.1",
+ "_shasum": "5fa85daf4655e059753d0dcd281763fa8e32545a",
"_from": "npmconf@latest"
}