[Pkg-javascript-commits] [node-colors] branch upstream updated (21a91f3 -> d02a41e)
Marcelo Jorge Vieira
metal at moszumanska.debian.org
Sat Nov 22 23:11:18 UTC 2014
This is an automated email from the git hooks/post-receive script.
metal pushed a change to branch upstream
in repository node-colors.
from 21a91f3 Imported Upstream version 0.6.2
new d02a41e Imported Upstream version 1.0.3
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:
.travis.yml | 6 +
MIT-LICENSE.txt | 7 +-
ReadMe.md | 150 ++++++++--
colors.js | 342 -----------------------
example.html | 76 -----
example.js | 77 -----
examples/normal-usage.js | 74 +++++
examples/safe-string.js | 76 +++++
lib/colors.js | 176 ++++++++++++
lib/custom/trap.js | 45 +++
lib/custom/zalgo.js | 104 +++++++
lib/extendStringPrototype.js | 118 ++++++++
lib/index.js | 12 +
lib/maps/america.js | 12 +
lib/maps/rainbow.js | 13 +
lib/maps/random.js | 8 +
lib/maps/zebra.js | 5 +
lib/styles.js | 77 +++++
MIT-LICENSE.txt => lib/system/supports-colors.js | 47 +++-
package.json | 10 +-
safe.js | 9 +
screenshots/colors.png | Bin 0 -> 79787 bytes
test.js => tests/basic-test.js | 32 +--
tests/safe-test.js | 45 +++
themes/{winston-light.js => generic-logging.js} | 0
themes/winston-dark.js | 12 -
26 files changed, 960 insertions(+), 573 deletions(-)
create mode 100644 .travis.yml
delete mode 100644 colors.js
delete mode 100644 example.html
delete mode 100644 example.js
create mode 100644 examples/normal-usage.js
create mode 100644 examples/safe-string.js
create mode 100644 lib/colors.js
create mode 100644 lib/custom/trap.js
create mode 100644 lib/custom/zalgo.js
create mode 100644 lib/extendStringPrototype.js
create mode 100644 lib/index.js
create mode 100644 lib/maps/america.js
create mode 100644 lib/maps/rainbow.js
create mode 100644 lib/maps/random.js
create mode 100644 lib/maps/zebra.js
create mode 100644 lib/styles.js
copy MIT-LICENSE.txt => lib/system/supports-colors.js (55%)
create mode 100644 safe.js
create mode 100644 screenshots/colors.png
rename test.js => tests/basic-test.js (57%)
create mode 100644 tests/safe-test.js
rename themes/{winston-light.js => generic-logging.js} (100%)
delete mode 100644 themes/winston-dark.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-colors.git
More information about the Pkg-javascript-commits
mailing list