[Pkg-javascript-commits] [node-json5] 02/12: Update upstream source from tag 'upstream/0.5.1'

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Fri Feb 9 15:11:56 UTC 2018


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository node-json5.

commit 8d57fa9d5f7cc84c45365fde1d0da17287713f73
Merge: 5e7b83a 822670a
Author: Pirate Praveen <praveen at debian.org>
Date:   Fri Feb 9 19:17:39 2018 +0530

    Update upstream source from tag 'upstream/0.5.1'
    
    Update to upstream version '0.5.1'
    with Debian dir a169768326291b525ab321c6453b000e9f870701

 .gitmodules                                        |   3 +
 CHANGELOG.md                                       |  11 +++
 LICENSE.md                                         |  21 ++++
 README.md                                          |   7 +-
 lib/json5.js                                       |   5 +-
 package.json                                       |  10 +-
 package.json5                                      |  14 +--
 test/parse-cases/arrays/empty-array.json           |   1 -
 test/parse-cases/arrays/leading-comma-array.js     |   3 -
 .../arrays/lone-trailing-comma-array.js            |   3 -
 test/parse-cases/arrays/no-comma-array.errorSpec   |   6 --
 test/parse-cases/arrays/no-comma-array.txt         |   4 -
 test/parse-cases/arrays/regular-array.json         |   5 -
 test/parse-cases/arrays/trailing-comma-array.json5 |   3 -
 .../block-comment-following-array-element.json5    |   6 --
 .../block-comment-following-top-level-value.json5  |   5 -
 .../comments/block-comment-in-string.json          |   1 -
 .../block-comment-preceding-top-level-value.json5  |   5 -
 .../comments/block-comment-with-asterisks.json5    |   7 --
 .../inline-comment-following-array-element.json5   |   3 -
 .../inline-comment-following-top-level-value.json5 |   1 -
 .../comments/inline-comment-in-string.json         |   1 -
 .../inline-comment-preceding-top-level-value.json5 |   2 -
 .../comments/top-level-block-comment.errorSpec     |   6 --
 .../comments/top-level-block-comment.txt           |   4 -
 .../comments/top-level-inline-comment.errorSpec    |   6 --
 .../comments/top-level-inline-comment.txt          |   1 -
 .../comments/unterminated-block-comment.txt        |   5 -
 test/parse-cases/misc/empty.txt                    |   0
 test/parse-cases/misc/npm-package.json             | 106 ---------------------
 test/parse-cases/misc/npm-package.json5            | 106 ---------------------
 test/parse-cases/misc/readme-example.json5         |  25 -----
 test/parse-cases/misc/valid-whitespace.json5       |   5 -
 test/parse-cases/new-lines/.editorconfig           |  13 ---
 test/parse-cases/new-lines/.gitattributes          |   4 -
 test/parse-cases/new-lines/comment-cr.json5        |   1 -
 test/parse-cases/new-lines/comment-crlf.json5      |   3 -
 test/parse-cases/new-lines/comment-lf.json5        |   3 -
 test/parse-cases/new-lines/escaped-cr.json5        |   1 -
 test/parse-cases/new-lines/escaped-crlf.json5      |   5 -
 test/parse-cases/new-lines/escaped-lf.json5        |   5 -
 .../numbers/float-leading-decimal-point.json5      |   1 -
 test/parse-cases/numbers/float-leading-zero.json   |   1 -
 ...iling-decimal-point-with-integer-exponent.json5 |   1 -
 .../numbers/float-trailing-decimal-point.json5     |   1 -
 .../numbers/float-with-integer-exponent.json       |   1 -
 test/parse-cases/numbers/float.json                |   1 -
 test/parse-cases/numbers/hexadecimal-empty.txt     |   1 -
 .../numbers/hexadecimal-lowercase-letter.json5     |   1 -
 .../numbers/hexadecimal-uppercase-x.json5          |   1 -
 .../hexadecimal-with-integer-exponent.json5        |   1 -
 test/parse-cases/numbers/hexadecimal.json5         |   1 -
 test/parse-cases/numbers/infinity.json5            |   1 -
 .../numbers/integer-with-float-exponent.txt        |   1 -
 .../numbers/integer-with-hexadecimal-exponent.txt  |   1 -
 .../numbers/integer-with-integer-exponent.json     |   1 -
 .../integer-with-negative-float-exponent.txt       |   1 -
 .../integer-with-negative-hexadecimal-exponent.txt |   1 -
 .../integer-with-negative-integer-exponent.json    |   1 -
 ...nteger-with-negative-zero-integer-exponent.json |   1 -
 .../integer-with-positive-float-exponent.txt       |   1 -
 .../integer-with-positive-hexadecimal-exponent.txt |   1 -
 .../integer-with-positive-integer-exponent.json    |   1 -
 ...nteger-with-positive-zero-integer-exponent.json |   1 -
 .../integer-with-zero-integer-exponent.json        |   1 -
 test/parse-cases/numbers/integer.json              |   1 -
 test/parse-cases/numbers/lone-decimal-point.txt    |   1 -
 test/parse-cases/numbers/nan.json5                 |   1 -
 .../negative-float-leading-decimal-point.json5     |   1 -
 .../numbers/negative-float-leading-zero.json       |   1 -
 .../negative-float-trailing-decimal-point.json5    |   1 -
 test/parse-cases/numbers/negative-float.json       |   1 -
 .../parse-cases/numbers/negative-hexadecimal.json5 |   1 -
 test/parse-cases/numbers/negative-infinity.json5   |   1 -
 test/parse-cases/numbers/negative-integer.json     |   1 -
 test/parse-cases/numbers/negative-noctal.js        |   1 -
 test/parse-cases/numbers/negative-octal.txt        |   1 -
 ...negative-zero-float-leading-decimal-point.json5 |   1 -
 ...egative-zero-float-trailing-decimal-point.json5 |   1 -
 test/parse-cases/numbers/negative-zero-float.json  |   1 -
 .../numbers/negative-zero-hexadecimal.json5        |   1 -
 .../parse-cases/numbers/negative-zero-integer.json |   1 -
 test/parse-cases/numbers/negative-zero-octal.txt   |   1 -
 .../numbers/noctal-with-leading-octal-digit.js     |   1 -
 test/parse-cases/numbers/noctal.js                 |   1 -
 test/parse-cases/numbers/octal.txt                 |   1 -
 .../positive-float-leading-decimal-point.json5     |   1 -
 .../numbers/positive-float-leading-zero.json5      |   1 -
 .../positive-float-trailing-decimal-point.json5    |   1 -
 test/parse-cases/numbers/positive-float.json5      |   1 -
 .../parse-cases/numbers/positive-hexadecimal.json5 |   1 -
 test/parse-cases/numbers/positive-infinity.json5   |   1 -
 test/parse-cases/numbers/positive-integer.json5    |   1 -
 test/parse-cases/numbers/positive-noctal.js        |   1 -
 test/parse-cases/numbers/positive-octal.txt        |   1 -
 ...positive-zero-float-leading-decimal-point.json5 |   1 -
 ...ositive-zero-float-trailing-decimal-point.json5 |   1 -
 test/parse-cases/numbers/positive-zero-float.json5 |   1 -
 .../numbers/positive-zero-hexadecimal.json5        |   1 -
 .../numbers/positive-zero-integer.json5            |   1 -
 test/parse-cases/numbers/positive-zero-octal.txt   |   1 -
 .../numbers/zero-float-leading-decimal-point.json5 |   1 -
 .../zero-float-trailing-decimal-point.json5        |   1 -
 test/parse-cases/numbers/zero-float.json           |   1 -
 test/parse-cases/numbers/zero-hexadecimal.json5    |   1 -
 .../zero-integer-with-integer-exponent.json        |   1 -
 test/parse-cases/numbers/zero-integer.json         |   1 -
 test/parse-cases/numbers/zero-octal.txt            |   1 -
 test/parse-cases/objects/duplicate-keys.json       |   4 -
 test/parse-cases/objects/empty-object.json         |   1 -
 .../objects/illegal-unquoted-key-number.errorSpec  |   6 --
 .../objects/illegal-unquoted-key-number.txt        |   3 -
 .../objects/illegal-unquoted-key-symbol.errorSpec  |   6 --
 .../objects/illegal-unquoted-key-symbol.txt        |   3 -
 .../objects/leading-comma-object.errorSpec         |   6 --
 test/parse-cases/objects/leading-comma-object.txt  |   3 -
 .../objects/lone-trailing-comma-object.txt         |   3 -
 test/parse-cases/objects/no-comma-object.txt       |   4 -
 .../objects/reserved-unquoted-key.json5            |   3 -
 test/parse-cases/objects/single-quoted-key.json5   |   3 -
 .../objects/trailing-comma-object.json5            |   3 -
 test/parse-cases/objects/unquoted-keys.json5       |   8 --
 .../strings/escaped-single-quoted-string.json5     |   1 -
 test/parse-cases/strings/multi-line-string.json5   |   2 -
 test/parse-cases/strings/no-comma-array.errorSpec  |   6 --
 .../parse-cases/strings/single-quoted-string.json5 |   1 -
 .../strings/unescaped-multi-line-string.errorSpec  |   6 --
 .../strings/unescaped-multi-line-string.txt        |   2 -
 .../todo/unicode-escaped-unquoted-key.json5        |   3 -
 test/parse-cases/todo/unicode-unquoted-key.json5   |   3 -
 test/parse.js                                      |   7 +-
 test/stringify.js                                  |   1 +
 132 files changed, 62 insertions(+), 519 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-json5.git



More information about the Pkg-javascript-commits mailing list