[dist fix] Cleanup some whitespace.
This commit is contained in:
parent
09342555ba
commit
af0e9fb7e7
34 changed files with 62 additions and 65 deletions
2
LICENSE
2
LICENSE
|
@ -1,4 +1,4 @@
|
||||||
Copyright (c) 2011 Nodejitsu Inc.
|
Copyright (C) 2011 Charlie Robbins and the Contributors.
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* nconf.js: Top-level include for the nconf module
|
* nconf.js: Top-level include for the nconf module
|
||||||
*
|
*
|
||||||
* (C) 2011, Nodejitsu Inc.
|
* (C) 2011, Charlie Robbins and the Contributors.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* utils.js: Utility functions for the nconf module.
|
* utils.js: Utility functions for the nconf module.
|
||||||
*
|
*
|
||||||
* (C) 2011, Nodejitsu Inc.
|
* (C) 2011, Charlie Robbins and the Contributors.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* formats.js: Default formats supported by nconf
|
* formats.js: Default formats supported by nconf
|
||||||
*
|
*
|
||||||
* (C) 2011, Nodejitsu Inc.
|
* (C) 2011, Charlie Robbins and the Contributors.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* provider.js: Abstraction providing an interface into pluggable configuration storage.
|
* provider.js: Abstraction providing an interface into pluggable configuration storage.
|
||||||
*
|
*
|
||||||
* (C) 2011, Nodejitsu Inc.
|
* (C) 2011, Charlie Robbins and the Contributors.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* argv.js: Simple memory-based store for command-line arguments.
|
* argv.js: Simple memory-based store for command-line arguments.
|
||||||
*
|
*
|
||||||
* (C) 2011, Nodejitsu Inc.
|
* (C) 2011, Charlie Robbins and the Contributors.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* env.js: Simple memory-based store for environment variables
|
* env.js: Simple memory-based store for environment variables
|
||||||
*
|
*
|
||||||
* (C) 2011, Nodejitsu Inc.
|
* (C) 2011, Charlie Robbins and the Contributors.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* file.js: Simple file storage engine for nconf files
|
* file.js: Simple file storage engine for nconf files
|
||||||
*
|
*
|
||||||
* (C) 2011, Nodejitsu Inc.
|
* (C) 2011, Charlie Robbins and the Contributors.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* literal.js: Simple literal Object store for nconf.
|
* literal.js: Simple literal Object store for nconf.
|
||||||
*
|
*
|
||||||
* (C) 2011, Nodejitsu Inc.
|
* (C) 2011, Charlie Robbins and the Contributors.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* memory.js: Simple memory storage engine for nconf configuration(s)
|
* memory.js: Simple memory storage engine for nconf configuration(s)
|
||||||
*
|
*
|
||||||
* (C) 2011, Nodejitsu Inc.
|
* (C) 2011, Charlie Robbins and the Contributors.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -2,10 +2,7 @@
|
||||||
"name": "nconf",
|
"name": "nconf",
|
||||||
"description": "Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.",
|
"description": "Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.",
|
||||||
"version": "0.6.9",
|
"version": "0.6.9",
|
||||||
"author": "Nodejitsu Inc. <info@nodejitsu.com>",
|
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
|
||||||
"maintainers": [
|
|
||||||
"indexzero <charlie@nodejitsu.com>"
|
|
||||||
],
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "http://github.com/flatiron/nconf.git"
|
"url": "http://github.com/flatiron/nconf.git"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* common.js: Tests for common utility function in nconf.
|
* common.js: Tests for common utility function in nconf.
|
||||||
*
|
*
|
||||||
* (C) 2011, Nodejitsu Inc.
|
* (C) 2011, Charlie Robbins and the Contributors.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* complete-test.js: Complete test for multiple stores.
|
* complete-test.js: Complete test for multiple stores.
|
||||||
*
|
*
|
||||||
* (C) 2011, Nodejitsu Inc.
|
* (C) 2011, Charlie Robbins and the Contributors.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
2
test/fixtures/data.js
vendored
2
test/fixtures/data.js
vendored
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* data.js: Simple data fixture for configuration test.
|
* data.js: Simple data fixture for configuration test.
|
||||||
*
|
*
|
||||||
* (C) 2011, Nodejitsu Inc.
|
* (C) 2011, Charlie Robbins and the Contributors.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
2
test/fixtures/scripts/nconf-argv.js
vendored
2
test/fixtures/scripts/nconf-argv.js
vendored
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* default-argv.js: Test fixture for using optimist defaults with nconf.
|
* default-argv.js: Test fixture for using optimist defaults with nconf.
|
||||||
*
|
*
|
||||||
* (C) 2011, Nodejitsu Inc.
|
* (C) 2011, Charlie Robbins and the Contributors.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
2
test/fixtures/scripts/nconf-change-argv.js
vendored
2
test/fixtures/scripts/nconf-change-argv.js
vendored
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* nconf-change-argv.js: Test fixture for changing argv on the fly
|
* nconf-change-argv.js: Test fixture for changing argv on the fly
|
||||||
*
|
*
|
||||||
* (C) 2011, Nodejitsu Inc.
|
* (C) 2011, Charlie Robbins and the Contributors.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
2
test/fixtures/scripts/nconf-env.js
vendored
2
test/fixtures/scripts/nconf-env.js
vendored
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* nconf-env.js: Test fixture for using process.env defaults with nconf.
|
* nconf-env.js: Test fixture for using process.env defaults with nconf.
|
||||||
*
|
*
|
||||||
* (C) 2011, Nodejitsu Inc.
|
* (C) 2011, Charlie Robbins and the Contributors.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* nconf-hierarchical-file-argv.js: Test fixture for using optimist defaults and a file store with nconf.
|
* nconf-hierarchical-file-argv.js: Test fixture for using optimist defaults and a file store with nconf.
|
||||||
*
|
*
|
||||||
* (C) 2011, Nodejitsu Inc.
|
* (C) 2011, Charlie Robbins and the Contributors.
|
||||||
* (C) 2011, Sander Tolsma
|
* (C) 2011, Sander Tolsma
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* nconf-hierarchical-load-merge.js: Test fixture for loading and merging nested objects across stores.
|
* nconf-hierarchical-load-merge.js: Test fixture for loading and merging nested objects across stores.
|
||||||
*
|
*
|
||||||
* (C) 2012, Nodejitsu Inc.
|
* (C) 2012, Charlie Robbins and the Contributors.
|
||||||
* (C) 2012, Michael Hart
|
* (C) 2012, Michael Hart
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* nconf-hierarchical-load-save.js: Test fixture for using optimist, envvars and a file store with nconf.
|
* nconf-hierarchical-load-save.js: Test fixture for using optimist, envvars and a file store with nconf.
|
||||||
*
|
*
|
||||||
* (C) 2011, Nodejitsu Inc.
|
* (C) 2011, Charlie Robbins and the Contributors.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
2
test/fixtures/scripts/nconf-nested-env.js
vendored
2
test/fixtures/scripts/nconf-nested-env.js
vendored
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* nconf-nested-env.js: Test fixture for env with nested keys.
|
* nconf-nested-env.js: Test fixture for env with nested keys.
|
||||||
*
|
*
|
||||||
* (C) 2012, Nodejitsu Inc.
|
* (C) 2012, Charlie Robbins and the Contributors.
|
||||||
* (C) 2012, Michael Hart
|
* (C) 2012, Michael Hart
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
2
test/fixtures/scripts/provider-argv.js
vendored
2
test/fixtures/scripts/provider-argv.js
vendored
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* provider-argv.js: Test fixture for using optimist defaults with nconf.
|
* provider-argv.js: Test fixture for using optimist defaults with nconf.
|
||||||
*
|
*
|
||||||
* (C) 2011, Nodejitsu Inc.
|
* (C) 2011, Charlie Robbins and the Contributors.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
2
test/fixtures/scripts/provider-env.js
vendored
2
test/fixtures/scripts/provider-env.js
vendored
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* provider-argv.js: Test fixture for using process.env defaults with nconf.
|
* provider-argv.js: Test fixture for using process.env defaults with nconf.
|
||||||
*
|
*
|
||||||
* (C) 2011, Nodejitsu Inc.
|
* (C) 2011, Charlie Robbins and the Contributors.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* helpers.js: Test helpers for nconf.
|
* helpers.js: Test helpers for nconf.
|
||||||
*
|
*
|
||||||
* (C) 2011, Nodejitsu Inc.
|
* (C) 2011, Charlie Robbins and the Contributors.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* hierarchy-test.js: Basic tests for hierarchical file stores.
|
* hierarchy-test.js: Basic tests for hierarchical file stores.
|
||||||
*
|
*
|
||||||
* (C) 2011, Nodejitsu Inc.
|
* (C) 2011, Charlie Robbins and the Contributors.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* mock-store.js: Mock store for ensuring certain operations are actually called.
|
* mock-store.js: Mock store for ensuring certain operations are actually called.
|
||||||
*
|
*
|
||||||
* (C) 2011, Nodejitsu Inc.
|
* (C) 2011, Charlie Robbins and the Contributors.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* file-store-test.js: Tests for the nconf File store.
|
* file-store-test.js: Tests for the nconf File store.
|
||||||
*
|
*
|
||||||
* (C) 2011, Nodejitsu Inc.
|
* (C) 2011, Charlie Robbins and the Contributors.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* provider-save-test.js: Ensures consistency for Provider `save` operations.
|
* provider-save-test.js: Ensures consistency for Provider `save` operations.
|
||||||
*
|
*
|
||||||
* (C) 2011, Nodejitsu Inc.
|
* (C) 2011, Charlie Robbins and the Contributors.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* provider-test.js: Tests for the nconf Provider object.
|
* provider-test.js: Tests for the nconf Provider object.
|
||||||
*
|
*
|
||||||
* (C) 2011, Nodejitsu Inc.
|
* (C) 2011, Charlie Robbins and the Contributors.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* argv-test.js: Tests for the nconf argv store.
|
* argv-test.js: Tests for the nconf argv store.
|
||||||
*
|
*
|
||||||
* (C) 2011, Nodejitsu Inc.
|
* (C) 2011, Charlie Robbins and the Contributors.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* env-test.js: Tests for the nconf env store.
|
* env-test.js: Tests for the nconf env store.
|
||||||
*
|
*
|
||||||
* (C) 2011, Nodejitsu Inc.
|
* (C) 2011, Charlie Robbins and the Contributors.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* file-store-test.js: Tests for the nconf File store.
|
* file-store-test.js: Tests for the nconf File store.
|
||||||
*
|
*
|
||||||
* (C) 2011, Nodejitsu Inc.
|
* (C) 2011, Charlie Robbins and the Contributors.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* literal-test.js: Tests for the nconf literal store.
|
* literal-test.js: Tests for the nconf literal store.
|
||||||
*
|
*
|
||||||
* (C) 2011, Nodejitsu Inc.
|
* (C) 2011, Charlie Robbins and the Contributors.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* memory-store-test.js: Tests for the nconf Memory store.
|
* memory-store-test.js: Tests for the nconf Memory store.
|
||||||
*
|
*
|
||||||
* (C) 2011, Nodejitsu Inc.
|
* (C) 2011, Charlie Robbins and the Contributors.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue