[Pkg-javascript-commits] [node-lodash] branch upstream updated (3d2e488 -> 2294274)
Valentin ovd
valentinovd-guest at moszumanska.debian.org
Fri Feb 12 15:20:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
valentinovd-guest pushed a change to branch upstream
in repository node-lodash.
from 3d2e488 Imported Upstream version 3.9.3+dfsg
new 2294274 Imported Upstream version 4.3.0+dfsg
The 1 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:
.editorconfig | 12 +-
.gitignore | 1 +
.jscsrc | 96 +
.travis.yml | 100 +-
CODE_OF_CONDUCT.md | 49 +
CONTRIBUTING.md | 21 +-
LICENSE | 23 +
README.md | 48 +-
dist/lodash.core.js | 3814 ++++
dist/lodash.core.min.js | 30 +
dist/lodash.fp.js | 594 +
dist/lodash.fp.min.js | 12 +
dist/lodash.js | 14731 +++++++++++++++
dist/lodash.min.js | 120 +
dist/mapping.fp.js | 305 +
doc/README.md | 7960 +++++---
fp/_baseConvert.js | 263 +
fp/_convertBrowser.js | 14 +
fp/_mapping.js | 243 +
lib/common/minify.js | 26 +
lib/common/uglify.options.js | 16 +
lib/doc/build.js | 55 +
lib/fp/build-dist.js | 55 +
lib/fp/build-modules.js | 117 +
lib/fp/template/_util.jst | 11 +
lib/fp/template/alias.jst | 1 +
lib/fp/template/category.jst | 2 +
lib/fp/template/convert.jst | 17 +
lib/fp/template/fp.jst | 2 +
lib/fp/template/module.jst | 2 +
lib/fp/template/thru.jst | 1 +
lib/main/build-dist.js | 32 +
lib/main/build-modules.js | 23 +
lodash.js | 13819 ++++++++------
package.json | 68 +-
perf/asset/perf-ui.js | 34 +-
perf/index.html | 137 +-
perf/perf.js | 514 +-
test/asset/test-ui.js | 59 +-
test/asset/worker.js | 2 +-
test/backbone.html | 283 +-
test/fp.html | 41 +
test/index.html | 730 +-
test/remove.js | 27 +
test/saucelabs.js | 70 +-
test/test-fp.js | 1260 ++
test/test.js | 28056 +++++++++++++++++-----------
test/underscore.html | 704 +-
vendor/backbone/LICENSE | 2 +-
vendor/backbone/backbone.js | 607 +-
vendor/backbone/test/collection.js | 1823 +-
vendor/backbone/test/events.js | 479 +-
vendor/backbone/test/model.js | 1136 +-
vendor/backbone/test/noconflict.js | 9 +-
vendor/backbone/test/router.js | 544 +-
vendor/backbone/test/setup/dom-setup.js | 6 +-
vendor/backbone/test/setup/environment.js | 2 +
vendor/backbone/test/sync.js | 194 +-
vendor/backbone/test/view.js | 431 +-
vendor/underscore/LICENSE | 2 +-
vendor/underscore/test/arrays.js | 556 +-
vendor/underscore/test/chaining.js | 65 +-
vendor/underscore/test/collections.js | 805 +-
vendor/underscore/test/cross-document.js | 104 +-
vendor/underscore/test/functions.js | 493 +-
vendor/underscore/test/objects.js | 1008 +-
vendor/underscore/test/utility.js | 338 +-
vendor/underscore/underscore.js | 537 +-
68 files changed, 58593 insertions(+), 25148 deletions(-)
create mode 100644 .jscsrc
create mode 100644 CODE_OF_CONDUCT.md
create mode 100644 LICENSE
create mode 100644 dist/lodash.core.js
create mode 100644 dist/lodash.core.min.js
create mode 100644 dist/lodash.fp.js
create mode 100644 dist/lodash.fp.min.js
create mode 100644 dist/lodash.js
create mode 100644 dist/lodash.min.js
create mode 100644 dist/mapping.fp.js
create mode 100644 fp/_baseConvert.js
create mode 100644 fp/_convertBrowser.js
create mode 100644 fp/_mapping.js
create mode 100644 lib/common/minify.js
create mode 100644 lib/common/uglify.options.js
create mode 100644 lib/doc/build.js
create mode 100644 lib/fp/build-dist.js
create mode 100644 lib/fp/build-modules.js
create mode 100644 lib/fp/template/_util.jst
create mode 100644 lib/fp/template/alias.jst
create mode 100644 lib/fp/template/category.jst
create mode 100644 lib/fp/template/convert.jst
create mode 100644 lib/fp/template/fp.jst
create mode 100644 lib/fp/template/module.jst
create mode 100644 lib/fp/template/thru.jst
create mode 100644 lib/main/build-dist.js
create mode 100644 lib/main/build-modules.js
create mode 100644 test/fp.html
create mode 100644 test/remove.js
create mode 100644 test/test-fp.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-lodash.git
More information about the Pkg-javascript-commits
mailing list