[Pkg-javascript-commits] [node-cross-spawn] branch upstream updated (8d60183 -> c5db295)

Ross Gammon ross-guest at moszumanska.debian.org
Sun Aug 6 18:26:06 UTC 2017


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

ross-guest pushed a change to branch upstream
in repository node-cross-spawn.

      from  8d60183   Import hidden files to upstream
       new  c5db295   Imported Upstream version 5.1.0

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:
 .npmignore                       |   3 -
 .travis.yml                      |   1 +
 CHANGELOG.md                     |   6 ++
 README.md                        |  28 +++++--
 appveyor.yml                     |   1 +
 lib/enoent.js                    |   2 +-
 lib/hasBrokenSpawn.js            |  11 ---
 lib/parse.js                     | 169 ++++++++++++++++-----------------------
 lib/util/escapeArgument.js       |  30 +++++++
 lib/util/escapeCommand.js        |  12 +++
 lib/util/hasEmptyArgumentBug.js  |  18 +++++
 lib/util/readShebang.js          |  37 +++++++++
 lib/{ => util}/resolveCommand.js |   0
 package.json                     |   4 +-
 test/prepare.js                  |  14 ++++
 test/test.js                     |  81 ++++++++++---------
 test/util/buffered.js            |   2 +
 17 files changed, 258 insertions(+), 161 deletions(-)
 delete mode 100644 .npmignore
 create mode 100644 CHANGELOG.md
 delete mode 100644 lib/hasBrokenSpawn.js
 create mode 100644 lib/util/escapeArgument.js
 create mode 100644 lib/util/escapeCommand.js
 create mode 100644 lib/util/hasEmptyArgumentBug.js
 create mode 100644 lib/util/readShebang.js
 rename lib/{ => util}/resolveCommand.js (100%)

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



More information about the Pkg-javascript-commits mailing list