pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/nodejs Update lang/nodejs to 6.3.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cabdff4cb3f1
branches:  trunk
changeset: 350913:cabdff4cb3f1
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Tue Aug 09 08:50:51 2016 +0000

description:
Update lang/nodejs to 6.3.1.

6.3.1.

Notable changes

- buffer:
  - Improve performance of Buffer.from(str, 'hex') and
    Buffer#write(str, 'hex').
  - Fix creating from zero-length ArrayBuffer.
- deps:
  - Upgrade to V8 5.0.71.57.
  - Backport V8 instanceof bugfix
- repl: Fix issue with function redeclaration.
- util: Fix inspecting of boxed symbols.

6.3.0

Notable changes

- buffer: Added buffer.swap64() to complement swap16() & swap32().
- build: New configure options have been added for building
  Node.js as a shared library.
- crypto: Root certificates have been updated.
- debugger: The server address is now configurable via
  --debug=<address>:<port>.
- npm: Upgraded npm to v3.10.3
- readline: Added the prompt option to the readline constructor.
- repl / vm: sigint/ctrl+c will now break out of infinite loops
  without stopping the Node.js instance.
- src:
  - Added a node::FreeEnvironment public C++ API.
  - Refactored require('constants'), constants are now available
    directly from their respective modules.
- stream: Improved readable.read() performance by up to 70%.
- timers: setImmediate() is now up to 150% faster in some
  situations.
- util: Added a breakLength option to util.inspect() to control
  how objects are formatted across lines.
- v8-inspector: Experimental support has been added for debugging
  Node.js over the inspector protocol.

diffstat:

 lang/nodejs/Makefile |    4 +-
 lang/nodejs/PLIST    |  262 ++++++++++++++++++++++++++++++++------------------
 lang/nodejs/distinfo |   10 +-
 3 files changed, 173 insertions(+), 103 deletions(-)

diffs (truncated from 426 to 300 lines):

diff -r c5e44e259977 -r cabdff4cb3f1 lang/nodejs/Makefile
--- a/lang/nodejs/Makefile      Tue Aug 09 00:27:27 2016 +0000
+++ b/lang/nodejs/Makefile      Tue Aug 09 08:50:51 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.71 2016/06/17 16:53:24 fhajny Exp $
+# $NetBSD: Makefile,v 1.72 2016/08/09 08:50:51 fhajny Exp $
 
-DISTNAME=      node-v6.2.2
+DISTNAME=      node-v6.3.1
 
 .include "../../lang/nodejs/Makefile.common"
 .include "../../mk/bsd.pkg.mk"
diff -r c5e44e259977 -r cabdff4cb3f1 lang/nodejs/PLIST
--- a/lang/nodejs/PLIST Tue Aug 09 00:27:27 2016 +0000
+++ b/lang/nodejs/PLIST Tue Aug 09 08:50:51 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.37 2016/06/17 12:20:14 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.38 2016/08/09 08:50:51 fhajny Exp $
 bin/node
 bin/npm
 include/node/android-ifaddrs.h
@@ -277,7 +277,6 @@
 lib/node_modules/npm/lib/install/is-fs-access-available.js
 lib/node_modules/npm/lib/install/mutate-into-logical-tree.js
 lib/node_modules/npm/lib/install/node.js
-lib/node_modules/npm/lib/install/prune-tree.js
 lib/node_modules/npm/lib/install/read-shrinkwrap.js
 lib/node_modules/npm/lib/install/save.js
 lib/node_modules/npm/lib/install/update-package-json.js
@@ -338,6 +337,8 @@
 lib/node_modules/npm/lib/utils/locker.js
 lib/node_modules/npm/lib/utils/map-to-registry.js
 lib/node_modules/npm/lib/utils/module-name.js
+lib/node_modules/npm/lib/utils/no-progress-while-running.js
+lib/node_modules/npm/lib/utils/output.js
 lib/node_modules/npm/lib/utils/package-id.js
 lib/node_modules/npm/lib/utils/parse-json.js
 lib/node_modules/npm/lib/utils/pulse-till-done.js
@@ -424,14 +425,10 @@
 lib/node_modules/npm/man/man7/npm-scripts.7
 lib/node_modules/npm/man/man7/removing-npm.7
 lib/node_modules/npm/man/man7/semver.7
-lib/node_modules/npm/node_modules/abbrev/.npmignore
-lib/node_modules/npm/node_modules/abbrev/.travis.yml
-lib/node_modules/npm/node_modules/abbrev/CONTRIBUTING.md
 lib/node_modules/npm/node_modules/abbrev/LICENSE
 lib/node_modules/npm/node_modules/abbrev/README.md
 lib/node_modules/npm/node_modules/abbrev/abbrev.js
 lib/node_modules/npm/node_modules/abbrev/package.json
-lib/node_modules/npm/node_modules/abbrev/test.js
 lib/node_modules/npm/node_modules/ansi-regex/index.js
 lib/node_modules/npm/node_modules/ansi-regex/license
 lib/node_modules/npm/node_modules/ansi-regex/package.json
@@ -444,7 +441,6 @@
 lib/node_modules/npm/node_modules/ansistyles/README.md
 lib/node_modules/npm/node_modules/ansistyles/ansistyles.js
 lib/node_modules/npm/node_modules/ansistyles/package.json
-lib/node_modules/npm/node_modules/aproba/.npmignore
 lib/node_modules/npm/node_modules/aproba/LICENSE
 lib/node_modules/npm/node_modules/aproba/README.md
 lib/node_modules/npm/node_modules/aproba/index.js
@@ -456,6 +452,14 @@
 lib/node_modules/npm/node_modules/archy/examples/multi_line.js
 lib/node_modules/npm/node_modules/archy/index.js
 lib/node_modules/npm/node_modules/archy/package.json
+lib/node_modules/npm/node_modules/asap/CHANGES.md
+lib/node_modules/npm/node_modules/asap/LICENSE.md
+lib/node_modules/npm/node_modules/asap/README.md
+lib/node_modules/npm/node_modules/asap/asap.js
+lib/node_modules/npm/node_modules/asap/browser-asap.js
+lib/node_modules/npm/node_modules/asap/browser-raw.js
+lib/node_modules/npm/node_modules/asap/package.json
+lib/node_modules/npm/node_modules/asap/raw.js
 lib/node_modules/npm/node_modules/chownr/LICENSE
 lib/node_modules/npm/node_modules/chownr/README.md
 lib/node_modules/npm/node_modules/chownr/chownr.js
@@ -513,14 +517,6 @@
 lib/node_modules/npm/node_modules/dezalgo/LICENSE
 lib/node_modules/npm/node_modules/dezalgo/README.md
 lib/node_modules/npm/node_modules/dezalgo/dezalgo.js
-lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/CHANGES.md
-lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/LICENSE.md
-lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/README.md
-lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/asap.js
-lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/browser-asap.js
-lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/browser-raw.js
-lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/package.json
-lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/raw.js
 lib/node_modules/npm/node_modules/dezalgo/package.json
 lib/node_modules/npm/node_modules/editor/LICENSE
 lib/node_modules/npm/node_modules/editor/README.markdown
@@ -602,23 +598,22 @@
 lib/node_modules/npm/node_modules/fstream/lib/writer.js
 lib/node_modules/npm/node_modules/fstream/package.json
 lib/node_modules/npm/node_modules/glob/LICENSE
-lib/node_modules/npm/node_modules/glob/README.md
 lib/node_modules/npm/node_modules/glob/changelog.md
 lib/node_modules/npm/node_modules/glob/common.js
 lib/node_modules/npm/node_modules/glob/glob.js
+lib/node_modules/npm/node_modules/glob/node_modules/fs.realpath/LICENSE
+lib/node_modules/npm/node_modules/glob/node_modules/fs.realpath/README.md
+lib/node_modules/npm/node_modules/glob/node_modules/fs.realpath/index.js
+lib/node_modules/npm/node_modules/glob/node_modules/fs.realpath/old.js
+lib/node_modules/npm/node_modules/glob/node_modules/fs.realpath/package.json
 lib/node_modules/npm/node_modules/glob/node_modules/minimatch/LICENSE
 lib/node_modules/npm/node_modules/glob/node_modules/minimatch/README.md
 lib/node_modules/npm/node_modules/glob/node_modules/minimatch/minimatch.js
-lib/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/.npmignore
 lib/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/README.md
-lib/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/example.js
 lib/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/index.js
 lib/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.npmignore
-lib/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.travis.yml
 lib/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/LICENSE.md
-lib/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/Makefile
 lib/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/README.md
-lib/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/example.js
 lib/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/index.js
 lib/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json
 lib/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/.travis.yml
@@ -642,7 +637,6 @@
 lib/node_modules/npm/node_modules/graceful-fs/legacy-streams.js
 lib/node_modules/npm/node_modules/graceful-fs/package.json
 lib/node_modules/npm/node_modules/graceful-fs/polyfills.js
-lib/node_modules/npm/node_modules/has-unicode/.npmignore
 lib/node_modules/npm/node_modules/has-unicode/LICENSE
 lib/node_modules/npm/node_modules/has-unicode/README.md
 lib/node_modules/npm/node_modules/has-unicode/index.js
@@ -775,14 +769,6 @@
 lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._baseclone/index.js
 lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._baseclone/package.json
 lib/node_modules/npm/node_modules/lodash.clonedeep/package.json
-lib/node_modules/npm/node_modules/lodash.isarray/LICENSE
-lib/node_modules/npm/node_modules/lodash.isarray/README.md
-lib/node_modules/npm/node_modules/lodash.isarray/index.js
-lib/node_modules/npm/node_modules/lodash.isarray/package.json
-lib/node_modules/npm/node_modules/lodash.keys/LICENSE
-lib/node_modules/npm/node_modules/lodash.keys/README.md
-lib/node_modules/npm/node_modules/lodash.keys/index.js
-lib/node_modules/npm/node_modules/lodash.keys/package.json
 lib/node_modules/npm/node_modules/lodash.restparam/LICENSE.txt
 lib/node_modules/npm/node_modules/lodash.restparam/README.md
 lib/node_modules/npm/node_modules/lodash.restparam/index.js
@@ -977,6 +963,92 @@
 lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/sigmund/package.json
 lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/sigmund/sigmund.js
 lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/package.json
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/LICENSE
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/README.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/log.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/ansi/.npmignore
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/ansi/History.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/ansi/LICENSE
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/ansi/README.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/ansi/examples/beep/index.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/ansi/examples/clear/index.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/ansi/examples/cursorPosition.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/ansi/examples/progress/index.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/ansi/lib/ansi.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/ansi/lib/newlines.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/ansi/package.json
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/.npmignore
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/CHANGES.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/LICENSE
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/README.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/index.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/.npmignore
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/History.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/License
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/Makefile
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/Readme.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/index.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/package.json
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/package.json
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/tracker-base.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/tracker-group.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/tracker-stream.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/tracker.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/.npmignore
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/LICENSE
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/README.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/example.png
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/LICENSE
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/README.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/index.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash._baseslice/LICENSE
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash._baseslice/README.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash._baseslice/index.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash._baseslice/package.json
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash._basetostring/LICENSE
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash._basetostring/README.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash._basetostring/index.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash._basetostring/package.json
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.tostring/LICENSE
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.tostring/README.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.tostring/index.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.tostring/package.json
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/package.json
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/LICENSE
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/README.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/index.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash._baseslice/LICENSE
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash._baseslice/README.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash._baseslice/index.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash._baseslice/package.json
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash._basetostring/LICENSE
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash._basetostring/README.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash._basetostring/index.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash._basetostring/package.json
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.tostring/LICENSE
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.tostring/README.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.tostring/index.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.tostring/package.json
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/package.json
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/LICENSE
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/README.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/index.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash._baseslice/LICENSE
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash._baseslice/README.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash._baseslice/index.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash._baseslice/package.json
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash._basetostring/LICENSE
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash._basetostring/README.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash._basetostring/index.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash._basetostring/package.json
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.tostring/LICENSE
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.tostring/README.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.tostring/index.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.tostring/package.json
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/package.json
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/package.json
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/progress-bar.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/package.json
 lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/.npmignore
 lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/.travis.yml
 lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/History.md
@@ -1489,6 +1561,7 @@
 lib/node_modules/npm/node_modules/npm-install-checks/README.md
 lib/node_modules/npm/node_modules/npm-install-checks/index.js
 lib/node_modules/npm/node_modules/npm-install-checks/package.json
+lib/node_modules/npm/node_modules/npm-package-arg/.npmignore
 lib/node_modules/npm/node_modules/npm-package-arg/.travis.yml
 lib/node_modules/npm/node_modules/npm-package-arg/LICENSE
 lib/node_modules/npm/node_modules/npm-package-arg/README.md
@@ -1598,23 +1671,10 @@
 lib/node_modules/npm/node_modules/npm-user-validate/README.md
 lib/node_modules/npm/node_modules/npm-user-validate/npm-user-validate.js
 lib/node_modules/npm/node_modules/npm-user-validate/package.json
-lib/node_modules/npm/node_modules/npmlog/.travis.yml
+lib/node_modules/npm/node_modules/npmlog/CHANGELOG.md
 lib/node_modules/npm/node_modules/npmlog/LICENSE
 lib/node_modules/npm/node_modules/npmlog/README.md
-lib/node_modules/npm/node_modules/npmlog/example.js
 lib/node_modules/npm/node_modules/npmlog/log.js
-lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/.jshintrc
-lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/.npmignore
-lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/History.md
-lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/LICENSE
-lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/README.md
-lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/examples/beep/index.js
-lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/examples/clear/index.js
-lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/examples/cursorPosition.js
-lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/examples/progress/index.js
-lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/lib/ansi.js
-lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/lib/newlines.js
-lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/package.json
 lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/.npmignore
 lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/CHANGES.md
 lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/LICENSE
@@ -1632,48 +1692,72 @@
 lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/tracker-group.js
 lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/tracker-stream.js
 lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/tracker.js
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/.npmignore
+lib/node_modules/npm/node_modules/npmlog/node_modules/console-control-strings/LICENSE
+lib/node_modules/npm/node_modules/npmlog/node_modules/console-control-strings/README.md
+lib/node_modules/npm/node_modules/npmlog/node_modules/console-control-strings/index.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/console-control-strings/package.json
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/CHANGELOG.md
 lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/LICENSE
 lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/README.md
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/example.png
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/LICENSE
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/README.md
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/index.js
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.repeat/LICENSE
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.repeat/README.md
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.repeat/index.js
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.repeat/package.json
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.tostring/LICENSE
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.tostring/README.md
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.tostring/index.js
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.tostring/package.json
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/package.json
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/LICENSE
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/README.md
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/index.js
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.repeat/LICENSE
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.repeat/README.md
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.repeat/index.js



Home | Main Index | Thread Index | Old Index