[Pkg-javascript-commits] [node-argparse] branch master updated (cbe8622 -> 1c1ed0a)
Jonathan Horn
jonathanh-guest at moszumanska.debian.org
Sat Mar 19 14:12:41 UTC 2016
This is an automated email from the git hooks/post-receive script.
jonathanh-guest pushed a change to branch master
in repository node-argparse.
from cbe8622 Amended 01_nodejs_debian.diff
new 0779a5f Amended changelog and copyright
new 78b0cf1 Not needed for format '3.0 (Quilt)'
new ec84b38 Added needed build-dependencies
new 25c8b7c Add version constraints to lodash
new 9cb5433 Imported Upstream version 1.0.7
new 8d2c06b Merge tag 'upstream/1.0.7'
new fdfb05b Updated dependencies
new 3724bd2 Remove unneeded patches
new ef79ea0 Update patches
new 976271b Updated rules
new 1c1ed0a Update changelog
The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.jshintignore => .eslintignore | 3 +-
.eslintrc.yml | 135 ++++++++++++++++++
.jshintrc | 73 ----------
.npmignore | 5 -
.travis.yml | 4 +-
CHANGELOG.md | 99 ++++++++-----
Makefile | 36 +----
README.md | 20 ++-
debian/changelog | 5 +-
debian/control | 3 +-
debian/copyright | 4 +-
debian/patches/01_nodejs_debian.diff | 46 +++----
debian/patches/02_make_sane.diff | 58 --------
debian/patches/10_no_linting.diff | 19 ---
debian/patches/series | 2 -
debian/rules | 8 +-
examples/.eslintrc.yml | 2 +
examples/arguments.js | 9 ++
examples/choice.js | 6 +-
examples/constants.js | 2 +-
examples/parents.js | 10 +-
examples/prefix_chars.js | 10 +-
examples/sub_commands.js | 11 +-
examples/sum.js | 4 +-
examples/testformatters.js | 58 ++++----
index.js | 2 +
lib/action.js | 22 +--
lib/action/append.js | 8 +-
lib/action/append/constant.js | 2 +-
lib/action/help.js | 9 +-
lib/action/store.js | 4 +-
lib/action/store/constant.js | 2 +-
lib/action/store/false.js | 2 +-
lib/action/store/true.js | 2 +-
lib/action/subparsers.js | 27 ++--
lib/action/version.js | 9 +-
lib/action_container.js | 73 +++++-----
lib/argument_parser.js | 259 +++++++++++++++++------------------
lib/const.js | 3 +
lib/help/added_formatters.js | 23 ++--
lib/help/formatter.js | 203 ++++++++++++++-------------
lib/namespace.js | 13 +-
lib/utils.js | 57 ++++++++
package.json | 12 +-
test/base.js | 204 ++++++++++++++-------------
test/childgroups.js | 26 ++--
test/choices.js | 20 +--
test/conflict.js | 46 +++----
test/constant.js | 28 ++--
test/formatters.js | 44 +++---
test/fromfile.js | 53 ++++---
test/group.js | 102 +++++++-------
test/nargs.js | 115 ++++++++--------
test/optionals.js | 58 ++++----
test/parents.js | 14 +-
test/positionals.js | 6 +-
test/prefix.js | 5 +-
test/sub_commands.js | 27 ++--
test/suppress.js | 8 +-
test/user_defined_type.js | 89 ++++++------
60 files changed, 1141 insertions(+), 1068 deletions(-)
rename .jshintignore => .eslintignore (57%)
create mode 100644 .eslintrc.yml
delete mode 100644 .jshintrc
delete mode 100644 .npmignore
delete mode 100644 debian/patches/02_make_sane.diff
delete mode 100644 debian/patches/10_no_linting.diff
create mode 100644 examples/.eslintrc.yml
create mode 100644 lib/utils.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-argparse.git
More information about the Pkg-javascript-commits
mailing list