@@ -160,6 +160,7 @@ Copyright (c) 2011 Nate Smith <nate@nateps.com>
160160
161161----------
162162socket.io: https://github.com/learnboost/socket.io
163+ ms: https://github.com/guille/ms.js
163164----------
164165
165166Copyright (c) 2011 Guillermo Rauch <guillermo@learnboost.com>
@@ -277,6 +278,7 @@ nopt: https://github.com/isaacs/nopt
277278slide: https://github.com/isaacs/slide-flow-control
278279which: https://github.com/isaacs/node-which
279280minimatch: https://github.com/isaacs/minimatch
281+ core-util-is: https://github.com/isaacs/core-util-is
280282----------
281283
282284Copyright 2009, 2010, 2011 Isaac Z. Schlueter.
@@ -293,6 +295,10 @@ editor: https://github.com/substack/node-editor
293295minimist: https://github.com/substack/minimist
294296quotemeta: https://github.com/substack/quotemeta
295297text-table: https://github.com/substack/text-table
298+ buffers: https://github.com/substack/node-buffers
299+ chainsaw: https://github.com/substack/node-chainsaw
300+ traverse: https://github.com/substack/js-traverse
301+ binary: https://github.com/substack/node-binary
296302----------
297303
298304Copyright 2010, 2011, 2012, 2013 James Halliday (mail@substack.net)
@@ -344,7 +350,7 @@ Copyright (c) 2011-2012 JP Richardson
344350
345351
346352----------
347- setImmediate : https://github.com/NobleJS/setImmediate
353+ setimmediate : https://github.com/NobleJS/setImmediate
348354----------
349355
350356Copyright (c) 2012 Barnesandnoble.com, llc, Donavon West, and Domenic Denicola
@@ -568,6 +574,37 @@ node-aes-gcm: https://github.com/xorbit/node-aes-gcm
568574Copyright (c) 2013 Patrick Van Oosterwijck
569575
570576
577+ ----------
578+ isarray: https://github.com/juliangruber/isarray
579+ ----------
580+
581+ Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
582+
583+
584+ ----------
585+ keep-alive-agent: https://github.com/ceejbot/keep-alive-agent
586+ ----------
587+
588+ Copyright (c) 2012 C J Silverio
589+
590+
591+ ----------
592+ match-stream: https://github.com/EvanOxfeld/match-stream
593+ slice-stream: https://github.com/EvanOxfeld/slice-stream
594+ ----------
595+
596+ Copyright (c) 2013 Evan Oxfeld
597+
598+
599+ ----------
600+ unzip: https://github.com/joeferner/node-unzip
601+ over: https://github.com/joeferner/node-over
602+ pullstream: https://github.com/EvanOxfeld/node-pullstream
603+ ----------
604+
605+ Copyright (c) 2012 Near Infinity Corporation
606+
607+
571608----------
572609nan: https://github.com/rvagg/nan
573610----------
@@ -621,6 +658,8 @@ Original Author, when distributed with the Software.
621658
622659
623660
661+
662+
624663==============
625664Apache License
626665==============
@@ -750,6 +789,21 @@ punycode: https://github.com/bestiejs/punycode.js
750789Copyright Mathias Bynens <http://mathiasbynens.be/>
751790
752791
792+ ----------
793+ browserstack-webdriver: https://github.com/browserstack/selenium-webdriver-nodejs
794+ ----------
795+
796+ Copyright 2009-2014 Software Freedom Conservancy
797+
798+ ----------
799+ phantomjs: https://github.com/Medium/phantomjs (npm installer)
800+ ----------
801+
802+ Copyright 2012 The Obvious Corporation.
803+
804+
805+
806+
753807======================
754808Eclipse Public License
755809======================
@@ -1495,6 +1549,13 @@ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
14951549IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
14961550
14971551
1552+ ----------
1553+ phantomjs: http://phantomjs.org/
1554+ ----------
1555+
1556+ Copyright 2010-2014 Ariya Hidayat
1557+
1558+
14981559=============
14991560Public Domain
15001561=============
@@ -1606,6 +1667,7 @@ By Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
16061667----------
16071668opener: https://github.com/domenic/opener
16081669path-is-inside: https://github.com/domenic/path-is-inside
1670+ sorted-object: https://github.com/domenic/sorted-object
16091671----------
16101672
16111673 DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
@@ -2080,6 +2142,8 @@ nodejs: http://nodejs.org/
20802142readable-stream: https://github.com/isaacs/readable-stream
20812143npm: https://github.com/isaacs/npm
20822144init-package-json: https://github.com/isaacs/init-package-json
2145+ string_decoder: https://github.com/rvagg/string_decoder
2146+ util-extend: https://github.com/isaacs/util-extend
20832147----------
20842148
20852149
@@ -2677,3 +2741,47 @@ License: http://opendatacommons.org/licenses/dbcl/1.0/ The cartography is
26772741licensed under the under the Creative Commons Attribution-ShareAlike 2.0 license
26782742(CC-BY-SA). Full information is available at
26792743http://www.openstreetmap.org/copyright
2744+
2745+
2746+
2747+ ----------
2748+ char-spinner: https://github.com/isaacs/char-spinner
2749+ inflight: https://github.com/isaacs/inflight
2750+ ----------
2751+
2752+ Copyright (c) Isaac Z. Schlueter
2753+
2754+ The ISC License
2755+
2756+ Permission to use, copy, modify, and/or distribute this software for any
2757+ purpose with or without fee is hereby granted, provided that the above
2758+ copyright notice and this permission notice appear in all copies.
2759+
2760+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2761+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2762+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2763+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2764+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2765+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2766+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2767+
2768+
2769+ ----------
2770+ npm-cache-filename: https://github.com/npm/npm-cache-filename
2771+ ----------
2772+
2773+ Copyright (c) npm, Inc. and Contributors
2774+
2775+ The ISC License
2776+
2777+ Permission to use, copy, modify, and/or distribute this software for any
2778+ purpose with or without fee is hereby granted, provided that the above
2779+ copyright notice and this permission notice appear in all copies.
2780+
2781+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2782+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2783+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2784+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2785+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2786+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2787+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
0 commit comments