diff --git a/archivers/freetar/Makefile b/archivers/freetar/Makefile index 3329170914b..68fd0bdab9e 100644 --- a/archivers/freetar/Makefile +++ b/archivers/freetar/Makefile @@ -2,7 +2,7 @@ PORTNAME= freetar PORTVERSION= 0.9 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= archivers gnustep MASTER_SITES= http://download.gna.org/freetar/ DISTNAME= FreeTar-${PORTVERSION} diff --git a/archivers/unarchiver/Makefile b/archivers/unarchiver/Makefile index 57f77dcae87..00a20c9e1a3 100644 --- a/archivers/unarchiver/Makefile +++ b/archivers/unarchiver/Makefile @@ -3,7 +3,7 @@ PORTNAME= unar PORTVERSION= 1.10.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= archivers gnustep MASTER_SITES= http://wakaba.c3.cx/releases/TheUnarchiver/ DISTNAME= ${PORTNAME}${PORTVERSION}_src diff --git a/archivers/zipper/Makefile b/archivers/zipper/Makefile index a24c800e8e6..0356a32f2b2 100644 --- a/archivers/zipper/Makefile +++ b/archivers/zipper/Makefile @@ -3,7 +3,7 @@ PORTNAME= zipper PORTVERSION= 1.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= archivers gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= Zipper-${PORTVERSION} diff --git a/archivers/zstd/Makefile b/archivers/zstd/Makefile index e05bc1520b0..6df279040d3 100644 --- a/archivers/zstd/Makefile +++ b/archivers/zstd/Makefile @@ -2,16 +2,17 @@ # $FreeBSD$ PORTNAME= zstd -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= archivers MAINTAINER= sunpoet@FreeBSD.org COMMENT= Zstandard - Fast real-time compression algorithm -LICENSE= BSD2CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE= BSD3CLAUSE GPLv2 +LICENSE_COMB= dual +LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/LICENSE +LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING ALL_TARGET= default MAKE_ARGS= INCLUDEDIR="${PREFIX}/include" LIBDIR="${PREFIX}/lib" MANDIR="${PREFIX}/man/man1" diff --git a/archivers/zstd/distinfo b/archivers/zstd/distinfo index 6091577f2c3..b18804dfb5c 100644 --- a/archivers/zstd/distinfo +++ b/archivers/zstd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1499364171 -SHA256 (facebook-zstd-v1.3.0_GH0.tar.gz) = 0fdba643b438b7cbce700dcc0e7b3e3da6d829088c63757a5984930e2f70b348 -SIZE (facebook-zstd-v1.3.0_GH0.tar.gz) = 1469911 +TIMESTAMP = 1503324578 +SHA256 (facebook-zstd-v1.3.1_GH0.tar.gz) = 312fb9dc75668addbc9c8f33c7fa198b0fc965c576386b8451397e06256eadc6 +SIZE (facebook-zstd-v1.3.1_GH0.tar.gz) = 1513767 diff --git a/audio/Makefile b/audio/Makefile index 93cd1570a3d..ed52aeaaca5 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -61,6 +61,7 @@ SUBDIR += calf SUBDIR += cam SUBDIR += cantata + SUBDIR += caps-lv2 SUBDIR += caps-plugins SUBDIR += ccaudio2 SUBDIR += cd-console @@ -770,6 +771,7 @@ SUBDIR += sweep SUBDIR += swh-lv2 SUBDIR += swhplugins + SUBDIR += synthpod-lv2 SUBDIR += taglib SUBDIR += taglib-extras SUBDIR += taglib-sharp @@ -777,6 +779,7 @@ SUBDIR += tagtool SUBDIR += tagutil SUBDIR += tap-plugins + SUBDIR += tap-plugins-lv2 SUBDIR += tcd SUBDIR += tclmidi SUBDIR += teamspeak3-server diff --git a/audio/asterisk-espeak/Makefile b/audio/asterisk-espeak/Makefile index fadd5c7c5fd..71de9d7eff9 100644 --- a/audio/asterisk-espeak/Makefile +++ b/audio/asterisk-espeak/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= asterisk-espeak -PORTVERSION= 3.0 +PORTVERSION= 4.0 DISTVERSIONPREFIX= v CATEGORIES= audio @@ -13,13 +13,13 @@ LICENSE= GPLv2 LIB_DEPENDS= libespeak.so:audio/espeak \ libsamplerate.so:audio/libsamplerate +USES= compiler gmake localbase +INSTALL_TARGET= install samples + USE_GITHUB= yes GH_ACCOUNT= zaf GH_PROJECT= Asterisk-eSpeak -USES= compiler gmake localbase -INSTALL_TARGET= install samples - OPTIONS_SINGLE= ASTVER OPTIONS_SINGLE_ASTVER= ASTERISK11 ASTERISK13 OPTIONS_DEFAULT= ASTERISK13 diff --git a/audio/asterisk-espeak/distinfo b/audio/asterisk-espeak/distinfo index 3990e3e6bb3..f1769e752ce 100644 --- a/audio/asterisk-espeak/distinfo +++ b/audio/asterisk-espeak/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1483464333 -SHA256 (zaf-Asterisk-eSpeak-v3.0_GH0.tar.gz) = 47c7629853ad54a2f3b50a5407db356ab7806f5fa40f9811a129208d6eeec398 -SIZE (zaf-Asterisk-eSpeak-v3.0_GH0.tar.gz) = 13758 +TIMESTAMP = 1503328653 +SHA256 (zaf-Asterisk-eSpeak-v4.0_GH0.tar.gz) = 29b76b8483e398bde9b3639ebb7d89e86c5ff1bac339e6c5bea7e6b9518dd369 +SIZE (zaf-Asterisk-eSpeak-v4.0_GH0.tar.gz) = 13739 diff --git a/audio/asterisk-espeak/files/patch-Makefile b/audio/asterisk-espeak/files/patch-Makefile index 29faa9c4d01..d707f3a69fc 100644 --- a/audio/asterisk-espeak/files/patch-Makefile +++ b/audio/asterisk-espeak/files/patch-Makefile @@ -1,31 +1,33 @@ ---- Makefile.orig 2016-03-19 11:15:32 UTC +--- Makefile.orig 2017-01-08 00:20:52 UTC +++ Makefile -@@ -7,30 +7,15 @@ +@@ -6,31 +6,18 @@ + # the GNU General Public License Version 2. See the COPYING file # at the top of the source tree. - INSTALL=install --ASTLIBDIR:=$(shell awk '/moddir/{print $$3}' /etc/asterisk/asterisk.conf) +-ASTLIBDIR:=$(shell awk '/moddir/{print $$3}' /etc/asterisk/asterisk.conf 2> /dev/null) -ifeq ($(strip $(ASTLIBDIR)),) -- MODULES_DIR=$(INSTALL_PREFIX)/usr/lib/asterisk/modules +- MODULES_DIR:=$(INSTALL_PREFIX)/usr/lib/asterisk/modules -else -- MODULES_DIR=$(INSTALL_PREFIX)$(ASTLIBDIR) +- MODULES_DIR:=$(INSTALL_PREFIX)$(ASTLIBDIR) -endif --ASTETCDIR=$(INSTALL_PREFIX)/etc/asterisk +-ASTETCDIR:=$(INSTALL_PREFIX)/etc/asterisk +MODULES_DIR=$(PREFIX)/lib/asterisk/modules +ASTETCDIR=$(PREFIX)/etc/asterisk - SAMPLENAME=espeak.conf.sample --CONFNAME=$(basename $(SAMPLENAME)) -- --CC=gcc --OPTIMIZE=-O2 --DEBUG=-g -+CONFNAME=$(SAMPLENAME) + SAMPLENAME:=espeak.conf.sample +-CONFNAME:=$(basename $(SAMPLENAME)) ++CONFNAME:=$(SAMPLENAME) + + INSTALL:=install +-CC:=gcc +-OPTIMIZE:=-O2 +-DEBUG:=-g ++CC?=gcc -LIBS+=-lespeak -lsamplerate +LIBS+=$(LDFLAGS) -lespeak -lsamplerate - CFLAGS+=-pipe -fPIC -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE + CFLAGS+=-pipe -fPIC -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -DAST_MODULE_SELF_SYM=__internal_app_espeak_self - all: _all + all: app_espeak.so - @echo " +-------- app_espeak Build Complete --------+" - @echo " + app_espeak has successfully been built, +" - @echo " + and can be installed by running: +" @@ -33,10 +35,10 @@ - @echo " + make install +" - @echo " +-------------------------------------------+" - _all: app_espeak.so - -@@ -46,21 +31,7 @@ clean: - install: _all + app_espeak.o: app_espeak.c + $(CC) $(CFLAGS) $(DEBUG) $(OPTIMIZE) -c -o $@ $*.c +@@ -44,20 +31,7 @@ clean: + install: all $(INSTALL) -m 755 -d $(DESTDIR)$(MODULES_DIR) $(INSTALL) -m 755 app_espeak.so $(DESTDIR)$(MODULES_DIR) - @echo " +---- app_espeak Installation Complete -----+" @@ -56,4 +58,3 @@ - fi ; $(INSTALL) -m 644 $(SAMPLENAME) $(DESTDIR)$(ASTETCDIR)/$(CONFNAME) - @echo " ------- app_esepak confing Installed --------" -- diff --git a/audio/asterisk-flite/Makefile b/audio/asterisk-flite/Makefile index 2c26d933b17..ad140ea2f58 100644 --- a/audio/asterisk-flite/Makefile +++ b/audio/asterisk-flite/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= asterisk-flite -PORTVERSION= 2.3 +PORTVERSION= 3.0 DISTVERSIONPREFIX= v CATEGORIES= audio @@ -12,13 +12,13 @@ LICENSE= GPLv2 LIB_DEPENDS= libflite.so:audio/flite +USES= compiler gmake localbase +INSTALL_TARGET= install samples + USE_GITHUB= yes GH_ACCOUNT= zaf GH_PROJECT= Asterisk-Flite -USES= compiler gmake localbase -INSTALL_TARGET= install samples - OPTIONS_SINGLE= ASTVER OPTIONS_SINGLE_ASTVER= ASTERISK11 ASTERISK13 diff --git a/audio/asterisk-flite/distinfo b/audio/asterisk-flite/distinfo index 89dfc3365cc..f8b3918beb5 100644 --- a/audio/asterisk-flite/distinfo +++ b/audio/asterisk-flite/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1474382391 -SHA256 (zaf-Asterisk-Flite-v2.3_GH0.tar.gz) = 208a2dfd4c6345c99d6b15cd136fa938355b937fa5f9efe849fcf53106667e4c -SIZE (zaf-Asterisk-Flite-v2.3_GH0.tar.gz) = 11977 +TIMESTAMP = 1503328714 +SHA256 (zaf-Asterisk-Flite-v3.0_GH0.tar.gz) = 57f0a86716af6a6704de003b3779c44d55ac9747cb696430d88d3f93cd7e2399 +SIZE (zaf-Asterisk-Flite-v3.0_GH0.tar.gz) = 11992 diff --git a/audio/asterisk-flite/files/patch-Makefile b/audio/asterisk-flite/files/patch-Makefile index 81c463cad0f..8c7be9d7a20 100644 --- a/audio/asterisk-flite/files/patch-Makefile +++ b/audio/asterisk-flite/files/patch-Makefile @@ -1,31 +1,31 @@ ---- Makefile.orig 2016-03-20 14:01:21 UTC +--- Makefile.orig 2016-09-12 20:39:22 UTC +++ Makefile -@@ -7,30 +7,15 @@ +@@ -7,30 +7,16 @@ # at the top of the source tree. - INSTALL=install + INSTALL:=install -ASTLIBDIR:=$(shell awk '/moddir/{print $$3}' /etc/asterisk/asterisk.conf) -ifeq ($(strip $(ASTLIBDIR)),) -- MODULES_DIR=$(INSTALL_PREFIX)/usr/lib/asterisk/modules +- MODULES_DIR:=$(INSTALL_PREFIX)/usr/lib/asterisk/modules -else -- MODULES_DIR=$(INSTALL_PREFIX)$(ASTLIBDIR) +- MODULES_DIR:=$(INSTALL_PREFIX)$(ASTLIBDIR) -endif --ASTETCDIR=$(INSTALL_PREFIX)/etc/asterisk +-ASTETCDIR:=$(INSTALL_PREFIX)/etc/asterisk +MODULES_DIR=$(PREFIX)/lib/asterisk/modules +ASTETCDIR=$(PREFIX)/etc/asterisk - SAMPLENAME=flite.conf.sample --CONFNAME=$(basename $(SAMPLENAME)) -- + SAMPLENAME:=flite.conf.sample +-CONFNAME:=$(basename $(SAMPLENAME)) + -CC=gcc -OPTIMIZE=-O2 -DEBUG=-g -+CONFNAME=$(SAMPLENAME) ++CC?=gcc -LIBS+=-lflite_cmu_us_kal -lflite_cmu_us_kal16 -lflite_cmu_us_awb -lflite_cmu_us_rms -lflite_cmu_us_slt -lflite_usenglish -lflite_cmulex -lflite +LIBS+=$(LDFLAGS) -lflite_cmu_us_kal -lflite_cmu_us_kal16 -lflite_cmu_us_awb -lflite_cmu_us_rms -lflite_cmu_us_slt -lflite_usenglish -lflite_cmulex -lflite - CFLAGS+=-pipe -fPIC -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE + CFLAGS+=-pipe -fPIC -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -DAST_MODULE_SELF_SYM=__internal_app_flite_self - all: _all + all: app_flite.so - @echo " +--------- app_flite Build Complete --------+" - @echo " + app_flite has successfully been built, +" - @echo " + and can be installed by running: +" @@ -33,10 +33,10 @@ - @echo " + make install +" - @echo " +-------------------------------------------+" - _all: app_flite.so - -@@ -46,20 +31,7 @@ clean: - install: _all + app_flite.o: app_flite.c + $(CC) $(CFLAGS) $(DEBUG) $(OPTIMIZE) -c -o app_flite.o app_flite.c +@@ -44,20 +30,7 @@ clean: + install: all $(INSTALL) -m 755 -d $(DESTDIR)$(MODULES_DIR) $(INSTALL) -m 755 app_flite.so $(DESTDIR)$(MODULES_DIR) - @echo " +---- app_flite Installation Complete ------+" diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index e072afc0c4a..abc742f7ad0 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -3,6 +3,7 @@ PORTNAME= audacity PORTVERSION= 2.1.3 +PORTREVISION= 1 DISTVERSIONPREFIX= Audacity- CATEGORIES= audio diff --git a/audio/caps-lv2/Makefile b/audio/caps-lv2/Makefile new file mode 100644 index 00000000000..da35ef45b1a --- /dev/null +++ b/audio/caps-lv2/Makefile @@ -0,0 +1,25 @@ +# Created by: Yuri Victorovich +# $FreeBSD$ + +PORTNAME= caps-lv2 +PORTVERSION= g20170626 +CATEGORIES= audio + +MAINTAINER= yuri@rawbw.com +COMMENT= LV2 version of the C* Audio Plugin Suite + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= lv2>0:audio/lv2 + +USES= gmake localbase +USE_GITHUB= yes +GH_ACCOUNT= moddevices +GH_TAGNAME= 072e2fe + +post-patch: + @${REINPLACE_CMD} -e "s|__APPLE__|__FreeBSD__|" \ + ${WRKSRC}/dsp/v4f_IIR2.h + +.include diff --git a/audio/caps-lv2/distinfo b/audio/caps-lv2/distinfo new file mode 100644 index 00000000000..77e3e1497d5 --- /dev/null +++ b/audio/caps-lv2/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1503270334 +SHA256 (moddevices-caps-lv2-g20170626-072e2fe_GH0.tar.gz) = c4ba0c7aabe3834b3614209dc362cbfa30bda43b0758c02a33b4a8d6863a5593 +SIZE (moddevices-caps-lv2-g20170626-072e2fe_GH0.tar.gz) = 22824620 diff --git a/audio/caps-lv2/pkg-descr b/audio/caps-lv2/pkg-descr new file mode 100644 index 00000000000..0fe9fb9f895 --- /dev/null +++ b/audio/caps-lv2/pkg-descr @@ -0,0 +1,7 @@ +The C* Audio Plugin Suite, is a collection of highly refined LV2 +units capable of (and intended for) realtime operation. The suite +includes DSP units emulating instrument amplifiers, stomp-box +classics, versatile 'virtual analogue' oscillators, fractal +oscillation, reverb, equalization and others. + +WWW: https://github.com/moddevices/caps-lv2 diff --git a/audio/caps-lv2/pkg-plist b/audio/caps-lv2/pkg-plist new file mode 100644 index 00000000000..105c8d65405 --- /dev/null +++ b/audio/caps-lv2/pkg-plist @@ -0,0 +1,434 @@ +lib/lv2/mod-caps-AmpVTS.lv2/AmpVTS.so +lib/lv2/mod-caps-AmpVTS.lv2/AmpVTS.ttl +lib/lv2/mod-caps-AmpVTS.lv2/manifest.ttl +lib/lv2/mod-caps-AmpVTS.lv2/modgui.ttl +lib/lv2/mod-caps-AmpVTS.lv2/modgui/AmpVTS-thumb.png +lib/lv2/mod-caps-AmpVTS.lv2/modgui/AmpVTS.html +lib/lv2/mod-caps-AmpVTS.lv2/modgui/AmpVTS.json +lib/lv2/mod-caps-AmpVTS.lv2/modgui/AmpVTS.png +lib/lv2/mod-caps-AmpVTS.lv2/modgui/heads/model-001/model-0950.png +lib/lv2/mod-caps-AmpVTS.lv2/modgui/icon-c-ampvts-tube-amp-tone-stack.html +lib/lv2/mod-caps-AmpVTS.lv2/modgui/knobs/chicken-head/_strip.png +lib/lv2/mod-caps-AmpVTS.lv2/modgui/screenshot-c-ampvts-tube-amp-tone-stack.png +lib/lv2/mod-caps-AmpVTS.lv2/modgui/stylesheet-c-ampvts-tube-amp-tone-stack.css +lib/lv2/mod-caps-AmpVTS.lv2/modgui/switches/switch-001.png +lib/lv2/mod-caps-AmpVTS.lv2/modgui/thumbnail-c-ampvts-tube-amp-tone-stack.png +lib/lv2/mod-caps-AutoFilter.lv2/AutoFilter.so +lib/lv2/mod-caps-AutoFilter.lv2/AutoFilter.ttl +lib/lv2/mod-caps-AutoFilter.lv2/manifest.ttl +lib/lv2/mod-caps-AutoFilter.lv2/modgui.ttl +lib/lv2/mod-caps-AutoFilter.lv2/modgui/AutoFilter-thumb.png +lib/lv2/mod-caps-AutoFilter.lv2/modgui/AutoFilter.html +lib/lv2/mod-caps-AutoFilter.lv2/modgui/AutoFilter.json +lib/lv2/mod-caps-AutoFilter.lv2/modgui/AutoFilter.png +lib/lv2/mod-caps-AutoFilter.lv2/modgui/icon-c-autofilter.html +lib/lv2/mod-caps-AutoFilter.lv2/modgui/knobs/boxy/black.png +lib/lv2/mod-caps-AutoFilter.lv2/modgui/pedals/boxy/yellow.png +lib/lv2/mod-caps-AutoFilter.lv2/modgui/pedals/footswitch.png +lib/lv2/mod-caps-AutoFilter.lv2/modgui/screenshot-c-autofilter.png +lib/lv2/mod-caps-AutoFilter.lv2/modgui/stylesheet-c-autofilter.css +lib/lv2/mod-caps-AutoFilter.lv2/modgui/thumbnail-c-autofilter.png +lib/lv2/mod-caps-AutoFilter.lv2/modgui/utils/dropdown-arrow-black.png +lib/lv2/mod-caps-AutoFilter.lv2/modgui/utils/dropdown-arrow-white.png +lib/lv2/mod-caps-CEO.lv2/CEO.so +lib/lv2/mod-caps-CEO.lv2/CEO.ttl +lib/lv2/mod-caps-CEO.lv2/manifest.ttl +lib/lv2/mod-caps-CEO.lv2/modgui.ttl +lib/lv2/mod-caps-CEO.lv2/modgui/CEO-thumb.png +lib/lv2/mod-caps-CEO.lv2/modgui/CEO.html +lib/lv2/mod-caps-CEO.lv2/modgui/CEO.json +lib/lv2/mod-caps-CEO.lv2/modgui/CEO.png +lib/lv2/mod-caps-CEO.lv2/modgui/icon-c-ceo-chief-executive-oscillator.html +lib/lv2/mod-caps-CEO.lv2/modgui/knobs/boxy/black.png +lib/lv2/mod-caps-CEO.lv2/modgui/pedals/boxy/racing.png +lib/lv2/mod-caps-CEO.lv2/modgui/pedals/footswitch.png +lib/lv2/mod-caps-CEO.lv2/modgui/screenshot-c-ceo-chief-executive-oscillator.png +lib/lv2/mod-caps-CEO.lv2/modgui/stylesheet-c-ceo-chief-executive-oscillator.css +lib/lv2/mod-caps-CEO.lv2/modgui/thumbnail-c-ceo-chief-executive-oscillator.png +lib/lv2/mod-caps-CEO.lv2/modgui/utils/dropdown-arrow-black.png +lib/lv2/mod-caps-CEO.lv2/modgui/utils/dropdown-arrow-white.png +lib/lv2/mod-caps-CabinetIII.lv2/CabinetIII.so +lib/lv2/mod-caps-CabinetIII.lv2/CabinetIII.ttl +lib/lv2/mod-caps-CabinetIII.lv2/manifest.ttl +lib/lv2/mod-caps-CabinetIII.lv2/modgui.ttl +lib/lv2/mod-caps-CabinetIII.lv2/modgui/icon-c-cabinetiii-idealised-loudspeaker-cabinet-emulation.html +lib/lv2/mod-caps-CabinetIII.lv2/modgui/knobs/boxy/black.png +lib/lv2/mod-caps-CabinetIII.lv2/modgui/pedals/boxy/brown.png +lib/lv2/mod-caps-CabinetIII.lv2/modgui/pedals/footswitch.png +lib/lv2/mod-caps-CabinetIII.lv2/modgui/screenshot-c-cabinetiii-idealised-loudspeaker-cabinet-emulation.png +lib/lv2/mod-caps-CabinetIII.lv2/modgui/stylesheet-c-cabinetiii-idealised-loudspeaker-cabinet-emulation.css +lib/lv2/mod-caps-CabinetIII.lv2/modgui/thumbnail-c-cabinetiii-idealised-loudspeaker-cabinet-emulation.png +lib/lv2/mod-caps-CabinetIII.lv2/modgui/utils/dropdown-arrow-black.png +lib/lv2/mod-caps-CabinetIII.lv2/modgui/utils/dropdown-arrow-white.png +lib/lv2/mod-caps-CabinetIV.lv2/CabinetIV.so +lib/lv2/mod-caps-CabinetIV.lv2/CabinetIV.ttl +lib/lv2/mod-caps-CabinetIV.lv2/manifest.ttl +lib/lv2/mod-caps-CabinetIV.lv2/modgui.ttl +lib/lv2/mod-caps-CabinetIV.lv2/modgui/CabinetIV-thumb.png +lib/lv2/mod-caps-CabinetIV.lv2/modgui/CabinetIV.html +lib/lv2/mod-caps-CabinetIV.lv2/modgui/CabinetIV.json +lib/lv2/mod-caps-CabinetIV.lv2/modgui/CabinetIV.png +lib/lv2/mod-caps-CabinetIV.lv2/modgui/icon-c-cabinetiv-idealised-loudspeaker-cabinet-emulation.html +lib/lv2/mod-caps-CabinetIV.lv2/modgui/knobs/boxy/black.png +lib/lv2/mod-caps-CabinetIV.lv2/modgui/pedals/boxy/brown.png +lib/lv2/mod-caps-CabinetIV.lv2/modgui/pedals/footswitch.png +lib/lv2/mod-caps-CabinetIV.lv2/modgui/screenshot-c-cabinetiv-idealised-loudspeaker-cabinet-emulation.png +lib/lv2/mod-caps-CabinetIV.lv2/modgui/stylesheet-c-cabinetiv-idealised-loudspeaker-cabinet-emulation.css +lib/lv2/mod-caps-CabinetIV.lv2/modgui/thumbnail-c-cabinetiv-idealised-loudspeaker-cabinet-emulation.png +lib/lv2/mod-caps-CabinetIV.lv2/modgui/utils/dropdown-arrow-black.png +lib/lv2/mod-caps-CabinetIV.lv2/modgui/utils/dropdown-arrow-white.png +lib/lv2/mod-caps-ChorusI.lv2/ChorusI.so +lib/lv2/mod-caps-ChorusI.lv2/ChorusI.ttl +lib/lv2/mod-caps-ChorusI.lv2/manifest.ttl +lib/lv2/mod-caps-ChorusI.lv2/modgui.ttl +lib/lv2/mod-caps-ChorusI.lv2/modgui/ChorusI-thumb.png +lib/lv2/mod-caps-ChorusI.lv2/modgui/ChorusI.html +lib/lv2/mod-caps-ChorusI.lv2/modgui/ChorusI.json +lib/lv2/mod-caps-ChorusI.lv2/modgui/ChorusI.png +lib/lv2/mod-caps-ChorusI.lv2/modgui/icon-c-chorusi-mono-chorusflanger.html +lib/lv2/mod-caps-ChorusI.lv2/modgui/knobs/boxy/black.png +lib/lv2/mod-caps-ChorusI.lv2/modgui/pedals/boxy/darkblue.png +lib/lv2/mod-caps-ChorusI.lv2/modgui/pedals/footswitch.png +lib/lv2/mod-caps-ChorusI.lv2/modgui/screenshot-c-chorusi-mono-chorusflanger.png +lib/lv2/mod-caps-ChorusI.lv2/modgui/stylesheet-c-chorusi-mono-chorusflanger.css +lib/lv2/mod-caps-ChorusI.lv2/modgui/thumbnail-c-chorusi-mono-chorusflanger.png +lib/lv2/mod-caps-ChorusI.lv2/modgui/utils/dropdown-arrow-black.png +lib/lv2/mod-caps-ChorusI.lv2/modgui/utils/dropdown-arrow-white.png +lib/lv2/mod-caps-Click.lv2/Click.so +lib/lv2/mod-caps-Click.lv2/Click.ttl +lib/lv2/mod-caps-Click.lv2/manifest.ttl +lib/lv2/mod-caps-Click.lv2/modgui.ttl +lib/lv2/mod-caps-Click.lv2/modgui/Click-thumb.png +lib/lv2/mod-caps-Click.lv2/modgui/Click.html +lib/lv2/mod-caps-Click.lv2/modgui/Click.json +lib/lv2/mod-caps-Click.lv2/modgui/Click.png +lib/lv2/mod-caps-Click.lv2/modgui/icon-c-click-metronome.html +lib/lv2/mod-caps-Click.lv2/modgui/knobs/boxy/black.png +lib/lv2/mod-caps-Click.lv2/modgui/pedals/boxy/wood1.png +lib/lv2/mod-caps-Click.lv2/modgui/pedals/footswitch.png +lib/lv2/mod-caps-Click.lv2/modgui/screenshot-c-click-metronome.png +lib/lv2/mod-caps-Click.lv2/modgui/stylesheet-c-click-metronome.css +lib/lv2/mod-caps-Click.lv2/modgui/thumbnail-c-click-metronome.png +lib/lv2/mod-caps-Click.lv2/modgui/utils/dropdown-arrow-black.png +lib/lv2/mod-caps-Click.lv2/modgui/utils/dropdown-arrow-white.png +lib/lv2/mod-caps-Compress.lv2/Compress.so +lib/lv2/mod-caps-Compress.lv2/Compress.ttl +lib/lv2/mod-caps-Compress.lv2/manifest.ttl +lib/lv2/mod-caps-Compress.lv2/modgui.ttl +lib/lv2/mod-caps-Compress.lv2/modgui/Compress-thumb.png +lib/lv2/mod-caps-Compress.lv2/modgui/Compress.html +lib/lv2/mod-caps-Compress.lv2/modgui/Compress.json +lib/lv2/mod-caps-Compress.lv2/modgui/Compress.png +lib/lv2/mod-caps-Compress.lv2/modgui/icon-c-compress-mono-compressor.html +lib/lv2/mod-caps-Compress.lv2/modgui/knobs/boxy/black.png +lib/lv2/mod-caps-Compress.lv2/modgui/pedals/boxy/red.png +lib/lv2/mod-caps-Compress.lv2/modgui/pedals/boxy75/red.png +lib/lv2/mod-caps-Compress.lv2/modgui/pedals/footswitch.png +lib/lv2/mod-caps-Compress.lv2/modgui/screenshot-c-compress-mono-compressor.png +lib/lv2/mod-caps-Compress.lv2/modgui/stylesheet-c-compress-mono-compressor.css +lib/lv2/mod-caps-Compress.lv2/modgui/thumbnail-c-compress-mono-compressor.png +lib/lv2/mod-caps-Compress.lv2/modgui/utils/dropdown-arrow-black.png +lib/lv2/mod-caps-Compress.lv2/modgui/utils/dropdown-arrow-white.png +lib/lv2/mod-caps-CompressX2.lv2/CompressX2.so +lib/lv2/mod-caps-CompressX2.lv2/CompressX2.ttl +lib/lv2/mod-caps-CompressX2.lv2/manifest.ttl +lib/lv2/mod-caps-CompressX2.lv2/modgui.ttl +lib/lv2/mod-caps-CompressX2.lv2/modgui/CompressX2-thumb.png +lib/lv2/mod-caps-CompressX2.lv2/modgui/CompressX2.html +lib/lv2/mod-caps-CompressX2.lv2/modgui/CompressX2.json +lib/lv2/mod-caps-CompressX2.lv2/modgui/CompressX2.png +lib/lv2/mod-caps-CompressX2.lv2/modgui/icon-c-compressx2-stereo-compressor.html +lib/lv2/mod-caps-CompressX2.lv2/modgui/knobs/boxy/black.png +lib/lv2/mod-caps-CompressX2.lv2/modgui/pedals/boxy75/red.png +lib/lv2/mod-caps-CompressX2.lv2/modgui/pedals/footswitch.png +lib/lv2/mod-caps-CompressX2.lv2/modgui/screenshot-c-compressx2-stereo-compressor.png +lib/lv2/mod-caps-CompressX2.lv2/modgui/stylesheet-c-compressx2-stereo-compressor.css +lib/lv2/mod-caps-CompressX2.lv2/modgui/thumbnail-c-compressx2-stereo-compressor.png +lib/lv2/mod-caps-CompressX2.lv2/modgui/utils/dropdown-arrow-black.png +lib/lv2/mod-caps-CompressX2.lv2/modgui/utils/dropdown-arrow-white.png +lib/lv2/mod-caps-Eq10.lv2/Eq10.so +lib/lv2/mod-caps-Eq10.lv2/Eq10.ttl +lib/lv2/mod-caps-Eq10.lv2/manifest.ttl +lib/lv2/mod-caps-Eq10.lv2/modgui.ttl +lib/lv2/mod-caps-Eq10.lv2/modgui/Eq10-thumb.png +lib/lv2/mod-caps-Eq10.lv2/modgui/Eq10.html +lib/lv2/mod-caps-Eq10.lv2/modgui/Eq10.json +lib/lv2/mod-caps-Eq10.lv2/modgui/Eq10.png +lib/lv2/mod-caps-Eq10.lv2/modgui/icon-c-eq10-10-band-equalizer.html +lib/lv2/mod-caps-Eq10.lv2/modgui/pedals/boxy/yellow.png +lib/lv2/mod-caps-Eq10.lv2/modgui/pedals/boxy85/yellow.png +lib/lv2/mod-caps-Eq10.lv2/modgui/pedals/footswitch.png +lib/lv2/mod-caps-Eq10.lv2/modgui/pedals/slider.png +lib/lv2/mod-caps-Eq10.lv2/modgui/screenshot-c-eq10-10-band-equalizer.png +lib/lv2/mod-caps-Eq10.lv2/modgui/stylesheet-c-eq10-10-band-equalizer.css +lib/lv2/mod-caps-Eq10.lv2/modgui/thumbnail-c-eq10-10-band-equalizer.png +lib/lv2/mod-caps-Eq10.lv2/modgui/utils/dropdown-arrow-black.png +lib/lv2/mod-caps-Eq10.lv2/modgui/utils/dropdown-arrow-white.png +lib/lv2/mod-caps-Eq10X2.lv2/Eq10X2.so +lib/lv2/mod-caps-Eq10X2.lv2/Eq10X2.ttl +lib/lv2/mod-caps-Eq10X2.lv2/manifest.ttl +lib/lv2/mod-caps-Eq10X2.lv2/modgui.ttl +lib/lv2/mod-caps-Eq10X2.lv2/modgui/Eq10X2-thumb.png +lib/lv2/mod-caps-Eq10X2.lv2/modgui/Eq10X2.html +lib/lv2/mod-caps-Eq10X2.lv2/modgui/Eq10X2.json +lib/lv2/mod-caps-Eq10X2.lv2/modgui/Eq10X2.png +lib/lv2/mod-caps-Eq10X2.lv2/modgui/icon-c-eq10x2-10-band-equalizer.html +lib/lv2/mod-caps-Eq10X2.lv2/modgui/pedals/boxy/yellow.png +lib/lv2/mod-caps-Eq10X2.lv2/modgui/pedals/boxy85/yellow.png +lib/lv2/mod-caps-Eq10X2.lv2/modgui/pedals/footswitch.png +lib/lv2/mod-caps-Eq10X2.lv2/modgui/pedals/slider.png +lib/lv2/mod-caps-Eq10X2.lv2/modgui/screenshot-c-eq10x2-10-band-equalizer.png +lib/lv2/mod-caps-Eq10X2.lv2/modgui/stylesheet-c-eq10x2-10-band-equalizer.css +lib/lv2/mod-caps-Eq10X2.lv2/modgui/thumbnail-c-eq10x2-10-band-equalizer.png +lib/lv2/mod-caps-Eq10X2.lv2/modgui/utils/dropdown-arrow-black.png +lib/lv2/mod-caps-Eq10X2.lv2/modgui/utils/dropdown-arrow-white.png +lib/lv2/mod-caps-Eq4p.lv2/Eq4p.so +lib/lv2/mod-caps-Eq4p.lv2/Eq4p.ttl +lib/lv2/mod-caps-Eq4p.lv2/manifest.ttl +lib/lv2/mod-caps-Eq4p.lv2/modgui.ttl +lib/lv2/mod-caps-Eq4p.lv2/modgui/delete-me +lib/lv2/mod-caps-EqFA4p.lv2/EqFA4p.so +lib/lv2/mod-caps-EqFA4p.lv2/EqFA4p.ttl +lib/lv2/mod-caps-EqFA4p.lv2/manifest.ttl +lib/lv2/mod-caps-EqFA4p.lv2/modgui.ttl +lib/lv2/mod-caps-EqFA4p.lv2/modgui/delete-me +lib/lv2/mod-caps-Fractal.lv2/Fractal.so +lib/lv2/mod-caps-Fractal.lv2/Fractal.ttl +lib/lv2/mod-caps-Fractal.lv2/manifest.ttl +lib/lv2/mod-caps-Fractal.lv2/modgui.ttl +lib/lv2/mod-caps-Fractal.lv2/modgui/Fractal-thumb.png +lib/lv2/mod-caps-Fractal.lv2/modgui/Fractal.html +lib/lv2/mod-caps-Fractal.lv2/modgui/Fractal.json +lib/lv2/mod-caps-Fractal.lv2/modgui/Fractal.png +lib/lv2/mod-caps-Fractal.lv2/modgui/icon-c-fractal-audio-stream-from-deterministic-chaos.html +lib/lv2/mod-caps-Fractal.lv2/modgui/knobs/boxy/black.png +lib/lv2/mod-caps-Fractal.lv2/modgui/pedals/boxy/pink.png +lib/lv2/mod-caps-Fractal.lv2/modgui/pedals/footswitch.png +lib/lv2/mod-caps-Fractal.lv2/modgui/screenshot-c-fractal-audio-stream-from-deterministic-chaos.png +lib/lv2/mod-caps-Fractal.lv2/modgui/stylesheet-c-fractal-audio-stream-from-deterministic-chaos.css +lib/lv2/mod-caps-Fractal.lv2/modgui/thumbnail-c-fractal-audio-stream-from-deterministic-chaos.png +lib/lv2/mod-caps-Fractal.lv2/modgui/utils/dropdown-arrow-black.png +lib/lv2/mod-caps-Fractal.lv2/modgui/utils/dropdown-arrow-white.png +lib/lv2/mod-caps-Narrower.lv2/Narrower.so +lib/lv2/mod-caps-Narrower.lv2/Narrower.ttl +lib/lv2/mod-caps-Narrower.lv2/manifest.ttl +lib/lv2/mod-caps-Narrower.lv2/modgui.ttl +lib/lv2/mod-caps-Narrower.lv2/modgui/Narrower-thumb.png +lib/lv2/mod-caps-Narrower.lv2/modgui/Narrower.html +lib/lv2/mod-caps-Narrower.lv2/modgui/Narrower.json +lib/lv2/mod-caps-Narrower.lv2/modgui/Narrower.png +lib/lv2/mod-caps-Narrower.lv2/modgui/icon-c-narrower-stereo-image-width-reduction.html +lib/lv2/mod-caps-Narrower.lv2/modgui/knobs/boxy/black.png +lib/lv2/mod-caps-Narrower.lv2/modgui/pedals/boxy/blue.png +lib/lv2/mod-caps-Narrower.lv2/modgui/pedals/footswitch.png +lib/lv2/mod-caps-Narrower.lv2/modgui/screenshot-c-narrower-stereo-image-width-reduction.png +lib/lv2/mod-caps-Narrower.lv2/modgui/stylesheet-c-narrower-stereo-image-width-reduction.css +lib/lv2/mod-caps-Narrower.lv2/modgui/thumbnail-c-narrower-stereo-image-width-reduction.png +lib/lv2/mod-caps-Narrower.lv2/modgui/utils/dropdown-arrow-black.png +lib/lv2/mod-caps-Narrower.lv2/modgui/utils/dropdown-arrow-white.png +lib/lv2/mod-caps-Noisegate.lv2/Noisegate.so +lib/lv2/mod-caps-Noisegate.lv2/Noisegate.ttl +lib/lv2/mod-caps-Noisegate.lv2/manifest.ttl +lib/lv2/mod-caps-Noisegate.lv2/modgui.ttl +lib/lv2/mod-caps-Noisegate.lv2/modgui/Noisegate-thumb.png +lib/lv2/mod-caps-Noisegate.lv2/modgui/Noisegate.html +lib/lv2/mod-caps-Noisegate.lv2/modgui/Noisegate.json +lib/lv2/mod-caps-Noisegate.lv2/modgui/Noisegate.png +lib/lv2/mod-caps-Noisegate.lv2/modgui/icon-c-noisegate-attenuate-noise-resident-in-silence.html +lib/lv2/mod-caps-Noisegate.lv2/modgui/knobs/boxy/black.png +lib/lv2/mod-caps-Noisegate.lv2/modgui/pedals/boxy/tribal2.png +lib/lv2/mod-caps-Noisegate.lv2/modgui/pedals/footswitch.png +lib/lv2/mod-caps-Noisegate.lv2/modgui/screenshot-c-noisegate-attenuate-noise-resident-in-silence.png +lib/lv2/mod-caps-Noisegate.lv2/modgui/stylesheet-c-noisegate-attenuate-noise-resident-in-silence.css +lib/lv2/mod-caps-Noisegate.lv2/modgui/thumbnail-c-noisegate-attenuate-noise-resident-in-silence.png +lib/lv2/mod-caps-Noisegate.lv2/modgui/utils/dropdown-arrow-black.png +lib/lv2/mod-caps-Noisegate.lv2/modgui/utils/dropdown-arrow-white.png +lib/lv2/mod-caps-PhaserII.lv2/PhaserII.so +lib/lv2/mod-caps-PhaserII.lv2/PhaserII.ttl +lib/lv2/mod-caps-PhaserII.lv2/manifest.ttl +lib/lv2/mod-caps-PhaserII.lv2/modgui.ttl +lib/lv2/mod-caps-PhaserII.lv2/modgui/PhaserII-thumb.png +lib/lv2/mod-caps-PhaserII.lv2/modgui/PhaserII.html +lib/lv2/mod-caps-PhaserII.lv2/modgui/PhaserII.json +lib/lv2/mod-caps-PhaserII.lv2/modgui/PhaserII.png +lib/lv2/mod-caps-PhaserII.lv2/modgui/icon-c-phaserii-mono-phaser-modulated-by-a-lorenz-fractal.html +lib/lv2/mod-caps-PhaserII.lv2/modgui/knobs/boxy/black.png +lib/lv2/mod-caps-PhaserII.lv2/modgui/pedals/boxy75/purple.png +lib/lv2/mod-caps-PhaserII.lv2/modgui/pedals/footswitch.png +lib/lv2/mod-caps-PhaserII.lv2/modgui/screenshot-c-phaserii-mono-phaser-modulated-by-a-lorenz-fractal.png +lib/lv2/mod-caps-PhaserII.lv2/modgui/stylesheet-c-phaserii-mono-phaser-modulated-by-a-lorenz-fractal.css +lib/lv2/mod-caps-PhaserII.lv2/modgui/thumbnail-c-phaserii-mono-phaser-modulated-by-a-lorenz-fractal.png +lib/lv2/mod-caps-PhaserII.lv2/modgui/utils/dropdown-arrow-black.png +lib/lv2/mod-caps-PhaserII.lv2/modgui/utils/dropdown-arrow-white.png +lib/lv2/mod-caps-Plate.lv2/Plate.so +lib/lv2/mod-caps-Plate.lv2/Plate.ttl +lib/lv2/mod-caps-Plate.lv2/manifest.ttl +lib/lv2/mod-caps-Plate.lv2/modgui.ttl +lib/lv2/mod-caps-Plate.lv2/modgui/Plate-thumb.png +lib/lv2/mod-caps-Plate.lv2/modgui/Plate.html +lib/lv2/mod-caps-Plate.lv2/modgui/Plate.json +lib/lv2/mod-caps-Plate.lv2/modgui/Plate.png +lib/lv2/mod-caps-Plate.lv2/modgui/icon-c-plate-versatile-plate-reverb.html +lib/lv2/mod-caps-Plate.lv2/modgui/knobs/boxy/black.png +lib/lv2/mod-caps-Plate.lv2/modgui/pedals/boxy/cyan.png +lib/lv2/mod-caps-Plate.lv2/modgui/pedals/boxy75/cyan.png +lib/lv2/mod-caps-Plate.lv2/modgui/pedals/footswitch.png +lib/lv2/mod-caps-Plate.lv2/modgui/screenshot-c-plate-versatile-plate-reverb.png +lib/lv2/mod-caps-Plate.lv2/modgui/stylesheet-c-plate-versatile-plate-reverb.css +lib/lv2/mod-caps-Plate.lv2/modgui/thumbnail-c-plate-versatile-plate-reverb.png +lib/lv2/mod-caps-Plate.lv2/modgui/utils/dropdown-arrow-black.png +lib/lv2/mod-caps-Plate.lv2/modgui/utils/dropdown-arrow-white.png +lib/lv2/mod-caps-PlateX2.lv2/PlateX2.so +lib/lv2/mod-caps-PlateX2.lv2/PlateX2.ttl +lib/lv2/mod-caps-PlateX2.lv2/manifest.ttl +lib/lv2/mod-caps-PlateX2.lv2/modgui.ttl +lib/lv2/mod-caps-PlateX2.lv2/modgui/PlateX2-thumb.png +lib/lv2/mod-caps-PlateX2.lv2/modgui/PlateX2.html +lib/lv2/mod-caps-PlateX2.lv2/modgui/PlateX2.json +lib/lv2/mod-caps-PlateX2.lv2/modgui/PlateX2.png +lib/lv2/mod-caps-PlateX2.lv2/modgui/icon-c-platex2-stereo-inout-versatile-plate-reverb.html +lib/lv2/mod-caps-PlateX2.lv2/modgui/knobs/boxy/black.png +lib/lv2/mod-caps-PlateX2.lv2/modgui/pedals/boxy/cyan.png +lib/lv2/mod-caps-PlateX2.lv2/modgui/pedals/boxy75/cyan.png +lib/lv2/mod-caps-PlateX2.lv2/modgui/pedals/footswitch.png +lib/lv2/mod-caps-PlateX2.lv2/modgui/screenshot-c-platex2-stereo-inout-versatile-plate-reverb.png +lib/lv2/mod-caps-PlateX2.lv2/modgui/stylesheet-c-platex2-stereo-inout-versatile-plate-reverb.css +lib/lv2/mod-caps-PlateX2.lv2/modgui/thumbnail-c-platex2-stereo-inout-versatile-plate-reverb.png +lib/lv2/mod-caps-PlateX2.lv2/modgui/utils/dropdown-arrow-black.png +lib/lv2/mod-caps-PlateX2.lv2/modgui/utils/dropdown-arrow-white.png +lib/lv2/mod-caps-Saturate.lv2/Saturate.so +lib/lv2/mod-caps-Saturate.lv2/Saturate.ttl +lib/lv2/mod-caps-Saturate.lv2/manifest.ttl +lib/lv2/mod-caps-Saturate.lv2/modgui.ttl +lib/lv2/mod-caps-Saturate.lv2/modgui/Saturate-thumb.png +lib/lv2/mod-caps-Saturate.lv2/modgui/Saturate.html +lib/lv2/mod-caps-Saturate.lv2/modgui/Saturate.json +lib/lv2/mod-caps-Saturate.lv2/modgui/Saturate.png +lib/lv2/mod-caps-Saturate.lv2/modgui/icon-c-saturate.html +lib/lv2/mod-caps-Saturate.lv2/modgui/knobs/boxy/black.png +lib/lv2/mod-caps-Saturate.lv2/modgui/pedals/boxy/orange.png +lib/lv2/mod-caps-Saturate.lv2/modgui/pedals/footswitch.png +lib/lv2/mod-caps-Saturate.lv2/modgui/screenshot-c-saturate.png +lib/lv2/mod-caps-Saturate.lv2/modgui/stylesheet-c-saturate.css +lib/lv2/mod-caps-Saturate.lv2/modgui/thumbnail-c-saturate.png +lib/lv2/mod-caps-Saturate.lv2/modgui/utils/dropdown-arrow-black.png +lib/lv2/mod-caps-Saturate.lv2/modgui/utils/dropdown-arrow-white.png +lib/lv2/mod-caps-Scape.lv2/Scape.so +lib/lv2/mod-caps-Scape.lv2/Scape.ttl +lib/lv2/mod-caps-Scape.lv2/manifest.ttl +lib/lv2/mod-caps-Scape.lv2/modgui.ttl +lib/lv2/mod-caps-Scape.lv2/modgui/Scape-thumb.png +lib/lv2/mod-caps-Scape.lv2/modgui/Scape.html +lib/lv2/mod-caps-Scape.lv2/modgui/Scape.json +lib/lv2/mod-caps-Scape.lv2/modgui/Scape.png +lib/lv2/mod-caps-Scape.lv2/modgui/icon-c-scape-stereo-delay-filters.html +lib/lv2/mod-caps-Scape.lv2/modgui/knobs/boxy/black.png +lib/lv2/mod-caps-Scape.lv2/modgui/pedals/boxy75/zinc.png +lib/lv2/mod-caps-Scape.lv2/modgui/pedals/footswitch.png +lib/lv2/mod-caps-Scape.lv2/modgui/screenshot-c-scape-stereo-delay-filters.png +lib/lv2/mod-caps-Scape.lv2/modgui/stylesheet-c-scape-stereo-delay-filters.css +lib/lv2/mod-caps-Scape.lv2/modgui/thumbnail-c-scape-stereo-delay-filters.png +lib/lv2/mod-caps-Scape.lv2/modgui/utils/dropdown-arrow-black.png +lib/lv2/mod-caps-Scape.lv2/modgui/utils/dropdown-arrow-white.png +lib/lv2/mod-caps-Sin.lv2/Sin.so +lib/lv2/mod-caps-Sin.lv2/Sin.ttl +lib/lv2/mod-caps-Sin.lv2/manifest.ttl +lib/lv2/mod-caps-Sin.lv2/modgui.ttl +lib/lv2/mod-caps-Sin.lv2/modgui/Sin-thumb.png +lib/lv2/mod-caps-Sin.lv2/modgui/Sin.html +lib/lv2/mod-caps-Sin.lv2/modgui/Sin.json +lib/lv2/mod-caps-Sin.lv2/modgui/Sin.png +lib/lv2/mod-caps-Sin.lv2/modgui/icon-c-sin-sine-wave-generator.html +lib/lv2/mod-caps-Sin.lv2/modgui/knobs/boxy/black.png +lib/lv2/mod-caps-Sin.lv2/modgui/pedals/boxy/green.png +lib/lv2/mod-caps-Sin.lv2/modgui/pedals/footswitch.png +lib/lv2/mod-caps-Sin.lv2/modgui/screenshot-c-sin-sine-wave-generator.png +lib/lv2/mod-caps-Sin.lv2/modgui/stylesheet-c-sin-sine-wave-generator.css +lib/lv2/mod-caps-Sin.lv2/modgui/thumbnail-c-sin-sine-wave-generator.png +lib/lv2/mod-caps-Sin.lv2/modgui/utils/dropdown-arrow-black.png +lib/lv2/mod-caps-Sin.lv2/modgui/utils/dropdown-arrow-white.png +lib/lv2/mod-caps-Spice.lv2/Spice.so +lib/lv2/mod-caps-Spice.lv2/Spice.ttl +lib/lv2/mod-caps-Spice.lv2/manifest.ttl +lib/lv2/mod-caps-Spice.lv2/modgui.ttl +lib/lv2/mod-caps-Spice.lv2/modgui/Spice-thumb.png +lib/lv2/mod-caps-Spice.lv2/modgui/Spice.html +lib/lv2/mod-caps-Spice.lv2/modgui/Spice.json +lib/lv2/mod-caps-Spice.lv2/modgui/Spice.png +lib/lv2/mod-caps-Spice.lv2/modgui/icon-c-spice.html +lib/lv2/mod-caps-Spice.lv2/modgui/knobs/boxy/black.png +lib/lv2/mod-caps-Spice.lv2/modgui/pedals/boxy/red.png +lib/lv2/mod-caps-Spice.lv2/modgui/pedals/footswitch.png +lib/lv2/mod-caps-Spice.lv2/modgui/screenshot-c-spice.png +lib/lv2/mod-caps-Spice.lv2/modgui/stylesheet-c-spice.css +lib/lv2/mod-caps-Spice.lv2/modgui/thumbnail-c-spice.png +lib/lv2/mod-caps-Spice.lv2/modgui/utils/dropdown-arrow-black.png +lib/lv2/mod-caps-Spice.lv2/modgui/utils/dropdown-arrow-white.png +lib/lv2/mod-caps-SpiceX2.lv2/SpiceX2.so +lib/lv2/mod-caps-SpiceX2.lv2/SpiceX2.ttl +lib/lv2/mod-caps-SpiceX2.lv2/manifest.ttl +lib/lv2/mod-caps-SpiceX2.lv2/modgui.ttl +lib/lv2/mod-caps-SpiceX2.lv2/modgui/SpiceX2-thumb.png +lib/lv2/mod-caps-SpiceX2.lv2/modgui/SpiceX2.html +lib/lv2/mod-caps-SpiceX2.lv2/modgui/SpiceX2.json +lib/lv2/mod-caps-SpiceX2.lv2/modgui/SpiceX2.png +lib/lv2/mod-caps-SpiceX2.lv2/modgui/icon-c-spicex2.html +lib/lv2/mod-caps-SpiceX2.lv2/modgui/knobs/boxy/black.png +lib/lv2/mod-caps-SpiceX2.lv2/modgui/pedals/boxy/red.png +lib/lv2/mod-caps-SpiceX2.lv2/modgui/pedals/footswitch.png +lib/lv2/mod-caps-SpiceX2.lv2/modgui/screenshot-c-spicex2.png +lib/lv2/mod-caps-SpiceX2.lv2/modgui/stylesheet-c-spicex2.css +lib/lv2/mod-caps-SpiceX2.lv2/modgui/thumbnail-c-spicex2.png +lib/lv2/mod-caps-SpiceX2.lv2/modgui/utils/dropdown-arrow-black.png +lib/lv2/mod-caps-SpiceX2.lv2/modgui/utils/dropdown-arrow-white.png +lib/lv2/mod-caps-ToneStack.lv2/ToneStack.so +lib/lv2/mod-caps-ToneStack.lv2/ToneStack.ttl +lib/lv2/mod-caps-ToneStack.lv2/manifest.ttl +lib/lv2/mod-caps-ToneStack.lv2/modgui.ttl +lib/lv2/mod-caps-ToneStack.lv2/modgui/ToneStack-thumb.png +lib/lv2/mod-caps-ToneStack.lv2/modgui/ToneStack.html +lib/lv2/mod-caps-ToneStack.lv2/modgui/ToneStack.json +lib/lv2/mod-caps-ToneStack.lv2/modgui/ToneStack.png +lib/lv2/mod-caps-ToneStack.lv2/modgui/icon-c-tonestack-tone-stack-emulation.html +lib/lv2/mod-caps-ToneStack.lv2/modgui/knobs/boxy/black.png +lib/lv2/mod-caps-ToneStack.lv2/modgui/pedals/boxy/brown.png +lib/lv2/mod-caps-ToneStack.lv2/modgui/pedals/footswitch.png +lib/lv2/mod-caps-ToneStack.lv2/modgui/screenshot-c-tonestack-tone-stack-emulation.png +lib/lv2/mod-caps-ToneStack.lv2/modgui/stylesheet-c-tonestack-tone-stack-emulation.css +lib/lv2/mod-caps-ToneStack.lv2/modgui/thumbnail-c-tonestack-tone-stack-emulation.png +lib/lv2/mod-caps-ToneStack.lv2/modgui/utils/dropdown-arrow-black.png +lib/lv2/mod-caps-ToneStack.lv2/modgui/utils/dropdown-arrow-white.png +lib/lv2/mod-caps-White.lv2/White.so +lib/lv2/mod-caps-White.lv2/White.ttl +lib/lv2/mod-caps-White.lv2/manifest.ttl +lib/lv2/mod-caps-White.lv2/modgui.ttl +lib/lv2/mod-caps-White.lv2/modgui/White-thumb.png +lib/lv2/mod-caps-White.lv2/modgui/White.html +lib/lv2/mod-caps-White.lv2/modgui/White.json +lib/lv2/mod-caps-White.lv2/modgui/White.png +lib/lv2/mod-caps-White.lv2/modgui/icon-c-white-white-noise-generator.html +lib/lv2/mod-caps-White.lv2/modgui/knobs/boxy/black.png +lib/lv2/mod-caps-White.lv2/modgui/pedals/boxy/white.png +lib/lv2/mod-caps-White.lv2/modgui/pedals/footswitch.png +lib/lv2/mod-caps-White.lv2/modgui/screenshot-c-white-white-noise-generator.png +lib/lv2/mod-caps-White.lv2/modgui/stylesheet-c-white-white-noise-generator.css +lib/lv2/mod-caps-White.lv2/modgui/thumbnail-c-white-white-noise-generator.png +lib/lv2/mod-caps-White.lv2/modgui/utils/dropdown-arrow-black.png +lib/lv2/mod-caps-White.lv2/modgui/utils/dropdown-arrow-white.png +lib/lv2/mod-caps-Wider.lv2/Wider.so +lib/lv2/mod-caps-Wider.lv2/Wider.ttl +lib/lv2/mod-caps-Wider.lv2/manifest.ttl +lib/lv2/mod-caps-Wider.lv2/modgui.ttl +lib/lv2/mod-caps-Wider.lv2/modgui/Wider-thumb.png +lib/lv2/mod-caps-Wider.lv2/modgui/Wider.html +lib/lv2/mod-caps-Wider.lv2/modgui/Wider.json +lib/lv2/mod-caps-Wider.lv2/modgui/Wider.png +lib/lv2/mod-caps-Wider.lv2/modgui/icon-c-wider-stereo-image-synthesis.html +lib/lv2/mod-caps-Wider.lv2/modgui/knobs/boxy/black.png +lib/lv2/mod-caps-Wider.lv2/modgui/pedals/boxy/blue.png +lib/lv2/mod-caps-Wider.lv2/modgui/pedals/footswitch.png +lib/lv2/mod-caps-Wider.lv2/modgui/screenshot-c-wider-stereo-image-synthesis.png +lib/lv2/mod-caps-Wider.lv2/modgui/stylesheet-c-wider-stereo-image-synthesis.css +lib/lv2/mod-caps-Wider.lv2/modgui/thumbnail-c-wider-stereo-image-synthesis.png +lib/lv2/mod-caps-Wider.lv2/modgui/utils/dropdown-arrow-black.png +lib/lv2/mod-caps-Wider.lv2/modgui/utils/dropdown-arrow-white.png diff --git a/audio/cddb-bundle/Makefile b/audio/cddb-bundle/Makefile index 7886b1f758a..5da0e7a9952 100644 --- a/audio/cddb-bundle/Makefile +++ b/audio/cddb-bundle/Makefile @@ -2,7 +2,7 @@ PORTNAME= cddb PORTVERSION= 0.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio gnustep MASTER_SITES= SF/gsburn/cdplayer/${DISTNAME} PKGNAMESUFFIX= -bundle${PKGNAMESUFFIX2} diff --git a/audio/gnustep-cdplayer/Makefile b/audio/gnustep-cdplayer/Makefile index ac9434fa2aa..fd93238e135 100644 --- a/audio/gnustep-cdplayer/Makefile +++ b/audio/gnustep-cdplayer/Makefile @@ -2,7 +2,7 @@ PORTNAME= cdplayer PORTVERSION= 0.5.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio gnustep MASTER_SITES= SF/gsburn/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= gnustep- diff --git a/audio/mpdcon/Makefile b/audio/mpdcon/Makefile index 0976ff376eb..b9c4bc67250 100644 --- a/audio/mpdcon/Makefile +++ b/audio/mpdcon/Makefile @@ -2,7 +2,7 @@ PORTNAME= mpdcon PORTVERSION= 1.5.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= MPDCon-${PORTVERSION} diff --git a/audio/qsynth/Makefile b/audio/qsynth/Makefile index 1daaba46bd1..7dafb56d55d 100644 --- a/audio/qsynth/Makefile +++ b/audio/qsynth/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qsynth -PORTVERSION= 0.4.1 +PORTVERSION= 0.4.4 CATEGORIES= audio MASTER_SITES= SF @@ -14,8 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth -USES= gmake -QT_NONSTANDARD= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_ac_cv_qmake=${QMAKE} \ ac_cv_path_ac_moc=${MOC} \ @@ -24,30 +23,32 @@ CONFIGURE_ENV= ac_cv_path_ac_cv_qmake=${QMAKE} \ ac_cv_path_ac_lrelease=${LRELEASE} CONFIGURE_ARGS= --localedir=${DATADIR} \ --with-fluidsynth=${LOCALBASE} +USE_CXXSTD= c++11 +USE_QT5= core gui widgets buildtools_build linguisttools_build qmake_build +USE_GL= gl +INSTALLS_ICONS= yes -OPTIONS_DEFINE= GRADIENT SYSTEM_TRAY -OPTIONS_SINGLE= TOOLKIT -OPTIONS_SINGLE_TOOLKIT= QT4 QT5 -OPTIONS_DEFAULT= GRADIENT QT4 SYSTEM_TRAY +OPTIONS_DEFINE= GRADIENT SYSTEM_TRAY XUNIQUE +OPTIONS_DEFAULT=GRADIENT SYSTEM_TRAY XUNIQUE GRADIENT_DESC= Gradient eye-candy GRADIENT_CONFIGURE_ENABLE= gradient -QT4_USE= qt4=corelib,gui \ - qt4=linguisttools_build \ - qt4=moc_build,qmake_build,rcc_build,uic_build -QT4_CONFIGURE_ENABLE= qt4 -QT5_USE= qt5=core,gui,widgets,x11extras \ - qt5=buildtools_build,linguisttools_build,qmake_build -QT5_CONFIGURE_ENABLE= qt5 SYSTEM_TRAY_DESC= System-tray icon support SYSTEM_TRAY_CONFIGURE_ENABLE= system-tray -TOOLKIT_DESC= Qt toolkit +XUNIQUE_DESC= X11 unique/single instance +XUNIQUE_CONFIGURE_ENABLE= xunique +XUNIQUE_USE= XORG=x11 + +post-patch: + @${REINPLACE_CMD} -e ' \ + s|oss,alsa,alsa_seq,|jack,oss,|; \ + s|alsa,jack,oss,dsound,|jack,oss,dsound,|; \ + s|"/MidiDriver", "alsa_seq"|"/MidiDriver", "jack"|; \ + s|m_settings.value("/SoundFontDir").toString();|m_settings.value("/SoundFontDir").toString().isEmpty() ? "${LOCALBASE}/share/sounds/sf2" : m_settings.value("/SoundFontDir").toString();|' \ + ${WRKSRC}/src/qsynthOptions.cpp post-configure: @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} -o qsynth.mak \ ${QMAKE_ARGS}) -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/qsynth - .include diff --git a/audio/qsynth/distinfo b/audio/qsynth/distinfo index c2001a7d904..6692f6f0b55 100644 --- a/audio/qsynth/distinfo +++ b/audio/qsynth/distinfo @@ -1,2 +1,3 @@ -SHA256 (qsynth-0.4.1.tar.gz) = 50f4e36e0c5a7e092429e1cafbd8989346127b8b0c0868566addcacc5735970c -SIZE (qsynth-0.4.1.tar.gz) = 251821 +TIMESTAMP = 1502579710 +SHA256 (qsynth-0.4.4.tar.gz) = 0ef914447b1f3a3ecd9c38101f06fc9c67e1d8367202a3f7a494f5d167b40e62 +SIZE (qsynth-0.4.4.tar.gz) = 260482 diff --git a/audio/qsynth/files/patch-src_qsynthOptions.cpp b/audio/qsynth/files/patch-src_qsynthOptions.cpp deleted file mode 100644 index ec3d4e63af4..00000000000 --- a/audio/qsynth/files/patch-src_qsynthOptions.cpp +++ /dev/null @@ -1,25 +0,0 @@ ---- src/qsynthOptions.cpp.orig 2016-04-05 15:57:45 UTC -+++ src/qsynthOptions.cpp -@@ -172,11 +172,11 @@ void qsynthOptions::print_usage ( const - out << " -n, --no-midi-in" + sEot + - QObject::tr("Don't create a midi driver to read MIDI input events [default = yes]") + sEol; - out << " -m, --midi-driver=[label]" + sEot + -- QObject::tr("The name of the midi driver to use [oss,alsa,alsa_seq,...]") + sEol; -+ QObject::tr("The name of the midi driver to use [jack,oss,...]") + sEol; - out << " -K, --midi-channels=[num]" + sEot + - QObject::tr("The number of midi channels [default = 16]") + sEol; - out << " -a, --audio-driver=[label]" + sEot + -- QObject::tr("The audio driver [alsa,jack,oss,dsound,...]") + sEol; -+ QObject::tr("The audio driver [jack,oss,dsound,...]") + sEol; - out << " -j, --connect-jack-outputs" + sEot + - QObject::tr("Attempt to connect the jack outputs to the physical ports") + sEol; - out << " -L, --audio-channels=[num]" + sEot + -@@ -479,7 +479,7 @@ void qsynthOptions::loadSetup ( qsynthSe - pSetup->iAudioBufSize = m_settings.value("/AudioBufSize", 512).toInt(); - pSetup->iAudioBufCount = m_settings.value("/AudioBufCount", 8).toInt(); - #else -- pSetup->sMidiDriver = m_settings.value("/MidiDriver", "alsa_seq").toString(); -+ pSetup->sMidiDriver = m_settings.value("/MidiDriver", "jack").toString(); - pSetup->sAudioDriver = m_settings.value("/AudioDriver", "jack").toString(); - pSetup->iAudioBufSize = m_settings.value("/AudioBufSize", 64).toInt(); - pSetup->iAudioBufCount = m_settings.value("/AudioBufCount", 2).toInt(); diff --git a/audio/qsynth/pkg-plist b/audio/qsynth/pkg-plist index d8d41081355..bf70b69a842 100644 --- a/audio/qsynth/pkg-plist +++ b/audio/qsynth/pkg-plist @@ -1,5 +1,6 @@ bin/qsynth man/man1/qsynth.1.gz +man/man1/qsynth.fr.1.gz share/appdata/qsynth.appdata.xml share/applications/qsynth.desktop share/icons/hicolor/32x32/apps/qsynth.png diff --git a/audio/shairport-sync/Makefile b/audio/shairport-sync/Makefile index 107038b019c..7a000979c8a 100644 --- a/audio/shairport-sync/Makefile +++ b/audio/shairport-sync/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= shairport-sync -PORTVERSION= 3.1 +PORTVERSION= 3.1.1 CATEGORIES= audio MAINTAINER= ehaupt@FreeBSD.org diff --git a/audio/shairport-sync/distinfo b/audio/shairport-sync/distinfo index bd7bf3eed6c..515179898d2 100644 --- a/audio/shairport-sync/distinfo +++ b/audio/shairport-sync/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1502653399 -SHA256 (mikebrady-shairport-sync-3.1_GH0.tar.gz) = a5b4d8330ac84ab37bb6438ca2449c73254f7d517ffe1f4721af86ebc69885c5 -SIZE (mikebrady-shairport-sync-3.1_GH0.tar.gz) = 296247 +TIMESTAMP = 1503399505 +SHA256 (mikebrady-shairport-sync-3.1.1_GH0.tar.gz) = 731e23f12ca1d645989843a15259ea0bf4d18adea94cf55f6fcc63d7b55fb53b +SIZE (mikebrady-shairport-sync-3.1.1_GH0.tar.gz) = 296618 diff --git a/audio/synthpod-lv2/Makefile b/audio/synthpod-lv2/Makefile new file mode 100644 index 00000000000..4d25533b590 --- /dev/null +++ b/audio/synthpod-lv2/Makefile @@ -0,0 +1,82 @@ +# Created by: Yuri Victorovich +# $FreeBSD$ + +PORTNAME= synthpod +PORTVERSION= g20170810 +CATEGORIES= audio +PKGNAMESUFFIX= -lv2 + +MAINTAINER= yuri@rawbw.com +COMMENT= Lightweight Nonlinear LV2 Plugin Container + +LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= lv2>0:audio/lv2 +LIB_DEPENDS= liblilv-0.so:audio/lilv \ + libserd-0.so:devel/serd \ + libsord-0.so:devel/sord \ + libsratom-0.so:audio/sratom + +USES= cmake compiler:c++11-lib pkgconfig localbase +USE_GITHUB= yes +GH_ACCOUNT= OpenMusicKontrollers +GH_TAGNAME= 07cae54 +USE_CXXSTD= c++11 + +CMAKE_ARGS= -DBUILD_ALSA="OFF" + +OPTIONS_DEFINE= JACK DUMMY DOT +OPTIONS_DEFAULT=JACK X11 SHOW KX +OPTIONS_GROUP= UI +OPTIONS_GROUP_UI= X11 GTK2 GTK3 QT4 QT5 SHOW KX +OPTIONS_SUB= yes + +DUMMY_DESC= Build DUMMY standalone host +DOT_DESC= Build Dot exporter +KX_DESC= Build external-ui sandbox +JACK_DESC= Build JACK standalone host +X11_DESC= Build X11 sandbox +GTK2_DESC= Build GTK-2 sandbox +GTK3_DESC= Build GTK-3 sandbox +QT4_DESC= Build Qt-4 sandbox +QT5_DESC= Build Qt-5 sandbox +SHOW_DESC= Build show-iface sandbox + +DOT_CMAKE_ON= -DBUILD_DOT="ON" +DUMMY_CMAKE_ON= -DBUILD_DUMMY="ON" +DUMMY_LIB_DEPENDS= libuv.so:devel/libuv +GTK2_CMAKE_ON= -DBUILD_UI="ON" -DBUILD_SANDBOX_GTK2="ON" +GTK2_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 +GTK2_USE= XORG=x11,xcb,xext GL=gl,glu GNOME=glib20,gtk20,gdkpixbuf2,atk,cairo,pango gettext-runtime +GTK3_CMAKE_ON= -DBUILD_UI="ON" -DBUILD_SANDBOX_GTK3="ON" +GTK3_USE= XORG=x11,xcb,xext GL=glu GNOME=glib20,gtk30,gdkpixbuf2,atk,cairo,pango gettext-runtime +JACK_LIB_DEPENDS= libjack.so:audio/jack \ + libuv.so:devel/libuv +JACK_CMAKE_OFF= -DBUILD_JACK="OFF" +KX_CMAKE_ON= -DBUILD_UI="ON" -DBUILD_SANDBOX_KX="ON" +KX_USE= XORG=x11,xcb,xext GL=glu +QT4_CMAKE_ON= -DBUILD_UI="ON" -DBUILD_SANDBOX_QT4="ON" +QT4_USE= XORG=x11,xcb,xext GL=glu QT4=corelib,gui +QT5_BROKEN= Build fails: https://github.com/OpenMusicKontrollers/synthpod/issues/10 +QT5_CMAKE_ON= -DBUILD_UI="ON" -DBUILD_SANDBOX_QT5="ON" +QT5_USE= XORG=x11,xcb,xext GL=glu QT5=core,gui +SHOW_USE= XORG=x11,xcb,xext GL=glu +SHOW_CMAKE_ON= -DBUILD_UI="ON" -DBUILD_SANDBOX_SHOW="ON" +X11_CMAKE_ON= -DBUILD_UI="ON" -DBUILD_SANDBOX_X11="ON" +X11_LIB_DEPENDS= libxcb-icccm.so:x11/xcb-util-wm +X11_USE= XORG=x11,xcb,xext GL=gl,glu + +.include + +.if ${PORT_OPTIONS:MX11} || ${PORT_OPTIONS:MGTK2} || ${PORT_OPTIONS:MGTK3} || ${PORT_OPTIONS:MQT4} || ${PORT_OPTIONS:MQT5} || ${PORT_OPTIONS:MSHOW} || ${PORT_OPTIONS:MKX} +PLIST_SUB+= UI="" +.else +PLIST_SUB+= UI="@comment " +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/bin/CMakeLists.txt + +.include diff --git a/audio/synthpod-lv2/distinfo b/audio/synthpod-lv2/distinfo new file mode 100644 index 00000000000..ea65f202295 --- /dev/null +++ b/audio/synthpod-lv2/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1503280076 +SHA256 (OpenMusicKontrollers-synthpod-g20170810-07cae54_GH0.tar.gz) = 319dc6ababcf867cd7ae628931b1c99fba842d634245675ac600d611a4df362d +SIZE (OpenMusicKontrollers-synthpod-g20170810-07cae54_GH0.tar.gz) = 2336518 diff --git a/audio/synthpod-lv2/files/patch-CMakeLists.txt b/audio/synthpod-lv2/files/patch-CMakeLists.txt new file mode 100644 index 00000000000..a3efaee39e3 --- /dev/null +++ b/audio/synthpod-lv2/files/patch-CMakeLists.txt @@ -0,0 +1,39 @@ +--- CMakeLists.txt.orig 2017-08-06 12:24:04 UTC ++++ CMakeLists.txt +@@ -34,6 +34,15 @@ include_directories(${PROJECT_SOURCE_DIR + include_directories(${PROJECT_SOURCE_DIR}/zero_worker.lv2) + include_directories(${PROJECT_SOURCE_DIR}/zero_writer.lv2) + ++# FreeBSD: clock_nanosleep was missing and was added to 11-STABLE in r317618 ++CHECK_FUNCTION_EXISTS(clock_nanosleep HAVE_CLOCK_NANOSLEEP_FUNCTION) ++if(${HAVE_CLOCK_NANOSLEEP_FUNCTION}) ++ MESSAGE("-- FreeBSD: clock_nanosleep exists") ++else() ++ MESSAGE("-- FreeBSD: clock_nanosleep DOES NOT EXIST and will be replaced with nanosleep") ++ execute_process(COMMAND sed -i'.bak' -E "s|clock_nanosleep\\\(CLOCK_[A-Z]+, TIMER_ABSTIME, |nanosleep\\\(|" bin/synthpod_dummy.c bin/synthpod_sandbox_show.c bin/synthpod_sandbox_kx.c) ++endif() ++ + set(SYNTHPOD_BIN_DIR "bin") + add_definitions("-DSYNTHPOD_BIN_DIR=\"${CMAKE_INSTALL_PREFIX}/${SYNTHPOD_BIN_DIR}/\"") + +@@ -92,16 +101,16 @@ option(BUILD_DUMMY "Build DUMMY standalo + + option(BUILD_DOT "Build Dot exporter" OFF) + +-option(BUILD_UI "Build graphical user interface(s)" ON) ++option(BUILD_UI "Build graphical user interface(s)" OFF) + + include(CMakeDependentOption) +-cmake_dependent_option(BUILD_SANDBOX_X11 "Build X11 sandbox" ON "BUILD_UI" OFF) ++cmake_dependent_option(BUILD_SANDBOX_X11 "Build X11 sandbox" OFF "BUILD_UI" OFF) + cmake_dependent_option(BUILD_SANDBOX_GTK2 "Build GTK-2 sandbox" OFF "BUILD_UI" OFF) + cmake_dependent_option(BUILD_SANDBOX_GTK3 "Build GTK-3 sandbox" OFF "BUILD_UI" OFF) + cmake_dependent_option(BUILD_SANDBOX_QT4 "Build Qt-4 sandbox" OFF "BUILD_UI" OFF) + cmake_dependent_option(BUILD_SANDBOX_QT5 "Build Qt-5 sandbox" OFF "BUILD_UI" OFF) +-cmake_dependent_option(BUILD_SANDBOX_SHOW "Build show-iface sandbox" ON "BUILD_UI" OFF) +-cmake_dependent_option(BUILD_SANDBOX_KX "Build external-ui sandbox" ON "BUILD_UI" OFF) ++cmake_dependent_option(BUILD_SANDBOX_SHOW "Build show-iface sandbox" OFF "BUILD_UI" OFF) ++cmake_dependent_option(BUILD_SANDBOX_KX "Build external-ui sandbox" OFF "BUILD_UI" OFF) + + if(BUILD_SANDBOX_X11) + add_definitions("-DSANDBOX_X11") diff --git a/audio/synthpod-lv2/pkg-descr b/audio/synthpod-lv2/pkg-descr new file mode 100644 index 00000000000..59c8b40ffc4 --- /dev/null +++ b/audio/synthpod-lv2/pkg-descr @@ -0,0 +1,18 @@ +Synthpod is an LV2 host. It can be run as a standalone app and be used as a +tool for live performances or general audio and event filtering. + +It was conceptualized to fill the gap between pure textual (e.g. SuperCollider) +and pure visual flow (e.g. Pure Data) audio programming paradigms. + +Potential fields of application may include: +* Live audio synthesis +* Real-time event scripting +* Non-linear signal routing +* Advanced control automation +* Advanced event filtering +* Live mixing +* Live coding +* Algorithmic composition +* Interfacing to expressive controllers + +WWW: https://open-music-kontrollers.ch/lv2/synthpod diff --git a/audio/synthpod-lv2/pkg-message b/audio/synthpod-lv2/pkg-message new file mode 100644 index 00000000000..ec941a7a464 --- /dev/null +++ b/audio/synthpod-lv2/pkg-message @@ -0,0 +1,16 @@ +====================================================================== +You installed SynthPod: Lightweight Nonlinear LV2 Plugin Container + +The major way to run it is to plug the LV2 plugin container to the +Jack sound server: + +$ synthpod_jack -g + +This shows you the design window where you can arrange plugins to +achieve the topology you like. + +Please don't forget to connect SynthPod input and output in Jack. You +can normally do this with the UI command qjackctl from audio/qjackctl. + +SynthPod is currently in alpha stage. +====================================================================== diff --git a/audio/synthpod-lv2/pkg-plist b/audio/synthpod-lv2/pkg-plist new file mode 100644 index 00000000000..e4f7a51624a --- /dev/null +++ b/audio/synthpod-lv2/pkg-plist @@ -0,0 +1,47 @@ +%%DUMMY%%bin/synthpod_dummy +%%DOT%%bin/synthpod_dot +%%JACK%%bin/synthpod_jack +%%X11%%bin/synthpod_sandbox_x11 +%%GTK2%%bin/synthpod_sandbox_gtk2 +%%GTK3%%bin/synthpod_sandbox_gtk3 +%%QT4%%bin/synthpod_sandbox_qt4 +%%QT5%%bin/synthpod_sandbox_qt5 +%%SHOW%%bin/synthpod_sandbox_show +%%KX%%bin/synthpod_sandbox_kx +%%X11%%bin/synthpod_ui +%%UI%%lib/lv2/synthpod.lv2/Abel-Regular.ttf +%%UI%%lib/lv2/synthpod.lv2/synthpod_nk.so +lib/lv2/synthpod.lv2/manifest.ttl +lib/lv2/synthpod.lv2/synthpod.so +lib/lv2/synthpod.lv2/synthpod.ttl +lib/lv2/synthpod.lv2/synthpod_ui.ttl +lib/synthpod/lv2/manifest.ttl +lib/synthpod/lv2/synthpod_bundle.so +lib/synthpod/lv2/synthpod_bundle.ttl +%%DUMMY%%share/applications/synthpod_dummy.desktop +%%JACK%%share/applications/synthpod_jack.desktop +%%JACK%%share/icons/hicolor/256x256/apps/synthpod.png +%%DUMMY%%man/man1/synthpod_dummy.1.gz +%%JACK%%man/man1/synthpod_jack.1.gz +%%X11%%man/man1/synthpod_sandbox.1.gz +%%DATADIR%%/atom.png +%%DATADIR%%/atom_inverted.png +%%DATADIR%%/audio.png +%%DATADIR%%/automaton.png +%%DATADIR%%/cancel.png +%%DATADIR%%/control.png +%%DATADIR%%/cv.png +%%DATADIR%%/download.png +%%DATADIR%%/event.png +%%DATADIR%%/event_inverted.png +%%DATADIR%%/house.png +%%DATADIR%%/layers.png +%%DATADIR%%/menu.png +%%DATADIR%%/midi.png +%%DATADIR%%/osc.png +%%DATADIR%%/patch.png +%%DATADIR%%/plus.png +%%DATADIR%%/settings.png +%%DATADIR%%/time.png +%%DATADIR%%/user.png +%%DATADIR%%/xpress.png diff --git a/audio/tap-plugins-lv2/Makefile b/audio/tap-plugins-lv2/Makefile new file mode 100644 index 00000000000..c896964e183 --- /dev/null +++ b/audio/tap-plugins-lv2/Makefile @@ -0,0 +1,27 @@ +# Created by: Yuri Victorovich +# $FreeBSD$ + +PORTNAME= tap-plugins +PORTVERSION= g20160125 +CATEGORIES= audio +PKGNAMESUFFIX= -lv2 + +MAINTAINER= yuri@rawbw.com +COMMENT= LV2 port for the TAP (Tom's Audio Processing) plugins + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= lv2>0:audio/lv2 + +USES= gmake localbase +USE_GITHUB= yes +GH_ACCOUNT= moddevices +GH_PROJECT= tap-lv2 +GH_TAGNAME= de26a3c + +post-patch: + @${REINPLACE_CMD} -e 's| -O3||; s| -Wl,-O1||; s| -fstrength-reduce||' \ + ${WRKSRC}/Makefile.mk + +.include diff --git a/audio/tap-plugins-lv2/distinfo b/audio/tap-plugins-lv2/distinfo new file mode 100644 index 00000000000..e3ed74365f4 --- /dev/null +++ b/audio/tap-plugins-lv2/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1502491892 +SHA256 (moddevices-tap-lv2-g20160125-de26a3c_GH0.tar.gz) = ef40d5c7157a4c2e4753693dcef1c0f451dcb0482355c22b7b0e55906b01404a +SIZE (moddevices-tap-lv2-g20160125-de26a3c_GH0.tar.gz) = 15565046 diff --git a/audio/tap-plugins-lv2/pkg-descr b/audio/tap-plugins-lv2/pkg-descr new file mode 100644 index 00000000000..55d6f5bbf09 --- /dev/null +++ b/audio/tap-plugins-lv2/pkg-descr @@ -0,0 +1,7 @@ +This is the LV2 porty of Tom's Audio Processing plugins. +Tom's Audio Processing plugins is a selection of LADSPA plugins for audio +engineering on the Linux platform. Intended for use in a professional DAW +environment such as Ardour, it includes high quality reverberation, echo, +eq, limiter & more. + +WWW: http://tap-plugins.sourceforge.net/ diff --git a/audio/tap-plugins-lv2/pkg-plist b/audio/tap-plugins-lv2/pkg-plist new file mode 100644 index 00000000000..c4c30662ae5 --- /dev/null +++ b/audio/tap-plugins-lv2/pkg-plist @@ -0,0 +1,243 @@ +lib/lv2/tap-autopan.lv2/manifest.ttl +lib/lv2/tap-autopan.lv2/modgui.ttl +lib/lv2/tap-autopan.lv2/modgui/icon-tap-autopanner.html +lib/lv2/tap-autopan.lv2/modgui/knobs/boxy/black.png +lib/lv2/tap-autopan.lv2/modgui/pedals/boxy/darkblue.png +lib/lv2/tap-autopan.lv2/modgui/pedals/footswitch.png +lib/lv2/tap-autopan.lv2/modgui/screenshot-tap-autopanner.png +lib/lv2/tap-autopan.lv2/modgui/stylesheet-tap-autopanner.css +lib/lv2/tap-autopan.lv2/modgui/thumbnail-tap-autopanner.png +lib/lv2/tap-autopan.lv2/modgui/utils/dropdown-arrow-black.png +lib/lv2/tap-autopan.lv2/modgui/utils/dropdown-arrow-white.png +lib/lv2/tap-autopan.lv2/tap_autopan.so +lib/lv2/tap-autopan.lv2/tap_autopan.ttl +lib/lv2/tap-chorusflanger.lv2/manifest.ttl +lib/lv2/tap-chorusflanger.lv2/modgui.ttl +lib/lv2/tap-chorusflanger.lv2/modgui/icon-tap-chorusflanger.html +lib/lv2/tap-chorusflanger.lv2/modgui/knobs/japanese/cream.png +lib/lv2/tap-chorusflanger.lv2/modgui/knobs/japanese/purple.png +lib/lv2/tap-chorusflanger.lv2/modgui/pedals/japanese/purple.png +lib/lv2/tap-chorusflanger.lv2/modgui/screenshot-tap-chorusflanger.png +lib/lv2/tap-chorusflanger.lv2/modgui/stylesheet-tap-chorusflanger.css +lib/lv2/tap-chorusflanger.lv2/modgui/thumbnail-tap-chorusflanger.png +lib/lv2/tap-chorusflanger.lv2/tap_chorusflanger.so +lib/lv2/tap-chorusflanger.lv2/tap_chorusflanger.ttl +lib/lv2/tap-deesser.lv2/manifest.ttl +lib/lv2/tap-deesser.lv2/modgui.ttl +lib/lv2/tap-deesser.lv2/modgui/icon-tap-deesser.html +lib/lv2/tap-deesser.lv2/modgui/knobs/boxy/black.png +lib/lv2/tap-deesser.lv2/modgui/pedals/boxy/red.png +lib/lv2/tap-deesser.lv2/modgui/pedals/footswitch.png +lib/lv2/tap-deesser.lv2/modgui/screenshot-tap-deesser.png +lib/lv2/tap-deesser.lv2/modgui/stylesheet-tap-deesser.css +lib/lv2/tap-deesser.lv2/modgui/thumbnail-tap-deesser.png +lib/lv2/tap-deesser.lv2/modgui/utils/dropdown-arrow-black.png +lib/lv2/tap-deesser.lv2/modgui/utils/dropdown-arrow-white.png +lib/lv2/tap-deesser.lv2/tap_deesser.so +lib/lv2/tap-deesser.lv2/tap_deesser.ttl +lib/lv2/tap-doubler.lv2/manifest.ttl +lib/lv2/tap-doubler.lv2/modgui.ttl +lib/lv2/tap-doubler.lv2/modgui/icon-tap-fractal-doubler.html +lib/lv2/tap-doubler.lv2/modgui/knobs/japanese/cream.png +lib/lv2/tap-doubler.lv2/modgui/pedals/japanese/darkblue.png +lib/lv2/tap-doubler.lv2/modgui/screenshot-tap-fractal-doubler.png +lib/lv2/tap-doubler.lv2/modgui/stylesheet-tap-fractal-doubler.css +lib/lv2/tap-doubler.lv2/modgui/thumbnail-tap-fractal-doubler.png +lib/lv2/tap-doubler.lv2/tap_doubler.so +lib/lv2/tap-doubler.lv2/tap_doubler.ttl +lib/lv2/tap-dynamics-st.lv2/manifest.ttl +lib/lv2/tap-dynamics-st.lv2/modgui.ttl +lib/lv2/tap-dynamics-st.lv2/modgui/icon-tap-stereo-dynamics.html +lib/lv2/tap-dynamics-st.lv2/modgui/knobs/boxy/black.png +lib/lv2/tap-dynamics-st.lv2/modgui/pedals/boxy/red.png +lib/lv2/tap-dynamics-st.lv2/modgui/pedals/footswitch.png +lib/lv2/tap-dynamics-st.lv2/modgui/screenshot-tap-stereo-dynamics.png +lib/lv2/tap-dynamics-st.lv2/modgui/stylesheet-tap-stereo-dynamics.css +lib/lv2/tap-dynamics-st.lv2/modgui/thumbnail-tap-stereo-dynamics.png +lib/lv2/tap-dynamics-st.lv2/modgui/utils/dropdown-arrow-black.png +lib/lv2/tap-dynamics-st.lv2/modgui/utils/dropdown-arrow-white.png +lib/lv2/tap-dynamics-st.lv2/tap_dynamics-st.so +lib/lv2/tap-dynamics-st.lv2/tap_dynamics-st.ttl +lib/lv2/tap-dynamics.lv2/manifest.ttl +lib/lv2/tap-dynamics.lv2/modgui.ttl +lib/lv2/tap-dynamics.lv2/modgui/icon-tap-mono-dynamics.html +lib/lv2/tap-dynamics.lv2/modgui/knobs/boxy/black.png +lib/lv2/tap-dynamics.lv2/modgui/pedals/boxy/red.png +lib/lv2/tap-dynamics.lv2/modgui/pedals/footswitch.png +lib/lv2/tap-dynamics.lv2/modgui/screenshot-tap-mono-dynamics.png +lib/lv2/tap-dynamics.lv2/modgui/stylesheet-tap-mono-dynamics.css +lib/lv2/tap-dynamics.lv2/modgui/thumbnail-tap-mono-dynamics.png +lib/lv2/tap-dynamics.lv2/modgui/utils/dropdown-arrow-black.png +lib/lv2/tap-dynamics.lv2/modgui/utils/dropdown-arrow-white.png +lib/lv2/tap-dynamics.lv2/tap_dynamics.so +lib/lv2/tap-dynamics.lv2/tap_dynamics.ttl +lib/lv2/tap-echo.lv2/manifest.ttl +lib/lv2/tap-echo.lv2/modgui.ttl +lib/lv2/tap-echo.lv2/modgui/icon-tap-stereo-echo.html +lib/lv2/tap-echo.lv2/modgui/knobs/japanese/cream.png +lib/lv2/tap-echo.lv2/modgui/knobs/japanese/white.png +lib/lv2/tap-echo.lv2/modgui/pedals/japanese/cream.png +lib/lv2/tap-echo.lv2/modgui/pedals/japanese/white.png +lib/lv2/tap-echo.lv2/modgui/screenshot-tap-stereo-echo.png +lib/lv2/tap-echo.lv2/modgui/stylesheet-tap-stereo-echo.css +lib/lv2/tap-echo.lv2/modgui/thumbnail-tap-stereo-echo.png +lib/lv2/tap-echo.lv2/tap_echo.so +lib/lv2/tap-echo.lv2/tap_echo.ttl +lib/lv2/tap-eq.lv2/manifest.ttl +lib/lv2/tap-eq.lv2/modgui.ttl +lib/lv2/tap-eq.lv2/modgui/footswitch.png +lib/lv2/tap-eq.lv2/modgui/icon-tap-equalizer.html +lib/lv2/tap-eq.lv2/modgui/red-light-off.png +lib/lv2/tap-eq.lv2/modgui/red-light-on.png +lib/lv2/tap-eq.lv2/modgui/screenshot-tap-equalizer.png +lib/lv2/tap-eq.lv2/modgui/slider.png +lib/lv2/tap-eq.lv2/modgui/tap-equalizer-background.png +lib/lv2/tap-eq.lv2/modgui/tap-equalizer-knob.png +lib/lv2/tap-eq.lv2/modgui/tap-equalizer.css +lib/lv2/tap-eq.lv2/modgui/thumbnail-tap-equalizer.png +lib/lv2/tap-eq.lv2/tap_eq.so +lib/lv2/tap-eq.lv2/tap_eq.ttl +lib/lv2/tap-eqbw.lv2/manifest.ttl +lib/lv2/tap-eqbw.lv2/modgui.ttl +lib/lv2/tap-eqbw.lv2/modgui/footswitch.png +lib/lv2/tap-eqbw.lv2/modgui/icon-tap-equalizerbw.html +lib/lv2/tap-eqbw.lv2/modgui/red-light-off.png +lib/lv2/tap-eqbw.lv2/modgui/red-light-on.png +lib/lv2/tap-eqbw.lv2/modgui/screenshot-tap-equalizerbw.png +lib/lv2/tap-eqbw.lv2/modgui/slider.png +lib/lv2/tap-eqbw.lv2/modgui/tap-eqbw-background.png +lib/lv2/tap-eqbw.lv2/modgui/tap-equalizer-knob.png +lib/lv2/tap-eqbw.lv2/modgui/tap-equalizerbw.css +lib/lv2/tap-eqbw.lv2/modgui/thumbnail-tap-equalizerbw.png +lib/lv2/tap-eqbw.lv2/tap_eqbw.so +lib/lv2/tap-eqbw.lv2/tap_eqbw.ttl +lib/lv2/tap-limiter.lv2/manifest.ttl +lib/lv2/tap-limiter.lv2/modgui.ttl +lib/lv2/tap-limiter.lv2/modgui/icon-tap-scaling-limiter.html +lib/lv2/tap-limiter.lv2/modgui/knobs/boxy/black.png +lib/lv2/tap-limiter.lv2/modgui/pedals/boxy/red.png +lib/lv2/tap-limiter.lv2/modgui/pedals/footswitch.png +lib/lv2/tap-limiter.lv2/modgui/screenshot-tap-scaling-limiter.png +lib/lv2/tap-limiter.lv2/modgui/stylesheet-tap-scaling-limiter.css +lib/lv2/tap-limiter.lv2/modgui/thumbnail-tap-scaling-limiter.png +lib/lv2/tap-limiter.lv2/modgui/utils/dropdown-arrow-black.png +lib/lv2/tap-limiter.lv2/modgui/utils/dropdown-arrow-white.png +lib/lv2/tap-limiter.lv2/tap_limiter.so +lib/lv2/tap-limiter.lv2/tap_limiter.ttl +lib/lv2/tap-pinknoise.lv2/manifest.ttl +lib/lv2/tap-pinknoise.lv2/modgui.ttl +lib/lv2/tap-pinknoise.lv2/modgui/icon-tap-pinkfractal-noise.html +lib/lv2/tap-pinknoise.lv2/modgui/knobs/boxy/black.png +lib/lv2/tap-pinknoise.lv2/modgui/pedals/boxy/green.png +lib/lv2/tap-pinknoise.lv2/modgui/pedals/boxy/pink.png +lib/lv2/tap-pinknoise.lv2/modgui/pedals/footswitch.png +lib/lv2/tap-pinknoise.lv2/modgui/screenshot-tap-pinkfractal-noise.png +lib/lv2/tap-pinknoise.lv2/modgui/stylesheet-tap-pinkfractal-noise.css +lib/lv2/tap-pinknoise.lv2/modgui/thumbnail-tap-pinkfractal-noise.png +lib/lv2/tap-pinknoise.lv2/modgui/utils/dropdown-arrow-black.png +lib/lv2/tap-pinknoise.lv2/modgui/utils/dropdown-arrow-white.png +lib/lv2/tap-pinknoise.lv2/tap_pinknoise.so +lib/lv2/tap-pinknoise.lv2/tap_pinknoise.ttl +lib/lv2/tap-pitch.lv2/manifest.ttl +lib/lv2/tap-pitch.lv2/modgui.ttl +lib/lv2/tap-pitch.lv2/modgui/icon-tap-pitch-shifter.html +lib/lv2/tap-pitch.lv2/modgui/knobs/boxy/black.png +lib/lv2/tap-pitch.lv2/modgui/pedals/boxy/darkblue.png +lib/lv2/tap-pitch.lv2/modgui/pedals/footswitch.png +lib/lv2/tap-pitch.lv2/modgui/screenshot-tap-pitch-shifter.png +lib/lv2/tap-pitch.lv2/modgui/stylesheet-tap-pitch-shifter.css +lib/lv2/tap-pitch.lv2/modgui/thumbnail-tap-pitch-shifter.png +lib/lv2/tap-pitch.lv2/modgui/utils/dropdown-arrow-black.png +lib/lv2/tap-pitch.lv2/modgui/utils/dropdown-arrow-white.png +lib/lv2/tap-pitch.lv2/tap_pitch.so +lib/lv2/tap-pitch.lv2/tap_pitch.ttl +lib/lv2/tap-reflector.lv2/manifest.ttl +lib/lv2/tap-reflector.lv2/modgui.ttl +lib/lv2/tap-reflector.lv2/modgui/icon-tap-reflector.html +lib/lv2/tap-reflector.lv2/modgui/knobs/boxy/black.png +lib/lv2/tap-reflector.lv2/modgui/pedals/boxy/white.png +lib/lv2/tap-reflector.lv2/modgui/pedals/footswitch.png +lib/lv2/tap-reflector.lv2/modgui/screenshot-tap-reflector.png +lib/lv2/tap-reflector.lv2/modgui/stylesheet-tap-reflector.css +lib/lv2/tap-reflector.lv2/modgui/thumbnail-tap-reflector.png +lib/lv2/tap-reflector.lv2/modgui/utils/dropdown-arrow-black.png +lib/lv2/tap-reflector.lv2/modgui/utils/dropdown-arrow-white.png +lib/lv2/tap-reflector.lv2/tap_reflector.so +lib/lv2/tap-reflector.lv2/tap_reflector.ttl +lib/lv2/tap-reverb.lv2/manifest.ttl +lib/lv2/tap-reverb.lv2/modgui.ttl +lib/lv2/tap-reverb.lv2/modgui/icon-tap-reverberator.html +lib/lv2/tap-reverb.lv2/modgui/knobs/boxy/black.png +lib/lv2/tap-reverb.lv2/modgui/pedals/boxy/cream.png +lib/lv2/tap-reverb.lv2/modgui/pedals/footswitch.png +lib/lv2/tap-reverb.lv2/modgui/screenshot-tap-reverberator.png +lib/lv2/tap-reverb.lv2/modgui/stylesheet-tap-reverberator.css +lib/lv2/tap-reverb.lv2/modgui/thumbnail-tap-reverberator.png +lib/lv2/tap-reverb.lv2/modgui/utils/dropdown-arrow-black.png +lib/lv2/tap-reverb.lv2/modgui/utils/dropdown-arrow-white.png +lib/lv2/tap-reverb.lv2/tap_reverb.so +lib/lv2/tap-reverb.lv2/tap_reverb.ttl +lib/lv2/tap-rotspeak.lv2/manifest.ttl +lib/lv2/tap-rotspeak.lv2/modgui.ttl +lib/lv2/tap-rotspeak.lv2/modgui/icon-tap-rotary-speaker.html +lib/lv2/tap-rotspeak.lv2/modgui/knobs/japanese/cream.png +lib/lv2/tap-rotspeak.lv2/modgui/knobs/japanese/petrol.png +lib/lv2/tap-rotspeak.lv2/modgui/pedals/japanese/purple.png +lib/lv2/tap-rotspeak.lv2/modgui/screenshot-tap-rotary-speaker.png +lib/lv2/tap-rotspeak.lv2/modgui/stylesheet-tap-rotary-speaker.css +lib/lv2/tap-rotspeak.lv2/modgui/thumbnail-tap-rotary-speaker.png +lib/lv2/tap-rotspeak.lv2/tap_rotspeak.so +lib/lv2/tap-rotspeak.lv2/tap_rotspeak.ttl +lib/lv2/tap-sigmoid.lv2/manifest.ttl +lib/lv2/tap-sigmoid.lv2/modgui.ttl +lib/lv2/tap-sigmoid.lv2/modgui/icon-tap-sigmoid-booster.html +lib/lv2/tap-sigmoid.lv2/modgui/knobs/boxy/aluminium.png +lib/lv2/tap-sigmoid.lv2/modgui/pedals/boxy/orange.png +lib/lv2/tap-sigmoid.lv2/modgui/pedals/footswitch.png +lib/lv2/tap-sigmoid.lv2/modgui/screenshot-tap-sigmoid-booster.png +lib/lv2/tap-sigmoid.lv2/modgui/stylesheet-tap-sigmoid-booster.css +lib/lv2/tap-sigmoid.lv2/modgui/thumbnail-tap-sigmoid-booster.png +lib/lv2/tap-sigmoid.lv2/modgui/utils/dropdown-arrow-black.png +lib/lv2/tap-sigmoid.lv2/modgui/utils/dropdown-arrow-white.png +lib/lv2/tap-sigmoid.lv2/tap_sigmoid.so +lib/lv2/tap-sigmoid.lv2/tap_sigmoid.ttl +lib/lv2/tap-tremolo.lv2/manifest.ttl +lib/lv2/tap-tremolo.lv2/modgui.ttl +lib/lv2/tap-tremolo.lv2/modgui/icon-tap-tremolo.html +lib/lv2/tap-tremolo.lv2/modgui/knobs/boxy/black.png +lib/lv2/tap-tremolo.lv2/modgui/pedals/boxy/purple.png +lib/lv2/tap-tremolo.lv2/modgui/pedals/boxy/racing.png +lib/lv2/tap-tremolo.lv2/modgui/pedals/footswitch.png +lib/lv2/tap-tremolo.lv2/modgui/screenshot-tap-tremolo.png +lib/lv2/tap-tremolo.lv2/modgui/stylesheet-tap-tremolo.css +lib/lv2/tap-tremolo.lv2/modgui/thumbnail-tap-tremolo.png +lib/lv2/tap-tremolo.lv2/modgui/utils/dropdown-arrow-black.png +lib/lv2/tap-tremolo.lv2/modgui/utils/dropdown-arrow-white.png +lib/lv2/tap-tremolo.lv2/tap_tremolo.so +lib/lv2/tap-tremolo.lv2/tap_tremolo.ttl +lib/lv2/tap-tubewarmth.lv2/manifest.ttl +lib/lv2/tap-tubewarmth.lv2/modgui.ttl +lib/lv2/tap-tubewarmth.lv2/modgui/icon-tap-tubewarmth.html +lib/lv2/tap-tubewarmth.lv2/modgui/knobs/boxy/black.png +lib/lv2/tap-tubewarmth.lv2/modgui/pedals/boxy/brown.png +lib/lv2/tap-tubewarmth.lv2/modgui/pedals/footswitch.png +lib/lv2/tap-tubewarmth.lv2/modgui/screenshot-tap-tubewarmth.png +lib/lv2/tap-tubewarmth.lv2/modgui/stylesheet-tap-tubewarmth.css +lib/lv2/tap-tubewarmth.lv2/modgui/thumbnail-tap-tubewarmth.png +lib/lv2/tap-tubewarmth.lv2/modgui/utils/dropdown-arrow-black.png +lib/lv2/tap-tubewarmth.lv2/modgui/utils/dropdown-arrow-white.png +lib/lv2/tap-tubewarmth.lv2/tap_tubewarmth.so +lib/lv2/tap-tubewarmth.lv2/tap_tubewarmth.ttl +lib/lv2/tap-vibrato.lv2/manifest.ttl +lib/lv2/tap-vibrato.lv2/modgui.ttl +lib/lv2/tap-vibrato.lv2/modgui/icon-tap-vibrato.html +lib/lv2/tap-vibrato.lv2/modgui/knobs/japanese/cream.png +lib/lv2/tap-vibrato.lv2/modgui/knobs/japanese/green.png +lib/lv2/tap-vibrato.lv2/modgui/knobs/japanese/purple.png +lib/lv2/tap-vibrato.lv2/modgui/pedals/japanese/green.png +lib/lv2/tap-vibrato.lv2/modgui/pedals/japanese/purple.png +lib/lv2/tap-vibrato.lv2/modgui/screenshot-tap-vibrato.png +lib/lv2/tap-vibrato.lv2/modgui/stylesheet-tap-vibrato.css +lib/lv2/tap-vibrato.lv2/modgui/thumbnail-tap-vibrato.png +lib/lv2/tap-vibrato.lv2/tap_vibrato.so +lib/lv2/tap-vibrato.lv2/tap_vibrato.ttl diff --git a/biology/biococoa/Makefile b/biology/biococoa/Makefile index 337da4d87d2..2554053dbcc 100644 --- a/biology/biococoa/Makefile +++ b/biology/biococoa/Makefile @@ -2,7 +2,7 @@ PORTNAME= biococoa PORTVERSION= 2.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= biology gnustep MASTER_SITES= http://bioinformatics.org/biococoa/downloads/ DEBIAN/pool/main/b/biococoa.app DISTNAME= biococoa-${PORTVERSION}-src diff --git a/cad/repsnapper/Makefile b/cad/repsnapper/Makefile index 3f3c437d488..e4ae2d839bc 100644 --- a/cad/repsnapper/Makefile +++ b/cad/repsnapper/Makefile @@ -26,7 +26,6 @@ GNU_CONFIGURE= yes INSTALLS_ICONS= yes LDFLAGS+= -L${LOCALBASE}/lib -WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} INSTALL_TARGET= install-strip post-install: diff --git a/databases/Makefile b/databases/Makefile index b3d7e8712d3..f19f1fa8931 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -33,6 +33,7 @@ SUBDIR += cego SUBDIR += cegobridge SUBDIR += clickhouse + SUBDIR += cockroach SUBDIR += couchdb SUBDIR += courier-authlib-mysql SUBDIR += courier-authlib-pgsql @@ -1000,7 +1001,6 @@ SUBDIR += sqlite2 SUBDIR += sqlite3 SUBDIR += sqlitebrowser - SUBDIR += sqlitebrowser-qt5 SUBDIR += sqliteconvert SUBDIR += sqliteman SUBDIR += sqlitemanager diff --git a/databases/cockroach/Makefile b/databases/cockroach/Makefile new file mode 100644 index 00000000000..285b0fee7f8 --- /dev/null +++ b/databases/cockroach/Makefile @@ -0,0 +1,40 @@ +# $FreeBSD$ + +PORTNAME= cockroach +PORTVERSION= 1.0.4 +DISTVERSIONPREFIX= v +CATEGORIES= databases +MASTER_SITES= https://binaries.cockroachdb.com/ +EXTRACT_SUFX= .src.tgz + +MAINTAINER= james@jen20.com +COMMENT= Cloud-native SQL database that survive disasters + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/src/github.com/cockroachdb/cockroach/LICENSE + +BUILD_DEPENDS= bash:shells/bash \ + cmake:devel/cmake \ + go:lang/go + +USES= gmake + +USE_RC_SUBR= cockroach + +PLIST_FILES= bin/cockroach + +USERS= cockroach +GROUPS= cockroach + +post-patch: + @${REINPLACE_CMD} -e 's|-DCMAKE_CXX_FLAGS=-DNDEBUG)|-DCMAKE_CXX_FLAGS=-DNDEBUG) -DFAIL_ON_WARNINGS=OFF|g' \ + ${WRKSRC}/src/github.com/cockroachdb/cockroach/build/common.mk + +do-build: + @${SETENV} -i PATH="${PATH}" \ + ${MAKE_CMD} -C ${WRKSRC} buildoss + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/cockroachdb/cockroach/cockroach ${STAGEDIR}${PREFIX}/bin/ + +.include diff --git a/databases/cockroach/distinfo b/databases/cockroach/distinfo new file mode 100644 index 00000000000..089c68e72ba --- /dev/null +++ b/databases/cockroach/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1502917562 +SHA256 (cockroach-v1.0.4.src.tgz) = 1d135016ccef6c684b7414b6b26219cad74ebec9dea5421862ac8288025476b6 +SIZE (cockroach-v1.0.4.src.tgz) = 69123903 diff --git a/databases/cockroach/files/cockroach.in b/databases/cockroach/files/cockroach.in new file mode 100644 index 00000000000..6b778e79ea3 --- /dev/null +++ b/databases/cockroach/files/cockroach.in @@ -0,0 +1,69 @@ +#!/bin/sh + +# $FreeBSD$ +# +# PROVIDE: cockroach +# REQUIRE: LOGIN +# KEYWORD: shutdown +# +# Add the following lines to /etc/rc.conf.local or /etc/rc.conf +# to enable this service: +# +# cockroach_enable (bool): Set to NO by default. +# Set it to YES to enable cockroach. +# cockroach_user (user): Set user to run cockroach. +# Default is "cockroach". +# cockroach_group (group): Set group to run cockroach. +# Default is "cockroach". +# cockroach_dir (dir): Set dir to run cockroach in. +# Default is "path=/var/db/cockroach". +# cockroach_flags (string): Set additional flags with which to run cockroach. +# Default is "--insecure --host=localhost". + +. /etc/rc.subr + +name=cockroach +rcvar=cockroach_enable + +load_rc_config $name + +: ${cockroach_enable:="NO"} +: ${cockroach_user:="cockroach"} +: ${cockroach_group:="cockroach"} +: ${cockroach_dir:="/var/db/cockroachdb"} +: ${cockroach_store:="--store=path=${cockroach_dir}"} +: ${cockroach_flags:="--insecure --host=localhost"} + +start_precmd=cockroach_startprecmd +start_cmd=${name}_start +stop_cmd=${name}_stop + +pidfile=/var/run/cockroach.pid +command="%%PREFIX%%/bin/cockroach" + +cockroach_startprecmd() +{ + if [ ! -e ${pidfile} ]; then + install -o ${cockroach_user} -g ${cockroach_group} /dev/null ${pidfile}; + fi + + if [ ! -d ${cockroach_dir} ]; then + install -d -o ${cockroach_user} -g ${cockroach_group} ${cockroach_dir} + fi +} + +cockroach_start() { + /usr/sbin/daemon -u ${cockroach_user} \ + -p $pidfile ${command} \ + start \ + ${cockroach_store} \ + ${cockroach_flags} +} + +cockroach_stop() { + [ -f $pidfile ] \ + && ${command} quit --insecure \ + || echo ${name} not running? \(check ${pidfile}\) +} + +run_rc_command "$1" diff --git a/databases/cockroach/pkg-descr b/databases/cockroach/pkg-descr new file mode 100644 index 00000000000..0df50b0da72 --- /dev/null +++ b/databases/cockroach/pkg-descr @@ -0,0 +1,11 @@ +CockroachDB is a distributed SQL database built on a transactional +and strongly-consistent key-value store. It scales horizontally; +survives disk, machine, rack, and even datacenter failures with +minimal latency disruption and no manual intervention; supports +strongly-consistent ACID transactions; and provides a familiar SQL +API for structuring, manipulating, and querying data. + +CockroachDB is inspired by Google's Spanner and F1 technologies, and +it's completely open source. + +WWW: https://cockroachlabs.io/ diff --git a/databases/fortytwo-bdb/Makefile b/databases/fortytwo-bdb/Makefile index 494ed999d7f..922e8cc5461 100644 --- a/databases/fortytwo-bdb/Makefile +++ b/databases/fortytwo-bdb/Makefile @@ -2,7 +2,7 @@ PORTNAME= bdb PORTVERSION= 0.2.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= databases gnustep MASTER_SITES= SF/fortytwo/Berkeley%20DB%20Wrapper%20%28BDB%29/${PORTVERSION} PKGNAMEPREFIX= fortytwo- diff --git a/databases/mantis/Makefile b/databases/mantis/Makefile index a7808bfa4ed..bc043ba79c5 100644 --- a/databases/mantis/Makefile +++ b/databases/mantis/Makefile @@ -1,34 +1,197 @@ -# Created by: Sebastien Gioria +# Created by: Rozhuk Ivan # $FreeBSD$ PORTNAME= mantis -PORTVERSION= 1.2.19 -PORTREVISION= 1 +PORTVERSION= 2.5.1 CATEGORIES= databases www -MASTER_SITES= SF/${PORTNAME}bt/${PORTNAME}-stable/${PORTVERSION} -DISTNAME= mantisbt-${PORTVERSION} -MAINTAINER= dvl@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Bug tracking system written in PHP NO_BUILD= yes USE_PHP= hash pcre session xml +USE_GITHUB= yes +GH_ACCOUNT= mantisbt:DEFAULT \ + mantisbt:api_swaggerui \ + mantisbt:lib_adodb \ + mantisbt:lib_disposable \ + mantisbt:lib_parsedown \ + mantisbt:lib_phpmailer \ + mantisbt:lib_securimage +GH_PROJECT= mantisbt:DEFAULT \ + swagger-ui:api_swaggerui \ + ADOdb:lib_adodb \ + disposable_email_checker:lib_disposable \ + parsedown:lib_parsedown \ + PHPMailer:lib_phpmailer \ + securimage:lib_securimage +GH_TAGNAME= 063cce6182568cf2eba81e3ca59cdd67606e7bab:DEFAULT \ + 0beaf61f94c3e6359ee0cdaf7b23ad4b365d761f:api_swaggerui \ + cc2c13e337f1441e3aa1e17497722c1cd98b281b:lib_adodb \ + 6a7ddc0598810bdb91d270b489cec2e1033e047f:lib_disposable \ + 20ff8bbb57205368b4b42d094642a3e52dac85fb:lib_parsedown \ + e066a6277ad41fcfdb8d3b8536aaa55ec9b6399b:lib_phpmailer \ + 65d446e137db4fe84e7f7edb9e7b06fce521a63b:lib_securimage +GH_SUBDIR= library/adodb:lib_adodb \ + library/disposable:lib_disposable \ + library/parsedown:lib_parsedown \ + library/phpmailer:lib_phpmailer \ + library/securimage:lib_securimage -OPTIONS_MULTI= DB +OPTIONS_MULTI= DB OPTIONS_MULTI_DB= MYSQL PGSQL +OPTIONS_GROUP= PLUGINS +OPTIONS_GROUP_PLUGINS= ACTIVITY ANNOUNCE COLORIZED CUSTOMREPORTER \ + EMAILREP EVENTLOG FLTBUGLST JQUERYCHOSEN \ + JQUERYUI LIGHTBOX PIWIK SAMPLEAUTH SLACK \ + SNIPPETS SI TASKODROME TIMETRACKING +OPTIONS_DEFAULT= MYSQL +OPTIONS_SUB= yes + +ACTIVITY_DESC= Shows bug notes by creation date +ACTIVITY_GH_ACCOUNT= mantisbt-plugins:activity +ACTIVITY_GH_PROJECT= Activity:activity +ACTIVITY_GH_TAGNAME= 99cf873396ebc3fec431c6746dae1a604768f322:activity +ACTIVITY_GH_SUBDIR= plugins/Activity:activity + +ANNOUNCE_DESC= Announcements +ANNOUNCE_GH_ACCOUNT= mantisbt-plugins:announce +ANNOUNCE_GH_PROJECT= Announce:announce +ANNOUNCE_GH_TAGNAME= b9459924d88b8a9503d6ee9c37045d857d7da57e:announce +ANNOUNCE_GH_SUBDIR= plugins/Announce:announce + +COLORIZED_DESC= Colorized Theme +COLORIZED_GH_ACCOUNT= mantisbt-plugins:colorized +COLORIZED_GH_PROJECT= MantisBT-Colorized:colorized +COLORIZED_GH_TAGNAME= f43dc4cc36e8851f8df1797116f904ccf5f1689d:colorized +COLORIZED_GH_SUBDIR= css/themes/colorized:colorized + +CUSTOMREPORTER_DESC= Allows the selection of a Reporter from a list +CUSTOMREPORTER_GH_ACCOUNT= mantisbt-plugins:customreporter +CUSTOMREPORTER_GH_PROJECT= CustomReporter:customreporter +CUSTOMREPORTER_GH_TAGNAME= e9658eac2aa6c7e37609578e1d8bd676d22a3770:customreporter +CUSTOMREPORTER_GH_SUBDIR= plugins/CustomReporter:customreporter + +EMAILREP_DESC= Allows to report an issue by sending an email +EMAILREP_GH_ACCOUNT= mantisbt-plugins:emailrep +EMAILREP_GH_PROJECT= EmailReporting:emailrep +EMAILREP_GH_TAGNAME= bcee020b3ce4bf91678a3f48d213660cf9902968:emailrep +EMAILREP_GH_SUBDIR= plugins/EmailReporting:emailrep + +EVENTLOG_DESC= Allows MantisBT components to log data +EVENTLOG_GH_ACCOUNT= mantisbt-plugins:eventlog +EVENTLOG_GH_PROJECT= EventLog:eventlog +EVENTLOG_GH_TAGNAME= 74fd03cf85a32088a0206bc73bb14ddbd148aed2:eventlog +EVENTLOG_GH_SUBDIR= plugins/EventLog:eventlog + +FLTBUGLST_DESC= Allowing to filter by a set of bug IDs +FLTBUGLST_GH_ACCOUNT= mantisbt-plugins:fltbuglst +FLTBUGLST_GH_PROJECT= FilterBugList:fltbuglst +FLTBUGLST_GH_TAGNAME= 4de5242dcf3ced656cffbf14776ce41089c07e49:fltbuglst +FLTBUGLST_GH_SUBDIR= plugins/FilterBugList:fltbuglst + +JQUERYCHOSEN_DESC= Support the Library Chosen to MantisBT +JQUERYCHOSEN_GH_ACCOUNT= mantisbt-plugins:jquerychosen +JQUERYCHOSEN_GH_PROJECT= JqueryChosen:jquerychosen +JQUERYCHOSEN_GH_TAGNAME= dc305e987ea3693bb92d22545ba23f3fc44d04c3:jquerychosen + +JQUERYUI_DESC= jQuery UI library + Combobox +JQUERYUI_GH_ACCOUNT= mantisbt-plugins:jqueryui +JQUERYUI_GH_PROJECT= jQuery-UI:jqueryui +JQUERYUI_GH_TAGNAME= ca77afa51166658b469dd11bfff7713485935bda:jqueryui + +LIGHTBOX_DESC= Plugin to open attachments using Lightbox +LIGHTBOX_GH_ACCOUNT= mantisbt-plugins:lightbox +LIGHTBOX_GH_PROJECT= Lightbox:lightbox +LIGHTBOX_GH_TAGNAME= f8220ba689378054ca433f718d909dc41a803def:lightbox +LIGHTBOX_GH_SUBDIR= plugins/Lightbox:lightbox + +PIWIK_DESC= Paste print screens directly +PIWIK_GH_ACCOUNT= mantisbt-plugins:piwik +PIWIK_GH_PROJECT= piwik:piwik +PIWIK_GH_TAGNAME= a2dba46836bdc07a80b8040e889ba0606f97415e:piwik + +SAMPLEAUTH_DESC= A sample authentication plugin +SAMPLEAUTH_GH_ACCOUNT= mantisbt-plugins:sampleauth +SAMPLEAUTH_GH_PROJECT= SampleAuth:sampleauth +SAMPLEAUTH_GH_TAGNAME= 34856715f49a5c273f33e094c759c0e0b52b3912:sampleauth +SAMPLEAUTH_GH_SUBDIR= plugins/SampleAuth:sampleauth + +SLACK_DESC= Slack integration +SLACK_GH_ACCOUNT= mantisbt-plugins:slack +SLACK_GH_PROJECT= Slack:slack +SLACK_GH_TAGNAME= b054ea2446f7ac8cf9487cf72a9d9b7bca46f350:slack +SLACK_GH_SUBDIR= plugins/Slack:slack + +SNIPPETS_DESC= Slack integration +SNIPPETS_GH_ACCOUNT= mantisbt-plugins:snippets +SNIPPETS_GH_PROJECT= snippets:snippets +SNIPPETS_GH_TAGNAME= ae08cb9845ad8a206dff7b4cad8c3dd7ffe611a5:snippets +SNIPPETS_GH_SUBDIR= plugins/Snippets:snippets + +SI_DESC= Source control integration +SI_GH_ACCOUNT= mantisbt-plugins:si +SI_GH_PROJECT= source-integration:si +SI_GH_TAGNAME= 5aec11023a9c242a67f2255e24b4377d28c6a4f4:si +SI_USE= php=curl + +TASKODROME_DESC= Interactive scrum board +TASKODROME_GH_ACCOUNT= mantisbt-plugins:taskodrome +TASKODROME_GH_PROJECT= Taskodrome:taskodrome +TASKODROME_GH_TAGNAME= c9bc06c0d7fcf8683f2534263a117970ee4e418d:taskodrome + +TIMETRACKING_DESC= Time Tracking +TIMETRACKING_GH_ACCOUNT=mantisbt-plugins:timetracking +TIMETRACKING_GH_PROJECT=timetracking:timetracking +TIMETRACKING_GH_TAGNAME=990ce27aba9a6f79fdfbe10f71c7b60c7b8cbe26:timetracking MYSQL_DESC= MySQL support +MYSQL_USE= php=mysqli + PGSQL_DESC= PostgreSQL support - -OPTIONS_DEFAULT= MYSQL - -MYSQL_USE= mysql=yes php=mysql -PGSQL_USE= pgsql=yes php=pgsql +PGSQL_USE= php=pgsql SUB_FILES= pkg-message PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} +post-extract: + @${MV} ${WRKSRC_api_swaggerui}/dist/* ${WRKSRC}/api/rest/swagger/ + @${MV} ${WRKSRC}/api/rest/swagger/index.html ${WRKSRC}/api/rest/swagger/index.php + +post-extract-COLORIZED-on: + @${MV} ${WRKSRC_colorized}/colorized.css ${WRKSRC_colorized}/default.css + @${CP} ${WRKSRC_colorized}/assets/screenshot-1.png ${WRKSRC_colorized}/colorized.png + +post-extract-JQUERYCHOSEN-on: + @${MV} ${WRKSRC_jquerychosen}/JqueryChosen ${WRKSRC}/plugins/ + +post-extract-JQUERYUI-on: + @${MV} ${WRKSRC_jqueryui}/jQueryUI ${WRKSRC}/plugins/ + +post-extract-PIWIK-on: + @${MV} ${WRKSRC_piwik}/Piwik ${WRKSRC}/plugins/ + +post-extract-SI-on: + @${MV} ${WRKSRC_si}/Source ${WRKSRC}/plugins/ + @${MV} ${WRKSRC_si}/SourceBitBucket ${WRKSRC}/plugins/ + @${MV} ${WRKSRC_si}/SourceCgit ${WRKSRC}/plugins/ + @${MV} ${WRKSRC_si}/SourceGithub ${WRKSRC}/plugins/ + @${MV} ${WRKSRC_si}/SourceGitlab ${WRKSRC}/plugins/ + @${MV} ${WRKSRC_si}/SourceGitphp ${WRKSRC}/plugins/ + @${MV} ${WRKSRC_si}/SourceGitweb ${WRKSRC}/plugins/ + @${MV} ${WRKSRC_si}/SourceHgWeb ${WRKSRC}/plugins/ + @${MV} ${WRKSRC_si}/SourceSFSVN ${WRKSRC}/plugins/ + @${MV} ${WRKSRC_si}/SourceSVN ${WRKSRC}/plugins/ + @${MV} ${WRKSRC_si}/SourceViewVC ${WRKSRC}/plugins/ + @${MV} ${WRKSRC_si}/SourceWebSVN ${WRKSRC}/plugins/ + +post-extract-TASKODROME-on: + @${MV} ${WRKSRC_taskodrome}/Taskodrome ${WRKSRC}/plugins/ + +post-extract-TIMETRACKING-on: + @${MV} ${WRKSRC_timetracking}/TimeTracking ${WRKSRC}/plugins/ + do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} diff --git a/databases/mantis/distinfo b/databases/mantis/distinfo index 86c420b03ee..22e2f29037a 100644 --- a/databases/mantis/distinfo +++ b/databases/mantis/distinfo @@ -1,2 +1,49 @@ -SHA256 (mantisbt-1.2.19.tar.gz) = 0814d2113de4a53498bb67fa531ca36dee821e5c22df150deb75dc918eed86de -SIZE (mantisbt-1.2.19.tar.gz) = 2615171 +TIMESTAMP = 1501075956 +SHA256 (mantisbt-mantisbt-2.5.1-063cce6182568cf2eba81e3ca59cdd67606e7bab_GH0.tar.gz) = 22c221478380f3cafc9d5ccdaa3916b7826327750ebf75b746b324b77df40855 +SIZE (mantisbt-mantisbt-2.5.1-063cce6182568cf2eba81e3ca59cdd67606e7bab_GH0.tar.gz) = 4523391 +SHA256 (mantisbt-swagger-ui-0beaf61f94c3e6359ee0cdaf7b23ad4b365d761f_GH0.tar.gz) = 5c67f724da6d2daa8931920b82f92319098badc47b57848c385a942a1420bdf4 +SIZE (mantisbt-swagger-ui-0beaf61f94c3e6359ee0cdaf7b23ad4b365d761f_GH0.tar.gz) = 1401641 +SHA256 (mantisbt-ADOdb-cc2c13e337f1441e3aa1e17497722c1cd98b281b_GH0.tar.gz) = a9334857b2dfefb42273f5296ef89166e6d65fcca26857702bce579ba1add102 +SIZE (mantisbt-ADOdb-cc2c13e337f1441e3aa1e17497722c1cd98b281b_GH0.tar.gz) = 342578 +SHA256 (mantisbt-disposable_email_checker-6a7ddc0598810bdb91d270b489cec2e1033e047f_GH0.tar.gz) = a2df1d7eb889ee175abb9c9d7a698260416bdb9c8d768262f68ca2050563921f +SIZE (mantisbt-disposable_email_checker-6a7ddc0598810bdb91d270b489cec2e1033e047f_GH0.tar.gz) = 9205 +SHA256 (mantisbt-parsedown-20ff8bbb57205368b4b42d094642a3e52dac85fb_GH0.tar.gz) = a5fa28b2c0a546e34679ea78a9dbd811820351bd9b64df97d0b1fd29eb94f26b +SIZE (mantisbt-parsedown-20ff8bbb57205368b4b42d094642a3e52dac85fb_GH0.tar.gz) = 17633 +SHA256 (mantisbt-PHPMailer-e066a6277ad41fcfdb8d3b8536aaa55ec9b6399b_GH0.tar.gz) = 61ef72758060af029320478343f70250aea6cf3434e526283c0911ba907ba1ab +SIZE (mantisbt-PHPMailer-e066a6277ad41fcfdb8d3b8536aaa55ec9b6399b_GH0.tar.gz) = 92355 +SHA256 (mantisbt-securimage-65d446e137db4fe84e7f7edb9e7b06fce521a63b_GH0.tar.gz) = 490a47dd550e20de5a8f1f4841e55803232ab5716e502cc1e292cdc7dc52af30 +SIZE (mantisbt-securimage-65d446e137db4fe84e7f7edb9e7b06fce521a63b_GH0.tar.gz) = 7590715 +SHA256 (mantisbt-plugins-Activity-99cf873396ebc3fec431c6746dae1a604768f322_GH0.tar.gz) = 7c9a2d08d98854c40e53ec5ae90aa84ea3849843e5dec8fceefd4cbfba6d4c88 +SIZE (mantisbt-plugins-Activity-99cf873396ebc3fec431c6746dae1a604768f322_GH0.tar.gz) = 42861 +SHA256 (mantisbt-plugins-Announce-b9459924d88b8a9503d6ee9c37045d857d7da57e_GH0.tar.gz) = 7427ae79986cc922b51263142b4f0a3427641492259ffe99d995ddf868ede7c4 +SIZE (mantisbt-plugins-Announce-b9459924d88b8a9503d6ee9c37045d857d7da57e_GH0.tar.gz) = 146279 +SHA256 (mantisbt-plugins-MantisBT-Colorized-f43dc4cc36e8851f8df1797116f904ccf5f1689d_GH0.tar.gz) = d4ca823fdcef233f041a2ab590d7b2c9e7e9209d2f92f07749967b564b128418 +SIZE (mantisbt-plugins-MantisBT-Colorized-f43dc4cc36e8851f8df1797116f904ccf5f1689d_GH0.tar.gz) = 260775 +SHA256 (mantisbt-plugins-CustomReporter-e9658eac2aa6c7e37609578e1d8bd676d22a3770_GH0.tar.gz) = 867156531e1ad67a467cfd7ef5456c2f18098dc8c9c711a636f3c7b612f64134 +SIZE (mantisbt-plugins-CustomReporter-e9658eac2aa6c7e37609578e1d8bd676d22a3770_GH0.tar.gz) = 15727 +SHA256 (mantisbt-plugins-EmailReporting-bcee020b3ce4bf91678a3f48d213660cf9902968_GH0.tar.gz) = 412446e1b8660045845d0dfb60167e15b97bc046ad81ff20e34e640dea34a664 +SIZE (mantisbt-plugins-EmailReporting-bcee020b3ce4bf91678a3f48d213660cf9902968_GH0.tar.gz) = 170934 +SHA256 (mantisbt-plugins-EventLog-74fd03cf85a32088a0206bc73bb14ddbd148aed2_GH0.tar.gz) = ee0d3fccfce3cc63b597d59e46067dd8f511014cee8b308763e5ed900753673d +SIZE (mantisbt-plugins-EventLog-74fd03cf85a32088a0206bc73bb14ddbd148aed2_GH0.tar.gz) = 264064 +SHA256 (mantisbt-plugins-FilterBugList-4de5242dcf3ced656cffbf14776ce41089c07e49_GH0.tar.gz) = ef30ffa35e3e40e6a9da494e9ce6b556510212588b66e8712661d3f5da27e24c +SIZE (mantisbt-plugins-FilterBugList-4de5242dcf3ced656cffbf14776ce41089c07e49_GH0.tar.gz) = 3172 +SHA256 (mantisbt-plugins-JqueryChosen-dc305e987ea3693bb92d22545ba23f3fc44d04c3_GH0.tar.gz) = 070cadc956689e6357af43a251e1d6fd703fa2612c8dee45c61e6e29e456d15e +SIZE (mantisbt-plugins-JqueryChosen-dc305e987ea3693bb92d22545ba23f3fc44d04c3_GH0.tar.gz) = 50254 +SHA256 (mantisbt-plugins-jQuery-UI-ca77afa51166658b469dd11bfff7713485935bda_GH0.tar.gz) = 39281ee9847ae9100c7fcfe9453e3ce860983c2de2f4a549f10117ab3e0d2be5 +SIZE (mantisbt-plugins-jQuery-UI-ca77afa51166658b469dd11bfff7713485935bda_GH0.tar.gz) = 127397 +SHA256 (mantisbt-plugins-Lightbox-f8220ba689378054ca433f718d909dc41a803def_GH0.tar.gz) = 4ad7f432feffb9f793781b06465fe63e84997b5665a73e15d423b0b45bafa925 +SIZE (mantisbt-plugins-Lightbox-f8220ba689378054ca433f718d909dc41a803def_GH0.tar.gz) = 29920 +SHA256 (mantisbt-plugins-piwik-a2dba46836bdc07a80b8040e889ba0606f97415e_GH0.tar.gz) = b0ea772a6779bba9f94560d6eb3cb4169484446bf10fdcde4292706e6798b2f1 +SIZE (mantisbt-plugins-piwik-a2dba46836bdc07a80b8040e889ba0606f97415e_GH0.tar.gz) = 2898 +SHA256 (mantisbt-plugins-SampleAuth-34856715f49a5c273f33e094c759c0e0b52b3912_GH0.tar.gz) = 0b469ad79ffb792e4fc9cbcc5d48266c686be20de3f0cd6986bf43893deca1c3 +SIZE (mantisbt-plugins-SampleAuth-34856715f49a5c273f33e094c759c0e0b52b3912_GH0.tar.gz) = 197029 +SHA256 (mantisbt-plugins-Slack-b054ea2446f7ac8cf9487cf72a9d9b7bca46f350_GH0.tar.gz) = 14ebf649ef6d16edcc370c44fb601765acfd80fb26a745e04f3fe8411705f24d +SIZE (mantisbt-plugins-Slack-b054ea2446f7ac8cf9487cf72a9d9b7bca46f350_GH0.tar.gz) = 26874 +SHA256 (mantisbt-plugins-snippets-ae08cb9845ad8a206dff7b4cad8c3dd7ffe611a5_GH0.tar.gz) = a1f01085cbb0bbc8c5359016b6ff3e6d7027ea5ea3f5548e49f58bca1e37751b +SIZE (mantisbt-plugins-snippets-ae08cb9845ad8a206dff7b4cad8c3dd7ffe611a5_GH0.tar.gz) = 13661 +SHA256 (mantisbt-plugins-source-integration-5aec11023a9c242a67f2255e24b4377d28c6a4f4_GH0.tar.gz) = b8d5924cc91bde642bff76e51ef0802f4c944ebba0450926ef9c9f192f2ff584 +SIZE (mantisbt-plugins-source-integration-5aec11023a9c242a67f2255e24b4377d28c6a4f4_GH0.tar.gz) = 102817 +SHA256 (mantisbt-plugins-Taskodrome-c9bc06c0d7fcf8683f2534263a117970ee4e418d_GH0.tar.gz) = 105efa7fe51cd182dcaa9d59fe8e8cc9e56a212f3f5036382e5835b63cbbf61e +SIZE (mantisbt-plugins-Taskodrome-c9bc06c0d7fcf8683f2534263a117970ee4e418d_GH0.tar.gz) = 14524911 +SHA256 (mantisbt-plugins-timetracking-990ce27aba9a6f79fdfbe10f71c7b60c7b8cbe26_GH0.tar.gz) = a33ff4326e33a72e3816fea02fc24ff187eb8ec544f04590b111f7a930a963b5 +SIZE (mantisbt-plugins-timetracking-990ce27aba9a6f79fdfbe10f71c7b60c7b8cbe26_GH0.tar.gz) = 12864 diff --git a/databases/mantis/files/patch-api_rest_swagger_index.php b/databases/mantis/files/patch-api_rest_swagger_index.php new file mode 100644 index 00000000000..3244bc01dfb --- /dev/null +++ b/databases/mantis/files/patch-api_rest_swagger_index.php @@ -0,0 +1,20 @@ +--- api/rest/swagger/index.php 2017-06-18 00:46:15.000000000 +0300 ++++ api/rest/swagger/index.php 2017-02-24 08:29:06.000000000 +0300 +@@ -1,3 +1,8 @@ ++ + + + +@@ -38,7 +43,7 @@ + if (url && url.length > 1) { + url = decodeURIComponent(url[1]); + } else { +- url = "http://petstore.swagger.io/v2/swagger.json"; ++ url = ''; + } + + hljs.configure({ diff --git a/databases/mantis/files/patch-config__defaults__inc.php b/databases/mantis/files/patch-config__defaults__inc.php deleted file mode 100644 index dd5c680c4e6..00000000000 --- a/databases/mantis/files/patch-config__defaults__inc.php +++ /dev/null @@ -1,17 +0,0 @@ ---- config_defaults_inc.php.orig 2015-11-02 10:57:53 UTC -+++ config_defaults_inc.php -@@ -2347,9 +2347,13 @@ - - /** - * Threshold needed to view project documentation -+ * Note: setting this to ANYBODY will let any user download attachments -+ * from private projects, regardless of their being a member of it. -+ * @see $g_enable_project_documentation -+ * @see $g_upload_project_file_threshold - * @global int $g_view_proj_doc_threshold - */ -- $g_view_proj_doc_threshold = ANYBODY; -+ $g_view_proj_doc_threshold = VIEWER; - - /** - * Site manager diff --git a/databases/mantis/pkg-plist b/databases/mantis/pkg-plist index d8666f5f4a6..280f36226d1 100644 --- a/databases/mantis/pkg-plist +++ b/databases/mantis/pkg-plist @@ -1,5 +1,354 @@ @owner %%WWWOWN%% @group %%WWWGRP%% +%%ACTIVITY%%%%WWWDIR%%/plugins/Activity/Activity.php +%%ACTIVITY%%%%WWWDIR%%/plugins/Activity/README.md +%%ACTIVITY%%%%WWWDIR%%/plugins/Activity/core/activity_api.php +%%ACTIVITY%%%%WWWDIR%%/plugins/Activity/files/activity.css +%%ACTIVITY%%%%WWWDIR%%/plugins/Activity/files/activity.jpeg +%%ACTIVITY%%%%WWWDIR%%/plugins/Activity/files/settings.jpeg +%%ACTIVITY%%%%WWWDIR%%/plugins/Activity/lang/strings_dutch.txt +%%ACTIVITY%%%%WWWDIR%%/plugins/Activity/lang/strings_english.txt +%%ACTIVITY%%%%WWWDIR%%/plugins/Activity/lang/strings_german.txt +%%ACTIVITY%%%%WWWDIR%%/plugins/Activity/lang/strings_russian.txt +%%ACTIVITY%%%%WWWDIR%%/plugins/Activity/pages/activity_page.php +%%ACTIVITY%%%%WWWDIR%%/plugins/Activity/pages/config.php +%%ACTIVITY%%%%WWWDIR%%/plugins/Activity/pages/config_edit.php +%%ACTIVITY%%%%WWWDIR%%/plugins/Activity/scripts/notify.php +%%ANNOUNCE%%%%WWWDIR%%/plugins/Announce/Announce.php +%%ANNOUNCE%%%%WWWDIR%%/plugins/Announce/CHANGELOG.md +%%ANNOUNCE%%%%WWWDIR%%/plugins/Announce/LICENSE +%%ANNOUNCE%%%%WWWDIR%%/plugins/Announce/README.md +%%ANNOUNCE%%%%WWWDIR%%/plugins/Announce/api/base.php +%%ANNOUNCE%%%%WWWDIR%%/plugins/Announce/api/context.php +%%ANNOUNCE%%%%WWWDIR%%/plugins/Announce/api/dismiss.php +%%ANNOUNCE%%%%WWWDIR%%/plugins/Announce/api/message.php +%%ANNOUNCE%%%%WWWDIR%%/plugins/Announce/doc/ann_config.png +%%ANNOUNCE%%%%WWWDIR%%/plugins/Announce/doc/ann_edit.png +%%ANNOUNCE%%%%WWWDIR%%/plugins/Announce/doc/ann_manage.png +%%ANNOUNCE%%%%WWWDIR%%/plugins/Announce/doc/ann_view.png +%%ANNOUNCE%%%%WWWDIR%%/plugins/Announce/files/add.png +%%ANNOUNCE%%%%WWWDIR%%/plugins/Announce/files/add.xcf +%%ANNOUNCE%%%%WWWDIR%%/plugins/Announce/files/announce.css +%%ANNOUNCE%%%%WWWDIR%%/plugins/Announce/files/announce.js +%%ANNOUNCE%%%%WWWDIR%%/plugins/Announce/files/delete.png +%%ANNOUNCE%%%%WWWDIR%%/plugins/Announce/files/delete.xcf +%%ANNOUNCE%%%%WWWDIR%%/plugins/Announce/files/dismiss.png +%%ANNOUNCE%%%%WWWDIR%%/plugins/Announce/files/dismiss.xcf +%%ANNOUNCE%%%%WWWDIR%%/plugins/Announce/files/list_action.js +%%ANNOUNCE%%%%WWWDIR%%/plugins/Announce/lang/strings_chinese_simplified.txt +%%ANNOUNCE%%%%WWWDIR%%/plugins/Announce/lang/strings_english.txt +%%ANNOUNCE%%%%WWWDIR%%/plugins/Announce/pages/config.php +%%ANNOUNCE%%%%WWWDIR%%/plugins/Announce/pages/config_page.php +%%ANNOUNCE%%%%WWWDIR%%/plugins/Announce/pages/create.php +%%ANNOUNCE%%%%WWWDIR%%/plugins/Announce/pages/list.php +%%ANNOUNCE%%%%WWWDIR%%/plugins/Announce/pages/list_action.php +%%COLORIZED%%%%WWWDIR%%/css/themes/colorized/.gitattributes +%%COLORIZED%%%%WWWDIR%%/css/themes/colorized/CHANGELOG.md +%%COLORIZED%%%%WWWDIR%%/css/themes/colorized/LICENSE.txt +%%COLORIZED%%%%WWWDIR%%/css/themes/colorized/assets/screenshot-1.png +%%COLORIZED%%%%WWWDIR%%/css/themes/colorized/assets/screenshot-2.png +%%COLORIZED%%%%WWWDIR%%/css/themes/colorized/buttons.css +%%COLORIZED%%%%WWWDIR%%/css/themes/colorized/colorized.png +%%COLORIZED%%%%WWWDIR%%/css/themes/colorized/default.css +%%COLORIZED%%%%WWWDIR%%/css/themes/colorized/readme.md +%%CUSTOMREPORTER%%%%WWWDIR%%/plugins/CustomReporter/CHANGELOG.md +%%CUSTOMREPORTER%%%%WWWDIR%%/plugins/CustomReporter/CustomReporter.php +%%CUSTOMREPORTER%%%%WWWDIR%%/plugins/CustomReporter/LICENSE.md +%%CUSTOMREPORTER%%%%WWWDIR%%/plugins/CustomReporter/README.md +%%CUSTOMREPORTER%%%%WWWDIR%%/plugins/CustomReporter/lang/strings_english.txt +%%CUSTOMREPORTER%%%%WWWDIR%%/plugins/CustomReporter/lang/strings_german.txt +%%CUSTOMREPORTER%%%%WWWDIR%%/plugins/CustomReporter/pages/config.php +%%CUSTOMREPORTER%%%%WWWDIR%%/plugins/CustomReporter/pages/config_edit.php +%%EMAILREP%%%%WWWDIR%%/plugins/EmailReporting/EmailReporting.php +%%EMAILREP%%%%WWWDIR%%/plugins/EmailReporting/README.md +%%EMAILREP%%%%WWWDIR%%/plugins/EmailReporting/core/Mail/Markdownify/CHANGELOG.md +%%EMAILREP%%%%WWWDIR%%/plugins/EmailReporting/core/Mail/Markdownify/Converter.php +%%EMAILREP%%%%WWWDIR%%/plugins/EmailReporting/core/Mail/Markdownify/ConverterExtra.php +%%EMAILREP%%%%WWWDIR%%/plugins/EmailReporting/core/Mail/Markdownify/LICENSE +%%EMAILREP%%%%WWWDIR%%/plugins/EmailReporting/core/Mail/Markdownify/Parser.php +%%EMAILREP%%%%WWWDIR%%/plugins/EmailReporting/core/Mail/Markdownify/README.md +%%EMAILREP%%%%WWWDIR%%/plugins/EmailReporting/core/Mail/Parser.php +%%EMAILREP%%%%WWWDIR%%/plugins/EmailReporting/core/Mail/simple_html_dom.php +%%EMAILREP%%%%WWWDIR%%/plugins/EmailReporting/core/config_api.php +%%EMAILREP%%%%WWWDIR%%/plugins/EmailReporting/core/mail_api.php +%%EMAILREP%%%%WWWDIR%%/plugins/EmailReporting/core_pear/Auth/SASL.php +%%EMAILREP%%%%WWWDIR%%/plugins/EmailReporting/core_pear/Auth/SASL/Anonymous.php +%%EMAILREP%%%%WWWDIR%%/plugins/EmailReporting/core_pear/Auth/SASL/Common.php +%%EMAILREP%%%%WWWDIR%%/plugins/EmailReporting/core_pear/Auth/SASL/CramMD5.php +%%EMAILREP%%%%WWWDIR%%/plugins/EmailReporting/core_pear/Auth/SASL/DigestMD5.php +%%EMAILREP%%%%WWWDIR%%/plugins/EmailReporting/core_pear/Auth/SASL/External.php +%%EMAILREP%%%%WWWDIR%%/plugins/EmailReporting/core_pear/Auth/SASL/Login.php +%%EMAILREP%%%%WWWDIR%%/plugins/EmailReporting/core_pear/Auth/SASL/Plain.php +%%EMAILREP%%%%WWWDIR%%/plugins/EmailReporting/core_pear/Auth/SASL/SCRAM.php +%%EMAILREP%%%%WWWDIR%%/plugins/EmailReporting/core_pear/Mail/mimeDecode.php +%%EMAILREP%%%%WWWDIR%%/plugins/EmailReporting/core_pear/Net/IMAP.php +%%EMAILREP%%%%WWWDIR%%/plugins/EmailReporting/core_pear/Net/IMAPProtocol.php +%%EMAILREP%%%%WWWDIR%%/plugins/EmailReporting/core_pear/Net/POP3.php +%%EMAILREP%%%%WWWDIR%%/plugins/EmailReporting/core_pear/Net/Socket.php +%%EMAILREP%%%%WWWDIR%%/plugins/EmailReporting/core_pear/PEAR.php +%%EMAILREP%%%%WWWDIR%%/plugins/EmailReporting/doc/CHANGELOG.txt +%%EMAILREP%%%%WWWDIR%%/plugins/EmailReporting/doc/INSTALL.txt +%%EMAILREP%%%%WWWDIR%%/plugins/EmailReporting/lang/strings_english.txt +%%EMAILREP%%%%WWWDIR%%/plugins/EmailReporting/lang/strings_german.txt +%%EMAILREP%%%%WWWDIR%%/plugins/EmailReporting/lang/strings_spanish.txt +%%EMAILREP%%%%WWWDIR%%/plugins/EmailReporting/pages/bug_report_mail.php +%%EMAILREP%%%%WWWDIR%%/plugins/EmailReporting/pages/manage_config.php +%%EMAILREP%%%%WWWDIR%%/plugins/EmailReporting/pages/manage_config_edit.php +%%EMAILREP%%%%WWWDIR%%/plugins/EmailReporting/pages/manage_mailbox.php +%%EMAILREP%%%%WWWDIR%%/plugins/EmailReporting/pages/manage_mailbox_edit.php +%%EMAILREP%%%%WWWDIR%%/plugins/EmailReporting/pages/manage_rule.php +%%EMAILREP%%%%WWWDIR%%/plugins/EmailReporting/pages/manage_rule_edit.php +%%EMAILREP%%%%WWWDIR%%/plugins/EmailReporting/pages/view_changelog.php +%%EMAILREP%%%%WWWDIR%%/plugins/EmailReporting/pages/view_readme.php +%%EMAILREP%%%%WWWDIR%%/plugins/EmailReporting/scripts/bug_report_mail.php +%%EVENTLOG%%%%WWWDIR%%/plugins/EventLog/EventLog.php +%%EVENTLOG%%%%WWWDIR%%/plugins/EventLog/LICENSE +%%EVENTLOG%%%%WWWDIR%%/plugins/EventLog/core/event_api.php +%%EVENTLOG%%%%WWWDIR%%/plugins/EventLog/core/request_api.php +%%EVENTLOG%%%%WWWDIR%%/plugins/EventLog/lang/strings_english.txt +%%EVENTLOG%%%%WWWDIR%%/plugins/EventLog/pages/eventlog_clear.php +%%EVENTLOG%%%%WWWDIR%%/plugins/EventLog/pages/index.php +%%EVENTLOG%%%%WWWDIR%%/plugins/EventLog/readme.md +%%EVENTLOG%%%%WWWDIR%%/plugins/EventLog/wiki/.htaccess +%%EVENTLOG%%%%WWWDIR%%/plugins/EventLog/wiki/eventlog_screenshot.png +%%FLTBUGLST%%%%WWWDIR%%/plugins/FilterBugList/FilterBugList.php +%%FLTBUGLST%%%%WWWDIR%%/plugins/FilterBugList/README.txt +%%FLTBUGLST%%%%WWWDIR%%/plugins/FilterBugList/classes/FilterBugListField.class.php +%%FLTBUGLST%%%%WWWDIR%%/plugins/FilterBugList/lang/strings_english.txt +%%FLTBUGLST%%%%WWWDIR%%/plugins/FilterBugList/lang/strings_french.txt +%%JQUERYCHOSEN%%%%WWWDIR%%/plugins/JqueryChosen/JqueryChosen.php +%%JQUERYCHOSEN%%%%WWWDIR%%/plugins/JqueryChosen/files/chosen-sprite.png +%%JQUERYCHOSEN%%%%WWWDIR%%/plugins/JqueryChosen/files/chosen-sprite@2x.png +%%JQUERYCHOSEN%%%%WWWDIR%%/plugins/JqueryChosen/files/chosen.css +%%JQUERYCHOSEN%%%%WWWDIR%%/plugins/JqueryChosen/files/chosen.js +%%JQUERYCHOSEN%%%%WWWDIR%%/plugins/JqueryChosen/files/chosenmin.js +%%JQUERYCHOSEN%%%%WWWDIR%%/plugins/JqueryChosen/lang/strings_dutch.txt +%%JQUERYCHOSEN%%%%WWWDIR%%/plugins/JqueryChosen/lang/strings_english.txt +%%JQUERYCHOSEN%%%%WWWDIR%%/plugins/JqueryChosen/lang/strings_german.txt +%%JQUERYCHOSEN%%%%WWWDIR%%/plugins/JqueryChosen/lang/strings_portuguese_brazil.txt +%%JQUERYCHOSEN%%%%WWWDIR%%/plugins/JqueryChosen/pages/chosen_js_params.php +%%JQUERYUI%%%%WWWDIR%%/plugins/jQueryUI/LICENSE +%%JQUERYUI%%%%WWWDIR%%/plugins/jQueryUI/files/AUTHORS.txt +%%JQUERYUI%%%%WWWDIR%%/plugins/jQueryUI/files/LICENSE.txt +%%JQUERYUI%%%%WWWDIR%%/plugins/jQueryUI/files/jquery-ui-min.css +%%JQUERYUI%%%%WWWDIR%%/plugins/jQueryUI/files/jquery-ui-min.js +%%JQUERYUI%%%%WWWDIR%%/plugins/jQueryUI/files/ui-icons_444444_256x240.png +%%JQUERYUI%%%%WWWDIR%%/plugins/jQueryUI/files/ui-icons_555555_256x240.png +%%JQUERYUI%%%%WWWDIR%%/plugins/jQueryUI/files/ui-icons_777620_256x240.png +%%JQUERYUI%%%%WWWDIR%%/plugins/jQueryUI/files/ui-icons_777777_256x240.png +%%JQUERYUI%%%%WWWDIR%%/plugins/jQueryUI/files/ui-icons_cc0000_256x240.png +%%JQUERYUI%%%%WWWDIR%%/plugins/jQueryUI/files/ui-icons_ffffff_256x240.png +%%JQUERYUI%%%%WWWDIR%%/plugins/jQueryUI/jQueryUI.php +%%JQUERYUI%%%%WWWDIR%%/plugins/jQueryUI/lang/strings_english.txt +%%LIGHTBOX%%%%WWWDIR%%/plugins/Lightbox/CONTRIBUTORS +%%LIGHTBOX%%%%WWWDIR%%/plugins/Lightbox/LICENSE +%%LIGHTBOX%%%%WWWDIR%%/plugins/Lightbox/Lightbox.php +%%LIGHTBOX%%%%WWWDIR%%/plugins/Lightbox/README.md +%%LIGHTBOX%%%%WWWDIR%%/plugins/Lightbox/files/Lightbox.js +%%LIGHTBOX%%%%WWWDIR%%/plugins/Lightbox/files/lightbox/css/lightbox.min.css +%%LIGHTBOX%%%%WWWDIR%%/plugins/Lightbox/files/lightbox/img/close.png +%%LIGHTBOX%%%%WWWDIR%%/plugins/Lightbox/files/lightbox/img/loading.gif +%%LIGHTBOX%%%%WWWDIR%%/plugins/Lightbox/files/lightbox/img/next.png +%%LIGHTBOX%%%%WWWDIR%%/plugins/Lightbox/files/lightbox/img/prev.png +%%LIGHTBOX%%%%WWWDIR%%/plugins/Lightbox/files/lightbox/js/lightbox.min.js +%%LIGHTBOX%%%%WWWDIR%%/plugins/Lightbox/files/lightbox/js/lightbox.min.map +%%LIGHTBOX%%%%WWWDIR%%/plugins/Lightbox/lang/strings_english.txt +%%LIGHTBOX%%%%WWWDIR%%/plugins/Lightbox/lang/strings_portuguese_brazil.txt +%%LIGHTBOX%%%%WWWDIR%%/plugins/Lightbox/pages/config.php +%%LIGHTBOX%%%%WWWDIR%%/plugins/Lightbox/pages/config_page.php +%%PIWIK%%%%WWWDIR%%/plugins/Piwik/LICENSE +%%PIWIK%%%%WWWDIR%%/plugins/Piwik/Piwik.php +%%PIWIK%%%%WWWDIR%%/plugins/Piwik/lang/strings_english.txt +%%PIWIK%%%%WWWDIR%%/plugins/Piwik/pages/config.php +%%PIWIK%%%%WWWDIR%%/plugins/Piwik/pages/config_update.php +%%PIWIK%%%%WWWDIR%%/plugins/Piwik/pages/tracking.php +%%SAMPLEAUTH%%%%WWWDIR%%/plugins/SampleAuth/SampleAuth.php +%%SAMPLEAUTH%%%%WWWDIR%%/plugins/SampleAuth/doc/native_credentials_page.png +%%SAMPLEAUTH%%%%WWWDIR%%/plugins/SampleAuth/doc/native_login_form_for_username.png +%%SAMPLEAUTH%%%%WWWDIR%%/plugins/SampleAuth/doc/sample_auth_no_password_change.png +%%SAMPLEAUTH%%%%WWWDIR%%/plugins/SampleAuth/lang/strings_english.txt +%%SAMPLEAUTH%%%%WWWDIR%%/plugins/SampleAuth/pages/login.php +%%SAMPLEAUTH%%%%WWWDIR%%/plugins/SampleAuth/pages/logout.php +%%SAMPLEAUTH%%%%WWWDIR%%/plugins/SampleAuth/readme.md +%%SI%%%%WWWDIR%%/plugins/Source/LICENSE +%%SI%%%%WWWDIR%%/plugins/Source/MantisSourceBase.class.php +%%SI%%%%WWWDIR%%/plugins/Source/MantisSourceGitBasePlugin.class.php +%%SI%%%%WWWDIR%%/plugins/Source/MantisSourcePlugin.class.php +%%SI%%%%WWWDIR%%/plugins/Source/Source.API.php +%%SI%%%%WWWDIR%%/plugins/Source/Source.FilterAPI.php +%%SI%%%%WWWDIR%%/plugins/Source/Source.ViewAPI.php +%%SI%%%%WWWDIR%%/plugins/Source/Source.php +%%SI%%%%WWWDIR%%/plugins/Source/SourceIntegration.php +%%SI%%%%WWWDIR%%/plugins/Source/classes/RelatedChangesetsColumn.class.php +%%SI%%%%WWWDIR%%/plugins/Source/files/search.js +%%SI%%%%WWWDIR%%/plugins/Source/lang/strings_catalan.txt +%%SI%%%%WWWDIR%%/plugins/Source/lang/strings_english.txt +%%SI%%%%WWWDIR%%/plugins/Source/lang/strings_french.txt +%%SI%%%%WWWDIR%%/plugins/Source/lang/strings_german.txt +%%SI%%%%WWWDIR%%/plugins/Source/lang/strings_russian.txt +%%SI%%%%WWWDIR%%/plugins/Source/lang/strings_spanish.txt +%%SI%%%%WWWDIR%%/plugins/Source/pages/attach.php +%%SI%%%%WWWDIR%%/plugins/Source/pages/checkin.php +%%SI%%%%WWWDIR%%/plugins/Source/pages/detach.php +%%SI%%%%WWWDIR%%/plugins/Source/pages/edit.php +%%SI%%%%WWWDIR%%/plugins/Source/pages/edit_page.php +%%SI%%%%WWWDIR%%/plugins/Source/pages/import.php +%%SI%%%%WWWDIR%%/plugins/Source/pages/index.php +%%SI%%%%WWWDIR%%/plugins/Source/pages/list.php +%%SI%%%%WWWDIR%%/plugins/Source/pages/manage_config.php +%%SI%%%%WWWDIR%%/plugins/Source/pages/manage_config_page.php +%%SI%%%%WWWDIR%%/plugins/Source/pages/repo_create.php +%%SI%%%%WWWDIR%%/plugins/Source/pages/repo_delete.php +%%SI%%%%WWWDIR%%/plugins/Source/pages/repo_import_full.php +%%SI%%%%WWWDIR%%/plugins/Source/pages/repo_import_latest.php +%%SI%%%%WWWDIR%%/plugins/Source/pages/repo_manage_page.php +%%SI%%%%WWWDIR%%/plugins/Source/pages/repo_update.php +%%SI%%%%WWWDIR%%/plugins/Source/pages/repo_update_mappings.php +%%SI%%%%WWWDIR%%/plugins/Source/pages/repo_update_page.php +%%SI%%%%WWWDIR%%/plugins/Source/pages/search.php +%%SI%%%%WWWDIR%%/plugins/Source/pages/search_page.php +%%SI%%%%WWWDIR%%/plugins/Source/pages/update.php +%%SI%%%%WWWDIR%%/plugins/Source/pages/view.php +%%SI%%%%WWWDIR%%/plugins/SourceBitBucket/SourceBitBucket.php +%%SI%%%%WWWDIR%%/plugins/SourceBitBucket/lang/strings_english.txt +%%SI%%%%WWWDIR%%/plugins/SourceBitBucket/lang/strings_german.txt +%%SI%%%%WWWDIR%%/plugins/SourceBitBucket/lang/strings_portuguese_brazil.txt +%%SI%%%%WWWDIR%%/plugins/SourceBitBucket/lang/strings_russian.txt +%%SI%%%%WWWDIR%%/plugins/SourceCgit/LICENSE +%%SI%%%%WWWDIR%%/plugins/SourceCgit/SourceCgit.php +%%SI%%%%WWWDIR%%/plugins/SourceCgit/SourceCgitTest.php +%%SI%%%%WWWDIR%%/plugins/SourceCgit/lang/strings_catalan.txt +%%SI%%%%WWWDIR%%/plugins/SourceCgit/lang/strings_english.txt +%%SI%%%%WWWDIR%%/plugins/SourceCgit/lang/strings_german.txt +%%SI%%%%WWWDIR%%/plugins/SourceCgit/lang/strings_spanish.txt +%%SI%%%%WWWDIR%%/plugins/SourceCgit/post-receive.tmpl +%%SI%%%%WWWDIR%%/plugins/SourceGithub/LICENSE +%%SI%%%%WWWDIR%%/plugins/SourceGithub/SourceGithub.php +%%SI%%%%WWWDIR%%/plugins/SourceGithub/lang/strings_catalan.txt +%%SI%%%%WWWDIR%%/plugins/SourceGithub/lang/strings_english.txt +%%SI%%%%WWWDIR%%/plugins/SourceGithub/lang/strings_german.txt +%%SI%%%%WWWDIR%%/plugins/SourceGithub/lang/strings_russian.txt +%%SI%%%%WWWDIR%%/plugins/SourceGithub/lang/strings_spanish.txt +%%SI%%%%WWWDIR%%/plugins/SourceGithub/pages/oauth_authorize.php +%%SI%%%%WWWDIR%%/plugins/SourceGitlab/README.md +%%SI%%%%WWWDIR%%/plugins/SourceGitlab/SourceGitlab.php +%%SI%%%%WWWDIR%%/plugins/SourceGitlab/lang/strings_english.txt +%%SI%%%%WWWDIR%%/plugins/SourceGitlab/lang/strings_german.txt +%%SI%%%%WWWDIR%%/plugins/SourceGitphp/LICENSE +%%SI%%%%WWWDIR%%/plugins/SourceGitphp/SourceGitphp.php +%%SI%%%%WWWDIR%%/plugins/SourceGitphp/lang/strings_catalan.txt +%%SI%%%%WWWDIR%%/plugins/SourceGitphp/lang/strings_english.txt +%%SI%%%%WWWDIR%%/plugins/SourceGitphp/lang/strings_german.txt +%%SI%%%%WWWDIR%%/plugins/SourceGitphp/lang/strings_russian.txt +%%SI%%%%WWWDIR%%/plugins/SourceGitphp/lang/strings_spanish.txt +%%SI%%%%WWWDIR%%/plugins/SourceGitphp/post-receive.tmpl +%%SI%%%%WWWDIR%%/plugins/SourceGitweb/LICENSE +%%SI%%%%WWWDIR%%/plugins/SourceGitweb/SourceGitweb.php +%%SI%%%%WWWDIR%%/plugins/SourceGitweb/lang/strings_catalan.txt +%%SI%%%%WWWDIR%%/plugins/SourceGitweb/lang/strings_english.txt +%%SI%%%%WWWDIR%%/plugins/SourceGitweb/lang/strings_german.txt +%%SI%%%%WWWDIR%%/plugins/SourceGitweb/lang/strings_russian.txt +%%SI%%%%WWWDIR%%/plugins/SourceGitweb/lang/strings_spanish.txt +%%SI%%%%WWWDIR%%/plugins/SourceGitweb/post-receive.tmpl +%%SI%%%%WWWDIR%%/plugins/SourceHgWeb/LICENSE +%%SI%%%%WWWDIR%%/plugins/SourceHgWeb/SourceHgWeb.php +%%SI%%%%WWWDIR%%/plugins/SourceHgWeb/lang/strings_catalan.txt +%%SI%%%%WWWDIR%%/plugins/SourceHgWeb/lang/strings_english.txt +%%SI%%%%WWWDIR%%/plugins/SourceHgWeb/lang/strings_spanish.txt +%%SI%%%%WWWDIR%%/plugins/SourceSFSVN/LICENSE +%%SI%%%%WWWDIR%%/plugins/SourceSFSVN/SourceSFSVN.php +%%SI%%%%WWWDIR%%/plugins/SourceSFSVN/lang/strings_catalan.txt +%%SI%%%%WWWDIR%%/plugins/SourceSFSVN/lang/strings_english.txt +%%SI%%%%WWWDIR%%/plugins/SourceSFSVN/lang/strings_german.txt +%%SI%%%%WWWDIR%%/plugins/SourceSFSVN/lang/strings_spanish.txt +%%SI%%%%WWWDIR%%/plugins/SourceSFSVN/post-commit.tmpl +%%SI%%%%WWWDIR%%/plugins/SourceSVN/LICENSE +%%SI%%%%WWWDIR%%/plugins/SourceSVN/SourceSVN.php +%%SI%%%%WWWDIR%%/plugins/SourceSVN/lang/strings_catalan.txt +%%SI%%%%WWWDIR%%/plugins/SourceSVN/lang/strings_english.txt +%%SI%%%%WWWDIR%%/plugins/SourceSVN/lang/strings_french.txt +%%SI%%%%WWWDIR%%/plugins/SourceSVN/lang/strings_german.txt +%%SI%%%%WWWDIR%%/plugins/SourceSVN/lang/strings_russian.txt +%%SI%%%%WWWDIR%%/plugins/SourceSVN/lang/strings_spanish.txt +%%SI%%%%WWWDIR%%/plugins/SourceSVN/post-commit.tmpl +%%SI%%%%WWWDIR%%/plugins/SourceViewVC/LICENSE +%%SI%%%%WWWDIR%%/plugins/SourceViewVC/SourceViewVC.php +%%SI%%%%WWWDIR%%/plugins/SourceViewVC/lang/strings_english.txt +%%SI%%%%WWWDIR%%/plugins/SourceWebSVN/LICENSE +%%SI%%%%WWWDIR%%/plugins/SourceWebSVN/SourceWebSVN.php +%%SI%%%%WWWDIR%%/plugins/SourceWebSVN/lang/strings_catalan.txt +%%SI%%%%WWWDIR%%/plugins/SourceWebSVN/lang/strings_english.txt +%%SI%%%%WWWDIR%%/plugins/SourceWebSVN/lang/strings_french.txt +%%SI%%%%WWWDIR%%/plugins/SourceWebSVN/lang/strings_german.txt +%%SI%%%%WWWDIR%%/plugins/SourceWebSVN/lang/strings_russian.txt +%%SI%%%%WWWDIR%%/plugins/SourceWebSVN/lang/strings_spanish.txt +%%SI%%%%WWWDIR%%/plugins/SourceWebSVN/post-commit.tmpl +%%SLACK%%%%WWWDIR%%/plugins/Slack/LICENSE +%%SLACK%%%%WWWDIR%%/plugins/Slack/README.md +%%SLACK%%%%WWWDIR%%/plugins/Slack/Slack.php +%%SLACK%%%%WWWDIR%%/plugins/Slack/lang/strings_english.txt +%%SLACK%%%%WWWDIR%%/plugins/Slack/lang/strings_french.txt +%%SLACK%%%%WWWDIR%%/plugins/Slack/lang/strings_german.txt +%%SLACK%%%%WWWDIR%%/plugins/Slack/lang/strings_russian.txt +%%SLACK%%%%WWWDIR%%/plugins/Slack/mantis_logo.png +%%SLACK%%%%WWWDIR%%/plugins/Slack/pages/config.php +%%SLACK%%%%WWWDIR%%/plugins/Slack/pages/config_page.php +%%SNIPPETS%%%%WWWDIR%%/plugins/Snippets/CREDITS +%%SNIPPETS%%%%WWWDIR%%/plugins/Snippets/LICENSE +%%SNIPPETS%%%%WWWDIR%%/plugins/Snippets/README.md +%%SNIPPETS%%%%WWWDIR%%/plugins/Snippets/Snippets.API.php +%%SNIPPETS%%%%WWWDIR%%/plugins/Snippets/Snippets.php +%%SNIPPETS%%%%WWWDIR%%/plugins/Snippets/files/README.md +%%SNIPPETS%%%%WWWDIR%%/plugins/Snippets/files/jquery-textrange.js +%%SNIPPETS%%%%WWWDIR%%/plugins/Snippets/files/simpletip.js +%%SNIPPETS%%%%WWWDIR%%/plugins/Snippets/files/snippets.css +%%SNIPPETS%%%%WWWDIR%%/plugins/Snippets/files/snippets.js +%%SNIPPETS%%%%WWWDIR%%/plugins/Snippets/lang/strings_english.txt +%%SNIPPETS%%%%WWWDIR%%/plugins/Snippets/lang/strings_french.txt +%%SNIPPETS%%%%WWWDIR%%/plugins/Snippets/lang/strings_german.txt +%%SNIPPETS%%%%WWWDIR%%/plugins/Snippets/pages/config.php +%%SNIPPETS%%%%WWWDIR%%/plugins/Snippets/pages/config_page.php +%%SNIPPETS%%%%WWWDIR%%/plugins/Snippets/pages/snippet_create.php +%%SNIPPETS%%%%WWWDIR%%/plugins/Snippets/pages/snippet_list.php +%%SNIPPETS%%%%WWWDIR%%/plugins/Snippets/pages/snippet_list_action.php +%%TASKODROME%%%%WWWDIR%%/plugins/Taskodrome/LICENSE +%%TASKODROME%%%%WWWDIR%%/plugins/Taskodrome/Taskodrome.php +%%TASKODROME%%%%WWWDIR%%/plugins/Taskodrome/files/assets/arrow.png +%%TASKODROME%%%%WWWDIR%%/plugins/Taskodrome/files/assets/danger.png +%%TASKODROME%%%%WWWDIR%%/plugins/Taskodrome/files/assets/higher.png +%%TASKODROME%%%%WWWDIR%%/plugins/Taskodrome/files/assets/lower.png +%%TASKODROME%%%%WWWDIR%%/plugins/Taskodrome/files/assets/minus.png +%%TASKODROME%%%%WWWDIR%%/plugins/Taskodrome/files/scripts/devs_grid.js +%%TASKODROME%%%%WWWDIR%%/plugins/Taskodrome/files/scripts/easeljs-0.8.2.min.js +%%TASKODROME%%%%WWWDIR%%/plugins/Taskodrome/files/scripts/grid_common_utils.js +%%TASKODROME%%%%WWWDIR%%/plugins/Taskodrome/files/scripts/grid_draw_utils.js +%%TASKODROME%%%%WWWDIR%%/plugins/Taskodrome/files/scripts/issue_updater.js +%%TASKODROME%%%%WWWDIR%%/plugins/Taskodrome/files/scripts/on_load_opening.js +%%TASKODROME%%%%WWWDIR%%/plugins/Taskodrome/files/scripts/scroller.js +%%TASKODROME%%%%WWWDIR%%/plugins/Taskodrome/files/scripts/status_grid.js +%%TASKODROME%%%%WWWDIR%%/plugins/Taskodrome/files/taskodrome.css +%%TASKODROME%%%%WWWDIR%%/plugins/Taskodrome/lang/strings_english.txt +%%TASKODROME%%%%WWWDIR%%/plugins/Taskodrome/lang/strings_french.txt +%%TASKODROME%%%%WWWDIR%%/plugins/Taskodrome/lang/strings_russian.txt +%%TASKODROME%%%%WWWDIR%%/plugins/Taskodrome/pages/config.php +%%TASKODROME%%%%WWWDIR%%/plugins/Taskodrome/pages/config_page.php +%%TASKODROME%%%%WWWDIR%%/plugins/Taskodrome/pages/main.php +%%TIMETRACKING%%%%WWWDIR%%/plugins/TimeTracking/LICENSE-2.0.txt +%%TIMETRACKING%%%%WWWDIR%%/plugins/TimeTracking/TimeTracking.php +%%TIMETRACKING%%%%WWWDIR%%/plugins/TimeTracking/core/timetracking_api.php +%%TIMETRACKING%%%%WWWDIR%%/plugins/TimeTracking/lang/strings_catalan.txt +%%TIMETRACKING%%%%WWWDIR%%/plugins/TimeTracking/lang/strings_english.txt +%%TIMETRACKING%%%%WWWDIR%%/plugins/TimeTracking/lang/strings_french.txt +%%TIMETRACKING%%%%WWWDIR%%/plugins/TimeTracking/lang/strings_german.txt +%%TIMETRACKING%%%%WWWDIR%%/plugins/TimeTracking/lang/strings_polish.txt +%%TIMETRACKING%%%%WWWDIR%%/plugins/TimeTracking/lang/strings_spanish.txt +%%TIMETRACKING%%%%WWWDIR%%/plugins/TimeTracking/pages/add_record.php +%%TIMETRACKING%%%%WWWDIR%%/plugins/TimeTracking/pages/config_page.php +%%TIMETRACKING%%%%WWWDIR%%/plugins/TimeTracking/pages/config_update.php +%%TIMETRACKING%%%%WWWDIR%%/plugins/TimeTracking/pages/delete_record.php +%%TIMETRACKING%%%%WWWDIR%%/plugins/TimeTracking/pages/show_report.php +%%WWWDIR%%/.mailmap +%%WWWDIR%%/.travis.yml %%WWWDIR%%/account_delete.php %%WWWDIR%%/account_manage_columns_page.php %%WWWDIR%%/account_page.php @@ -17,30 +366,103 @@ %%WWWDIR%%/adm_config_report.php %%WWWDIR%%/adm_config_set.php %%WWWDIR%%/adm_permissions_report.php -%%WWWDIR%%/admin/admin.css -%%WWWDIR%%/admin/check.php -%%WWWDIR%%/admin/copy_field.php +%%WWWDIR%%/admin/check/check_L10n_inc.php +%%WWWDIR%%/admin/check/check_anonymous_inc.php +%%WWWDIR%%/admin/check/check_api.php +%%WWWDIR%%/admin/check/check_attachments_inc.php +%%WWWDIR%%/admin/check/check_config_inc.php +%%WWWDIR%%/admin/check/check_crypto_inc.php +%%WWWDIR%%/admin/check/check_database_inc.php +%%WWWDIR%%/admin/check/check_display_inc.php +%%WWWDIR%%/admin/check/check_email_inc.php +%%WWWDIR%%/admin/check/check_i18n_inc.php +%%WWWDIR%%/admin/check/check_integrity_inc.php +%%WWWDIR%%/admin/check/check_paths_inc.php +%%WWWDIR%%/admin/check/check_php_inc.php +%%WWWDIR%%/admin/check/check_webservice_inc.php +%%WWWDIR%%/admin/check/index.php %%WWWDIR%%/admin/db_stats.php %%WWWDIR%%/admin/email_queue.php %%WWWDIR%%/admin/index.php %%WWWDIR%%/admin/install.php -%%WWWDIR%%/admin/install_functions.php -%%WWWDIR%%/admin/install_helper_functions.php %%WWWDIR%%/admin/move_attachments.php %%WWWDIR%%/admin/move_attachments_page.php %%WWWDIR%%/admin/schema.php %%WWWDIR%%/admin/system_utils.php -%%WWWDIR%%/admin/test_email.php -%%WWWDIR%%/admin/test_icons.php %%WWWDIR%%/admin/test_langs.php %%WWWDIR%%/admin/upgrade_unattended.php -%%WWWDIR%%/admin/upgrade_warning.php +%%WWWDIR%%/api/rest/.htaccess +%%WWWDIR%%/api/rest/index.php +%%WWWDIR%%/api/rest/restcore/.htaccess +%%WWWDIR%%/api/rest/restcore/ApiEnabledMiddleware.php +%%WWWDIR%%/api/rest/restcore/AuthMiddleware.php +%%WWWDIR%%/api/rest/restcore/CacheMiddleware.php +%%WWWDIR%%/api/rest/restcore/OfflineMiddleware.php +%%WWWDIR%%/api/rest/restcore/VersionMiddleware.php +%%WWWDIR%%/api/rest/restcore/config_rest.php +%%WWWDIR%%/api/rest/restcore/internal_rest.php +%%WWWDIR%%/api/rest/restcore/issues_rest.php +%%WWWDIR%%/api/rest/restcore/lang_rest.php +%%WWWDIR%%/api/rest/restcore/projects_rest.php +%%WWWDIR%%/api/rest/restcore/users_rest.php +%%WWWDIR%%/api/rest/swagger.json +%%WWWDIR%%/api/rest/swagger/css/print.css +%%WWWDIR%%/api/rest/swagger/css/reset.css +%%WWWDIR%%/api/rest/swagger/css/screen.css +%%WWWDIR%%/api/rest/swagger/css/style.css +%%WWWDIR%%/api/rest/swagger/css/typography.css +%%WWWDIR%%/api/rest/swagger/fonts/DroidSans-Bold.ttf +%%WWWDIR%%/api/rest/swagger/fonts/DroidSans.ttf +%%WWWDIR%%/api/rest/swagger/images/collapse.gif +%%WWWDIR%%/api/rest/swagger/images/expand.gif +%%WWWDIR%%/api/rest/swagger/images/explorer_icons.png +%%WWWDIR%%/api/rest/swagger/images/favicon-16x16.png +%%WWWDIR%%/api/rest/swagger/images/favicon-32x32.png +%%WWWDIR%%/api/rest/swagger/images/favicon.ico +%%WWWDIR%%/api/rest/swagger/images/logo_small.png +%%WWWDIR%%/api/rest/swagger/images/pet_store_api.png +%%WWWDIR%%/api/rest/swagger/images/throbber.gif +%%WWWDIR%%/api/rest/swagger/images/wordnik_api.png +%%WWWDIR%%/api/rest/swagger/index.php +%%WWWDIR%%/api/rest/swagger/lang/ca.js +%%WWWDIR%%/api/rest/swagger/lang/el.js +%%WWWDIR%%/api/rest/swagger/lang/en.js +%%WWWDIR%%/api/rest/swagger/lang/es.js +%%WWWDIR%%/api/rest/swagger/lang/fr.js +%%WWWDIR%%/api/rest/swagger/lang/geo.js +%%WWWDIR%%/api/rest/swagger/lang/it.js +%%WWWDIR%%/api/rest/swagger/lang/ja.js +%%WWWDIR%%/api/rest/swagger/lang/ko-kr.js +%%WWWDIR%%/api/rest/swagger/lang/pl.js +%%WWWDIR%%/api/rest/swagger/lang/pt.js +%%WWWDIR%%/api/rest/swagger/lang/ru.js +%%WWWDIR%%/api/rest/swagger/lang/tr.js +%%WWWDIR%%/api/rest/swagger/lang/translator.js +%%WWWDIR%%/api/rest/swagger/lang/zh-cn.js +%%WWWDIR%%/api/rest/swagger/lib/backbone-min.js +%%WWWDIR%%/api/rest/swagger/lib/es5-shim.js +%%WWWDIR%%/api/rest/swagger/lib/handlebars-4.0.5.js +%%WWWDIR%%/api/rest/swagger/lib/highlight.9.1.0.pack.js +%%WWWDIR%%/api/rest/swagger/lib/highlight.9.1.0.pack_extended.js +%%WWWDIR%%/api/rest/swagger/lib/jquery-1.8.0.min.js +%%WWWDIR%%/api/rest/swagger/lib/jquery.ba-bbq.min.js +%%WWWDIR%%/api/rest/swagger/lib/jquery.slideto.min.js +%%WWWDIR%%/api/rest/swagger/lib/jquery.wiggle.min.js +%%WWWDIR%%/api/rest/swagger/lib/js-yaml.min.js +%%WWWDIR%%/api/rest/swagger/lib/jsoneditor.min.js +%%WWWDIR%%/api/rest/swagger/lib/lodash.min.js +%%WWWDIR%%/api/rest/swagger/lib/marked.js +%%WWWDIR%%/api/rest/swagger/lib/object-assign-pollyfill.js +%%WWWDIR%%/api/rest/swagger/lib/sanitize-html.min.js +%%WWWDIR%%/api/rest/swagger/lib/swagger-oauth.js +%%WWWDIR%%/api/rest/swagger/o2c.html +%%WWWDIR%%/api/rest/swagger/swagger-ui.js +%%WWWDIR%%/api/rest/swagger/swagger-ui.min.js %%WWWDIR%%/api/soap/mantisconnect.php %%WWWDIR%%/api/soap/mantisconnect.wsdl %%WWWDIR%%/api/soap/mc_account_api.php %%WWWDIR%%/api/soap/mc_api.php %%WWWDIR%%/api/soap/mc_config_api.php -%%WWWDIR%%/api/soap/mc_config_defaults_inc.php %%WWWDIR%%/api/soap/mc_core.php %%WWWDIR%%/api/soap/mc_custom_field_api.php %%WWWDIR%%/api/soap/mc_enum_api.php @@ -54,6 +476,11 @@ %%WWWDIR%%/api/soap/mc_user_pref_api.php %%WWWDIR%%/api/soap/mc_user_profile_api.php %%WWWDIR%%/api/soap/wsdl-viewer.xsl +%%WWWDIR%%/api_token_create.php +%%WWWDIR%%/api_token_revoke.php +%%WWWDIR%%/api_tokens_page.php +%%WWWDIR%%/billing_export_to_csv.php +%%WWWDIR%%/billing_export_to_excel.php %%WWWDIR%%/billing_inc.php %%WWWDIR%%/billing_page.php %%WWWDIR%%/browser_search_plugin.php @@ -65,11 +492,8 @@ %%WWWDIR%%/bug_actiongroup_page.php %%WWWDIR%%/bug_actiongroup_update_product_build_inc.php %%WWWDIR%%/bug_actiongroup_update_severity_inc.php -%%WWWDIR%%/bug_assign.php %%WWWDIR%%/bug_change_status_page.php -%%WWWDIR%%/bug_file_add.php %%WWWDIR%%/bug_file_delete.php -%%WWWDIR%%/bug_file_upload_inc.php %%WWWDIR%%/bug_monitor_add.php %%WWWDIR%%/bug_monitor_delete.php %%WWWDIR%%/bug_monitor_list_view_inc.php @@ -80,7 +504,6 @@ %%WWWDIR%%/bug_reminder.php %%WWWDIR%%/bug_reminder_page.php %%WWWDIR%%/bug_report.php -%%WWWDIR%%/bug_report_advanced_page.php %%WWWDIR%%/bug_report_page.php %%WWWDIR%%/bug_revision_drop.php %%WWWDIR%%/bug_revision_view_page.php @@ -88,7 +511,6 @@ %%WWWDIR%%/bug_sponsorship_list_view_inc.php %%WWWDIR%%/bug_stick.php %%WWWDIR%%/bug_update.php -%%WWWDIR%%/bug_update_advanced_page.php %%WWWDIR%%/bug_update_page.php %%WWWDIR%%/bug_view_advanced_page.php %%WWWDIR%%/bug_view_inc.php @@ -102,32 +524,52 @@ %%WWWDIR%%/bugnote_update.php %%WWWDIR%%/bugnote_view_inc.php %%WWWDIR%%/changelog_page.php +%%WWWDIR%%/composer.json +%%WWWDIR%%/composer.lock +%%WWWDIR%%/config/.htaccess +%%WWWDIR%%/config/Web.config +%%WWWDIR%%/config/config_inc.php.sample %%WWWDIR%%/config_defaults_inc.php -%%WWWDIR%%/config_filter_defaults_inc.php -%%WWWDIR%%/config_inc.php.sample %%WWWDIR%%/core.php %%WWWDIR%%/core/.htaccess +%%WWWDIR%%/core/Web.config %%WWWDIR%%/core/access_api.php -%%WWWDIR%%/core/ajax_api.php +%%WWWDIR%%/core/antispam_api.php +%%WWWDIR%%/core/api_token_api.php %%WWWDIR%%/core/authentication_api.php +%%WWWDIR%%/core/billing_api.php +%%WWWDIR%%/core/bug_activity_api.php %%WWWDIR%%/core/bug_api.php %%WWWDIR%%/core/bug_group_action_api.php %%WWWDIR%%/core/bug_revision_api.php %%WWWDIR%%/core/bugnote_api.php %%WWWDIR%%/core/category_api.php %%WWWDIR%%/core/cfdefs/cfdef_standard.php +%%WWWDIR%%/core/classes/AuthFlags.class.php +%%WWWDIR%%/core/classes/Avatar.class.php +%%WWWDIR%%/core/classes/ConfigParser.class.php +%%WWWDIR%%/core/classes/IssueAssignedTimelineEvent.class.php +%%WWWDIR%%/core/classes/IssueCreatedTimelineEvent.class.php +%%WWWDIR%%/core/classes/IssueMonitorTimelineEvent.class.php +%%WWWDIR%%/core/classes/IssueNoteCreatedTimelineEvent.class.php +%%WWWDIR%%/core/classes/IssueStatusChangeTimelineEvent.class.php +%%WWWDIR%%/core/classes/IssueTagTimelineEvent.class.php %%WWWDIR%%/core/classes/MantisColumn.class.php +%%WWWDIR%%/core/classes/MantisCorePlugin.class.php %%WWWDIR%%/core/classes/MantisCoreWikiPlugin.class.php %%WWWDIR%%/core/classes/MantisEnum.class.php %%WWWDIR%%/core/classes/MantisFilter.class.php %%WWWDIR%%/core/classes/MantisFormattingPlugin.class.php %%WWWDIR%%/core/classes/MantisPlugin.class.php %%WWWDIR%%/core/classes/MantisWikiPlugin.class.php +%%WWWDIR%%/core/classes/TimelineEvent.class.php +%%WWWDIR%%/core/classes/Tokenizer.class.php %%WWWDIR%%/core/collapse_api.php %%WWWDIR%%/core/columns_api.php %%WWWDIR%%/core/compress_api.php %%WWWDIR%%/core/config_api.php %%WWWDIR%%/core/constant_inc.php +%%WWWDIR%%/core/crypto_api.php %%WWWDIR%%/core/csv_api.php %%WWWDIR%%/core/current_user_api.php %%WWWDIR%%/core/custom_field_api.php @@ -142,6 +584,8 @@ %%WWWDIR%%/core/excel_api.php %%WWWDIR%%/core/file_api.php %%WWWDIR%%/core/filter_api.php +%%WWWDIR%%/core/filter_constants_inc.php +%%WWWDIR%%/core/filter_form_api.php %%WWWDIR%%/core/form_api.php %%WWWDIR%%/core/gpc_api.php %%WWWDIR%%/core/graphviz_api.php @@ -150,12 +594,14 @@ %%WWWDIR%%/core/html_api.php %%WWWDIR%%/core/http_api.php %%WWWDIR%%/core/icon_api.php +%%WWWDIR%%/core/install_helper_functions_api.php %%WWWDIR%%/core/json_api.php %%WWWDIR%%/core/lang_api.php %%WWWDIR%%/core/last_visited_api.php +%%WWWDIR%%/core/layout_api.php %%WWWDIR%%/core/ldap_api.php %%WWWDIR%%/core/logging_api.php -%%WWWDIR%%/core/mobile_api.php +%%WWWDIR%%/core/mention_api.php %%WWWDIR%%/core/news_api.php %%WWWDIR%%/core/obsolete.php %%WWWDIR%%/core/php_api.php @@ -163,7 +609,6 @@ %%WWWDIR%%/core/prepare_api.php %%WWWDIR%%/core/print_api.php %%WWWDIR%%/core/profile_api.php -%%WWWDIR%%/core/projax_api.php %%WWWDIR%%/core/project_api.php %%WWWDIR%%/core/project_hierarchy_api.php %%WWWDIR%%/core/relationship_api.php @@ -174,126 +619,225 @@ %%WWWDIR%%/core/string_api.php %%WWWDIR%%/core/summary_api.php %%WWWDIR%%/core/tag_api.php +%%WWWDIR%%/core/timeline_api.php +%%WWWDIR%%/core/timeline_inc.php %%WWWDIR%%/core/tokens_api.php -%%WWWDIR%%/core/twitter_api.php %%WWWDIR%%/core/url_api.php %%WWWDIR%%/core/user_api.php %%WWWDIR%%/core/user_pref_api.php %%WWWDIR%%/core/utility_api.php %%WWWDIR%%/core/version_api.php %%WWWDIR%%/core/wiki_api.php -%%WWWDIR%%/core/xmlhttprequest_api.php -%%WWWDIR%%/css/calendar-blue.css +%%WWWDIR%%/core/workflow_api.php +%%WWWDIR%%/css/ace-ie.css +%%WWWDIR%%/css/ace-ie.min.css +%%WWWDIR%%/css/ace-mantis.css +%%WWWDIR%%/css/ace-part2.css +%%WWWDIR%%/css/ace-part2.min.css +%%WWWDIR%%/css/ace-rtl.css +%%WWWDIR%%/css/ace-rtl.min.css +%%WWWDIR%%/css/ace-skins.css +%%WWWDIR%%/css/ace-skins.min.css +%%WWWDIR%%/css/ace.css +%%WWWDIR%%/css/ace.min.css +%%WWWDIR%%/css/bootstrap-3.3.6.css +%%WWWDIR%%/css/bootstrap-3.3.6.min.css +%%WWWDIR%%/css/bootstrap-datetimepicker-4.17.43.min.css +%%WWWDIR%%/css/common_config.php %%WWWDIR%%/css/default.css +%%WWWDIR%%/css/dropzone-4.3.0.css +%%WWWDIR%%/css/dropzone-4.3.0.min.css +%%WWWDIR%%/css/font-awesome-4.6.3.min.css +%%WWWDIR%%/css/images/ajax-loader.gif +%%WWWDIR%%/css/images/ajax-loader.png +%%WWWDIR%%/css/images/icons-18-black.png +%%WWWDIR%%/css/images/icons-18-white.png +%%WWWDIR%%/css/images/icons-36-black.png +%%WWWDIR%%/css/images/icons-36-white.png +%%WWWDIR%%/css/images/pattern.jpg +%%WWWDIR%%/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png +%%WWWDIR%%/css/images/ui-bg_diagonals-thick_20_666666_40x40.png +%%WWWDIR%%/css/images/ui-bg_flat_0_aaaaaa_40x100.png +%%WWWDIR%%/css/images/ui-bg_flat_10_000000_40x100.png +%%WWWDIR%%/css/images/ui-bg_flat_75_ffffff_40x100.png +%%WWWDIR%%/css/images/ui-bg_glass_100_f6f6f6_1x400.png +%%WWWDIR%%/css/images/ui-bg_glass_100_fdf5ce_1x400.png +%%WWWDIR%%/css/images/ui-bg_glass_55_fbf9ee_1x400.png +%%WWWDIR%%/css/images/ui-bg_glass_65_ffffff_1x400.png +%%WWWDIR%%/css/images/ui-bg_glass_75_dadada_1x400.png +%%WWWDIR%%/css/images/ui-bg_glass_75_e6e6e6_1x400.png +%%WWWDIR%%/css/images/ui-bg_glass_95_fef1ec_1x400.png +%%WWWDIR%%/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png +%%WWWDIR%%/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +%%WWWDIR%%/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png +%%WWWDIR%%/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +%%WWWDIR%%/css/images/ui-icons_222222_256x240.png +%%WWWDIR%%/css/images/ui-icons_228ef1_256x240.png +%%WWWDIR%%/css/images/ui-icons_2e83ff_256x240.png +%%WWWDIR%%/css/images/ui-icons_454545_256x240.png +%%WWWDIR%%/css/images/ui-icons_888888_256x240.png +%%WWWDIR%%/css/images/ui-icons_cd0a0a_256x240.png +%%WWWDIR%%/css/images/ui-icons_ef8c08_256x240.png +%%WWWDIR%%/css/images/ui-icons_ffd27a_256x240.png +%%WWWDIR%%/css/images/ui-icons_ffffff_256x240.png +%%WWWDIR%%/css/login.css +%%WWWDIR%%/css/open-sans.css %%WWWDIR%%/css/rtl.css +%%WWWDIR%%/css/status_config.php %%WWWDIR%%/csv_export.php %%WWWDIR%%/doc/.htaccess %%WWWDIR%%/doc/CREDITS -%%WWWDIR%%/doc/CUSTOMIZATION -%%WWWDIR%%/doc/INSTALL %%WWWDIR%%/doc/LICENSE -%%WWWDIR%%/doc/RELEASE +%%WWWDIR%%/doc/Web.config +%%WWWDIR%%/doc/ace-theme-license.txt +%%WWWDIR%%/doc/modern_my_view.png +%%WWWDIR%%/doc/modern_view_issue.png +%%WWWDIR%%/doc/modern_view_issues.png +%%WWWDIR%%/docbook/Admin_Guide/Makefile +%%WWWDIR%%/docbook/Admin_Guide/en-US/About.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/Admin_Guide.ent +%%WWWDIR%%/docbook/Admin_Guide/en-US/Admin_Guide.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/Authentication.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/Author_Group.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/Book_Info.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/Configuration.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/Contributing.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/Customizing.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/Installation.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/Page_Descriptions.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/Preface.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/Project_Management.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/Revision_History.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/Troubleshooting.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/User_Management.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/Workflow.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/config/antispam.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/config/api.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/config/auth.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/config/bughistory.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/config/bugnote.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/config/cookies.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/config/customfields.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/config/database.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/config/date.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/config/defaults.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/config/display.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/config/duedate.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/config/email.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/config/fields.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/config/filters.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/config/html.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/config/language.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/config/logging.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/config/misc.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/config/myview.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/config/news.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/config/path.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/config/relationship.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/config/reminders.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/config/security.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/config/settings.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/config/signup.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/config/speed.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/config/sponsorship.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/config/status.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/config/subprojects.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/config/summary.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/config/time.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/config/timetracking.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/config/timezone.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/config/uploads.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/config/user.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/config/version.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/config/view.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/config/webserver.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/config/wiki.xml +%%WWWDIR%%/docbook/Admin_Guide/en-US/images/mantis_logo.png +%%WWWDIR%%/docbook/Admin_Guide/publican.cfg +%%WWWDIR%%/docbook/Developers_Guide/Makefile +%%WWWDIR%%/docbook/Developers_Guide/en-US/Appendix.xml +%%WWWDIR%%/docbook/Developers_Guide/en-US/Author_Group.xml +%%WWWDIR%%/docbook/Developers_Guide/en-US/Book_Info.xml +%%WWWDIR%%/docbook/Developers_Guide/en-US/Contributors.xml +%%WWWDIR%%/docbook/Developers_Guide/en-US/Database.xml +%%WWWDIR%%/docbook/Developers_Guide/en-US/Developers_Guide.ent +%%WWWDIR%%/docbook/Developers_Guide/en-US/Developers_Guide.xml +%%WWWDIR%%/docbook/Developers_Guide/en-US/Events.xml +%%WWWDIR%%/docbook/Developers_Guide/en-US/Events_Reference.xml +%%WWWDIR%%/docbook/Developers_Guide/en-US/Events_Reference_Account.xml +%%WWWDIR%%/docbook/Developers_Guide/en-US/Events_Reference_Bug.xml +%%WWWDIR%%/docbook/Developers_Guide/en-US/Events_Reference_Filter.xml +%%WWWDIR%%/docbook/Developers_Guide/en-US/Events_Reference_Manage.xml +%%WWWDIR%%/docbook/Developers_Guide/en-US/Events_Reference_Notify.xml +%%WWWDIR%%/docbook/Developers_Guide/en-US/Events_Reference_Output.xml +%%WWWDIR%%/docbook/Developers_Guide/en-US/Integrating.xml +%%WWWDIR%%/docbook/Developers_Guide/en-US/Plugins.xml +%%WWWDIR%%/docbook/Developers_Guide/en-US/Plugins_Building.xml +%%WWWDIR%%/docbook/Developers_Guide/en-US/Plugins_Building_Source.xml +%%WWWDIR%%/docbook/Developers_Guide/en-US/Preface.xml +%%WWWDIR%%/docbook/Developers_Guide/en-US/Revision_History.xml +%%WWWDIR%%/docbook/Developers_Guide/en-US/images/erd.png +%%WWWDIR%%/docbook/Developers_Guide/en-US/images/mantis_logo.png +%%WWWDIR%%/docbook/Developers_Guide/publican.cfg +%%WWWDIR%%/docbook/Makefile +%%WWWDIR%%/docbook/README.md +%%WWWDIR%%/docbook/erd/README.md +%%WWWDIR%%/docbook/erd/mantisbt.mwb %%WWWDIR%%/excel_xml_export.php %%WWWDIR%%/file_download.php +%%WWWDIR%%/fonts/.htaccess +%%WWWDIR%%/fonts/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff +%%WWWDIR%%/fonts/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff +%%WWWDIR%%/fonts/fontawesome-webfont.eot +%%WWWDIR%%/fonts/fontawesome-webfont.svg +%%WWWDIR%%/fonts/fontawesome-webfont.ttf +%%WWWDIR%%/fonts/fontawesome-webfont.woff +%%WWWDIR%%/fonts/fontawesome-webfont.woff2 +%%WWWDIR%%/fonts/glyphicons-halflings-regular.eot +%%WWWDIR%%/fonts/glyphicons-halflings-regular.svg +%%WWWDIR%%/fonts/glyphicons-halflings-regular.ttf +%%WWWDIR%%/fonts/glyphicons-halflings-regular.woff +%%WWWDIR%%/fonts/glyphicons-halflings-regular.woff2 %%WWWDIR%%/history_inc.php -%%WWWDIR%%/images/attachment.png -%%WWWDIR%%/images/blank.gif -%%WWWDIR%%/images/calendar-img.gif -%%WWWDIR%%/images/clock.png -%%WWWDIR%%/images/delete.png -%%WWWDIR%%/images/dollars.gif -%%WWWDIR%%/images/down.gif +%%WWWDIR%%/images/avatar.png %%WWWDIR%%/images/favicon.ico -%%WWWDIR%%/images/fileicons/chm.gif -%%WWWDIR%%/images/fileicons/cpp.gif -%%WWWDIR%%/images/fileicons/css.gif -%%WWWDIR%%/images/fileicons/csv.gif -%%WWWDIR%%/images/fileicons/doc.gif -%%WWWDIR%%/images/fileicons/eml.gif -%%WWWDIR%%/images/fileicons/generic.gif -%%WWWDIR%%/images/fileicons/gif.gif -%%WWWDIR%%/images/fileicons/html.gif -%%WWWDIR%%/images/fileicons/jpg.gif -%%WWWDIR%%/images/fileicons/mhtml.gif -%%WWWDIR%%/images/fileicons/mid.gif -%%WWWDIR%%/images/fileicons/mov.gif -%%WWWDIR%%/images/fileicons/one.gif -%%WWWDIR%%/images/fileicons/pcx.gif -%%WWWDIR%%/images/fileicons/pdf.gif -%%WWWDIR%%/images/fileicons/png.gif -%%WWWDIR%%/images/fileicons/pot.gif -%%WWWDIR%%/images/fileicons/pps.gif -%%WWWDIR%%/images/fileicons/ppt.gif -%%WWWDIR%%/images/fileicons/pub.gif -%%WWWDIR%%/images/fileicons/reg.gif -%%WWWDIR%%/images/fileicons/text.gif -%%WWWDIR%%/images/fileicons/unknown.gif -%%WWWDIR%%/images/fileicons/vsd.gif -%%WWWDIR%%/images/fileicons/vsl.gif -%%WWWDIR%%/images/fileicons/vst.gif -%%WWWDIR%%/images/fileicons/wav.gif -%%WWWDIR%%/images/fileicons/wbk.gif -%%WWWDIR%%/images/fileicons/wri.gif -%%WWWDIR%%/images/fileicons/xls.gif -%%WWWDIR%%/images/fileicons/xlt.gif -%%WWWDIR%%/images/fileicons/xml.gif -%%WWWDIR%%/images/fileicons/zip.gif -%%WWWDIR%%/images/ie.gif %%WWWDIR%%/images/mantis_logo.gif %%WWWDIR%%/images/mantis_logo.png -%%WWWDIR%%/images/mantis_space.gif -%%WWWDIR%%/images/minus.png -%%WWWDIR%%/images/notice.gif -%%WWWDIR%%/images/ok.gif -%%WWWDIR%%/images/overdue.png -%%WWWDIR%%/images/plus.png -%%WWWDIR%%/images/priority_1.gif -%%WWWDIR%%/images/priority_2.gif -%%WWWDIR%%/images/priority_3.gif -%%WWWDIR%%/images/priority_low_1.gif -%%WWWDIR%%/images/priority_low_2.gif -%%WWWDIR%%/images/priority_low_3.gif -%%WWWDIR%%/images/priority_normal.gif -%%WWWDIR%%/images/protected.gif +%%WWWDIR%%/images/mantis_logo_notext.png %%WWWDIR%%/images/rel_dependant.png %%WWWDIR%%/images/rel_duplicate.png %%WWWDIR%%/images/rel_related.png -%%WWWDIR%%/images/rss.png -%%WWWDIR%%/images/synthese.gif -%%WWWDIR%%/images/synthgraph.gif -%%WWWDIR%%/images/unread.gif -%%WWWDIR%%/images/up.gif -%%WWWDIR%%/images/update.png %%WWWDIR%%/index.php %%WWWDIR%%/issues_rss.php -%%WWWDIR%%/javascript/min/addLoadEvent.js -%%WWWDIR%%/javascript/min/ajax.js -%%WWWDIR%%/javascript/min/common.js -%%WWWDIR%%/javascript/min/dynamic_filters.js -%%WWWDIR%%/javascript/min/jscalendar/calendar-blue.css -%%WWWDIR%%/javascript/min/jscalendar/calendar-setup.js -%%WWWDIR%%/javascript/min/jscalendar/calendar.js -%%WWWDIR%%/javascript/min/jscalendar/lang/calendar-en.js -%%WWWDIR%%/javascript/min/projax/MIT-LICENSE -%%WWWDIR%%/javascript/min/projax/builder.js -%%WWWDIR%%/javascript/min/projax/controls.js -%%WWWDIR%%/javascript/min/projax/dragdrop.js -%%WWWDIR%%/javascript/min/projax/effects.js -%%WWWDIR%%/javascript/min/projax/license.html -%%WWWDIR%%/javascript/min/projax/prototype.js -%%WWWDIR%%/javascript/min/projax/prototype_b.js -%%WWWDIR%%/javascript/min/projax/scriptaculous.js -%%WWWDIR%%/javascript/min/projax/slider.js -%%WWWDIR%%/javascript/min/time_tracking_stopwatch.js -%%WWWDIR%%/javascript/min/xmlhttprequest.js +%%WWWDIR%%/javascript_config.php +%%WWWDIR%%/javascript_translations.php +%%WWWDIR%%/js/ace.js +%%WWWDIR%%/js/ace.min.js +%%WWWDIR%%/js/bootstrap-3.3.6.min.js +%%WWWDIR%%/js/bootstrap-datetimepicker-4.17.43.min.js +%%WWWDIR%%/js/bugFilter.js +%%WWWDIR%%/js/common.js +%%WWWDIR%%/js/dropzone-4.3.0.js +%%WWWDIR%%/js/dropzone-4.3.0.min.js +%%WWWDIR%%/js/html5shiv.min.js +%%WWWDIR%%/js/install.js +%%WWWDIR%%/js/jquery-2.2.4.min.js +%%WWWDIR%%/js/list-1.4.1.min.js +%%WWWDIR%%/js/login.js +%%WWWDIR%%/js/manage_custom_field_edit_page.js +%%WWWDIR%%/js/moment-with-locales-2.15.2.min.js +%%WWWDIR%%/js/respond.min.js +%%WWWDIR%%/js/typeahead.jquery-1.1.1.min.js %%WWWDIR%%/jump_to_bug.php %%WWWDIR%%/lang/.htaccess -%%WWWDIR%%/lang/langreadme.txt -%%WWWDIR%%/lang/strings_aeb.txt +%%WWWDIR%%/lang/README +%%WWWDIR%%/lang/Web.config %%WWWDIR%%/lang/strings_afrikaans.txt %%WWWDIR%%/lang/strings_amharic.txt %%WWWDIR%%/lang/strings_arabic.txt %%WWWDIR%%/lang/strings_arabicegyptianspoken.txt +%%WWWDIR%%/lang/strings_asturian.txt +%%WWWDIR%%/lang/strings_basque.txt %%WWWDIR%%/lang/strings_belarusian_tarask.txt %%WWWDIR%%/lang/strings_breton.txt %%WWWDIR%%/lang/strings_bulgarian.txt @@ -303,7 +847,6 @@ %%WWWDIR%%/lang/strings_croatian.txt %%WWWDIR%%/lang/strings_czech.txt %%WWWDIR%%/lang/strings_danish.txt -%%WWWDIR%%/lang/strings_diq.txt %%WWWDIR%%/lang/strings_dutch.txt %%WWWDIR%%/lang/strings_english.txt %%WWWDIR%%/lang/strings_estonian.txt @@ -320,7 +863,6 @@ %%WWWDIR%%/lang/strings_japanese.txt %%WWWDIR%%/lang/strings_korean.txt %%WWWDIR%%/lang/strings_latvian.txt -%%WWWDIR%%/lang/strings_lb.txt %%WWWDIR%%/lang/strings_lithuanian.txt %%WWWDIR%%/lang/strings_macedonian.txt %%WWWDIR%%/lang/strings_norwegian_bokmal.txt @@ -340,14 +882,18 @@ %%WWWDIR%%/lang/strings_spanish.txt %%WWWDIR%%/lang/strings_swedish.txt %%WWWDIR%%/lang/strings_swissgerman.txt -%%WWWDIR%%/lang/strings_ta.txt %%WWWDIR%%/lang/strings_tagalog.txt %%WWWDIR%%/lang/strings_turkish.txt %%WWWDIR%%/lang/strings_ukrainian.txt %%WWWDIR%%/lang/strings_urdu.txt %%WWWDIR%%/lang/strings_vietnamese.txt %%WWWDIR%%/lang/strings_volapuk.txt -%%WWWDIR%%/library/README.libs +%%WWWDIR%%/library/.htaccess +%%WWWDIR%%/library/README.md +%%WWWDIR%%/library/Web.config +%%WWWDIR%%/library/adodb/.mailmap +%%WWWDIR%%/library/adodb/LICENSE.md +%%WWWDIR%%/library/adodb/README.md %%WWWDIR%%/library/adodb/adodb-active-record.inc.php %%WWWDIR%%/library/adodb/adodb-active-recordx.inc.php %%WWWDIR%%/library/adodb/adodb-csvlib.inc.php @@ -367,6 +913,7 @@ %%WWWDIR%%/library/adodb/adodb-xmlschema.inc.php %%WWWDIR%%/library/adodb/adodb-xmlschema03.inc.php %%WWWDIR%%/library/adodb/adodb.inc.php +%%WWWDIR%%/library/adodb/composer.json %%WWWDIR%%/library/adodb/datadict/datadict-access.inc.php %%WWWDIR%%/library/adodb/datadict/datadict-db2.inc.php %%WWWDIR%%/library/adodb/datadict/datadict-firebird.inc.php @@ -379,6 +926,7 @@ %%WWWDIR%%/library/adodb/datadict/datadict-oci8.inc.php %%WWWDIR%%/library/adodb/datadict/datadict-postgres.inc.php %%WWWDIR%%/library/adodb/datadict/datadict-sapdb.inc.php +%%WWWDIR%%/library/adodb/datadict/datadict-sqlite.inc.php %%WWWDIR%%/library/adodb/datadict/datadict-sybase.inc.php %%WWWDIR%%/library/adodb/drivers/adodb-access.inc.php %%WWWDIR%%/library/adodb/drivers/adodb-ado.inc.php @@ -390,6 +938,7 @@ %%WWWDIR%%/library/adodb/drivers/adodb-csv.inc.php %%WWWDIR%%/library/adodb/drivers/adodb-db2.inc.php %%WWWDIR%%/library/adodb/drivers/adodb-db2oci.inc.php +%%WWWDIR%%/library/adodb/drivers/adodb-db2ora.inc.php %%WWWDIR%%/library/adodb/drivers/adodb-fbsql.inc.php %%WWWDIR%%/library/adodb/drivers/adodb-firebird.inc.php %%WWWDIR%%/library/adodb/drivers/adodb-ibase.inc.php @@ -408,6 +957,7 @@ %%WWWDIR%%/library/adodb/drivers/adodb-oci8.inc.php %%WWWDIR%%/library/adodb/drivers/adodb-oci805.inc.php %%WWWDIR%%/library/adodb/drivers/adodb-oci8po.inc.php +%%WWWDIR%%/library/adodb/drivers/adodb-oci8quercus.inc.php %%WWWDIR%%/library/adodb/drivers/adodb-odbc.inc.php %%WWWDIR%%/library/adodb/drivers/adodb-odbc_db2.inc.php %%WWWDIR%%/library/adodb/drivers/adodb-odbc_mssql.inc.php @@ -421,30 +971,32 @@ %%WWWDIR%%/library/adodb/drivers/adodb-pdo_oci.inc.php %%WWWDIR%%/library/adodb/drivers/adodb-pdo_pgsql.inc.php %%WWWDIR%%/library/adodb/drivers/adodb-pdo_sqlite.inc.php +%%WWWDIR%%/library/adodb/drivers/adodb-pdo_sqlsrv.inc.php %%WWWDIR%%/library/adodb/drivers/adodb-postgres.inc.php %%WWWDIR%%/library/adodb/drivers/adodb-postgres64.inc.php %%WWWDIR%%/library/adodb/drivers/adodb-postgres7.inc.php %%WWWDIR%%/library/adodb/drivers/adodb-postgres8.inc.php +%%WWWDIR%%/library/adodb/drivers/adodb-postgres9.inc.php %%WWWDIR%%/library/adodb/drivers/adodb-proxy.inc.php %%WWWDIR%%/library/adodb/drivers/adodb-sapdb.inc.php %%WWWDIR%%/library/adodb/drivers/adodb-sqlanywhere.inc.php %%WWWDIR%%/library/adodb/drivers/adodb-sqlite.inc.php +%%WWWDIR%%/library/adodb/drivers/adodb-sqlite3.inc.php %%WWWDIR%%/library/adodb/drivers/adodb-sqlitepo.inc.php %%WWWDIR%%/library/adodb/drivers/adodb-sybase.inc.php %%WWWDIR%%/library/adodb/drivers/adodb-sybase_ase.inc.php +%%WWWDIR%%/library/adodb/drivers/adodb-text.inc.php %%WWWDIR%%/library/adodb/drivers/adodb-vfp.inc.php -%%WWWDIR%%/library/adodb/index.html %%WWWDIR%%/library/adodb/lang/adodb-ar.inc.php %%WWWDIR%%/library/adodb/lang/adodb-bg.inc.php -%%WWWDIR%%/library/adodb/lang/adodb-bgutf8.inc.php %%WWWDIR%%/library/adodb/lang/adodb-ca.inc.php %%WWWDIR%%/library/adodb/lang/adodb-cn.inc.php %%WWWDIR%%/library/adodb/lang/adodb-cz.inc.php %%WWWDIR%%/library/adodb/lang/adodb-da.inc.php %%WWWDIR%%/library/adodb/lang/adodb-de.inc.php %%WWWDIR%%/library/adodb/lang/adodb-en.inc.php +%%WWWDIR%%/library/adodb/lang/adodb-eo.inc.php %%WWWDIR%%/library/adodb/lang/adodb-es.inc.php -%%WWWDIR%%/library/adodb/lang/adodb-esperanto.inc.php %%WWWDIR%%/library/adodb/lang/adodb-fa.inc.php %%WWWDIR%%/library/adodb/lang/adodb-fr.inc.php %%WWWDIR%%/library/adodb/lang/adodb-hu.inc.php @@ -453,11 +1005,10 @@ %%WWWDIR%%/library/adodb/lang/adodb-pl.inc.php %%WWWDIR%%/library/adodb/lang/adodb-pt-br.inc.php %%WWWDIR%%/library/adodb/lang/adodb-ro.inc.php -%%WWWDIR%%/library/adodb/lang/adodb-ru1251.inc.php +%%WWWDIR%%/library/adodb/lang/adodb-ru.inc.php %%WWWDIR%%/library/adodb/lang/adodb-sv.inc.php -%%WWWDIR%%/library/adodb/lang/adodb-uk1251.inc.php -%%WWWDIR%%/library/adodb/lang/adodb_th.inc.php -%%WWWDIR%%/library/adodb/license.txt +%%WWWDIR%%/library/adodb/lang/adodb-th.inc.php +%%WWWDIR%%/library/adodb/lang/adodb-uk.inc.php %%WWWDIR%%/library/adodb/perf/perf-db2.inc.php %%WWWDIR%%/library/adodb/perf/perf-informix.inc.php %%WWWDIR%%/library/adodb/perf/perf-mssql.inc.php @@ -466,8 +1017,6 @@ %%WWWDIR%%/library/adodb/perf/perf-oci8.inc.php %%WWWDIR%%/library/adodb/perf/perf-postgres.inc.php %%WWWDIR%%/library/adodb/pivottable.inc.php -%%WWWDIR%%/library/adodb/readme.txt -%%WWWDIR%%/library/adodb/readme_mantis.txt %%WWWDIR%%/library/adodb/rsfilter.inc.php %%WWWDIR%%/library/adodb/session/adodb-compress-bzip2.php %%WWWDIR%%/library/adodb/session/adodb-compress-gzip.php @@ -502,220 +1051,192 @@ %%WWWDIR%%/library/adodb/xsl/convert-0.2-0.3.xsl %%WWWDIR%%/library/adodb/xsl/remove-0.2.xsl %%WWWDIR%%/library/adodb/xsl/remove-0.3.xsl +%%WWWDIR%%/library/disposable/.travis.yml %%WWWDIR%%/library/disposable/changelog.txt %%WWWDIR%%/library/disposable/disposable.php +%%WWWDIR%%/library/disposable/forwarding_domains.txt %%WWWDIR%%/library/disposable/index.html %%WWWDIR%%/library/disposable/license.txt -%%WWWDIR%%/library/disposable/readme.txt +%%WWWDIR%%/library/disposable/open_domains.txt +%%WWWDIR%%/library/disposable/readme.md %%WWWDIR%%/library/disposable/readme_mantis.txt -%%WWWDIR%%/library/ezc/Base/src/base.php -%%WWWDIR%%/library/ezc/Base/src/exceptions/autoload.php -%%WWWDIR%%/library/ezc/Base/src/exceptions/double_class_repository_prefix.php -%%WWWDIR%%/library/ezc/Base/src/exceptions/exception.php -%%WWWDIR%%/library/ezc/Base/src/exceptions/extension_not_found.php -%%WWWDIR%%/library/ezc/Base/src/exceptions/file_exception.php -%%WWWDIR%%/library/ezc/Base/src/exceptions/file_io.php -%%WWWDIR%%/library/ezc/Base/src/exceptions/file_not_found.php -%%WWWDIR%%/library/ezc/Base/src/exceptions/file_permission.php -%%WWWDIR%%/library/ezc/Base/src/exceptions/functionality_not_supported.php -%%WWWDIR%%/library/ezc/Base/src/exceptions/init_callback_configured.php -%%WWWDIR%%/library/ezc/Base/src/exceptions/invalid_callback_class.php -%%WWWDIR%%/library/ezc/Base/src/exceptions/invalid_parent_class.php -%%WWWDIR%%/library/ezc/Base/src/exceptions/property_not_found.php -%%WWWDIR%%/library/ezc/Base/src/exceptions/property_permission.php -%%WWWDIR%%/library/ezc/Base/src/exceptions/setting_not_found.php -%%WWWDIR%%/library/ezc/Base/src/exceptions/setting_value.php -%%WWWDIR%%/library/ezc/Base/src/exceptions/value.php -%%WWWDIR%%/library/ezc/Base/src/exceptions/whatever.php -%%WWWDIR%%/library/ezc/Base/src/ezc_bootstrap.php -%%WWWDIR%%/library/ezc/Base/src/features.php -%%WWWDIR%%/library/ezc/Base/src/file.php -%%WWWDIR%%/library/ezc/Base/src/init.php -%%WWWDIR%%/library/ezc/Base/src/interfaces/configuration_initializer.php -%%WWWDIR%%/library/ezc/Base/src/interfaces/exportable.php -%%WWWDIR%%/library/ezc/Base/src/interfaces/persistable.php -%%WWWDIR%%/library/ezc/Base/src/metadata.php -%%WWWDIR%%/library/ezc/Base/src/metadata/pear.php -%%WWWDIR%%/library/ezc/Base/src/metadata/tarball.php -%%WWWDIR%%/library/ezc/Base/src/options.php -%%WWWDIR%%/library/ezc/Base/src/options/autoload.php -%%WWWDIR%%/library/ezc/Base/src/struct.php -%%WWWDIR%%/library/ezc/Base/src/structs/file_find_context.php -%%WWWDIR%%/library/ezc/Base/src/structs/repository_directory.php -%%WWWDIR%%/library/ezc/Graph/src/axis/container.php -%%WWWDIR%%/library/ezc/Graph/src/axis/date.php -%%WWWDIR%%/library/ezc/Graph/src/axis/labeled.php -%%WWWDIR%%/library/ezc/Graph/src/axis/logarithmic.php -%%WWWDIR%%/library/ezc/Graph/src/axis/numeric.php -%%WWWDIR%%/library/ezc/Graph/src/charts/bar.php -%%WWWDIR%%/library/ezc/Graph/src/charts/horizontal_bar.php -%%WWWDIR%%/library/ezc/Graph/src/charts/line.php -%%WWWDIR%%/library/ezc/Graph/src/charts/odometer.php -%%WWWDIR%%/library/ezc/Graph/src/charts/pie.php -%%WWWDIR%%/library/ezc/Graph/src/charts/radar.php -%%WWWDIR%%/library/ezc/Graph/src/colors/color.php -%%WWWDIR%%/library/ezc/Graph/src/colors/linear_gradient.php -%%WWWDIR%%/library/ezc/Graph/src/colors/radial_gradient.php -%%WWWDIR%%/library/ezc/Graph/src/data_container/base.php -%%WWWDIR%%/library/ezc/Graph/src/data_container/single.php -%%WWWDIR%%/library/ezc/Graph/src/datasets/array.php -%%WWWDIR%%/library/ezc/Graph/src/datasets/average.php -%%WWWDIR%%/library/ezc/Graph/src/datasets/base.php -%%WWWDIR%%/library/ezc/Graph/src/datasets/numeric.php -%%WWWDIR%%/library/ezc/Graph/src/datasets/property/axis.php -%%WWWDIR%%/library/ezc/Graph/src/datasets/property/boolean.php -%%WWWDIR%%/library/ezc/Graph/src/datasets/property/color.php -%%WWWDIR%%/library/ezc/Graph/src/datasets/property/integer.php -%%WWWDIR%%/library/ezc/Graph/src/datasets/property/string.php -%%WWWDIR%%/library/ezc/Graph/src/driver/cairo.php -%%WWWDIR%%/library/ezc/Graph/src/driver/cairo_oo.php -%%WWWDIR%%/library/ezc/Graph/src/driver/flash.php -%%WWWDIR%%/library/ezc/Graph/src/driver/gd.php -%%WWWDIR%%/library/ezc/Graph/src/driver/svg.php -%%WWWDIR%%/library/ezc/Graph/src/driver/svg_font.php -%%WWWDIR%%/library/ezc/Graph/src/driver/verbose.php -%%WWWDIR%%/library/ezc/Graph/src/element/axis.php -%%WWWDIR%%/library/ezc/Graph/src/element/background.php -%%WWWDIR%%/library/ezc/Graph/src/element/legend.php -%%WWWDIR%%/library/ezc/Graph/src/element/text.php -%%WWWDIR%%/library/ezc/Graph/src/exceptions/date_parsing.php -%%WWWDIR%%/library/ezc/Graph/src/exceptions/exception.php -%%WWWDIR%%/library/ezc/Graph/src/exceptions/flash_bitmap_type.php -%%WWWDIR%%/library/ezc/Graph/src/exceptions/font_rendering.php -%%WWWDIR%%/library/ezc/Graph/src/exceptions/font_type.php -%%WWWDIR%%/library/ezc/Graph/src/exceptions/incompatible_driver.php -%%WWWDIR%%/library/ezc/Graph/src/exceptions/invalid_assignement.php -%%WWWDIR%%/library/ezc/Graph/src/exceptions/invalid_data.php -%%WWWDIR%%/library/ezc/Graph/src/exceptions/invalid_data_source.php -%%WWWDIR%%/library/ezc/Graph/src/exceptions/invalid_dimensions.php -%%WWWDIR%%/library/ezc/Graph/src/exceptions/invalid_display_type.php -%%WWWDIR%%/library/ezc/Graph/src/exceptions/invalid_id.php -%%WWWDIR%%/library/ezc/Graph/src/exceptions/invalid_image_file.php -%%WWWDIR%%/library/ezc/Graph/src/exceptions/invalid_keys.php -%%WWWDIR%%/library/ezc/Graph/src/exceptions/invalid_step_size.php -%%WWWDIR%%/library/ezc/Graph/src/exceptions/no_data.php -%%WWWDIR%%/library/ezc/Graph/src/exceptions/no_such_data.php -%%WWWDIR%%/library/ezc/Graph/src/exceptions/no_such_dataset.php -%%WWWDIR%%/library/ezc/Graph/src/exceptions/no_such_element.php -%%WWWDIR%%/library/ezc/Graph/src/exceptions/not_rendered.php -%%WWWDIR%%/library/ezc/Graph/src/exceptions/out_of_boundings.php -%%WWWDIR%%/library/ezc/Graph/src/exceptions/out_of_logarithmical_boundings.php -%%WWWDIR%%/library/ezc/Graph/src/exceptions/reducement_failed.php -%%WWWDIR%%/library/ezc/Graph/src/exceptions/too_many_datasets.php -%%WWWDIR%%/library/ezc/Graph/src/exceptions/unknown_color_definition.php -%%WWWDIR%%/library/ezc/Graph/src/exceptions/unregular_steps.php -%%WWWDIR%%/library/ezc/Graph/src/exceptions/unsupported_image_type.php -%%WWWDIR%%/library/ezc/Graph/src/graph.php -%%WWWDIR%%/library/ezc/Graph/src/interfaces/axis_label_renderer.php -%%WWWDIR%%/library/ezc/Graph/src/interfaces/chart.php -%%WWWDIR%%/library/ezc/Graph/src/interfaces/dataset_property.php -%%WWWDIR%%/library/ezc/Graph/src/interfaces/driver.php -%%WWWDIR%%/library/ezc/Graph/src/interfaces/element.php -%%WWWDIR%%/library/ezc/Graph/src/interfaces/horizontal_bar_renderer.php -%%WWWDIR%%/library/ezc/Graph/src/interfaces/odometer_renderer.php -%%WWWDIR%%/library/ezc/Graph/src/interfaces/palette.php -%%WWWDIR%%/library/ezc/Graph/src/interfaces/radar_renderer.php -%%WWWDIR%%/library/ezc/Graph/src/interfaces/renderer.php -%%WWWDIR%%/library/ezc/Graph/src/interfaces/stacked_bar_renderer.php -%%WWWDIR%%/library/ezc/Graph/src/math/boundings.php -%%WWWDIR%%/library/ezc/Graph/src/math/matrix.php -%%WWWDIR%%/library/ezc/Graph/src/math/polynom.php -%%WWWDIR%%/library/ezc/Graph/src/math/rotation.php -%%WWWDIR%%/library/ezc/Graph/src/math/transformation.php -%%WWWDIR%%/library/ezc/Graph/src/math/translation.php -%%WWWDIR%%/library/ezc/Graph/src/math/vector.php -%%WWWDIR%%/library/ezc/Graph/src/options/cairo_driver.php -%%WWWDIR%%/library/ezc/Graph/src/options/chart.php -%%WWWDIR%%/library/ezc/Graph/src/options/driver.php -%%WWWDIR%%/library/ezc/Graph/src/options/flash_driver.php -%%WWWDIR%%/library/ezc/Graph/src/options/font.php -%%WWWDIR%%/library/ezc/Graph/src/options/gd_driver.php -%%WWWDIR%%/library/ezc/Graph/src/options/line_chart.php -%%WWWDIR%%/library/ezc/Graph/src/options/odometer_chart.php -%%WWWDIR%%/library/ezc/Graph/src/options/pie_chart.php -%%WWWDIR%%/library/ezc/Graph/src/options/radar_chart.php -%%WWWDIR%%/library/ezc/Graph/src/options/renderer.php -%%WWWDIR%%/library/ezc/Graph/src/options/renderer_2d.php -%%WWWDIR%%/library/ezc/Graph/src/options/renderer_3d.php -%%WWWDIR%%/library/ezc/Graph/src/options/svg_driver.php -%%WWWDIR%%/library/ezc/Graph/src/palette/black.php -%%WWWDIR%%/library/ezc/Graph/src/palette/ez.php -%%WWWDIR%%/library/ezc/Graph/src/palette/ez_blue.php -%%WWWDIR%%/library/ezc/Graph/src/palette/ez_green.php -%%WWWDIR%%/library/ezc/Graph/src/palette/ez_red.php -%%WWWDIR%%/library/ezc/Graph/src/palette/tango.php -%%WWWDIR%%/library/ezc/Graph/src/renderer/2d.php -%%WWWDIR%%/library/ezc/Graph/src/renderer/3d.php -%%WWWDIR%%/library/ezc/Graph/src/renderer/axis_label_boxed.php -%%WWWDIR%%/library/ezc/Graph/src/renderer/axis_label_centered.php -%%WWWDIR%%/library/ezc/Graph/src/renderer/axis_label_exact.php -%%WWWDIR%%/library/ezc/Graph/src/renderer/axis_label_none.php -%%WWWDIR%%/library/ezc/Graph/src/renderer/axis_label_radar.php -%%WWWDIR%%/library/ezc/Graph/src/renderer/axis_label_rotated.php -%%WWWDIR%%/library/ezc/Graph/src/renderer/axis_label_rotated_boxed.php -%%WWWDIR%%/library/ezc/Graph/src/renderer/horizontal_bar.php -%%WWWDIR%%/library/ezc/Graph/src/structs/context.php -%%WWWDIR%%/library/ezc/Graph/src/structs/coordinate.php -%%WWWDIR%%/library/ezc/Graph/src/structs/step.php -%%WWWDIR%%/library/ezc/Graph/src/tools.php -%%WWWDIR%%/library/ezc/autoload/base_autoload.php -%%WWWDIR%%/library/ezc/autoload/graph_autoload.php -%%WWWDIR%%/library/nusoap/0001-Fix-12312-NuSOAP-web-description-XSS-vulnerability.patch -%%WWWDIR%%/library/nusoap/changelog -%%WWWDIR%%/library/nusoap/class.nusoap_base.php -%%WWWDIR%%/library/nusoap/class.soap_fault.php -%%WWWDIR%%/library/nusoap/class.soap_parser.php -%%WWWDIR%%/library/nusoap/class.soap_server.php -%%WWWDIR%%/library/nusoap/class.soap_transport_http.php -%%WWWDIR%%/library/nusoap/class.soap_val.php -%%WWWDIR%%/library/nusoap/class.soapclient.php -%%WWWDIR%%/library/nusoap/class.wsdl.php -%%WWWDIR%%/library/nusoap/class.wsdlcache.php -%%WWWDIR%%/library/nusoap/class.xmlschema.php -%%WWWDIR%%/library/nusoap/index.html -%%WWWDIR%%/library/nusoap/nusoap.php -%%WWWDIR%%/library/nusoap/nusoapmime.php -%%WWWDIR%%/library/nusoap/readme_mantis.txt +%%WWWDIR%%/library/disposable/shredder_domains.txt +%%WWWDIR%%/library/disposable/time_bound_domains.txt +%%WWWDIR%%/library/disposable/trash_domains.txt +%%WWWDIR%%/library/parsedown/.travis.yml +%%WWWDIR%%/library/parsedown/LICENSE.txt +%%WWWDIR%%/library/parsedown/Parsedown.php +%%WWWDIR%%/library/parsedown/README.md +%%WWWDIR%%/library/parsedown/composer.json +%%WWWDIR%%/library/parsedown/phpunit.xml.dist +%%WWWDIR%%/library/parsedown/test/CommonMarkTest.php +%%WWWDIR%%/library/parsedown/test/ParsedownTest.php +%%WWWDIR%%/library/parsedown/test/TestParsedown.php +%%WWWDIR%%/library/parsedown/test/bootstrap.php +%%WWWDIR%%/library/parsedown/test/data/aesthetic_table.html +%%WWWDIR%%/library/parsedown/test/data/aesthetic_table.md +%%WWWDIR%%/library/parsedown/test/data/aligned_table.html +%%WWWDIR%%/library/parsedown/test/data/aligned_table.md +%%WWWDIR%%/library/parsedown/test/data/atx_heading.html +%%WWWDIR%%/library/parsedown/test/data/atx_heading.md +%%WWWDIR%%/library/parsedown/test/data/automatic_link.html +%%WWWDIR%%/library/parsedown/test/data/automatic_link.md +%%WWWDIR%%/library/parsedown/test/data/block-level_html.html +%%WWWDIR%%/library/parsedown/test/data/block-level_html.md +%%WWWDIR%%/library/parsedown/test/data/code_block.html +%%WWWDIR%%/library/parsedown/test/data/code_block.md +%%WWWDIR%%/library/parsedown/test/data/code_span.html +%%WWWDIR%%/library/parsedown/test/data/code_span.md +%%WWWDIR%%/library/parsedown/test/data/compound_blockquote.html +%%WWWDIR%%/library/parsedown/test/data/compound_blockquote.md +%%WWWDIR%%/library/parsedown/test/data/compound_emphasis.html +%%WWWDIR%%/library/parsedown/test/data/compound_emphasis.md +%%WWWDIR%%/library/parsedown/test/data/compound_list.html +%%WWWDIR%%/library/parsedown/test/data/compound_list.md +%%WWWDIR%%/library/parsedown/test/data/deeply_nested_list.html +%%WWWDIR%%/library/parsedown/test/data/deeply_nested_list.md +%%WWWDIR%%/library/parsedown/test/data/em_strong.html +%%WWWDIR%%/library/parsedown/test/data/em_strong.md +%%WWWDIR%%/library/parsedown/test/data/email.html +%%WWWDIR%%/library/parsedown/test/data/email.md +%%WWWDIR%%/library/parsedown/test/data/emphasis.html +%%WWWDIR%%/library/parsedown/test/data/emphasis.md +%%WWWDIR%%/library/parsedown/test/data/escaping.html +%%WWWDIR%%/library/parsedown/test/data/escaping.md +%%WWWDIR%%/library/parsedown/test/data/fenced_code_block.html +%%WWWDIR%%/library/parsedown/test/data/fenced_code_block.md +%%WWWDIR%%/library/parsedown/test/data/horizontal_rule.html +%%WWWDIR%%/library/parsedown/test/data/horizontal_rule.md +%%WWWDIR%%/library/parsedown/test/data/html_comment.html +%%WWWDIR%%/library/parsedown/test/data/html_comment.md +%%WWWDIR%%/library/parsedown/test/data/html_entity.html +%%WWWDIR%%/library/parsedown/test/data/html_entity.md +%%WWWDIR%%/library/parsedown/test/data/image_reference.html +%%WWWDIR%%/library/parsedown/test/data/image_reference.md +%%WWWDIR%%/library/parsedown/test/data/image_title.html +%%WWWDIR%%/library/parsedown/test/data/image_title.md +%%WWWDIR%%/library/parsedown/test/data/implicit_reference.html +%%WWWDIR%%/library/parsedown/test/data/implicit_reference.md +%%WWWDIR%%/library/parsedown/test/data/inline_link.html +%%WWWDIR%%/library/parsedown/test/data/inline_link.md +%%WWWDIR%%/library/parsedown/test/data/inline_link_title.html +%%WWWDIR%%/library/parsedown/test/data/inline_link_title.md +%%WWWDIR%%/library/parsedown/test/data/inline_title.html +%%WWWDIR%%/library/parsedown/test/data/inline_title.md +%%WWWDIR%%/library/parsedown/test/data/lazy_blockquote.html +%%WWWDIR%%/library/parsedown/test/data/lazy_blockquote.md +%%WWWDIR%%/library/parsedown/test/data/lazy_list.html +%%WWWDIR%%/library/parsedown/test/data/lazy_list.md +%%WWWDIR%%/library/parsedown/test/data/line_break.html +%%WWWDIR%%/library/parsedown/test/data/line_break.md +%%WWWDIR%%/library/parsedown/test/data/multiline_list_paragraph.html +%%WWWDIR%%/library/parsedown/test/data/multiline_list_paragraph.md +%%WWWDIR%%/library/parsedown/test/data/nested_block-level_html.html +%%WWWDIR%%/library/parsedown/test/data/nested_block-level_html.md +%%WWWDIR%%/library/parsedown/test/data/ordered_list.html +%%WWWDIR%%/library/parsedown/test/data/ordered_list.md +%%WWWDIR%%/library/parsedown/test/data/paragraph_list.html +%%WWWDIR%%/library/parsedown/test/data/paragraph_list.md +%%WWWDIR%%/library/parsedown/test/data/reference_title.html +%%WWWDIR%%/library/parsedown/test/data/reference_title.md +%%WWWDIR%%/library/parsedown/test/data/self-closing_html.html +%%WWWDIR%%/library/parsedown/test/data/self-closing_html.md +%%WWWDIR%%/library/parsedown/test/data/separated_nested_list.html +%%WWWDIR%%/library/parsedown/test/data/separated_nested_list.md +%%WWWDIR%%/library/parsedown/test/data/setext_header.html +%%WWWDIR%%/library/parsedown/test/data/setext_header.md +%%WWWDIR%%/library/parsedown/test/data/simple_blockquote.html +%%WWWDIR%%/library/parsedown/test/data/simple_blockquote.md +%%WWWDIR%%/library/parsedown/test/data/simple_table.html +%%WWWDIR%%/library/parsedown/test/data/simple_table.md +%%WWWDIR%%/library/parsedown/test/data/span-level_html.html +%%WWWDIR%%/library/parsedown/test/data/span-level_html.md +%%WWWDIR%%/library/parsedown/test/data/sparse_dense_list.html +%%WWWDIR%%/library/parsedown/test/data/sparse_dense_list.md +%%WWWDIR%%/library/parsedown/test/data/sparse_html.html +%%WWWDIR%%/library/parsedown/test/data/sparse_html.md +%%WWWDIR%%/library/parsedown/test/data/sparse_list.html +%%WWWDIR%%/library/parsedown/test/data/sparse_list.md +%%WWWDIR%%/library/parsedown/test/data/special_characters.html +%%WWWDIR%%/library/parsedown/test/data/special_characters.md +%%WWWDIR%%/library/parsedown/test/data/strikethrough.html +%%WWWDIR%%/library/parsedown/test/data/strikethrough.md +%%WWWDIR%%/library/parsedown/test/data/strong_em.html +%%WWWDIR%%/library/parsedown/test/data/strong_em.md +%%WWWDIR%%/library/parsedown/test/data/tab-indented_code_block.html +%%WWWDIR%%/library/parsedown/test/data/tab-indented_code_block.md +%%WWWDIR%%/library/parsedown/test/data/table_inline_markdown.html +%%WWWDIR%%/library/parsedown/test/data/table_inline_markdown.md +%%WWWDIR%%/library/parsedown/test/data/text_reference.html +%%WWWDIR%%/library/parsedown/test/data/text_reference.md +%%WWWDIR%%/library/parsedown/test/data/unordered_list.html +%%WWWDIR%%/library/parsedown/test/data/unordered_list.md +%%WWWDIR%%/library/parsedown/test/data/untidy_table.html +%%WWWDIR%%/library/parsedown/test/data/untidy_table.md +%%WWWDIR%%/library/parsedown/test/data/url_autolinking.html +%%WWWDIR%%/library/parsedown/test/data/url_autolinking.md +%%WWWDIR%%/library/parsedown/test/data/whitespace.html +%%WWWDIR%%/library/parsedown/test/data/whitespace.md %%WWWDIR%%/library/phpmailer/LICENSE -%%WWWDIR%%/library/phpmailer/README.md -%%WWWDIR%%/library/phpmailer/changelog.md +%%WWWDIR%%/library/phpmailer/PHPMailerAutoload.php +%%WWWDIR%%/library/phpmailer/VERSION %%WWWDIR%%/library/phpmailer/class.phpmailer.php +%%WWWDIR%%/library/phpmailer/class.phpmaileroauth.php +%%WWWDIR%%/library/phpmailer/class.phpmaileroauthgoogle.php %%WWWDIR%%/library/phpmailer/class.pop3.php %%WWWDIR%%/library/phpmailer/class.smtp.php +%%WWWDIR%%/library/phpmailer/extras/EasyPeasyICS.php +%%WWWDIR%%/library/phpmailer/extras/README.md +%%WWWDIR%%/library/phpmailer/extras/htmlfilter.php +%%WWWDIR%%/library/phpmailer/extras/ntlm_sasl_client.php +%%WWWDIR%%/library/phpmailer/get_oauth_token.php %%WWWDIR%%/library/phpmailer/index.html +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-am.php %%WWWDIR%%/library/phpmailer/language/phpmailer.lang-ar.php -%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-br.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-az.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-be.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-bg.php %%WWWDIR%%/library/phpmailer/language/phpmailer.lang-ca.php %%WWWDIR%%/library/phpmailer/language/phpmailer.lang-ch.php -%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-cz.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-cs.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-da.php %%WWWDIR%%/library/phpmailer/language/phpmailer.lang-de.php -%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-dk.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-el.php %%WWWDIR%%/library/phpmailer/language/phpmailer.lang-eo.php %%WWWDIR%%/library/phpmailer/language/phpmailer.lang-es.php %%WWWDIR%%/library/phpmailer/language/phpmailer.lang-et.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-fa.php %%WWWDIR%%/library/phpmailer/language/phpmailer.lang-fi.php %%WWWDIR%%/library/phpmailer/language/phpmailer.lang-fo.php %%WWWDIR%%/library/phpmailer/language/phpmailer.lang-fr.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-gl.php %%WWWDIR%%/library/phpmailer/language/phpmailer.lang-he.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-hr.php %%WWWDIR%%/library/phpmailer/language/phpmailer.lang-hu.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-id.php %%WWWDIR%%/library/phpmailer/language/phpmailer.lang-it.php %%WWWDIR%%/library/phpmailer/language/phpmailer.lang-ja.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-ka.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-ko.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-lt.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-lv.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-ms.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-nb.php %%WWWDIR%%/library/phpmailer/language/phpmailer.lang-nl.php -%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-no.php %%WWWDIR%%/library/phpmailer/language/phpmailer.lang-pl.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-pt.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-pt_br.php %%WWWDIR%%/library/phpmailer/language/phpmailer.lang-ro.php %%WWWDIR%%/library/phpmailer/language/phpmailer.lang-ru.php -%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-se.php %%WWWDIR%%/library/phpmailer/language/phpmailer.lang-sk.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-sl.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-sr.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-sv.php %%WWWDIR%%/library/phpmailer/language/phpmailer.lang-tr.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-uk.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-vi.php %%WWWDIR%%/library/phpmailer/language/phpmailer.lang-zh.php %%WWWDIR%%/library/phpmailer/language/phpmailer.lang-zh_cn.php -%%WWWDIR%%/library/projax/classes/JavaScript.php -%%WWWDIR%%/library/projax/classes/Prototype.php -%%WWWDIR%%/library/projax/classes/Scriptaculous.php -%%WWWDIR%%/library/projax/index.html -%%WWWDIR%%/library/projax/projax.php -%%WWWDIR%%/library/projax/readme_mantis.txt %%WWWDIR%%/library/rssbuilder/class.ObjectIterator.inc.php %%WWWDIR%%/library/rssbuilder/class.ObjectList.inc.php %%WWWDIR%%/library/rssbuilder/class.RSSBase.inc.php @@ -732,6 +1253,89 @@ %%WWWDIR%%/library/rssbuilder/interface.RSS.inc.php %%WWWDIR%%/library/rssbuilder/readme_mantis.txt %%WWWDIR%%/library/rssbuilder/rss_sample_script.php +%%WWWDIR%%/library/securimage/.htaccess +%%WWWDIR%%/library/securimage/AHGBold.ttf +%%WWWDIR%%/library/securimage/LICENSE.txt +%%WWWDIR%%/library/securimage/README.FONT.txt +%%WWWDIR%%/library/securimage/README.md +%%WWWDIR%%/library/securimage/README.txt +%%WWWDIR%%/library/securimage/WavFile.php +%%WWWDIR%%/library/securimage/audio/.htaccess +%%WWWDIR%%/library/securimage/audio/en/0.wav +%%WWWDIR%%/library/securimage/audio/en/1.wav +%%WWWDIR%%/library/securimage/audio/en/10.wav +%%WWWDIR%%/library/securimage/audio/en/11.wav +%%WWWDIR%%/library/securimage/audio/en/12.wav +%%WWWDIR%%/library/securimage/audio/en/13.wav +%%WWWDIR%%/library/securimage/audio/en/14.wav +%%WWWDIR%%/library/securimage/audio/en/15.wav +%%WWWDIR%%/library/securimage/audio/en/16.wav +%%WWWDIR%%/library/securimage/audio/en/17.wav +%%WWWDIR%%/library/securimage/audio/en/18.wav +%%WWWDIR%%/library/securimage/audio/en/19.wav +%%WWWDIR%%/library/securimage/audio/en/2.wav +%%WWWDIR%%/library/securimage/audio/en/20.wav +%%WWWDIR%%/library/securimage/audio/en/3.wav +%%WWWDIR%%/library/securimage/audio/en/4.wav +%%WWWDIR%%/library/securimage/audio/en/5.wav +%%WWWDIR%%/library/securimage/audio/en/6.wav +%%WWWDIR%%/library/securimage/audio/en/7.wav +%%WWWDIR%%/library/securimage/audio/en/8.wav +%%WWWDIR%%/library/securimage/audio/en/9.wav +%%WWWDIR%%/library/securimage/audio/en/A.wav +%%WWWDIR%%/library/securimage/audio/en/B.wav +%%WWWDIR%%/library/securimage/audio/en/C.wav +%%WWWDIR%%/library/securimage/audio/en/D.wav +%%WWWDIR%%/library/securimage/audio/en/E.wav +%%WWWDIR%%/library/securimage/audio/en/F.wav +%%WWWDIR%%/library/securimage/audio/en/G.wav +%%WWWDIR%%/library/securimage/audio/en/H.wav +%%WWWDIR%%/library/securimage/audio/en/I.wav +%%WWWDIR%%/library/securimage/audio/en/J.wav +%%WWWDIR%%/library/securimage/audio/en/K.wav +%%WWWDIR%%/library/securimage/audio/en/L.wav +%%WWWDIR%%/library/securimage/audio/en/M.wav +%%WWWDIR%%/library/securimage/audio/en/MINUS.wav +%%WWWDIR%%/library/securimage/audio/en/N.wav +%%WWWDIR%%/library/securimage/audio/en/O.wav +%%WWWDIR%%/library/securimage/audio/en/P.wav +%%WWWDIR%%/library/securimage/audio/en/PLUS.wav +%%WWWDIR%%/library/securimage/audio/en/Q.wav +%%WWWDIR%%/library/securimage/audio/en/R.wav +%%WWWDIR%%/library/securimage/audio/en/S.wav +%%WWWDIR%%/library/securimage/audio/en/T.wav +%%WWWDIR%%/library/securimage/audio/en/TIMES.wav +%%WWWDIR%%/library/securimage/audio/en/U.wav +%%WWWDIR%%/library/securimage/audio/en/V.wav +%%WWWDIR%%/library/securimage/audio/en/W.wav +%%WWWDIR%%/library/securimage/audio/en/X.wav +%%WWWDIR%%/library/securimage/audio/en/Y.wav +%%WWWDIR%%/library/securimage/audio/en/Z.wav +%%WWWDIR%%/library/securimage/audio/en/error.wav +%%WWWDIR%%/library/securimage/audio/noise/check-point-1.wav +%%WWWDIR%%/library/securimage/audio/noise/crowd-talking-1.wav +%%WWWDIR%%/library/securimage/audio/noise/crowd-talking-6.wav +%%WWWDIR%%/library/securimage/audio/noise/crowd-talking-7.wav +%%WWWDIR%%/library/securimage/audio/noise/kids-playing-1.wav +%%WWWDIR%%/library/securimage/backgrounds/bg3.jpg +%%WWWDIR%%/library/securimage/backgrounds/bg4.jpg +%%WWWDIR%%/library/securimage/backgrounds/bg5.jpg +%%WWWDIR%%/library/securimage/backgrounds/bg6.png +%%WWWDIR%%/library/securimage/composer.json +%%WWWDIR%%/library/securimage/database/.htaccess +%%WWWDIR%%/library/securimage/database/index.html +%%WWWDIR%%/library/securimage/database/securimage.sq3 +%%WWWDIR%%/library/securimage/images/audio_icon.png +%%WWWDIR%%/library/securimage/images/loading.png +%%WWWDIR%%/library/securimage/images/refresh.png +%%WWWDIR%%/library/securimage/securimage.css +%%WWWDIR%%/library/securimage/securimage.js +%%WWWDIR%%/library/securimage/securimage.php +%%WWWDIR%%/library/securimage/securimage_play.php +%%WWWDIR%%/library/securimage/securimage_play.swf +%%WWWDIR%%/library/securimage/securimage_show.php +%%WWWDIR%%/library/securimage/web.config +%%WWWDIR%%/library/securimage/words/words.txt %%WWWDIR%%/library/utf8/ChangeLog %%WWWDIR%%/library/utf8/LICENSE %%WWWDIR%%/library/utf8/README @@ -766,12 +1370,12 @@ %%WWWDIR%%/login_anon.php %%WWWDIR%%/login_cookie_test.php %%WWWDIR%%/login_page.php +%%WWWDIR%%/login_password_page.php %%WWWDIR%%/login_select_proj_page.php %%WWWDIR%%/logout_page.php %%WWWDIR%%/lost_pwd.php %%WWWDIR%%/lost_pwd_page.php %%WWWDIR%%/main_page.php -%%WWWDIR%%/make_captcha_img.php %%WWWDIR%%/manage_columns_copy.php %%WWWDIR%%/manage_columns_inc.php %%WWWDIR%%/manage_config_columns_page.php @@ -782,6 +1386,7 @@ %%WWWDIR%%/manage_config_revert.php %%WWWDIR%%/manage_config_work_threshold_page.php %%WWWDIR%%/manage_config_work_threshold_set.php +%%WWWDIR%%/manage_config_workflow_graph_page.php %%WWWDIR%%/manage_config_workflow_page.php %%WWWDIR%%/manage_config_workflow_set.php %%WWWDIR%%/manage_custom_field_create.php @@ -790,6 +1395,10 @@ %%WWWDIR%%/manage_custom_field_page.php %%WWWDIR%%/manage_custom_field_proj_add.php %%WWWDIR%%/manage_custom_field_update.php +%%WWWDIR%%/manage_filter_delete.php +%%WWWDIR%%/manage_filter_edit_page.php +%%WWWDIR%%/manage_filter_edit_update.php +%%WWWDIR%%/manage_filter_page.php %%WWWDIR%%/manage_overview_page.php %%WWWDIR%%/manage_plugin_install.php %%WWWDIR%%/manage_plugin_page.php @@ -828,6 +1437,7 @@ %%WWWDIR%%/manage_user_create_page.php %%WWWDIR%%/manage_user_delete.php %%WWWDIR%%/manage_user_edit_page.php +%%WWWDIR%%/manage_user_impersonate.php %%WWWDIR%%/manage_user_page.php %%WWWDIR%%/manage_user_proj_add.php %%WWWDIR%%/manage_user_proj_delete.php @@ -835,7 +1445,6 @@ %%WWWDIR%%/manage_user_reset.php %%WWWDIR%%/manage_user_update.php %%WWWDIR%%/mantis_offline.php.sample -%%WWWDIR%%/meta_inc.php %%WWWDIR%%/my_view_inc.php %%WWWDIR%%/my_view_page.php %%WWWDIR%%/news_add.php @@ -848,33 +1457,50 @@ %%WWWDIR%%/permalink_page.php %%WWWDIR%%/plugin.php %%WWWDIR%%/plugin_file.php +%%WWWDIR%%/plugins/.htaccess +%%WWWDIR%%/plugins/Gravatar/Gravatar.php +%%WWWDIR%%/plugins/Gravatar/README.md +%%WWWDIR%%/plugins/Gravatar/lang/strings_english.txt %%WWWDIR%%/plugins/MantisCoreFormatting/MantisCoreFormatting.php +%%WWWDIR%%/plugins/MantisCoreFormatting/core/MantisMarkdown.php %%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_afrikaans.txt %%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_arabic.txt +%%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_asturian.txt +%%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_basque.txt %%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_belarusian_tarask.txt +%%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_bn.txt %%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_breton.txt +%%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_bs.txt %%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_bulgarian.txt %%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_catalan.txt %%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_chinese_simplified.txt %%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_chinese_traditional.txt %%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_czech.txt %%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_danish.txt +%%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_diq.txt +%%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_dsb.txt %%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_dutch.txt %%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_english.txt %%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_finnish.txt %%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_french.txt %%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_galician.txt %%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_german.txt +%%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_greek.txt %%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_hebrew.txt +%%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_hsb.txt %%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_hungarian.txt +%%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_id.txt %%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_interlingua.txt %%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_italian.txt %%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_japanese.txt %%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_korean.txt +%%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_lb.txt %%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_lithuanian.txt %%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_macedonian.txt +%%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_ms.txt %%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_norwegian_bokmal.txt %%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_occitan.txt +%%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_pms.txt %%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_polish.txt %%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_portuguese_brazil.txt %%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_portuguese_standard.txt @@ -884,6 +1510,7 @@ %%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_russian.txt %%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_serbian.txt %%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_serbian_latin.txt +%%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_shi.txt %%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_slovak.txt %%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_spanish.txt %%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_swedish.txt @@ -892,13 +1519,22 @@ %%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_turkish.txt %%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_ukrainian.txt %%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_vietnamese.txt +%%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_zh-cn.txt +%%WWWDIR%%/plugins/MantisCoreFormatting/lang/strings_zh-hk.txt %%WWWDIR%%/plugins/MantisCoreFormatting/pages/config.php %%WWWDIR%%/plugins/MantisCoreFormatting/pages/config_edit.php +%%WWWDIR%%/plugins/MantisCoreFormatting/tests/MarkdownTest.php %%WWWDIR%%/plugins/MantisGraph/MantisGraph.php %%WWWDIR%%/plugins/MantisGraph/core/Period.php %%WWWDIR%%/plugins/MantisGraph/core/graph_api.php +%%WWWDIR%%/plugins/MantisGraph/files/MantisGraph.js +%%WWWDIR%%/plugins/MantisGraph/files/chart-2.1.6.min.js +%%WWWDIR%%/plugins/MantisGraph/files/chart.bundle-2.1.6.min.js +%%WWWDIR%%/plugins/MantisGraph/lang/strings_afrikaans.txt %%WWWDIR%%/plugins/MantisGraph/lang/strings_arabic.txt %%WWWDIR%%/plugins/MantisGraph/lang/strings_arabicegyptianspoken.txt +%%WWWDIR%%/plugins/MantisGraph/lang/strings_asturian.txt +%%WWWDIR%%/plugins/MantisGraph/lang/strings_basque.txt %%WWWDIR%%/plugins/MantisGraph/lang/strings_belarusian_tarask.txt %%WWWDIR%%/plugins/MantisGraph/lang/strings_breton.txt %%WWWDIR%%/plugins/MantisGraph/lang/strings_bulgarian.txt @@ -907,6 +1543,7 @@ %%WWWDIR%%/plugins/MantisGraph/lang/strings_chinese_traditional.txt %%WWWDIR%%/plugins/MantisGraph/lang/strings_czech.txt %%WWWDIR%%/plugins/MantisGraph/lang/strings_danish.txt +%%WWWDIR%%/plugins/MantisGraph/lang/strings_diq.txt %%WWWDIR%%/plugins/MantisGraph/lang/strings_dutch.txt %%WWWDIR%%/plugins/MantisGraph/lang/strings_english.txt %%WWWDIR%%/plugins/MantisGraph/lang/strings_estonian.txt @@ -922,11 +1559,13 @@ %%WWWDIR%%/plugins/MantisGraph/lang/strings_italian.txt %%WWWDIR%%/plugins/MantisGraph/lang/strings_japanese.txt %%WWWDIR%%/plugins/MantisGraph/lang/strings_korean.txt +%%WWWDIR%%/plugins/MantisGraph/lang/strings_lb.txt %%WWWDIR%%/plugins/MantisGraph/lang/strings_lithuanian.txt %%WWWDIR%%/plugins/MantisGraph/lang/strings_macedonian.txt %%WWWDIR%%/plugins/MantisGraph/lang/strings_norwegian_bokmal.txt %%WWWDIR%%/plugins/MantisGraph/lang/strings_norwegian_nynorsk.txt %%WWWDIR%%/plugins/MantisGraph/lang/strings_occitan.txt +%%WWWDIR%%/plugins/MantisGraph/lang/strings_pms.txt %%WWWDIR%%/plugins/MantisGraph/lang/strings_polish.txt %%WWWDIR%%/plugins/MantisGraph/lang/strings_portuguese_brazil.txt %%WWWDIR%%/plugins/MantisGraph/lang/strings_portuguese_standard.txt @@ -945,34 +1584,20 @@ %%WWWDIR%%/plugins/MantisGraph/lang/strings_ukrainian.txt %%WWWDIR%%/plugins/MantisGraph/lang/strings_urdu.txt %%WWWDIR%%/plugins/MantisGraph/lang/strings_vietnamese.txt -%%WWWDIR%%/plugins/MantisGraph/pages/bug_graph_bycategory.php -%%WWWDIR%%/plugins/MantisGraph/pages/bug_graph_bystatus.php -%%WWWDIR%%/plugins/MantisGraph/pages/bug_graph_page.php -%%WWWDIR%%/plugins/MantisGraph/pages/config.php -%%WWWDIR%%/plugins/MantisGraph/pages/config_edit.php -%%WWWDIR%%/plugins/MantisGraph/pages/summary_graph_bycategory.php -%%WWWDIR%%/plugins/MantisGraph/pages/summary_graph_bycategory_pct.php -%%WWWDIR%%/plugins/MantisGraph/pages/summary_graph_bydeveloper.php -%%WWWDIR%%/plugins/MantisGraph/pages/summary_graph_bypriority.php -%%WWWDIR%%/plugins/MantisGraph/pages/summary_graph_bypriority_mix.php -%%WWWDIR%%/plugins/MantisGraph/pages/summary_graph_bypriority_pct.php -%%WWWDIR%%/plugins/MantisGraph/pages/summary_graph_byreporter.php -%%WWWDIR%%/plugins/MantisGraph/pages/summary_graph_byresolution.php -%%WWWDIR%%/plugins/MantisGraph/pages/summary_graph_byresolution_mix.php -%%WWWDIR%%/plugins/MantisGraph/pages/summary_graph_byresolution_pct.php -%%WWWDIR%%/plugins/MantisGraph/pages/summary_graph_byseverity.php -%%WWWDIR%%/plugins/MantisGraph/pages/summary_graph_byseverity_mix.php -%%WWWDIR%%/plugins/MantisGraph/pages/summary_graph_byseverity_pct.php -%%WWWDIR%%/plugins/MantisGraph/pages/summary_graph_bystatus.php -%%WWWDIR%%/plugins/MantisGraph/pages/summary_graph_bystatus_pct.php -%%WWWDIR%%/plugins/MantisGraph/pages/summary_graph_cumulative_bydate.php -%%WWWDIR%%/plugins/MantisGraph/pages/summary_graph_cumulative_bydate2.php -%%WWWDIR%%/plugins/MantisGraph/pages/summary_graph_imp_category.php -%%WWWDIR%%/plugins/MantisGraph/pages/summary_graph_imp_priority.php -%%WWWDIR%%/plugins/MantisGraph/pages/summary_graph_imp_resolution.php -%%WWWDIR%%/plugins/MantisGraph/pages/summary_graph_imp_severity.php -%%WWWDIR%%/plugins/MantisGraph/pages/summary_graph_imp_status.php -%%WWWDIR%%/plugins/MantisGraph/pages/summary_jpgraph_page.php +%%WWWDIR%%/plugins/MantisGraph/lang/strings_volapuk.txt +%%WWWDIR%%/plugins/MantisGraph/lang/strings_zh-cn.txt +%%WWWDIR%%/plugins/MantisGraph/pages/category_graph.php +%%WWWDIR%%/plugins/MantisGraph/pages/developer_graph.php +%%WWWDIR%%/plugins/MantisGraph/pages/issues_trend_bycategory_table.php +%%WWWDIR%%/plugins/MantisGraph/pages/issues_trend_bystatus_table.php +%%WWWDIR%%/plugins/MantisGraph/pages/issues_trend_graph.php +%%WWWDIR%%/plugins/MantisGraph/pages/issues_trend_page.php +%%WWWDIR%%/plugins/MantisGraph/pages/priority_graph.php +%%WWWDIR%%/plugins/MantisGraph/pages/reporter_graph.php +%%WWWDIR%%/plugins/MantisGraph/pages/resolution_graph.php +%%WWWDIR%%/plugins/MantisGraph/pages/severity_graph.php +%%WWWDIR%%/plugins/MantisGraph/pages/status_graph.php +%%WWWDIR%%/plugins/Web.config %%WWWDIR%%/plugins/XmlImportExport/ImportXml.php %%WWWDIR%%/plugins/XmlImportExport/ImportXml/Interface.php %%WWWDIR%%/plugins/XmlImportExport/ImportXml/Issue.php @@ -980,6 +1605,8 @@ %%WWWDIR%%/plugins/XmlImportExport/XmlImportExport.php %%WWWDIR%%/plugins/XmlImportExport/lang/strings_afrikaans.txt %%WWWDIR%%/plugins/XmlImportExport/lang/strings_arabic.txt +%%WWWDIR%%/plugins/XmlImportExport/lang/strings_arabicegyptianspoken.txt +%%WWWDIR%%/plugins/XmlImportExport/lang/strings_asturian.txt %%WWWDIR%%/plugins/XmlImportExport/lang/strings_belarusian_tarask.txt %%WWWDIR%%/plugins/XmlImportExport/lang/strings_breton.txt %%WWWDIR%%/plugins/XmlImportExport/lang/strings_bulgarian.txt @@ -988,6 +1615,7 @@ %%WWWDIR%%/plugins/XmlImportExport/lang/strings_chinese_traditional.txt %%WWWDIR%%/plugins/XmlImportExport/lang/strings_czech.txt %%WWWDIR%%/plugins/XmlImportExport/lang/strings_danish.txt +%%WWWDIR%%/plugins/XmlImportExport/lang/strings_diq.txt %%WWWDIR%%/plugins/XmlImportExport/lang/strings_dutch.txt %%WWWDIR%%/plugins/XmlImportExport/lang/strings_english.txt %%WWWDIR%%/plugins/XmlImportExport/lang/strings_finnish.txt @@ -997,17 +1625,21 @@ %%WWWDIR%%/plugins/XmlImportExport/lang/strings_greek.txt %%WWWDIR%%/plugins/XmlImportExport/lang/strings_hebrew.txt %%WWWDIR%%/plugins/XmlImportExport/lang/strings_hungarian.txt +%%WWWDIR%%/plugins/XmlImportExport/lang/strings_id.txt %%WWWDIR%%/plugins/XmlImportExport/lang/strings_interlingua.txt %%WWWDIR%%/plugins/XmlImportExport/lang/strings_italian.txt %%WWWDIR%%/plugins/XmlImportExport/lang/strings_japanese.txt %%WWWDIR%%/plugins/XmlImportExport/lang/strings_korean.txt +%%WWWDIR%%/plugins/XmlImportExport/lang/strings_lb.txt %%WWWDIR%%/plugins/XmlImportExport/lang/strings_lithuanian.txt %%WWWDIR%%/plugins/XmlImportExport/lang/strings_macedonian.txt %%WWWDIR%%/plugins/XmlImportExport/lang/strings_norwegian_bokmal.txt %%WWWDIR%%/plugins/XmlImportExport/lang/strings_occitan.txt +%%WWWDIR%%/plugins/XmlImportExport/lang/strings_pms.txt %%WWWDIR%%/plugins/XmlImportExport/lang/strings_polish.txt %%WWWDIR%%/plugins/XmlImportExport/lang/strings_portuguese_brazil.txt %%WWWDIR%%/plugins/XmlImportExport/lang/strings_portuguese_standard.txt +%%WWWDIR%%/plugins/XmlImportExport/lang/strings_qqq.txt %%WWWDIR%%/plugins/XmlImportExport/lang/strings_ripoarisch.txt %%WWWDIR%%/plugins/XmlImportExport/lang/strings_romanian.txt %%WWWDIR%%/plugins/XmlImportExport/lang/strings_russian.txt @@ -1021,6 +1653,7 @@ %%WWWDIR%%/plugins/XmlImportExport/lang/strings_turkish.txt %%WWWDIR%%/plugins/XmlImportExport/lang/strings_ukrainian.txt %%WWWDIR%%/plugins/XmlImportExport/lang/strings_vietnamese.txt +%%WWWDIR%%/plugins/XmlImportExport/lang/strings_zh-cn.txt %%WWWDIR%%/plugins/XmlImportExport/mantis.dtd %%WWWDIR%%/plugins/XmlImportExport/pages/config.php %%WWWDIR%%/plugins/XmlImportExport/pages/config_page.php @@ -1033,8 +1666,6 @@ %%WWWDIR%%/print_all_bug_options_update.php %%WWWDIR%%/print_all_bug_page.php %%WWWDIR%%/print_all_bug_page_word.php -%%WWWDIR%%/print_bug_page.php -%%WWWDIR%%/print_bugnote_inc.php %%WWWDIR%%/proj_doc_add.php %%WWWDIR%%/proj_doc_add_page.php %%WWWDIR%%/proj_doc_delete.php @@ -1042,17 +1673,17 @@ %%WWWDIR%%/proj_doc_page.php %%WWWDIR%%/proj_doc_update.php %%WWWDIR%%/project_page.php -%%WWWDIR%%/query_delete.php -%%WWWDIR%%/query_delete_page.php %%WWWDIR%%/query_store.php %%WWWDIR%%/query_store_page.php -%%WWWDIR%%/query_view_page.php +%%WWWDIR%%/readme.md %%WWWDIR%%/return_dynamic_filters.php %%WWWDIR%%/roadmap_page.php +%%WWWDIR%%/scripts/.htaccess %%WWWDIR%%/scripts/README -%%WWWDIR%%/scripts/checkin.php +%%WWWDIR%%/scripts/Web.config %%WWWDIR%%/scripts/send_emails.php %%WWWDIR%%/scripts/travis_before_script.sh +%%WWWDIR%%/scripts/travis_script.sh %%WWWDIR%%/search.php %%WWWDIR%%/set_project.php %%WWWDIR%%/signup.php @@ -1065,6 +1696,39 @@ %%WWWDIR%%/tag_update.php %%WWWDIR%%/tag_update_page.php %%WWWDIR%%/tag_view_page.php +%%WWWDIR%%/tests/AllTests.php +%%WWWDIR%%/tests/Mantis/AllTests.php +%%WWWDIR%%/tests/Mantis/ConfigParserTest.php +%%WWWDIR%%/tests/Mantis/EnumTest.php +%%WWWDIR%%/tests/Mantis/HelperTest.php +%%WWWDIR%%/tests/Mantis/MentionParsingTest.php +%%WWWDIR%%/tests/Mantis/PluginTest.php +%%WWWDIR%%/tests/Mantis/StringTest.php +%%WWWDIR%%/tests/TestConfig.php +%%WWWDIR%%/tests/bootstrap.php.sample +%%WWWDIR%%/tests/rest/AllTests.php +%%WWWDIR%%/tests/rest/RestBase.php +%%WWWDIR%%/tests/rest/RestIssueAddTest.php +%%WWWDIR%%/tests/soap/AllTests.php +%%WWWDIR%%/tests/soap/AttachmentTest.php +%%WWWDIR%%/tests/soap/CategoryTest.php +%%WWWDIR%%/tests/soap/CompressionTest.php +%%WWWDIR%%/tests/soap/EnumTest.php +%%WWWDIR%%/tests/soap/FilterTest.php +%%WWWDIR%%/tests/soap/IssueAddTest.php +%%WWWDIR%%/tests/soap/IssueHistoryTest.php +%%WWWDIR%%/tests/soap/IssueMonitorTest.php +%%WWWDIR%%/tests/soap/IssueNoteTest.php +%%WWWDIR%%/tests/soap/IssueUpdateTest.php +%%WWWDIR%%/tests/soap/LoginTest.php +%%WWWDIR%%/tests/soap/MentionTest.php +%%WWWDIR%%/tests/soap/ProjectTest.php +%%WWWDIR%%/tests/soap/RelationshipTest.php +%%WWWDIR%%/tests/soap/SoapBase.php +%%WWWDIR%%/tests/soap/TagTest.php +%%WWWDIR%%/tests/soap/UserTest.php +%%WWWDIR%%/tests/soap/VersionTest.php +%%WWWDIR%%/tests/test_config_get_set.php %%WWWDIR%%/verify.php %%WWWDIR%%/view.php %%WWWDIR%%/view_all_bug_page.php @@ -1073,4 +1737,5 @@ %%WWWDIR%%/view_filters_page.php %%WWWDIR%%/view_user_page.php %%WWWDIR%%/wiki.php +%%WWWDIR%%/workflow_graph_img.php %%WWWDIR%%/xmlhttprequest.php diff --git a/databases/redis-devel/Makefile b/databases/redis-devel/Makefile index 9c1a98cf0d3..104bdcf06bf 100644 --- a/databases/redis-devel/Makefile +++ b/databases/redis-devel/Makefile @@ -12,8 +12,6 @@ COMMENT= Persistent key-value database with built-in net interface LICENSE= BSD3CLAUSE -BROKEN_FreeBSD_10_i386= undefined reference to __atomic_fetch_add_8 - USES= execinfo OPTIONS_DEFINE= TESTS TRIB @@ -27,6 +25,11 @@ TRIB_DESC= Install redis-trib.rb (lang/ruby req.) .include +.if ${ARCH} == i386 && ! ${CFLAGS:M-march=*} +# Needed for __atomic_fetch_add_8 +CFLAGS+= -march=i586 +.endif + .if ${PORT_OPTIONS:MTRIB} CATEGORIES+= ruby USE_RUBY= yes diff --git a/databases/sqlclient/Makefile b/databases/sqlclient/Makefile index f347a17fabe..e1427fa8100 100644 --- a/databases/sqlclient/Makefile +++ b/databases/sqlclient/Makefile @@ -2,7 +2,7 @@ PORTNAME= sqlclient PORTVERSION= 1.8.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases gnustep MASTER_SITES= GNUSTEP/libs DISTNAME= SQLClient-${PORTVERSION} diff --git a/databases/sqlitebrowser-qt5/Makefile b/databases/sqlitebrowser-qt5/Makefile deleted file mode 100644 index dbefda1e37d..00000000000 --- a/databases/sqlitebrowser-qt5/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# Created by: Tobias C. Berner -# $FreeBSD$ - -PORTNAME= sqlitebrowser -PORTREVISION= 0 -PKGNAMESUFFIX= -qt5 - -CONFLICTS_INSTALL= ${PORTNAME}-3.* - -MASTERDIR= ${.CURDIR:H}/sqlitebrowser - -.include "${MASTERDIR}/Makefile" diff --git a/databases/sqlitebrowser/Makefile b/databases/sqlitebrowser/Makefile index 3eca6db54f8..10a97648b7d 100644 --- a/databases/sqlitebrowser/Makefile +++ b/databases/sqlitebrowser/Makefile @@ -2,33 +2,26 @@ # $FreeBSD$ PORTNAME= sqlitebrowser -PORTVERSION= 3.9.1 +PORTVERSION= 3.10.0 DISTVERSIONPREFIX= v CATEGORIES= databases MAINTAINER= lbartoletti@tuxfamily.org COMMENT= Visual tool to manage SQLite databases -LICENSE= MPL GPLv3 +LICENSE= MPL20 GPLv3 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/lib/libantlr.a:devel/antlr -CONFLICTS_INSTALL?= ${PORTNAME}-qt5-* - -USE_GITHUB= yes - USES= cmake desktop-file-utils sqlite - -.if empty(PKGNAMESUFFIX) -CMAKE_ARGS+= -DUSE_QT5:BOOL=FALSE -USE_QT4= corelib network gui qmake_build linguisttools_build \ - moc_build uic_build rcc_build -.else CMAKE_ARGS+= -DUSE_QT5:BOOL=TRUE USE_QT5= core gui network printsupport testlib widgets \ buildtools_build linguisttools_build qmake_build -.endif +USE_GITHUB= yes + +INSTALLS_ICONS= yes post-patch: @${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|' \ diff --git a/databases/sqlitebrowser/distinfo b/databases/sqlitebrowser/distinfo index f6f2b6773a5..b7be83fc6b4 100644 --- a/databases/sqlitebrowser/distinfo +++ b/databases/sqlitebrowser/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1475468807 -SHA256 (sqlitebrowser-sqlitebrowser-v3.9.1_GH0.tar.gz) = d0d2e06a69927ba1d0b955f3261ce70c61befc5bd5ddaa06752dae8bb4219ed8 -SIZE (sqlitebrowser-sqlitebrowser-v3.9.1_GH0.tar.gz) = 1704713 +TIMESTAMP = 1503259133 +SHA256 (sqlitebrowser-sqlitebrowser-v3.10.0_GH0.tar.gz) = 608475b5956bc7ebbfc80515a96b814abe9e0f9f2b040ac19fd8608d80163a56 +SIZE (sqlitebrowser-sqlitebrowser-v3.10.0_GH0.tar.gz) = 1990333 diff --git a/databases/tdbc/Makefile b/databases/tdbc/Makefile index f66a863a8a6..748fd1a07e9 100644 --- a/databases/tdbc/Makefile +++ b/databases/tdbc/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= tdbc -DISTVERSION= 1.0.4 +DISTVERSION= 1.0.5 CATEGORIES= databases -MASTER_SITES= TCLTK/tcl8_6 \ - SF/tcl/Tcl/8.6.5 +MASTER_SITES= SF/tcl/Tcl/8.6.7 DISTFILES= ${PORTNAME}${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= tcltk@FreeBSD.org @@ -23,9 +22,7 @@ OPTIONS_SUB= yes USES= tcl:86,tea USE_LDCONFIG= yes MAKE_ENV+= DESTDIR=${STAGEDIR} -CONFIGURE_ARGS+=--with-tcloo=${TCL_LIBDIR} \ - --with-tdbc=${WRKDIR}/tdbc${PORTVERSION} \ - --enable-threads \ +CONFIGURE_ARGS+=--enable-threads \ --mandir=${PREFIX}/man \ --includedir=${PREFIX}/include/tdbc PLIST_SUB+= VERSION=${DISTVERSION} \ @@ -34,6 +31,9 @@ PLIST_SUB+= VERSION=${DISTVERSION} \ MODULES= tdbc +# TDBC (code) +tdbc_CONFIGURE_ARGS= --with-tcloo=${TCL_LIBDIR} + # MySQL MYSQL_VARS= MODULES+=tdbcmysql MYSQL_USES= mysql:client @@ -43,6 +43,7 @@ MYSQL_DISTFILES= ${PORTNAME}mysql${PORTVERSION}${EXTRACT_SUFX} ODBC_VARS= MODULES+=tdbcodbc ODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC ODBC_DISTFILES= ${PORTNAME}odbc${PORTVERSION}${EXTRACT_SUFX} +tdbcodbc_CONFIGURE_ARGS=--with-tdbc=${WRKDIR}/tdbc${PORTVERSION} # PostgreSQL PGSQL_VARS= MODULES+=tdbcpostgres @@ -72,7 +73,10 @@ do-configure: .for module in ${MODULES} @echo "=================================" @echo "Configuring ${module}" - cd ${WRKDIR}/${module}${PORTVERSION} && ${SETENV} ${CONFIGURE_ENV} ${SH} configure ${CONFIGURE_ARGS} + cd ${WRKDIR}/${module}${PORTVERSION} && \ + ${SETENV} ${CONFIGURE_ENV} ${SH} configure \ + ${CONFIGURE_ARGS} ${${module}_CONFIGURE_ARGS} + .endfor post-configure: diff --git a/databases/tdbc/distinfo b/databases/tdbc/distinfo index 0f76c5927a4..0e3843f773f 100644 --- a/databases/tdbc/distinfo +++ b/databases/tdbc/distinfo @@ -1,10 +1,11 @@ -SHA256 (tdbc1.0.4.tar.gz) = e8ae67a937ad14bd4190ab1a491b7527251eb7b7d66cfba74a8bd9b78a81914f -SIZE (tdbc1.0.4.tar.gz) = 191586 -SHA256 (tdbcmysql1.0.4.tar.gz) = c339c6408dcdbb6c58ebd0400cd57029d6ab9472e7c45bfdf6136044a4561572 -SIZE (tdbcmysql1.0.4.tar.gz) = 171639 -SHA256 (tdbcodbc1.0.4.tar.gz) = 6fb3f4d55ce390d89038f6cef2b8f3b9a07c83db4056f12ffe58c2bebd7faad5 -SIZE (tdbcodbc1.0.4.tar.gz) = 188779 -SHA256 (tdbcpostgres1.0.4.tar.gz) = ad120fdd22dbc3143988460f5fd11240de29448c625fcabcb0e4353c7deb6d6e -SIZE (tdbcpostgres1.0.4.tar.gz) = 166760 -SHA256 (tdbcsqlite3-1.0.4.tar.gz) = 4fe8838c8b2094c2b2e19a64029a166841c7b065cd605dcd705429942b4f74fb -SIZE (tdbcsqlite3-1.0.4.tar.gz) = 111715 +TIMESTAMP = 1503300376 +SHA256 (tdbc1.0.5.tar.gz) = 8f5c9a890dd1041079d7643fdf81713916624ebaa65a03d1c7404ff9a0c225b6 +SIZE (tdbc1.0.5.tar.gz) = 191591 +SHA256 (tdbcmysql1.0.5.tar.gz) = db34feb72b809f1f7cb326d9e53b2f8f3be765d5fcebb1d081492089cfdf4e26 +SIZE (tdbcmysql1.0.5.tar.gz) = 173395 +SHA256 (tdbcodbc1.0.5.tar.gz) = ae72bbc769d97742d06b037a7318029c332edf633588b9e3935fefdfce55a1cc +SIZE (tdbcodbc1.0.5.tar.gz) = 191334 +SHA256 (tdbcpostgres1.0.5.tar.gz) = a5676d6f6b1229e05fff7a00abc97808ddecf72760431dedf2c07aa6aa55be2e +SIZE (tdbcpostgres1.0.5.tar.gz) = 181170 +SHA256 (tdbcsqlite3-1.0.5.tar.gz) = cd5fe5a073ca76f8bc8cf46422a903c77f9a2cb2e1b6035c98e666239fabc4bf +SIZE (tdbcsqlite3-1.0.5.tar.gz) = 115119 diff --git a/databases/tdbc/pkg-plist b/databases/tdbc/pkg-plist index ff00f4b2725..748a7266976 100644 --- a/databases/tdbc/pkg-plist +++ b/databases/tdbc/pkg-plist @@ -33,6 +33,7 @@ man/mann/tdbc_tokenize.n.gz %%PGSQL%%lib/tdbcpostgres%%VERSION%%/libtdbcpostgres%%VERSION%%.so %%PGSQL%%lib/tdbcpostgres%%VERSION%%/tdbcpostgres.tcl %%PGSQL%%lib/tdbcpostgres%%VERSION%%/pkgIndex.tcl +%%PGSQL%%man/mann/tdbc_postgres.n.gz @comment SQLITE %%SQLITE%%lib/tcl%%TCL_MAJ%%/%%TCL_VER%%/tdbc/sqlite3-%%VERSION%%.tm %%SQLITE%%man/mann/tdbc_sqlite3.n.gz diff --git a/deskutils/affiche/Makefile b/deskutils/affiche/Makefile index 1c7c1232586..08c7b02cd61 100644 --- a/deskutils/affiche/Makefile +++ b/deskutils/affiche/Makefile @@ -2,7 +2,7 @@ PORTNAME= affiche PORTVERSION= 0.6.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= deskutils gnustep MASTER_SITES= http://www.collaboration-world.com/affiche.data/releases/Stable/ DISTNAME= Affiche-${PORTVERSION} diff --git a/deskutils/appwrapper/Makefile b/deskutils/appwrapper/Makefile index 66d8326fc1a..ea0b04e4d7f 100644 --- a/deskutils/appwrapper/Makefile +++ b/deskutils/appwrapper/Makefile @@ -2,7 +2,7 @@ PORTNAME= appwrapper PORTVERSION= 0.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= deskutils gnustep MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/AppWrapper%20${PORTVERSION} DISTNAME= AppWrapper.${PORTVERSION} diff --git a/deskutils/cartotheque/Makefile b/deskutils/cartotheque/Makefile index 1ea58fb474d..dc041dbf627 100644 --- a/deskutils/cartotheque/Makefile +++ b/deskutils/cartotheque/Makefile @@ -2,7 +2,7 @@ PORTNAME= cartotheque PORTVERSION= 0.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= deskutils gnustep MASTER_SITES= LOCAL/dinoex DISTNAME= Cartotheque-${PORTVERSION} diff --git a/deskutils/charmap/Makefile b/deskutils/charmap/Makefile index a63ea3def78..b67dd0837cf 100644 --- a/deskutils/charmap/Makefile +++ b/deskutils/charmap/Makefile @@ -3,7 +3,7 @@ PORTNAME= charmap PORTVERSION= 0.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils gnustep MASTER_SITES= http://www.sourcefiles.org/Utilities/GUI/ diff --git a/deskutils/gnustep-wrapper/Makefile b/deskutils/gnustep-wrapper/Makefile index 7144dd06708..a3964c14e60 100644 --- a/deskutils/gnustep-wrapper/Makefile +++ b/deskutils/gnustep-wrapper/Makefile @@ -2,7 +2,7 @@ PORTNAME= wrapper PORTVERSION= 0.1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils gnustep #MASTER_SITES= ftp://ftp.raffael.ch/software/GNUstepWrapper/ MASTER_SITES= LOCAL/dinoex diff --git a/deskutils/gnustep-wrapper/files/patch-Directories.make b/deskutils/gnustep-wrapper/files/patch-Directories.make new file mode 100644 index 00000000000..3d4fa2ba91a --- /dev/null +++ b/deskutils/gnustep-wrapper/files/patch-Directories.make @@ -0,0 +1,11 @@ +--- Directories.make.orig 2017-08-13 17:48:46 UTC ++++ Directories.make +@@ -28,8 +28,4 @@ OBJ_BASE_DIR=shared_obj + endif + + ARCH_DIR=$(GNUSTEP_TARGET_CPU)/$(GNUSTEP_TARGET_OS)/$(LIBRARY_COMBO) +-ifneq ($(GNUSTEP_FLATTENED),yes) +-OBJ_DIR=$(OBJ_BASE_DIR)/$(ARCH_DIR) +-else + OBJ_DIR=$(OBJ_BASE_DIR) +-endif diff --git a/deskutils/gworkspace-gwmetadata/Makefile b/deskutils/gworkspace-gwmetadata/Makefile index 627d965e1c9..7e0649e1639 100644 --- a/deskutils/gworkspace-gwmetadata/Makefile +++ b/deskutils/gworkspace-gwmetadata/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gworkspace -PORTVERSION= 0.9.3 +PORTVERSION= 0.9.4 CATEGORIES= deskutils gnustep #MASTER_SITES= http://www.gnustep.it/enrico/gworkspace/ MASTER_SITES= GNUSTEP/usr-apps diff --git a/deskutils/gworkspace-gwmetadata/distinfo b/deskutils/gworkspace-gwmetadata/distinfo index 139637a1e2a..b0d024921e9 100644 --- a/deskutils/gworkspace-gwmetadata/distinfo +++ b/deskutils/gworkspace-gwmetadata/distinfo @@ -1,2 +1,3 @@ -SHA256 (gworkspace-0.9.3.tar.gz) = 238343a8c4e447debec75ff49f4657f74a4256a49862899214a2c80616c79049 -SIZE (gworkspace-0.9.3.tar.gz) = 3833838 +TIMESTAMP = 1495374909 +SHA256 (gworkspace-0.9.4.tar.gz) = f3c18371c10d8ca02954017ce5c78d8f6b6ed3101a7adae86d7c557cea405632 +SIZE (gworkspace-0.9.4.tar.gz) = 3855909 diff --git a/deskutils/gworkspace/Makefile b/deskutils/gworkspace/Makefile index 912708e26f5..f0d8346ec92 100644 --- a/deskutils/gworkspace/Makefile +++ b/deskutils/gworkspace/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= gworkspace -PORTVERSION= 0.9.3 -PORTREVISION= 1 +PORTVERSION= 0.9.4 CATEGORIES= deskutils gnustep #MASTER_SITES= http://www.gnustep.it/enrico/gworkspace/ MASTER_SITES= GNUSTEP/usr-apps diff --git a/deskutils/gworkspace/distinfo b/deskutils/gworkspace/distinfo index 139637a1e2a..ebad9d218dc 100644 --- a/deskutils/gworkspace/distinfo +++ b/deskutils/gworkspace/distinfo @@ -1,2 +1,3 @@ -SHA256 (gworkspace-0.9.3.tar.gz) = 238343a8c4e447debec75ff49f4657f74a4256a49862899214a2c80616c79049 -SIZE (gworkspace-0.9.3.tar.gz) = 3833838 +TIMESTAMP = 1495374913 +SHA256 (gworkspace-0.9.4.tar.gz) = f3c18371c10d8ca02954017ce5c78d8f6b6ed3101a7adae86d7c557cea405632 +SIZE (gworkspace-0.9.4.tar.gz) = 3855909 diff --git a/deskutils/gworkspace/pkg-plist b/deskutils/gworkspace/pkg-plist index 35298548abc..35b017553ce 100644 --- a/deskutils/gworkspace/pkg-plist +++ b/deskutils/gworkspace/pkg-plist @@ -108,13 +108,6 @@ GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/XTermPref.gor GNUstep/System/Applications/GWorkspace.app/Resources/Esperanto.lproj/Localizable.strings GNUstep/System/Applications/GWorkspace.app/Resources/FFArrow.tiff GNUstep/System/Applications/GWorkspace.app/Resources/FFArrow_disabled.tiff -GNUstep/System/Applications/GWorkspace.app/Resources/FileIcon_Directory.tiff -GNUstep/System/Applications/GWorkspace.app/Resources/FileIcon_Directory_Open.tiff -GNUstep/System/Applications/GWorkspace.app/Resources/FileIcon_Directory_Open_Small.tiff -GNUstep/System/Applications/GWorkspace.app/Resources/FileIcon_Directory_Open_Small_alt.tiff -GNUstep/System/Applications/GWorkspace.app/Resources/FileIcon_Directory_Open_Small_osx.tiff -GNUstep/System/Applications/GWorkspace.app/Resources/FileIcon_Directory_Open_alt.tiff -GNUstep/System/Applications/GWorkspace.app/Resources/FileIcon_Directory_Open_osx.tiff GNUstep/System/Applications/GWorkspace.app/Resources/FileIcon_WebLink.tiff GNUstep/System/Applications/GWorkspace.app/Resources/FileManager.tiff GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/Localizable.strings @@ -161,14 +154,11 @@ GNUstep/System/Applications/GWorkspace.app/Resources/Month-7.tiff GNUstep/System/Applications/GWorkspace.app/Resources/Month-8.tiff GNUstep/System/Applications/GWorkspace.app/Resources/Month-9.tiff GNUstep/System/Applications/GWorkspace.app/Resources/Month.tiff -GNUstep/System/Applications/GWorkspace.app/Resources/MultipleSelection.tiff GNUstep/System/Applications/GWorkspace.app/Resources/Norvegian.lproj/Localizable.strings GNUstep/System/Applications/GWorkspace.app/Resources/Pboard.tiff GNUstep/System/Applications/GWorkspace.app/Resources/Portuguese.lproj/Localizable.strings GNUstep/System/Applications/GWorkspace.app/Resources/REWArrow.tiff GNUstep/System/Applications/GWorkspace.app/Resources/REWArrow_disabled.tiff -GNUstep/System/Applications/GWorkspace.app/Resources/Recycler.tiff -GNUstep/System/Applications/GWorkspace.app/Resources/RecyclerFull.tiff GNUstep/System/Applications/GWorkspace.app/Resources/RightArr.tiff GNUstep/System/Applications/GWorkspace.app/Resources/Romanian.lproj/Localizable.strings GNUstep/System/Applications/GWorkspace.app/Resources/SlideMask.tiff @@ -373,16 +363,11 @@ GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Headers/FSNPathCom GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Headers/FSNTextCell.h GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Headers/FSNode.h GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Headers/FSNodeRep.h -GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Resources/ArrowRight.tiff GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Resources/English.lproj/Localizable.strings GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Resources/FolderOpen.tiff GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Resources/HardDisk.tiff GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Resources/HardDiskOpen.tiff GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Resources/Info-gnustep.plist -GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Resources/MultipleSelection.tiff -GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Resources/Recycler.tiff -GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Resources/RecyclerFull.tiff -GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Resources/Workspace.tiff GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/libFSNode.so GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/libFSNode.so.0 GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/libFSNode.so.0.1.0 @@ -418,7 +403,6 @@ GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/Engli GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/English.lproj/InspectorWin.gorm/data.classes GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/English.lproj/InspectorWin.gorm/data.info GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/English.lproj/InspectorWin.gorm/objects.gorm -GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/English.lproj/Localizable.strings GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/English.lproj/Tools.gorm/data.classes GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/English.lproj/Tools.gorm/data.info GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/English.lproj/Tools.gorm/objects.gorm @@ -453,7 +437,6 @@ GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/Month GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/Month-8.tiff GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/Month-9.tiff GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/Month.tiff -GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/MultipleSelection.tiff GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/Pboard.tiff GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/Weekday-0.tiff GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/Weekday-1.tiff @@ -524,13 +507,19 @@ GNUstep/System/Library/Libraries/libInspector.so.0.1.0 GNUstep/System/Library/Libraries/libOperation.so GNUstep/System/Library/Libraries/libOperation.so.1 GNUstep/System/Library/Libraries/libOperation.so.1.0.0 -GNUstep/System/Library/Services/thumbnailer.service/Resources/Info-gnustep.plist -GNUstep/System/Library/Services/thumbnailer.service/thumbnailer GNUstep/System/Tools/GWorkspace GNUstep/System/Tools/Recycler GNUstep/System/Tools/ddbd GNUstep/System/Tools/fswatcher GNUstep/System/Tools/lsfupdater -GNUstep/System/Tools/resizer GNUstep/System/Tools/searchtool GNUstep/System/Tools/wopen +GNUstep/System/Library/Bundles/Role.extinfo/Resources/English.lproj/Localizable.strings +GNUstep/System/Library/Bundles/Role.extinfo/Resources/French.lproj/Localizable.strings +GNUstep/System/Library/Bundles/Role.extinfo/Resources/German.lproj/Localizable.strings +GNUstep/System/Library/Bundles/Role.extinfo/Resources/Italian.lproj/Localizable.strings +GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Resources/French.lproj/Localizable.strings +GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Resources/German.lproj/Localizable.strings +GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Resources/Italian.lproj/Localizable.strings +GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Resources/Spanish.lproj/Localizable.strings + diff --git a/deskutils/helpviewer/Makefile b/deskutils/helpviewer/Makefile index 37c679dc40f..85c27d756bb 100644 --- a/deskutils/helpviewer/Makefile +++ b/deskutils/helpviewer/Makefile @@ -2,7 +2,7 @@ PORTNAME= helpviewer PORTVERSION= 0.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= deskutils gnustep MASTER_SITES= http://www.roard.com/helpviewer/download/ DISTNAME= HelpViewer-${PORTVERSION} diff --git a/deskutils/p5-Data-ICal-DateTime/Makefile b/deskutils/p5-Data-ICal-DateTime/Makefile index bf4be509d02..12e0be32ec1 100644 --- a/deskutils/p5-Data-ICal-DateTime/Makefile +++ b/deskutils/p5-Data-ICal-DateTime/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Data-ICal-DateTime -PORTVERSION= 0.81 +PORTVERSION= 0.82 CATEGORIES= deskutils perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/deskutils/p5-Data-ICal-DateTime/distinfo b/deskutils/p5-Data-ICal-DateTime/distinfo index 7795b7e46f0..384a92ef2b6 100644 --- a/deskutils/p5-Data-ICal-DateTime/distinfo +++ b/deskutils/p5-Data-ICal-DateTime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1482508342 -SHA256 (Data-ICal-DateTime-0.81.tar.gz) = 83a00933b683677dc2bdb408e6cabaa9cbcb9de65a41f4b284b0922bbd6f8dd8 -SIZE (Data-ICal-DateTime-0.81.tar.gz) = 41000 +TIMESTAMP = 1503431476 +SHA256 (Data-ICal-DateTime-0.82.tar.gz) = 00ab08667d7b93b245afa33c7599c3b5ddae02685b86a3dc630cc2cce7263a43 +SIZE (Data-ICal-DateTime-0.82.tar.gz) = 41926 diff --git a/deskutils/plopfolio/Makefile b/deskutils/plopfolio/Makefile index 52512c1c22d..d971eb5c55c 100644 --- a/deskutils/plopfolio/Makefile +++ b/deskutils/plopfolio/Makefile @@ -2,7 +2,7 @@ PORTNAME= plopfolio PORTVERSION= 0.1.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= deskutils gnustep MASTER_SITES= GNUSTEP/usr-apps diff --git a/deskutils/preferences/Makefile b/deskutils/preferences/Makefile index 9f90bbef26f..e4df930a5f8 100644 --- a/deskutils/preferences/Makefile +++ b/deskutils/preferences/Makefile @@ -2,7 +2,7 @@ PORTNAME= preferences PORTVERSION= 1.2.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= deskutils gnustep MASTER_SITES= SF/prefsapp/prefsapp/${PORTVERSION} DISTNAME= Preferences-${PORTVERSION} diff --git a/deskutils/preferences/files/patch-GNUmakefile.preamble b/deskutils/preferences/files/patch-GNUmakefile.preamble new file mode 100644 index 00000000000..14914b05ebc --- /dev/null +++ b/deskutils/preferences/files/patch-GNUmakefile.preamble @@ -0,0 +1,31 @@ +--- GNUmakefile.preamble.orig 2002-02-12 04:35:17 UTC ++++ GNUmakefile.preamble +@@ -2,10 +2,10 @@ + ADDITIONAL_CPPFLAGS += + + # Additional flags to pass to the Objective-C compiler +-ADDITIONAL_OBJCFLAGS += -Wall -Werror ++ADDITIONAL_OBJCFLAGS += -Wall + + # Additional flags to pass to the C compiler +-ADDITIONAL_CFLAGS += -Wall -Werror ++ADDITIONAL_CFLAGS += -Wall + + # Additional include directories the compiler should search + ADDITIONAL_INCLUDE_DIRS += +@@ -30,15 +30,3 @@ ADDITIONAL_OBJC_LIBS += + ADDITIONAL_TOOL_LIBS += + # WebObjects + ADDITIONAL_WO_LIBS += +- +-# +-# Flags dealing with installing and uninstalling +-# +-GNUSTEP_INSTALLATION_DIR=$(GNUSTEP_SYSTEM_ROOT) +- +-# Additional directories to be created during installation +-ADDITIONAL_INSTALL_DIRS += \ +- $(GNUSTEP_USER_ROOT)/Library/Preferences \ +- $(GNUSTEP_LOCAL_ROOT)/Library/Preferences \ +- $(GNUSTEP_NETWORK_ROOT)/Library/Preferences \ +- $(GNUSTEP_SYSTEM_ROOT)/Library/Preferences diff --git a/deskutils/preferences/files/patch-Keyboard.m b/deskutils/preferences/files/patch-Keyboard.m deleted file mode 100644 index bdf962baf8c..00000000000 --- a/deskutils/preferences/files/patch-Keyboard.m +++ /dev/null @@ -1,10 +0,0 @@ ---- Modules/Keyboard/Keyboard.m.orig 2002-06-08 10:29:36.000000000 +0200 -+++ Modules/Keyboard/Keyboard.m 2010-05-22 11:24:43.000000000 +0200 -@@ -37,6 +37,7 @@ - #import - #import - #import -+#import - - #import "Keyboard.h" - #import "KeyboardView.h" diff --git a/deskutils/preferences/files/patch-Modules-Keyboard-GNUmakefile b/deskutils/preferences/files/patch-Modules_Keyboard_GNUmakefile similarity index 50% rename from deskutils/preferences/files/patch-Modules-Keyboard-GNUmakefile rename to deskutils/preferences/files/patch-Modules_Keyboard_GNUmakefile index 603e28217bb..02a1348e3eb 100644 --- a/deskutils/preferences/files/patch-Modules-Keyboard-GNUmakefile +++ b/deskutils/preferences/files/patch-Modules_Keyboard_GNUmakefile @@ -1,11 +1,11 @@ ---- Modules/Keyboard/GNUmakefile.orig 2014-07-30 00:10:57.436168949 +0800 -+++ Modules/Keyboard/GNUmakefile 2014-07-30 00:11:06.363171068 +0800 +--- Modules/Keyboard/GNUmakefile.orig 2002-02-12 04:49:55 UTC ++++ Modules/Keyboard/GNUmakefile @@ -3,7 +3,7 @@ include $(GNUSTEP_MAKEFILES)/common.make BUNDLE_NAME= Keyboard BUNDLE_EXTENSION= .prefs -BUNDLE_INSTALL_DIR= $(GNUSTEP_SYSTEM_ROOT)/Library/Preferences -+BUNDLE_INSTALL_DIR= $(DESTDIR)$(GNUSTEP_SYSTEM_ROOT)/Library/Preferences ++BUNDLE_INSTALL_DIR= $(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Preferences Keyboard_RESOURCE_FILES= \ Keyboard.gorm diff --git a/deskutils/preferences/files/patch-Modules_Keyboard_Keyboard.m b/deskutils/preferences/files/patch-Modules_Keyboard_Keyboard.m new file mode 100644 index 00000000000..3dbd87aaaa2 --- /dev/null +++ b/deskutils/preferences/files/patch-Modules_Keyboard_Keyboard.m @@ -0,0 +1,13 @@ +--- Modules/Keyboard/Keyboard.m.orig 2017-08-13 12:40:14 UTC ++++ Modules/Keyboard/Keyboard.m +@@ -34,9 +34,7 @@ static const char rcsid[] = + # include "Config.h" + #endif + +-#import +-#import +-#import ++#import + + #import "Keyboard.h" + #import "KeyboardView.h" diff --git a/deskutils/preferences/files/patch-PrefsModule_GNUmakefile.preamble b/deskutils/preferences/files/patch-PrefsModule_GNUmakefile.preamble new file mode 100644 index 00000000000..5b75f7af9ff --- /dev/null +++ b/deskutils/preferences/files/patch-PrefsModule_GNUmakefile.preamble @@ -0,0 +1,21 @@ +--- PrefsModule/GNUmakefile.preamble.orig 2002-02-12 05:02:11 UTC ++++ PrefsModule/GNUmakefile.preamble +@@ -2,10 +2,10 @@ + ADDITIONAL_CPPFLAGS += + + # Additional flags to pass to the Objective-C compiler +-ADDITIONAL_OBJCFLAGS += -Wall -Werror ++ADDITIONAL_OBJCFLAGS += -Wall + + # Additional flags to pass to the C compiler +-ADDITIONAL_CFLAGS += -Wall -Werror ++ADDITIONAL_CFLAGS += -Wall + + # Additional include directories the compiler should search + ADDITIONAL_INCLUDE_DIRS += +@@ -34,5 +34,4 @@ ADDITIONAL_WO_LIBS += + # + # Flags dealing with installing and uninstalling + # +-GNUSTEP_INSTALLATION_DIR=$(GNUSTEP_SYSTEM_ROOT) + # Additional directories to be created during installation diff --git a/deskutils/rolo/Makefile b/deskutils/rolo/Makefile index 73ae67f4cfa..550e778562b 100644 --- a/deskutils/rolo/Makefile +++ b/deskutils/rolo/Makefile @@ -9,16 +9,17 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Text-based contact management software +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libvc.so:devel/libvc -USES= ncurses tar:bzip2 +USES= localbase ncurses tar:bzip2 GNU_CONFIGURE= yes -CFLAGS+= -I${PREFIX}/include \ - -L${PREFIX}/lib OPTIONS_DEFINE= DOCS -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for DOC in AUTHORS ChangeLog NEWS README THANKS ${INSTALL_DATA} ${WRKSRC}/${DOC} ${STAGEDIR}${DOCSDIR} diff --git a/deskutils/simpleagenda/Makefile b/deskutils/simpleagenda/Makefile index c70e211d0d6..05973d7bfe9 100644 --- a/deskutils/simpleagenda/Makefile +++ b/deskutils/simpleagenda/Makefile @@ -2,7 +2,7 @@ PORTNAME= simpleagenda PORTVERSION= 0.43 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils gnustep MASTER_SITES= http://coyote.octets.fr/pub/gnustep/ DISTNAME= SimpleAgenda-${PORTVERSION} diff --git a/deskutils/systempreferences/Makefile b/deskutils/systempreferences/Makefile index 194f4618431..32383059abe 100644 --- a/deskutils/systempreferences/Makefile +++ b/deskutils/systempreferences/Makefile @@ -2,7 +2,7 @@ PORTNAME= systempreferences PORTVERSION= 1.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils gnustep MASTER_SITES= GNUSTEP/usr-apps DISTNAME= SystemPreferences-${PORTVERSION} diff --git a/deskutils/toolboxkit/Makefile b/deskutils/toolboxkit/Makefile index 5cca5a4c3c8..5abaaf8a982 100644 --- a/deskutils/toolboxkit/Makefile +++ b/deskutils/toolboxkit/Makefile @@ -2,7 +2,7 @@ PORTNAME= toolbox PORTVERSION= 0.8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils gnustep MASTER_SITES= http://ftp.azc.uam.mx/mirrors/gnu/savannah/files/toolbox/Release.pkg/0.8/ \ LOCAL/dinoex diff --git a/devel/Makefile b/devel/Makefile index 88a0762ccb0..d137dbbad7e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5453,6 +5453,7 @@ SUBDIR += rubygem-graf SUBDIR += rubygem-grape SUBDIR += rubygem-grape-entity + SUBDIR += rubygem-grape-route-helpers SUBDIR += rubygem-grape-swagger SUBDIR += rubygem-grape0 SUBDIR += rubygem-grit diff --git a/devel/android-tools-adb-devel/Makefile b/devel/android-tools-adb-devel/Makefile index 8222400da03..38dc4519e90 100644 --- a/devel/android-tools-adb-devel/Makefile +++ b/devel/android-tools-adb-devel/Makefile @@ -1,40 +1,18 @@ # $FreeBSD$ -# Hint: git describe --abbrev=12 --match android-o-preview-2 -DISTVERSION= o-preview-2-332 -DISTVERSIONSUFFIX= -gd1e9e7bc06f0 -PORTREVISION= 1 +# Hint: git describe --abbrev=12 --match android-o-preview-4 +DISTVERSION= o-preview-4-185 +DISTVERSIONSUFFIX= -g2066e0585e9d PKGNAMESUFFIX= -devel CONFLICTS_INSTALL= ${PORTNAME}-[0-9]* MASTERDIR= ${.CURDIR}/../android-tools-adb DISTINFO_FILE= ${.CURDIR}/distinfo -FILESDIR= ${.CURDIR}/files EXTRA_PATCHES= ${.CURDIR}/files/patch-* GH_MYTAG= ${DISTVERSIONPREFIX}${DISTVERSION:C/-[0-9]*$//} -USES= compiler:c++14-lang - -OPTIONS_DEFINE= MDNSRESPONDER TEST_PYTHON -OPTIONS_DEFAULT=MDNSRESPONDER - -MDNSRESPONDER_LIB_DEPENDS= libdns_sd.so:net/mDNSResponder -MDNSRESPONDER_USES= localbase:ldflags -MDNSRESPONDER_LDFLAGS= -ldns_sd -MDNSRESPONDER_MAKE_ENV_OFF= MDNSEXT=_unsupported - -TEST_PYTHON_DESC= ${TEST_DESC:S/tests/python &/} -TEST_PYTHON_GH_PROJECT= platform_development:development -TEST_PYTHON_GH_TAGNAME= ${GH_MYTAG}-83-gc5efdcc74:development -TEST_PYTHON_BUILD_DEPENDS=${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock -TEST_PYTHON_USES= python:2.7,build - -pre-install-TEST_PYTHON-on: -# XXX python tests may leave behind running adb server - ${SETENV} PATH=${BUILD_WRKSRC}:${PATH} \ - PYTHONPATH=${WRKSRC_development}/python-packages \ - ${PYTHON_CMD} -m unittest discover -vs ${BUILD_WRKSRC} +TEST_PYTHON_GH_TAGNAME= ${GH_MYTAG}-62-g417a8e237642:development .include "${MASTERDIR}/Makefile" diff --git a/devel/android-tools-adb-devel/distinfo b/devel/android-tools-adb-devel/distinfo index 240526607ec..f9c5b131cec 100644 --- a/devel/android-tools-adb-devel/distinfo +++ b/devel/android-tools-adb-devel/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1497955827 -SHA256 (android-platform_system_core-android-o-preview-2-332-gd1e9e7bc06f0_GH0.tar.gz) = 212dd9cbca65a167b3833e5077b1a9f2db3a50a04e637da3e0db7814f60cf9fd -SIZE (android-platform_system_core-android-o-preview-2-332-gd1e9e7bc06f0_GH0.tar.gz) = 5188822 +TIMESTAMP = 1503358470 +SHA256 (android-platform_system_core-android-o-preview-4-185-g2066e0585e9d_GH0.tar.gz) = 4bfa0a0dcb2da1b043668d95b474bdfb8733476f82b364647e4b633e623b8fc6 +SIZE (android-platform_system_core-android-o-preview-4-185-g2066e0585e9d_GH0.tar.gz) = 5228016 SHA256 (mbrubeck-android-completion-c1b0656_GH0.tar.gz) = ca3311ba47a5edd56c929ac9aae57c02c2c3f1636519c5f67abb00b6e3ecd75c SIZE (mbrubeck-android-completion-c1b0656_GH0.tar.gz) = 5967 -SHA256 (android-platform_development-android-o-preview-2-83-gc5efdcc74_GH0.tar.gz) = d04393be7996dab127ede5f63b1722bead796a41f116ecb44f8367f8270ffe4c -SIZE (android-platform_development-android-o-preview-2-83-gc5efdcc74_GH0.tar.gz) = 93000818 +SHA256 (android-platform_development-android-o-preview-4-62-g417a8e237642_GH0.tar.gz) = 44ecd4159178ab9410c883954c0a3bf5b3bc6d6d6e485dad75267626e186604e +SIZE (android-platform_development-android-o-preview-4-62-g417a8e237642_GH0.tar.gz) = 93204552 diff --git a/devel/android-tools-adb-devel/files/Makefile b/devel/android-tools-adb-devel/files/Makefile index d9d149f8ac3..cf962936890 100644 --- a/devel/android-tools-adb-devel/files/Makefile +++ b/devel/android-tools-adb-devel/files/Makefile @@ -109,6 +109,7 @@ CPPFLAGS+= -DHAVE_TERMIO_H CPPFLAGS+= -DHAVE_SYS_SOCKET_H CPPFLAGS+= -D_FILE_OFFSET_BITS=64 CPPFLAGS+= -DFAKE_LOG_DEVICE=1 +CPPFLAGS+= -Doff64_t=off_t CPPFLAGS+= -I${.CURDIR} CPPFLAGS+= -I${.CURDIR}/../include CPPFLAGS+= -I${.CURDIR}/../base/include diff --git a/devel/android-tools-adb-devel/files/patch-adb_client_usb__libusb.cpp b/devel/android-tools-adb-devel/files/patch-adb_client_usb__libusb.cpp index ad3fd7ea988..3f3d30c3a00 100644 --- a/devel/android-tools-adb-devel/files/patch-adb_client_usb__libusb.cpp +++ b/devel/android-tools-adb-devel/files/patch-adb_client_usb__libusb.cpp @@ -1,26 +1,5 @@ --- adb/client/usb_libusb.cpp.orig 2017-06-20 10:50:27 UTC +++ adb/client/usb_libusb.cpp -@@ -28,7 +28,7 @@ - #include - #include - --#include -+#include - - #include - #include -@@ -89,7 +89,11 @@ struct transfer_info { - }; - - namespace libusb { -+#if defined(__linux__) || defined(__APPLE__) - struct usb_handle : public ::usb_handle { -+#else -+struct usb_handle { -+#endif - usb_handle(const std::string& device_address, const std::string& serial, - unique_device_handle&& device_handle, uint8_t interface, uint8_t bulk_in, - uint8_t bulk_out, size_t zero_mask, size_t max_packet_size) @@ -152,7 +156,14 @@ struct usb_handle : public ::usb_handle { static auto& usb_handles = *new std::unordered_map>(); static auto& usb_handles_mutex = *new std::mutex(); diff --git a/devel/android-tools-adb-devel/files/patch-base_include_android-base_logging.h b/devel/android-tools-adb-devel/files/patch-base_include_android-base_logging.h index 3fc6644c9a6..c4d3811a48b 100644 --- a/devel/android-tools-adb-devel/files/patch-base_include_android-base_logging.h +++ b/devel/android-tools-adb-devel/files/patch-base_include_android-base_logging.h @@ -1,4 +1,4 @@ ---- base/include/android-base/logging.h.orig 2017-07-02 22:55:50 UTC +--- base/include/android-base/logging.h.orig 2015-09-29 18:07:07 UTC +++ base/include/android-base/logging.h @@ -321,7 +321,7 @@ struct LogAbortAfterFullExpr { // DCHECKs are debug variants of CHECKs only enabled in debug builds. Generally diff --git a/devel/android-tools-adb/Makefile b/devel/android-tools-adb/Makefile index d6242d67f81..ba03bba95c7 100644 --- a/devel/android-tools-adb/Makefile +++ b/devel/android-tools-adb/Makefile @@ -2,12 +2,14 @@ PORTNAME= android-tools-adb DISTVERSIONPREFIX= android- -DISTVERSION?= 7.1.2_r17 +DISTVERSION?= 8.0.0_r4 PORTREVISION?= 0 CATEGORIES= devel comms + .ifndef EXTRA_PATCHES -PATCH_SITES= https://github.com/android/platform_system_core/commit/ -PATCHFILES= b4cff495a1f9.patch:-p1 +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= 46de1d7f03b7.patch:-p1 +PATCHFILES+= 5d002b8d6ae0.patch:-p1 .endif MAINTAINER= jbeich@FreeBSD.org @@ -23,22 +25,21 @@ GH_PROJECT= platform_system_core .ifdef DISTVERSIONSUFFIX GH_REVISION= ${DISTVERSIONSUFFIX:S/-g//} # snapshot .else -GH_REVISION= 1346a4012db4 # generated by: make update-revision +GH_REVISION= f6a78079a81a # generated by: make update-revision .endif CONFLICTS_INSTALL?= ${PORTNAME}-devel-* .ifndef EXTRA_PATCHES -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-adb_sysdeps_mutex.h -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-base_file.cpp +EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-base_include_android-base_logging.h .endif -USES+= compiler:c++11-lib pkgconfig ssl uidfix +USES= compiler:c++14-lang pkgconfig ssl uidfix BUILD_WRKSRC= ${WRKSRC}/adb INSTALL_WRKSRC= ${BUILD_WRKSRC} TEST_WRKSRC= ${BUILD_WRKSRC} CPPFLAGS+= -D_GLIBCXX_USE_C99 # XXX ports/193528 -MAKEFILE= ${FILESDIR}/Makefile +MAKEFILE?= ${.CURDIR}/files/Makefile MAKE_ENV= BINDIR="${PREFIX}/bin" EXTRADIR="${FILESDIR}" \ FILESDIR="${DOCSDIR}" REVISION="${GH_REVISION}" ALL_TARGET= all @@ -47,7 +48,8 @@ TEST_TARGET= test PLIST_FILES= bin/adb PORTDOCS= * -OPTIONS_DEFINE+=BASH DOCS TEST +OPTIONS_DEFINE+=MDNSRESPONDER BASH DOCS TEST TEST_PYTHON +OPTIONS_DEFAULT=MDNSRESPONDER OPTIONS_SUB= yes .if make(makesum) # for optional distfiles @@ -62,11 +64,19 @@ BASH_VARS= LICENSE+=MIT LICENSE_COMB=multi DOCS_MAKE_ARGS_OFF= FILES="" FILESDIR="" +MDNSRESPONDER_LIB_DEPENDS= libdns_sd.so:net/mDNSResponder +MDNSRESPONDER_USES= localbase:ldflags +MDNSRESPONDER_LDFLAGS= -ldns_sd +MDNSRESPONDER_MAKE_ENV_OFF= MDNSEXT=_unsupported + TEST_BUILD_DEPENDS+= googlemock>=1.6.0:devel/googlemock \ googletest>=1.6.0:devel/googletest TEST_ALL_TARGET= adb_test -pre-install-TEST-on: do-test +TEST_PYTHON_DESC= ${TEST_DESC:S/tests/python &/} +TEST_PYTHON_GH_PROJECT= platform_development:development +TEST_PYTHON_BUILD_DEPENDS=${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock +TEST_PYTHON_USES= python:2.7,build post-patch: # XXX Hidden by poudriere/tinderbox, see lindev(4) for FreeBSD < 11.0 @@ -75,6 +85,14 @@ post-patch: ${WRKSRC}/adb/adb_io_test.cpp; \ fi +pre-install-TEST-on: do-test + +pre-install-TEST_PYTHON-on: +# XXX python tests may leave behind running adb server + ${SETENV} PATH=${BUILD_WRKSRC}:${PATH} \ + PYTHONPATH=${WRKSRC_development}/python-packages \ + ${PYTHON_CMD} -m unittest discover -vs ${BUILD_WRKSRC} + post-install-BASH-on: ${MKDIR} ${STAGEDIR}${PREFIX}/${BASH_PLIST_FILES:H} ${INSTALL_DATA} ${WRKSRC_bashcomp}/android \ diff --git a/devel/android-tools-adb/distinfo b/devel/android-tools-adb/distinfo index 2fd374a1fb9..0c0e5504e65 100644 --- a/devel/android-tools-adb/distinfo +++ b/devel/android-tools-adb/distinfo @@ -1,7 +1,11 @@ -TIMESTAMP = 1495068953 -SHA256 (android-platform_system_core-android-7.1.2_r17_GH0.tar.gz) = fb8d053d846f439951c651f205c9c914531d8dace86da60474f6675a92576449 -SIZE (android-platform_system_core-android-7.1.2_r17_GH0.tar.gz) = 1596372 +TIMESTAMP = 1498603192 +SHA256 (android-platform_system_core-android-8.0.0_r4_GH0.tar.gz) = 3eb686edb1ccaa7312fb195b65c413823a6d60442d519c499c18b2d18c3094a9 +SIZE (android-platform_system_core-android-8.0.0_r4_GH0.tar.gz) = 5115403 SHA256 (mbrubeck-android-completion-c1b0656_GH0.tar.gz) = ca3311ba47a5edd56c929ac9aae57c02c2c3f1636519c5f67abb00b6e3ecd75c SIZE (mbrubeck-android-completion-c1b0656_GH0.tar.gz) = 5967 -SHA256 (b4cff495a1f9.patch) = cfb45f82866c7b46bdb9aa62aa0f856c243c13083f37e93b07c4491ad2b7db50 -SIZE (b4cff495a1f9.patch) = 2066 +SHA256 (android-platform_development-android-8.0.0_r4_GH0.tar.gz) = b6399cc349a332ef818f5041dd39742322bcf96d54663ec8a11e38cb5271096c +SIZE (android-platform_development-android-8.0.0_r4_GH0.tar.gz) = 93751770 +SHA256 (46de1d7f03b7.patch) = 93bf49a9a93f2b660f39041f8dbd179ea8f1170c1bebeee42f7df1dc1c393579 +SIZE (46de1d7f03b7.patch) = 12346 +SHA256 (5d002b8d6ae0.patch) = 0d105587abea3afbfd320a95be3f8532f213778a6f699150c4d4477334c9eef2 +SIZE (5d002b8d6ae0.patch) = 1385 diff --git a/devel/android-tools-adb/files/Makefile b/devel/android-tools-adb/files/Makefile index 3a5ef4ffd42..015102eb24b 100644 --- a/devel/android-tools-adb/files/Makefile +++ b/devel/android-tools-adb/files/Makefile @@ -8,7 +8,6 @@ FILESDIR?=${DOCDIR}/${PROG} FILES= *.[Tt][Xx][Tt] SRCS+= adb.cpp -SRCS+= adb_auth.cpp SRCS+= adb_auth_host.cpp SRCS+= adb_client.cpp SRCS+= adb_io.cpp @@ -24,51 +23,62 @@ SRCS+= file_sync_client.cpp SRCS+= line_printer.cpp SRCS+= services.cpp SRCS+= shell_service_protocol.cpp +SRCS+= socket_spec.cpp SRCS+= ../adb/sockets.cpp SRCS+= sysdeps_unix.cpp SRCS+= transport.cpp SRCS+= transport_local.cpp +SRCS+= transport_mdns${MDNSEXT}.cpp SRCS+= transport_usb.cpp TEST_SRCS+= adb_io_test.cpp +TEST_SRCS+= adb_listeners_test.cpp TEST_SRCS+= adb_utils_test.cpp TEST_SRCS+= bugreport_test.cpp TEST_SRCS+= fdevent_test.cpp TEST_SRCS+= shell_service_protocol_test.cpp +TEST_SRCS+= socket_spec_test.cpp TEST_SRCS+= socket_test.cpp TEST_SRCS+= sysdeps_test.cpp TEST_SRCS+= transport_test.cpp .PATH: ${.CURDIR}/client SRCS+= main.cpp +SRCS+= usb_libusb.cpp .PATH: ${.CURDIR}/sysdeps +SRCS+= errno.cpp TEST_SRCS+= stat_test.cpp -.PATH: ${EXTRADIR} -SRCS+= get_my_path_freebsd.cpp -SRCS+= usb_libusb.cpp +.PATH: ${.CURDIR}/sysdeps/posix +SRCS+= network.cpp .PATH: ${.CURDIR}/../base SRCS+= file.cpp SRCS+= logging.cpp SRCS+= parsenetaddress.cpp +SRCS+= quick_exit.cpp SRCS+= stringprintf.cpp SRCS+= strings.cpp TEST_SRCS+= file_test.cpp TEST_SRCS+= logging_test.cpp TEST_SRCS+= parsenetaddress_test.cpp +TEST_SRCS+= quick_exit_test.cpp TEST_SRCS+= stringprintf_test.cpp TEST_SRCS+= strings_test.cpp TEST_SRCS+= test_main.cpp TEST_SRCS+= test_utils.cpp +.PATH: ${.CURDIR}/../libcrypto_utils +SRCS+= android_pubkey.c + +.PATH: ${.CURDIR}/../libcrypto_utils/tests +TEST_SRCS+= android_pubkey_test.cpp + .PATH: ${.CURDIR}/../libcutils SRCS+= socket_inaddr_any_server_unix.c SRCS+= socket_local_client_unix.c SRCS+= socket_local_server_unix.c -SRCS+= socket_loopback_client_unix.c -SRCS+= socket_loopback_server_unix.c SRCS+= socket_network_client_unix.c SRCS+= ../libcutils/sockets.cpp SRCS+= load_file.c @@ -78,13 +88,16 @@ CPPFLAGS.sockets.cpp+= -o ${.TARGET} # required by base/file.cpp .PATH: ${.CURDIR}/../liblog +SRCS+= config_read.c SRCS+= config_write.c SRCS+= fake_log_device.c SRCS+= fake_writer.c +SRCS+= local_logger.c SRCS+= logger_lock.c SRCS+= logger_name.c SRCS+= logger_write.c -CPPFLAGS.config_write.c+= -DFAKE_LOG_DEVICE=1 +SRCS+= logprint.c +SRCS+= stderr_write.c REVISION?= $$(${GIT} rev-parse --short=12 HEAD 2>/dev/null || echo unknown) @@ -95,13 +108,15 @@ CPPFLAGS+= -DHAVE_SYMLINKS CPPFLAGS+= -DHAVE_TERMIO_H CPPFLAGS+= -DHAVE_SYS_SOCKET_H CPPFLAGS+= -D_FILE_OFFSET_BITS=64 +CPPFLAGS+= -DFAKE_LOG_DEVICE=1 CPPFLAGS+= -I${.CURDIR} CPPFLAGS+= -I${.CURDIR}/../include CPPFLAGS+= -I${.CURDIR}/../base/include +CPPFLAGS+= -I${.CURDIR}/../libcrypto_utils/include CPPFLAGS+= ${CPPFLAGS.${.IMPSRC:T}} CPPFLAGS+= $$(${PKG_CONFIG} libcrypto --cflags 2>/dev/null) CPPFLAGS+= $$(${PKG_CONFIG} libusb-1.0 --cflags 2>/dev/null) -CXXFLAGS+= -std=gnu++11 +CXXFLAGS+= -std=gnu++14 .ifndef COMPILE.c CFLAGS+= ${CPPFLAGS} diff --git a/devel/android-tools-adb/files/extra-patch-adb_sysdeps_mutex.h b/devel/android-tools-adb/files/extra-patch-adb_sysdeps_mutex.h deleted file mode 100644 index 792d29f7f73..00000000000 --- a/devel/android-tools-adb/files/extra-patch-adb_sysdeps_mutex.h +++ /dev/null @@ -1,9 +0,0 @@ ---- adb/sysdeps/mutex.h.orig 2016-06-23 07:04:56 UTC -+++ adb/sysdeps/mutex.h -@@ -104,4 +104,6 @@ - - } - -+#else -+#include - #endif diff --git a/devel/android-tools-adb/files/extra-patch-base_file.cpp b/devel/android-tools-adb/files/extra-patch-base_file.cpp deleted file mode 100644 index 754b02594d0..00000000000 --- a/devel/android-tools-adb/files/extra-patch-base_file.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- base/file.cpp.orig 2016-08-08 21:10:17 UTC -+++ base/file.cpp -@@ -21,6 +21,8 @@ - #include - #include - -+#include // BUFSIZ -+#include // strerror - #include - - #include "android-base/macros.h" // For TEMP_FAILURE_RETRY on Darwin. diff --git a/devel/android-tools-adb/files/extra-patch-base_include_android-base_logging.h b/devel/android-tools-adb/files/extra-patch-base_include_android-base_logging.h new file mode 100644 index 00000000000..4d6ff098456 --- /dev/null +++ b/devel/android-tools-adb/files/extra-patch-base_include_android-base_logging.h @@ -0,0 +1,11 @@ +--- base/include/android-base/logging.h.orig 2015-09-29 18:07:07 UTC ++++ base/include/android-base/logging.h +@@ -321,7 +321,7 @@ struct LogAbortAfterFullExpr { + // DCHECKs are debug variants of CHECKs only enabled in debug builds. Generally + // CHECK should be used unless profiling identifies a CHECK as being in + // performance critical code. +-#if defined(NDEBUG) ++#if defined(NDEBUG) || !defined(__ANDROID__) + static constexpr bool kEnableDChecks = false; + #else + static constexpr bool kEnableDChecks = true; diff --git a/devel/android-tools-adb/files/get_my_path_freebsd.cpp b/devel/android-tools-adb/files/get_my_path_freebsd.cpp deleted file mode 100644 index c935adf1292..00000000000 --- a/devel/android-tools-adb/files/get_my_path_freebsd.cpp +++ /dev/null @@ -1,35 +0,0 @@ -/* - * Copyright (C) 2009 bsdroid project - * Alexey Tarasov - * - * Copyright (C) 2007 The Android Open Source Project - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -#include -#include -#include - -void -get_my_path(char *exe, size_t maxLen) -{ - int mib[4] = { - CTL_KERN, - KERN_PROC, - KERN_PROC_PATHNAME, - getpid() - }; - - sysctl(mib, 4, exe, &maxLen, NULL, 0); -} diff --git a/devel/android-tools-adb-devel/files/patch-adb_adb__auth__host.cpp b/devel/android-tools-adb/files/patch-adb_adb__auth__host.cpp similarity index 100% rename from devel/android-tools-adb-devel/files/patch-adb_adb__auth__host.cpp rename to devel/android-tools-adb/files/patch-adb_adb__auth__host.cpp diff --git a/devel/android-tools-adb/files/patch-adb_client_usb__libusb.cpp b/devel/android-tools-adb/files/patch-adb_client_usb__libusb.cpp new file mode 100644 index 00000000000..438930e32b3 --- /dev/null +++ b/devel/android-tools-adb/files/patch-adb_client_usb__libusb.cpp @@ -0,0 +1,30 @@ +--- adb/client/usb_libusb.cpp.orig 2017-06-20 10:50:27 UTC ++++ adb/client/usb_libusb.cpp +@@ -22,13 +22,14 @@ + + #include + #include ++#include + #include + #include + #include + #include + #include + +-#include ++#include + + #include + #include +@@ -89,7 +89,11 @@ struct transfer_info { + }; + + namespace libusb { ++#if defined(__linux__) || defined(__APPLE__) + struct usb_handle : public ::usb_handle { ++#else ++struct usb_handle { ++#endif + usb_handle(const std::string& device_address, const std::string& serial, + unique_device_handle&& device_handle, uint8_t interface, uint8_t bulk_in, + uint8_t bulk_out, size_t zero_mask, size_t max_packet_size) diff --git a/devel/android-tools-adb-devel/files/patch-adb_commandline.h b/devel/android-tools-adb/files/patch-adb_commandline.h similarity index 100% rename from devel/android-tools-adb-devel/files/patch-adb_commandline.h rename to devel/android-tools-adb/files/patch-adb_commandline.h diff --git a/devel/android-tools-adb/files/patch-adb_sysdeps__test.cpp b/devel/android-tools-adb/files/patch-adb_sysdeps__test.cpp new file mode 100644 index 00000000000..5b8020400d9 --- /dev/null +++ b/devel/android-tools-adb/files/patch-adb_sysdeps__test.cpp @@ -0,0 +1,10 @@ +--- adb/sysdeps_test.cpp.orig 2017-06-27 22:39:52 UTC ++++ adb/sysdeps_test.cpp +@@ -19,6 +19,7 @@ + + #include + #include ++#include + #include + + #include "adb_io.h" diff --git a/devel/android-tools-adb-devel/files/patch-adb_sysdeps_posix_network.cpp b/devel/android-tools-adb/files/patch-adb_sysdeps_posix_network.cpp similarity index 100% rename from devel/android-tools-adb-devel/files/patch-adb_sysdeps_posix_network.cpp rename to devel/android-tools-adb/files/patch-adb_sysdeps_posix_network.cpp diff --git a/devel/android-tools-adb-devel/files/patch-adb_transport__usb.cpp b/devel/android-tools-adb/files/patch-adb_transport__usb.cpp similarity index 100% rename from devel/android-tools-adb-devel/files/patch-adb_transport__usb.cpp rename to devel/android-tools-adb/files/patch-adb_transport__usb.cpp diff --git a/devel/android-tools-adb-devel/files/patch-adb_usb.h b/devel/android-tools-adb/files/patch-adb_usb.h similarity index 100% rename from devel/android-tools-adb-devel/files/patch-adb_usb.h rename to devel/android-tools-adb/files/patch-adb_usb.h diff --git a/devel/android-tools-adb-devel/files/patch-base_file.cpp b/devel/android-tools-adb/files/patch-base_file.cpp similarity index 100% rename from devel/android-tools-adb-devel/files/patch-base_file.cpp rename to devel/android-tools-adb/files/patch-base_file.cpp diff --git a/devel/android-tools-adb-devel/files/patch-base_file__test.cpp b/devel/android-tools-adb/files/patch-base_file__test.cpp similarity index 100% rename from devel/android-tools-adb-devel/files/patch-base_file__test.cpp rename to devel/android-tools-adb/files/patch-base_file__test.cpp diff --git a/devel/android-tools-adb-devel/files/patch-include_cutils_trace.h b/devel/android-tools-adb/files/patch-include_cutils_trace.h similarity index 100% rename from devel/android-tools-adb-devel/files/patch-include_cutils_trace.h rename to devel/android-tools-adb/files/patch-include_cutils_trace.h diff --git a/devel/android-tools-adb-devel/files/patch-libcrypto__utils_android__pubkey.c b/devel/android-tools-adb/files/patch-libcrypto__utils_android__pubkey.c similarity index 100% rename from devel/android-tools-adb-devel/files/patch-libcrypto__utils_android__pubkey.c rename to devel/android-tools-adb/files/patch-libcrypto__utils_android__pubkey.c diff --git a/devel/android-tools-adb/files/usb_libusb.cpp b/devel/android-tools-adb/files/usb_libusb.cpp deleted file mode 100644 index abc5522cf2e..00000000000 --- a/devel/android-tools-adb/files/usb_libusb.cpp +++ /dev/null @@ -1,615 +0,0 @@ -/* - * Copyright (C) 2009 bsdroid project - * Alexey Tarasov - * - * Copyright (C) 2007 The Android Open Source Project - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -#define TRACE_TAG USB - -#include "sysdeps.h" - -#include -#include -#include -#include -#include -#include - -#include "adb.h" -#include "transport.h" - -ADB_MUTEX_DEFINE( usb_lock ); -static libusb_context *ctx = NULL; - -struct usb_handle -{ - usb_handle *prev; - usb_handle *next; - - libusb_device *dev; - libusb_device_handle *devh; - int interface; - uint8_t dev_bus; - uint8_t dev_addr; - - int zero_mask; - unsigned char end_point_address[2]; - char serial[128]; - - adb_cond_t notify; - adb_mutex_t lock; -}; - -static usb_handle handle_list = { - .prev = &handle_list, - .next = &handle_list, -}; - -static void -usb_cleanup() -{ - libusb_exit(ctx); -} - -static void -report_bulk_libusb_error(int r) -{ - switch (r) { - case LIBUSB_ERROR_TIMEOUT: - D("Transfer timeout"); - break; - - case LIBUSB_ERROR_PIPE: - D("Control request is not supported"); - break; - - case LIBUSB_ERROR_OVERFLOW: - D("Device offered more data"); - break; - - case LIBUSB_ERROR_NO_DEVICE : - D("Device was disconnected"); - break; - - default: - D("Error %d during transfer", r); - break; - }; -} - -static int -usb_bulk_write(usb_handle *uh, const void *data, int len) -{ - int r = 0; - int transferred = 0; - - r = libusb_bulk_transfer(uh->devh, uh->end_point_address[1], - (unsigned char *)data, len, &transferred, 0); - - if (r != 0) { - D("usb_bulk_write(): "); - report_bulk_libusb_error(r); - return r; - } - - return (transferred); -} - -static int -usb_bulk_read(usb_handle *uh, void *data, int len) -{ - int r = 0; - int transferred = 0; - - r = libusb_bulk_transfer(uh->devh, uh->end_point_address[0], - (unsigned char *)data, len, - &transferred, 0); - - if (r != 0) { - D("usb_bulk_read(): "); - report_bulk_libusb_error(r); - return r; - } - - return (transferred); -} - -int -usb_write(usb_handle *uh, const void *_data, int len) -{ - unsigned char *data = (unsigned char*) _data; - int n; - int need_zero = 0; - - if (uh->zero_mask == 1) { - if (!(len & uh->zero_mask)) { - need_zero = 1; - } - } - - D("usb_write(): %p:%d -> transport %p", _data, len, uh); - - while (len > 0) { - int xfer = (len > 4096) ? 4096 : len; - - n = usb_bulk_write(uh, data, xfer); - - if (n != xfer) { - D("usb_write(): failed for transport %p (%d bytes left)", uh, len); - return -1; - } - - len -= xfer; - data += xfer; - } - - if (need_zero){ - n = usb_bulk_write(uh, _data, 0); - - if (n < 0) { - D("usb_write(): failed to finish operation for transport %p", uh); - } - return n; - } - - return 0; -} - -int -usb_read(usb_handle *uh, void *_data, int len) -{ - unsigned char *data = (unsigned char*)_data; - int n; - - D("usb_read(): %p:%d <- transport %p", _data, len, uh); - - while (len > 0) { - int xfer = (len > 4096) ? 4096 : len; - - n = usb_bulk_read(uh, data, xfer); - - if (n != xfer) { - if (n > 0) { - data += n; - len -= n; - continue; - } - - D("usb_read(): failed for transport %p (%d bytes left)", uh, len); - return -1; - } - - len -= xfer; - data += xfer; - } - - return 0; -} - -int -usb_close(usb_handle *h) -{ - D("usb_close(): closing transport %p", h); - adb_mutex_lock(&usb_lock); - - h->next->prev = h->prev; - h->prev->next = h->next; - h->prev = NULL; - h->next = NULL; - - libusb_release_interface(h->devh, h->interface); - libusb_close(h->devh); - libusb_unref_device(h->dev); - - adb_mutex_unlock(&usb_lock); - - free(h); - - return (0); -} - -void -usb_kick(usb_handle *h) -{ - D("usb_kick(): kicking transport %p", h); - - adb_mutex_lock(&h->lock); - unregister_usb_transport(h); - adb_mutex_unlock(&h->lock); - - h->next->prev = h->prev; - h->prev->next = h->next; - h->prev = NULL; - h->next = NULL; - - libusb_release_interface(h->devh, h->interface); - libusb_close(h->devh); - libusb_unref_device(h->dev); - free(h); -} - -static int -check_usb_interface(libusb_interface const *interface, - libusb_device_descriptor const *desc, - usb_handle *uh) -{ - int e; - - if (interface->num_altsetting == 0) { - D("check_usb_interface(): No interface settings"); - return -1; - } - - libusb_interface_descriptor const *idesc = &interface->altsetting[0]; - - if (idesc->bNumEndpoints != 2) { - D("check_usb_interface(): Interface have not 2 endpoints, ignoring"); - return -1; - } - - for (e = 0; e < idesc->bNumEndpoints; e++) { - libusb_endpoint_descriptor const *edesc = &idesc->endpoint[e]; - - if (edesc->bmAttributes != LIBUSB_TRANSFER_TYPE_BULK) { - D("check_usb_interface(): Endpoint (%u) is not bulk (%u), ignoring", - edesc->bmAttributes, LIBUSB_TRANSFER_TYPE_BULK); - return -1; - } - - if (edesc->bEndpointAddress & LIBUSB_ENDPOINT_IN) - uh->end_point_address[0] = edesc->bEndpointAddress; - else - uh->end_point_address[1] = edesc->bEndpointAddress; - - /* aproto 01 needs 0 termination */ - if (idesc->bInterfaceProtocol == 0x01) { - uh->zero_mask = edesc->wMaxPacketSize - 1; - D("check_usb_interface(): Forced Android interface protocol v.1"); - } - } - - D("check_usb_interface(): Device: %04x:%04x " - "iclass: %x, isclass: %x, iproto: %x ep: %x/%x-> ", - desc->idVendor, desc->idProduct, idesc->bInterfaceClass, - idesc->bInterfaceSubClass, idesc->bInterfaceProtocol, - uh->end_point_address[0], uh->end_point_address[1]); - - if (!is_adb_interface(desc->idVendor, desc->idProduct, - idesc->bInterfaceClass, idesc->bInterfaceSubClass, - idesc->bInterfaceProtocol)) - { - D("not matches"); - return -1; - } - - D("matches"); - return 1; -} - -static int -check_usb_interfaces(libusb_config_descriptor *config, - libusb_device_descriptor *desc, - usb_handle *uh) -{ - int i; - - for (i = 0; i < config->bNumInterfaces; ++i) { - if (check_usb_interface(&config->interface[i], desc, uh) != -1) { - /* found some interface and saved information about it */ - D("check_usb_interfaces(): Interface %d of %04x:%04x " - "matches Android device", i, desc->idVendor, - desc->idProduct); - - return i; - } - } - - return -1; -} - -static int -register_device(usb_handle *uh, const char *serial) -{ - D("register_device(): Registering %p [%s] as USB transport", - uh, serial); - - usb_handle* usb = reinterpret_cast(calloc(1, sizeof(usb_handle))); - if (usb == nullptr) fatal("couldn't allocate usb_handle"); - memcpy(usb, uh, sizeof(usb_handle)); - strcpy(usb->serial, uh->serial); - - adb_cond_init(&usb->notify, 0); - adb_mutex_init(&usb->lock, 0); - - adb_mutex_lock(&usb_lock); - - usb->next = &handle_list; - usb->prev = handle_list.prev; - usb->prev->next = usb; - usb->next->prev = usb; - - adb_mutex_unlock(&usb_lock); - - char devpath[64]; - snprintf(devpath, sizeof(devpath), "ugen%d.%d", - uh->dev_bus, uh->dev_addr); - - register_usb_transport(usb, serial, devpath, 1); - - return (1); -} - -static int -already_registered(usb_handle *uh) -{ - usb_handle *usb = NULL; - int exists = 0; - - adb_mutex_lock(&usb_lock); - - for (usb = handle_list.next; usb != &handle_list; usb = usb->next) { - if ((usb->dev_bus == uh->dev_bus) && - (usb->dev_addr == uh->dev_addr)) - { - exists = 1; - break; - } - } - - adb_mutex_unlock(&usb_lock); - - return exists; -} - -static void -check_device(libusb_device *dev) -{ - usb_handle uh; - int i = 0; - int found = -1; - char serial[256] = {0}; - - libusb_device_descriptor desc; - libusb_config_descriptor *config = NULL; - - int r = libusb_get_device_descriptor(dev, &desc); - - if (r != LIBUSB_SUCCESS) { - D("check_device(): Failed to get device descriptor"); - return; - } - - if ((desc.idVendor == 0) && (desc.idProduct == 0)) - return; - - D("check_device(): Probing usb device %04x:%04x", - desc.idVendor, desc.idProduct); - - if (!is_adb_interface(desc.idVendor, desc.idProduct, - ADB_CLASS, ADB_SUBCLASS, ADB_PROTOCOL)) - { - D("check_device(): Ignored due unknown vendor id"); - return; - } - - uh.dev_bus = libusb_get_bus_number(dev); - uh.dev_addr = libusb_get_device_address(dev); - - if (already_registered(&uh)) { - D("check_device(): Device (bus: %d, address: %d) " - "is already registered", uh.dev_bus, uh.dev_addr); - return; - } - - D("check_device(): Device bus: %d, address: %d", - uh.dev_bus, uh.dev_addr); - - r = libusb_get_active_config_descriptor(dev, &config); - - if (r != 0) { - if (r == LIBUSB_ERROR_NOT_FOUND) { - D("check_device(): Device %4x:%4x is unconfigured", - desc.idVendor, desc.idProduct); - return; - } - - D("check_device(): Failed to get configuration for %4x:%4x", - desc.idVendor, desc.idProduct); - return; - } - - if (config == NULL) { - D("check_device(): Sanity check failed after " - "getting active config"); - return; - } - - if (config->interface != NULL) { - found = check_usb_interfaces(config, &desc, &uh); - } - - /* not needed anymore */ - libusb_free_config_descriptor(config); - - r = libusb_open(dev, &uh.devh); - uh.dev = dev; - - if (r != 0) { - switch (r) { - case LIBUSB_ERROR_NO_MEM: - D("check_device(): Memory allocation problem"); - break; - - case LIBUSB_ERROR_ACCESS: - D("check_device(): Permissions problem, " - "current user priveleges are messed up?"); - break; - - case LIBUSB_ERROR_NO_DEVICE: - D("check_device(): Device disconected, bad cable?"); - break; - - default: - D("check_device(): libusb triggered error %d", r); - } - // skip rest - found = -1; - } - - if (found >= 0) { - D("check_device(): Device matches Android interface"); - // read the device's serial number - memset(serial, 0, sizeof(serial)); - uh.interface = found; - - r = libusb_claim_interface(uh.devh, uh.interface); - - if (r < 0) { - D("check_device(): Failed to claim interface %d", - uh.interface); - - goto fail; - } - - if (desc.iSerialNumber != 0) { - libusb_get_string_descriptor_ascii(uh.devh, desc.iSerialNumber, - (unsigned char *)uh.serial, sizeof(uh.serial)); - } - if (register_device(&uh, uh.serial) == 0) { - D("check_device(): Failed to register device\n"); - goto fail_interface; - } - } - - return; - -fail_interface: - libusb_release_interface(uh.devh, uh.interface); - -fail: - libusb_close(uh.devh); - uh.devh = NULL; -} - -static int -check_device_connected(usb_handle *uh) -{ - int r = libusb_kernel_driver_active(uh->devh, uh->interface); - - if (r == LIBUSB_ERROR_NO_DEVICE) - return 0; - - if (r < 0) - return -1; - - return 1; -} - -static void -kick_disconnected() -{ - usb_handle *usb = NULL; - - adb_mutex_lock(&usb_lock); - - for (usb = handle_list.next; usb != &handle_list; usb = usb->next) { - if (check_device_connected(usb) == 0) { - D("kick_disconnected(): Transport %p is not online anymore", - usb); - - usb_kick(usb); - } - } - - adb_mutex_unlock(&usb_lock); -} - -static void -scan_usb_devices() -{ - D("scan_usb_devices(): started"); - - libusb_device **devs= NULL; - libusb_device *dev= NULL; - ssize_t cnt = libusb_get_device_list(ctx, &devs); - - if (cnt < 0) { - D("scan_usb_devices(): Failed to get device list (error: %zd)", - cnt); - - return; - } - - int i = 0; - - while ((dev = devs[i++]) != NULL) { - check_device(dev); - } - - libusb_free_device_list(devs, 1); -} - -static void -device_poll_thread(void*) -{ - adb_thread_setname("USB scan"); - D("device_poll_thread(): Created USB scan thread"); - - for (;;) { - sleep(5); - kick_disconnected(); - scan_usb_devices(); - } -} - -static void -sigalrm_handler(int signo) -{ - /* nothing */ -} - -void -usb_init() -{ - D("usb_init(): started"); - struct sigaction actions; - - atexit(usb_cleanup); - int r = libusb_init(&ctx); - - if (r != LIBUSB_SUCCESS) { - fatal_errno("Failed to init libusb"); - } - - memset(&actions, 0, sizeof(actions)); - - sigemptyset(&actions.sa_mask); - - actions.sa_flags = 0; - actions.sa_handler = sigalrm_handler; - - sigaction(SIGALRM, &actions, NULL); - - /* initial device scan */ - scan_usb_devices(); - - /* starting USB event polling thread */ - if (!adb_thread_create(device_poll_thread, nullptr)) { - fatal_errno("cannot create USB scan thread"); - } - - D("usb_init(): finished"); -} diff --git a/devel/android-tools-fastboot-devel/Makefile b/devel/android-tools-fastboot-devel/Makefile index c526e5b3690..2deae98def1 100644 --- a/devel/android-tools-fastboot-devel/Makefile +++ b/devel/android-tools-fastboot-devel/Makefile @@ -14,7 +14,6 @@ CONFLICTS_INSTALL= ${PORTNAME}-[0-9]* MASTERDIR= ${.CURDIR}/../android-tools-fastboot DISTINFO_FILE= ${.CURDIR}/distinfo -FILESDIR= ${.CURDIR}/files EXTRA_PATCHES= ${.CURDIR}/files/patch-* .include "${MASTERDIR}/Makefile" diff --git a/devel/android-tools-fastboot-devel/files/pkg-message.in b/devel/android-tools-fastboot-devel/files/pkg-message.in deleted file mode 100644 index 32713248181..00000000000 --- a/devel/android-tools-fastboot-devel/files/pkg-message.in +++ /dev/null @@ -1,7 +0,0 @@ -The port installed fastboot(1) under %%PREFIX%%/bin. However, there's -a different fastboot(8) under /sbin. To avoid accidentally invoking -the wrong command make sure either to - -- adjust PATH environment variable to have fastboot(1) found first -- create a shell alias with absolute path to fastboot(1) -- create a symlink with different name in PATH e.g., under ~/bin diff --git a/devel/android-tools-fastboot-devel/files/usb_freebsd.cpp b/devel/android-tools-fastboot-devel/files/usb_freebsd.cpp deleted file mode 100644 index c7664e67697..00000000000 --- a/devel/android-tools-fastboot-devel/files/usb_freebsd.cpp +++ /dev/null @@ -1,208 +0,0 @@ -/* - * Copyright (C) 2011 Hans Petter Selasky. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * * Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the - * distribution. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS - * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE - * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, - * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, - * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS - * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED - * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, - * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT - * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - */ - -#include -#include -#include -#include - -#include - -#include "usb.h" - -struct usb_handle { - libusb_device_handle *handle; - libusb_device *dev; - unsigned char ep_in; - unsigned char ep_out; - unsigned char iface; -}; - -class LibusbUsbTransport : public Transport { -public: - explicit LibusbUsbTransport(std::unique_ptr handle): - h(std::move(handle)) {} - ~LibusbUsbTransport() override = default; - - ssize_t Read(void *_data, size_t len) override; - ssize_t Write(const void *_data, size_t len) override; - int Close() override; - -private: - std::unique_ptr h; - - DISALLOW_COPY_AND_ASSIGN(LibusbUsbTransport); -}; - -static int -probe(std::unique_ptr &h, ifc_match_func callback) -{ - usb_ifc_info info; - libusb_device_descriptor ddesc; - libusb_config_descriptor *pcfg; - int i, j; - - if (libusb_open(h->dev, &h->handle) < 0) - return (-1); - - if (libusb_get_device_descriptor(h->dev, &ddesc) < 0) { - libusb_close(h->handle); - return (-1); - } - memset(&info, 0, sizeof(info)); - - info.dev_vendor = ddesc.idVendor; - info.dev_product = ddesc.idProduct; - info.dev_class = ddesc.bDeviceClass; - info.dev_subclass = ddesc.bDeviceSubClass; - info.dev_protocol = ddesc.bDeviceProtocol; - info.writable = 1; - - snprintf(info.device_path, sizeof(info.device_path), "usb:%d:%d", - libusb_get_bus_number(h->dev), libusb_get_device_address(h->dev)); - - if (ddesc.iSerialNumber != 0) { - libusb_get_string_descriptor_ascii(h->handle, ddesc.iSerialNumber, - (unsigned char *)info.serial_number, sizeof(info.serial_number)); - } - if (libusb_get_active_config_descriptor(h->dev, &pcfg)) { - libusb_close(h->handle); - return (-1); - } - - for (i = 0; i < pcfg->bNumInterfaces; i++) { - - h->ep_in = 0; - h->ep_out = 0; - h->iface = i; - - for (j = 0; j < pcfg->interface[i].altsetting[0].bNumEndpoints; j++) { - - unsigned char temp = pcfg->interface[i].altsetting[0]. - endpoint[j].bEndpointAddress; - unsigned char type = pcfg->interface[i].altsetting[0]. - endpoint[j].bmAttributes & 0x03; - - /* check for BULK endpoint */ - if ((type & 0x03) == 0x02) { - /* check for IN endpoint */ - if (temp & 0x80) - h->ep_in = temp; - else - h->ep_out = temp; - } - } - - info.ifc_class = pcfg->interface[i].altsetting[0].bInterfaceClass; - info.ifc_subclass = pcfg->interface[i].altsetting[0].bInterfaceSubClass; - info.ifc_protocol = pcfg->interface[i].altsetting[0].bInterfaceProtocol; - info.has_bulk_in = (h->ep_in != 0); - info.has_bulk_out = (h->ep_out != 0); - - if (libusb_claim_interface(h->handle, h->iface) < 0) - continue; - - if (callback(&info) == 0) { - libusb_free_config_descriptor(pcfg); - return (0); - } - libusb_release_interface(h->handle, h->iface); - } - - libusb_free_config_descriptor(pcfg); - libusb_close(h->handle); - return (-1); -} - -static std::unique_ptr -enumerate(ifc_match_func callback) -{ - static libusb_context *ctx = NULL; - std::unique_ptr h; - libusb_device **ppdev; - ssize_t ndev; - ssize_t x; - - if (ctx == NULL) - libusb_init(&ctx); - - ndev = libusb_get_device_list(ctx, &ppdev); - for (x = 0; x < ndev; x++) { - - h.reset(new usb_handle); - - h->dev = ppdev[x]; - - if (probe(h, callback) == 0) { - libusb_ref_device(h->dev); - libusb_free_device_list(ppdev, 1); - return (h); - } - } - h.reset(); - libusb_free_device_list(ppdev, 1); - return (nullptr); -} - -ssize_t -LibusbUsbTransport::Write(const void *_data, size_t len) -{ - int actlen; - - if (libusb_bulk_transfer(h->handle, h->ep_out, - (unsigned char *)_data, len, &actlen, 0) < 0) - return (-1); - return (actlen); -} - -ssize_t -LibusbUsbTransport::Read(void *_data, size_t len) -{ - int actlen; - - if (libusb_bulk_transfer(h->handle, h->ep_in, - (unsigned char *)_data, len, &actlen, 0) < 0) - return (-1); - return (actlen); -} - -int -LibusbUsbTransport::Close() -{ - libusb_close(h->handle); - h->handle = NULL; - libusb_unref_device(h->dev); - h.reset(); - return (0); -} - -Transport * -usb_open(ifc_match_func callback) -{ - std::unique_ptr h = enumerate(callback); - return (h ? new LibusbUsbTransport(std::move(h)) : nullptr); -} diff --git a/devel/android-tools-fastboot/Makefile b/devel/android-tools-fastboot/Makefile index 0bc631afddb..de2ff840700 100644 --- a/devel/android-tools-fastboot/Makefile +++ b/devel/android-tools-fastboot/Makefile @@ -2,7 +2,7 @@ PORTNAME= android-tools-fastboot DISTVERSIONPREFIX= android- -DISTVERSION?= 7.1.2_r17 +DISTVERSION?= 8.0.0_r4 PORTREVISION?= 0 CATEGORIES= devel sysutils MASTER_SITES= https://anonscm.debian.org/cgit/android-tools/android-tools.git/plain/debian/:manpage @@ -22,25 +22,22 @@ USE_GITHUB= yes GH_ACCOUNT= android jbeich:extras,libselinux GH_PROJECT= platform_system_core platform_system_extras:extras \ platform_external_libselinux:libselinux +GH_TAGNAME?= android-7.1.2_r17:libselinux GH_SUBDIR= libselinux:libselinux # Emulate GH_COMMIT without causing desync .ifdef DISTVERSIONSUFFIX GH_REVISION= ${DISTVERSIONSUFFIX:S/-g//} # snapshot .else -GH_REVISION= 1346a4012db4 # generated by: make update-revision +GH_REVISION= f6a78079a81a # generated by: make update-revision .endif CONFLICTS_INSTALL?= ${PORTNAME}-devel-* -.ifndef EXTRA_PATCHES -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-base_file.cpp -.endif - USES= compiler:c++11-lib pkgconfig uidfix BUILD_WRKSRC= ${WRKSRC}/fastboot INSTALL_WRKSRC= ${BUILD_WRKSRC} -MAKEFILE= ${.CURDIR}/files/Makefile # XXX ?= when bmake-only +MAKEFILE?= ${.CURDIR}/files/Makefile MAKE_ENV= BINDIR="${PREFIX}/bin" EXTRADIR="${FILESDIR}" \ FILESDIR="${DOCSDIR}" REVISION="${GH_REVISION}" \ MANDIR="${PREFIX}/man/man" \ diff --git a/devel/android-tools-fastboot/distinfo b/devel/android-tools-fastboot/distinfo index b6d2b419264..482481c0726 100644 --- a/devel/android-tools-fastboot/distinfo +++ b/devel/android-tools-fastboot/distinfo @@ -1,10 +1,10 @@ TIMESTAMP = 1495068953 SHA256 (fastboot.1?id=706e754) = 2af01b064440952a82f1602691a0fecc030302722a71444946fb70d9c423d283 SIZE (fastboot.1?id=706e754) = 5906 -SHA256 (android-platform_system_core-android-7.1.2_r17_GH0.tar.gz) = fb8d053d846f439951c651f205c9c914531d8dace86da60474f6675a92576449 -SIZE (android-platform_system_core-android-7.1.2_r17_GH0.tar.gz) = 1596372 -SHA256 (jbeich-platform_system_extras-android-7.1.2_r17_GH0.tar.gz) = ee97ae3df4eecc0d7fc16d3cb6f016ae1b1f81d7e450e678473c9b4618676b42 -SIZE (jbeich-platform_system_extras-android-7.1.2_r17_GH0.tar.gz) = 79621709 +SHA256 (android-platform_system_core-android-8.0.0_r4_GH0.tar.gz) = 3eb686edb1ccaa7312fb195b65c413823a6d60442d519c499c18b2d18c3094a9 +SIZE (android-platform_system_core-android-8.0.0_r4_GH0.tar.gz) = 5115403 +SHA256 (jbeich-platform_system_extras-android-8.0.0_r4_GH0.tar.gz) = 83d4a27f5ffa434688b62d00fcc33edd352bdc523f8b7fcbc3e8d0c1453b1c41 +SIZE (jbeich-platform_system_extras-android-8.0.0_r4_GH0.tar.gz) = 192575526 SHA256 (jbeich-platform_external_libselinux-android-7.1.2_r17_GH0.tar.gz) = 659e43d3e14b4f4fe8955975ad268310bfad0529f408fb33342ed70ae0d456c7 SIZE (jbeich-platform_external_libselinux-android-7.1.2_r17_GH0.tar.gz) = 59763 SHA256 (mbrubeck-android-completion-c1b0656_GH0.tar.gz) = ca3311ba47a5edd56c929ac9aae57c02c2c3f1636519c5f67abb00b6e3ecd75c diff --git a/devel/android-tools-fastboot/files/Makefile b/devel/android-tools-fastboot/files/Makefile index 35d91180ab8..380a6c2d1db 100644 --- a/devel/android-tools-fastboot/files/Makefile +++ b/devel/android-tools-fastboot/files/Makefile @@ -4,7 +4,7 @@ PROG_CXX=fastboot BINDIR?=/usr/bin FILESDIR?=${DOCDIR}/${PROG} -FILES= *.[Tt][Xx][Tt] +FILES= *.md SRCS+= bootimg_utils.cpp SRCS+= engine.cpp @@ -18,7 +18,6 @@ SRCS+= util.cpp .PATH: ${EXTRADIR} SRCS+= usb_freebsd.cpp -SRCS+= util_freebsd.cpp # required by fastboot .PATH: ${.CURDIR}/../adb @@ -28,6 +27,7 @@ SRCS+= diagnose_usb.cpp .PATH: ${.CURDIR}/../base SRCS+= errors_unix.cpp SRCS+= file.cpp +SRCS+= logging.cpp SRCS+= parsenetaddress.cpp SRCS+= stringprintf.cpp SRCS+= strings.cpp @@ -48,6 +48,7 @@ SRCS+= wipe.c # required by fastboot .PATH: ${.CURDIR}/../libcutils +SRCS+= android_get_control_file.cpp SRCS+= ../libcutils/sockets.cpp SRCS+= socket_inaddr_any_server_unix.c SRCS+= socket_network_client_unix.c @@ -56,13 +57,17 @@ CPPFLAGS.sockets.cpp+= -o ${.TARGET} # XXX pre-r279980 # required by base and libutils .PATH: ${.CURDIR}/../liblog +SRCS+= config_read.c SRCS+= config_write.c SRCS+= fake_log_device.c SRCS+= fake_writer.c +SRCS+= local_logger.c SRCS+= logger_lock.c SRCS+= logger_name.c SRCS+= logger_write.c -CPPFLAGS.config_write.c+= -DFAKE_LOG_DEVICE=1 +SRCS+= logprint.c +SRCS+= stderr_write.c +SRCS+= test_utils.cpp # required by ext4_utils .PATH: ${.CURDIR}/../libselinux/src @@ -101,12 +106,13 @@ CPPFLAGS+= -Dftruncate64=ftruncate CPPFLAGS+= -Dlseek64=lseek CPPFLAGS+= -Dmmap64=mmap CPPFLAGS+= -Dpread64=pread +CPPFLAGS+= -DFAKE_LOG_DEVICE=1 CPPFLAGS+= -I${.CURDIR} CPPFLAGS+= -I${.CURDIR}/../include CPPFLAGS+= -I${.CURDIR}/../adb CPPFLAGS+= -I${.CURDIR}/../mkbootimg CPPFLAGS+= -I${.CURDIR}/../base/include -CPPFLAGS+= -I${.CURDIR}/../ext4_utils +CPPFLAGS+= -I${.CURDIR}/../ext4_utils/include CPPFLAGS+= -I${.CURDIR}/../f2fs_utils CPPFLAGS+= -I${.CURDIR}/../libselinux/include CPPFLAGS+= -I${.CURDIR}/../libsparse/include @@ -123,8 +129,8 @@ CXXFLAGS+= ${CPPFLAGS} LDADD+= $$(${PKG_CONFIG} libpcre --libs 2>/dev/null || echo -lpcre) LDADD+= $$(${PKG_CONFIG} libusb-1.0 --libs 2>/dev/null || echo -lusb) -LDADD+= -lz -DPADD+= ${LIBPCRE} ${LIBUSB} ${LIBZ} +LDADD+= -lz \-lpthread +DPADD+= ${LIBPCRE} ${LIBPTHREAD} ${LIBUSB} ${LIBZ} GIT?= git PKG_CONFIG?= pkg-config diff --git a/devel/android-tools-fastboot-devel/files/patch-base_file.cpp b/devel/android-tools-fastboot/files/patch-base_file.cpp similarity index 100% rename from devel/android-tools-fastboot-devel/files/patch-base_file.cpp rename to devel/android-tools-fastboot/files/patch-base_file.cpp diff --git a/devel/android-tools-fastboot-devel/files/patch-base_logging.cpp b/devel/android-tools-fastboot/files/patch-base_logging.cpp similarity index 100% rename from devel/android-tools-fastboot-devel/files/patch-base_logging.cpp rename to devel/android-tools-fastboot/files/patch-base_logging.cpp diff --git a/devel/android-tools-fastboot/files/usb_freebsd.cpp b/devel/android-tools-fastboot/files/usb_freebsd.cpp index 1eb0ca809ee..c7664e67697 100644 --- a/devel/android-tools-fastboot/files/usb_freebsd.cpp +++ b/devel/android-tools-fastboot/files/usb_freebsd.cpp @@ -82,7 +82,7 @@ probe(std::unique_ptr &h, ifc_match_func callback) info.dev_protocol = ddesc.bDeviceProtocol; info.writable = 1; - snprintf(info.device_path, sizeof(info.device_path), "ugen%d.%d", + snprintf(info.device_path, sizeof(info.device_path), "usb:%d:%d", libusb_get_bus_number(h->dev), libusb_get_device_address(h->dev)); if (ddesc.iSerialNumber != 0) { diff --git a/devel/android-tools-fastboot/files/util_freebsd.cpp b/devel/android-tools-fastboot/files/util_freebsd.cpp deleted file mode 100644 index e962993e35a..00000000000 --- a/devel/android-tools-fastboot/files/util_freebsd.cpp +++ /dev/null @@ -1,37 +0,0 @@ -/* - * Copyright (C) 2011 Hans Petter Selasky. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * * Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the - * distribution. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS - * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE - * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, - * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, - * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS - * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED - * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, - * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT - * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - */ - -#include "fastboot.h" - -#include -#include - -void -get_my_path(char *path) -{ - getcwd(path, PATH_MAX - 1); -} diff --git a/devel/argdata/Makefile b/devel/argdata/Makefile index 56ea8241e68..0e63b2dc6a5 100644 --- a/devel/argdata/Makefile +++ b/devel/argdata/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= argdata -PORTVERSION= 0.5 +PORTVERSION= 0.6 DISTVERSIONPREFIX=v CATEGORIES= devel diff --git a/devel/argdata/distinfo b/devel/argdata/distinfo index 48b2488360d..9bf0a32abff 100644 --- a/devel/argdata/distinfo +++ b/devel/argdata/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1498339202 -SHA256 (NuxiNL-argdata-v0.5_GH0.tar.gz) = 8e1b92bb6dd1cf5f3fefcaf58e1a9d7c7caa8f255e85008ea79150a86319727d -SIZE (NuxiNL-argdata-v0.5_GH0.tar.gz) = 26509 +TIMESTAMP = 1502984887 +SHA256 (NuxiNL-argdata-v0.6_GH0.tar.gz) = 15983371932190f7488c5e0a597bc4c2510c35ed336cbbfb3407d78e2fbc303e +SIZE (NuxiNL-argdata-v0.6_GH0.tar.gz) = 26548 diff --git a/devel/cherivis-devel/Makefile b/devel/cherivis-devel/Makefile index e4e146e1a03..c384df4a679 100644 --- a/devel/cherivis-devel/Makefile +++ b/devel/cherivis-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= cherivis-devel PORTVERSION= 0.4 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= devel gnustep MAINTAINER= theraven@FreeBSD.org diff --git a/devel/etcd32/Makefile b/devel/etcd32/Makefile index bca9d7c2346..a1198860663 100644 --- a/devel/etcd32/Makefile +++ b/devel/etcd32/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= etcd -PORTVERSION= 3.2.5 +PORTVERSION= 3.2.6 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= coreos- diff --git a/devel/etcd32/distinfo b/devel/etcd32/distinfo index 2105386840a..c99837eb52c 100644 --- a/devel/etcd32/distinfo +++ b/devel/etcd32/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1501873917 -SHA256 (coreos-etcd-v3.2.5_GH0.tar.gz) = dcb183ebc4a09aec24d33179253f930ef35e23ad51ed1324c14e55b049edf3f9 -SIZE (coreos-etcd-v3.2.5_GH0.tar.gz) = 2887261 +TIMESTAMP = 1503382459 +SHA256 (coreos-etcd-v3.2.6_GH0.tar.gz) = 23ab4016bf0a057d36461cee001dc5b38d0d757fa5d9e8226833687dab06faa2 +SIZE (coreos-etcd-v3.2.6_GH0.tar.gz) = 2886557 diff --git a/devel/fortytwo-encore/Makefile b/devel/fortytwo-encore/Makefile index 0d7b45e0c40..6eccf9be829 100644 --- a/devel/fortytwo-encore/Makefile +++ b/devel/fortytwo-encore/Makefile @@ -2,7 +2,7 @@ PORTNAME= encore PORTVERSION= 0.3.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel gnustep MASTER_SITES= SF/fortytwo/Encore/${PORTVERSION} PKGNAMEPREFIX= fortytwo- diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile index 1ffedbba48c..a3c2acab539 100644 --- a/devel/gnustep-make/Makefile +++ b/devel/gnustep-make/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gnustep-make -PORTVERSION= 2.6.7 -PORTREVISION= 2 +PORTVERSION= 2.7.0 CATEGORIES= devel gnustep MASTER_SITES= GNUSTEP/core diff --git a/devel/gnustep-make/distinfo b/devel/gnustep-make/distinfo index 58a5fd441cc..16253d6ceaf 100644 --- a/devel/gnustep-make/distinfo +++ b/devel/gnustep-make/distinfo @@ -1,2 +1,3 @@ -SHA256 (gnustep-make-2.6.7.tar.gz) = 112b57737c3dcc66c78a5c88925ae1d672673d256d9935598e98bcd687d051e4 -SIZE (gnustep-make-2.6.7.tar.gz) = 583730 +TIMESTAMP = 1495188955 +SHA256 (gnustep-make-2.7.0.tar.gz) = 90a01cbfb68aafe01c4cc4123121ebd2da0e1e2076795b5682f0833fddf311ce +SIZE (gnustep-make-2.7.0.tar.gz) = 596399 diff --git a/devel/gnustep-make/files/patch-Instance_framework.make b/devel/gnustep-make/files/patch-Instance_framework.make deleted file mode 100644 index bd4f7cf5bd1..00000000000 --- a/devel/gnustep-make/files/patch-Instance_framework.make +++ /dev/null @@ -1,11 +0,0 @@ ---- Instance/framework.make 2016-03-18 10:56:04.192482000 -0500 -+++ Instance/framework.make 2016-03-18 10:56:59.215696000 -0500 -@@ -493,7 +493,7 @@ - echo "@end" >> $@; \ - echo "@implementation $(DUMMY_FRAMEWORK)" >> $@; \ - echo "+ (NSString *)frameworkEnv { return nil; }" >> $@; \ -- echo "+ (NSString *)frameworkPath { return @\"$(FRAMEWORK_INSTALL_DIR)\"; }" >> $@; \ -+ echo "+ (NSString *)frameworkPath { return @\"$(GNUSTEP_$(GNUSTEP_INSTALLATION_DOMAIN)_FRAMEWORKS)\"; }" >> $@; \ - echo "+ (NSString *)frameworkVersion { return @\"$(CURRENT_VERSION_NAME)\"; }" >> $@; \ - echo "static NSString *allClasses[] = {$$classlist};" >> $@; \ - echo "+ (NSString *const*)frameworkClasses { return allClasses; }" >> $@;\ diff --git a/devel/gnustep-make/pkg-plist b/devel/gnustep-make/pkg-plist index 74b014073ca..6d62f535c58 100644 --- a/devel/gnustep-make/pkg-plist +++ b/devel/gnustep-make/pkg-plist @@ -18,6 +18,7 @@ GNUstep/System/Library/Makefiles/Instance/Documentation/texi.make GNUstep/System/Library/Makefiles/Instance/Shared/bundle.make GNUstep/System/Library/Makefiles/Instance/Shared/headers.make GNUstep/System/Library/Makefiles/Instance/Shared/java.make +GNUstep/System/Library/Makefiles/Instance/Shared/pkgconfig.make GNUstep/System/Library/Makefiles/Instance/Shared/stamp-string.make GNUstep/System/Library/Makefiles/Instance/Shared/strings.make GNUstep/System/Library/Makefiles/Instance/application.make @@ -176,7 +177,6 @@ GNUstep/System/Makefiles @dir GNUstep/System/Library/Libraries/Resources @dir GNUstep/System/Library/Makefiles/Additional @dir GNUstep/System/Library/Makefiles/Auxiliary -@dir GNUstep/System/Library/Makefiles/%%GNU_ARCH%% @dir GNUstep/System/Library/PostScript @dir GNUstep/System/Library/Sounds @dir GNUstep/System/Library/Services diff --git a/devel/gnustep/Makefile b/devel/gnustep/Makefile index ebd1ddd3c1c..c19f91443be 100644 --- a/devel/gnustep/Makefile +++ b/devel/gnustep/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnustep PORTVERSION= 1.28.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel lang gnustep MAINTAINER= theraven@FreeBSD.org diff --git a/devel/gorm/Makefile b/devel/gorm/Makefile index 575b00b18a5..1fcc623ab6c 100644 --- a/devel/gorm/Makefile +++ b/devel/gorm/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gorm -PORTVERSION= 1.2.22 +PORTVERSION= 1.2.23 CATEGORIES= devel gnustep MASTER_SITES= GNUSTEP/dev-apps diff --git a/devel/gorm/distinfo b/devel/gorm/distinfo index d62f850c783..3db26d41a56 100644 --- a/devel/gorm/distinfo +++ b/devel/gorm/distinfo @@ -1,2 +1,3 @@ -SHA256 (gorm-1.2.22.tar.gz) = b15aca762a41a233535cdcadf3e0ce8cfcfbb48c31857eef246ca5d68bb105d7 -SIZE (gorm-1.2.22.tar.gz) = 695453 +TIMESTAMP = 1495374876 +SHA256 (gorm-1.2.23.tar.gz) = cbd25abbbc85d81d50111be75da14aabce368337694948c95b68b6fdf74eeea2 +SIZE (gorm-1.2.23.tar.gz) = 695799 diff --git a/devel/highlighterkit/Makefile b/devel/highlighterkit/Makefile index ce9872941ea..da21562500f 100644 --- a/devel/highlighterkit/Makefile +++ b/devel/highlighterkit/Makefile @@ -2,7 +2,7 @@ PORTNAME= highlighterkit PORTVERSION= 0.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel gnustep MASTER_SITES= http://download.gna.org/pmanager/0.2/ DISTNAME= HighlighterKit-${PORTVERSION} diff --git a/devel/jenkins-lts/Makefile b/devel/jenkins-lts/Makefile index 0dad9a6d5c4..8fe2b1ee286 100644 --- a/devel/jenkins-lts/Makefile +++ b/devel/jenkins-lts/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 2.60.2 +PORTVERSION= 2.60.3 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war-stable/${PORTVERSION}/ PKGNAMESUFFIX= -lts @@ -16,7 +16,7 @@ COMMENT= Open-source continuous integration server LICENSE= MIT CONFLICTS= jenkins-[0-9]* -USE_JAVA= yes +USE_JAVA= 1.8+ NO_BUILD= yes diff --git a/devel/jenkins-lts/distinfo b/devel/jenkins-lts/distinfo index b066795f413..85230b0411f 100644 --- a/devel/jenkins-lts/distinfo +++ b/devel/jenkins-lts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1500638890 -SHA256 (jenkins/2.60.2/jenkins.war) = 14d0788d89be82958a46965de039a55813f9727bd4d0592dc77905976483ba95 -SIZE (jenkins/2.60.2/jenkins.war) = 70613578 +TIMESTAMP = 1503285585 +SHA256 (jenkins/2.60.3/jenkins.war) = 2d71b8f87c8417f9303a73d52901a59678ee6c0eefcf7325efed6035ff39372a +SIZE (jenkins/2.60.3/jenkins.war) = 70620203 diff --git a/devel/jenkins/Makefile b/devel/jenkins/Makefile index 78a3cbee8c1..addc598f12b 100644 --- a/devel/jenkins/Makefile +++ b/devel/jenkins/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 2.74 +PORTVERSION= 2.75 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/ DISTNAME= jenkins diff --git a/devel/jenkins/distinfo b/devel/jenkins/distinfo index f7576182734..d99b9d031cc 100644 --- a/devel/jenkins/distinfo +++ b/devel/jenkins/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1503010062 -SHA256 (jenkins/2.74/jenkins.war) = 9f37140d0ccb6a9aa7c3c8a522a79b37bd1123edddca0e7f8f6dd579ffe8cb86 -SIZE (jenkins/2.74/jenkins.war) = 73001443 +TIMESTAMP = 1503341711 +SHA256 (jenkins/2.75/jenkins.war) = 56cc5d3152ed7d4dffa1fd5bfbebd1b91a71724dfd2bc318e649d9a7f3e601ef +SIZE (jenkins/2.75/jenkins.war) = 72992615 diff --git a/devel/libclaw/pkg-descr b/devel/libclaw/pkg-descr index a9e70d7b8bd..466ca27adab 100644 --- a/devel/libclaw/pkg-descr +++ b/devel/libclaw/pkg-descr @@ -3,4 +3,4 @@ from the simplest AVL binary search trees to the complex meta programming tools, including image manipulation, a generic alpha-beta algorithm, sockets implemented as std::stream and more -WWW: http://libclaw.sourceforge.net +WWW: http://libclaw.sourceforge.net/ diff --git a/devel/libgta/Makefile b/devel/libgta/Makefile index 021d79c6de6..1f1900562da 100644 --- a/devel/libgta/Makefile +++ b/devel/libgta/Makefile @@ -2,22 +2,22 @@ # $FreeBSD$ PORTNAME= libgta -PORTVERSION= 1.0.5 +PORTVERSION= 1.0.8 CATEGORIES= devel MASTER_SITES= SAVANNAH/gta MAINTAINER= lbartoletti@tuxfamily.org COMMENT= Portable library that implements the GTA file format +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING + OPTIONS_DEFINE= DOCS GNU_CONFIGURE= yes USES= pathfix gmake tar:xz USE_LDCONFIG= yes -regression-test test: build - cd ${WRKSR}/ && ${SETENV} ${MAKE_ENV} ${MAKE} check - post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgta.so diff --git a/devel/libgta/distinfo b/devel/libgta/distinfo index 58a1001478d..48bff2913aa 100644 --- a/devel/libgta/distinfo +++ b/devel/libgta/distinfo @@ -1,2 +1,3 @@ -SHA256 (libgta-1.0.5.tar.xz) = e24d282dbc13367dec9e58b9ba079951b90b5b6b14f085b2914489bf89d92561 -SIZE (libgta-1.0.5.tar.xz) = 310592 +TIMESTAMP = 1503100056 +SHA256 (libgta-1.0.8.tar.xz) = 1d2ff713955eee28310de082a8fd8e236403c27dee3716ba1238c56e6643e4fb +SIZE (libgta-1.0.8.tar.xz) = 315332 diff --git a/devel/libgta/pkg-plist b/devel/libgta/pkg-plist index 4e7710ff174..1a0529a7c18 100644 --- a/devel/libgta/pkg-plist +++ b/devel/libgta/pkg-plist @@ -1,11 +1,4 @@ -include/gta/gta.h -include/gta/gta.hpp -include/gta/gta_version.h -lib/libgta.a -lib/libgta.so -lib/libgta.so.0 -libdata/pkgconfig/gta.pc -%%PORTDOCS%%%%DOCSDIR%%/FindGTA.cmake +%%DATADIR%%/cmake/FindGTA.cmake %%PORTDOCS%%%%DOCSDIR%%/example-basic.c %%PORTDOCS%%%%DOCSDIR%%/example-basic.cpp %%PORTDOCS%%%%DOCSDIR%%/example-block-io.c @@ -14,3 +7,10 @@ libdata/pkgconfig/gta.pc %%PORTDOCS%%%%DOCSDIR%%/example-stream-io.cpp %%PORTDOCS%%%%DOCSDIR%%/example-tags.c %%PORTDOCS%%%%DOCSDIR%%/example-tags.cpp +include/gta/gta_version.h +include/gta/gta.h +include/gta/gta.hpp +lib/libgta.a +lib/libgta.so +lib/libgta.so.0 +libdata/pkgconfig/gta.pc diff --git a/devel/p5-Algorithm-Cluster/Makefile b/devel/p5-Algorithm-Cluster/Makefile index 0d7e88e6d1f..659babb2a84 100644 --- a/devel/p5-Algorithm-Cluster/Makefile +++ b/devel/p5-Algorithm-Cluster/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Algorithm-Cluster -PORTVERSION= 1.52 -PORTREVISION= 1 +PORTVERSION= 1.53 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MDEHOON @@ -17,4 +16,7 @@ MAKE_JOBS_UNSAFE= yes USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Algorithm/Cluster/Cluster.so + .include diff --git a/devel/p5-Algorithm-Cluster/distinfo b/devel/p5-Algorithm-Cluster/distinfo index a839ea621ff..c3a152351ce 100644 --- a/devel/p5-Algorithm-Cluster/distinfo +++ b/devel/p5-Algorithm-Cluster/distinfo @@ -1,2 +1,3 @@ -SHA256 (Algorithm-Cluster-1.52.tar.gz) = 67b887c82243dad95c47712c3fcb8ba2ca94327729c566868597a567003cd9cc -SIZE (Algorithm-Cluster-1.52.tar.gz) = 275663 +TIMESTAMP = 1503415918 +SHA256 (Algorithm-Cluster-1.53.tar.gz) = 14cd3921272504a94d647549056c7338a6c2f01c058084f4ab040c15f66bd274 +SIZE (Algorithm-Cluster-1.53.tar.gz) = 277211 diff --git a/devel/p5-CPAN-Perl-Releases/Makefile b/devel/p5-CPAN-Perl-Releases/Makefile index 90e3945e1eb..7fe1b3e8808 100644 --- a/devel/p5-CPAN-Perl-Releases/Makefile +++ b/devel/p5-CPAN-Perl-Releases/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= CPAN-Perl-Releases -PORTVERSION= 3.30 +PORTVERSION= 3.32 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-CPAN-Perl-Releases/distinfo b/devel/p5-CPAN-Perl-Releases/distinfo index 55cbb2dd5bc..c0708212e81 100644 --- a/devel/p5-CPAN-Perl-Releases/distinfo +++ b/devel/p5-CPAN-Perl-Releases/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1500642104 -SHA256 (CPAN-Perl-Releases-3.30.tar.gz) = 0845a9578d3b925616cb378e1cae0e7072a5fa58e2232fbb5ba9571e73f7d6c6 -SIZE (CPAN-Perl-Releases-3.30.tar.gz) = 25023 +TIMESTAMP = 1503415927 +SHA256 (CPAN-Perl-Releases-3.32.tar.gz) = 29915e0e611e3ff49cbb2308249f95179ba6f81b0bf2a0d81917bae6e275e887 +SIZE (CPAN-Perl-Releases-3.32.tar.gz) = 24932 diff --git a/devel/p5-DateTime-Astro/Makefile b/devel/p5-DateTime-Astro/Makefile index 4a3ee0e2265..9b2ee76111f 100644 --- a/devel/p5-DateTime-Astro/Makefile +++ b/devel/p5-DateTime-Astro/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DateTime-Astro -PORTVERSION= 1.01 +PORTVERSION= 1.03 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DMAKI @@ -12,16 +12,18 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Functions For Astromical Calendars LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-DateTime>=0:devel/p5-DateTime \ p5-DateTime-Set>=0:devel/p5-DateTime-Set LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS+= p5-Module-Build-XSUtil>=0.16:devel/p5-Module-Build-XSUtil TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception -USE_PERL5= configure -USES= gmake localbase perl5 +USE_PERL5= modbuild +USES= localbase perl5 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/DateTime/Astro/Astro.so diff --git a/devel/p5-DateTime-Astro/distinfo b/devel/p5-DateTime-Astro/distinfo index 9642f1cd0e3..4b394dbe1d5 100644 --- a/devel/p5-DateTime-Astro/distinfo +++ b/devel/p5-DateTime-Astro/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1502974028 -SHA256 (DateTime-Astro-1.01.tar.gz) = 3f9bb25ec07eb41f234a041248ef1657af29c2cdcff68577bad007f6565f8476 -SIZE (DateTime-Astro-1.01.tar.gz) = 75875 +TIMESTAMP = 1503324589 +SHA256 (DateTime-Astro-1.03.tar.gz) = 0222cfdae69852f0d1f0bd2c607e8f0ac78f2336040da6c9dec3c996689e0112 +SIZE (DateTime-Astro-1.03.tar.gz) = 47057 diff --git a/devel/p5-Module-CoreList/Makefile b/devel/p5-Module-CoreList/Makefile index c4a0ab8c297..ba3642a4108 100644 --- a/devel/p5-Module-CoreList/Makefile +++ b/devel/p5-Module-CoreList/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Module-CoreList -PORTVERSION= 5.20170720 +PORTVERSION= 5.20170821 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-Module-CoreList/distinfo b/devel/p5-Module-CoreList/distinfo index 374f5e90723..429e21f4525 100644 --- a/devel/p5-Module-CoreList/distinfo +++ b/devel/p5-Module-CoreList/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1500642126 -SHA256 (Module-CoreList-5.20170720.tar.gz) = 841051780d23db8f02b8c34909456ae65e6461d5cba4749ef50c977ca992a9aa -SIZE (Module-CoreList-5.20170720.tar.gz) = 99882 +TIMESTAMP = 1503415951 +SHA256 (Module-CoreList-5.20170821.tar.gz) = b90b26a32c0f27d86f9f61e9f6d6b1f2e87a489d4e0e7318c04b8335755293f5 +SIZE (Module-CoreList-5.20170821.tar.gz) = 100057 diff --git a/devel/p5-Module-List/Makefile b/devel/p5-Module-List/Makefile index f156a5f1a2d..6260502d369 100644 --- a/devel/p5-Module-List/Makefile +++ b/devel/p5-Module-List/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Module-List -PORTVERSION= 0.003 -PORTREVISION= 2 +PORTVERSION= 0.004 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +13,7 @@ COMMENT= Module 'directory' listing LICENSE= ART10 GPLv1 LICENSE_COMB= dual +NO_ARCH= yes USES= perl5 USE_PERL5= modbuild diff --git a/devel/p5-Module-List/distinfo b/devel/p5-Module-List/distinfo index bd0851b8559..1c5a9a47f9c 100644 --- a/devel/p5-Module-List/distinfo +++ b/devel/p5-Module-List/distinfo @@ -1,2 +1,3 @@ -SHA256 (Module-List-0.003.tar.gz) = 808ac3b5eecc3dd5ccd7058320dd519f495b5778c681114e361654f27bab7159 -SIZE (Module-List-0.003.tar.gz) = 6860 +TIMESTAMP = 1503416562 +SHA256 (Module-List-0.004.tar.gz) = c2d002023a7aee94a170d7c8640ff86a45c0aa410a42014713121c818f44ffc0 +SIZE (Module-List-0.004.tar.gz) = 7465 diff --git a/devel/papilio-loader/Makefile b/devel/papilio-loader/Makefile index ed71392fe32..0626f49a0fd 100644 --- a/devel/papilio-loader/Makefile +++ b/devel/papilio-loader/Makefile @@ -1,35 +1,35 @@ # Created by: mr@freebsd.org # $FreeBSD$ -PORTNAME= papilio-loader -PORTVERSION= 2.8 +PORTNAME= papilio-loader +PORTVERSION= 2.8 PORTREVISION= 1 -CATEGORIES= devel +CATEGORIES= devel -MAINTAINER= mr@FreeBSD.org -COMMENT= Load bit files to the Open Source Papilio FPGA boards +MAINTAINER= mr@FreeBSD.org +COMMENT= Load bit files to the Open Source Papilio FPGA boards -LICENSE= GPLv2 +LICENSE= GPLv2 -LIB_DEPENDS= libftdi1.so:devel/libftdi1 +LIB_DEPENDS= libftdi1.so:devel/libftdi1 -USE_GITHUB= yes -GH_ACCOUNT= GadgetFactory +USE_GITHUB= yes +GH_ACCOUNT= GadgetFactory GH_PROJECT= Papilio-Loader -GH_TAGNAME= dd111c4 -WRKSRC= ${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME}/papilio-prog +GH_TAGNAME= dd111c4 +WRKSRC_SUBDIR= papilio-prog -USES= autoreconf:autoconf pkgconfig gmake -GNU_CONFIGURE= yes -CONFIGURE_ENV+= libftdi1_CFLAGS="-I ${LOCALBASE}/include/libftdi1" -CONFIGURE_ENV+= libftdi1_LIBS="-L ${LOCALBASE}/lib -lftdi1" +USES= autoreconf:autoconf pkgconfig gmake +GNU_CONFIGURE= yes +CONFIGURE_ENV+= libftdi1_CFLAGS="-I ${LOCALBASE}/include/libftdi1" +CONFIGURE_ENV+= libftdi1_LIBS="-L ${LOCALBASE}/lib -lftdi1" post-patch: @echo "${DATADIR}" ${CP} ${FILESDIR}/Papilio_Programmer.sh ${WRKSRC} @${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|' ${WRKSRC}/Papilio_Programmer.sh -BITFILES= bscan_spi_xc3s250e.bit bscan_spi_xc3s500e.bit bscan_spi_lx9.bit +BITFILES= bscan_spi_xc3s250e.bit bscan_spi_xc3s500e.bit bscan_spi_lx9.bit post-install: ${INSTALL_SCRIPT} ${INSTALL_WRKSRC}/Papilio_Programmer.sh ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DATADIR} diff --git a/devel/performance/Makefile b/devel/performance/Makefile index 3fa0c40d8fc..8b6be48c125 100644 --- a/devel/performance/Makefile +++ b/devel/performance/Makefile @@ -2,7 +2,7 @@ PORTNAME= performance PORTVERSION= 0.5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel gnustep MASTER_SITES= GNUSTEP/libs DISTNAME= Performance-${PORTVERSION} diff --git a/devel/projectcenter/Makefile b/devel/projectcenter/Makefile index 20c66da6b6b..befa3bd3638 100644 --- a/devel/projectcenter/Makefile +++ b/devel/projectcenter/Makefile @@ -3,6 +3,7 @@ PORTNAME= projectcenter PORTVERSION= 0.6.2 +PORTREVISION= 1 CATEGORIES= devel gnustep MASTER_SITES= GNUSTEP/dev-apps DISTNAME= ProjectCenter-${PORTVERSION} diff --git a/devel/protobuf/files/patch-src-google-protobuf-stubs-port.h b/devel/protobuf/files/patch-src-google-protobuf-stubs-port.h new file mode 100644 index 00000000000..39bdb99c0c2 --- /dev/null +++ b/devel/protobuf/files/patch-src-google-protobuf-stubs-port.h @@ -0,0 +1,16 @@ +--- src/google/protobuf/stubs/port.h.orig 2017-08-15 23:39:12 UTC ++++ src/google/protobuf/stubs/port.h +@@ -256,8 +256,11 @@ static const uint64 kuint64max = GOOGLE_ + # define GOOGLE_PROTOBUF_USE_UNALIGNED 0 + #else + // x86 and x86-64 can perform unaligned loads/stores directly. +-# define GOOGLE_PROTOBUF_USE_UNALIGNED defined(_M_X64) || \ +- defined(__x86_64__) || defined(_M_IX86) || defined(__i386__) ++# if defined(_M_X64) || defined(__x86_64__) || defined(_M_IX86) || defined(__i386__) ++# define GOOGLE_PROTOBUF_USE_UNALIGNED 1 ++# else ++# define GOOGLE_PROTOBUF_USE_UNALIGNED 0 ++# endif + #endif + + #if GOOGLE_PROTOBUF_USE_UNALIGNED diff --git a/devel/py-nbformat/Makefile b/devel/py-nbformat/Makefile index 92f3eece38c..573e41e96d3 100644 --- a/devel/py-nbformat/Makefile +++ b/devel/py-nbformat/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= nbformat -PORTVERSION= 4.3.0 +PORTVERSION= 4.4.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-nbformat/distinfo b/devel/py-nbformat/distinfo index 91ab172b807..85c69381319 100644 --- a/devel/py-nbformat/distinfo +++ b/devel/py-nbformat/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1489231912 -SHA256 (nbformat-4.3.0.tar.gz) = 5febcce872672f1c97569e89323992bdcb8573fdad703f835e6521253191478b -SIZE (nbformat-4.3.0.tar.gz) = 578765 +TIMESTAMP = 1503324604 +SHA256 (nbformat-4.4.0.tar.gz) = f7494ef0df60766b7cabe0a3651556345a963b74dbc16bc7c18479041170d402 +SIZE (nbformat-4.4.0.tar.gz) = 113683 diff --git a/devel/py-python-jenkins/Makefile b/devel/py-python-jenkins/Makefile index 86d20f62e62..b31619393c7 100644 --- a/devel/py-python-jenkins/Makefile +++ b/devel/py-python-jenkins/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= python-jenkins -PORTVERSION= 0.4.14 +PORTVERSION= 0.4.15 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-python-jenkins/distinfo b/devel/py-python-jenkins/distinfo index d754057a3ef..7ab9eac670c 100644 --- a/devel/py-python-jenkins/distinfo +++ b/devel/py-python-jenkins/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1490689298 -SHA256 (python-jenkins-0.4.14.tar.gz) = 0e7be43887dbefb94c1b903c7e3ae9fa726435959c627be2a48d3899da9e11d9 -SIZE (python-jenkins-0.4.14.tar.gz) = 51900 +TIMESTAMP = 1503313123 +SHA256 (python-jenkins-0.4.15.tar.gz) = 12c50a027e12048504c71e984e8e776a15a1204065b86ca2d1d871802c6da336 +SIZE (python-jenkins-0.4.15.tar.gz) = 50732 diff --git a/devel/py-sanetime/Makefile b/devel/py-sanetime/Makefile index 35602ed193e..2f0759311b6 100644 --- a/devel/py-sanetime/Makefile +++ b/devel/py-sanetime/Makefile @@ -3,7 +3,7 @@ PORTNAME= sanetime PORTVERSION= 4.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python astro MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,21 +12,15 @@ MAINTAINER= koobs@FreeBSD.org COMMENT= Sane date/time Python interface, with Django support LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}pytz>=2010:devel/py-pytz +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}unittest2>=0:devel/py-unittest2 -OPTIONS_DEFINE= TESTS -TESTS_DESC= Include tools for unit tests - -USES= python:2 +USES= python:2.7 USE_PYTHON= distutils autoplist - -TESTS_BUILD_DEPENDS= ${TEST_DEPENDS} - -.include - -regression-test: build - cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test +DO_MAKE_TEST= ${SETENV} ${TEST_ENV} ${PYTHON_CMD} ${PYDISTUTILS_SETUP} +TEST_TARGET= test .include diff --git a/devel/py-xcaplib/Makefile b/devel/py-xcaplib/Makefile index 2d7aa28b881..eee0cdfad66 100644 --- a/devel/py-xcaplib/Makefile +++ b/devel/py-xcaplib/Makefile @@ -10,19 +10,18 @@ MASTER_SITES= http://download.ag-projects.com/XCAP/ \ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= python@FreeBSD.org COMMENT= Python XCAP client library LICENSE= LGPL20 LGPL21 LGPL3 LICENSE_COMB= dual -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=2.1.2:devel/py-lxml \ - ${PYTHON_PKGNAMEPREFIX}application>=1.1.5:devel/py-application \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}application>=1.1.5:devel/py-application \ + ${PYTHON_PKGNAMEPREFIX}lxml>=2.1.2:devel/py-lxml \ ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted -RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include diff --git a/devel/rubygem-aws-sdk-core/Makefile b/devel/rubygem-aws-sdk-core/Makefile index 8be068401ac..9ef4b17aaa0 100644 --- a/devel/rubygem-aws-sdk-core/Makefile +++ b/devel/rubygem-aws-sdk-core/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-core -PORTVERSION= 2.10.29 +PORTVERSION= 2.10.30 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-core/distinfo b/devel/rubygem-aws-sdk-core/distinfo index 55cb7826b41..8498072d488 100644 --- a/devel/rubygem-aws-sdk-core/distinfo +++ b/devel/rubygem-aws-sdk-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1503156552 -SHA256 (rubygem/aws-sdk-core-2.10.29.gem) = aec12870254d044adfce8540be95c1763cc0872822651181d702358df235f7a3 -SIZE (rubygem/aws-sdk-core-2.10.29.gem) = 1061376 +TIMESTAMP = 1503413606 +SHA256 (rubygem/aws-sdk-core-2.10.30.gem) = 3cc4e3c3fe9a80c80a69a275d4ff0eb5cf192009d8192e5872151a4a033a21f3 +SIZE (rubygem/aws-sdk-core-2.10.30.gem) = 1061376 diff --git a/devel/rubygem-aws-sdk-resources/Makefile b/devel/rubygem-aws-sdk-resources/Makefile index 492086aff5b..19cbaf009b7 100644 --- a/devel/rubygem-aws-sdk-resources/Makefile +++ b/devel/rubygem-aws-sdk-resources/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-resources -PORTVERSION= 2.10.29 +PORTVERSION= 2.10.30 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-resources/distinfo b/devel/rubygem-aws-sdk-resources/distinfo index 40868313d0a..0bf708d2cb4 100644 --- a/devel/rubygem-aws-sdk-resources/distinfo +++ b/devel/rubygem-aws-sdk-resources/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1503156559 -SHA256 (rubygem/aws-sdk-resources-2.10.29.gem) = 228b92768e697fb83db366bc8f46469a5a0583e480be8b40709530ba7cd5beba -SIZE (rubygem/aws-sdk-resources-2.10.29.gem) = 48640 +TIMESTAMP = 1503413636 +SHA256 (rubygem/aws-sdk-resources-2.10.30.gem) = 091029322be1311925aad882efe7cbcc92d9d935e716835ffd315709bb0b71c5 +SIZE (rubygem/aws-sdk-resources-2.10.30.gem) = 48640 diff --git a/devel/rubygem-aws-sdk/Makefile b/devel/rubygem-aws-sdk/Makefile index d71f34f6a33..48e76887ed4 100644 --- a/devel/rubygem-aws-sdk/Makefile +++ b/devel/rubygem-aws-sdk/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk -PORTVERSION= 2.10.29 +PORTVERSION= 2.10.30 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk/distinfo b/devel/rubygem-aws-sdk/distinfo index 20b90e89c5f..d7a8ebce2a7 100644 --- a/devel/rubygem-aws-sdk/distinfo +++ b/devel/rubygem-aws-sdk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1503156564 -SHA256 (rubygem/aws-sdk-2.10.29.gem) = a2b833cfabce79d165562ace74e26e0809bc4e42dca898c8bff9a76d028f1396 -SIZE (rubygem/aws-sdk-2.10.29.gem) = 4608 +TIMESTAMP = 1503413493 +SHA256 (rubygem/aws-sdk-2.10.30.gem) = 7077adc60c219995517e1bf1a20f15e6998d448e33bb8ed9a2e4ebb61e60d803 +SIZE (rubygem/aws-sdk-2.10.30.gem) = 4608 diff --git a/devel/rubygem-coercible/Makefile b/devel/rubygem-coercible/Makefile index 56e6bd95310..9ee87533115 100644 --- a/devel/rubygem-coercible/Makefile +++ b/devel/rubygem-coercible/Makefile @@ -10,11 +10,11 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby coercion library LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-descendants_tracker>=0.0.1:devel/rubygem-descendants_tracker NO_ARCH= yes - USE_RUBY= yes USES= gem diff --git a/devel/rubygem-descendants_tracker/Makefile b/devel/rubygem-descendants_tracker/Makefile index f7eb2496814..a40df6e1e18 100644 --- a/devel/rubygem-descendants_tracker/Makefile +++ b/devel/rubygem-descendants_tracker/Makefile @@ -9,11 +9,11 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Module that adds descendant tracking to a class LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-thread_safe>=0.3.1:devel/rubygem-thread_safe NO_ARCH= yes - USE_RUBY= yes USES= gem diff --git a/devel/rubygem-grape-route-helpers/Makefile b/devel/rubygem-grape-route-helpers/Makefile new file mode 100644 index 00000000000..3b9a6778532 --- /dev/null +++ b/devel/rubygem-grape-route-helpers/Makefile @@ -0,0 +1,23 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= grape-route-helpers +PORTVERSION= 2.1.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Route helpers for Grape + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-activesupport4>=0:devel/rubygem-activesupport4 \ + rubygem-grape>=0.16.0:devel/rubygem-grape \ + rubygem-rake>=0:devel/rubygem-rake + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include diff --git a/devel/rubygem-grape-route-helpers/distinfo b/devel/rubygem-grape-route-helpers/distinfo new file mode 100644 index 00000000000..e8e10f5e03c --- /dev/null +++ b/devel/rubygem-grape-route-helpers/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1503245755 +SHA256 (rubygem/grape-route-helpers-2.1.0.gem) = 12be5a4d069b86a3ddc5d6faa8e5f20d2e9d7ef57384d099b8289b39156d4449 +SIZE (rubygem/grape-route-helpers-2.1.0.gem) = 13824 diff --git a/devel/rubygem-grape-route-helpers/pkg-descr b/devel/rubygem-grape-route-helpers/pkg-descr new file mode 100644 index 00000000000..0783cc0bf56 --- /dev/null +++ b/devel/rubygem-grape-route-helpers/pkg-descr @@ -0,0 +1,4 @@ +grape-route-helpers provides named route helpers for Grape APIs, similar to +Rails' route helpers. + +WWW: https://github.com/reprah/grape-route-helpers diff --git a/devel/rubygem-virtus/Makefile b/devel/rubygem-virtus/Makefile index 16a8373c76d..3228e27a617 100644 --- a/devel/rubygem-virtus/Makefile +++ b/devel/rubygem-virtus/Makefile @@ -9,6 +9,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Attributes on Steroids for Plain Old Ruby Objects LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-axiom-types>=0.1:devel/rubygem-axiom-types \ rubygem-coercible>=1.0:devel/rubygem-coercible \ @@ -16,7 +17,6 @@ RUN_DEPENDS= rubygem-axiom-types>=0.1:devel/rubygem-axiom-types \ rubygem-equalizer>=0.0.9:devel/rubygem-equalizer NO_ARCH= yes - USE_RUBY= yes USES= gem diff --git a/devel/sope2/Makefile b/devel/sope2/Makefile index a253406b244..ebf1fed80f1 100644 --- a/devel/sope2/Makefile +++ b/devel/sope2/Makefile @@ -3,6 +3,7 @@ PORTNAME= sope2 PORTVERSION= 2.3.22 +PORTREVISION= 1 CATEGORIES= devel gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOPE-${PORTVERSION} diff --git a/devel/sope3/Makefile b/devel/sope3/Makefile index 5af56cd6d26..1f2b9eca989 100644 --- a/devel/sope3/Makefile +++ b/devel/sope3/Makefile @@ -3,6 +3,7 @@ PORTNAME= sope3 PORTVERSION= 3.2.10 +PORTREVISION= 1 CATEGORIES= devel gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOPE-${PORTVERSION} diff --git a/devel/stlink/Makefile b/devel/stlink/Makefile index bbbe1fce97c..d702dc0ac7b 100644 --- a/devel/stlink/Makefile +++ b/devel/stlink/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= stlink -PORTVERSION= 1.3.1 +PORTVERSION= 1.4.0 PORTREVISION= 0 CATEGORIES= devel diff --git a/devel/stlink/distinfo b/devel/stlink/distinfo index 64c0155290a..51c4e47ba45 100644 --- a/devel/stlink/distinfo +++ b/devel/stlink/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1488203800 -SHA256 (texane-stlink-1.3.1_GH0.tar.gz) = 5d346b884b5cf1f7f9bb7fd7ee049b3b2e880785c7a15774d0b1a6574823e63b -SIZE (texane-stlink-1.3.1_GH0.tar.gz) = 130587 +TIMESTAMP = 1503328091 +SHA256 (texane-stlink-1.4.0_GH0.tar.gz) = d99b8385cce8071d5e58de21b6c8866058af20a8dd46ecf01e1c1dc3aa038cc9 +SIZE (texane-stlink-1.4.0_GH0.tar.gz) = 138765 diff --git a/devel/stlink/files/extra-pacth-turn-off-gtk b/devel/stlink/files/extra-pacth-turn-off-gtk index e664cb8170c..e4134d7ecb5 100644 --- a/devel/stlink/files/extra-pacth-turn-off-gtk +++ b/devel/stlink/files/extra-pacth-turn-off-gtk @@ -1,14 +1,14 @@ ---- CMakeLists.txt.orig 2017-01-31 16:20:32.995425000 +0300 -+++ CMakeLists.txt 2017-01-31 16:20:46.354608000 +0300 -@@ -19,10 +19,10 @@ +--- CMakeLists.txt.orig 2017-07-01 17:41:54.000000000 +0300 ++++ CMakeLists.txt 2017-08-21 18:28:07.992623000 +0300 +@@ -21,10 +21,10 @@ include(cmake/CFlags.cmake) # Dependencies ### find_package(LibUSB REQUIRED) --if (NOT APPLE AND NOT WIN32) +-if (NOT APPLE AND NOT WIN32 AND NOT CMAKE_CROSSCOMPILING) - find_package(PkgConfig) - pkg_check_modules(gtk gtk+-3.0) -endif () -+#if (NOT APPLE AND NOT WIN32) ++#if (NOT APPLE AND NOT WIN32 AND NOT CMAKE_CROSSCOMPILING) +# find_package(PkgConfig) +# pkg_check_modules(gtk gtk+-3.0) +#endif () diff --git a/devel/stlink/files/patch-cmake_CFlags.cmake b/devel/stlink/files/patch-cmake_CFlags.cmake new file mode 100644 index 00000000000..bfc7152a860 --- /dev/null +++ b/devel/stlink/files/patch-cmake_CFlags.cmake @@ -0,0 +1,10 @@ +--- cmake/CFlags.cmake.orig 2017-07-01 17:41:54.000000000 +0300 ++++ cmake/CFlags.cmake 2017-08-21 18:28:07.994387000 +0300 +@@ -27,6 +27,7 @@ add_cflag_if_supported("-Wmaybe-uninitia + add_cflag_if_supported("-Wmissing-variable-declarations") + add_cflag_if_supported("-Wshorten-64-to-32") + add_cflag_if_supported("-Wimplicit-function-declaration") ++add_cflag_if_supported("-Wno-string-plus-int") + + ## + # On OpenBSD the system headers suck so we need to disable redundant declaration check diff --git a/devel/stlink/files/patch-doc_man_CMakeLists.txt b/devel/stlink/files/patch-doc_man_CMakeLists.txt index b81442074db..9552bda66d6 100644 --- a/devel/stlink/files/patch-doc_man_CMakeLists.txt +++ b/devel/stlink/files/patch-doc_man_CMakeLists.txt @@ -1,5 +1,5 @@ ---- doc/man/CMakeLists.txt.orig 2017-01-30 06:06:25 UTC -+++ doc/man/CMakeLists.txt +--- doc/man/CMakeLists.txt.orig 2017-07-01 17:41:54.000000000 +0300 ++++ doc/man/CMakeLists.txt 2017-08-21 18:28:07.995838000 +0300 @@ -31,7 +31,7 @@ foreach(manpage ${MANPAGES}) endif() diff --git a/devel/stlink/files/patch-usr_lib_pkgconfig_CMakeLists.txt b/devel/stlink/files/patch-usr_lib_pkgconfig_CMakeLists.txt index ec45d33e0fb..0491efdce21 100644 --- a/devel/stlink/files/patch-usr_lib_pkgconfig_CMakeLists.txt +++ b/devel/stlink/files/patch-usr_lib_pkgconfig_CMakeLists.txt @@ -1,9 +1,9 @@ ---- usr/lib/pkgconfig/CMakeLists.txt.orig 2017-01-30 06:06:25 UTC -+++ usr/lib/pkgconfig/CMakeLists.txt +--- usr/lib/pkgconfig/CMakeLists.txt.orig 2017-07-01 17:41:54.000000000 +0300 ++++ usr/lib/pkgconfig/CMakeLists.txt 2017-08-21 18:28:07.997277000 +0300 @@ -10,5 +10,5 @@ configure_file( ) install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.pc" -- DESTINATION lib/${CMAKE_LIBRARY_PATH}/pkgconfig/ +- DESTINATION ${STLINK_LIBRARY_PATH}/pkgconfig/ + DESTINATION libdata/pkgconfig/ ) diff --git a/devel/stlink/pkg-plist b/devel/stlink/pkg-plist index da06ca00db8..1b50f4079a0 100644 --- a/devel/stlink/pkg-plist +++ b/devel/stlink/pkg-plist @@ -14,7 +14,7 @@ include/stlink/usb.h include/stlink/version.h lib/libstlink-shared.so lib/libstlink-shared.so.1 -lib/libstlink-shared.so.1.3.1 +lib/libstlink-shared.so.1.4.0 lib/libstlink.a libdata/pkgconfig/stlink.pc man/man1/st-flash.1.gz diff --git a/devel/tclthread/Makefile b/devel/tclthread/Makefile index 4c3f5ed9a21..adccde7469b 100644 --- a/devel/tclthread/Makefile +++ b/devel/tclthread/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= thread -PORTVERSION= 2.8.0 +PORTVERSION= 2.8.1 CATEGORIES= devel -MASTER_SITES= SF/tcl/Tcl/8.6.6/ +MASTER_SITES= SF/tcl/Tcl/8.6.7/ PKGNAMEPREFIX= tcl DISTNAME= ${PORTNAME}${PORTVERSION} diff --git a/devel/tclthread/distinfo b/devel/tclthread/distinfo index 4d7a68941b2..89c8ce9e414 100644 --- a/devel/tclthread/distinfo +++ b/devel/tclthread/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1469705140 -SHA256 (thread2.8.0.tar.gz) = 39cd19f799dec4735d0c55876da9a079bd8482fc0cea47a0473fa5e1c6a18a35 -SIZE (thread2.8.0.tar.gz) = 334475 +TIMESTAMP = 1503300056 +SHA256 (thread2.8.1.tar.gz) = d525a28b8df2c49fc7d1b3e7a7c1eb4229ae6f022b9fe2ed80636cfb9433621b +SIZE (thread2.8.1.tar.gz) = 334668 diff --git a/devel/upp/Makefile b/devel/upp/Makefile index e52caf58949..a76a1754f50 100644 --- a/devel/upp/Makefile +++ b/devel/upp/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= upp -PORTVERSION= 9251 -PORTREVISION= 2 +PORTVERSION= 10804 CATEGORIES= devel x11-toolkits -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2015.2/ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2017.1/ DISTNAME= ${PORTNAME}-x11-src-${PORTVERSION} MAINTAINER= m.sund@arcor.de @@ -14,31 +13,20 @@ COMMENT= Ultimate++, a BSD-licensed, cross-platform, C/C++ RAD suite LICENSE= BSD2CLAUSE LICENSE_FILE= ${BUILD_WRKSRC}/Core/Copying -LIB_DEPENDS= libfreetype.so:print/freetype2 \ - libexpat.so:textproc/expat2 \ - libnotify.so:devel/libnotify - -USES= execinfo gmake -USE_XORG= xft -USE_GNOME= gtk20 +USES= compiler:c++11-lib execinfo NOPIE_PORTS= yes WRKSRC= ${WRKDIR}/${DISTNAME} BUILD_WRKSRC= ${WRKSRC}/uppsrc -MACRO_FLAGS= -DflagGUI -DflagMT -DflagGCC -DflagSHARED -DflagPOSIX -DflagBSD -DflagFREEBSD - -MAKE_ARGS= UPPOUT="../_out/" OutFile="../theide" \ - Macro="${MACRO_FLAGS}" \ - LIBPATH="-L${LOCALBASE}/lib -L/usr/lib" \ - CINC="-I. -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 \ +MACRO_FLAGS= -DflagBSD -Dflag${OPSYS:tu} +CINC_GUI= -I. -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 \ -I${LOCALBASE}/include/gtk-2.0 -I${LOCALBASE}/include/atk-1.0 \ -I${LOCALBASE}/include/cairo -I${LOCALBASE}/include/gdk-pixbuf-2.0 \ -I${LOCALBASE}/include/pango-1.0 -I${LOCALBASE}/include/glib-2.0 \ - -I${LOCALBASE}/lib/glib-2.0/include -I/usr/include" - -MAKE_JOBS_UNSAFE= yes + -I${LOCALBASE}/lib/glib-2.0/include -I/usr/include +CINC_CONSOLE= -I. -I${LOCALBASE}/include -I/usr/include BROKEN_aarch64= Does not compile on ${ARCH}: error Unknown CPU architecture BROKEN_powerpc= Does not compile on ${ARCH} @@ -46,33 +34,64 @@ BROKEN_sparc64= Does not compile on ${ARCH} PORTDATA= bazaar examples reference tutorial uppsrc *.bm -DESKTOP_ENTRIES="TheIDE" "IDE for cross-platform C++ development" \ +OPTIONS_DEFINE= MYSQL OPENGL PGSQL SCD SDL USEMALLOC +OPTIONS_DEFAULT= IDE SCD UMK +OPTIONS_MULTI= BUILD +OPTIONS_MULTI_BUILD= IDE UMK +BUILD_DESC= Build/install +IDE_DESC= Build/install TheIDE (integrated development environment) +IDE_DESKTOP_ENTRIES= "TheIDE" "IDE for cross-platform C++ development" \ "${DATADIR}/uppsrc/ide/theide-48.png" "theide" \ "Development;IDE;GTK;" false - -OPTIONS_DEFINE= SDL OPENGL MYSQL PGSQL USEMALLOC +IDE_LIB_DEPENDS= libexpat.so:textproc/expat2 \ + libfreetype.so:print/freetype2 \ + libfontconfig.so:x11-fonts/fontconfig \ + libnotify.so:devel/libnotify \ + libpng.so:graphics/png +IDE_PLIST_FILES= bin/theide ${MANPREFIX}/man/man1/theide.1.gz +IDE_USE= XORG=x11,xau,xcb,xcursor,xdmcp,xext,xfixes,xft,xi,xinerama,xrandr,xrender \ + GNOME=cairo,gdkpixbuf2,gtk20 +IDE_USES= gmake +UMK_DESC= Build/install UMK (U++ MaKe command line utility) +UMK_PLIST_FILES= bin/umk ${MANPREFIX}/man/man1/umk.1.gz USEMALLOC_DESC= Compile without U++ heap allocator USEMALLOC_VARS= MACRO_FLAGS+=-DflagUSEMALLOC - -PLIST_FILES= bin/theide - +SCD_DESC= Install spelling dictionaries (*.scd files) +SCD_VARS= PORTDATA+=*.scd SDL_USE= sql OPENGL_USE= gl MYSQL_USE= mysql=yes PGSQL_USES= pgsql -post-patch: .SILENT - ${MV} ${BUILD_WRKSRC}/Makefile.in ${BUILD_WRKSRC}/Makefile - ${REINPLACE_CMD} -e '/^CXX =/d;/^CFLAGS =/d;/^CXXFLAGS =/d;/^LDFLAGS =/d' \ - -e 's|-Linux-|-BSD-FreeBSD-|' \ - -e 's|-ldl|-lXau -lXdmcp -lfreetype -lexpat -lxcb -lpng -lexecinfo|' \ - ${BUILD_WRKSRC}/Makefile -# Use simplified upstream patch to fix the build - ${REINPLACE_CMD} -e '/ftoutln.h/d' ${BUILD_WRKSRC}/CtrlCore/GtkDrawText.cpp +.include -post-build: .SILENT +.if ${CHOSEN_COMPILER_TYPE} == clang +# Disable some warnings for Clang +CXXFLAGS+= -Wno-logical-op-parentheses +.endif + +post-patch: .SILENT + ${CP} ${BUILD_WRKSRC}/Makefile.in ${BUILD_WRKSRC}/Makefile + ${CP} ${BUILD_WRKSRC}/uMakefile.in ${BUILD_WRKSRC}/uMakefile + ${REINPLACE_CMD} -i '' -e '/^CXX[[:blank:]]*=/d; /^CFLAGS[[:blank:]]*=/d; \ + /^LDFLAGS[[:blank:]]*=/d ; \ + /^Macro[[:blank:]]*=/s|-DflagLINUX|${MACRO_FLAGS}| ; \ + s|\(^CXXFLAGS\)[[:blank:]]*=.*\(-std=.*\)|\1 += \2| ; \ + s|\(^LIBPATH\)[[:blank:]]*=.*|\1 = -L${LOCALBASE}/lib -L/usr/lib|' \ + ${BUILD_WRKSRC}/Makefile \ + ${BUILD_WRKSRC}/uMakefile + ${REINPLACE_CMD} -i '' -e 's|\(^CINC\)[[:blank:]]*=.*|\1 = ${CINC_GUI}| ; \ + /^OutDir_/s|-Gui-Linux|| ; /^OutDir_/s|-Mt|| ; \ + s|-ldl|-lXau -lXdmcp -lxcb -lexecinfo|' \ + ${BUILD_WRKSRC}/Makefile + ${REINPLACE_CMD} -i '' -e 's|\(^CINC\)[[:blank:]]*=.*|\1 = ${CINC_CONSOLE}| ; \ + /^OutDir_/s|-Linux|| ; \ + s|-ldl|-lexecinfo|' \ + ${BUILD_WRKSRC}/uMakefile + +do-build: .SILENT ${ECHO_CMD} "BUILDER = \"GCC\"" > ${WRKSRC}/GCC.bm - ${ECHO_CMD} "COMMON_CPP_OPTIONS = \"-std=c++0x\";" >> ${WRKSRC}/GCC.bm + ${ECHO_CMD} "COMMON_CPP_OPTIONS = \"-std=c++11\";" >> ${WRKSRC}/GCC.bm ${ECHO_CMD} "DEBUG_INFO = \"0\";" >> ${WRKSRC}/GCC.bm ${ECHO_CMD} "DEBUG_BLITZ = \"1\";" >> ${WRKSRC}/GCC.bm ${ECHO_CMD} "DEBUG_LINKMODE = \"1\";" >> ${WRKSRC}/GCC.bm @@ -82,7 +101,6 @@ post-build: .SILENT ${ECHO_CMD} "RELEASE_BLITZ = \"0\";" >> ${WRKSRC}/GCC.bm ${ECHO_CMD} "RELEASE_LINKMODE = \"1\";" >> ${WRKSRC}/GCC.bm ${ECHO_CMD} "RELEASE_OPTIONS = \"-O2 -ffunction-sections -fdata-sections\";" >> ${WRKSRC}/GCC.bm - ${ECHO_CMD} "RELEASE_SIZE_OPTIONS = \"-Os -finline-limit=20 -ffunction-sections -fdata-sections\";" >> ${WRKSRC}/GCC.bm ${ECHO_CMD} "RELEASE_FLAGS = \"\";" >> ${WRKSRC}/GCC.bm ${ECHO_CMD} "RELEASE_LINK = \"-Wl,--gc-sections\";" >> ${WRKSRC}/GCC.bm ${ECHO_CMD} "DEBUGGER = \"gdb\";" >> ${WRKSRC}/GCC.bm @@ -92,14 +110,30 @@ post-build: .SILENT ${ECHO_CMD} "LINKMODE_LOCK = \"0\";" >> ${WRKSRC}/GCC.bm # Also create CLANG build method, based on GCC with some changes (cd ${WRKSRC} && ${CP} GCC.bm CLANG.bm && \ - ${SED} -i '' -e '/^BUILDER/s|GCC|CLANG| ; \ - s| -fdata-sections|| ; s| -finline-limit=20||' CLANG.bm) + ${SED} -i '' -e '/^BUILDER/s|GCC|CLANG| ; s| -fdata-sections||' \ + CLANG.bm) ${ECHO_CMD} "COMMON_OPTIONS = \"-Wno-logical-op-parentheses\";" >> ${WRKSRC}/CLANG.bm ${ECHO_CMD} "ALLOW_PRECOMPILED_HEADERS = \"0\";" >> ${WRKSRC}/CLANG.bm -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/theide ${STAGEDIR}${PREFIX}/bin - (cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDATA} -not ( -type d -empty )" \ - ${STAGEDIR}${DATADIR}) +do-build-IDE-on: + @(cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \ + ${MAKE_FLAGS} Makefile ${_MAKE_JOBS} UPPOUT="../_out/" OutFile="../theide") -.include +do-build-UMK-on: + @(cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \ + ${MAKE_FLAGS} uMakefile ${_MAKE_JOBS} UPPOUT="../_out/" OutFile="../umk") + +do-install: + (cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDATA}" ${STAGEDIR}${DATADIR} \ + "-not ( -type d -empty )") + (cd ${STAGEDIR}${DATADIR}/uppsrc && ${RM} build_info.h *Makefile*) + +do-install-IDE-on: + ${INSTALL_PROGRAM} ${WRKSRC}/theide ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${BUILD_WRKSRC}/ide/theide.1 ${STAGEDIR}${MANPREFIX}/man/man1 + +do-install-UMK-on: + ${INSTALL_PROGRAM} ${WRKSRC}/umk ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${BUILD_WRKSRC}/umk/umk.1 ${STAGEDIR}${MANPREFIX}/man/man1 + +.include diff --git a/devel/upp/distinfo b/devel/upp/distinfo index fb3c5179cbf..2f0ec329db6 100644 --- a/devel/upp/distinfo +++ b/devel/upp/distinfo @@ -1,2 +1,3 @@ -SHA256 (upp-x11-src-9251.tar.gz) = f1012e15914a4a9d4c70c008b94b932db7dd39ff043bdf5c4584a45f7580ebd5 -SIZE (upp-x11-src-9251.tar.gz) = 45014025 +TIMESTAMP = 1485783187 +SHA256 (upp-x11-src-10804.tar.gz) = 271e313af801bac3ca78ca3c90bf9976d92ca9542427425758b4a8e69be86cba +SIZE (upp-x11-src-10804.tar.gz) = 56728218 diff --git a/devel/upp/files/patch-uppsrc_Core_Core.h b/devel/upp/files/patch-uppsrc_Core_Core.h deleted file mode 100644 index 0a748755800..00000000000 --- a/devel/upp/files/patch-uppsrc_Core_Core.h +++ /dev/null @@ -1,18 +0,0 @@ ---- uppsrc/Core/Core.h.orig 2015-11-29 14:17:07 UTC -+++ uppsrc/Core/Core.h -@@ -342,12 +342,12 @@ static const MemDiagCls sMemDiagHelper__ - - //some global definitions - --#if !defined(STLPORT) && _MSC_VER < 1600 -+#if !defined(STLPORT) && _MSC_VER < 1600 && !defined(_LIBCPP_VERSION) - inline UPP::int64 abs(UPP::int64 x) { return x < 0 ? -x : x; } - #endif - --#ifdef COMPILER_GCC --inline double abs(double x) { return fabs(x); } -+#if defined(COMPILER_GCC) && !defined(_LIBCPP_VERSION) -+inline double abs(double x) throw() { return fabs(x); } - #endif - - void RegisterTopic__(const char *topicfile, const char *topic, const char *title, const UPP::byte *data, int len); diff --git a/devel/visualparadigm/Makefile b/devel/visualparadigm/Makefile index 2df146c0667..3072e1a5a22 100644 --- a/devel/visualparadigm/Makefile +++ b/devel/visualparadigm/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= visualparadigm -PORTVERSION= 14.1.20170519 +PORTVERSION= 14.1.20170802 CATEGORIES= devel java -MASTER_SITES= http://eu6.visual-paradigm.com/visual-paradigm/vpce${PORTVERSION:R}/${PORTVERSION:E}/ +MASTER_SITES= https://eu5.visual-paradigm.com/visual-paradigm/vpce${PORTVERSION:R}/${PORTVERSION:E}/ DISTNAME= Visual_Paradigm_CE_${PORTVERSION:C/\./_/g}_Unix_InstallFree MAINTAINER= fernando.apesteguia@gmail.com diff --git a/devel/visualparadigm/distinfo b/devel/visualparadigm/distinfo index 8f7aea2bb2b..eb748347545 100644 --- a/devel/visualparadigm/distinfo +++ b/devel/visualparadigm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1495395508 -SHA256 (Visual_Paradigm_CE_14_1_20170519_Unix_InstallFree.tar.gz) = aa56287166ab7d30305e547b43b0e869e0ee96bbb9c0f1529cdac776ccbfb170 -SIZE (Visual_Paradigm_CE_14_1_20170519_Unix_InstallFree.tar.gz) = 309179962 +TIMESTAMP = 1503065154 +SHA256 (Visual_Paradigm_CE_14_1_20170802_Unix_InstallFree.tar.gz) = 7202a8a8c833850e14d7b2caacf548353e04ed3d3dc23ecb4e3ddeb70864fcbe +SIZE (Visual_Paradigm_CE_14_1_20170802_Unix_InstallFree.tar.gz) = 393563190 diff --git a/devel/visualparadigm/pkg-plist b/devel/visualparadigm/pkg-plist index 1ac4b60bb1d..e4b2d1b97f6 100644 --- a/devel/visualparadigm/pkg-plist +++ b/devel/visualparadigm/pkg-plist @@ -150,6 +150,8 @@ %%DATADIR%%/Application/lib/platforminstaller.jar %%DATADIR%%/Application/lib/startsde.jar %%DATADIR%%/Application/lib/vpplatform.jar +%%DATADIR%%/Application/lib/vpserver.jar +%%DATADIR%%/Application/lib/vpserverres.jar %%DATADIR%%/Application/lib/winpack.jar %%DATADIR%%/Application/lib/xalan.jar %%DATADIR%%/Application/ormlib/antlr-2.7.7.jar @@ -166,8 +168,11 @@ %%DATADIR%%/Application/ormlib/orm.jar %%DATADIR%%/Application/ormlib/php/doctrine.zip %%DATADIR%%/Application/ormlib/php/phporm.zip +%%DATADIR%%/Application/resources/BaggageSchemas.vpp %%DATADIR%%/Application/resources/DocComposerTemplateSchema.xsd %%DATADIR%%/Application/resources/ProductSelector.png +%%DATADIR%%/Application/resources/UserExperienceImprovement.rtf +%%DATADIR%%/Application/resources/VP_Server_Linux64.tar.gz %%DATADIR%%/Application/resources/Visual_Paradigm_Patch_Update %%DATADIR%%/Application/resources/am.png %%DATADIR%%/Application/resources/appConfig_sample.properties @@ -261,6 +266,11 @@ %%DATADIR%%/Application/resources/dict/sents.vrb %%DATADIR%%/Application/resources/dict/verb.Framestext %%DATADIR%%/Application/resources/dict/verb.exc +%%DATADIR%%/Application/resources/guide-through-process/bmm/mapping.xml +%%DATADIR%%/Application/resources/guide-through-process/project-management/basic/mapping.xml +%%DATADIR%%/Application/resources/guide-through-process/project-management/high/mapping.xml +%%DATADIR%%/Application/resources/guide-through-process/project-management/low/mapping.xml +%%DATADIR%%/Application/resources/guide-through-process/project-management/medium/mapping.xml %%DATADIR%%/Application/resources/instantgenerator/actionscript/ActionScriptAssociationClass_Get.vm %%DATADIR%%/Application/resources/instantgenerator/actionscript/ActionScriptAssociationClass_Set.vm %%DATADIR%%/Application/resources/instantgenerator/actionscript/ActionScriptAssociation_Add.vm @@ -538,6 +548,10 @@ %%DATADIR%%/Application/resources/instantgenerator/xsd/XsdPackage.vm %%DATADIR%%/Application/resources/instantgenerator/xsd/XsdSimpleType.vm %%DATADIR%%/Application/resources/instantgenerator/xsd/XsdXmlNode.vm +%%DATADIR%%/Application/resources/jit-agile-process/project-management/basic/mapping.xml +%%DATADIR%%/Application/resources/jit-agile-process/project-management/high/mapping.xml +%%DATADIR%%/Application/resources/jit-agile-process/project-management/low/mapping.xml +%%DATADIR%%/Application/resources/jit-agile-process/project-management/medium/mapping.xml %%DATADIR%%/Application/resources/jit1.dat %%DATADIR%%/Application/resources/jit2a.dat %%DATADIR%%/Application/resources/jit2b.dat @@ -548,6 +562,7 @@ %%DATADIR%%/Application/resources/no_installer.txt %%DATADIR%%/Application/resources/proc1.dat %%DATADIR%%/Application/resources/proc2.dat +%%DATADIR%%/Application/resources/proc3.dat %%DATADIR%%/Application/resources/product_edition.properties %%DATADIR%%/Application/resources/productselector.ico %%DATADIR%%/Application/resources/setup/feature_vp.xml diff --git a/devel/wizardkit/Makefile b/devel/wizardkit/Makefile index b4ac7aa1866..6f7b6108628 100644 --- a/devel/wizardkit/Makefile +++ b/devel/wizardkit/Makefile @@ -2,7 +2,7 @@ PORTNAME= wizardkit PORTVERSION= 0.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel gnustep MASTER_SITES= http://download.gna.org/pmanager/0.2/ DISTNAME= WizardKit-${PORTVERSION} diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index 322f756653c..1e5f6c5a537 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -31,8 +31,8 @@ LICENSE= MPL LICENSE_FILE= ${WRKSRC}/COPYRIGHT # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.12.0a.2017.08.14 -HASH= 60fd71e +ISCVERSION= 9.12.0a.2017.08.18 +HASH= 3303655 USES= cpe libedit diff --git a/dns/bind9-devel/distinfo b/dns/bind9-devel/distinfo index db683e9c019..6d003cb2e1e 100644 --- a/dns/bind9-devel/distinfo +++ b/dns/bind9-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1502715475 -SHA256 (bind9-60fd71e.tar.gz) = 51587c0f86ed6ceb2c73124c2b8ce87d16e1eb29fae819bd1ede2cc2ab7a7b6f -SIZE (bind9-60fd71e.tar.gz) = 11899803 +TIMESTAMP = 1503314744 +SHA256 (bind9-3303655.tar.gz) = fa0725cffbb5350999641f8bf26452740e28f6dfa0e4682865489d6488e2510e +SIZE (bind9-3303655.tar.gz) = 11901214 diff --git a/dns/bind9-devel/files/extrapatch-bind-min-override-ttl b/dns/bind9-devel/files/extrapatch-bind-min-override-ttl index 6277a14658a..815421f454a 100644 --- a/dns/bind9-devel/files/extrapatch-bind-min-override-ttl +++ b/dns/bind9-devel/files/extrapatch-bind-min-override-ttl @@ -1,4 +1,4 @@ ---- bin/named/config.c.orig 2017-08-05 02:36:31 UTC +--- bin/named/config.c.orig 2017-08-21 08:20:10 UTC +++ bin/named/config.c @@ -156,6 +156,8 @@ options {\n\ lame-ttl 600;\n\ @@ -9,7 +9,7 @@ max-cache-ttl 604800; /* 1 week */\n\ transfer-format many-answers;\n\ max-cache-size 90%;\n\ ---- bin/named/server.c.orig 2017-08-05 02:36:31 UTC +--- bin/named/server.c.orig 2017-08-21 08:20:10 UTC +++ bin/named/server.c @@ -3722,6 +3722,16 @@ configure_view(dns_view_t *view, dns_vie } @@ -28,7 +28,7 @@ result = ns_config_get(maps, "max-cache-ttl", &obj); INSIST(result == ISC_R_SUCCESS); view->maxcachettl = cfg_obj_asuint32(obj); ---- lib/dns/include/dns/view.h.orig 2017-08-05 02:36:31 UTC +--- lib/dns/include/dns/view.h.orig 2017-08-21 08:20:10 UTC +++ lib/dns/include/dns/view.h @@ -144,6 +144,8 @@ struct dns_view { isc_boolean_t requestnsid; @@ -39,9 +39,9 @@ dns_ttl_t maxncachettl; isc_uint32_t nta_lifetime; isc_uint32_t nta_recheck; ---- lib/dns/resolver.c.orig 2017-08-05 02:36:31 UTC +--- lib/dns/resolver.c.orig 2017-08-21 08:20:10 UTC +++ lib/dns/resolver.c -@@ -5683,6 +5683,18 @@ cache_name(fetchctx_t *fctx, dns_name_t +@@ -5687,6 +5687,18 @@ cache_name(fetchctx_t *fctx, dns_name_t } /* @@ -60,9 +60,9 @@ * Enforce the configure maximum cache TTL. */ if (rdataset->ttl > res->view->maxcachettl) ---- lib/isccfg/namedconf.c.orig 2017-08-05 02:36:31 UTC +--- lib/isccfg/namedconf.c.orig 2017-08-21 08:20:10 UTC +++ lib/isccfg/namedconf.c -@@ -1894,6 +1894,8 @@ view_clauses[] = { +@@ -1896,6 +1896,8 @@ view_clauses[] = { { "max-acache-size", &cfg_type_sizenodefault, CFG_CLAUSEFLAG_OBSOLETE }, { "max-cache-size", &cfg_type_sizeorpercent, 0 }, diff --git a/dns/dnscap/Makefile b/dns/dnscap/Makefile index b6e69a84c15..8d111612b62 100644 --- a/dns/dnscap/Makefile +++ b/dns/dnscap/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dnscap -PORTVERSION= 1.5.0 +PORTVERSION= 1.5.1 PORTEPOCH= 1 CATEGORIES= dns MASTER_SITES= https://www.dns-oarc.net/files/dnscap/ \ diff --git a/dns/dnscap/distinfo b/dns/dnscap/distinfo index 7be56b05850..e087961b6f3 100644 --- a/dns/dnscap/distinfo +++ b/dns/dnscap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1496922716 -SHA256 (dnscap-1.5.0.tar.gz) = 6dd3359a73b4f13846b045493262fabb88a1e4c49ffd2b66e43a2f3b623af651 -SIZE (dnscap-1.5.0.tar.gz) = 443719 +TIMESTAMP = 1503415908 +SHA256 (dnscap-1.5.1.tar.gz) = d218b707a0bbb158bbf88306e5d53b914394d971f4f9736032afde7b119e7da6 +SIZE (dnscap-1.5.1.tar.gz) = 468647 diff --git a/dns/dnsdist/Makefile b/dns/dnsdist/Makefile index 25b12151515..9a0b592a88c 100644 --- a/dns/dnsdist/Makefile +++ b/dns/dnsdist/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dnsdist -DISTVERSION= 1.1.0 -PORTREVISION= 7 +DISTVERSION= 1.2.0 CATEGORIES= dns net MASTER_SITES= https://downloads.powerdns.com/releases/ \ LOCAL/cpm @@ -40,9 +39,9 @@ USE_RC_SUBR= dnsdist # Fix dnsdist binaries when building on FreeBSD 10.3 .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000 -BUILD_DEPENDS+= clang39:devel/llvm39 -CC= clang39 -CXX= clang++39 +BUILD_DEPENDS+= clang40:devel/llvm40 +CC= clang40 +CXX= clang++40 .endif post-install: diff --git a/dns/dnsdist/distinfo b/dns/dnsdist/distinfo index 044b5a9032b..ce6b5a63d08 100644 --- a/dns/dnsdist/distinfo +++ b/dns/dnsdist/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1483106940 -SHA256 (dnsdist-1.1.0.tar.bz2) = b4a1e8931b6d05a24494f54224211c0de0eeb1f5ff170f6b9f5665219bfeafc2 -SIZE (dnsdist-1.1.0.tar.bz2) = 874837 +TIMESTAMP = 1503429670 +SHA256 (dnsdist-1.2.0.tar.bz2) = 9885c9ee8ac7076aede586ea58d4642eb877e7b2d76c902254494e2a5a5faa78 +SIZE (dnsdist-1.2.0.tar.bz2) = 876104 diff --git a/dns/dnsdist/files/patch-ext_json11_json11.cpp b/dns/dnsdist/files/patch-ext_json11_json11.cpp deleted file mode 100644 index 600308eaa51..00000000000 --- a/dns/dnsdist/files/patch-ext_json11_json11.cpp +++ /dev/null @@ -1,36 +0,0 @@ ---- ext/json11/json11.cpp.orig 2017-01-18 02:13:48 UTC -+++ ext/json11/json11.cpp -@@ -37,11 +37,20 @@ using std::make_shared; - using std::initializer_list; - using std::move; - -+/* Helper for representing null - just a do-nothing struct, plus comparison -+ * operators so the helpers in JsonValue work. We can't use nullptr_t because -+ * it may not be orderable. -+*/ -+struct NullStruct { -+ bool operator==(NullStruct) const { return true; } -+ bool operator<(NullStruct) const { return false; } -+}; -+ - /* * * * * * * * * * * * * * * * * * * * - * Serialization - */ - --static void dump(std::nullptr_t, string &out) { -+static void dump(NullStruct, string &out) { - out += "null"; - } - -@@ -204,9 +213,9 @@ public: - explicit JsonObject(Json::object &&value) : Value(move(value)) {} - }; - --class JsonNull final : public Value { -+class JsonNull final : public Value { - public: -- JsonNull() : Value(nullptr) {} -+ JsonNull() : Value({}) {} - }; - - /* * * * * * * * * * * * * * * * * * * * diff --git a/dns/dnsdist/pkg-descr b/dns/dnsdist/pkg-descr index bb027a0faad..b2ea9ccab63 100644 --- a/dns/dnsdist/pkg-descr +++ b/dns/dnsdist/pkg-descr @@ -3,4 +3,4 @@ goal in life is to route DNS traffic to the best DNS server, delivering top performance to legitimate users while shunting or blocking abusive traffic. -WWW: http://dnsdist.org +WWW: https://dnsdist.org diff --git a/dns/knot1/Makefile b/dns/knot1/Makefile index a7721b0e6b5..5ad7b54966a 100644 --- a/dns/knot1/Makefile +++ b/dns/knot1/Makefile @@ -3,7 +3,7 @@ PORTNAME= knot PORTVERSION= 1.6.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns ipv6 MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \ http://dns-lab.com/downloads/knot-dns/ @@ -23,7 +23,9 @@ USES= alias bison libtool pkgconfig ssl tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-storage=/var/db/knot \ --with-rundir=/var/run/knot \ - --with-openssl=${OPENSSLBASE} + --with-openssl=${OPENSSLBASE} \ + --enable-recvmmsg=no + USE_LDCONFIG= yes INSTALL_TARGET= install-strip diff --git a/dns/void-zones-tools/Makefile b/dns/void-zones-tools/Makefile index bf3ecd96766..b76de6fa7b9 100644 --- a/dns/void-zones-tools/Makefile +++ b/dns/void-zones-tools/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= void-zones-tools -DISTVERSION= 0.1a -PORTREVISION= 1 +DISTVERSIONPREFIX= v +DISTVERSION= 1.0.2 CATEGORIES= dns MAINTAINER= vidar@karlsen.tech @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= compiler:c11 USE_GITHUB= yes GH_ACCOUNT= cyclaero -GH_TAGNAME= e6c5ef1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hosts2zones ${STAGEDIR}${PREFIX}/bin diff --git a/dns/void-zones-tools/distinfo b/dns/void-zones-tools/distinfo index d696c702800..5760c826557 100644 --- a/dns/void-zones-tools/distinfo +++ b/dns/void-zones-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1480154346 -SHA256 (cyclaero-void-zones-tools-0.1a-e6c5ef1_GH0.tar.gz) = ca7f492479f5faa927156dd990fe027bd99b61a183dfca9478c63dfbeb6ab9ad -SIZE (cyclaero-void-zones-tools-0.1a-e6c5ef1_GH0.tar.gz) = 16020 +TIMESTAMP = 1503447553 +SHA256 (cyclaero-void-zones-tools-v1.0.2_GH0.tar.gz) = 5d276049372825c359fd281e1eee94a7771c2649f03e23796a55d7c959043510 +SIZE (cyclaero-void-zones-tools-v1.0.2_GH0.tar.gz) = 16201 diff --git a/dns/void-zones-tools/files/patch-Makefile b/dns/void-zones-tools/files/patch-Makefile deleted file mode 100644 index 31a1146cc92..00000000000 --- a/dns/void-zones-tools/files/patch-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.orig 2016-11-25 18:11:34 UTC -+++ Makefile -@@ -24,7 +24,7 @@ - - - CC ?= clang --CFLAGS = $(CDEFS) -std=c11 -g0 -Ofast -mssse3 -fstrict-aliasing -ffast-math -Wno-parentheses -+CFLAGS ?= $(CDEFS) -std=c11 - PREFIX ?= /usr/local - - HEADERS = binutils.h store.h diff --git a/editors/nvi-m17n/Makefile b/editors/nvi-m17n/Makefile index 65868c59eef..b901d2e1496 100644 --- a/editors/nvi-m17n/Makefile +++ b/editors/nvi-m17n/Makefile @@ -3,7 +3,7 @@ PORTNAME= nvi PORTVERSION= 1.79.20040608 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES?= editors MASTER_SITES= ftp://ftp.mk.bsdclub.org/pub/FreeBSD/distfiles/ \ diff --git a/editors/nvi-m17n/files/patch-common-multibyte.c b/editors/nvi-m17n/files/patch-common-multibyte.c new file mode 100644 index 00000000000..c18afc51d54 --- /dev/null +++ b/editors/nvi-m17n/files/patch-common-multibyte.c @@ -0,0 +1,11 @@ +--- ../common/multibyte.c.orig 2017-01-07 18:04:20.087312000 +0900 ++++ ../common/multibyte.c 2017-01-07 18:05:53.585988000 +0900 +@@ -1455,7 +1455,7 @@ + return ename; + + for (i = 0; i < maxfunc; i++) { +- if (maybe == (1 << i)) ++ if (maybe & (1 << i)) + return dt->name[i]; + } + } diff --git a/finance/expense/Makefile b/finance/expense/Makefile index beb51e4a581..db14e0fa6cd 100644 --- a/finance/expense/Makefile +++ b/finance/expense/Makefile @@ -2,7 +2,7 @@ PORTNAME= expense PORTVERSION= 0.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= finance gnustep MASTER_SITES= http://www.eskimo.com/~pburns/Expense/files/ DISTNAME= Expense-${PORTVERSION} diff --git a/ftp/gnustep-ftp/Makefile b/ftp/gnustep-ftp/Makefile index 26c5ec279e0..2dc20338a3a 100644 --- a/ftp/gnustep-ftp/Makefile +++ b/ftp/gnustep-ftp/Makefile @@ -2,7 +2,7 @@ PORTNAME= ftp PORTVERSION= 0.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= ftp gnustep MASTER_SITES= SAVANNAH/gap PKGNAMEPREFIX= gnustep- diff --git a/ftp/waiho/Makefile b/ftp/waiho/Makefile index 70a075a03a6..23746aae968 100644 --- a/ftp/waiho/Makefile +++ b/ftp/waiho/Makefile @@ -2,7 +2,7 @@ PORTNAME= waiho PORTVERSION= 0.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= ftp gnustep MASTER_SITES= http://www.roard.com/waiho/download/ DISTNAME= Waiho-${PORTVERSION} diff --git a/games/endless-sky-high-dpi/Makefile b/games/endless-sky-high-dpi/Makefile index 6015a936fd1..1b50f5a80ac 100644 --- a/games/endless-sky-high-dpi/Makefile +++ b/games/endless-sky-high-dpi/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= endless-sky-high-dpi -PORTVERSION= 0.9.6 +PORTVERSION= 0.9.8 DISTVERSIONPREFIX= v CATEGORIES= games diff --git a/games/endless-sky-high-dpi/distinfo b/games/endless-sky-high-dpi/distinfo index 09ecf46ff3e..374d7032e08 100644 --- a/games/endless-sky-high-dpi/distinfo +++ b/games/endless-sky-high-dpi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1487772997 -SHA256 (endless-sky-endless-sky-high-dpi-v0.9.6_GH0.tar.gz) = 31023dbe22eabffa18460921a9ce529def20b1176c9cbaea7d66ae3f4a767000 -SIZE (endless-sky-endless-sky-high-dpi-v0.9.6_GH0.tar.gz) = 130011499 +TIMESTAMP = 1503231462 +SHA256 (endless-sky-endless-sky-high-dpi-v0.9.8_GH0.tar.gz) = d90aba007aa2dcdae2c07b6ea95b164f3f2e330650068ffe2050575f5bd32f77 +SIZE (endless-sky-endless-sky-high-dpi-v0.9.8_GH0.tar.gz) = 136487407 diff --git a/games/endless-sky/Makefile b/games/endless-sky/Makefile index f3e152bc178..10453e27b16 100644 --- a/games/endless-sky/Makefile +++ b/games/endless-sky/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= endless-sky -PORTVERSION= 0.9.6 -PORTREVISION= 2 +PORTVERSION= 0.9.8 DISTVERSIONPREFIX= v CATEGORIES= games diff --git a/games/endless-sky/distinfo b/games/endless-sky/distinfo index a1949fb1c51..777a6a13a91 100644 --- a/games/endless-sky/distinfo +++ b/games/endless-sky/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1487772910 -SHA256 (endless-sky-endless-sky-v0.9.6_GH0.tar.gz) = 41699dabb72a276c96019d0714e54492866e29661f161052a1caf334332be1e4 -SIZE (endless-sky-endless-sky-v0.9.6_GH0.tar.gz) = 71119557 +TIMESTAMP = 1503228209 +SHA256 (endless-sky-endless-sky-v0.9.8_GH0.tar.gz) = 69078c67656709646deb0c46fd960aa905601c23bb47c1696b0962ae8dff6d1e +SIZE (endless-sky-endless-sky-v0.9.8_GH0.tar.gz) = 74476053 diff --git a/games/endless-sky/files/patch-source_CollisionSet.cpp b/games/endless-sky/files/patch-source_CollisionSet.cpp index 5ec1dea4554..3d32f80de62 100644 --- a/games/endless-sky/files/patch-source_CollisionSet.cpp +++ b/games/endless-sky/files/patch-source_CollisionSet.cpp @@ -8,14 +8,3 @@ using namespace std; -@@ -179,8 +180,8 @@ Body *CollisionSet::Line(const Projectil - int stepX = (x <= endX ? 1 : -1); - int stepY = (y <= endY ? 1 : -1); - // Calculate the slope of the line, shifted so it is positive in both axes. -- int mx = abs(endX - x); -- int my = abs(endY - y); -+ int mx = std::abs(endX - x); -+ int my = std::abs(endY - y); - // Behave as if each grid cell has this width and height. This guarantees - // that we only need to work with integer coordinates. - int scale = max(mx, 1) * max(my, 1); diff --git a/games/fortunate/Makefile b/games/fortunate/Makefile index e82af916b24..81cd23013fa 100644 --- a/games/fortunate/Makefile +++ b/games/fortunate/Makefile @@ -2,7 +2,7 @@ PORTNAME= fortunate PORTVERSION= 3.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games gnustep MASTER_SITES= GNUSTEP_CH diff --git a/games/gmastermind/Makefile b/games/gmastermind/Makefile index 8f313ef4bfc..521b1c41cc2 100644 --- a/games/gmastermind/Makefile +++ b/games/gmastermind/Makefile @@ -2,7 +2,7 @@ PORTNAME= gmastermind PORTVERSION= 0.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= GMastermind-${PORTVERSION} diff --git a/games/gmines/Makefile b/games/gmines/Makefile index f0781a77c23..b9c9ae5be38 100644 --- a/games/gmines/Makefile +++ b/games/gmines/Makefile @@ -2,7 +2,7 @@ PORTNAME= gmines PORTVERSION= 0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= GMines-${PORTVERSION} diff --git a/games/gnustep-ladder/Makefile b/games/gnustep-ladder/Makefile index eb64b4ed686..fc83c7a5501 100644 --- a/games/gnustep-ladder/Makefile +++ b/games/gnustep-ladder/Makefile @@ -3,7 +3,7 @@ PORTNAME= ladder PORTVERSION= 1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games gnustep MASTER_SITES= SAVANNAH/gap PKGNAMEPREFIX= gnustep- diff --git a/games/gnustep-sudoku/Makefile b/games/gnustep-sudoku/Makefile index d6f6f8ad0d6..746d03ffd6f 100644 --- a/games/gnustep-sudoku/Makefile +++ b/games/gnustep-sudoku/Makefile @@ -2,7 +2,7 @@ PORTNAME= sudoku PORTVERSION= 0.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games gnustep MASTER_SITES= SAVANNAH/gap PKGNAMEPREFIX= gnustep- diff --git a/games/gomoku/Makefile b/games/gomoku/Makefile index a152e0cc8fb..27d2bf230ab 100644 --- a/games/gomoku/Makefile +++ b/games/gomoku/Makefile @@ -3,7 +3,7 @@ PORTNAME= gomoku PORTVERSION= 1.2.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games gnustep MASTER_SITES= http://www.gnustep.it/nicola/Applications/Gomoku/ DISTNAME= Gomoku-${PORTVERSION} diff --git a/games/grubik/Makefile b/games/grubik/Makefile index 6f1d6099511..3ef3fb1dbbf 100644 --- a/games/grubik/Makefile +++ b/games/grubik/Makefile @@ -2,7 +2,7 @@ PORTNAME= grubik PORTVERSION= 0.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games gnustep MASTER_SITES= http://debian.uni-essen.de/misc/GNUstep/Apps/Recreational/ DISTNAME= GRubik @@ -17,8 +17,6 @@ USE_GNUSTEP= back build post-patch: ${RM} -r ${WRKSRC}/GRubik.app/ix86 - ${REINPLACE_CMD} -e 's|^//|# //|' \ - -e "/GNUSTEP_INSTALLATION_DIR/d" ${WRKSRC}/GNUmakefile post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/GRubik.app/GRubik diff --git a/games/grubik/files/patch-GNUmakefile b/games/grubik/files/patch-GNUmakefile new file mode 100644 index 00000000000..9cc8656aaff --- /dev/null +++ b/games/grubik/files/patch-GNUmakefile @@ -0,0 +1,21 @@ +--- GNUmakefile.orig 2017-08-13 19:04:30 UTC ++++ GNUmakefile +@@ -1,8 +1,3 @@ +- +-GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT) +- +-GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles +- + include $(GNUSTEP_MAKEFILES)/common.make + + # The application to be compiled +@@ -16,9 +11,6 @@ GRubik_OBJC_FILES = main.m \ + + SHARED_CFLAGS += -g + +-# The Resource files to be copied into the app's resources directory +-// GRubik_RESOURCE_FILES = Icons/* +- + -include GNUmakefile.preamble + + -include GNUmakefile.local diff --git a/games/gshisen/Makefile b/games/gshisen/Makefile index 069ad45fe5a..9477b511579 100644 --- a/games/gshisen/Makefile +++ b/games/gshisen/Makefile @@ -3,7 +3,7 @@ PORTNAME= gshisen PORTVERSION= 1.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= GShisen-${PORTVERSION} diff --git a/games/jigsaw/Makefile b/games/jigsaw/Makefile index ff16961258e..b3fbd5c1762 100644 --- a/games/jigsaw/Makefile +++ b/games/jigsaw/Makefile @@ -2,7 +2,7 @@ PORTNAME= jigsaw PORTVERSION= 0.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= Jigsaw-${PORTVERSION} diff --git a/games/lapispuzzle/Makefile b/games/lapispuzzle/Makefile index 65eac24cf19..9bb84814f50 100644 --- a/games/lapispuzzle/Makefile +++ b/games/lapispuzzle/Makefile @@ -3,7 +3,7 @@ PORTNAME= lapispuzzle PORTVERSION= 1.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= LapisPuzzle-${PORTVERSION} diff --git a/games/nextgo/Makefile b/games/nextgo/Makefile index 45b42fcdc17..9fcc251f7de 100644 --- a/games/nextgo/Makefile +++ b/games/nextgo/Makefile @@ -2,7 +2,7 @@ PORTNAME= nextgo PORTVERSION= 3.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= NeXTGo-${PORTVERSION} diff --git a/games/nextgo/files/patch-GNUmakefile b/games/nextgo/files/patch-GNUmakefile new file mode 100644 index 00000000000..6798d5aff6d --- /dev/null +++ b/games/nextgo/files/patch-GNUmakefile @@ -0,0 +1,11 @@ +--- GNUmakefile.orig 2017-08-13 18:43:49 UTC ++++ GNUmakefile +@@ -28,8 +28,6 @@ + + #GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT) + +-GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Library/Makefiles +- + NeXTGo_MAIN_MODEL_FILE = NeXTGo.gorm + + include $(GNUSTEP_MAKEFILES)/common.make diff --git a/games/nextgo/files/patch-smartgo.h b/games/nextgo/files/patch-smartgo.h index 77e08ff5e3b..729b20aaf45 100644 --- a/games/nextgo/files/patch-smartgo.h +++ b/games/nextgo/files/patch-smartgo.h @@ -1,6 +1,6 @@ ---- smartgo.h.orig Sun Jan 12 05:01:52 2003 -+++ smartgo.h Sat Nov 18 17:18:57 2006 -@@ -122,7 +122,7 @@ +--- smartgo.h.orig 2003-01-12 04:01:52 UTC ++++ smartgo.h +@@ -122,7 +122,7 @@ typedef struct _node { extern node* parse_tree(char* inputBuffer); /* Routines from smartgoeval.c needed by other routines. */ @@ -9,7 +9,7 @@ /* Routines from smartgotree.c needed by other routines. */ -@@ -134,7 +134,7 @@ +@@ -134,7 +134,7 @@ extern node* findLast0(node* currentNode extern node* forwardOneVariant(node* currentNode); extern node* backOneVariant(node* currentNode); extern void clearNodeFlags(node* currentNode); diff --git a/games/oolite/Makefile b/games/oolite/Makefile index cd3ea70d089..ced028f3b94 100644 --- a/games/oolite/Makefile +++ b/games/oolite/Makefile @@ -3,7 +3,7 @@ PORTNAME= oolite PORTVERSION= 1.84 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games gnustep MASTER_SITES= https://github.com/OoliteProject/oolite/releases/download/1.84/ DISTNAME= ${PORTNAME}-source-${PORTVERSION} diff --git a/games/simsu/Makefile b/games/simsu/Makefile index a64af310555..392918c7827 100644 --- a/games/simsu/Makefile +++ b/games/simsu/Makefile @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= simsu -PORTVERSION= 1.3.3 +PORTVERSION= 1.3.4 DISTVERSIONSUFFIX= -src -PORTREVISION= 2 CATEGORIES= games MASTER_SITES= https://gottcode.org/${PORTNAME}/ \ http://mirror.amdmi3.ru/distfiles/ @@ -22,6 +21,8 @@ USE_GL= gl USE_QT5= core gui widgets \ buildtools_build linguisttools_build +PORTDOCS= * + OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes diff --git a/games/simsu/distinfo b/games/simsu/distinfo index 4aba6a6d1aa..64606d8dc70 100644 --- a/games/simsu/distinfo +++ b/games/simsu/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1484790246 -SHA256 (simsu-1.3.3-src.tar.bz2) = 0a279c0e22ad1c39edcdfbabac53427d5bf79cc757547483e3f99f6b3bd9c948 -SIZE (simsu-1.3.3-src.tar.bz2) = 463572 +TIMESTAMP = 1503231355 +SHA256 (simsu-1.3.4-src.tar.bz2) = 1dd01274796583e49520217c93b6ebeab1bd58703c158a92209ed0bdd87b26b0 +SIZE (simsu-1.3.4-src.tar.bz2) = 465505 diff --git a/games/simsu/pkg-plist b/games/simsu/pkg-plist index 0eab7a73380..17e9dca73be 100644 --- a/games/simsu/pkg-plist +++ b/games/simsu/pkg-plist @@ -1,11 +1,6 @@ bin/simsu man/man6/simsu.6.gz -share/appdata/simsu.appdata.xml share/applications/simsu.desktop -%%PORTDOCS%%%%DOCSDIR%%/CREDITS -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README share/icons/hicolor/1024x1024/apps/simsu.png share/icons/hicolor/128x128/apps/simsu.png share/icons/hicolor/16x16/apps/simsu.png @@ -17,6 +12,7 @@ share/icons/hicolor/48x48/apps/simsu.png share/icons/hicolor/512x512/apps/simsu.png share/icons/hicolor/64x64/apps/simsu.png share/icons/hicolor/scalable/apps/simsu.svg +share/metainfo/simsu.appdata.xml share/pixmaps/simsu.xpm %%NLS%%%%DATADIR%%/translations/simsu_bg.qm %%NLS%%%%DATADIR%%/translations/simsu_ca.qm @@ -38,3 +34,4 @@ share/pixmaps/simsu.xpm %%NLS%%%%DATADIR%%/translations/simsu_ru.qm %%NLS%%%%DATADIR%%/translations/simsu_tr.qm %%NLS%%%%DATADIR%%/translations/simsu_uk.qm +%%NLS%%%%DATADIR%%/translations/simsu_zh_TW.qm diff --git a/games/wtf/Makefile b/games/wtf/Makefile index 1c90f8fefcb..b2bbe73765a 100644 --- a/games/wtf/Makefile +++ b/games/wtf/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wtf -PORTVERSION= 20170811 +PORTVERSION= 20170822 CATEGORIES= games MASTER_SITES= SF/bsdwtf diff --git a/games/wtf/distinfo b/games/wtf/distinfo index 5b81f77cf11..53981e983f0 100644 --- a/games/wtf/distinfo +++ b/games/wtf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1502550490 -SHA256 (wtf-20170811.tar.gz) = a7a7577dec32d6eb8e6b9f4ef85845484c330abf706de1c8f820549b24a71430 -SIZE (wtf-20170811.tar.gz) = 25322 +TIMESTAMP = 1503408245 +SHA256 (wtf-20170822.tar.gz) = a33bca46b4f9d5b5446013e8549cc4a078e5e962cd63eb3fb31064d459ff0aa3 +SIZE (wtf-20170822.tar.gz) = 25348 diff --git a/german/mythes/Makefile b/german/mythes/Makefile index df531f96ee9..4d8a0d595df 100644 --- a/german/mythes/Makefile +++ b/german/mythes/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2017.08.13 +PORTVERSION= 2017.08.20 CATEGORIES= german textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ DISTNAME= Deutscher-Thesaurus-${PORTVERSION:C/\.//g} diff --git a/german/mythes/distinfo b/german/mythes/distinfo index 34818f4162b..d7d2be2bc59 100644 --- a/german/mythes/distinfo +++ b/german/mythes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1502726180 -SHA256 (mythes/Deutscher-Thesaurus-20170813.oxt) = 30bf6baeb9d7cf4e35f913751ec95f1089c54823b6ef07fa05d11769e6f6f987 -SIZE (mythes/Deutscher-Thesaurus-20170813.oxt) = 8671609 +TIMESTAMP = 1503323567 +SHA256 (mythes/Deutscher-Thesaurus-20170820.oxt) = 66822359a059ef64644291ccd117a2d95d9b7e06f5a5b6ff0de40342f850a3dd +SIZE (mythes/Deutscher-Thesaurus-20170820.oxt) = 8676265 diff --git a/graphics/cenon/Makefile b/graphics/cenon/Makefile index a4a96f136be..c0027134db2 100644 --- a/graphics/cenon/Makefile +++ b/graphics/cenon/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= cenon -PORTVERSION= 4.0.2 -PORTREVISION= 3 +PORTVERSION= 4.0.3 CATEGORIES= graphics gnustep MASTER_SITES= http://www.cenon.zone/download/source/ DISTNAME= Cenon-${MAINVERSION} @@ -15,16 +14,20 @@ MAINTAINER= theraven@FreeBSD.org COMMENT= Vector graphics tool for GNUstep USES= tar:bzip2 gnustep -USE_GNUSTEP= back build +USE_GNUSTEP= gui base build WRKSRC= ${WRKDIR}/Cenon -MAINVERSION= 4.0.2 +MAINVERSION= 4.0.5 FULLVERSION= 4.0.0 CENON_LIB_DIR= ${GNUSTEP_SYSTEM_ROOT}/Library/Cenon OPTIONS_DEFINE= FULL_LIBRARY FULL_LIBRARY_DESC= Install complete Cenon Library +# Work around the fact that GNUstep doesn't define a constant for a higher +# version of AppKit that it supports. +OBJCFLAGS+=-DNSAppKitVersionNumber10_8=1200 + .include DISTFILES+= CenonLibrary-${FULLVERSION}-1${EXTRACT_SUFX} @@ -39,4 +42,8 @@ pre-install: -C ${STAGEDIR}${GNUSTEP_SYSTEM_ROOT}/Library/ \ --exclude COPYING --exclude '._*' +post-stage: + ${RM} ${STAGEDIR}${GNUSTEP_SYSTEM_ROOT}/Library/README + ${RM} ${STAGEDIR}${GNUSTEP_SYSTEM_ROOT}/Library/._README + .include diff --git a/graphics/cenon/distinfo b/graphics/cenon/distinfo index 8cd1dcb2ad2..b006b641f5e 100644 --- a/graphics/cenon/distinfo +++ b/graphics/cenon/distinfo @@ -1,4 +1,5 @@ -SHA256 (cenon/Cenon-4.0.2.tar.bz2) = d228ff779f3967c6324eb7a081132a3d5d2237f03a23adcdfd4cae2fa7b0eb2f -SIZE (cenon/Cenon-4.0.2.tar.bz2) = 4150615 +TIMESTAMP = 1495787886 +SHA256 (cenon/Cenon-4.0.5.tar.bz2) = 7c159d9de557f597e757d933ee2b055f04fd2b49371c28853b5285eb2894224c +SIZE (cenon/Cenon-4.0.5.tar.bz2) = 10710712 SHA256 (cenon/CenonLibrary-4.0.0-1.tar.bz2) = b329331a4b5b40d93eeeddd98f6922a53401b6e4f437538cd98392f8828cbb44 SIZE (cenon/CenonLibrary-4.0.0-1.tar.bz2) = 2131692 diff --git a/graphics/cenon/files/patch-DocView.m b/graphics/cenon/files/patch-DocView.m new file mode 100644 index 00000000000..3124c94d9e6 --- /dev/null +++ b/graphics/cenon/files/patch-DocView.m @@ -0,0 +1,13 @@ +--- DocView.m.orig 2017-05-26 08:51:18 UTC ++++ DocView.m +@@ -101,6 +101,10 @@ + - (void)joinSelection:(id)change messages:(BOOL)messages; + @end + ++@interface Dummy ++- (CGFloat)backingScaleFactor; ++@end ++ + NSString *e2PboardType = @"Cenon Graphic List"; + + static NSRect selectionRect = {{0.0, 0.0}, {0.0, 0.0}}; // shared rect for drawing the selection rect in -drawRect: diff --git a/graphics/cenon/pkg-plist b/graphics/cenon/pkg-plist index 246fb6a1372..e47a81a7fd0 100644 --- a/graphics/cenon/pkg-plist +++ b/graphics/cenon/pkg-plist @@ -13,6 +13,7 @@ GNUstep/System/Applications/Cenon.app/Resources/CropMarks/middledown.cenon/docum GNUstep/System/Applications/Cenon.app/Resources/CropMarks/middledown.cenon/output GNUstep/System/Applications/Cenon.app/Resources/CropMarks/rightup.cenon/document GNUstep/System/Applications/Cenon.app/Resources/CropMarks/rightup.cenon/output +GNUstep/System/Applications/Cenon.app/Resources/InspectorPanel.nib/._keyedobjects.nib GNUstep/System/Applications/Cenon.app/Resources/English.lproj/Contour.nib/classes.nib GNUstep/System/Applications/Cenon.app/Resources/English.lproj/Contour.nib/info.nib GNUstep/System/Applications/Cenon.app/Resources/English.lproj/Contour.nib/keyedobjects.nib @@ -53,6 +54,8 @@ GNUstep/System/Applications/Cenon.app/Resources/English.lproj/IPGroup.nib/keyedo GNUstep/System/Applications/Cenon.app/Resources/English.lproj/IPImage.nib/classes.nib GNUstep/System/Applications/Cenon.app/Resources/English.lproj/IPImage.nib/info.nib GNUstep/System/Applications/Cenon.app/Resources/English.lproj/IPImage.nib/keyedobjects.nib +GNUstep/System/Applications/Cenon.app/Resources/English.lproj/IPLine3D.nib/data.classes +GNUstep/System/Applications/Cenon.app/Resources/English.lproj/IPLine3D.nib/objects.nib GNUstep/System/Applications/Cenon.app/Resources/English.lproj/IPLine.nib/classes.nib GNUstep/System/Applications/Cenon.app/Resources/English.lproj/IPLine.nib/info.nib GNUstep/System/Applications/Cenon.app/Resources/English.lproj/IPLine.nib/keyedobjects.nib @@ -206,6 +209,8 @@ GNUstep/System/Applications/Cenon.app/Resources/German.lproj/IPGroup.nib/keyedob GNUstep/System/Applications/Cenon.app/Resources/German.lproj/IPImage.nib/classes.nib GNUstep/System/Applications/Cenon.app/Resources/German.lproj/IPImage.nib/info.nib GNUstep/System/Applications/Cenon.app/Resources/German.lproj/IPImage.nib/keyedobjects.nib +GNUstep/System/Applications/Cenon.app/Resources/German.lproj/IPLine3D.nib/data.classes +GNUstep/System/Applications/Cenon.app/Resources/German.lproj/IPLine3D.nib/objects.nib GNUstep/System/Applications/Cenon.app/Resources/German.lproj/IPLine.nib/classes.nib GNUstep/System/Applications/Cenon.app/Resources/German.lproj/IPLine.nib/info.nib GNUstep/System/Applications/Cenon.app/Resources/German.lproj/IPLine.nib/keyedobjects.nib @@ -326,7 +331,8 @@ GNUstep/System/Applications/Cenon.app/Resources/InspectorPanel.nib/classes.nib GNUstep/System/Applications/Cenon.app/Resources/InspectorPanel.nib/info.nib GNUstep/System/Applications/Cenon.app/Resources/InspectorPanel.nib/keyedobjects.nib GNUstep/System/Applications/Cenon.app/Resources/SinkingMetrics.plist -GNUstep/System/Applications/Cenon.app/Resources/ToolPanel.xib +GNUstep/System/Applications/Cenon.app/Resources/English.lproj/ToolPanel.xib +GNUstep/System/Applications/Cenon.app/Resources/German.lproj/ToolPanel.xib GNUstep/System/Applications/Cenon.app/Resources/alignHCenter.tiff GNUstep/System/Applications/Cenon.app/Resources/alignHLeft.tiff GNUstep/System/Applications/Cenon.app/Resources/alignHRight.tiff @@ -589,6 +595,4 @@ GNUstep/System/Library/Devices/hpgl/.dir.tiff GNUstep/System/Library/Devices/hpgl/hpgl_8Pen.dev GNUstep/System/Library/Projects/.dir.tiff GNUstep/System/Library/Projects/Cenon.cenon/document -GNUstep/System/Library/Projects/Cenon.cenon/output -GNUstep/System/Library/README GNUstep/System/Tools/Cenon diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile index 3c032e91f9e..2f9a882b960 100644 --- a/graphics/cimg/Makefile +++ b/graphics/cimg/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cimg -DISTVERSION= 2.0.2 +DISTVERSION= 2.0.3 PORTEPOCH= 3 CATEGORIES= graphics devel diff --git a/graphics/cimg/distinfo b/graphics/cimg/distinfo index 766f0154e8c..30b838222af 100644 --- a/graphics/cimg/distinfo +++ b/graphics/cimg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1498405551 -SHA256 (dtschump-CImg-2.0.2-v.202_GH0.tar.gz) = 809bc7737bd4261378fb16d43056f79d3171d17f87cdfa738d74386213a9c721 -SIZE (dtschump-CImg-2.0.2-v.202_GH0.tar.gz) = 10973336 +TIMESTAMP = 1503400521 +SHA256 (dtschump-CImg-2.0.3-v.203_GH0.tar.gz) = 77b2ce6e338b0b753b75742b69e035fd49b39184607656c9ae50f7c9a4538376 +SIZE (dtschump-CImg-2.0.3-v.203_GH0.tar.gz) = 10975636 diff --git a/graphics/cimg/files/patch-examples__Makefile b/graphics/cimg/files/patch-examples__Makefile index c3f2d6aab35..8ba8f49da39 100644 --- a/graphics/cimg/files/patch-examples__Makefile +++ b/graphics/cimg/files/patch-examples__Makefile @@ -1,4 +1,4 @@ ---- examples/Makefile.orig 2017-05-29 13:37:28 UTC +--- examples/Makefile.orig 2017-08-19 21:27:17 UTC +++ examples/Makefile @@ -84,7 +84,7 @@ CIMG_EXTRA_FILES = use_tiff_stream use_j # Set correct variables and paths @@ -18,15 +18,21 @@ LIBS = -lm endif -@@ -127,7 +127,7 @@ CIMG_VT100_CFLAGS = -Dcimg_use_vt100 +@@ -127,12 +127,12 @@ CIMG_VT100_CFLAGS = -Dcimg_use_vt100 # Flags to enable code optimization by the compiler. ifeq ($(notdir $(CXX)),g++) --CIMG_OPT_CFLAGS = -O2 -mtune=generic +-CIMG_OPT_CFLAGS = -O3 -mtune=generic +CIMG_OPT_CFLAGS = -mtune=generic else ifeq ($(notdir $(CXX)),icpc) CIMG_OPT_CFLAGS = -fast + else +-CIMG_OPT_CFLAGS = -O3 ++CIMG_OPT_CFLAGS = # -O3 - handled by the port CFLAGS + endif + endif + @@ -147,7 +147,7 @@ endif # Flags to enable OpenCV support. diff --git a/graphics/fortytwo/Makefile b/graphics/fortytwo/Makefile index 21fb830437b..f77aa5e97a2 100644 --- a/graphics/fortytwo/Makefile +++ b/graphics/fortytwo/Makefile @@ -2,7 +2,7 @@ PORTNAME= fortytwo PORTVERSION= 0.2.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics gnustep MASTER_SITES= SF/${PORTNAME}/FT%20%2842%29/${PORTVERSION} DISTFILES= FT-${PORTVERSION}-src.tgz \ diff --git a/graphics/gnustep-slideshow/Makefile b/graphics/gnustep-slideshow/Makefile index 909ee6234d9..556cc23e27b 100644 --- a/graphics/gnustep-slideshow/Makefile +++ b/graphics/gnustep-slideshow/Makefile @@ -2,7 +2,7 @@ PORTNAME= slideshow PORTVERSION= 0.3.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics gnustep MASTER_SITES= http://download.gna.org/gsimageapps/ PKGNAMEPREFIX= gnustep- diff --git a/graphics/gnustep-slideshowkit/Makefile b/graphics/gnustep-slideshowkit/Makefile index 5ce9a299779..4cb2c46a3de 100644 --- a/graphics/gnustep-slideshowkit/Makefile +++ b/graphics/gnustep-slideshowkit/Makefile @@ -2,11 +2,11 @@ PORTNAME= slideshowkit PORTVERSION= 0.0.1 -PORTREVISION= 20050212 +PORTREVISION= 20050213 CATEGORIES= graphics gnustep MASTER_SITES= http://download.gna.org/gsimageapps/ PKGNAMEPREFIX= gnustep- -DISTNAME= SlideShowKit-${PORTVERSION} +DISTNAME= SlideShowKit-20050212 MAINTAINER= ports@FreeBSD.org COMMENT= SlideShow Framework diff --git a/graphics/graphos/Makefile b/graphics/graphos/Makefile index 311ab1c0d51..797491ec47f 100644 --- a/graphics/graphos/Makefile +++ b/graphics/graphos/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= graphos -PORTVERSION= 0.5 -PORTREVISION= 3 +PORTVERSION= 0.6 CATEGORIES= graphics gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= Graphos-${PORTVERSION} @@ -13,7 +12,7 @@ COMMENT= Vector drawing application centered around bezier paths LICENSE= GPLv2 USES= gnustep -USE_GNUSTEP= back build +USE_GNUSTEP= build base gui USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} .include diff --git a/graphics/graphos/distinfo b/graphics/graphos/distinfo index 4a7020007c1..8ac9b811bed 100644 --- a/graphics/graphos/distinfo +++ b/graphics/graphos/distinfo @@ -1,2 +1,3 @@ -SHA256 (Graphos-0.5.tar.gz) = 0195dd6481fd60d24dd95ea15c89683b8db6130b57681a6042c5cc9b4a482c08 -SIZE (Graphos-0.5.tar.gz) = 169743 +TIMESTAMP = 1495367600 +SHA256 (Graphos-0.6.tar.gz) = c400814806a84c0e8b33bfa6c2010f4b543bf069b2a6d3bcb893ecac2b0f6b7b +SIZE (Graphos-0.6.tar.gz) = 140416 diff --git a/graphics/graphos/pkg-plist b/graphics/graphos/pkg-plist index 07777d67099..54d8812d44c 100644 --- a/graphics/graphos/pkg-plist +++ b/graphics/graphos/pkg-plist @@ -20,6 +20,7 @@ GNUstep/System/Applications/Graphos.app/Resources/bezier.tiff GNUstep/System/Applications/Graphos.app/Resources/blackarrow.tiff GNUstep/System/Applications/Graphos.app/Resources/circle.tiff GNUstep/System/Applications/Graphos.app/Resources/graphos_appicon_48.tif +GNUstep/System/Applications/Graphos.app/Resources/graphos_doc_icon_48.tif GNUstep/System/Applications/Graphos.app/Resources/hand.tiff GNUstep/System/Applications/Graphos.app/Resources/magnify.tiff GNUstep/System/Applications/Graphos.app/Resources/paint.tiff diff --git a/graphics/imageviewer/Makefile b/graphics/imageviewer/Makefile index e5bc7a3b4b1..1a180e99e4a 100644 --- a/graphics/imageviewer/Makefile +++ b/graphics/imageviewer/Makefile @@ -2,7 +2,7 @@ PORTNAME= imageviewer PORTVERSION= 0.6.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics gnustep MASTER_SITES= http://www.nice.ch/~phip/ \ LOCAL/dinoex diff --git a/graphics/laternamagica/Makefile b/graphics/laternamagica/Makefile index 21d8a3f3d71..a9b5744686f 100644 --- a/graphics/laternamagica/Makefile +++ b/graphics/laternamagica/Makefile @@ -2,7 +2,7 @@ PORTNAME= laternamagica PORTVERSION= 0.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= LaternaMagica-${PORTVERSION} diff --git a/graphics/mesa-dri/Makefile.common b/graphics/mesa-dri/Makefile.common index 728124bd936..e78e90e59f1 100644 --- a/graphics/mesa-dri/Makefile.common +++ b/graphics/mesa-dri/Makefile.common @@ -14,7 +14,7 @@ MESAVERSION= ${MESABASEVERSION}${MESASUBVERSION:C/^(.)/.\1/} MESADISTVERSION=${MESABASEVERSION}${MESASUBVERSION:C/^(.)/-\1/} -MESABASEVERSION= 17.1.5 +MESABASEVERSION= 17.1.7 # if there is a subversion, don't include the '-' between 7.11-rc2. MESASUBVERSION= diff --git a/graphics/mesa-dri/distinfo b/graphics/mesa-dri/distinfo index a9a393146e9..507c6be697a 100644 --- a/graphics/mesa-dri/distinfo +++ b/graphics/mesa-dri/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1500121822 -SHA256 (mesa-17.1.5.tar.xz) = 378516b171712687aace4c7ea8b37c85895231d7a6d61e1e27362cf6034fded9 -SIZE (mesa-17.1.5.tar.xz) = 9901876 +TIMESTAMP = 1503344982 +SHA256 (mesa-17.1.7.tar.xz) = 69f472a874b1122404fa0bd13e2d6bf87eb3b9ad9c21d2f39872a96d83d9e5f5 +SIZE (mesa-17.1.7.tar.xz) = 9903812 diff --git a/graphics/pikopixel/Makefile b/graphics/pikopixel/Makefile index b9fb92f9da1..54ce66900f7 100644 --- a/graphics/pikopixel/Makefile +++ b/graphics/pikopixel/Makefile @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= pikopixel -PORTVERSION= 0.9 +PORTVERSION= 1.0 CATEGORIES= graphics gnustep MASTER_SITES= http://twilightedge.com/downloads/ -DISTNAME= PikoPixel1.0b5.Sources +DISTNAME= PikoPixel.Sources.1.0-b8 WRKSRC_SUBDIR= PikoPixel MAINTAINER= theraven@FreeBSD.org @@ -14,7 +14,7 @@ COMMENT= Application for drawing and editing pixel-art images LICENSE= AGPLv3 LICENSE_FILE= ${WRKDIR}/${DISTNAME}/LICENSE_agpl-3.0.txt -USES= gnustep zip +USES= gnustep USE_GNUSTEP= gui build diff --git a/graphics/pikopixel/distinfo b/graphics/pikopixel/distinfo index 91169341639..fdafe176ea6 100644 --- a/graphics/pikopixel/distinfo +++ b/graphics/pikopixel/distinfo @@ -1,2 +1,3 @@ -SHA256 (PikoPixel1.0b5.Sources.zip) = 7924c185e52b1de7900461672fc8481628bd12ad46b5ce433a20fcd31d5dc019 -SIZE (PikoPixel1.0b5.Sources.zip) = 856367 +TIMESTAMP = 1502620401 +SHA256 (PikoPixel.Sources.1.0-b8.tar.gz) = b4985b7baec145af7027429bb8b6c8c936ff3797f1c8c6a0d9718ff2b5b45031 +SIZE (PikoPixel.Sources.1.0-b8.tar.gz) = 538896 diff --git a/graphics/pikopixel/pkg-plist b/graphics/pikopixel/pkg-plist index 7857ff26734..2b3a364eeab 100644 --- a/graphics/pikopixel/pkg-plist +++ b/graphics/pikopixel/pkg-plist @@ -1,7 +1,17 @@ GNUstep/System/Applications/PikoPixel.app/PikoPixel +GNUstep/System/Applications/PikoPixel.app/Resources/arrow_left_button.png +GNUstep/System/Applications/PikoPixel.app/Resources/arrow_outline_left_button.png +GNUstep/System/Applications/PikoPixel.app/Resources/arrow_outline_right_button.png +GNUstep/System/Applications/PikoPixel.app/Resources/arrow_right_button.png +GNUstep/System/Applications/PikoPixel.app/Resources/blend_mode_icon_linear.png +GNUstep/System/Applications/PikoPixel.app/Resources/blend_mode_icon_standard.png +GNUstep/System/Applications/PikoPixel.app/Resources/checkerboard_segment.png +GNUstep/System/Applications/PikoPixel.app/Resources/color_ramp_cursor.png GNUstep/System/Applications/PikoPixel.app/Resources/ColorPickerPopupPanel.nib/classes.nib GNUstep/System/Applications/PikoPixel.app/Resources/ColorPickerPopupPanel.nib/info.nib GNUstep/System/Applications/PikoPixel.app/Resources/ColorPickerPopupPanel.nib/keyedobjects.nib +GNUstep/System/Applications/PikoPixel.app/Resources/diagonal_checkerboard_segment.png +GNUstep/System/Applications/PikoPixel.app/Resources/diagonal_lines_segment.png GNUstep/System/Applications/PikoPixel.app/Resources/DocumentBackgroundSettingsSheet.nib/classes.nib GNUstep/System/Applications/PikoPixel.app/Resources/DocumentBackgroundSettingsSheet.nib/info.nib GNUstep/System/Applications/PikoPixel.app/Resources/DocumentBackgroundSettingsSheet.nib/keyedobjects.nib @@ -32,34 +42,43 @@ GNUstep/System/Applications/PikoPixel.app/Resources/DocumentSizeSheet.nib/keyedo GNUstep/System/Applications/PikoPixel.app/Resources/DocumentWindow.nib/classes.nib GNUstep/System/Applications/PikoPixel.app/Resources/DocumentWindow.nib/info.nib GNUstep/System/Applications/PikoPixel.app/Resources/DocumentWindow.nib/keyedobjects.nib +GNUstep/System/Applications/PikoPixel.app/Resources/eraser_button.png +GNUstep/System/Applications/PikoPixel.app/Resources/eraser_cursor.png +GNUstep/System/Applications/PikoPixel.app/Resources/eraser_tool_overlay_outline_pattern.png GNUstep/System/Applications/PikoPixel.app/Resources/ExportPanelAccessoryView.nib/classes.nib GNUstep/System/Applications/PikoPixel.app/Resources/ExportPanelAccessoryView.nib/info.nib GNUstep/System/Applications/PikoPixel.app/Resources/ExportPanelAccessoryView.nib/keyedobjects.nib -GNUstep/System/Applications/PikoPixel.app/Resources/GNUstepAppIcon.tiff -GNUstep/System/Applications/PikoPixel.app/Resources/HotkeySettings.nib/classes.nib -GNUstep/System/Applications/PikoPixel.app/Resources/HotkeySettings.nib/info.nib -GNUstep/System/Applications/PikoPixel.app/Resources/HotkeySettings.nib/keyedobjects.nib +GNUstep/System/Applications/PikoPixel.app/Resources/eyedropper_button.png +GNUstep/System/Applications/PikoPixel.app/Resources/eyedropper_cursor.png +GNUstep/System/Applications/PikoPixel.app/Resources/freehand_select_button.png +GNUstep/System/Applications/PikoPixel.app/Resources/freehand_select_cursor.png +GNUstep/System/Applications/PikoPixel.app/Resources/GNUstepAppIcon.png +GNUstep/System/Applications/PikoPixel.app/Resources/gridpatternpreview_foreground.png +GNUstep/System/Applications/PikoPixel.app/Resources/gridtype_crosshairs_segment.png +GNUstep/System/Applications/PikoPixel.app/Resources/gridtype_dots_segment.png +GNUstep/System/Applications/PikoPixel.app/Resources/gridtype_largedots_segment.png +GNUstep/System/Applications/PikoPixel.app/Resources/gridtype_lines_segment.png GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_ar.plist GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_be.plist GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_bg.plist GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_cs.plist GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_da.plist -GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_de.plist GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_de_AT.plist GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_de_CH.plist +GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_de.plist GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_el.plist -GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_en.plist GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_en_AU.plist GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_en_CA.plist GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_en_GB.plist GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_en_US.plist +GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_en.plist GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_es.plist GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_et.plist GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_fa.plist GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_fi.plist -GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_fr.plist GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_fr_CA.plist GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_fr_CH.plist +GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_fr.plist GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_he.plist GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_hr.plist GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_hu.plist @@ -73,8 +92,8 @@ GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_mk.plist GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_mt.plist GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_nb.plist GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_ne.plist -GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_nl.plist GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_nl_BE.plist +GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_nl.plist GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_pl.plist GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_ps.plist GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_pt_BR.plist @@ -90,8 +109,13 @@ GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_tr.plist GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_uk.plist GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_uz.plist GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_vi.plist +GNUstep/System/Applications/PikoPixel.app/Resources/HotkeySettings.nib/classes.nib +GNUstep/System/Applications/PikoPixel.app/Resources/HotkeySettings.nib/info.nib +GNUstep/System/Applications/PikoPixel.app/Resources/HotkeySettings.nib/keyedobjects.nib GNUstep/System/Applications/PikoPixel.app/Resources/Info-gnustep.plist GNUstep/System/Applications/PikoPixel.app/Resources/InfoPlist.strings +GNUstep/System/Applications/PikoPixel.app/Resources/isometric_checkerboard_segment.png +GNUstep/System/Applications/PikoPixel.app/Resources/isometric_lines_segment.png GNUstep/System/Applications/PikoPixel.app/Resources/KeyboardNameToLocale.plist GNUstep/System/Applications/PikoPixel.app/Resources/LayerControlButtonImageViews.nib/classes.nib GNUstep/System/Applications/PikoPixel.app/Resources/LayerControlButtonImageViews.nib/info.nib @@ -102,16 +126,39 @@ GNUstep/System/Applications/PikoPixel.app/Resources/LayerControlsPopupPanel.nib/ GNUstep/System/Applications/PikoPixel.app/Resources/LayersPanel.nib/classes.nib GNUstep/System/Applications/PikoPixel.app/Resources/LayersPanel.nib/info.nib GNUstep/System/Applications/PikoPixel.app/Resources/LayersPanel.nib/keyedobjects.nib +GNUstep/System/Applications/PikoPixel.app/Resources/line_button.png +GNUstep/System/Applications/PikoPixel.app/Resources/line_cursor.png +GNUstep/System/Applications/PikoPixel.app/Resources/magnifier_button.png +GNUstep/System/Applications/PikoPixel.app/Resources/magnifier_cursor.png GNUstep/System/Applications/PikoPixel.app/Resources/MainMenu.nib/classes.nib GNUstep/System/Applications/PikoPixel.app/Resources/MainMenu.nib/info.nib GNUstep/System/Applications/PikoPixel.app/Resources/MainMenu.nib/keyedobjects.nib +GNUstep/System/Applications/PikoPixel.app/Resources/marching_ants_pattern.png +GNUstep/System/Applications/PikoPixel.app/Resources/minus_button_overlay_small.png +GNUstep/System/Applications/PikoPixel.app/Resources/minus_button_overlay.png +GNUstep/System/Applications/PikoPixel.app/Resources/move_button.png +GNUstep/System/Applications/PikoPixel.app/Resources/move_cursor.png +GNUstep/System/Applications/PikoPixel.app/Resources/move_selection_outline_cursor.png GNUstep/System/Applications/PikoPixel.app/Resources/NavigatorPopupPanel.nib/classes.nib GNUstep/System/Applications/PikoPixel.app/Resources/NavigatorPopupPanel.nib/info.nib GNUstep/System/Applications/PikoPixel.app/Resources/NavigatorPopupPanel.nib/keyedobjects.nib +GNUstep/System/Applications/PikoPixel.app/Resources/neko.png +GNUstep/System/Applications/PikoPixel.app/Resources/oval_button.png +GNUstep/System/Applications/PikoPixel.app/Resources/oval_cursor.png +GNUstep/System/Applications/PikoPixel.app/Resources/paintcan_button.png +GNUstep/System/Applications/PikoPixel.app/Resources/paintcan_cursor.png +GNUstep/System/Applications/PikoPixel.app/Resources/pencil_button.png +GNUstep/System/Applications/PikoPixel.app/Resources/pencil_cursor.png +GNUstep/System/Applications/PikoPixel.app/Resources/pencil_segment.png GNUstep/System/Applications/PikoPixel.app/Resources/PikoPixel.desktop +GNUstep/System/Applications/PikoPixel.app/Resources/plus_button_overlay_small.png +GNUstep/System/Applications/PikoPixel.app/Resources/plus_button_overlay.png GNUstep/System/Applications/PikoPixel.app/Resources/PreviewPanel.nib/classes.nib GNUstep/System/Applications/PikoPixel.app/Resources/PreviewPanel.nib/info.nib GNUstep/System/Applications/PikoPixel.app/Resources/PreviewPanel.nib/keyedobjects.nib +GNUstep/System/Applications/PikoPixel.app/Resources/rect_button.png +GNUstep/System/Applications/PikoPixel.app/Resources/rect_cursor.png +GNUstep/System/Applications/PikoPixel.app/Resources/resize_control.png GNUstep/System/Applications/PikoPixel.app/Resources/SamplerImagePanel.nib/classes.nib GNUstep/System/Applications/PikoPixel.app/Resources/SamplerImagePanel.nib/info.nib GNUstep/System/Applications/PikoPixel.app/Resources/SamplerImagePanel.nib/keyedobjects.nib @@ -121,6 +168,13 @@ GNUstep/System/Applications/PikoPixel.app/Resources/SamplerImagePopupPanel.nib/k GNUstep/System/Applications/PikoPixel.app/Resources/ScreencastPopupPanel.nib/classes.nib GNUstep/System/Applications/PikoPixel.app/Resources/ScreencastPopupPanel.nib/info.nib GNUstep/System/Applications/PikoPixel.app/Resources/ScreencastPopupPanel.nib/keyedobjects.nib +GNUstep/System/Applications/PikoPixel.app/Resources/selection_rect_button.png +GNUstep/System/Applications/PikoPixel.app/Resources/selection_rect_cursor.png +GNUstep/System/Applications/PikoPixel.app/Resources/selection_tool_overlay_add_pattern.png +GNUstep/System/Applications/PikoPixel.app/Resources/selection_tool_overlay_subtract_pattern.png +GNUstep/System/Applications/PikoPixel.app/Resources/solid_segment.png +GNUstep/System/Applications/PikoPixel.app/Resources/target_draw_layer_icon.png +GNUstep/System/Applications/PikoPixel.app/Resources/target_enabled_layers_icon.png GNUstep/System/Applications/PikoPixel.app/Resources/ToolModifierTipsPanel.nib/classes.nib GNUstep/System/Applications/PikoPixel.app/Resources/ToolModifierTipsPanel.nib/info.nib GNUstep/System/Applications/PikoPixel.app/Resources/ToolModifierTipsPanel.nib/keyedobjects.nib @@ -131,57 +185,6 @@ GNUstep/System/Applications/PikoPixel.app/Resources/ToolsPanel.nib/keyedobjects. GNUstep/System/Applications/PikoPixel.app/Resources/ToolsPopupPanel.nib/classes.nib GNUstep/System/Applications/PikoPixel.app/Resources/ToolsPopupPanel.nib/info.nib GNUstep/System/Applications/PikoPixel.app/Resources/ToolsPopupPanel.nib/keyedobjects.nib -GNUstep/System/Applications/PikoPixel.app/Resources/arrow_left_button.png -GNUstep/System/Applications/PikoPixel.app/Resources/arrow_outline_left_button.png -GNUstep/System/Applications/PikoPixel.app/Resources/arrow_outline_right_button.png -GNUstep/System/Applications/PikoPixel.app/Resources/arrow_right_button.png -GNUstep/System/Applications/PikoPixel.app/Resources/checkerboard_segment.png -GNUstep/System/Applications/PikoPixel.app/Resources/diagonal_checkerboard_segment.png -GNUstep/System/Applications/PikoPixel.app/Resources/diagonal_lines_segment.png -GNUstep/System/Applications/PikoPixel.app/Resources/eraser_button.png -GNUstep/System/Applications/PikoPixel.app/Resources/eraser_cursor.png -GNUstep/System/Applications/PikoPixel.app/Resources/eraser_tool_overlay_outline_pattern.png -GNUstep/System/Applications/PikoPixel.app/Resources/eyedropper_button.png -GNUstep/System/Applications/PikoPixel.app/Resources/eyedropper_cursor.png -GNUstep/System/Applications/PikoPixel.app/Resources/freehand_select_button.png -GNUstep/System/Applications/PikoPixel.app/Resources/freehand_select_cursor.png -GNUstep/System/Applications/PikoPixel.app/Resources/gridtype_crosshairs_segment.png -GNUstep/System/Applications/PikoPixel.app/Resources/gridtype_dots_segment.png -GNUstep/System/Applications/PikoPixel.app/Resources/gridtype_largedots_segment.png -GNUstep/System/Applications/PikoPixel.app/Resources/gridtype_lines_segment.png -GNUstep/System/Applications/PikoPixel.app/Resources/isometric_checkerboard_segment.png -GNUstep/System/Applications/PikoPixel.app/Resources/isometric_lines_segment.png -GNUstep/System/Applications/PikoPixel.app/Resources/layers_panel_background.png -GNUstep/System/Applications/PikoPixel.app/Resources/line_button.png -GNUstep/System/Applications/PikoPixel.app/Resources/line_cursor.png -GNUstep/System/Applications/PikoPixel.app/Resources/magnifier_button.png -GNUstep/System/Applications/PikoPixel.app/Resources/magnifier_cursor.png -GNUstep/System/Applications/PikoPixel.app/Resources/marching_ants_pattern.png -GNUstep/System/Applications/PikoPixel.app/Resources/minus_button_overlay.png -GNUstep/System/Applications/PikoPixel.app/Resources/minus_button_overlay_small.png -GNUstep/System/Applications/PikoPixel.app/Resources/move_button.png -GNUstep/System/Applications/PikoPixel.app/Resources/move_cursor.png -GNUstep/System/Applications/PikoPixel.app/Resources/move_selection_outline_cursor.png -GNUstep/System/Applications/PikoPixel.app/Resources/neko.png -GNUstep/System/Applications/PikoPixel.app/Resources/oval_button.png -GNUstep/System/Applications/PikoPixel.app/Resources/oval_cursor.png -GNUstep/System/Applications/PikoPixel.app/Resources/paintcan_button.png -GNUstep/System/Applications/PikoPixel.app/Resources/paintcan_cursor.png -GNUstep/System/Applications/PikoPixel.app/Resources/pencil_button.png -GNUstep/System/Applications/PikoPixel.app/Resources/pencil_cursor.png -GNUstep/System/Applications/PikoPixel.app/Resources/pencil_segment.png -GNUstep/System/Applications/PikoPixel.app/Resources/plus_button_overlay.png -GNUstep/System/Applications/PikoPixel.app/Resources/plus_button_overlay_small.png -GNUstep/System/Applications/PikoPixel.app/Resources/rect_button.png -GNUstep/System/Applications/PikoPixel.app/Resources/rect_cursor.png -GNUstep/System/Applications/PikoPixel.app/Resources/resize_control.png -GNUstep/System/Applications/PikoPixel.app/Resources/selection_rect_button.png -GNUstep/System/Applications/PikoPixel.app/Resources/selection_rect_cursor.png -GNUstep/System/Applications/PikoPixel.app/Resources/selection_tool_overlay_add_pattern.png -GNUstep/System/Applications/PikoPixel.app/Resources/selection_tool_overlay_subtract_pattern.png -GNUstep/System/Applications/PikoPixel.app/Resources/solid_segment.png -GNUstep/System/Applications/PikoPixel.app/Resources/target_draw_layer_icon.png -GNUstep/System/Applications/PikoPixel.app/Resources/target_enabled_layers_icon.png GNUstep/System/Applications/PikoPixel.app/Resources/view_draw_layer_icon.png GNUstep/System/Applications/PikoPixel.app/Resources/view_enabled_layers_icon.png GNUstep/System/Applications/PikoPixel.app/Resources/wand_button.png diff --git a/graphics/pixen/Makefile b/graphics/pixen/Makefile index d2842c6c65d..6f80ebc2e63 100644 --- a/graphics/pixen/Makefile +++ b/graphics/pixen/Makefile @@ -2,7 +2,7 @@ PORTNAME= pixen PORTVERSION= 0.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics gnustep MASTER_SITES= http://download.gna.org/gsimageapps/ DISTNAME= Pixen-${PORTVERSION} diff --git a/graphics/preview/Makefile b/graphics/preview/Makefile index c85a3f0e35a..87fbbc8433c 100644 --- a/graphics/preview/Makefile +++ b/graphics/preview/Makefile @@ -2,7 +2,7 @@ PORTNAME= preview PORTVERSION= 0.8.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics gnustep MASTER_SITES= http://download.gna.org/gsimageapps/ PKGNAMEPREFIX= gnustep- diff --git a/graphics/price/Makefile b/graphics/price/Makefile index 55e4dade641..51f44eeb60b 100644 --- a/graphics/price/Makefile +++ b/graphics/price/Makefile @@ -3,7 +3,7 @@ PORTNAME= price PORTVERSION= 1.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics gnustep MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} DISTNAME= PRICE-${PORTVERSION} diff --git a/japanese/jishyo/Makefile b/japanese/jishyo/Makefile index c0d585dfc20..87b8147a616 100644 --- a/japanese/jishyo/Makefile +++ b/japanese/jishyo/Makefile @@ -3,7 +3,7 @@ PORTNAME= jishyo PORTVERSION= 0.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= japanese gnustep MASTER_SITES= http://www.eskimo.com/~pburns/Dictionaries/files/ DISTNAME= Jishyo-${PORTVERSION} diff --git a/java/bouncycastle15/Makefile b/java/bouncycastle15/Makefile index 39d6b665c4d..540a126928e 100644 --- a/java/bouncycastle15/Makefile +++ b/java/bouncycastle15/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bouncycastle -PORTVERSION= 1.57 +PORTVERSION= 1.58 CATEGORIES= java security MASTER_SITES= http://www.bouncycastle.org/download/ \ http://polydistortion.net/bc/download/ diff --git a/java/bouncycastle15/distinfo b/java/bouncycastle15/distinfo index d69709749eb..c26359c29d3 100644 --- a/java/bouncycastle15/distinfo +++ b/java/bouncycastle15/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1495227388 -SHA256 (crypto-157.tar.gz) = 80f8f0986079e6cbe14c58fce71b590c5c1504b13217255d294a0acd592fc771 -SIZE (crypto-157.tar.gz) = 119454454 +TIMESTAMP = 1503401517 +SHA256 (crypto-158.tar.gz) = 175b342d853706107f54780052e224595453743e2a4b6aa0a0fcf02d5e24d01d +SIZE (crypto-158.tar.gz) = 123588158 diff --git a/lang/Makefile b/lang/Makefile index a5828dd4c9a..bfac94f65e4 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -363,7 +363,6 @@ SUBDIR += v8-devel SUBDIR += vala SUBDIR += visualworks - SUBDIR += whitespace SUBDIR += x10 SUBDIR += yabasic SUBDIR += yap diff --git a/lang/gcc8-devel/Makefile b/lang/gcc8-devel/Makefile index 4960ec8b9b4..36072da7c20 100644 --- a/lang/gcc8-devel/Makefile +++ b/lang/gcc8-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 8.0.0.s20170813 +PORTVERSION= 8.0.0.s20170820 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel @@ -14,6 +14,7 @@ COMMENT= GNU Compiler Collection 8 LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi +ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 i386 powerpc powerpc64 sparc64 LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr \ libmpc.so:math/mpc @@ -34,7 +35,6 @@ CPE_VERSION= ${GCC_VERSION} DIST_VERSION= ${PORTVERSION:C/([0-9]+).*\.s([0-9]+)/\1-\2/} GCC_VERSION= ${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/} SUFFIX= ${PORTVERSION:C/([0-9]+).*/\1/} -ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 i386 powerpc powerpc64 sparc64 USES= compiler cpe gmake iconv libtool makeinfo perl5 tar:xz USE_BINUTILS= yes USE_PERL5= build diff --git a/lang/gcc8-devel/distinfo b/lang/gcc8-devel/distinfo index 98d02968693..1741f3631bc 100644 --- a/lang/gcc8-devel/distinfo +++ b/lang/gcc8-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1502751488 -SHA256 (gcc-8-20170813.tar.xz) = 32366a50f5f0c57cb4900625fcb41c01abfada22dbf8c5abeb180a550bfda2c3 -SIZE (gcc-8-20170813.tar.xz) = 59787232 +TIMESTAMP = 1503269895 +SHA256 (gcc-8-20170820.tar.xz) = e85bef8b9e8ebb3632f3fdb447cd87fa94644ef939ef86c842cc0847ff8520c3 +SIZE (gcc-8-20170820.tar.xz) = 59806428 diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index f164ebbadce..8e42175d379 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gnustep-base -PORTVERSION= 1.24.8 -PORTREVISION= 6 +PORTVERSION= 1.25.0 CATEGORIES= lang devel gnustep MASTER_SITES= GNUSTEP/core @@ -22,7 +21,7 @@ LIB_DEPENDS+= libgcrypt.so:security/libgcrypt RUN_DEPENDS+= ${LOCALBASE}/GNUstep/System/Library/Makefiles/GNUstep.sh:devel/gnustep-make GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-procfs --disable-mixedabi +CONFIGURE_ARGS= --disable-procfs --disable-mixedabi --with-installation-domain=SYSTEM CONFIGURE_ENV= OBJCFLAGS='-fobjc-runtime=gnustep-1.7 -fblocks' USES= pkgconfig iconv gnustep USE_GNUSTEP= build @@ -76,7 +75,5 @@ post-extract: post-install: ${INSTALL_DATA} ${FILESDIR}/gdomap_if ${STAGEDIR}${ETCDIR} - ${RMDIR} ${STAGEHEADER}/gnustep/base - ${RMDIR} ${STAGEHEADER}/GNUstepBase/unicode .include diff --git a/lang/gnustep-base/distinfo b/lang/gnustep-base/distinfo index 997b2a3927e..be4029d2922 100644 --- a/lang/gnustep-base/distinfo +++ b/lang/gnustep-base/distinfo @@ -1,2 +1,3 @@ -SHA256 (gnustep-base-1.24.8.tar.gz) = 5b2a7042bc5001e97ac090143244a4344a6cba72cee53f3840e2492d3db443cb -SIZE (gnustep-base-1.24.8.tar.gz) = 3515290 +TIMESTAMP = 1495189059 +SHA256 (gnustep-base-1.25.0.tar.gz) = f5159a7d70e06b9dfb96c5f8ac572e3a5e6cf8de7bafb056bc9b2e0c4f93c347 +SIZE (gnustep-base-1.25.0.tar.gz) = 3528599 diff --git a/lang/gnustep-base/pkg-plist b/lang/gnustep-base/pkg-plist index e49d389383d..82d64f02663 100644 --- a/lang/gnustep-base/pkg-plist +++ b/lang/gnustep-base/pkg-plist @@ -21,8 +21,6 @@ GNUstep/System/Library/Documentation/man/man1/xmlparse.1.gz GNUstep/System/Library/Documentation/man/man8/gdomap.8.gz GNUstep/System/Library/Headers/Foundation/Foundation.h GNUstep/System/Library/Headers/Foundation/FoundationErrors.h -GNUstep/System/Library/Headers/Foundation/GSMime.h -GNUstep/System/Library/Headers/Foundation/GSXML.h GNUstep/System/Library/Headers/Foundation/NSAffineTransform.h GNUstep/System/Library/Headers/Foundation/NSArchiver.h GNUstep/System/Library/Headers/Foundation/NSArray.h @@ -162,6 +160,7 @@ GNUstep/System/Library/Headers/GNUstepBase/NSCalendarDate+GNUstepBase.h GNUstep/System/Library/Headers/GNUstepBase/NSData+GNUstepBase.h GNUstep/System/Library/Headers/GNUstepBase/NSDebug+GNUstepBase.h GNUstep/System/Library/Headers/GNUstepBase/NSFileHandle+GNUstepBase.h +GNUstep/System/Library/Headers/GNUstepBase/NSHashTable+GNUstepBase.h GNUstep/System/Library/Headers/GNUstepBase/NSLock+GNUstepBase.h GNUstep/System/Library/Headers/GNUstepBase/NSMutableString+GNUstepBase.h GNUstep/System/Library/Headers/GNUstepBase/NSNetServices+GNUstepBase.h @@ -174,12 +173,6 @@ GNUstep/System/Library/Headers/GNUstepBase/NSTask+GNUstepBase.h GNUstep/System/Library/Headers/GNUstepBase/NSThread+GNUstepBase.h GNUstep/System/Library/Headers/GNUstepBase/NSURL+GNUstepBase.h GNUstep/System/Library/Headers/GNUstepBase/Unicode.h -GNUstep/System/Library/Headers/gnustep/unicode/caseconv.h -GNUstep/System/Library/Headers/gnustep/unicode/cop.h -GNUstep/System/Library/Headers/gnustep/unicode/cyrillic.h -GNUstep/System/Library/Headers/gnustep/unicode/decomp.h -GNUstep/System/Library/Headers/gnustep/unicode/latin2.h -GNUstep/System/Library/Headers/gnustep/unicode/nextstep.h GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/English.lproj/Localizable.strings GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/Esperanto.lproj/Localizable.strings GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/French.lproj/Localizable.strings @@ -324,6 +317,7 @@ GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Eirunepe GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/El_Salvador GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Ensenada +GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Fort_Nelson GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Fort_Wayne GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Fortaleza GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Glace_Bay @@ -397,6 +391,7 @@ GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Porto_Acre GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Porto_Velho GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Puerto_Rico +GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Punta_Arenas GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Rainy_River GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Rankin_Inlet GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Recife @@ -452,10 +447,12 @@ GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Aqtobe GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Ashgabat GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Ashkhabad +GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Atyrau GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Baghdad GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Bahrain GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Baku GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Bangkok +GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Barnaul GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Beirut GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Bishkek GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Brunei @@ -471,6 +468,7 @@ GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Dili GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Dubai GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Dushanbe +GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Famagusta GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Gaza GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Harbin GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Hebron @@ -527,6 +525,7 @@ GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Thimbu GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Thimphu GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Tokyo +GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Tomsk GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Ujung_Pandang GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Ulaanbaatar GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Ulan_Bator @@ -535,6 +534,7 @@ GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Vientiane GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Vladivostok GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Yakutsk +GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Yangon GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Yekaterinburg GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Yerevan GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Atlantic/Azores @@ -632,6 +632,7 @@ GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Etc/Zulu GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Amsterdam GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Andorra +GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Astrakhan GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Athens GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Belfast GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Belgrade @@ -652,6 +653,7 @@ GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Jersey GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Kaliningrad GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Kiev +GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Kirov GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Lisbon GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Ljubljana GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/London @@ -672,6 +674,7 @@ GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Samara GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/San_Marino GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Sarajevo +GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Saratov GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Simferopol GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Skopje GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Sofia @@ -679,6 +682,7 @@ GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Tallinn GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Tirane GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Tiraspol +GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Ulyanovsk GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Uzhgorod GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Vaduz GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Vatican diff --git a/lang/gscheme/Makefile b/lang/gscheme/Makefile index eeef15b8441..d2c1449128d 100644 --- a/lang/gscheme/Makefile +++ b/lang/gscheme/Makefile @@ -2,7 +2,7 @@ PORTNAME= gscheme PORTVERSION= 0.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang gnustep MASTER_SITES= http://www.gnustep.it/marko/GScheme/ \ LOCAL/dinoex diff --git a/lang/itcl4/Makefile b/lang/itcl4/Makefile index 65ef02cfb70..b980bc552e6 100644 --- a/lang/itcl4/Makefile +++ b/lang/itcl4/Makefile @@ -2,19 +2,22 @@ # $FreeBSD$ PORTNAME= itcl4 -PORTVERSION= 4.0.4 -PORTREVISION= 1 +PORTVERSION= 4.1.0 +PORTREVISION= 0 CATEGORIES= lang -MASTER_SITES= TCLTK/itcl \ - SF/incrtcl/%5Bincr%20Tcl_Tk%5D-4-source/itcl%20${PORTVERSION}/ +MASTER_SITES= SF/incrtcl/%5Bincr%20Tcl_Tk%5D-4-source/itcl%20${PORTVERSION}/ DISTNAME= itcl${PORTVERSION} MAINTAINER= tcltk@FreeBSD.org COMMENT= Object-oriented extension to Tcl [incr Tcl] +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/license.terms + USES+= tcl:86,tea CONFIGURE_ARGS+=--includedir=${PREFIX}/include/itcl${PORTVERSION:R} -PLIST_SUB+= PKGVER=${PORTVERSION} +PLIST_SUB+= PKGVER=${PORTVERSION} \ + SHORT_PKGVER=${PORTVERSION:R} TEST_TARGET= test post-install: diff --git a/lang/itcl4/distinfo b/lang/itcl4/distinfo index a2c7bcf8321..ec0fa0ffe57 100644 --- a/lang/itcl4/distinfo +++ b/lang/itcl4/distinfo @@ -1,2 +1,3 @@ -SHA256 (itcl4.0.4.tar.gz) = 63860438ca22f70049aecff70dc607b31bb1bea0edcc736e36ac6e36c24aecde -SIZE (itcl4.0.4.tar.gz) = 431125 +TIMESTAMP = 1503301244 +SHA256 (itcl4.1.0.tar.gz) = cd362642b03f4f96bfa75f5d01b8ebbd73aa9cff4aaef7b50273f5bf249385c5 +SIZE (itcl4.1.0.tar.gz) = 424026 diff --git a/lang/itcl4/pkg-plist b/lang/itcl4/pkg-plist index 4cc0b9b9ca0..08816bec04a 100644 --- a/lang/itcl4/pkg-plist +++ b/lang/itcl4/pkg-plist @@ -1,10 +1,10 @@ -include/itcl4.0/itcl.h -include/itcl4.0/itcl2TclOO.h -include/itcl4.0/itclDecls.h -include/itcl4.0/itclInt.h -include/itcl4.0/itclIntDecls.h -include/itcl4.0/itclMigrate2TclCore.h -include/itcl4.0/itclTclIntStubsFcn.h +include/itcl%%SHORT_PKGVER%%/itcl.h +include/itcl%%SHORT_PKGVER%%/itcl2TclOO.h +include/itcl%%SHORT_PKGVER%%/itclDecls.h +include/itcl%%SHORT_PKGVER%%/itclInt.h +include/itcl%%SHORT_PKGVER%%/itclIntDecls.h +include/itcl%%SHORT_PKGVER%%/itclMigrate2TclCore.h +include/itcl%%SHORT_PKGVER%%/itclTclIntStubsFcn.h lib/itcl%%PKGVER%%/itcl.tcl lib/itcl%%PKGVER%%/itclConfig.sh lib/itcl%%PKGVER%%/itclHullCmds.tcl diff --git a/lang/perl5-devel/Makefile b/lang/perl5-devel/Makefile index 82e0bfb6a65..98a1408d786 100644 --- a/lang/perl5-devel/Makefile +++ b/lang/perl5-devel/Makefile @@ -35,7 +35,7 @@ TEST_ENV= ${MAKE_ENV} TEST_JOBS=${MAKE_JOBS_NUMBER} \ USE_GITHUB= yes GH_ACCOUNT= Perl GH_PROJECT= perl5 -GH_TAGNAME= v5.27.2-140-g7b0b49a +GH_TAGNAME= v5.27.2-151-g0acc85e OPTIONS_DEFINE= DEBUG GDBM PERL_64BITINT MULTIPLICITY SITECUSTOMIZE \ THREADS PERL_MALLOC DTRACE DOT_INC diff --git a/lang/perl5-devel/distinfo b/lang/perl5-devel/distinfo index b3d0d9fffbf..42a57f89d07 100644 --- a/lang/perl5-devel/distinfo +++ b/lang/perl5-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1502714184 -SHA256 (perl/Perl-perl5-v5.27.2-140-g7b0b49a_GH0.tar.gz) = d9d4783a96f1046d237d33a0b570a8b644484b0434a6413e76e4f0c09383578d -SIZE (perl/Perl-perl5-v5.27.2-140-g7b0b49a_GH0.tar.gz) = 18649766 +TIMESTAMP = 1503314667 +SHA256 (perl/Perl-perl5-v5.27.2-151-g0acc85e_GH0.tar.gz) = 9e88c884b9fe3431f4b62343161665c495f5388d0f1f5dd78296c8e155bb2b64 +SIZE (perl/Perl-perl5-v5.27.2-151-g0acc85e_GH0.tar.gz) = 18644834 diff --git a/lang/phantomjs/Makefile b/lang/phantomjs/Makefile index d8d9a6a058c..16ab84ff3ac 100644 --- a/lang/phantomjs/Makefile +++ b/lang/phantomjs/Makefile @@ -32,7 +32,6 @@ GH_TUPLE= Vitallium:phantomjs-3rdparty-win:19051aa:msvc2013/src/qt/3rdparty \ Vitallium:qtbase:b5cc008:qtbase/src/qt/qtbase \ Vitallium:qtwebkit:e7b7433:qtwebkit/src/qt/qtwebkit RUBY_NO_RUN_DEPENDS= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST_FILES= bin/phantomjs NO_CCACHE= yes diff --git a/lang/tcl87/Makefile b/lang/tcl87/Makefile index 0f1fc7b1947..afb6f4684c5 100644 --- a/lang/tcl87/Makefile +++ b/lang/tcl87/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= tcl -DISTVERSION= 8.7.a0.20170524 -PORTREVISION= 1 +DISTVERSION= 8.7.a0.20170823 +PORTREVISION= 0 CATEGORIES= lang MASTER_SITES= http://core.tcl.tk/tcl/tarball/ PKGNAMESUFFIX= ${PORTVERSION:R:R:S/.//} @@ -32,7 +32,7 @@ OPTIONS_EXCLUDE+= DTRACE OPTIONS_EXCLUDE_FreeBSD_10= DTRACE -FOSSIL_CHECKIN= f1c99ff14c +FOSSIL_CHECKIN= 2b42a8db4c PATCH_WRKSRC= ${WRKDIR}/Tcl_Source_Code WRKSRC= ${PATCH_WRKSRC}/unix diff --git a/lang/tcl87/distinfo b/lang/tcl87/distinfo index bf3450eaf6e..dd000c494d4 100644 --- a/lang/tcl87/distinfo +++ b/lang/tcl87/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1495624201 -SHA256 (Tcl+Source+Code.tar.gz?uuid=f1c99ff14c) = 82670b87b2b03090195008ce6a41b10248720e75948e3703b52e2e85e7330896 -SIZE (Tcl+Source+Code.tar.gz?uuid=f1c99ff14c) = 6825206 +TIMESTAMP = 1503473236 +SHA256 (Tcl+Source+Code.tar.gz?uuid=2b42a8db4c) = 0548034f1877938bb8e0fdd72ee2117b1a920e4520fa8c1d998cc71249b4098e +SIZE (Tcl+Source+Code.tar.gz?uuid=2b42a8db4c) = 6714108 diff --git a/lang/whitespace/Makefile b/lang/whitespace/Makefile deleted file mode 100644 index c2491228ece..00000000000 --- a/lang/whitespace/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# Created by: Li-Lun Wang -# $FreeBSD$ - -PORTNAME= whitespace -PORTVERSION= 0.3 -PORTREVISION= 7 -CATEGORIES= lang -MASTER_SITES= http://compsoc.dur.ac.uk/whitespace/downloads/ -DISTNAME= wspace-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Interpreter for the Whitespace programming language - -LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/COPYING - -BUILD_DEPENDS= ghc:lang/ghc -LIB_DEPENDS= libgmp.so:math/gmp \ - libffi.so.6:devel/libffi - -DEPRECATED= Mastersite disappeared -EXPIRATION_DATE= 2017-08-21 - -USES= perl5 gmake tar:tgz -USE_PERL5= build -WRKSRC= ${WRKDIR}/WSpace -ALL_TARGET= ${TARGET} - -PLIST_FILES= bin/wspace -PORTEXAMPLES= * -PORTDOCS= * - -OPTIONS_DEFINE= DOCS EXAMPLES - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/wspace ${STAGEDIR}${PREFIX}/bin - -do-install-EXAMPLES-on: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} - -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/docs/tutorial.html ${STAGEDIR}${DOCSDIR} - -.include diff --git a/lang/whitespace/distinfo b/lang/whitespace/distinfo deleted file mode 100644 index 1270867741a..00000000000 --- a/lang/whitespace/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (wspace-0.3.tgz) = 53e47bf05df991c1d0f88a75cf5208bfc42d42b87f8fe3e8ee6a05ac78544a73 -SIZE (wspace-0.3.tgz) = 15471 diff --git a/lang/whitespace/files/patch-Makefile b/lang/whitespace/files/patch-Makefile deleted file mode 100644 index f99c69775da..00000000000 --- a/lang/whitespace/files/patch-Makefile +++ /dev/null @@ -1,41 +0,0 @@ ---- Makefile.orig 2003-03-31 12:39:29 UTC -+++ Makefile -@@ -2,13 +2,12 @@ GHC = ghc - GHCI = ghci - - SRCS = main.hs Input.hs VM.hs Tokens.hs --OBJS = main.o Input.o VM.o Tokens.o --OPTS = -O -fvia-C -+OPTS = -O - - TARGET = wspace - --$TARGET: ${OBJS} -- ${GHC} ${OPTS} ${OBJS} -o ${TARGET} -+$TARGET: ${SRCS} -+ ${GHC} --make ${OPTS} ${SRCS} -o ${TARGET} - - ghci: - ${GHCI} ${OPTS} main.hs -@@ -19,21 +18,3 @@ depend: - clean: - rm -f ${TARGET} ${OBJS} - rm -f *~ *.hi -- --%.o: %.hs -- ${GHC} -c ${OPTS} $< -o $@ -- --%.hi: %.o -- @: -- --# DO NOT DELETE: Beginning of Haskell dependencies --main.o : main.hs --main.o : ./Tokens.hi --main.o : ./VM.hi --main.o : ./Input.hi --Input.o : Input.hs --Input.o : ./Tokens.hi --Input.o : ./VM.hi --VM.o : VM.hs --Tokens.o : Tokens.hs --# DO NOT DELETE: End of Haskell dependencies diff --git a/lang/whitespace/files/patch-VM.hs b/lang/whitespace/files/patch-VM.hs deleted file mode 100644 index ff979ee8ed7..00000000000 --- a/lang/whitespace/files/patch-VM.hs +++ /dev/null @@ -1,10 +0,0 @@ ---- VM.hs.orig 2004-05-04 17:10:41 UTC -+++ VM.hs -@@ -1,6 +1,6 @@ - module VM where - --import IO -+import System.IO - - {- Stack machine for running whitespace programs -} - diff --git a/lang/whitespace/files/patch-main.hs b/lang/whitespace/files/patch-main.hs deleted file mode 100644 index 0e3685dd822..00000000000 --- a/lang/whitespace/files/patch-main.hs +++ /dev/null @@ -1,11 +0,0 @@ ---- main.hs.orig 2003-03-31 15:33:44 UTC -+++ main.hs -@@ -26,7 +26,7 @@ import Input - import VM - import Tokens - --import System(getArgs) -+import System.Environment (getArgs) - - main :: IO () - main = do diff --git a/lang/whitespace/pkg-descr b/lang/whitespace/pkg-descr deleted file mode 100644 index 0a7960ea3bf..00000000000 --- a/lang/whitespace/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Whitespace is a imperative stack-based programming language that, -contrary to most languages, ignores any non-whitespace characters. -Only spaces, tabs, and newlines are considered syntax in Whitespace. - -This port is a prototype interpreter for the Whitespace programming -language written in Haskell. - -WWW: http://compsoc.dur.ac.uk/whitespace/ diff --git a/mail/addresses-goodies/Makefile b/mail/addresses-goodies/Makefile index 593308e6d49..5d067c98c02 100644 --- a/mail/addresses-goodies/Makefile +++ b/mail/addresses-goodies/Makefile @@ -2,7 +2,7 @@ PORTNAME= addresses PORTVERSION= 0.4.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail gnustep MASTER_SITES= SAVANNAH/gap PKGNAMESUFFIX= -goodies${PKGNAMESUFFIX2} diff --git a/mail/addresses/Makefile b/mail/addresses/Makefile index 2b774e7de47..9aad4dc8e6b 100644 --- a/mail/addresses/Makefile +++ b/mail/addresses/Makefile @@ -3,7 +3,7 @@ PORTNAME= addresses PORTVERSION= 0.4.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= Addresses-${PORTVERSION} diff --git a/mail/cone/Makefile b/mail/cone/Makefile index 40a19984abd..f20759ec3c1 100644 --- a/mail/cone/Makefile +++ b/mail/cone/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cone -PORTVERSION= 0.96 +PORTVERSION= 0.96.1 CATEGORIES= mail # This is for beta versions, leave it in please: #MASTER_SITES= http://www.courier-mta.org/beta/${PORTNAME}/ \ diff --git a/mail/cone/distinfo b/mail/cone/distinfo index bfb1fa6dc38..fee91787089 100644 --- a/mail/cone/distinfo +++ b/mail/cone/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1499031560 -SHA256 (cone-0.96.tar.bz2) = 657b16002deae701d5a9ca5572bfe9c05ba40c0da523ecebb8171f48863f6a8e -SIZE (cone-0.96.tar.bz2) = 3752115 +TIMESTAMP = 1503328306 +SHA256 (cone-0.96.1.tar.bz2) = 10c7364479501c0f4acee5670aa16e4f9e14ffd46454d38bcd086c75db917183 +SIZE (cone-0.96.1.tar.bz2) = 3754687 diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile index dc4f0c7e687..0c7bc5503ba 100644 --- a/mail/courier-imap/Makefile +++ b/mail/courier-imap/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= courier-imap -PORTVERSION= 4.18.0 +PORTVERSION= 4.18.1 PORTEPOCH= 2 CATEGORIES= mail ipv6 MASTER_SITES= SF/courier/imap/${PORTVERSION} @@ -15,13 +15,11 @@ RUN_DEPENDS= courierauthconfig:security/courier-authlib-base \ ${LOCALBASE}/share/sysconftool/sysconftool:devel/sysconftool LIB_DEPENDS= libcourier-unicode.so:devel/courier-unicode -USES= gmake perl5 ssl tar:bzip2 +USES= gmake localbase:ldflags perl5 ssl tar:bzip2 GNU_CONFIGURE= yes USE_RC_SUBR= courier-imap-imapd courier-imap-imapd-ssl \ courier-imap-pop3d courier-imap-pop3d-ssl -CPPFLAGS+= -I${LOCALBASE}/include -I${PREFIX}/include -LDFLAGS+= -L${LOCALBASE}/lib -L${PREFIX}/lib CONFIGURE_ENV= REHASH=${SCRIPTDIR}/c_rehash NOPIE_PORTS= yes @@ -30,6 +28,9 @@ NORELRO_PORTS= yes MAKE_ENV:= ${CONFIGURE_ENV} ALL_TARGET= all makeimapaccess makedat +SUB_FILES= pkg-message +SUB_LIST= CONFDIR=${CONFDIR} + # # options available: # @@ -62,13 +63,14 @@ CONFIGURE_ARGS= --sysconfdir=${CONFDIR} \ --with-locking-method=fcntl \ COURIERAUTHCONFIG=${PREFIX}/bin/courierauthconfig -.include +GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls \ + libgcrypt.so:security/libgcrypt +GNUTLS_CONFIGURE_WITH= gnutls +GNUTLS_USES= pkgconfig -.if ${PORT_OPTIONS:MGNUTLS} -CONFIGURE_ARGS+=--with-gnutls -LIB_DEPENDS+= libgnutls.so:security/gnutls -USES+= pkgconfig -.endif +IPV6_CONFIGURE_OFF= --without-ipv6 + +TRASHQUOTA_CONFIGURE_ON=--with-trashquota .include @@ -89,19 +91,6 @@ CONFIGURE_ARGS+=--with-db=db --with-userdb=${USERDB} .endif .endif -.if ! ${PORT_OPTIONS:MIPV6} -CONFIGURE_ARGS+=--without-ipv6 -.endif - -.if ${PORT_OPTIONS:MTRASHQUOTA} -CONFIGURE_ARGS+=--with-trashquota -.endif - -.if ${PORT_OPTIONS:MFAM} -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -.endif - EXTRA_DOCS= AUTHORS INSTALL NEWS \ libs/imap/ChangeLog \ libs/imap/README \ @@ -112,11 +101,11 @@ EXTRA_DOCS= AUTHORS INSTALL NEWS \ libs/maildir/README.sharedfolders.txt \ libs/tcpd/README.couriertls \ -post-patch: -.if ! ${PORT_OPTIONS:MFAM} +post-patch-FAM-off: @${REINPLACE_CMD} -e 's|$$LIBFAM||g; s|HAVE_FAM|DO_NOT_HAVE_FAM|g' \ ${WRKSRC}/libs/maildir/configure -.endif + +post-patch: @${REINPLACE_CMD} -e 's|^case x$$lockmethod in|${TEST} \&\& &|g' \ ${WRKSRC}/libs/liblock/configure @${REINPLACE_CMD} -e 's|%%INSTALL_MAN%%|${INSTALL_MAN}|' \ @@ -136,17 +125,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/${a} ${STAGEDIR}${DOCSDIR} .endfor - @${ECHO_MSG} "In case you use authpam, you should put the following lines" - @${ECHO_MSG} "in your /etc/pam.d/imap" - @${ECHO_MSG} "auth required pam_unix.so try_first_pass" - @${ECHO_MSG} "account required pam_unix.so try_first_pass" - @${ECHO_MSG} "session required pam_permit.so" - - @${ECHO_MSG} "" - @${ECHO_MSG} "You will have to run ${DATADIR}/mkimapdcert to create" - @${ECHO_MSG} "a self-signed certificate if you want to use imapd-ssl." - @${ECHO_MSG} "And you will have to copy and edit the *.dist files to *" - @${ECHO_MSG} "in ${CONFDIR}." - @${ECHO_MSG} "" - .include diff --git a/mail/courier-imap/distinfo b/mail/courier-imap/distinfo index 477dd0e92ff..fa20acfe072 100644 --- a/mail/courier-imap/distinfo +++ b/mail/courier-imap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1499031625 -SHA256 (courier-imap-4.18.0.tar.bz2) = fa8c2e3b71295c9fa124dfad350f688263ddf7f2b15709f2d44d0f9722de7c52 -SIZE (courier-imap-4.18.0.tar.bz2) = 3202389 +TIMESTAMP = 1503327728 +SHA256 (courier-imap-4.18.1.tar.bz2) = 371b95b29cf6aae3c5967cb92a52c018059950ffb46b540d187b29d57f2f9a0b +SIZE (courier-imap-4.18.1.tar.bz2) = 3203392 diff --git a/mail/courier-imap/files/pkg-message.in b/mail/courier-imap/files/pkg-message.in new file mode 100644 index 00000000000..01679054157 --- /dev/null +++ b/mail/courier-imap/files/pkg-message.in @@ -0,0 +1,11 @@ +In case you use authpam, you should put the following lines +in your /etc/pam.d/imap: + +auth required pam_unix.so try_first_pass +account required pam_unix.so try_first_pass +session required pam_permit.so + +You will have to run %%DATADIR%%/mkimapdcert to create +a self-signed certificate if you want to use imapd-ssl. +And you will have to copy and edit the *.dist files to * +in %%CONFDIR%%. diff --git a/mail/gnumail/Makefile b/mail/gnumail/Makefile index 8d4324c76f0..3d84a8f94e6 100644 --- a/mail/gnumail/Makefile +++ b/mail/gnumail/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnumail PORTVERSION= 1.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail gnustep MASTER_SITES= http://download.gna.org/gnustep-nonfsf/ DISTNAME= GNUMail-${PORTVERSION} diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile index cbed5e239f2..87ebeff83df 100644 --- a/mail/maildrop/Makefile +++ b/mail/maildrop/Makefile @@ -16,7 +16,7 @@ # MAILDROP_MBOX_DIR= Specify DEFAULT mailbox location PORTNAME= maildrop -PORTVERSION= 2.9.0 +PORTVERSION= 2.9.1 CATEGORIES= mail MASTER_SITES= SF/courier/${PORTNAME}/${PORTVERSION} diff --git a/mail/maildrop/distinfo b/mail/maildrop/distinfo index af588631828..93cbc380248 100644 --- a/mail/maildrop/distinfo +++ b/mail/maildrop/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1499009130 -SHA256 (maildrop-2.9.0.tar.bz2) = 6f1b2db822a34d8256d9cc2a011e5a2c6b7e6dd01ed66881cd6fce6f4eb5981c -SIZE (maildrop-2.9.0.tar.bz2) = 2075698 +TIMESTAMP = 1503328226 +SHA256 (maildrop-2.9.1.tar.bz2) = 160c26bc17723c9d934f0571ad614138629c6db97378aebb2f2e8da844b82442 +SIZE (maildrop-2.9.1.tar.bz2) = 2077947 diff --git a/mail/mailhog/Makefile b/mail/mailhog/Makefile index c8c8d2f6ee7..91fb4073c37 100644 --- a/mail/mailhog/Makefile +++ b/mail/mailhog/Makefile @@ -16,6 +16,7 @@ USES= go USE_RC_SUBR= mailhog USE_GITHUB= yes GH_ACCOUNT= mailhog +GH_PROJECT= MailHog GH_SUBDIR= src/github.com/mailhog/MailHog GH_TUPLE= gorilla:pat:cf955c3:pat/src/github.com/gorilla/pat \ gorilla:context:08b5f42:context/src/github.com/gorilla/context \ @@ -38,8 +39,6 @@ GH_TUPLE= gorilla:pat:cf955c3:pat/src/github.com/gorilla/pat \ golang:crypto:eb71ad9:crypto/src/golang.org/x/crypto \ go-mgo:mgo:3f83fa5:mgo/src/gopkg.in/mgo.v2 -WRKSRC= ${WRKDIR}/MailHog-${DISTVERSION} - PLIST_FILES= bin/${PORTNAME} SUB_FILES= pkg-message diff --git a/mail/mailhog/distinfo b/mail/mailhog/distinfo index 19e686b658c..00de555c81f 100644 --- a/mail/mailhog/distinfo +++ b/mail/mailhog/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1503216575 -SHA256 (mailhog-mailhog-v1.0.0_GH0.tar.gz) = 472bf0895f33d49ec8f9bf665fdbda317e57855e846e38e6a6b8dcecdacd7bc5 -SIZE (mailhog-mailhog-v1.0.0_GH0.tar.gz) = 140803 +TIMESTAMP = 1503321114 +SHA256 (mailhog-MailHog-v1.0.0_GH0.tar.gz) = 472bf0895f33d49ec8f9bf665fdbda317e57855e846e38e6a6b8dcecdacd7bc5 +SIZE (mailhog-MailHog-v1.0.0_GH0.tar.gz) = 140803 SHA256 (gorilla-pat-cf955c3_GH0.tar.gz) = 7c6dacd45161d6446496c94459398e991f3e717a479bff87c88520c4b0920840 SIZE (gorilla-pat-cf955c3_GH0.tar.gz) = 4499 SHA256 (gorilla-context-08b5f42_GH0.tar.gz) = 27045aa6da0128aded8e81242630f59a90e0b1840000d31a3b7c5c4e57559df6 diff --git a/mail/milter-greylist-devel/Makefile b/mail/milter-greylist-devel/Makefile index 3e4593815e3..a204a974a17 100644 --- a/mail/milter-greylist-devel/Makefile +++ b/mail/milter-greylist-devel/Makefile @@ -17,6 +17,9 @@ LICENSE= BSD3CLAUSE CONFLICTS= milter-greylist-[0-9]*.* PKGMESSAGE= ${WRKDIR}/pkg-message +DEPRECATED= mail/milter-greylist provides same version and options +EXPIRATION_DATE= 2017-09-21 + USES= tar:tgz MAKE_JOBS_UNSAFE= yes diff --git a/mail/milter-greylist/Makefile b/mail/milter-greylist/Makefile index 5e5999eba2f..5b58ef53cea 100644 --- a/mail/milter-greylist/Makefile +++ b/mail/milter-greylist/Makefile @@ -3,6 +3,7 @@ PORTNAME= milter-greylist PORTVERSION= 4.6.2 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/ \ http://fossies.org/unix/privat/ @@ -30,12 +31,15 @@ USES= tar:tgz # installed port preference over it. ## -OPTIONS_DEFINE= SPF GEOIP CURL LDAP P0F POSTFIX DOCS EXAMPLES +OPTIONS_DEFINE= DKIM SPF GEOIP CURL LDAP P0F POSTFIX DOCS EXAMPLES +OPTIONS_DEFAULT= DKIM SPF GEOIP CURL +DKIM_DESC= DKIM support SPF_DESC= SPF support CURL_DESC= curl support P0F_DESC= P0F support POSTFIX_DESC= Use Postfix instead of Sendmail +DKIM_LIB_DEPENDS= libopendkim.so:mail/opendkim P0F_RUN_DEPENDS= p0f:net-mgmt/p0f SPF_LIB_DEPENDS= libspf2.so:mail/libspf2 CURL_LIB_DEPENDS= libcurl.so:ftp/curl @@ -47,6 +51,8 @@ POSTFIX_LIBS_OFF= ${SENDMAIL_LDADD} P0F_CONFIGURE_ENABLE= p0f306 +DKIM_CONFIGURE_ON= --with-libopendkim=${LOCALBASE} +DKIM_USES= ssl SPF_CONFIGURE_ON= --with-libspf2=${LOCALBASE} GEOIP_CONFIGURE_ON= --with-libGeoIP=${LOCALBASE} CURL_CONFIGURE_ON= --with-libcurl=${LOCALBASE} diff --git a/mail/pantomime/Makefile b/mail/pantomime/Makefile index 1050f9e8bab..4fcac3e828f 100644 --- a/mail/pantomime/Makefile +++ b/mail/pantomime/Makefile @@ -3,6 +3,7 @@ PORTNAME= pantomime PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= mail gnustep MASTER_SITES= http://download.gna.org/gnustep-nonfsf/ DISTNAME= Pantomime-${PORTVERSION} diff --git a/mail/squirrelmail-translations/Makefile b/mail/squirrelmail-translations/Makefile index 6560bd8ef71..3d7b393cd3c 100644 --- a/mail/squirrelmail-translations/Makefile +++ b/mail/squirrelmail-translations/Makefile @@ -2,13 +2,14 @@ # $FreeBSD$ PORTNAME= squirrelmail-translations -PORTVERSION= 20161030 +PORTVERSION= 20170705 CATEGORIES= mail www -MASTER_SITES= LOCAL/adamw/squirrelmail +MASTER_SITES= http://snapshots.squirrelmail.org/ \ + http://freebsd.uzsolt.hu/src/ DISTNAME= squirrelmail-${PORTVERSION}_0200-SVN.locales DIST_SUBDIR= squirrelmail -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@uzsolt.hu COMMENT= NLS translations for Squirrelmail (mail/squirrelmail) LICENSE= GPLv2 diff --git a/mail/squirrelmail-translations/distinfo b/mail/squirrelmail-translations/distinfo index a51e31890ad..f3101c658ca 100644 --- a/mail/squirrelmail-translations/distinfo +++ b/mail/squirrelmail-translations/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1477843914 -SHA256 (squirrelmail/squirrelmail-20161030_0200-SVN.locales.tar.bz2) = 6cf0e335b99309244e883dfabfdac3d14b60eb04215efd4fecc0b2fb1b381750 -SIZE (squirrelmail/squirrelmail-20161030_0200-SVN.locales.tar.bz2) = 5254292 +TIMESTAMP = 1499261030 +SHA256 (squirrelmail/squirrelmail-20170705_0200-SVN.locales.tar.bz2) = c40f141f921257dd80acf5a31adf9412902ed64355ca1921588017ecd2c49ed5 +SIZE (squirrelmail/squirrelmail-20170705_0200-SVN.locales.tar.bz2) = 5253804 diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile index 81c948ed7ec..2e8917aa26f 100644 --- a/mail/squirrelmail/Makefile +++ b/mail/squirrelmail/Makefile @@ -2,13 +2,14 @@ # $FreeBSD$ PORTNAME= squirrelmail -PORTVERSION= 20161030 +PORTVERSION= 20170705 CATEGORIES= mail www -MASTER_SITES= LOCAL/adamw/squirrelmail +MASTER_SITES= http://snapshots.squirrelmail.org/ \ + http://freebsd.uzsolt.hu/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}_0200-SVN.stable DIST_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@uzsolt.hu COMMENT= Webmail system which accesses mail over IMAP LICENSE= GPLv2+ diff --git a/mail/squirrelmail/distinfo b/mail/squirrelmail/distinfo index 38a76039c23..0b27b43c950 100644 --- a/mail/squirrelmail/distinfo +++ b/mail/squirrelmail/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1477843339 -SHA256 (squirrelmail/squirrelmail-20161030_0200-SVN.stable.tar.bz2) = 5a187955b048e557276b73c74bc38dfa78e2f63e4d3273163ef1e5283f2874e6 -SIZE (squirrelmail/squirrelmail-20161030_0200-SVN.stable.tar.bz2) = 560672 +TIMESTAMP = 1499253804 +SHA256 (squirrelmail/squirrelmail-20170705_0200-SVN.stable.tar.bz2) = 53ff6540eb46f737bb631f6d5e0fb80c19b42ab33b1e28a38b4bc469e26a63a8 +SIZE (squirrelmail/squirrelmail-20170705_0200-SVN.stable.tar.bz2) = 563043 diff --git a/mail/squirrelmail/files/patch-functions__i18n.php b/mail/squirrelmail/files/patch-functions__i18n.php index b10d7e8f2ff..09ef588c310 100644 --- a/mail/squirrelmail/files/patch-functions__i18n.php +++ b/mail/squirrelmail/files/patch-functions__i18n.php @@ -1,12 +1,32 @@ ---- functions/i18n.php.orig 2015-01-03 03:56:32 UTC +--- functions/i18n.php.orig 2017-07-05 11:28:23 UTC +++ functions/i18n.php -@@ -683,7 +683,8 @@ function japanese_charset_xtra() { - $useragent = func_get_arg(2); - if (strstr($useragent, 'Windows') !== false || - strstr($useragent, 'Mac_') !== false) { -- $ret = mb_convert_encoding($ret, 'SJIS', 'AUTO'); -+ $ret = mb_convert_encoding($ret, 'UTF-8', 'AUTO'); -+ - } else { - $ret = mb_convert_encoding($ret, 'EUC-JP', 'AUTO'); +@@ -159,15 +159,17 @@ function sq_setlocale($category,$locale) } + + /** +- * Converts string from given charset to charset, that can be displayed by user translation. ++ * Converts a string from the given $charset to a character set that ++ * can be displayed by the current user interface language (translation) + * +- * Function by default returns html encoded strings, if translation uses different encoding. ++ * Function by default returns html encoded strings if translation uses ++ * different encoding. + * If Japanese translation is used - function returns string converted to euc-jp + * If $charset is not supported - function returns unconverted string. + * + * sanitizing of html tags is also done by this function. + * +- * @param string $charset ++ * @param string $charset The charset of the incoming string + * @param string $string Text to be decoded + * @param boolean $force_decode converts string to html without $charset!=$default_charset check. + * Argument is available since 1.4.5 and 1.5.1. +@@ -184,7 +186,7 @@ function charset_decode ($charset, $stri + } + + /* All HTML special characters are 7 bit and can be replaced first */ +- if (! $save_html) $string = sm_encode_html_special_chars ($string); ++ if (! $save_html) $string = sm_encode_html_special_chars($string, ENT_COMPAT, $charset); + $charset = strtolower($charset); + + set_my_charset(); diff --git a/mail/squirrelmail/files/patch-functions_strings.php b/mail/squirrelmail/files/patch-functions_strings.php new file mode 100644 index 00000000000..6d53d079f14 --- /dev/null +++ b/mail/squirrelmail/files/patch-functions_strings.php @@ -0,0 +1,71 @@ +--- functions/strings.php.orig 2017-01-27 20:31:33 UTC ++++ functions/strings.php +@@ -1489,7 +1489,13 @@ function sm_validate_security_token($tok + * (See http://php.net/manual/function.htmlspecialchars.php ) + * (OPTIONAL; default ENT_COMPAT, ENT_COMPAT | ENT_SUBSTITUTE for PHP >=5.4) + * @param string $encoding The character encoding to use in the conversion +- * (OPTIONAL; default automatic detection) ++ * (if not one of the character sets supported ++ * by PHP's htmlspecialchars(), then $encoding ++ * will be ignored and iso-8859-1 will be used, ++ * unless a default has been specified in ++ * $default_htmlspecialchars_encoding in ++ * config_local.php) (OPTIONAL; default automatic ++ * detection) + * @param boolean $double_encode Whether or not to convert entities that are + * already in the string (only supported in + * PHP 5.2.3+) (OPTIONAL; default TRUE) +@@ -1500,6 +1506,31 @@ function sm_validate_security_token($tok + function sm_encode_html_special_chars($string, $flags=ENT_COMPAT, + $encoding=NULL, $double_encode=TRUE) + { ++ ++ // charsets supported by PHP's htmlspecialchars ++ // (move this elsewhere if needed) ++ // ++ static $htmlspecialchars_charsets = array( ++ 'iso-8859-1', 'iso8859-1', ++ 'iso-8859-5', 'iso8859-5', ++ 'iso-8859-15', 'iso8859-15', ++ 'utf-8', ++ 'cp866', 'ibm866', '866', ++ 'cp1251', 'windows-1251', 'win-1251', '1251', ++ 'cp1252', 'windows-1252', '1252', ++ 'koi8-R', 'koi8-ru', 'koi8r', ++ 'big5', '950', ++ 'gb2312', '936', ++ 'big5-hkscs', ++ 'shift_jis', 'sjis', 'sjis-win', 'cp932', '932', ++ 'euc-jp', 'eucjp', 'eucjp-win', ++ 'macroman', ++ ); ++ ++ ++ // if not given, set encoding to the charset being ++ // used by the current user interface language ++ // + if (!$encoding) + { + global $default_charset; +@@ -1508,6 +1539,21 @@ function sm_encode_html_special_chars($s + $encoding = $default_charset; + } + ++ ++ // make sure htmlspecialchars() supports the needed encoding ++ // ++ if (!in_array(strtolower($encoding), $htmlspecialchars_charsets)) ++ { ++ // use default from configuration if provided or hard-coded fallback ++ // ++ global $default_htmlspecialchars_encoding; ++ if (!empty($default_htmlspecialchars_encoding)) ++ $encoding = $default_htmlspecialchars_encoding; ++ else ++ $encoding = 'iso-8859-1'; ++ } ++ ++ + if (check_php_version(5, 2, 3)) { + // Replace invalid characters with a symbol instead of returning + // empty string for the entire to be encoded string. diff --git a/mail/squirrelmail/pkg-plist b/mail/squirrelmail/pkg-plist index 51d64a961c0..a958a36d39e 100644 --- a/mail/squirrelmail/pkg-plist +++ b/mail/squirrelmail/pkg-plist @@ -235,6 +235,7 @@ etc/periodic/daily/111.clean-squirrelmail %%SQUIRRELDIR%%/plugins/squirrelspell/js/init.js %%SQUIRRELDIR%%/plugins/squirrelspell/modules/.htaccess %%SQUIRRELDIR%%/plugins/squirrelspell/modules/WHATISTHIS +%%SQUIRRELDIR%%/plugins/squirrelspell/modules/change_main_options.mod %%SQUIRRELDIR%%/plugins/squirrelspell/modules/check_me.mod %%SQUIRRELDIR%%/plugins/squirrelspell/modules/crypto.mod %%SQUIRRELDIR%%/plugins/squirrelspell/modules/crypto_badkey.mod diff --git a/math/R-cran-igraph/Makefile b/math/R-cran-igraph/Makefile index fe242f99cbb..5a8ec903bbc 100644 --- a/math/R-cran-igraph/Makefile +++ b/math/R-cran-igraph/Makefile @@ -2,21 +2,21 @@ # $FreeBSD$ PORTNAME= igraph -PORTREVISION= 1 -DISTVERSION= 1.0.1 +DISTVERSION= 1.1.2 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Network Analysis and Visualization -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual +LICENSE= GPLv2+ LIB_DEPENDS= libgmp.so:math/gmp -RUN_DEPENDS= R-cran-magrittr>0:devel/R-cran-magrittr \ - R-cran-NMF>0:math/R-cran-NMF \ - R-cran-irlba>0:math/R-cran-irlba +CRAN_DEPENDS= R-cran-irlba>0:math/R-cran-irlba \ + R-cran-magrittr>0:devel/R-cran-magrittr \ + R-cran-pkgconfig>=2.0.0:devel/R-cran-pkgconfig +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} USES= cran:auto-plist,compiles USE_GNOME= libxml2 diff --git a/math/R-cran-igraph/distinfo b/math/R-cran-igraph/distinfo index 3f932540745..96ef67c162f 100644 --- a/math/R-cran-igraph/distinfo +++ b/math/R-cran-igraph/distinfo @@ -1,2 +1,3 @@ -SHA256 (igraph_1.0.1.tar.gz) = dc64ed09b8b5f8d66ed4936cde3491974d6bc5178dd259b6eab7ef3936aa5602 -SIZE (igraph_1.0.1.tar.gz) = 3328353 +TIMESTAMP = 1500862398 +SHA256 (igraph_1.1.2.tar.gz) = 89b16b41bc77949ea208419e52a18b78b5d418c7fedc52cd47d06a51a6e746ec +SIZE (igraph_1.1.2.tar.gz) = 3376958 diff --git a/math/edenmath/Makefile b/math/edenmath/Makefile index a77bd10b624..1b8130031bc 100644 --- a/math/edenmath/Makefile +++ b/math/edenmath/Makefile @@ -3,7 +3,7 @@ PORTNAME= edenmath PORTVERSION= 1.1.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math gnustep MASTER_SITES= http://www.eskimo.com/~pburns/EdenMath/files/ DISTNAME= EdenMath_GNUstep-${PORTVERSION} diff --git a/math/libxlsxwriter/Makefile b/math/libxlsxwriter/Makefile index 41a2bef163c..7a3dc85a3de 100644 --- a/math/libxlsxwriter/Makefile +++ b/math/libxlsxwriter/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libxlsxwriter -PORTVERSION= 0.7.3 +PORTVERSION= 0.7.4 DISTVERSIONPREFIX= RELEASE_ CATEGORIES= math devel diff --git a/math/libxlsxwriter/distinfo b/math/libxlsxwriter/distinfo index 258e89a4403..b7d6df3a95b 100644 --- a/math/libxlsxwriter/distinfo +++ b/math/libxlsxwriter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1502871956 -SHA256 (jmcnamara-libxlsxwriter-RELEASE_0.7.3_GH0.tar.gz) = 84dbbd164b440695119ded3a8e2b6cac07d0d284343ab977c88dc0418d8fcde5 -SIZE (jmcnamara-libxlsxwriter-RELEASE_0.7.3_GH0.tar.gz) = 12195502 +TIMESTAMP = 1503330093 +SHA256 (jmcnamara-libxlsxwriter-RELEASE_0.7.4_GH0.tar.gz) = 4a1143e4d9532468305fe7553792ab01274febdf715175a89c7ab8296378fa14 +SIZE (jmcnamara-libxlsxwriter-RELEASE_0.7.4_GH0.tar.gz) = 12195563 diff --git a/math/libxlsxwriter/files/patch-src_Makefile b/math/libxlsxwriter/files/patch-src_Makefile index 381e821df97..35caf1c5c16 100644 --- a/math/libxlsxwriter/files/patch-src_Makefile +++ b/math/libxlsxwriter/files/patch-src_Makefile @@ -1,6 +1,6 @@ ---- src/Makefile.orig 2017-01-30 00:30:31 UTC +--- src/Makefile.orig 2017-08-20 11:11:42 UTC +++ src/Makefile -@@ -39,7 +39,7 @@ endif +@@ -54,7 +54,7 @@ endif # Library names. LIBXLSXWRITER_A = libxlsxwriter.a @@ -9,7 +9,7 @@ # Library with additional non-static functions for testing. LIBXLSXWRITER_TO = libxlsxwriter_test.a -@@ -49,7 +49,7 @@ ARFLAGS = rc +@@ -64,7 +64,7 @@ ARFLAGS = rc # Flags passed to dynamic linker. FPIC = -fPIC @@ -18,17 +18,17 @@ # Get Env/OS name. UNAME := $(shell uname) -@@ -101,11 +101,11 @@ $(LIBXLSXWRITER_A) : $(OBJS) +@@ -116,11 +116,11 @@ $(LIBXLSXWRITER_A) : $(OBJS) # The dynamic library. ifeq ($(findstring m32,$(CFLAGS)),m32) -ARCH = -m32 -+XSLX_ARCH = -m32 ++XLSX_ARCH = -m32 endif $(LIBXLSXWRITER_SO) : $(SOBJS) -- $(Q)$(CC) $(SOFLAGS) $(ARCH) -o $@ $(MINIZIP_DIR)/ioapi.so $(MINIZIP_DIR)/zip.so $(TMPFILEPLUS_SO) $^ -lz -+ $(Q)$(CC) $(SOFLAGS) $(XLSX_ARCH) -o $@ $(MINIZIP_DIR)/ioapi.so $(MINIZIP_DIR)/zip.so $(TMPFILEPLUS_SO) $^ -lz +- $(Q)$(CC) $(SOFLAGS) $(ARCH) -o $@ $(MINIZIP_SO) $(TMPFILEPLUS_SO) $^ $(LIBS) ++ $(Q)$(CC) $(SOFLAGS) $(XLSX_ARCH) -o $@ $(MINIZIP_SO) $(TMPFILEPLUS_SO) $^ $(LIBS) # The test library. $(LIBXLSXWRITER_TO) : $(TOBJS) diff --git a/math/pspp/Makefile b/math/pspp/Makefile index 2fbde08af87..17cdc696e44 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pspp -PORTVERSION= 0.10.2 -PORTREVISION= 3 +PORTVERSION= 1.0.0 CATEGORIES= math MASTER_SITES= GNU @@ -51,7 +50,7 @@ PGSQL_CONFIGURE_WITH= libpq post-patch: @${REINPLACE_CMD} -e \ - 's|: $$(INSTALL_DATA_HOOKS)|:|' ${WRKSRC}/Makefile.in + 's|: $$(INSTALL_DATA_HOOKS)|:|g' ${WRKSRC}/Makefile.in post-install: ${INSTALL_DATA} ${WRKSRC}/pspp-mode.el \ diff --git a/math/pspp/distinfo b/math/pspp/distinfo index d5758f97317..63f0320ec6a 100644 --- a/math/pspp/distinfo +++ b/math/pspp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1469446928 -SHA256 (pspp-0.10.2.tar.gz) = f77cacae6948689a60f1a5808a5d2e183c1cd0847c7fc6142646c63814c0daa9 -SIZE (pspp-0.10.2.tar.gz) = 7316470 +TIMESTAMP = 1503307920 +SHA256 (pspp-1.0.0.tar.gz) = 1b991ad4f5b2adc8c972de48fdb01d3675cb5ae1fc8d28850f6c0c68a745cb83 +SIZE (pspp-1.0.0.tar.gz) = 7553661 diff --git a/math/pspp/files/patch-src_ui_gui_pspp-sheet-view-column.h b/math/pspp/files/patch-src_ui_gui_pspp-sheet-view-column.h new file mode 100644 index 00000000000..47cb3c60d22 --- /dev/null +++ b/math/pspp/files/patch-src_ui_gui_pspp-sheet-view-column.h @@ -0,0 +1,13 @@ +--- src/ui/gui/pspp-sheet-view-column.h.orig 2017-08-18 10:51:13 UTC ++++ src/ui/gui/pspp-sheet-view-column.h +@@ -40,6 +40,10 @@ + + G_BEGIN_DECLS + ++#ifndef PSEAL ++#define PSEAL(X) X ++#endif ++ + #define PSPP_TYPE_SHEET_VIEW_COLUMN (pspp_sheet_view_column_get_type ()) + #define PSPP_SHEET_VIEW_COLUMN(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), PSPP_TYPE_SHEET_VIEW_COLUMN, PsppSheetViewColumn)) + #define PSPP_SHEET_VIEW_COLUMN_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), PSPP_TYPE_SHEET_VIEW_COLUMN, PsppSheetViewColumnClass)) diff --git a/math/pspp/pkg-descr b/math/pspp/pkg-descr index 397ca8b70a1..c1dbed1593a 100644 --- a/math/pspp/pkg-descr +++ b/math/pspp/pkg-descr @@ -6,4 +6,4 @@ PSPP development is ongoing. It already supports a large subset of SPSS's transformation language. Its statistical procedure support is currently limited, but growing. -WWW: http://www.gnu.org/software/pspp/pspp.html +WWW: https://www.gnu.org/software/pspp/pspp.html diff --git a/math/pspp/pkg-plist b/math/pspp/pkg-plist index f646441443e..9315c6604fd 100644 --- a/math/pspp/pkg-plist +++ b/math/pspp/pkg-plist @@ -23,16 +23,12 @@ share/emacs/site-lisp/pspp-mode.el %%GUI%%share/glade/catalogs/psppire.xml %%GUI%%share/glade/pixmaps/hicolor/16x16/actions/widget-psppire-psppire-acr.png %%GUI%%share/glade/pixmaps/hicolor/16x16/actions/widget-psppire-psppire-dialog.png -%%GUI%%share/glade/pixmaps/hicolor/16x16/actions/widget-psppire-psppire-hbuttonbox.png %%GUI%%share/glade/pixmaps/hicolor/16x16/actions/widget-psppire-psppire-keypad.png %%GUI%%share/glade/pixmaps/hicolor/16x16/actions/widget-psppire-psppire-selector.png -%%GUI%%share/glade/pixmaps/hicolor/16x16/actions/widget-psppire-psppire-vbuttonbox.png %%GUI%%share/glade/pixmaps/hicolor/22x22/actions/widget-psppire-psppire-acr.png %%GUI%%share/glade/pixmaps/hicolor/22x22/actions/widget-psppire-psppire-dialog.png -%%GUI%%share/glade/pixmaps/hicolor/22x22/actions/widget-psppire-psppire-hbuttonbox.png %%GUI%%share/glade/pixmaps/hicolor/22x22/actions/widget-psppire-psppire-keypad.png %%GUI%%share/glade/pixmaps/hicolor/22x22/actions/widget-psppire-psppire-selector.png -%%GUI%%share/glade/pixmaps/hicolor/22x22/actions/widget-psppire-psppire-vbuttonbox.png %%GUI%%share/icons/hicolor/16x16/apps/pspp.png %%GUI%%share/icons/hicolor/16x16/mimetypes/application-x-spss-por.png %%GUI%%share/icons/hicolor/16x16/mimetypes/application-x-spss-sav.png @@ -67,10 +63,12 @@ share/emacs/site-lisp/pspp-mode.el %%NLS%%share/locale/ca/LC_MESSAGES/pspp.mo %%NLS%%share/locale/cs/LC_MESSAGES/pspp.mo %%NLS%%share/locale/de/LC_MESSAGES/pspp.mo +%%NLS%%share/locale/el/LC_MESSAGES/pspp.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/pspp.mo %%NLS%%share/locale/es/LC_MESSAGES/pspp.mo %%NLS%%share/locale/fr/LC_MESSAGES/pspp.mo %%NLS%%share/locale/gl/LC_MESSAGES/pspp.mo +%%NLS%%share/locale/hu/LC_MESSAGES/pspp.mo %%NLS%%share/locale/ja/LC_MESSAGES/pspp.mo %%NLS%%share/locale/lt/LC_MESSAGES/pspp.mo %%NLS%%share/locale/nl/LC_MESSAGES/pspp.mo @@ -81,140 +79,10 @@ share/emacs/site-lisp/pspp-mode.el %%NLS%%share/locale/tr/LC_MESSAGES/pspp.mo %%NLS%%share/locale/uk/LC_MESSAGES/pspp.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/pspp.mo -%%GUI%%%%DATADIR%%/actions/16x16/analyze-bivariate-correlation.png -%%GUI%%%%DATADIR%%/actions/16x16/analyze-compare-means.png -%%GUI%%%%DATADIR%%/actions/16x16/analyze-descriptive-statistics.png -%%GUI%%%%DATADIR%%/actions/16x16/analyze-factor-analysis.png -%%GUI%%%%DATADIR%%/actions/16x16/analyze-kmeans-cluster.png -%%GUI%%%%DATADIR%%/actions/16x16/analyze-non-parametric-statistics.png -%%GUI%%%%DATADIR%%/actions/16x16/analyze-realiability.png -%%GUI%%%%DATADIR%%/actions/16x16/analyze-regression.png -%%GUI%%%%DATADIR%%/actions/16x16/analyze-roc-curve.png -%%GUI%%%%DATADIR%%/actions/16x16/analyze-univariate-analysis.png -%%GUI%%%%DATADIR%%/actions/16x16/data-aggregate.png -%%GUI%%%%DATADIR%%/actions/16x16/data-select-cases.png -%%GUI%%%%DATADIR%%/actions/16x16/data-sort-cases.png -%%GUI%%%%DATADIR%%/actions/16x16/data-split-file.png -%%GUI%%%%DATADIR%%/actions/16x16/data-transpose.png -%%GUI%%%%DATADIR%%/actions/16x16/data-weight-cases.png -%%GUI%%%%DATADIR%%/actions/16x16/display-information-external-file.png -%%GUI%%%%DATADIR%%/actions/16x16/display-information-working-file.png -%%GUI%%%%DATADIR%%/actions/16x16/edit-clear.png -%%GUI%%%%DATADIR%%/actions/16x16/edit-copy.png -%%GUI%%%%DATADIR%%/actions/16x16/edit-cut.png -%%GUI%%%%DATADIR%%/actions/16x16/edit-delete.png -%%GUI%%%%DATADIR%%/actions/16x16/edit-find.png -%%GUI%%%%DATADIR%%/actions/16x16/edit-go-to-case.png -%%GUI%%%%DATADIR%%/actions/16x16/edit-go-to-variable.png -%%GUI%%%%DATADIR%%/actions/16x16/edit-insert-case.png -%%GUI%%%%DATADIR%%/actions/16x16/edit-insert-variable.png -%%GUI%%%%DATADIR%%/actions/16x16/edit-paste.png -%%GUI%%%%DATADIR%%/actions/16x16/edit-redo.png -%%GUI%%%%DATADIR%%/actions/16x16/edit-select-all.png -%%GUI%%%%DATADIR%%/actions/16x16/edit-undo.png -%%GUI%%%%DATADIR%%/actions/16x16/file-display-information.png -%%GUI%%%%DATADIR%%/actions/16x16/file-export-data.png -%%GUI%%%%DATADIR%%/actions/16x16/file-import-data.png -%%GUI%%%%DATADIR%%/actions/16x16/file-new-data.png -%%GUI%%%%DATADIR%%/actions/16x16/file-open-data.png -%%GUI%%%%DATADIR%%/actions/16x16/file-print.png -%%GUI%%%%DATADIR%%/actions/16x16/file-quit.png -%%GUI%%%%DATADIR%%/actions/16x16/file-recently-used.png -%%GUI%%%%DATADIR%%/actions/16x16/file-rename-data-set.png -%%GUI%%%%DATADIR%%/actions/16x16/file-save-as.png -%%GUI%%%%DATADIR%%/actions/16x16/file-save-data.png -%%GUI%%%%DATADIR%%/actions/16x16/file-syntax-data.png -%%GUI%%%%DATADIR%%/actions/16x16/file-system-data.png -%%GUI%%%%DATADIR%%/actions/16x16/help-about.png -%%GUI%%%%DATADIR%%/actions/16x16/help-reference-manual.png -%%GUI%%%%DATADIR%%/actions/16x16/run-all.png -%%GUI%%%%DATADIR%%/actions/16x16/run-current-line.png -%%GUI%%%%DATADIR%%/actions/16x16/run-selection.png -%%GUI%%%%DATADIR%%/actions/16x16/run-to-end.png -%%GUI%%%%DATADIR%%/actions/16x16/transform-automatic-recode.png -%%GUI%%%%DATADIR%%/actions/16x16/transform-compute.png -%%GUI%%%%DATADIR%%/actions/16x16/transform-count.png -%%GUI%%%%DATADIR%%/actions/16x16/transform-in-to-different-variables.png -%%GUI%%%%DATADIR%%/actions/16x16/transform-in-to-same-variables.png -%%GUI%%%%DATADIR%%/actions/16x16/transform-rank-cases.png -%%GUI%%%%DATADIR%%/actions/16x16/transform-run-pending.png -%%GUI%%%%DATADIR%%/actions/16x16/utilities-data-file-comments.png -%%GUI%%%%DATADIR%%/actions/16x16/utilities-variables.png -%%GUI%%%%DATADIR%%/actions/16x16/view-font.png -%%GUI%%%%DATADIR%%/actions/16x16/view-value-labels.png -%%GUI%%%%DATADIR%%/actions/16x16/windows-minimize-all.png -%%GUI%%%%DATADIR%%/actions/16x16/windows-split.png -%%GUI%%%%DATADIR%%/actions/24x24/data-select-cases.png -%%GUI%%%%DATADIR%%/actions/24x24/data-split-file.png -%%GUI%%%%DATADIR%%/actions/24x24/data-weight-cases.png -%%GUI%%%%DATADIR%%/actions/24x24/edit-copy.png -%%GUI%%%%DATADIR%%/actions/24x24/edit-cut.png -%%GUI%%%%DATADIR%%/actions/24x24/edit-find.png -%%GUI%%%%DATADIR%%/actions/24x24/edit-go-to-case.png -%%GUI%%%%DATADIR%%/actions/24x24/edit-go-to-variable.png -%%GUI%%%%DATADIR%%/actions/24x24/edit-insert-case.png -%%GUI%%%%DATADIR%%/actions/24x24/edit-insert-variable.png -%%GUI%%%%DATADIR%%/actions/24x24/edit-paste.png -%%GUI%%%%DATADIR%%/actions/24x24/edit-redo.png -%%GUI%%%%DATADIR%%/actions/24x24/edit-select-all.png -%%GUI%%%%DATADIR%%/actions/24x24/edit-undo.png -%%GUI%%%%DATADIR%%/actions/24x24/file-export-data.png -%%GUI%%%%DATADIR%%/actions/24x24/file-open-data.png -%%GUI%%%%DATADIR%%/actions/24x24/file-print.png -%%GUI%%%%DATADIR%%/actions/24x24/file-save-data.png -%%GUI%%%%DATADIR%%/actions/24x24/run-all.png -%%GUI%%%%DATADIR%%/actions/24x24/transform-compute.png -%%GUI%%%%DATADIR%%/actions/24x24/utilities-variables.png -%%GUI%%%%DATADIR%%/actions/24x24/view-value-labels.png -%%GUI%%%%DATADIR%%/actions/32x32/data-select-cases.png -%%GUI%%%%DATADIR%%/actions/32x32/data-split-file.png -%%GUI%%%%DATADIR%%/actions/32x32/data-weight-cases.png -%%GUI%%%%DATADIR%%/actions/32x32/edit-copy.png -%%GUI%%%%DATADIR%%/actions/32x32/edit-cut.png -%%GUI%%%%DATADIR%%/actions/32x32/edit-find.png -%%GUI%%%%DATADIR%%/actions/32x32/edit-go-to-case.png -%%GUI%%%%DATADIR%%/actions/32x32/edit-go-to-variable.png -%%GUI%%%%DATADIR%%/actions/32x32/edit-insert-case.png -%%GUI%%%%DATADIR%%/actions/32x32/edit-insert-variable.png -%%GUI%%%%DATADIR%%/actions/32x32/edit-paste.png -%%GUI%%%%DATADIR%%/actions/32x32/edit-redo.png -%%GUI%%%%DATADIR%%/actions/32x32/edit-select-all.png -%%GUI%%%%DATADIR%%/actions/32x32/edit-undo.png -%%GUI%%%%DATADIR%%/actions/32x32/file-export-data.png -%%GUI%%%%DATADIR%%/actions/32x32/file-open-data.png -%%GUI%%%%DATADIR%%/actions/32x32/file-print.png -%%GUI%%%%DATADIR%%/actions/32x32/file-save-data.png -%%GUI%%%%DATADIR%%/actions/32x32/run-all.png -%%GUI%%%%DATADIR%%/actions/32x32/transform-compute.png -%%GUI%%%%DATADIR%%/actions/32x32/utilities-variables.png -%%GUI%%%%DATADIR%%/actions/32x32/view-value-labels.png %%GUI%%%%DATADIR%%/aggregate.ui %%GUI%%%%DATADIR%%/autorecode.ui %%GUI%%%%DATADIR%%/barchart.ui %%GUI%%%%DATADIR%%/binomial.ui -%%GUI%%%%DATADIR%%/categories/16x16/align-center.png -%%GUI%%%%DATADIR%%/categories/16x16/align-left.png -%%GUI%%%%DATADIR%%/categories/16x16/align-right.png -%%GUI%%%%DATADIR%%/categories/16x16/measure-currency-nominal.png -%%GUI%%%%DATADIR%%/categories/16x16/measure-currency-ordinal.png -%%GUI%%%%DATADIR%%/categories/16x16/measure-currency-scale.png -%%GUI%%%%DATADIR%%/categories/16x16/measure-date-nominal.png -%%GUI%%%%DATADIR%%/categories/16x16/measure-date-ordinal.png -%%GUI%%%%DATADIR%%/categories/16x16/measure-date-scale.png -%%GUI%%%%DATADIR%%/categories/16x16/measure-nominal.png -%%GUI%%%%DATADIR%%/categories/16x16/measure-ordinal.png -%%GUI%%%%DATADIR%%/categories/16x16/measure-scale.png -%%GUI%%%%DATADIR%%/categories/16x16/measure-string-nominal.png -%%GUI%%%%DATADIR%%/categories/16x16/measure-string-ordinal.png -%%GUI%%%%DATADIR%%/categories/16x16/measure-time-nominal.png -%%GUI%%%%DATADIR%%/categories/16x16/measure-time-ordinal.png -%%GUI%%%%DATADIR%%/categories/16x16/measure-time-scale.png -%%GUI%%%%DATADIR%%/categories/16x16/role-both.png -%%GUI%%%%DATADIR%%/categories/16x16/role-input.png -%%GUI%%%%DATADIR%%/categories/16x16/role-none.png -%%GUI%%%%DATADIR%%/categories/16x16/role-partition.png -%%GUI%%%%DATADIR%%/categories/16x16/role-split.png -%%GUI%%%%DATADIR%%/categories/16x16/role-target.png %%GUI%%%%DATADIR%%/chi-square.ui %%GUI%%%%DATADIR%%/comments.ui %%GUI%%%%DATADIR%%/compute.ui @@ -222,7 +90,6 @@ share/emacs/site-lisp/pspp-mode.el %%GUI%%%%DATADIR%%/count.ui %%GUI%%%%DATADIR%%/crosstabs.ui %%GUI%%%%DATADIR%%/data-editor.ui -%%GUI%%%%DATADIR%%/data-sheet.ui %%GUI%%%%DATADIR%%/descriptives.ui %%GUI%%%%DATADIR%%/entry-dialog.ui %%GUI%%%%DATADIR%%/examine.ui @@ -233,12 +100,14 @@ share/emacs/site-lisp/pspp-mode.el %%GUI%%%%DATADIR%%/examples/regress.sps %%GUI%%%%DATADIR%%/examples/regress_categorical.sps %%GUI%%%%DATADIR%%/examples/repairs.sav +%%GUI%%%%DATADIR%%/examples/t-test.sps %%GUI%%%%DATADIR%%/factor.ui %%GUI%%%%DATADIR%%/find.ui %%GUI%%%%DATADIR%%/frequencies.ui %%GUI%%%%DATADIR%%/goto-case.ui %%GUI%%%%DATADIR%%/histogram.ui %%GUI%%%%DATADIR%%/indep-samples.ui +%%GUI%%%%DATADIR%%/k-independent.ui %%GUI%%%%DATADIR%%/k-means.ui %%GUI%%%%DATADIR%%/k-related.ui %%GUI%%%%DATADIR%%/ks-one-sample.ui @@ -246,6 +115,7 @@ share/emacs/site-lisp/pspp-mode.el %%GUI%%%%DATADIR%%/means.ui %%GUI%%%%DATADIR%%/missing-val-dialog.ui %%GUI%%%%DATADIR%%/oneway.ui +%%GUI%%%%DATADIR%%/options.ui %%GUI%%%%DATADIR%%/output-window.ui %%GUI%%%%DATADIR%%/paired-samples.ui %%GUI%%%%DATADIR%%/pspp.lang @@ -267,7 +137,8 @@ share/emacs/site-lisp/pspp-mode.el %%GUI%%%%DATADIR%%/text-data-import.ui %%GUI%%%%DATADIR%%/univariate.ui %%GUI%%%%DATADIR%%/val-labs-dialog.ui -%%GUI%%%%DATADIR%%/var-sheet.ui %%GUI%%%%DATADIR%%/var-type-dialog.ui %%GUI%%%%DATADIR%%/variable-info.ui %%GUI%%%%DATADIR%%/weight.ui +@comment @dir %%DATADIR%%/actions +@comment @dir %%DATADIR%%/categories diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index 322ec0e9056..b22b0e83030 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -7,11 +7,9 @@ DISTVERSIONPREFIX= v PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= math python -MASTER_SITES= GH:source \ - http://docs.scipy.org/doc/${PORTNAME}-${PORTVERSION:C/\.[0-9]+$/.0/}/:doc +MASTER_SITES= http://docs.scipy.org/doc/${PORTNAME}-${PORTVERSION:C/\.[0-9]+$/.0/}/:doc PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:source \ - ${PORTNAME}-ref-${PORTVERSION:C/\.[0-9]+$/.0/}.pdf:doc \ +DISTFILES= ${PORTNAME}-ref-${PORTVERSION:C/\.[0-9]+$/.0/}.pdf:doc \ ${PORTNAME}-user-${PORTVERSION:C/\.[0-9]+$/.0/}.pdf:doc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} diff --git a/math/py-numpy/distinfo b/math/py-numpy/distinfo index b262c70953d..34046c561a7 100644 --- a/math/py-numpy/distinfo +++ b/math/py-numpy/distinfo @@ -1,6 +1,4 @@ -TIMESTAMP = 1503308026 -SHA256 (numpy-numpy-v1.13.1_GH0.tar.gz) = cf8652b96582b282a5bb710aa4fe2300dca63bdd678a3cd7820314cb6c97ca89 -SIZE (numpy-numpy-v1.13.1_GH0.tar.gz) = 4336552 +TIMESTAMP = 1503322433 SHA256 (numpy-ref-1.13.0.pdf) = 954a70e3724680603d40ad287201b7999aedd3e803033066f11e95a25a7d4028 SIZE (numpy-ref-1.13.0.pdf) = 5047809 SHA256 (numpy-user-1.13.0.pdf) = 9bba988452f0e58c257833df80658509ccb85af5d946c55b19ffb16367f1704f diff --git a/misc/Makefile b/misc/Makefile index e3681397f75..f4cc914fb77 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -241,6 +241,7 @@ SUBDIR += ktouch SUBDIR += kwordquiz SUBDIR += latex-mk + SUBDIR += lazyread SUBDIR += lc SUBDIR += lesspipe SUBDIR += libeatmydata @@ -256,7 +257,6 @@ SUBDIR += localedata SUBDIR += logsurfer SUBDIR += loop - SUBDIR += lr SUBDIR += lv SUBDIR += lxde-common SUBDIR += magicpoint diff --git a/misc/gnustep-examples/Makefile b/misc/gnustep-examples/Makefile index 9faaa4408d7..749f6f1d567 100644 --- a/misc/gnustep-examples/Makefile +++ b/misc/gnustep-examples/Makefile @@ -2,7 +2,7 @@ PORTNAME= gnustep-examples PORTVERSION= 1.4.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= misc gnustep MASTER_SITES= GNUSTEP/usr-apps diff --git a/misc/lazyread/Makefile b/misc/lazyread/Makefile new file mode 100644 index 00000000000..042296f6aff --- /dev/null +++ b/misc/lazyread/Makefile @@ -0,0 +1,31 @@ +# Created by: Michael L. Hostbaek (mich@freebsdcluster.org) +# $FreeBSD$ + +PORTNAME= lazyread +PORTVERSION= 2.0 +CATEGORIES= misc +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} + +MAINTAINER= mich@FreeBSD.org +COMMENT= Lazyread can auto-scroll files on your screen in movie credit fashion + +USES= ncurses + +LDFLAGS+= -lncurses + +PLIST_FILES= bin/${PORTNAME} +PORTDOCS= * + +OPTIONS_DEFINE= DOCS + +do-build: + cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} lazyread.c ${LDFLAGS} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + +.include diff --git a/misc/lr/distinfo b/misc/lazyread/distinfo similarity index 85% rename from misc/lr/distinfo rename to misc/lazyread/distinfo index 84a0b733fa9..ec57cb62057 100644 --- a/misc/lr/distinfo +++ b/misc/lazyread/distinfo @@ -1,2 +1,3 @@ +TIMESTAMP = 1501778211 SHA256 (lazyread-2.0.tar.gz) = 7e462c5c9fe104d69e410c537336af838a30a030699dd9320f75fe85a20746a1 SIZE (lazyread-2.0.tar.gz) = 12583 diff --git a/misc/lazyread/files/patch-lazyread.c b/misc/lazyread/files/patch-lazyread.c new file mode 100644 index 00000000000..6351571b7be --- /dev/null +++ b/misc/lazyread/files/patch-lazyread.c @@ -0,0 +1,11 @@ +--- lazyread.c.orig 2003-02-02 13:28:15 UTC ++++ lazyread.c +@@ -377,7 +377,7 @@ char qfilename[BUFMAX]; /* quoted filena + + printf("Loading..\n"); + /* $LESSOPEN will look like: |/usr/bin/lesspipe.sh %s */ +- lesspipe = getenv("LESSOPEN"); ++ lesspipe = "|/usr/bin/lesspipe.sh %s"; + if (lesspipe) { + /* strip off the leading | */ + if ((c = strchr(lesspipe, '|'))) { diff --git a/misc/lr/pkg-descr b/misc/lazyread/pkg-descr similarity index 82% rename from misc/lr/pkg-descr rename to misc/lazyread/pkg-descr index 7eb503db30d..2d2597e74e1 100644 --- a/misc/lr/pkg-descr +++ b/misc/lazyread/pkg-descr @@ -5,7 +5,4 @@ features, such as being able to choose the speed at which it scrolls, pause, dynamic speed up, the ability to highlight lines that contain a specified string, and much more. -WWW: http://lazyread.sourceforge.net - - - Michael L. Hostbaek - mich@FreeBSD.org +WWW: http://lazyread.sourceforge.net/ diff --git a/misc/lr/Makefile b/misc/lr/Makefile deleted file mode 100644 index 0b4fa7c7786..00000000000 --- a/misc/lr/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# Created by: Michael L. Hostbaek (mich@freebsdcluster.org) -# $FreeBSD$ - -PORTNAME= lr -PORTVERSION= 2.0 -CATEGORIES= misc -MASTER_SITES= SF/lazyread/lazyread/lazyread%20${PORTVERSION} -DISTNAME= lazyread-${PORTVERSION} - -MAINTAINER= mich@FreeBSD.org -COMMENT= Lazyread can auto-scroll files on your screen in movie credit fashion - -USES= ncurses -OPTIONS_DEFINE= DOCS - -CONFLICTS_INSTALL= lrfiles-[0-9]* - -.include - -.if exists(/usr/bin/lesspipe.sh) -LESSPIPE_PATH=/usr/bin/ -PLIST_SUB+= LESSPIPE="@comment " -.else -.if exists(${LOCALBASE}/bin/lesspipe.sh) -LESSPIPE_PATH=${LOCALBASE}/bin/ -PLIST_SUB+= LESSPIPE="@comment " -.else -INSTALL_LESSPIPE=1 -LESSPIPE_PATH=${LOCALBASE}/bin/ -PLIST_SUB+= LESSPIPE="" -.endif -.endif - -LDFLAGS+= -lncurses -WRKSRC= ${WRKDIR}/${DISTNAME} - -pre-patch: - @${REINPLACE_CMD} -e 's|getenv("LESSOPEN")|"\|${LESSPIPE_PATH}lesspipe.sh"|' ${WRKSRC}/lazyread.c - -do-build: - cd ${WRKSRC}; ${CC} ${CFLAGS} -o lr lazyread.c ${LDFLAGS} - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/lr ${STAGEDIR}${PREFIX}/bin - -.if defined(INSTALL_LESSPIPE) - ${INSTALL_SCRIPT} ${FILESDIR}/lesspipe.sh ${STAGEDIR}${PREFIX}/bin -.endif - - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} - -.include diff --git a/misc/lr/files/lesspipe.sh b/misc/lr/files/lesspipe.sh deleted file mode 100644 index 21cf0243cbf..00000000000 --- a/misc/lr/files/lesspipe.sh +++ /dev/null @@ -1,13 +0,0 @@ -#! /bin/sh -# ex:ts=8 - -# $FreeBSD: /tmp/pcvs/ports/misc/lr/files/lesspipe.sh,v 1.1 2003-04-13 10:43:20 edwin Exp $ - -case "$1" in - *.Z) uncompress -c $1 2>/dev/null - ;; - *.gz) gzip -d -c $1 2>/dev/null - ;; - *.bz2) bzip2 -d -c $1 2>/dev/null - ;; -esac diff --git a/misc/lr/pkg-plist b/misc/lr/pkg-plist deleted file mode 100644 index bb561e4b89f..00000000000 --- a/misc/lr/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/lr -%%LESSPIPE%%bin/lesspipe.sh -%%PORTDOCS%%%%DOCSDIR%%/README diff --git a/misc/rump/Makefile b/misc/rump/Makefile index 55aae47bb35..aafe9336ab4 100644 --- a/misc/rump/Makefile +++ b/misc/rump/Makefile @@ -2,11 +2,8 @@ # $FreeBSD$ PORTNAME= rump -PORTVERSION= 20131213 -PORTREVISION= 2 +PORTVERSION= 20170822 CATEGORIES= misc -MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/stacktic/ -DISTNAME= buildrump-${PORTVERSION} MAINTAINER= vanilla@FreeBSD.org COMMENT= Virtualized NetBSD kernel components in userspace @@ -16,6 +13,11 @@ LICENSE= BSD2CLAUSE NOT_FOR_ARCHS= aarch64 armv6 mips mips64 powerpc powerpc64 sparc64 NOT_FOR_ARCHS_REASON= not yet ported to FreeBSD on this architecture +USE_GITHUB= yes +GH_ACCOUNT= rumpkernel +GH_PROJECT= buildrump.sh +GH_TAGNAME= b914579 +GH_TUPLE= rumpkernel:src-netbsd:82f3a69:netbsd/src USE_LDCONFIG= yes USE_GCC= any diff --git a/misc/rump/distinfo b/misc/rump/distinfo index e00440741ee..435489e93ee 100644 --- a/misc/rump/distinfo +++ b/misc/rump/distinfo @@ -1,2 +1,5 @@ -SHA256 (buildrump-20131213.tar.gz) = 340a09329c9f625534eb9cd6f525e3e2d1702c98f2b975a6fa4f4ad9e499a6f3 -SIZE (buildrump-20131213.tar.gz) = 36351647 +TIMESTAMP = 1503393441 +SHA256 (rumpkernel-buildrump.sh-20170822-b914579_GH0.tar.gz) = 4c3c8e94f6b8dee86f593dd8a52cd37077a3f3831be93a45210f5f5a4ea23093 +SIZE (rumpkernel-buildrump.sh-20170822-b914579_GH0.tar.gz) = 57072 +SHA256 (rumpkernel-src-netbsd-82f3a69_GH0.tar.gz) = 9739ca41ab47ca9697ee2471e5deddd2119e6bf8429c6974e03fba366694cc89 +SIZE (rumpkernel-src-netbsd-82f3a69_GH0.tar.gz) = 44458533 diff --git a/misc/rump/files/patch-buildrump.sh b/misc/rump/files/patch-buildrump.sh index 43417f885f1..573a93960b5 100644 --- a/misc/rump/files/patch-buildrump.sh +++ b/misc/rump/files/patch-buildrump.sh @@ -1,10 +1,10 @@ ---- buildrump.sh.orig 2013-12-14 09:51:57 UTC +--- buildrump.sh.orig 2017-03-28 02:35:28 UTC +++ buildrump.sh -@@ -893,6 +893,7 @@ evaltarget () +@@ -1059,6 +1059,7 @@ evaltoolchain () ;; - "freebsd") + *-freebsd*) RUMPKERN_UNDEF='-U__FreeBSD__' + ${KERNONLY} || EXTRA_RUMPCLIENT='-lpthread' ;; - "linux") - RUMPKERN_UNDEF='-Ulinux -U__linux -U__linux__ -U__gnu_linux__' + *-sun-solaris*|*-pc-solaris*) + RUMPKERN_UNDEF='-U__sun__ -U__sun -Usun' diff --git a/misc/rump/files/patch-src_sys_uvm_uvm__aobj.c b/misc/rump/files/patch-src_sys_uvm_uvm__aobj.c deleted file mode 100644 index cd0b413603e..00000000000 --- a/misc/rump/files/patch-src_sys_uvm_uvm__aobj.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/sys/uvm/uvm_aobj.c.orig 2017-07-25 14:56:13 UTC -+++ src/sys/uvm/uvm_aobj.c -@@ -883,7 +883,7 @@ uao_get(struct uvm_object *uobj, voff_t - (flags & PGO_ALLPAGES) != 0) - /* need to do a wait or I/O! */ - done = false; -- continue; -+ continue; - } - - /* diff --git a/misc/rump/pkg-plist b/misc/rump/pkg-plist index 77d9d0976d3..bd30ecb8707 100644 --- a/misc/rump/pkg-plist +++ b/misc/rump/pkg-plist @@ -3,8 +3,12 @@ include/rump/rump.h include/rump/rump_namei.h include/rump/rump_syscalls.h include/rump/rump_syscalls_compat.h +include/rump/rump_syscallshotgun.h include/rump/rumpclient.h include/rump/rumpdefs.h +include/rump/rumperr.h +include/rump/rumperrno2host.h +include/rump/rumpfs.h include/rump/rumpkern_if_pub.h include/rump/rumpnet_if_pub.h include/rump/rumpuser.h @@ -12,7 +16,6 @@ include/rump/rumpuser_component.h include/rump/rumpuser_port.h include/rump/rumpvfs_if_pub.h include/rump/rumpvnode_if.h -include/rump/scsitest.h lib/librump.a lib/librump.so lib/librump.so.0 @@ -72,6 +75,11 @@ lib/librumpdev_netsmb.so lib/librumpdev_netsmb.so.0 lib/librumpdev_netsmb.so.0.0 lib/librumpdev_netsmb_pic.a +lib/librumpdev_opencrypto.a +lib/librumpdev_opencrypto.so +lib/librumpdev_opencrypto.so.0 +lib/librumpdev_opencrypto.so.0.0 +lib/librumpdev_opencrypto_pic.a lib/librumpdev_pad.a lib/librumpdev_pad.so lib/librumpdev_pad.so.0 @@ -103,11 +111,6 @@ lib/librumpdev_scsipi.so lib/librumpdev_scsipi.so.0 lib/librumpdev_scsipi.so.0.0 lib/librumpdev_scsipi_pic.a -lib/librumpdev_scsitest.a -lib/librumpdev_scsitest.so -lib/librumpdev_scsitest.so.0 -lib/librumpdev_scsitest.so.0.0 -lib/librumpdev_scsitest_pic.a lib/librumpdev_sysmon.a lib/librumpdev_sysmon.so lib/librumpdev_sysmon.so.0 @@ -143,6 +146,11 @@ lib/librumpdev_usb.so lib/librumpdev_usb.so.0 lib/librumpdev_usb.so.0.0 lib/librumpdev_usb_pic.a +lib/librumpdev_vnd.a +lib/librumpdev_vnd.so +lib/librumpdev_vnd.so.0 +lib/librumpdev_vnd.so.0.0 +lib/librumpdev_vnd_pic.a lib/librumpdev_wscons.a lib/librumpdev_wscons.so lib/librumpdev_wscons.so.0 @@ -268,11 +276,6 @@ lib/librumpfs_v7fs.so lib/librumpfs_v7fs.so.0 lib/librumpfs_v7fs.so.0.0 lib/librumpfs_v7fs_pic.a -lib/librumpfs_zfs.a -lib/librumpfs_zfs.so -lib/librumpfs_zfs.so.0 -lib/librumpfs_zfs.so.0.0 -lib/librumpfs_zfs_pic.a lib/librumpkern_crypto.a lib/librumpkern_crypto.so lib/librumpkern_crypto.so.0 @@ -283,11 +286,16 @@ lib/librumpkern_sljit.so lib/librumpkern_sljit.so.0 lib/librumpkern_sljit.so.0.0 lib/librumpkern_sljit_pic.a -lib/librumpkern_solaris.a -lib/librumpkern_solaris.so -lib/librumpkern_solaris.so.0 -lib/librumpkern_solaris.so.0.0 -lib/librumpkern_solaris_pic.a +lib/librumpkern_sys_linux.a +lib/librumpkern_sys_linux.so +lib/librumpkern_sys_linux.so.0 +lib/librumpkern_sys_linux.so.0.0 +lib/librumpkern_sys_linux_pic.a +lib/librumpkern_sysproxy.a +lib/librumpkern_sysproxy.so +lib/librumpkern_sysproxy.so.0 +lib/librumpkern_sysproxy.so.0.0 +lib/librumpkern_sysproxy_pic.a lib/librumpkern_tty.a lib/librumpkern_tty.so lib/librumpkern_tty.so.0 @@ -322,6 +330,11 @@ lib/librumpnet_config.so lib/librumpnet_config.so.0 lib/librumpnet_config.so.0.0 lib/librumpnet_config_pic.a +lib/librumpnet_gif.a +lib/librumpnet_gif.so +lib/librumpnet_gif.so.0 +lib/librumpnet_gif.so.0.0 +lib/librumpnet_gif_pic.a lib/librumpnet_local.a lib/librumpnet_local.so lib/librumpnet_local.so.0 @@ -363,6 +376,11 @@ lib/librumpnet_npf.so.0 lib/librumpnet_npf.so.0.0 lib/librumpnet_npf_pic.a lib/librumpnet_pic.a +lib/librumpnet_pppoe.a +lib/librumpnet_pppoe.so +lib/librumpnet_pppoe.so.0 +lib/librumpnet_pppoe.so.0.0 +lib/librumpnet_pppoe_pic.a lib/librumpnet_shmif.a lib/librumpnet_shmif.so lib/librumpnet_shmif.so.0 @@ -373,6 +391,11 @@ lib/librumpnet_sockin.so lib/librumpnet_sockin.so.0 lib/librumpnet_sockin.so.0.0 lib/librumpnet_sockin_pic.a +lib/librumpnet_tap.a +lib/librumpnet_tap.so +lib/librumpnet_tap.so.0 +lib/librumpnet_tap.so.0.0 +lib/librumpnet_tap_pic.a lib/librumpuser.a lib/librumpuser.so lib/librumpuser.so.0 @@ -382,6 +405,11 @@ lib/librumpvfs.a lib/librumpvfs.so lib/librumpvfs.so.0 lib/librumpvfs.so.0.0 +lib/librumpvfs_aio.a +lib/librumpvfs_aio.so +lib/librumpvfs_aio.so.0 +lib/librumpvfs_aio.so.0.0 +lib/librumpvfs_aio_pic.a lib/librumpvfs_fifofs.a lib/librumpvfs_fifofs.so lib/librumpvfs_fifofs.so.0 diff --git a/multimedia/ffmpeg/files/patch-configure b/multimedia/ffmpeg/files/patch-configure index ab813e02d06..ec4a9ee5da8 100644 --- a/multimedia/ffmpeg/files/patch-configure +++ b/multimedia/ffmpeg/files/patch-configure @@ -1,6 +1,14 @@ ---- configure.orig 2017-04-13 01:55:54 UTC +--- configure.orig 2017-07-29 17:49:29 UTC +++ configure -@@ -3262,12 +3262,7 @@ target_os_default=$(tolower $(uname -s)) +@@ -1875,6 +1875,7 @@ HEADERS_LIST=" + machine_ioctl_meteor_h + malloc_h + opencv2_core_core_c_h ++ openjpeg_2_2_openjpeg_h + openjpeg_2_1_openjpeg_h + openjpeg_2_0_openjpeg_h + openjpeg_1_5_openjpeg_h +@@ -3262,12 +3263,7 @@ target_os_default=$(tolower $(uname -s)) host_os=$target_os_default # machine @@ -14,7 +22,21 @@ cpu="generic" intrinsics="none" -@@ -6295,6 +6290,9 @@ elif enabled llvm_gcc; then +@@ -5803,10 +5799,12 @@ enabled libopencore_amrwb && require lib + enabled libopencv && { check_header opencv2/core/core_c.h && + { use_pkg_config opencv opencv2/core/core_c.h cvCreateImageHeader || + require opencv opencv2/core/core_c.h cvCreateImageHeader -lopencv_core -lopencv_imgproc; } || +- require_pkg_config opencv opencv/cxcore.h cvCreateImageHeader; } ++ require_pkg_config opencv-core-core opencv/cxcore.h cvCreateImageHeader; } + enabled libopenh264 && require_pkg_config openh264 wels/codec_api.h WelsGetCodecVersion + enabled libopenjpeg && { { check_lib openjpeg-2.1/openjpeg.h opj_version -lopenjp2 -DOPJ_STATIC && add_cppflags -DOPJ_STATIC; } || + check_lib openjpeg-2.1/openjpeg.h opj_version -lopenjp2 || ++ { check_lib openjpeg-2.2/openjpeg.h opj_version -lopenjp2 -DOPJ_STATIC && add_cppflags -DOPJ_STATIC; } || ++ check_lib openjpeg-2.2/openjpeg.h opj_version -lopenjp2 || + { check_lib openjpeg-2.0/openjpeg.h opj_version -lopenjp2 -DOPJ_STATIC && add_cppflags -DOPJ_STATIC; } || + { check_lib openjpeg-1.5/openjpeg.h opj_version -lopenjpeg -DOPJ_STATIC && add_cppflags -DOPJ_STATIC; } || + { check_lib openjpeg.h opj_version -lopenjpeg -DOPJ_STATIC && add_cppflags -DOPJ_STATIC; } || +@@ -6295,6 +6293,9 @@ elif enabled llvm_gcc; then elif enabled clang; then check_cflags -mllvm -stack-alignment=16 check_cflags -mstack-alignment=16 @@ -24,7 +46,7 @@ check_cflags -Qunused-arguments check_cflags -Werror=implicit-function-declaration check_cflags -Werror=missing-prototypes -@@ -6900,7 +6898,7 @@ exec_prefix=\${prefix} +@@ -6900,7 +6901,7 @@ exec_prefix=\${prefix} libdir=$libdir includedir=$incdir @@ -33,7 +55,7 @@ Description: $comment Version: $version Requires: $(enabled shared || echo $requires) -@@ -6914,10 +6912,10 @@ EOF +@@ -6914,10 +6915,10 @@ EOF mkdir -p doc/examples/pc-uninstalled includedir=${source_path} [ "$includedir" = . ] && includedir="\${pcfiledir}/../../.." diff --git a/multimedia/ffmpeg/files/patch-libavcodec_libopenjpegdec.c b/multimedia/ffmpeg/files/patch-libavcodec_libopenjpegdec.c new file mode 100644 index 00000000000..71d72752161 --- /dev/null +++ b/multimedia/ffmpeg/files/patch-libavcodec_libopenjpegdec.c @@ -0,0 +1,31 @@ +--- libavcodec/libopenjpegdec.c.orig 2017-07-29 17:49:30 UTC ++++ libavcodec/libopenjpegdec.c +@@ -34,7 +34,9 @@ + #include "internal.h" + #include "thread.h" + +-#if HAVE_OPENJPEG_2_1_OPENJPEG_H ++#if HAVE_OPENJPEG_2_2_OPENJPEG_H ++# include ++#elif HAVE_OPENJPEG_2_1_OPENJPEG_H + # include + #elif HAVE_OPENJPEG_2_0_OPENJPEG_H + # include +@@ -44,7 +46,7 @@ + # include + #endif + +-#if HAVE_OPENJPEG_2_1_OPENJPEG_H || HAVE_OPENJPEG_2_0_OPENJPEG_H ++#if HAVE_OPENJPEG_2_2_OPENJPEG_H || HAVE_OPENJPEG_2_1_OPENJPEG_H || HAVE_OPENJPEG_2_0_OPENJPEG_H + # define OPENJPEG_MAJOR_VERSION 2 + # define OPJ(x) OPJ_##x + #else +@@ -429,7 +431,7 @@ static int libopenjpeg_decode_frame(AVCo + opj_stream_set_read_function(stream, stream_read); + opj_stream_set_skip_function(stream, stream_skip); + opj_stream_set_seek_function(stream, stream_seek); +-#if HAVE_OPENJPEG_2_1_OPENJPEG_H ++#if HAVE_OPENJPEG_2_2_OPENJPEG_H || HAVE_OPENJPEG_2_1_OPENJPEG_H + opj_stream_set_user_data(stream, &reader, NULL); + #elif HAVE_OPENJPEG_2_0_OPENJPEG_H + opj_stream_set_user_data(stream, &reader); diff --git a/multimedia/ffmpeg/files/patch-libavcodec_libopenjpegenc.c b/multimedia/ffmpeg/files/patch-libavcodec_libopenjpegenc.c new file mode 100644 index 00000000000..61c2bc5cfb1 --- /dev/null +++ b/multimedia/ffmpeg/files/patch-libavcodec_libopenjpegenc.c @@ -0,0 +1,40 @@ +--- libavcodec/libopenjpegenc.c.orig 2017-07-29 17:49:30 UTC ++++ libavcodec/libopenjpegenc.c +@@ -32,7 +32,9 @@ + #include "avcodec.h" + #include "internal.h" + +-#if HAVE_OPENJPEG_2_1_OPENJPEG_H ++#if HAVE_OPENJPEG_2_2_OPENJPEG_H ++# include ++#elif HAVE_OPENJPEG_2_1_OPENJPEG_H + # include + #elif HAVE_OPENJPEG_2_0_OPENJPEG_H + # include +@@ -42,7 +44,7 @@ + # include + #endif + +-#if HAVE_OPENJPEG_2_1_OPENJPEG_H || HAVE_OPENJPEG_2_0_OPENJPEG_H ++#if HAVE_OPENJPEG_2_2_OPENJPEG_H || HAVE_OPENJPEG_2_1_OPENJPEG_H || HAVE_OPENJPEG_2_0_OPENJPEG_H + # define OPENJPEG_MAJOR_VERSION 2 + # define OPJ(x) OPJ_##x + #else +@@ -305,7 +307,7 @@ static av_cold int libopenjpeg_encode_in + + opj_set_default_encoder_parameters(&ctx->enc_params); + +-#if HAVE_OPENJPEG_2_1_OPENJPEG_H ++#if HAVE_OPENJPEG_2_2_OPENJPEG_H || HAVE_OPENJPEG_2_1_OPENJPEG_H + switch (ctx->cinema_mode) { + case OPJ_CINEMA2K_24: + ctx->enc_params.rsiz = OPJ_PROFILE_CINEMA_2K; +@@ -769,7 +771,7 @@ static int libopenjpeg_encode_frame(AVCo + opj_stream_set_write_function(stream, stream_write); + opj_stream_set_skip_function(stream, stream_skip); + opj_stream_set_seek_function(stream, stream_seek); +-#if HAVE_OPENJPEG_2_1_OPENJPEG_H ++#if HAVE_OPENJPEG_2_2_OPENJPEG_H || HAVE_OPENJPEG_2_1_OPENJPEG_H + opj_stream_set_user_data(stream, &writer, NULL); + #elif HAVE_OPENJPEG_2_0_OPENJPEG_H + opj_stream_set_user_data(stream, &writer); diff --git a/multimedia/poe/Makefile b/multimedia/poe/Makefile index bdb38e0c1fd..2bea5522209 100644 --- a/multimedia/poe/Makefile +++ b/multimedia/poe/Makefile @@ -2,7 +2,7 @@ PORTNAME= poe PORTVERSION= 0.5.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= multimedia gnustep MASTER_SITES= http://www.eskimo.com/~pburns/Poe/files/ DISTNAME= Poe-${PORTVERSION} diff --git a/multimedia/syncplay/Makefile b/multimedia/syncplay/Makefile index 89bf3faead8..65a0fe1a3b7 100644 --- a/multimedia/syncplay/Makefile +++ b/multimedia/syncplay/Makefile @@ -3,6 +3,7 @@ PORTNAME= syncplay PORTVERSION= 1.4.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= heckendorfc@gmail.com @@ -10,11 +11,12 @@ COMMENT= Synchronize video playback over networks LICENSE= APACHE20 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted + USE_GITHUB= yes GH_ACCOUNT= Syncplay -USES= desktop-file-utils gmake python:2 twisted -USE_TWISTED= run +USES= desktop-file-utils gmake python:2 NO_ARCH= yes INSTALLS_ICONS= yes diff --git a/net-mgmt/cacti/Makefile b/net-mgmt/cacti/Makefile index 7502a3747a3..8496edc0b21 100644 --- a/net-mgmt/cacti/Makefile +++ b/net-mgmt/cacti/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cacti -PORTVERSION= 1.1.18 +PORTVERSION= 1.1.19 CATEGORIES= net-mgmt www MASTER_SITES= http://www.cacti.net/downloads/ \ ftp://ftpmirror.uk/freebsd-ports/cacti/ diff --git a/net-mgmt/cacti/distinfo b/net-mgmt/cacti/distinfo index ae9cb395404..3b21996fb3e 100644 --- a/net-mgmt/cacti/distinfo +++ b/net-mgmt/cacti/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1503241246 -SHA256 (cacti-1.1.18.tar.gz) = 2f8ce97703b7c9426b57130bbeff4e4c5d068685668cd29959e6f4fd8be03edf -SIZE (cacti-1.1.18.tar.gz) = 8906439 +TIMESTAMP = 1503450536 +SHA256 (cacti-1.1.19.tar.gz) = 525c7d797df1361d921c99ab92b53725b9a40b8f2fb557f95958f0744acd5daf +SIZE (cacti-1.1.19.tar.gz) = 8906595 diff --git a/net-mgmt/gnu-ipcalc/Makefile b/net-mgmt/gnu-ipcalc/Makefile index 2c74536e0e4..aa42952e8d1 100644 --- a/net-mgmt/gnu-ipcalc/Makefile +++ b/net-mgmt/gnu-ipcalc/Makefile @@ -3,6 +3,7 @@ PORTNAME= ipcalc PORTVERSION= 0.2.0 +PORTREVISION= 1 CATEGORIES= net-mgmt PKGNAMEPREFIX= gnu- @@ -22,6 +23,7 @@ OPTIONS_DEFINE= GEOIP OPTIONS_DEFAULT=GEOIP GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP +GEOIP_MAKE_ENV= LIBPATH=${LOCALBASE}/lib GEOIP_MAKE_ENV_OFF= USE_GEOIP=no USE_DYN_GEOIP=no PLIST_FILES= bin/ipcalc man/man1/ipcalc.1.gz diff --git a/net-mgmt/nagios-check_bacula5/Makefile b/net-mgmt/nagios-check_bacula5/Makefile index 7ab7942de90..662bcfc0c50 100644 --- a/net-mgmt/nagios-check_bacula5/Makefile +++ b/net-mgmt/nagios-check_bacula5/Makefile @@ -9,6 +9,9 @@ PKGNAMESUFFIX= 5 MAINTAINER= freebsd@troback.com COMMENT= Nagios plugin for Bacula +DEPRECATED= No upstream commits since 2013. Use net-mgmt/nagios-check_bacula +EXPIRATION_DATE= 2017-10-04 + LIB_DEPENDS+= libbac.so:sysutils/bacula5-client PLIST= ${.CURDIR}/pkg-plist diff --git a/net-mgmt/nagios-check_cpu_usage/Makefile b/net-mgmt/nagios-check_cpu_usage/Makefile index b953f28e87d..e45ae308ffc 100644 --- a/net-mgmt/nagios-check_cpu_usage/Makefile +++ b/net-mgmt/nagios-check_cpu_usage/Makefile @@ -3,6 +3,7 @@ PORTNAME= nagios-check_cpu_usage PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= # none DISTFILES= # none diff --git a/net-mgmt/nagios-check_cpu_usage/files/check_cpu_usage b/net-mgmt/nagios-check_cpu_usage/files/check_cpu_usage index d9a9e4c8641..1300cc6285f 100644 --- a/net-mgmt/nagios-check_cpu_usage/files/check_cpu_usage +++ b/net-mgmt/nagios-check_cpu_usage/files/check_cpu_usage @@ -101,7 +101,7 @@ fi warn=$1 crit=$3 -cpu_all=$( vmstat -c 2 -n 0 | tail -n 1 | awk '{print $15 " " $16 " " $17}' ) +cpu_all=$( iostat -c 2 -t proc | tail -n 1 | awk '{print $3 " " $5 " " $7}' ) cpu_user=$( echo $cpu_all | awk '{print $1}') cpu_sys=$( echo $cpu_all | awk '{print $2}') cpu_idle=$( echo $cpu_all | awk '{print $3}') diff --git a/net-mgmt/observium/Makefile b/net-mgmt/observium/Makefile index c3110332811..2d674bacf28 100644 --- a/net-mgmt/observium/Makefile +++ b/net-mgmt/observium/Makefile @@ -3,7 +3,7 @@ PORTNAME= observium PORTVERSION= 0.16.10.8128 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-mgmt MASTER_SITES= http://www.observium.org/ DISTNAME= ${PORTNAME}-community-latest @@ -12,47 +12,55 @@ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= dirkx@webweaving.org COMMENT= Autodiscovering PHP/MySQL/SNMP based network monitoring -LICENSE= GPLv3 +LICENSE= EULA +LICENSE_NAME= "Observium License Version 1.0" +LICENSE_FILE= ${WRKSRC}/LICENSE.COMMUNITY +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept WRKSRC= ${WRKDIR}/${PORTNAME} USES= php:cli python shebangfix -SHEBANG_FILES= mibs/process.pl \ - scripts/agent-local/areca-hw \ - scripts/agent-local/asterisk \ - scripts/agent-local/bind \ - scripts/agent-local/crashplan \ - scripts/agent-local/edac \ - scripts/agent-local/exim-mailqueue.sh \ - scripts/agent-local/hdarray \ - scripts/agent-local/ipmitool-sensor \ - scripts/agent-local/kamailio \ - scripts/agent-local/ksm \ - scripts/agent-local/lighttpd \ - scripts/agent-local/lmsensors \ - scripts/agent-local/lvs_stats \ - scripts/agent-local/postfix_mailgraph \ - scripts/agent-local/postfix_qshape \ - scripts/agent-local/postgresql.pl \ - scripts/agent-local/proxmox-qemu \ - scripts/agent-local/sabnzbd-qstatus \ - scripts/agent-local/temperature \ - scripts/agent-local/virt-what \ - scripts/agent-local/vmwaretools \ - scripts/agent-local/zimbra \ - scripts/add_ds.pl \ - scripts/add_ds_to_rrd.pl \ - scripts/get-geshi.sh \ - scripts/get-jpgraph.sh \ - scripts/ifAlias \ - scripts/ifAlias_persist \ - scripts/makecss.sh \ - scripts/observium_agent \ - scripts/removespikes.php \ - scripts/removespikes.pl \ - scripts/rename-mibs.pl \ - scripts/rrdtoolx.py \ - poller-wrapper.py +SHEBANG_FILES= \ + mibs/process.pl \ + poller-wrapper.py \ + scripts/add_ds_to_rrd.pl \ + scripts/add_ds.pl \ + scripts/agent-local/areca-hw \ + scripts/agent-local/asterisk \ + scripts/agent-local/bind \ + scripts/agent-local/crashplan \ + scripts/agent-local/edac \ + scripts/agent-local/exim-mailqueue.sh \ + scripts/agent-local/hdarray \ + scripts/agent-local/ipmitool-sensor \ + scripts/agent-local/kamailio \ + scripts/agent-local/ksm \ + scripts/agent-local/lighttpd \ + scripts/agent-local/lmsensors \ + scripts/agent-local/lvs_stats \ + scripts/agent-local/memcached \ + scripts/agent-local/nginx \ + scripts/agent-local/postfix_mailgraph \ + scripts/agent-local/postfix_qshape \ + scripts/agent-local/postgresql.pl \ + scripts/agent-local/proxmox-qemu \ + scripts/agent-local/sabnzbd-qstatus \ + scripts/agent-local/temperature \ + scripts/agent-local/virt-what \ + scripts/agent-local/vmwaretools \ + scripts/agent-local/zimbra \ + scripts/get-geshi.sh \ + scripts/get-jpgraph.sh \ + scripts/glue.py \ + scripts/ifAlias \ + scripts/ifAlias_persist \ + scripts/logparser \ + scripts/makecss.sh \ + scripts/observium_agent \ + scripts/removespikes.php \ + scripts/removespikes.pl \ + scripts/rename-mibs.pl \ + scripts/rrdtoolx.py USE_PHP= ctype filter gd iconv json mcrypt mysqli openssl posix session snmp tokenizer xml zlib IGNORE_WITH_PHP= 71 @@ -88,7 +96,7 @@ WMIC_RUN_DEPENDS= wmic:net-mgmt/wmi-client .include -SUB_FILES+= pkg-message +SUB_FILES+= pkg-message observium.conf.sample SUB_LIST+= PHP="${PHPBASE}/bin/php" PYTHON=${PHPBASE}/bin/python ROOT_FILES= rename_device.php snmptrap.php add_device.php \ @@ -100,9 +108,11 @@ ROOT_DIRS= html scripts includes update mibs libs PORTDOCS= INSTALL README PORTEXAMPLES= snmp.conf.example snmpd.conf.example -.if ${PORT_OPTIONS:MAPACHEMOD} && !defined(PACKAGE_BUILDING) -USES+= php:mod +.if ${PORT_OPTIONS:MAPACHEMOD} USE_APACHE_RUN= 22+ +.endif +.if !defined(PACKAGE_BUILDING) +USES+= php:mod .else # Package builder doesn't create php5 with module USES+= php:web @@ -118,7 +128,7 @@ post-patch: ${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/poller-wrapper.py ${WRKSRC}/poller.php do-install: - ${MKDIR} ${STAGEDIR}/${WWWDIR} + ${MKDIR} ${STAGEDIR}/${WWWDIR} ${STAGEDIR}/${PREFIX}/${APACHEETCDIR}/Includes .for dir in ${ROOT_DIRS} ${MKDIR} ${STAGEDIR}/${WWWDIR}/${dir} cd ${WRKSRC}/${dir} && ${COPYTREE_SHARE} . ${STAGEDIR}/${WWWDIR}/${dir} @@ -147,5 +157,6 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}/${EXAMPLESDIR} .endfor .endif + ${INSTALL_DATA} ${WRKDIR}/observium.conf.sample ${STAGEDIR}/${PREFIX}/${APACHEETCDIR}/Includes .include diff --git a/net-mgmt/observium/files/observium.conf.sample.in b/net-mgmt/observium/files/observium.conf.sample.in new file mode 100644 index 00000000000..d72c5ea4d21 --- /dev/null +++ b/net-mgmt/observium/files/observium.conf.sample.in @@ -0,0 +1,66 @@ + +# Observium cannot be ran on a sub-uri (See the FAQ +# http://observium.org/docs/faq/). Hence this strawman +# config runs it as a virtual host on port 8080. +# +# Replace the '*:8080' by the actual virtual host(name) +# you will be using; and consider enabling SSL. An example +# can be fund at e /usr/local/etc/apache24/extra/httpd-ssl.conf +# + +Listen *:8080 + + Documentroot "%%WWWDIR%%/html" + AddHandler application/x-httpd-php .php + # + # CustomLog "/var/log/httpd-observium-access.log" common + + DirectoryIndex index.php + + Options Indexes FollowSymLinks Multiviews + AllowOverride None + + # These:w statement mirror the .htaccess + # files that are part of the normal + # Observium distribution. See the URL: + # + # https://httpd.apache.org/docs/current/howto/htaccess.html#when + # + # for the various reasons to promote + # these to an apache config file. + # + RedirectMatch 404 /\. + + RewriteEngine on + RewriteBase / + + # Block access to hidden files/dirs + RewriteRule ^\..*$ - [F,L] + # Don't favicon! + RewriteCond %{REQUEST_FILENAME} !^favicon\.ico + RewriteCond %{REQUEST_FILENAME} !-f + RewriteCond %{REQUEST_FILENAME} !-d + RewriteCond %{REQUEST_URI} !\.(js|ico|txt|gif|jpg|png|css|php) + RewriteCond %{REQUEST_URI} !^api/ + RewriteCond %{REQUEST_URI} !^rrd/ + RewriteCond %{REQUEST_URI} !=/server-status + RewriteRule ^(.*)$ index.php/$1/ + + AcceptPathInfo On + Require all granted + + + + deny from all + + + + deny from all + + + + deny from all + + + + diff --git a/net-mgmt/observium/files/pkg-message.in b/net-mgmt/observium/files/pkg-message.in index 20658fa5320..5e6eba0c5de 100644 --- a/net-mgmt/observium/files/pkg-message.in +++ b/net-mgmt/observium/files/pkg-message.in @@ -56,7 +56,20 @@ sudo -u www %%WWWDIR%%/poller.php -h all -d 5: Install the above crontabs. +6: Edit the file + + %%PREFIX%%/%%APACHEETCDIR%%/Includes/observium.conf + + and fill out a port number and hostname. + +7: restart the webserver with + + apachectl restart + + or stop/start if in case of IP or SSL changes. + 6: log in with a web browser; using the username 'admin' and the password 'SomeInsecureAdminPassword'. Hosts can be added from the webinterface or from the commandline. + diff --git a/net-mgmt/observium/pkg-plist b/net-mgmt/observium/pkg-plist index cf8fb8501d7..9ec8a20bf59 100644 --- a/net-mgmt/observium/pkg-plist +++ b/net-mgmt/observium/pkg-plist @@ -11549,3 +11549,4 @@ @dir(www,www,) %%WWWDIR%%/logs @dir(www,www,) %%WWWDIR%%/rrd @dir %%WWWDIR%%/scripts/agent-local/munin-scripts +@sample %%APACHEETCDIR%%/Includes/observium.conf.sample diff --git a/net/asterisk11/Makefile b/net/asterisk11/Makefile index ae0fb6f1663..f8d521662d9 100644 --- a/net/asterisk11/Makefile +++ b/net/asterisk11/Makefile @@ -2,7 +2,7 @@ PORTNAME= asterisk PORTVERSION= 11.25.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ diff --git a/net/asterisk11/files/asterisk.in b/net/asterisk11/files/asterisk.in index e2d997ecc20..54adef50c7e 100644 --- a/net/asterisk11/files/asterisk.in +++ b/net/asterisk11/files/asterisk.in @@ -17,6 +17,8 @@ # Default is "-n" # asterisk_pidfile (string): Location of the asterisk pid file # Default is /var/run/asterisk/asterisk.pid +# asterisk_stopsleep (int): Number of seconds to sleep before sending stop command +# Default is 0, which disables it # . /etc/rc.subr @@ -31,6 +33,7 @@ load_rc_config $name : ${asterisk_user:=%%ASTERISK_USER%%} : ${asterisk_args=-n} : ${asterisk_pidfile:=/var/run/asterisk/asterisk.pid} +: ${asterisk_stopsleep:=0} extra_commands=reload @@ -52,13 +55,26 @@ asterisk_precmd() asterisk_stop() { - echo 'Stopping asterisk' + if [ -z "$rc_pid" ]; then + [ -n "$rc_fast" ] && return 0 + _run_rc_notrunning + return 1 + fi + echo 'Stopping asterisk.' + if [ ${asterisk_stopsleep} > 0 ]; then + sleep ${asterisk_stopsleep} + fi $command -nqrx 'core stop now' + wait_for_pids $rc_pid } asterisk_reload() { - echo 'Reloading asterisk' + if [ -z "$rc_pid" ]; then + _run_rc_notrunning + return 1 + fi + echo 'Reloading asterisk.' $command -nqrx 'reload' } diff --git a/net/boinc_curses/Makefile b/net/boinc_curses/Makefile index 7eb87327b0e..a8dd6ad0853 100644 --- a/net/boinc_curses/Makefile +++ b/net/boinc_curses/Makefile @@ -2,14 +2,15 @@ # $FreeBSD$ PORTNAME= boinc_curses -PORTVERSION= 0.2.2 -PORTREVISION= 1 +PORTVERSION= 0.2.3 CATEGORIES= net -MASTER_SITES= LOCAL/rene http://www.oook.cz/bsd/boinc_curses/ +MASTER_SITES= http://www.oook.cz/bsd/boinc_curses/ MAINTAINER= ports@FreeBSD.org COMMENT= Console, ncurses based monitor and manager for BOINC +LICENSE= LGPL21+ + BUILD_DEPENDS= ${LOCALBASE}/lib/libboinc.a:net/boinc-client USES= ncurses tar:bzip2 diff --git a/net/boinc_curses/distinfo b/net/boinc_curses/distinfo index f3d54795796..3d129b93c00 100644 --- a/net/boinc_curses/distinfo +++ b/net/boinc_curses/distinfo @@ -1,2 +1,3 @@ -SHA256 (boinc_curses-0.2.2.tar.bz2) = 4139eef8fac6b673c235357a0eddcdba2733a51a2877f34fefa1f5d7f3a7051c -SIZE (boinc_curses-0.2.2.tar.bz2) = 5941 +TIMESTAMP = 1503467378 +SHA256 (boinc_curses-0.2.3.tar.bz2) = b97cc0da29b564986c8c3631208ec9519dbf2097c986ee2c64c422c56ae44845 +SIZE (boinc_curses-0.2.3.tar.bz2) = 5938 diff --git a/net/czmq/Makefile b/net/czmq/Makefile index 52f88daaf83..40315dd1043 100644 --- a/net/czmq/Makefile +++ b/net/czmq/Makefile @@ -22,10 +22,10 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libzmq=${LOCALBASE} \ --with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig -MAKE_ENV= V=1 INSTALL_TARGET= install-strip +TEST_TARGET= check -regression-test: build - @cd ${WRKSRC} && ${MAKE} check +MAKE_ENV= V=1 +CPPFLAGS+= -Wno-error .include diff --git a/net/kippo/Makefile b/net/kippo/Makefile index ca55c9f27e3..1f535e08a9c 100644 --- a/net/kippo/Makefile +++ b/net/kippo/Makefile @@ -4,6 +4,7 @@ PORTNAME= kippo PORTVERSION= 0.9 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net MAINTAINER= culot@FreeBSD.org @@ -12,13 +13,14 @@ COMMENT= Medium interaction ssh honeypot LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto \ + ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface RUN_DEPENDS:= ${BUILD_DEPENDS} USE_GITHUB= yes GH_ACCOUNT= desaster -USES= python twisted:run,conch,web +USES= python NO_ARCH= yes NO_BUILD= yes diff --git a/net/kippo/pkg-descr b/net/kippo/pkg-descr index 3c81f158eab..5ae9f8754c8 100644 --- a/net/kippo/pkg-descr +++ b/net/kippo/pkg-descr @@ -2,4 +2,4 @@ Kippo is a medium interaction SSH honeypot designed to log brute force attacks and, most importantly, the entire shell interaction performed by the attacker. -WWW: http://code.google.com/p/kippo/ +WWW: https://github.com/desaster/kippo diff --git a/net/ntopng/Makefile b/net/ntopng/Makefile index 6d687488576..c428e9759e9 100644 --- a/net/ntopng/Makefile +++ b/net/ntopng/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ntopng -PORTVERSION= 3.0.2017.06.05 +PORTVERSION= 3.0.2017.08.12 CATEGORIES= net MAINTAINER= madpilot@FreeBSD.org @@ -20,19 +20,19 @@ LIB_DEPENDS= librrd.so:databases/rrdtool \ libsodium.so:security/libsodium BUILD_DEPENDS= bash:shells/bash -GNU_CONFIGURE= yes -USE_LDCONFIG= yes USES= autoreconf cpe gmake libtool localbase mysql pathfix pkgconfig \ shebangfix sqlite ssl SUB_FILES= ntopng-geoipupdate.sh pkg-deinstall SHEBANG_FILES= httpdocs/misc/ntopng-add-user.sh +GNU_CONFIGURE= yes +USE_LDCONFIG= yes USERS= ntopng GROUPS= ntopng USE_GITHUB= yes GH_ACCOUNT= ntop -GH_TAGNAME= 3de9516 +GH_TAGNAME= 8e2a743 CPE_VENDOR= ntop diff --git a/net/ntopng/distinfo b/net/ntopng/distinfo index 184b7e69a30..c6daef2fbb7 100644 --- a/net/ntopng/distinfo +++ b/net/ntopng/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1496678053 -SHA256 (ntop-ntopng-3.0.2017.06.05-3de9516_GH0.tar.gz) = 48f5bb14f1d82c5dc8a220e7e4d7e2f5fec2accf6fd8efa65af98654072c016f -SIZE (ntop-ntopng-3.0.2017.06.05-3de9516_GH0.tar.gz) = 23019840 +TIMESTAMP = 1503329023 +SHA256 (ntop-ntopng-3.0.2017.08.12-8e2a743_GH0.tar.gz) = 3adf3f00eb94da7981831d03ee9ba554caf6315e5cbd9bbb25cff590db2dac17 +SIZE (ntop-ntopng-3.0.2017.08.12-8e2a743_GH0.tar.gz) = 23022290 diff --git a/net/ntopng/files/patch-Makefile.in b/net/ntopng/files/patch-Makefile.in index c4bddeb155f..9819175dea3 100644 --- a/net/ntopng/files/patch-Makefile.in +++ b/net/ntopng/files/patch-Makefile.in @@ -1,19 +1,6 @@ ---- Makefile.in.orig 2017-06-01 07:18:57 UTC +--- Makefile.in.orig 2017-08-12 15:15:33 UTC +++ Makefile.in -@@ -51,8 +51,10 @@ else - endif - ###### - ifeq ($(OS), $(filter $(OS), FreeBSD)) -- LIBNBPF_HOME=${PWD}/../PF_RING/userland/nbpf -- LIBNBPF_LIB=$(LIBNBPF_HOME)/libnbpf.a -+ ifneq (, $(wildcard "${PWD}/../PF_RING/userland/nbpf/libnbpf.a")) -+ LIBNBPF_HOME=${PWD}/../PF_RING/userland/nbpf -+ LIBNBPF_LIB=$(LIBNBPF_HOME)/libnbpf.a -+ endif - endif - ###### - HTTPCLIENT_INC=${PWD}/third-party/http-client-c/src/ -@@ -79,7 +81,7 @@ endif +@@ -89,7 +89,7 @@ endif HAS_ZEROMQ=$(shell pkg-config --exists libzmq; echo $$?) ifeq ($(HAS_ZEROMQ), 0) ZEROMQ_INC = $(shell pkg-config --cflags libzmq) @@ -22,18 +9,3 @@ ifeq ($(wildcard $(ZMQ_STATIC)),) ZEROMQ_LIB = $(shell pkg-config --libs libzmq) else -@@ -178,10 +180,10 @@ geoip: - cp ~/dat_files/* httpdocs/geoip; gunzip -f httpdocs/geoip/*.dat.gz ; \ - else \ - cd httpdocs/geoip; \ -- wget -nc http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz; \ -- wget -nc http://geolite.maxmind.com/download/geoip/database/GeoLiteCityv6-beta/GeoLiteCityv6.dat.gz; \ -- wget -nc http://download.maxmind.com/download/geoip/database/asnum/GeoIPASNum.dat.gz; \ -- wget -nc http://download.maxmind.com/download/geoip/database/asnum/GeoIPASNumv6.dat.gz; \ -+ fetch http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz; \ -+ fetch http://geolite.maxmind.com/download/geoip/database/GeoLiteCityv6-beta/GeoLiteCityv6.dat.gz; \ -+ fetch http://download.maxmind.com/download/geoip/database/asnum/GeoIPASNum.dat.gz; \ -+ fetch http://download.maxmind.com/download/geoip/database/asnum/GeoIPASNumv6.dat.gz; \ - gunzip -f *.dat.gz ; \ - fi - diff --git a/net/py-msrplib/Makefile b/net/py-msrplib/Makefile index b06205ce8c3..3ee06fb1e77 100644 --- a/net/py-msrplib/Makefile +++ b/net/py-msrplib/Makefile @@ -10,20 +10,19 @@ MASTER_SITES= http://download.ag-projects.com/SipClient/ \ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= python@FreeBSD.org COMMENT= Python MSRP client library LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gnutls>=1.1.6:security/py-gnutls \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}application>=1.1.0:devel/py-application \ ${PYTHON_PKGNAMEPREFIX}eventlet>=0.9.15:net/py-eventlet \ - ${PYTHON_PKGNAMEPREFIX}application>=1.1.0:devel/py-application \ + ${PYTHON_PKGNAMEPREFIX}gnutls>=1.1.6:security/py-gnutls \ ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted -RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include diff --git a/net/py-txamqp/Makefile b/net/py-txamqp/Makefile index e6dde032dfa..bee276366c5 100644 --- a/net/py-txamqp/Makefile +++ b/net/py-txamqp/Makefile @@ -3,30 +3,25 @@ PORTNAME= txamqp PORTVERSION= 0.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net python MASTER_SITES= http://launchpadlibrarian.net/30388120/ \ # http://launchpad.net/txamqp/trunk/${PORTVERSION}/+download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}_${PORTVERSION}.orig -MAINTAINER= horus.li@gmail.com +MAINTAINER= python@FreeBSD.org COMMENT= Twisted Python library for the AMQP messaging protocol -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}thrift>0:devel/py-thrift +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}thrift>=0:devel/py-thrift \ + ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted NO_ARCH= yes -USES= python:2 twisted -USE_PYTHON= distutils autoplist +USES= python:2 +USE_PYTHON= autoplist distutils WRKSRC= ${WRKDIR}/python-${PORTNAME}-${PORTVERSION} -PLIST_SUB= PORTNAME="${PORTNAME}" - # TODO: Install txAMQP examples. -# Don't try to install Twisted yourself, txAMQP. thx! -post-patch: - @${REINPLACE_CMD} -e '/install_requires/s/^/#/' ${WRKSRC}/setup.py - .include diff --git a/net/py-txamqp/files/patch-src__txamqp__codec.py b/net/py-txamqp/files/patch-src__txamqp__codec.py index 33692abea96..2281a016243 100644 --- a/net/py-txamqp/files/patch-src__txamqp__codec.py +++ b/net/py-txamqp/files/patch-src__txamqp__codec.py @@ -1,6 +1,6 @@ ---- ./src/txamqp/codec.py.orig 2009-08-16 19:25:45.000000000 +0800 -+++ ./src/txamqp/codec.py 2013-05-30 13:54:50.000000000 +0800 -@@ -25,12 +25,12 @@ +--- src/txamqp/codec.py.orig 2009-08-16 11:25:45 UTC ++++ src/txamqp/codec.py +@@ -25,12 +25,12 @@ fields. """ from cStringIO import StringIO @@ -15,7 +15,7 @@ def __init__(self, stream): self.stream = stream -@@ -153,6 +153,13 @@ +@@ -153,6 +153,13 @@ class Codec: def decode_longstr(self): return self.dec_str("!L") @@ -29,7 +29,7 @@ # table def encode_table(self, tbl): enc = StringIO() -@@ -180,6 +187,10 @@ +@@ -180,6 +187,10 @@ class Codec: value = self.decode_longstr() elif type == "I": value = self.decode_long() diff --git a/net/remotedesk/Makefile b/net/remotedesk/Makefile index fe4abfa62ac..3a1f941feba 100644 --- a/net/remotedesk/Makefile +++ b/net/remotedesk/Makefile @@ -2,7 +2,7 @@ PORTNAME= remotedesk PORTVERSION= 0.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= RemoteDesk-${PORTVERSION} diff --git a/net/scamper/Makefile b/net/scamper/Makefile index 0fac355f6ac..a67386f93e4 100644 --- a/net/scamper/Makefile +++ b/net/scamper/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= scamper -PORTVERSION= 20161204a +PORTVERSION= 20170822 CATEGORIES= net ipv6 MASTER_SITES= http://www.caida.org/tools/measurement/scamper/code/ DISTNAME= ${PORTNAME}-cvs-${PORTVERSION} diff --git a/net/scamper/distinfo b/net/scamper/distinfo index 3d8de908ce8..72f01779581 100644 --- a/net/scamper/distinfo +++ b/net/scamper/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1498161629 -SHA256 (scamper-cvs-20161204a.tar.gz) = 78eeabed8a4161a2238d02dac4c4361c9fb78f53d52fd8dd4bdb27434b512038 -SIZE (scamper-cvs-20161204a.tar.gz) = 1614514 +TIMESTAMP = 1503355444 +SHA256 (scamper-cvs-20170822.tar.gz) = b239f3c302a4c39b329835794b31a9c80da2b2b43baa674ad881a78f4fc5892c +SIZE (scamper-cvs-20170822.tar.gz) = 1670353 diff --git a/net/zillion/Makefile b/net/zillion/Makefile index 3d203ad0a06..c490ab26858 100644 --- a/net/zillion/Makefile +++ b/net/zillion/Makefile @@ -2,7 +2,7 @@ PORTNAME= zillion PORTVERSION= 0.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net gnustep MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} DISTNAME= ${PORTNAME}-0_1 diff --git a/news/lusernet/Makefile b/news/lusernet/Makefile index 2284684e496..ea9288a4374 100644 --- a/news/lusernet/Makefile +++ b/news/lusernet/Makefile @@ -2,7 +2,7 @@ PORTNAME= lusernet PORTVERSION= 0.4.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= news gnustep MASTER_SITES= LOCAL/dinoex DISTNAME= LuserNET-${PORTVERSION} diff --git a/polish/hunspell/Makefile b/polish/hunspell/Makefile index 6073feeaef4..9ff66b663f1 100644 --- a/polish/hunspell/Makefile +++ b/polish/hunspell/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hunspell -PORTVERSION= 20170817 +PORTVERSION= 20170820 CATEGORIES= polish textproc MASTER_SITES= https://sjp.pl/slownik/ort/ \ LOCAL/sunpoet/${PORTNAME} diff --git a/polish/hunspell/distinfo b/polish/hunspell/distinfo index 1c22a9be2e1..09582d5ef72 100644 --- a/polish/hunspell/distinfo +++ b/polish/hunspell/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1503058843 -SHA256 (hunspell/sjp-myspell-pl-20170817.zip) = 19cdcce32598b23b1acccceb026f169527bac28e05d2bf789c8de886f4f80e7f -SIZE (hunspell/sjp-myspell-pl-20170817.zip) = 1169266 +TIMESTAMP = 1503417170 +SHA256 (hunspell/sjp-myspell-pl-20170820.zip) = efb7d3f2b665048e24e49df15e597fce6908ae490907dbad66bd0f0f113757b0 +SIZE (hunspell/sjp-myspell-pl-20170820.zip) = 1173742 diff --git a/print/gspdf/Makefile b/print/gspdf/Makefile index 5fe9d9da084..58a310926b2 100644 --- a/print/gspdf/Makefile +++ b/print/gspdf/Makefile @@ -2,7 +2,7 @@ PORTNAME= gspdf PORTVERSION= 0.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= print gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= GSPdf-${PORTVERSION} diff --git a/science/fisicalab/Makefile b/science/fisicalab/Makefile index 42968f9a8e8..224670061dd 100644 --- a/science/fisicalab/Makefile +++ b/science/fisicalab/Makefile @@ -2,7 +2,7 @@ PORTNAME= fisicalab PORTVERSION= 0.3.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science gnustep MASTER_SITES= SAVANNAH diff --git a/science/gtamsanalyzer/Makefile b/science/gtamsanalyzer/Makefile index da4092a771b..a892ae9b4ff 100644 --- a/science/gtamsanalyzer/Makefile +++ b/science/gtamsanalyzer/Makefile @@ -3,7 +3,7 @@ PORTNAME= gtamsanalyzer PORTVERSION= 0.42 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= science gnustep MASTER_SITES= SF/tamsys/gnustep%20tams/GTAMSAnalyzer%2${PORTVERSION} DISTNAME= GTAMSAnalyzer.src.${PORTVERSION} diff --git a/science/p5-Physics-Unit/Makefile b/science/p5-Physics-Unit/Makefile index cdee1ec2fac..04f281ed000 100644 --- a/science/p5-Physics-Unit/Makefile +++ b/science/p5-Physics-Unit/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Physics-Unit -PORTVERSION= 0.53 -PORTREVISION= 2 +PORTVERSION= 0.54 CATEGORIES= science perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +13,7 @@ COMMENT= Manipulate Physics units and dimensions LICENSE= ART10 GPLv1 LICENSE_COMB= dual +NO_ARCH= YES USES= perl5 USE_PERL5= modbuild diff --git a/science/p5-Physics-Unit/distinfo b/science/p5-Physics-Unit/distinfo index a5336eb60f4..2efc4af1c9d 100644 --- a/science/p5-Physics-Unit/distinfo +++ b/science/p5-Physics-Unit/distinfo @@ -1,2 +1,3 @@ -SHA256 (Physics-Unit-0.53.tar.gz) = 1d1e8cbd08faaadc253d3c8285ec24954317c5997374e9ca9176bc755811c8fb -SIZE (Physics-Unit-0.53.tar.gz) = 53356 +TIMESTAMP = 1503413917 +SHA256 (Physics-Unit-0.54.tar.gz) = 6070417408d53c4860eb02ada7922d8a994e400cc8ec95c31c9ce1e7851b6702 +SIZE (Physics-Unit-0.54.tar.gz) = 39566 diff --git a/science/paje/Makefile b/science/paje/Makefile index 40512583d9f..57bbbf3a0e1 100644 --- a/science/paje/Makefile +++ b/science/paje/Makefile @@ -3,7 +3,7 @@ PORTNAME= paje PORTVERSION= 1.97 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= science gnustep MASTER_SITES= SF/${PORTNAME}/Releases DISTNAME= Paje_${PORTVERSION} @@ -15,10 +15,9 @@ COMMENT= Generic visualization tool for GNUstep (Gantt chart and more) LICENSE= LGPL21 USES= gnustep -USE_GNUSTEP= back build +USE_GNUSTEP= gui base back build WRKSRC= ${WRKDIR}/${DISTNAME} -MAKE_ENV+= GNUSTEP_INSTALLATION_DIR=${GNUSTEP_SYSTEM_ROOT} post-patch: ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DOMAIN|#GNUSTEP_INSTALLATION_DOMAIN|' \ diff --git a/science/paje/files/patch-AggregatingFilter_GNUmakefile b/science/paje/files/patch-AggregatingFilter_GNUmakefile new file mode 100644 index 00000000000..b2d13796e60 --- /dev/null +++ b/science/paje/files/patch-AggregatingFilter_GNUmakefile @@ -0,0 +1,18 @@ +--- AggregatingFilter/GNUmakefile.orig 2007-02-15 13:56:33 UTC ++++ AggregatingFilter/GNUmakefile +@@ -1,8 +1,4 @@ +-ifeq "$(GNUSTEP_SYSTEM_ROOT)" "" +- include Makefile +-else +- +-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/Paje ++BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Bundles/Paje + + include $(GNUSTEP_MAKEFILES)/common.make + +@@ -38,5 +34,3 @@ h.template + -include GNUmakefile.preamble + include $(GNUSTEP_MAKEFILES)/bundle.make + -include GNUmakefile.postamble +- +-endif diff --git a/science/paje/files/patch-ContainerFilter_GNUmakefile b/science/paje/files/patch-ContainerFilter_GNUmakefile new file mode 100644 index 00000000000..d36d083c3e0 --- /dev/null +++ b/science/paje/files/patch-ContainerFilter_GNUmakefile @@ -0,0 +1,8 @@ +--- ContainerFilter/GNUmakefile.orig 2005-05-01 00:09:07 UTC ++++ ContainerFilter/GNUmakefile +@@ -1,4 +1,4 @@ +-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/Paje ++BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Bundles/Paje + + include $(GNUSTEP_MAKEFILES)/common.make + diff --git a/science/paje/files/patch-EntityTypeFilter_GNUmakefile b/science/paje/files/patch-EntityTypeFilter_GNUmakefile new file mode 100644 index 00000000000..99a3a521501 --- /dev/null +++ b/science/paje/files/patch-EntityTypeFilter_GNUmakefile @@ -0,0 +1,8 @@ +--- EntityTypeFilter/GNUmakefile.orig 2005-05-01 00:09:07 UTC ++++ EntityTypeFilter/GNUmakefile +@@ -1,4 +1,4 @@ +-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/Paje ++BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Bundles/Paje + + include $(GNUSTEP_MAKEFILES)/common.make + diff --git a/science/paje/files/patch-FieldFilter_GNUmakefile b/science/paje/files/patch-FieldFilter_GNUmakefile new file mode 100644 index 00000000000..ae9b89b64f0 --- /dev/null +++ b/science/paje/files/patch-FieldFilter_GNUmakefile @@ -0,0 +1,8 @@ +--- FieldFilter/GNUmakefile.orig 2005-05-01 00:09:07 UTC ++++ FieldFilter/GNUmakefile +@@ -1,4 +1,4 @@ +-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/Paje ++BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Bundles/Paje + + include $(GNUSTEP_MAKEFILES)/common.make + diff --git a/science/paje/files/patch-FileReader_GNUmakefile b/science/paje/files/patch-FileReader_GNUmakefile new file mode 100644 index 00000000000..f3892717c07 --- /dev/null +++ b/science/paje/files/patch-FileReader_GNUmakefile @@ -0,0 +1,11 @@ +--- FileReader/GNUmakefile.orig 2005-05-07 16:34:58 UTC ++++ FileReader/GNUmakefile +@@ -24,7 +24,7 @@ include $(GNUSTEP_MAKEFILES)/common.make + PACKAGE_NAME=FileReader + BUNDLE_NAME=FileReader + BUNDLE_EXTENSION=.bundle +-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/Paje ++BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Bundles/Paje + FileReader_PRINCIPAL_CLASS=PajeFileReader + + diff --git a/science/paje/files/patch-General_GNUmakefile b/science/paje/files/patch-General_GNUmakefile new file mode 100644 index 00000000000..58f39c5ea0b --- /dev/null +++ b/science/paje/files/patch-General_GNUmakefile @@ -0,0 +1,8 @@ +--- General/GNUmakefile.orig 2006-10-30 21:46:08 UTC ++++ General/GNUmakefile +@@ -1,4 +1,4 @@ +-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/Paje ++BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Bundles/Paje + + include $(GNUSTEP_MAKEFILES)/common.make + diff --git a/science/paje/files/patch-NSArray+Additions.m b/science/paje/files/patch-General_NSArray+Additions.m similarity index 55% rename from science/paje/files/patch-NSArray+Additions.m rename to science/paje/files/patch-General_NSArray+Additions.m index f2946e66abb..09f48530808 100644 --- a/science/paje/files/patch-NSArray+Additions.m +++ b/science/paje/files/patch-General_NSArray+Additions.m @@ -1,5 +1,5 @@ ---- General/NSArray+Additions.m.orig 2006-01-24 14:10:07.000000000 +0100 -+++ General/NSArray+Additions.m 2008-05-03 08:13:11.000000000 +0200 +--- General/NSArray+Additions.m.orig 2007-02-14 23:28:57 UTC ++++ General/NSArray+Additions.m @@ -19,6 +19,7 @@ */ diff --git a/science/paje/files/patch-ImbricationFilter_GNUmakefile b/science/paje/files/patch-ImbricationFilter_GNUmakefile new file mode 100644 index 00000000000..a79cecb0b15 --- /dev/null +++ b/science/paje/files/patch-ImbricationFilter_GNUmakefile @@ -0,0 +1,8 @@ +--- ImbricationFilter/GNUmakefile.orig 2005-05-01 00:09:07 UTC ++++ ImbricationFilter/GNUmakefile +@@ -1,4 +1,4 @@ +-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/Paje ++BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Bundles/Paje + + include $(GNUSTEP_MAKEFILES)/common.make + diff --git a/science/paje/files/patch-OrderFilter_GNUmakefile b/science/paje/files/patch-OrderFilter_GNUmakefile new file mode 100644 index 00000000000..d9b1dbecd36 --- /dev/null +++ b/science/paje/files/patch-OrderFilter_GNUmakefile @@ -0,0 +1,8 @@ +--- OrderFilter/GNUmakefile.orig 2005-05-01 00:09:07 UTC ++++ OrderFilter/GNUmakefile +@@ -1,4 +1,4 @@ +-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/Paje ++BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Bundles/Paje + + include $(GNUSTEP_MAKEFILES)/common.make + diff --git a/science/paje/files/patch-PajeEventDecoder_GNUmakefile b/science/paje/files/patch-PajeEventDecoder_GNUmakefile new file mode 100644 index 00000000000..0292fa99f22 --- /dev/null +++ b/science/paje/files/patch-PajeEventDecoder_GNUmakefile @@ -0,0 +1,11 @@ +--- PajeEventDecoder/GNUmakefile.orig 2004-12-13 22:15:43 UTC ++++ PajeEventDecoder/GNUmakefile +@@ -24,7 +24,7 @@ include $(GNUSTEP_MAKEFILES)/common.make + PACKAGE_NAME=PajeEventDecoder + BUNDLE_NAME=PajeEventDecoder + BUNDLE_EXTENSION=.bundle +-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/Paje ++BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Bundles/Paje + PajeEventDecoder_PRINCIPAL_CLASS=PajeEventDecoder + + diff --git a/science/paje/files/patch-PajeSimulator_GNUmakefile b/science/paje/files/patch-PajeSimulator_GNUmakefile new file mode 100644 index 00000000000..689794b28f9 --- /dev/null +++ b/science/paje/files/patch-PajeSimulator_GNUmakefile @@ -0,0 +1,11 @@ +--- PajeSimulator/GNUmakefile.orig 2006-10-30 02:45:37 UTC ++++ PajeSimulator/GNUmakefile +@@ -24,7 +24,7 @@ include $(GNUSTEP_MAKEFILES)/common.make + PACKAGE_NAME=PajeSimulator + BUNDLE_NAME=PajeSimulator + BUNDLE_EXTENSION=.bundle +-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/Paje ++BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Bundles/Paje + PajeSimulator_PRINCIPAL_CLASS=PajeSimul + + diff --git a/science/paje/files/patch-ReductionFilter_GNUmakefile b/science/paje/files/patch-ReductionFilter_GNUmakefile new file mode 100644 index 00000000000..30151951829 --- /dev/null +++ b/science/paje/files/patch-ReductionFilter_GNUmakefile @@ -0,0 +1,8 @@ +--- ReductionFilter/GNUmakefile.orig 2006-10-30 02:45:37 UTC ++++ ReductionFilter/GNUmakefile +@@ -1,4 +1,4 @@ +-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/Paje ++BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Bundles/Paje + + include $(GNUSTEP_MAKEFILES)/common.make + diff --git a/science/paje/files/patch-DrawView+Drawing.m b/science/paje/files/patch-SpaceTimeViewer_DrawView+Drawing.m similarity index 68% rename from science/paje/files/patch-DrawView+Drawing.m rename to science/paje/files/patch-SpaceTimeViewer_DrawView+Drawing.m index 5fd8e53a52f..6b385b860b3 100644 --- a/science/paje/files/patch-DrawView+Drawing.m +++ b/science/paje/files/patch-SpaceTimeViewer_DrawView+Drawing.m @@ -1,4 +1,4 @@ ---- SpaceTimeViewer/DrawView+Drawing.m.orig Mon Jan 9 02:13:30 2006 +--- SpaceTimeViewer/DrawView+Drawing.m.orig 2007-02-16 13:23:30 UTC +++ SpaceTimeViewer/DrawView+Drawing.m @@ -23,7 +23,11 @@ @@ -11,4 +11,4 @@ +# endif #endif - @implementation DrawView (Drawing) + #include "../General/Association.h" diff --git a/science/paje/files/patch-DrawView+Finding.m b/science/paje/files/patch-SpaceTimeViewer_DrawView+Finding.m similarity index 77% rename from science/paje/files/patch-DrawView+Finding.m rename to science/paje/files/patch-SpaceTimeViewer_DrawView+Finding.m index b16f75770b8..e406eacd075 100644 --- a/science/paje/files/patch-DrawView+Finding.m +++ b/science/paje/files/patch-SpaceTimeViewer_DrawView+Finding.m @@ -1,4 +1,4 @@ ---- SpaceTimeViewer/DrawView+Finding.m.orig 2006-10-29 20:52:48.000000000 +0100 +--- SpaceTimeViewer/DrawView+Finding.m.orig 2006-10-29 19:52:48 UTC +++ SpaceTimeViewer/DrawView+Finding.m @@ -24,7 +24,9 @@ #include "DrawView.h" diff --git a/science/paje/files/patch-SpaceTimeViewer_GNUmakefile b/science/paje/files/patch-SpaceTimeViewer_GNUmakefile new file mode 100644 index 00000000000..0ecfc715292 --- /dev/null +++ b/science/paje/files/patch-SpaceTimeViewer_GNUmakefile @@ -0,0 +1,8 @@ +--- SpaceTimeViewer/GNUmakefile.orig 2005-06-29 21:08:47 UTC ++++ SpaceTimeViewer/GNUmakefile +@@ -1,4 +1,4 @@ +-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/Paje ++BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Bundles/Paje + + include $(GNUSTEP_MAKEFILES)/common.make + diff --git a/science/paje/files/patch-StatViewer_GNUmakefile b/science/paje/files/patch-StatViewer_GNUmakefile new file mode 100644 index 00000000000..85c3766c61d --- /dev/null +++ b/science/paje/files/patch-StatViewer_GNUmakefile @@ -0,0 +1,8 @@ +--- StatViewer/GNUmakefile.orig 2005-12-26 19:46:02 UTC ++++ StatViewer/GNUmakefile +@@ -1,4 +1,4 @@ +-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/Paje ++BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Bundles/Paje + + include $(GNUSTEP_MAKEFILES)/common.make + diff --git a/science/paje/files/patch-StorageController_GNUmakefile b/science/paje/files/patch-StorageController_GNUmakefile new file mode 100644 index 00000000000..09546177f3c --- /dev/null +++ b/science/paje/files/patch-StorageController_GNUmakefile @@ -0,0 +1,17 @@ +--- StorageController/GNUmakefile.orig 2006-10-30 21:46:08 UTC ++++ StorageController/GNUmakefile +@@ -1,8 +1,4 @@ +-ifeq "$(GNUSTEP_SYSTEM_ROOT)" "" +- include Makefile +-else +- +-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/Paje ++BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Bundles/Paje + + include $(GNUSTEP_MAKEFILES)/common.make + +@@ -27,4 +23,3 @@ h.template + include $(GNUSTEP_MAKEFILES)/bundle.make + -include GNUmakefile.postamble + +-endif diff --git a/security/Makefile b/security/Makefile index 3bc15dd6e70..63fd4854066 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1044,6 +1044,7 @@ SUBDIR += rubygem-encryptor SUBDIR += rubygem-ezcrypto SUBDIR += rubygem-googleauth + SUBDIR += rubygem-gpgme SUBDIR += rubygem-gpgr SUBDIR += rubygem-gssapi SUBDIR += rubygem-hkdf diff --git a/security/i2pd/Makefile b/security/i2pd/Makefile index 7f8ac418b69..b13dad584fe 100644 --- a/security/i2pd/Makefile +++ b/security/i2pd/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= i2pd -PORTVERSION= 2.14.0 +PORTVERSION= 2.15.0 CATEGORIES= security net-p2p MAINTAINER= amdmi3@FreeBSD.org diff --git a/security/i2pd/distinfo b/security/i2pd/distinfo index 2c11aa74ae6..3a2e45ca6cc 100644 --- a/security/i2pd/distinfo +++ b/security/i2pd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1496650029 -SHA256 (PurpleI2P-i2pd-2.14.0_GH0.tar.gz) = 3cb5751d9584449721e2f3ae878411b652863fa7093994f1d8cce1fd3b40bf71 -SIZE (PurpleI2P-i2pd-2.14.0_GH0.tar.gz) = 1906272 +TIMESTAMP = 1503228089 +SHA256 (PurpleI2P-i2pd-2.15.0_GH0.tar.gz) = 87649a1963b1d1b8f9424c0bccbdf6bbde0bb87db8dcf0b5c61f4c7f13181b86 +SIZE (PurpleI2P-i2pd-2.15.0_GH0.tar.gz) = 1834673 diff --git a/security/krb5-devel/Makefile b/security/krb5-devel/Makefile index 9dd0d9c9ef9..eabda8443fb 100644 --- a/security/krb5-devel/Makefile +++ b/security/krb5-devel/Makefile @@ -64,7 +64,6 @@ LDFLAGS+= -L${OPENSSLLIB} USE_RC_SUBR= kpropd OPTIONS_SUB= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${HASH} WRKSRC_SUBDIR= src PORTEXAMPLES= kdc.conf krb5.conf services.append diff --git a/security/p5-POE-Filter-SSL/Makefile b/security/p5-POE-Filter-SSL/Makefile index bb04fa73616..fa06a809b3c 100644 --- a/security/p5-POE-Filter-SSL/Makefile +++ b/security/p5-POE-Filter-SSL/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= POE-Filter-SSL -PORTVERSION= 0.33 +PORTVERSION= 0.34 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/security/p5-POE-Filter-SSL/distinfo b/security/p5-POE-Filter-SSL/distinfo index 167e1caab39..b3d5fb908ac 100644 --- a/security/p5-POE-Filter-SSL/distinfo +++ b/security/p5-POE-Filter-SSL/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1500990041 -SHA256 (POE-Filter-SSL-0.33.tar.gz) = ebbf11072e6978a3582570878d5699446e7021cdf891f12e3695e998e95580c6 -SIZE (POE-Filter-SSL-0.33.tar.gz) = 59954 +TIMESTAMP = 1503415970 +SHA256 (POE-Filter-SSL-0.34.tar.gz) = 2ef7e811aa8889ba55305f4fb66233b204525252c8a82b8be85acc84d0b1d34c +SIZE (POE-Filter-SSL-0.34.tar.gz) = 60856 diff --git a/security/rubygem-gpgme/Makefile b/security/rubygem-gpgme/Makefile new file mode 100644 index 00000000000..37b4ea1da47 --- /dev/null +++ b/security/rubygem-gpgme/Makefile @@ -0,0 +1,26 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= gpgme +PORTVERSION= 2.0.13 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Ruby interface to GnuPG Made Easy (GPGME) + +LICENSE= LGPL21+ + +BUILD_DEPENDS= gpgme-config:security/gpgme +LIB_DEPENDS= libassuan.so:security/libassuan \ + libgpg-error.so:security/libgpg-error +RUN_DEPENDS= gpgme-config:security/gpgme + +CONFIGURE_ARGS= --use-system-libraries +USE_RUBY= yes +USES= gem + +post-patch: + @${REINPLACE_CMD} -e '/mini_portile2/d' ${WRKSRC}/gpgme.gemspec ${WRKSRC}/ext/gpgme/extconf.rb + +.include diff --git a/security/rubygem-gpgme/distinfo b/security/rubygem-gpgme/distinfo new file mode 100644 index 00000000000..2085aa23040 --- /dev/null +++ b/security/rubygem-gpgme/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1503245917 +SHA256 (rubygem/gpgme-2.0.13.gem) = eb0d5a3f19a12316ac57cc4fac5b220783d59063550ddbd384518f77477f94b9 +SIZE (rubygem/gpgme-2.0.13.gem) = 2785280 diff --git a/security/rubygem-gpgme/pkg-descr b/security/rubygem-gpgme/pkg-descr new file mode 100644 index 00000000000..dac35ac24ae --- /dev/null +++ b/security/rubygem-gpgme/pkg-descr @@ -0,0 +1,6 @@ +Ruby-GPGME is a Ruby language binding of GPGME (GnuPG Made Easy). GnuPG Made +Easy (GPGME) is a library designed to make access to GnuPG easier for +applications. It provides a High-Level Crypto API for encryption, decryption, +signing, signature verification and key management. + +WWW: https://github.com/ueno/ruby-gpgme diff --git a/security/zeronet/Makefile b/security/zeronet/Makefile index 6d4de5bc69e..804be91e615 100644 --- a/security/zeronet/Makefile +++ b/security/zeronet/Makefile @@ -4,6 +4,7 @@ PORTNAME= zeronet PORTVERSION= 0.5.7 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= security net-p2p MAINTAINER= yuri@rawbw.com @@ -13,7 +14,8 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack-python>0:devel/py-msgpack-python \ - ${PYTHON_PKGNAMEPREFIX}gevent>=1.0.2:devel/py-gevent + ${PYTHON_PKGNAMEPREFIX}gevent>=1.0.2:devel/py-gevent \ + ${PYTHON_PKGNAMEPREFIX}stem>0:security/py-stem SUB_FILES= zeronet-service zeronet-cmd pkg-message SUB_LIST= LOCALBASE=${LOCALBASE} USER=${USER} GROUP=${GROUP} @@ -27,22 +29,14 @@ GH_ACCOUNT= HelloZeroNet GH_PROJECT= ZeroNet NO_ARCH= yes -OPTIONS_DEFINE= TOR DEBUG -TOR_DESC= Enable TOR anonymity network integration +OPTIONS_DEFINE= DEBUG -TOR_RUN_DEPENDS=tor:security/tor \ - ${PYTHON_PKGNAMEPREFIX}stem>0:security/py-stem DEBUG_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}werkzeug>0:www/py-werkzeug .include -.if ${PORT_OPTIONS:MTOR} -USER= _tor -GROUP= _tor -.else USER= nobody GROUP= nobody -.endif do-build: @(cd ${WRKSRC} && \ diff --git a/security/zeronet/files/pkg-message.in b/security/zeronet/files/pkg-message.in index 21cac704207..eb0f74fd422 100644 --- a/security/zeronet/files/pkg-message.in +++ b/security/zeronet/files/pkg-message.in @@ -16,10 +16,12 @@ To run ZeroNet commands: For example, to create a new ZeroNet site: # su -m %%USER%% zeronet siteCreate -For Tor integration (recommended) please have these items: -* option TOR=on in zeronet package -* make sure %%LOCALBASE%%/etc/tor/torrc has "ControlPort 9051" -* make sure tor service runs (service tor start) +For Tor integration (recommended) please make sure: +* Tor is installed: + # pkg install tor +* %%LOCALBASE%%/etc/tor/torrc has "ControlPort 9051" +* Tor service runs: + # service tor start * zeronet_args in /etc/rc.conf has "--tor enable" or "--tor always" Without the Tor integration, you need to make sure that your router diff --git a/shells/mksh/Makefile b/shells/mksh/Makefile index 171630b4f5a..f4355b7643d 100644 --- a/shells/mksh/Makefile +++ b/shells/mksh/Makefile @@ -3,6 +3,7 @@ PORTNAME= mksh PORTVERSION= 56 +PORTREVISION= 1 DISTVERSIONPREFIX= R CATEGORIES= shells MASTER_SITES= http://www.mirbsd.org/MirOS/dist/mir/mksh/ \ @@ -16,7 +17,7 @@ LICENSE_COMB= multi LICENSE_GROUPS_ML= OSI LICENSE_NAME_ML= MirOS LICENSE_TEXT_ML= Please, read its contents from http://www.mirbsd.org/TaC-mksh.txt -LICENSE_PERMS_ML= ${_LICENSE_LIST_PERMS} +LICENSE_PERMS_ML= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= tar:tgz WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/sysutils/bacula5-bat/Makefile b/sysutils/bacula5-bat/Makefile index 89946aa10e1..9a29d1427b5 100644 --- a/sysutils/bacula5-bat/Makefile +++ b/sysutils/bacula5-bat/Makefile @@ -7,6 +7,9 @@ PORTREVISION= 6 COMMENT= Network backup solution (GUI) +DEPRECATED= No upstream commits since 2013. Use sysutils/bacula-bat +EXPIRATION_DATE= 2017-10-04 + LIB_DEPENDS+= libqwt.so:x11-toolkits/qwt5 \ libbac.so:sysutils/bacula5-client diff --git a/sysutils/bacula5-client-static/Makefile b/sysutils/bacula5-client-static/Makefile index 02052647e32..1954ec57eda 100644 --- a/sysutils/bacula5-client-static/Makefile +++ b/sysutils/bacula5-client-static/Makefile @@ -5,6 +5,9 @@ PKGNAMESUFFIX= 5-client-static COMMENT= Network backup solution (static client) +DEPRECATED= No upstream commits since 2013. Use sysutils/bacula-client-static +EXPIRATION_DATE= 2017-10-04 + CONFLICTS= bacula-client-static-* PLIST= ${.CURDIR}/pkg-plist diff --git a/sysutils/bacula5-client/Makefile b/sysutils/bacula5-client/Makefile index 7bf0db69297..a9df26def35 100644 --- a/sysutils/bacula5-client/Makefile +++ b/sysutils/bacula5-client/Makefile @@ -5,6 +5,9 @@ PKGNAMESUFFIX= 5-client COMMENT= Network backup solution (client) +DEPRECATED= No upstream commits since 2013. Use sysutils/bacula-static +EXPIRATION_DATE= 2017-10-04 + CONFLICTS= bacula-client-* WITH_CLIENT_ONLY=yes diff --git a/sysutils/bacula5-docs/Makefile b/sysutils/bacula5-docs/Makefile index 9d8e91daf6a..cc6d0ca007d 100644 --- a/sysutils/bacula5-docs/Makefile +++ b/sysutils/bacula5-docs/Makefile @@ -13,6 +13,9 @@ CONFLICTS= bacula-* MAINTAINER= dan@langille.org COMMENT= Bacula document set +DEPRECATED= No upstream commits since 2013. Use sysutils/bacula-docs +EXPIRATION_DATE= 2017-10-04 + USES= tar:bz2 NO_BUILD= yes diff --git a/sysutils/bacula5-server/Makefile b/sysutils/bacula5-server/Makefile index 0d689023835..a33f031f34b 100644 --- a/sysutils/bacula5-server/Makefile +++ b/sysutils/bacula5-server/Makefile @@ -12,6 +12,9 @@ PKGNAMESUFFIX?= 5-server MAINTAINER= dan@langille.org COMMENT?= Network backup solution (server) +DEPRECATED= No upstream commits since 2013. Use sysutils/bacula-server +EXPIRATION_DATE= 2017-10-04 + USES+= libtool:keepla shebangfix SHEBANG_FILES= scripts/dvd-handler.in python_OLD_CMD= @PYTHON@ diff --git a/sysutils/batmon/Makefile b/sysutils/batmon/Makefile index 243fa75ef0d..5c0e73feca6 100644 --- a/sysutils/batmon/Makefile +++ b/sysutils/batmon/Makefile @@ -2,6 +2,7 @@ PORTNAME= batmon PORTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= sysutils gnustep MASTER_SITES= SAVANNAH/gap diff --git a/sysutils/cbsd/Makefile b/sysutils/cbsd/Makefile index 58bffa2e9d9..f771077e9de 100644 --- a/sysutils/cbsd/Makefile +++ b/sysutils/cbsd/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cbsd -PORTVERSION= 11.1.1 +PORTVERSION= 11.1.2 CATEGORIES= sysutils MAINTAINER= olevole@olevole.ru diff --git a/sysutils/cbsd/distinfo b/sysutils/cbsd/distinfo index ef2f6397564..7518c4b09a0 100644 --- a/sysutils/cbsd/distinfo +++ b/sysutils/cbsd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1501889596 -SHA256 (cbsd-cbsd-11.1.1_GH0.tar.gz) = cc07291bcbea420ff1c81260cf10a2f1e7da4f56708925345b3da3bd5cd4714e -SIZE (cbsd-cbsd-11.1.1_GH0.tar.gz) = 5499420 +TIMESTAMP = 1503346908 +SHA256 (cbsd-cbsd-11.1.2_GH0.tar.gz) = 1fbe94715679f9c1a6b69ecd2845d45c05fbae8489f226dc8ba29bb126e05b3b +SIZE (cbsd-cbsd-11.1.2_GH0.tar.gz) = 5510861 diff --git a/sysutils/curly/Makefile b/sysutils/curly/Makefile index c06b4d0c426..e77925f93ef 100644 --- a/sysutils/curly/Makefile +++ b/sysutils/curly/Makefile @@ -7,9 +7,7 @@ CATEGORIES= sysutils MASTER_SITES= ftp://ftp.physics.purdue.edu/pub/pundits/ \ http://www.komquats.com/distfiles/ \ http://people.freebsd.org/~cy/distfiles/ - DISTNAME= xapply-${PORTVERSION} -EXTRACT_SUFX= .tgz MAINTAINER= cy@FreeBSD.org COMMENT= Generalize listed filenames to csh-extended glob patterns @@ -17,6 +15,8 @@ COMMENT= Generalize listed filenames to csh-extended glob patterns BUILD_DEPENDS= makeme:devel/msrc0 \ mkcmd:devel/mkcmd +USES= tar:tgz + MAKE_FLAGS= MAKEFILE= @@ -32,7 +32,7 @@ do-install: ( cd ${WRKSRC}/bin/curly && ${SETENV} ${MAKENV} makeme \ ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET} ) ${INSTALL_MAN} ${WRKSRC}/bin/${PORTNAME}/${PORTNAME}.man \ - ${STAGEDIR}${PREFIX}/man/man1/${PORTNAME}.1 - ${LN} -s ${PREFIX}/man/man1/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1/un${PORTNAME}.1 + ${STAGEDIR}${MANPREFIX}/man/man1/${PORTNAME}.1 + ${LN} -s ${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1/un${PORTNAME}.1 .include diff --git a/sysutils/facter/Makefile b/sysutils/facter/Makefile index a7824cf041f..e68bf1cb8d8 100644 --- a/sysutils/facter/Makefile +++ b/sysutils/facter/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= facter -PORTVERSION= 3.7.1 +PORTVERSION= 3.8.0 PORTREVISION?= 0 CATEGORIES?= sysutils MASTER_SITES= http://downloads.puppetlabs.com/facter/ @@ -33,6 +33,11 @@ USE_RUBY= yes USES+= compiler:c++11-lib ssl CMAKE_ARGS+= -DMAN_PATH=${MANPREFIX}/man +post-patch: + ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ + ${WRKSRC}/lib/src/facts/posix/collection.cc \ + ${WRKSRC}/lib/src/util/config/posix/config.cc + test: build cd ${WRKSRC}/lib && bundle install --path vendor cd ${WRKSRC} && ninja test diff --git a/sysutils/facter/distinfo b/sysutils/facter/distinfo index c661479dc30..32adc398b38 100644 --- a/sysutils/facter/distinfo +++ b/sysutils/facter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1500912593 -SHA256 (facter-3.7.1.tar.gz) = 54fc56bfc3997b40c806982759c837f609a7268f669764921424fd41fda83467 -SIZE (facter-3.7.1.tar.gz) = 330767 +TIMESTAMP = 1503037047 +SHA256 (facter-3.8.0.tar.gz) = a53f1646614f774cc150e7edcca40ef2512650e1cbafdcaf0f2739969c6b59c6 +SIZE (facter-3.8.0.tar.gz) = 334042 diff --git a/sysutils/facter/files/patch-lib_inc_facter_facts_fact.hpp b/sysutils/facter/files/patch-lib_inc_facter_facts_fact.hpp deleted file mode 100644 index 3969df45b36..00000000000 --- a/sysutils/facter/files/patch-lib_inc_facter_facts_fact.hpp +++ /dev/null @@ -1,31 +0,0 @@ ---- lib/inc/facter/facts/fact.hpp.orig 2017-07-18 18:49:09 UTC -+++ lib/inc/facter/facts/fact.hpp -@@ -528,9 +528,9 @@ namespace facter { namespace facts { - constexpr static char const* zfs_version = "zfs_version"; - - /** -- * The ZFS supported feature numbers. -+ * The ZFS supported version numbers. - */ -- constexpr static char const* zfs_featurenumbers = "zfs_featurenumbers"; -+ constexpr static char const* zfs_versionnumbers = "zfs_featurenumbers"; - - /** - * The ZFS storage pool (zpool) version fact. -@@ -538,9 +538,14 @@ namespace facter { namespace facts { - constexpr static char const* zpool_version = "zpool_version"; - - /** -- * The ZFS storage pool supported feature numbers. -+ * The ZFS storage pool supported feature flags. - */ -- constexpr static char const* zpool_featurenumbers = "zpool_featurenumbers"; -+ constexpr static char const* zpool_featureflags = "zpool_featureflags"; -+ -+ /** -+ * The ZFS storage pool supported version numbers. -+ */ -+ constexpr static char const* zpool_versionnumbers = "zpool_featurenumbers"; - - /** - * The fact for number of Solaris zones. diff --git a/sysutils/facter/files/patch-lib_inc_facter_facts_vm.hpp b/sysutils/facter/files/patch-lib_inc_facter_facts_vm.hpp deleted file mode 100644 index 002bbf1b2ae..00000000000 --- a/sysutils/facter/files/patch-lib_inc_facter_facts_vm.hpp +++ /dev/null @@ -1,14 +0,0 @@ ---- lib/inc/facter/facts/vm.hpp.orig 2017-06-27 17:42:22 UTC -+++ lib/inc/facter/facts/vm.hpp -@@ -137,6 +137,11 @@ namespace facter { namespace facts { - * The name for Solaris ldom - */ - constexpr static char const* ldom = "ldom"; -+ -+ /** -+ * The name of FreeBSD jails -+ */ -+ constexpr static char const* jail = "jail"; - }; - - }} // namespace facter::facts diff --git a/sysutils/facter/files/patch-lib_inc_internal_facts_freebsd_memory__resolver.hpp b/sysutils/facter/files/patch-lib_inc_internal_facts_freebsd_memory__resolver.hpp deleted file mode 100644 index 531c5e7b43a..00000000000 --- a/sysutils/facter/files/patch-lib_inc_internal_facts_freebsd_memory__resolver.hpp +++ /dev/null @@ -1,28 +0,0 @@ ---- lib/inc/internal/facts/freebsd/memory_resolver.hpp.orig 2017-07-10 14:30:58 UTC -+++ lib/inc/internal/facts/freebsd/memory_resolver.hpp -@@ -0,0 +1,25 @@ -+/** -+ * @file -+ * Declares the FreeBSD memory fact resolver. -+ */ -+#pragma once -+ -+#include "../resolvers/memory_resolver.hpp" -+ -+namespace facter { namespace facts { namespace freebsd { -+ -+ /** -+ * Responsible for resolving memory facts. -+ */ -+ struct memory_resolver : resolvers::memory_resolver -+ { -+ protected: -+ /** -+ * Collects the resolver data. -+ * @param facts The fact collection that is resolving facts. -+ * @return Returns the resolver data. -+ */ -+ virtual data collect_data(collection& facts) override; -+ }; -+ -+}}} // namespace facter::facts::osx diff --git a/sysutils/facter/files/patch-lib_inc_internal_facts_freebsd_operating__system__resolver.hpp b/sysutils/facter/files/patch-lib_inc_internal_facts_freebsd_operating__system__resolver.hpp deleted file mode 100644 index ba9ee565de2..00000000000 --- a/sysutils/facter/files/patch-lib_inc_internal_facts_freebsd_operating__system__resolver.hpp +++ /dev/null @@ -1,27 +0,0 @@ ---- lib/inc/internal/facts/freebsd/operating_system_resolver.hpp.orig 2017-07-28 07:09:48 UTC -+++ lib/inc/internal/facts/freebsd/operating_system_resolver.hpp -@@ -0,0 +1,24 @@ -+/** -+ * @file -+ * Declares the FreeBSD operating system fact resolver. -+ */ -+#pragma once -+ -+#include "../posix/operating_system_resolver.hpp" -+ -+namespace facter { namespace facts { namespace freebsd { -+ -+ /** -+ * Responsible for resolving operating system facts. -+ */ -+ struct operating_system_resolver : posix::operating_system_resolver -+ { -+ protected: -+ /** -+ * Collects the resolver's release data. -+ * @param facts The fact collection that is resolving facts. -+ * @param result The current resolver data. -+ */ -+ virtual void collect_release_data(collection& facts, data& result) override; -+ }; -+}}} // namespace facter::facts::freebsd diff --git a/sysutils/facter/files/patch-lib_inc_internal_facts_freebsd_virtualization__resolver.hpp b/sysutils/facter/files/patch-lib_inc_internal_facts_freebsd_virtualization__resolver.hpp deleted file mode 100644 index 8ef5b5a2993..00000000000 --- a/sysutils/facter/files/patch-lib_inc_internal_facts_freebsd_virtualization__resolver.hpp +++ /dev/null @@ -1,30 +0,0 @@ ---- lib/inc/internal/facts/freebsd/virtualization_resolver.hpp.orig 2017-07-10 14:30:58 UTC -+++ lib/inc/internal/facts/freebsd/virtualization_resolver.hpp -@@ -0,0 +1,27 @@ -+/** -+ * @file -+ * Declares the FreeBSD virtualization fact resolver. -+ */ -+#pragma once -+ -+#include "../resolvers/virtualization_resolver.hpp" -+ -+namespace facter { namespace facts { namespace freebsd { -+ -+ /** -+ * Responsible for resolving virtualization facts. -+ */ -+ struct virtualization_resolver : resolvers::virtualization_resolver -+ { -+ protected: -+ /** -+ * Gets the name of the hypervisor. -+ * @param facts The fact collection that is resolving facts. -+ * @return Returns the name of the hypervisor or empty string if no hypervisor. -+ */ -+ virtual std::string get_hypervisor(collection& facts) override; -+ private: -+ static std::string get_jail_vm(); -+ }; -+ -+}}} // namespace facter::facts::freebsd diff --git a/sysutils/facter/files/patch-lib_inc_internal_facts_freebsd_zfs__resolver.hpp b/sysutils/facter/files/patch-lib_inc_internal_facts_freebsd_zfs__resolver.hpp deleted file mode 100644 index 467a2be60e4..00000000000 --- a/sysutils/facter/files/patch-lib_inc_internal_facts_freebsd_zfs__resolver.hpp +++ /dev/null @@ -1,27 +0,0 @@ ---- lib/inc/internal/facts/freebsd/zfs_resolver.hpp.orig 2017-07-10 16:43:09 UTC -+++ lib/inc/internal/facts/freebsd/zfs_resolver.hpp -@@ -0,0 +1,24 @@ -+/** -+ * @file -+ * Declares the ZFS fact resolver. -+ */ -+#pragma once -+ -+#include "../resolvers/zfs_resolver.hpp" -+ -+namespace facter { namespace facts { namespace freebsd { -+ -+ /** -+ * Responsible for resolving ZFS facts. -+ */ -+ struct zfs_resolver : resolvers::zfs_resolver -+ { -+ protected: -+ /** -+ * Gets the platform's ZFS command. -+ * @return Returns the platform's ZFS command. -+ */ -+ virtual std::string zfs_command(); -+ }; -+ -+}}} // namespace facter::facts::freebsd diff --git a/sysutils/facter/files/patch-lib_inc_internal_facts_freebsd_zpool__resolver.hpp b/sysutils/facter/files/patch-lib_inc_internal_facts_freebsd_zpool__resolver.hpp deleted file mode 100644 index b4f839362a3..00000000000 --- a/sysutils/facter/files/patch-lib_inc_internal_facts_freebsd_zpool__resolver.hpp +++ /dev/null @@ -1,27 +0,0 @@ ---- lib/inc/internal/facts/freebsd/zpool_resolver.hpp.orig 2017-07-10 16:43:09 UTC -+++ lib/inc/internal/facts/freebsd/zpool_resolver.hpp -@@ -0,0 +1,24 @@ -+/** -+ * @file -+ * Declares the FreeBSD ZFS storage pool (zpool) fact resolver. -+ */ -+#pragma once -+ -+#include "../resolvers/zpool_resolver.hpp" -+ -+namespace facter { namespace facts { namespace freebsd { -+ -+ /** -+ * Responsible for resolving ZFS storage pool (zpool) facts. -+ */ -+ struct zpool_resolver : resolvers::zpool_resolver -+ { -+ protected: -+ /** -+ * Gets the platform's zpool command. -+ * @return Returns the platform's zpool command. -+ */ -+ virtual std::string zpool_command(); -+ }; -+ -+}}} // namespace facter::facts::freebsd diff --git a/sysutils/facter/files/patch-lib_inc_internal_facts_resolvers_operating__system__resolver.hpp b/sysutils/facter/files/patch-lib_inc_internal_facts_resolvers_operating__system__resolver.hpp deleted file mode 100644 index 47e3bac4731..00000000000 --- a/sysutils/facter/files/patch-lib_inc_internal_facts_resolvers_operating__system__resolver.hpp +++ /dev/null @@ -1,23 +0,0 @@ ---- lib/inc/internal/facts/resolvers/operating_system_resolver.hpp.orig 2017-07-18 18:49:09 UTC -+++ lib/inc/internal/facts/resolvers/operating_system_resolver.hpp -@@ -216,6 +216,20 @@ namespace facter { namespace facts { nam - * @return Returns the resolver data. - */ - virtual data collect_data(collection& facts); -+ -+ /** -+ * Collects the resolver's kernel data. -+ * @param facts The fact collection that is resolving facts. -+ * @param result The current resolver data. -+ */ -+ virtual void collect_kernel_data(collection& facts, data &result); -+ -+ /** -+ * Collects the resolver's release data. -+ * @param facts The fact collection that is resolving facts. -+ * @param result The current resolver data. -+ */ -+ virtual void collect_release_data(collection& facts, data &result); - }; - - }}} // namespace facter::facts::resolvers diff --git a/sysutils/facter/files/patch-lib_inc_internal_facts_resolvers_zfs__resolver.hpp b/sysutils/facter/files/patch-lib_inc_internal_facts_resolvers_zfs__resolver.hpp deleted file mode 100644 index cbdd2f9b2dc..00000000000 --- a/sysutils/facter/files/patch-lib_inc_internal_facts_resolvers_zfs__resolver.hpp +++ /dev/null @@ -1,14 +0,0 @@ ---- lib/inc/internal/facts/resolvers/zfs_resolver.hpp.orig 2017-07-18 18:49:09 UTC -+++ lib/inc/internal/facts/resolvers/zfs_resolver.hpp -@@ -43,9 +43,9 @@ namespace facter { namespace facts { nam - */ - std::string version; - /** -- * Stores the ZFS feature numbers. -+ * Stores the ZFS version numbers. - */ -- std::vector features; -+ std::vector versions; - }; - - /** diff --git a/sysutils/facter/files/patch-lib_inc_internal_facts_resolvers_zpool__resolver.hpp b/sysutils/facter/files/patch-lib_inc_internal_facts_resolvers_zpool__resolver.hpp deleted file mode 100644 index 2018c2a72a9..00000000000 --- a/sysutils/facter/files/patch-lib_inc_internal_facts_resolvers_zpool__resolver.hpp +++ /dev/null @@ -1,18 +0,0 @@ ---- lib/inc/internal/facts/resolvers/zpool_resolver.hpp.orig 2017-07-18 18:49:09 UTC -+++ lib/inc/internal/facts/resolvers/zpool_resolver.hpp -@@ -43,9 +43,13 @@ namespace facter { namespace facts { nam - */ - std::string version; - /** -- * Stores the zpool feature numbers. -+ * Stores the zpool feature flags. - */ -- std::vector features; -+ std::vector feature_flags; -+ /** -+ * Stores the zpool version numbers. -+ */ -+ std::vector versions; - }; - - /** diff --git a/sysutils/facter/files/patch-lib_schema_facter.yaml b/sysutils/facter/files/patch-lib_schema_facter.yaml deleted file mode 100644 index a08a9dcc7b8..00000000000 --- a/sysutils/facter/files/patch-lib_schema_facter.yaml +++ /dev/null @@ -1,17 +0,0 @@ ---- lib/schema/facter.yaml.orig 2017-07-18 18:49:09 UTC -+++ lib/schema/facter.yaml -@@ -1894,6 +1894,14 @@ zones: - caveats: | - Solaris: the `zoneadm` utility must be present. - -+zpool_featureflags: -+ type: string -+ description: Return the comma-delimited feature flags for ZFS storage pools. -+ resolution: | -+ Solaris: use the `zpool` utility to retrieve the feature numbers for ZFS storage pools -+ caveats: | -+ Solaris: the `zpool` utility must be present. -+ - zpool_featurenumbers: - type: string - description: Return the comma-delimited feature numbers for ZFS storage pools. diff --git a/sysutils/facter/files/patch-lib_src_facts_bsd_collection.cc b/sysutils/facter/files/patch-lib_src_facts_bsd_collection.cc deleted file mode 100644 index 123f9669e1c..00000000000 --- a/sysutils/facter/files/patch-lib_src_facts_bsd_collection.cc +++ /dev/null @@ -1,19 +0,0 @@ ---- lib/src/facts/bsd/collection.cc.orig 2017-06-27 17:42:22 UTC -+++ lib/src/facts/bsd/collection.cc -@@ -1,6 +1,6 @@ - #include - #include --#include -+#include - #include - #include - #include -@@ -15,7 +15,7 @@ namespace facter { namespace facts { - void collection::add_platform_facts() - { - add(make_shared()); -- add(make_shared()); -+ add(make_shared()); - add(make_shared()); - add(make_shared()); - add(make_shared()); diff --git a/sysutils/facter/files/patch-lib_src_facts_freebsd_collection.cc b/sysutils/facter/files/patch-lib_src_facts_freebsd_collection.cc deleted file mode 100644 index 9a52c59224b..00000000000 --- a/sysutils/facter/files/patch-lib_src_facts_freebsd_collection.cc +++ /dev/null @@ -1,36 +0,0 @@ ---- lib/src/facts/freebsd/collection.cc.orig 2017-07-18 18:49:09 UTC -+++ lib/src/facts/freebsd/collection.cc -@@ -8,8 +8,12 @@ - #include - #include - #include --#include -+#include - #include -+#include -+#include -+#include -+#include - - using namespace std; - -@@ -18,7 +22,7 @@ namespace facter { namespace facts { - void collection::add_platform_facts() - { - add(make_shared()); -- add(make_shared()); -+ add(make_shared()); - add(make_shared()); - add(make_shared()); - add(make_shared()); -@@ -28,6 +32,10 @@ namespace facter { namespace facts { - add(make_shared()); - add(make_shared()); - add(make_shared()); -+ add(make_shared()); -+ add(make_shared()); -+ add(make_shared()); -+ add(make_shared()); - } - - }} // namespace facter::facts diff --git a/sysutils/facter/files/patch-lib_src_facts_freebsd_memory__resolver.cc b/sysutils/facter/files/patch-lib_src_facts_freebsd_memory__resolver.cc deleted file mode 100644 index ed3c654f36e..00000000000 --- a/sysutils/facter/files/patch-lib_src_facts_freebsd_memory__resolver.cc +++ /dev/null @@ -1,79 +0,0 @@ ---- lib/src/facts/freebsd/memory_resolver.cc.orig 2017-07-10 14:30:58 UTC -+++ lib/src/facts/freebsd/memory_resolver.cc -@@ -0,0 +1,76 @@ -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+ -+using namespace std; -+using namespace leatherman::execution; -+ -+namespace facter { namespace facts { namespace freebsd { -+ -+ memory_resolver::data memory_resolver::collect_data(collection& facts) -+ { -+ data result; -+ -+ size_t size; -+ int pagesize = getpagesize(); -+ -+ // Memory usage -+ -+ unsigned long physmem; -+ size = sizeof(physmem); -+ if (0 == sysctlbyname("hw.physmem", &physmem, &size, NULL, 0)) { -+ result.mem_total = physmem; -+ } -+ -+ unsigned int inactive_count = 0; -+ size = sizeof(inactive_count); -+ sysctlbyname("vm.stats.vm.v_inactive_count", &inactive_count, &size, NULL, 0); -+ -+ unsigned int cache_count = 0; -+ size = sizeof(cache_count); -+ sysctlbyname("vm.stats.vm.v_cache_count", &cache_count, &size, NULL, 0); -+ -+ unsigned int free_count = 0; -+ size = sizeof(free_count); -+ sysctlbyname("vm.stats.vm.v_free_count", &free_count, &size, NULL, 0); -+ -+ long mem_free_page_count = inactive_count + cache_count + free_count; -+ result.mem_free = mem_free_page_count * pagesize; -+ -+ // Swap usage -+ -+ struct xswdev xsw; -+ size = sizeof(xsw); -+ -+ int mib[16]; -+ size_t mibsize; -+ mibsize = sizeof mib / sizeof mib[0]; -+ if (sysctlnametomib("vm.swap_info", mib, &mibsize) == -1) { -+ LOG_DEBUG("sysctlnametomib() failed"); -+ } else { -+ for (int n = 0; ; ++n) { -+ mib[mibsize] = n; -+ if (-1 == sysctl(mib, mibsize + 1, &xsw, &size, NULL, 0)) -+ break; -+ -+ if (xsw.xsw_version != XSWDEV_VERSION) { -+ LOG_DEBUG("xswdev version mismatch"); -+ } else { -+ result.swap_total += xsw.xsw_nblks; -+ result.swap_free += xsw.xsw_nblks - xsw.xsw_used; -+ } -+ } -+ -+ result.swap_free *= pagesize; -+ result.swap_total *= pagesize; -+ } -+ -+ return result; -+ } -+ -+}}} // namespace facter::facts::freebsd diff --git a/sysutils/facter/files/patch-lib_src_facts_freebsd_operating__system__resolver.cc b/sysutils/facter/files/patch-lib_src_facts_freebsd_operating__system__resolver.cc deleted file mode 100644 index bc1e9661b10..00000000000 --- a/sysutils/facter/files/patch-lib_src_facts_freebsd_operating__system__resolver.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- lib/src/facts/freebsd/operating_system_resolver.cc.orig 2017-07-28 07:09:48 UTC -+++ lib/src/facts/freebsd/operating_system_resolver.cc -@@ -0,0 +1,17 @@ -+#include -+ -+#include -+ -+using namespace std; -+using namespace leatherman::execution; -+ -+namespace facter { namespace facts { namespace freebsd { -+ -+ void operating_system_resolver::collect_release_data(collection& facts, data& result) -+ { -+ auto exec = execute("freebsd-version"); -+ if (exec.success) { -+ result.release = exec.output; -+ } -+ } -+} } } // namespace facter::facts::freebsd diff --git a/sysutils/facter/files/patch-lib_src_facts_freebsd_virtualization__resolver.cc b/sysutils/facter/files/patch-lib_src_facts_freebsd_virtualization__resolver.cc deleted file mode 100644 index 86674d25809..00000000000 --- a/sysutils/facter/files/patch-lib_src_facts_freebsd_virtualization__resolver.cc +++ /dev/null @@ -1,47 +0,0 @@ ---- lib/src/facts/freebsd/virtualization_resolver.cc.orig 2017-07-10 14:30:58 UTC -+++ lib/src/facts/freebsd/virtualization_resolver.cc -@@ -0,0 +1,44 @@ -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+ -+#include -+#include -+ -+using namespace std; -+using namespace facter::facts; -+using namespace leatherman::execution; -+ -+namespace facter { namespace facts { namespace freebsd { -+ -+ string virtualization_resolver::get_hypervisor(collection& facts) -+ { -+ string value = get_jail_vm(); -+ -+ if (value.empty()) { -+ auto product_name = facts.get(fact::product_name); -+ if (product_name) { -+ value = get_product_name_vm(product_name->value()); -+ } -+ } -+ -+ return value; -+ } -+ -+ string virtualization_resolver::get_jail_vm() -+ { -+ int jailed; -+ size_t size = sizeof(jailed); -+ if (sysctlbyname("security.jail.jailed", &jailed, &size, NULL, 0) == 0) { -+ if (jailed) -+ return vm::jail; -+ } -+ -+ return {}; -+ } -+ -+} } } // namespace facter::facts::freebsd diff --git a/sysutils/facter/files/patch-lib_src_facts_freebsd_zfs__resolver.cc b/sysutils/facter/files/patch-lib_src_facts_freebsd_zfs__resolver.cc deleted file mode 100644 index 9a89f989d08..00000000000 --- a/sysutils/facter/files/patch-lib_src_facts_freebsd_zfs__resolver.cc +++ /dev/null @@ -1,15 +0,0 @@ ---- lib/src/facts/freebsd/zfs_resolver.cc.orig 2017-07-10 16:43:09 UTC -+++ lib/src/facts/freebsd/zfs_resolver.cc -@@ -0,0 +1,12 @@ -+#include -+ -+using namespace std; -+ -+namespace facter { namespace facts { namespace freebsd { -+ -+ string zfs_resolver::zfs_command() -+ { -+ return "/sbin/zfs"; -+ } -+ -+}}} // namespace facter::facts::freebsd diff --git a/sysutils/facter/files/patch-lib_src_facts_freebsd_zpool__resolver.cc b/sysutils/facter/files/patch-lib_src_facts_freebsd_zpool__resolver.cc deleted file mode 100644 index e5333b32342..00000000000 --- a/sysutils/facter/files/patch-lib_src_facts_freebsd_zpool__resolver.cc +++ /dev/null @@ -1,15 +0,0 @@ ---- lib/src/facts/freebsd/zpool_resolver.cc.orig 2017-07-10 16:43:09 UTC -+++ lib/src/facts/freebsd/zpool_resolver.cc -@@ -0,0 +1,12 @@ -+#include -+ -+using namespace std; -+ -+namespace facter { namespace facts { namespace freebsd { -+ -+ string zpool_resolver::zpool_command() -+ { -+ return "/sbin/zpool"; -+ } -+ -+}}} // namespace facter::facts::freebsd diff --git a/sysutils/facter/files/patch-lib_src_facts_openbsd_collection.cc b/sysutils/facter/files/patch-lib_src_facts_openbsd_collection.cc deleted file mode 100644 index eced293ca45..00000000000 --- a/sysutils/facter/files/patch-lib_src_facts_openbsd_collection.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- lib/src/facts/openbsd/collection.cc.orig 2017-06-27 17:42:22 UTC -+++ lib/src/facts/openbsd/collection.cc -@@ -11,7 +11,7 @@ - #include - #include - #include --#include -+#include - - using namespace std; - -@@ -20,7 +20,7 @@ namespace facter { namespace facts { - void collection::add_platform_facts() - { - add(make_shared()); -- add(make_shared()); -+ add(make_shared()); - add(make_shared()); - add(make_shared()); - add(make_shared()); diff --git a/sysutils/facter/files/patch-lib_src_facts_posix_cache.cc b/sysutils/facter/files/patch-lib_src_facts_posix_cache.cc new file mode 100644 index 00000000000..925d105abe9 --- /dev/null +++ b/sysutils/facter/files/patch-lib_src_facts_posix_cache.cc @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- lib/src/facts/posix/cache.cc.orig ++++ lib/src/facts/posix/cache.cc +@@ -3,7 +3,7 @@ + namespace facter { namespace facts { namespace cache { + + std::string fact_cache_location() { +- return "/opt/puppetlabs/facter/cache/cached_facts/"; ++ return "/var/facter/cache/cached_facts/"; + } + + }}} // namespace facter::facts::cache diff --git a/sysutils/facter/files/patch-lib_src_facts_posix_collection.cc b/sysutils/facter/files/patch-lib_src_facts_posix_collection.cc new file mode 100644 index 00000000000..0b2267b0e32 --- /dev/null +++ b/sysutils/facter/files/patch-lib_src_facts_posix_collection.cc @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- lib/src/facts/posix/collection.cc.orig ++++ lib/src/facts/posix/collection.cc +@@ -29,6 +29,8 @@ + directories.emplace_back("/opt/puppetlabs/facter/facts.d"); + directories.emplace_back("/etc/facter/facts.d"); + directories.emplace_back("/etc/puppetlabs/facter/facts.d"); ++ directories.emplace_back("%%PREFIX%%/etc/facter/facts.d"); ++ directories.emplace_back("%%PREFIX%%/etc/puppetlabs/facter/facts.d"); + } + return directories; + } diff --git a/sysutils/facter/files/patch-lib_src_facts_resolvers_operating__system__resolver.cc b/sysutils/facter/files/patch-lib_src_facts_resolvers_operating__system__resolver.cc deleted file mode 100644 index 668ef0fc98b..00000000000 --- a/sysutils/facter/files/patch-lib_src_facts_resolvers_operating__system__resolver.cc +++ /dev/null @@ -1,32 +0,0 @@ ---- lib/src/facts/resolvers/operating_system_resolver.cc.orig 2017-07-18 18:49:09 UTC -+++ lib/src/facts/resolvers/operating_system_resolver.cc -@@ -231,18 +231,27 @@ namespace facter { namespace facts { nam - { - data result; - -+ collect_kernel_data(facts, result); -+ collect_release_data(facts, result); -+ -+ return result; -+ } -+ -+ void operating_system_resolver::collect_kernel_data(collection& facts, data& result) -+ { - auto kernel = facts.get(fact::kernel); - if (kernel) { - result.name = kernel->value(); - result.family = kernel->value(); - } -+ } - -+ void operating_system_resolver::collect_release_data(collection& facts, data& result) -+ { - auto release = facts.get(fact::kernel_release); - if (release) { - result.release = release->value(); - } -- -- return result; - } - - tuple operating_system_resolver::parse_distro(string const& name, string const& release) diff --git a/sysutils/facter/files/patch-lib_src_facts_resolvers_zfs__resolver.cc b/sysutils/facter/files/patch-lib_src_facts_resolvers_zfs__resolver.cc deleted file mode 100644 index 232cd75a5cc..00000000000 --- a/sysutils/facter/files/patch-lib_src_facts_resolvers_zfs__resolver.cc +++ /dev/null @@ -1,40 +0,0 @@ ---- lib/src/facts/resolvers/zfs_resolver.cc.orig 2017-07-18 18:49:09 UTC -+++ lib/src/facts/resolvers/zfs_resolver.cc -@@ -18,7 +18,7 @@ namespace facter { namespace facts { nam - "ZFS", - { - fact::zfs_version, -- fact::zfs_featurenumbers -+ fact::zfs_versionnumbers - }) - { - } -@@ -30,8 +30,8 @@ namespace facter { namespace facts { nam - if (!data.version.empty()) { - facts.add(fact::zfs_version, make_value(move(data.version))); - } -- if (!data.features.empty()) { -- facts.add(fact::zfs_featurenumbers, make_value(boost::join(data.features, ","))); -+ if (!data.versions.empty()) { -+ facts.add(fact::zfs_versionnumbers, make_value(boost::join(data.versions, ","))); - } - } - -@@ -48,12 +48,12 @@ namespace facter { namespace facts { nam - return true; - }); - -- // Get the ZFS features -- static boost::regex zfs_feature("\\s*(\\d+)[ ]"); -+ // Get the ZFS versions -+ static boost::regex zfs_supported_version("^\\s*(\\d+)[ ]"); - each_line(zfs_command(), {"upgrade", "-v"}, [&] (string& line) { -- string feature; -- if (re_search(line, zfs_feature, &feature)) { -- result.features.emplace_back(move(feature)); -+ string version; -+ if (re_search(line, zfs_supported_version, &version)) { -+ result.versions.emplace_back(move(version)); - } - return true; - }); diff --git a/sysutils/facter/files/patch-lib_src_facts_resolvers_zpool__resolver.cc b/sysutils/facter/files/patch-lib_src_facts_resolvers_zpool__resolver.cc deleted file mode 100644 index c807ff39619..00000000000 --- a/sysutils/facter/files/patch-lib_src_facts_resolvers_zpool__resolver.cc +++ /dev/null @@ -1,82 +0,0 @@ ---- lib/src/facts/resolvers/zpool_resolver.cc.orig 2017-07-18 18:49:09 UTC -+++ lib/src/facts/resolvers/zpool_resolver.cc -@@ -18,7 +18,8 @@ namespace facter { namespace facts { nam - "ZFS storage pool", - { - fact::zpool_version, -- fact::zpool_featurenumbers, -+ fact::zpool_featureflags, -+ fact::zpool_versionnumbers, - }) - { - } -@@ -30,8 +31,11 @@ namespace facter { namespace facts { nam - if (!data.version.empty()) { - facts.add(fact::zpool_version, make_value(move(data.version))); - } -- if (!data.features.empty()) { -- facts.add(fact::zpool_featurenumbers, make_value(boost::join(data.features, ","))); -+ if (!data.feature_flags.empty()) { -+ facts.add(fact::zpool_featureflags, make_value(boost::join(data.feature_flags, ","))); -+ } -+ if (!data.versions.empty()) { -+ facts.add(fact::zpool_versionnumbers, make_value(boost::join(data.versions, ","))); - } - } - -@@ -39,16 +43,47 @@ namespace facter { namespace facts { nam - { - data result; - -+ enum { UNKNOWN, FEATURES, VERSIONS } state = UNKNOWN; -+ - // Get the zpool version and features -- static boost::regex zpool_version("ZFS pool version (\\d+)[.]"); -- static boost::regex zpool_feature("\\s*(\\d+)[ ]"); -+ static boost::regex zpool_version("^This system is currently running ZFS pool version (\\d+)\\.$"); -+ static boost::regex zpool_feature_flags("^This system supports ZFS pool feature flags\\.$"); -+ -+ static boost::regex zpool_supported_feature_header("^The following features are supported:$"); -+ static boost::regex zpool_supported_versions_header("^The following versions are supported:$"); -+ static boost::regex zpool_supported_legacy_versions_header("^The following legacy versions are also supported:$"); -+ -+ static boost::regex zpool_supported_feature("^([[:alnum:]_]+)(\\s+\\(read-only compatible\\))?$"); -+ static boost::regex zpool_supported_version("^\\s*(\\d+)[ ]"); -+ -+ string feature; - each_line(zpool_command(), {"upgrade", "-v"}, [&] (string& line) { -- if (re_search(line, zpool_version, &result.version)) { -- return true; -- } -- string feature; -- if (re_search(line, zpool_feature, &feature)) { -- result.features.emplace_back(move(feature)); -+ switch (state) { -+ case UNKNOWN: -+ if (re_search(line, zpool_version, &result.version)) { -+ } else if (re_search(line, zpool_feature_flags)) { -+ result.version = "5000"; -+ } else if (re_search(line, zpool_supported_feature_header)) { -+ state = FEATURES; -+ } else if (re_search(line, zpool_supported_versions_header)) { -+ state = VERSIONS; -+ } -+ break; -+ -+ case FEATURES: -+ if (re_search(line, zpool_supported_feature, &feature)) { -+ result.feature_flags.emplace_back(move(feature)); -+ } else if (re_search(line, zpool_supported_legacy_versions_header)) { -+ state = VERSIONS; -+ } -+ break; -+ -+ case VERSIONS: -+ string feature; -+ if (re_search(line, zpool_supported_version, &feature)) { -+ result.versions.emplace_back(move(feature)); -+ } -+ break; - } - return true; - }); diff --git a/sysutils/facter/files/patch-lib_src_util_config_posix_config.cc b/sysutils/facter/files/patch-lib_src_util_config_posix_config.cc new file mode 100644 index 00000000000..b18b05b2514 --- /dev/null +++ b/sysutils/facter/files/patch-lib_src_util_config_posix_config.cc @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- lib/src/util/config/posix/config.cc.orig ++++ lib/src/util/config/posix/config.cc +@@ -7,6 +7,6 @@ + } + + std::string default_config_location() { +- return "/etc/puppetlabs/facter/facter.conf"; ++ return "%%PREFIX%%/etc/facter/facter.conf"; + } + }}} // namespace facter::util::config diff --git a/sysutils/facter/files/patch-lib_tests_facts_resolvers_zfs__resolver.cc b/sysutils/facter/files/patch-lib_tests_facts_resolvers_zfs__resolver.cc deleted file mode 100644 index 9428440d185..00000000000 --- a/sysutils/facter/files/patch-lib_tests_facts_resolvers_zfs__resolver.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- lib/tests/facts/resolvers/zfs_resolver.cc.orig 2017-07-18 18:49:09 UTC -+++ lib/tests/facts/resolvers/zfs_resolver.cc -@@ -37,7 +37,7 @@ struct test_zfs_resolver : zfs_resolver - { - data result; - result.version = "1"; -- result.features = { "1", "2", "3" }; -+ result.versions = { "1", "2", "3" }; - return result; - } - }; -@@ -57,7 +57,7 @@ SCENARIO("using the ZFS resolver") { - auto value = facts.get(fact::zfs_version); - REQUIRE(value); - REQUIRE(value->value() == "1"); -- value = facts.get(fact::zfs_featurenumbers); -+ value = facts.get(fact::zfs_versionnumbers); - REQUIRE(value); - REQUIRE(value->value() == "1,2,3"); - } diff --git a/sysutils/facter/files/patch-lib_tests_facts_resolvers_zpool__resolver.cc b/sysutils/facter/files/patch-lib_tests_facts_resolvers_zpool__resolver.cc deleted file mode 100644 index bd5a0e131ac..00000000000 --- a/sysutils/facter/files/patch-lib_tests_facts_resolvers_zpool__resolver.cc +++ /dev/null @@ -1,31 +0,0 @@ ---- lib/tests/facts/resolvers/zpool_resolver.cc.orig 2017-07-18 18:49:09 UTC -+++ lib/tests/facts/resolvers/zpool_resolver.cc -@@ -37,7 +37,8 @@ struct test_zpool_resolver : zpool_resol - { - data result; - result.version = "1"; -- result.features = { "1", "2", "3" }; -+ result.versions = { "1", "2", "3" }; -+ result.feature_flags = { "async_destroy", "lz4_compress", "enabled_txg" }; - return result; - } - }; -@@ -53,13 +54,16 @@ SCENARIO("using the zpool resolver") { - WHEN("data is present") { - facts.add(make_shared()); - THEN("flat facts are added") { -- REQUIRE(facts.size() == 2u); -+ REQUIRE(facts.size() == 3u); - auto value = facts.get(fact::zpool_version); - REQUIRE(value); - REQUIRE(value->value() == "1"); -- value = facts.get(fact::zpool_featurenumbers); -+ value = facts.get(fact::zpool_versionnumbers); - REQUIRE(value); - REQUIRE(value->value() == "1,2,3"); -+ value = facts.get(fact::zpool_featureflags); -+ REQUIRE(value); -+ REQUIRE(value->value() == "async_destroy,lz4_compress,enabled_txg"); - } - } - } diff --git a/sysutils/facter/files/patch-lib_tests_facts_schema.cc b/sysutils/facter/files/patch-lib_tests_facts_schema.cc deleted file mode 100644 index b0044e13e22..00000000000 --- a/sysutils/facter/files/patch-lib_tests_facts_schema.cc +++ /dev/null @@ -1,21 +0,0 @@ ---- lib/tests/facts/schema.cc.orig 2017-07-18 18:49:09 UTC -+++ lib/tests/facts/schema.cc -@@ -396,7 +396,7 @@ protected: - { - data result; - result.version = 1; -- result.features = { "1", "2", "3" }; -+ result.versions = { "1", "2", "3" }; - return result; - } - }; -@@ -433,7 +433,8 @@ protected: - { - data result; - result.version = 1; -- result.features = { "1", "2", "3" }; -+ result.versions = { "1", "2", "3" }; -+ result.feature_flags = { "async_destroy", "lz4_compress", "enabled_txg" }; - return result; - } - }; diff --git a/sysutils/facter/pkg-plist b/sysutils/facter/pkg-plist index 69ac8cc89a6..90430df4f42 100644 --- a/sysutils/facter/pkg-plist +++ b/sysutils/facter/pkg-plist @@ -1,4 +1,5 @@ bin/facter +include/facter/cwrapper.hpp include/facter/export.h include/facter/facts/array_value.hpp include/facter/facts/collection.hpp diff --git a/sysutils/immortal/Makefile b/sysutils/immortal/Makefile index 8dcc9b317f5..aaff470e6ec 100644 --- a/sysutils/immortal/Makefile +++ b/sysutils/immortal/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= immortal -PORTVERSION= 0.14.0 +PORTVERSION= 0.15.0 CATEGORIES= sysutils MAINTAINER= nbari@tequila.io @@ -13,12 +13,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= go USE_RC_SUBR= immortaldir USE_GITHUB= yes -GH_TUPLE= immortal:logrotate:3691ab5:logrotate/src/github.com/immortal/logrotate \ +GH_TUPLE= immortal:logrotate:8591051:logrotate/src/github.com/immortal/logrotate \ immortal:multiwriter:2555774:multiwriter/src/github.com/immortal/multiwriter \ immortal:natcasesort:69368b7:natcasesort/src/github.com/immortal/natcasesort \ immortal:xtime:fb1aca1:xtime/src/github.com/immortal/xtime \ nbari:violetear:13cb9a6:nbari/src/github.com/nbari/violetear \ - go-yaml:yaml:1be3d31:yaml/src/github.com/go-yaml/yaml + go-yaml:yaml:25c4ec8:yaml/src/github.com/go-yaml/yaml GH_SUBDIR= src/github.com/${PORTNAME}/${PORTNAME} do-build: diff --git a/sysutils/immortal/distinfo b/sysutils/immortal/distinfo index 76b4959d123..24ae6abf018 100644 --- a/sysutils/immortal/distinfo +++ b/sysutils/immortal/distinfo @@ -1,8 +1,8 @@ -TIMESTAMP = 1499947119 -SHA256 (immortal-immortal-0.14.0_GH0.tar.gz) = a280078875cd0c80c723c4e8412bee1a61e694d282b030a44639bf7e86632175 -SIZE (immortal-immortal-0.14.0_GH0.tar.gz) = 33112 -SHA256 (immortal-logrotate-3691ab5_GH0.tar.gz) = 1e9915e41e05e43be206fa5da0ca9646feea36e8433c953fc71d7ebc6d40d8d5 -SIZE (immortal-logrotate-3691ab5_GH0.tar.gz) = 3612 +TIMESTAMP = 1501619151 +SHA256 (immortal-immortal-0.15.0_GH0.tar.gz) = bf0fa8f16f8045211a43f42001ed685959a28427a970f50db79c1a9176603b7b +SIZE (immortal-immortal-0.15.0_GH0.tar.gz) = 32997 +SHA256 (immortal-logrotate-8591051_GH0.tar.gz) = c1b3b669c8dc2def4291b0798a6776b06e03d0543c8181ba09191e9a3cb1b97e +SIZE (immortal-logrotate-8591051_GH0.tar.gz) = 3786 SHA256 (immortal-multiwriter-2555774_GH0.tar.gz) = 0988932d02debf79c7928e307a812027b642da7e5cad8846604577ed56220d57 SIZE (immortal-multiwriter-2555774_GH0.tar.gz) = 3060 SHA256 (immortal-natcasesort-69368b7_GH0.tar.gz) = d05843a6bb7429ebe0e62f34ff3e75fa19327eea810f60d335a345ea9411f9e5 @@ -11,5 +11,5 @@ SHA256 (immortal-xtime-fb1aca1_GH0.tar.gz) = b6d7b321e2feca0ec66d19e4b2feea0be88 SIZE (immortal-xtime-fb1aca1_GH0.tar.gz) = 1104 SHA256 (nbari-violetear-13cb9a6_GH0.tar.gz) = 4b80699dada4bfbe6058fc76ff11b94588a8f736d91ca200c28fa723cc3de8e3 SIZE (nbari-violetear-13cb9a6_GH0.tar.gz) = 16387 -SHA256 (go-yaml-yaml-1be3d31_GH0.tar.gz) = bf9ad5b5cab7650e5ad7f4a6d4ccc583e899e42e28c704330ad3e3b93b56442f -SIZE (go-yaml-yaml-1be3d31_GH0.tar.gz) = 60909 +SHA256 (go-yaml-yaml-25c4ec8_GH0.tar.gz) = dc5116c179734068aab4a7047655051756b75b0b4d92106bd9c9016dd3683e52 +SIZE (go-yaml-yaml-25c4ec8_GH0.tar.gz) = 61310 diff --git a/sysutils/lr/Makefile b/sysutils/lr/Makefile index d4fa09a8aa8..53a388d6185 100644 --- a/sysutils/lr/Makefile +++ b/sysutils/lr/Makefile @@ -5,7 +5,6 @@ PORTNAME= lr PORTVERSION= 0.4 DISTVERSIONPREFIX= v CATEGORIES= sysutils -PKGNAMESUFFIX= files MAINTAINER= tobik@FreeBSD.org COMMENT= List files, recursively @@ -16,8 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= chneukirchen -CONFLICTS_INSTALL= lr-[0-9]* - MAKE_ARGS= CFLAGS="${CFLAGS}" \ MANDIR="${PREFIX}/man" diff --git a/sysutils/mcollective/Makefile b/sysutils/mcollective/Makefile index c21089831f7..d623da78f51 100644 --- a/sysutils/mcollective/Makefile +++ b/sysutils/mcollective/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mcollective -PORTVERSION= 2.11.1 +PORTVERSION= 2.11.2 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/${PORTNAME}/ diff --git a/sysutils/mcollective/distinfo b/sysutils/mcollective/distinfo index 125c3163959..5eccafa7e12 100644 --- a/sysutils/mcollective/distinfo +++ b/sysutils/mcollective/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1500565990 -SHA256 (mcollective-2.11.1.tar.gz) = 24dd0dd006f287decc0a0d99d8b17f08f5b62a93144fd4200af1ccfd77870b23 -SIZE (mcollective-2.11.1.tar.gz) = 888750 +TIMESTAMP = 1503053183 +SHA256 (mcollective-2.11.2.tar.gz) = 255b540dfb6134448549770bd3237d02cfe4d4f9c54b6a73a350da5dd002debb +SIZE (mcollective-2.11.2.tar.gz) = 888722 diff --git a/sysutils/puppet5/Makefile b/sysutils/puppet5/Makefile index 6e402558611..488db82ea6f 100644 --- a/sysutils/puppet5/Makefile +++ b/sysutils/puppet5/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= puppet -PORTVERSION= 5.0.1 +PORTVERSION= 5.1.0 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/puppet/ PKGNAMESUFFIX= 5 diff --git a/sysutils/puppet5/distinfo b/sysutils/puppet5/distinfo index 73d8d882781..6c56830e56b 100644 --- a/sysutils/puppet5/distinfo +++ b/sysutils/puppet5/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1501136893 -SHA256 (puppet-5.0.1.tar.gz) = ff80092c7bfde7198ec2cf776b8d0b8ba1c2c95be927a5cb5edae9f670038c4a -SIZE (puppet-5.0.1.tar.gz) = 2715867 +TIMESTAMP = 1503053153 +SHA256 (puppet-5.1.0.tar.gz) = ceb8059704d2e79c1f9147716b596261e1c6c38da3313a2283def777ecf9193c +SIZE (puppet-5.1.0.tar.gz) = 2734018 diff --git a/sysutils/py-salt/Makefile b/sysutils/py-salt/Makefile index e7aab640254..d2442131053 100644 --- a/sysutils/py-salt/Makefile +++ b/sysutils/py-salt/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= salt -PORTVERSION= 2016.11.6 -PORTREVISION= 1 +PORTVERSION= 2017.7.1 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,33 +13,18 @@ COMMENT= Distributed remote execution and configuration management system LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml \ - ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2 \ - ${PYTHON_PKGNAMEPREFIX}msgpack-python>=0.3:devel/py-msgpack-python \ - ${PYTHON_PKGNAMEPREFIX}libcloud>=0.14.0:net/py-libcloud \ - ${PYTHON_PKGNAMEPREFIX}botocore>0:devel/py-botocore \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2 \ ${PYTHON_PKGNAMEPREFIX}MarkupSafe>0:textproc/py-MarkupSafe \ - ${PYTHON_PKGNAMEPREFIX}requests>=1.0.0:www/py-requests \ - ${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py-enum34 \ - ${PYTHON_PKGNAMEPREFIX}progressbar>0:misc/py-progressbar \ + ${PYTHON_PKGNAMEPREFIX}botocore>0:devel/py-botocore \ ${PYTHON_PKGNAMEPREFIX}futures>=2.0:devel/py-futures \ - ${PYTHON_PKGNAMEPREFIX}tornado>=4.2.1:www/py-tornado + ${PYTHON_PKGNAMEPREFIX}libcloud>=0.14.0:net/py-libcloud \ + ${PYTHON_PKGNAMEPREFIX}msgpack-python>=0.3:devel/py-msgpack-python \ + ${PYTHON_PKGNAMEPREFIX}progressbar>0:misc/py-progressbar \ + ${PYTHON_PKGNAMEPREFIX}requests>=1.0.0:www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}tornado>=4.2.1:www/py-tornado \ + ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml -OPTIONS_DEFINE= ZEROMQ RAET -OPTIONS_DEFAULT= ZEROMQ - -ZEROMQ_DESC= Enable ZeroMQ transport -RAET_DESC= Enable RAET transport - -ZEROMQ_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyzmq>=2.2.0:net/py-pyzmq -ZEROMQ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyzmq>=2.2.0:net/py-pyzmq \ - ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.6.1:security/py-pycrypto - -RAET_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libnacl>=1.0.0:security/py-libnacl \ - ${PYTHON_PKGNAMEPREFIX}ioflo>=1.1.7:devel/py-ioflo \ - ${PYTHON_PKGNAMEPREFIX}raet>=0.6.0:net/py-raet - -USES= cpe python:2 +USES= cpe python:2.7+ CPE_VENDOR= saltstack CPE_PRODUCT= salt USE_PYTHON= autoplist distutils @@ -71,6 +55,30 @@ SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} SUB_FILES= pkg-message +OPTIONS_DEFINE= RAET TCP ZEROMQ +OPTIONS_DEFAULT=ZEROMQ + +RAET_DESC= Install dependencies required for RAET transport +TCP_DESC= Install dependencies required for TCP transport +ZEROMQ_DESC= Install dependencies required for ZeroMQ transport + +RAET_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libnacl>=1.0.0:security/py-libnacl \ + ${PYTHON_PKGNAMEPREFIX}ioflo>=1.1.7:devel/py-ioflo \ + ${PYTHON_PKGNAMEPREFIX}raet>=0.6.0:net/py-raet + +TCP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.6.1:security/py-pycrypto + +ZEROMQ_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyzmq>=2.2.0:net/py-pyzmq +ZEROMQ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyzmq>=2.2.0:net/py-pyzmq \ + ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.6.1:security/py-pycrypto + +.include + +# Python 2.7-3.3 require enum34, unnecessary for Python 3.4+ +.if ${PYTHON_REL} < 3400 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py-enum34 +.endif + post-patch: .for file in conf/minion conf/master doc/man/salt-key.1 \ doc/man/salt-cp.1 doc/man/salt-minion.1 doc/man/salt-syndic.1 \ @@ -89,4 +97,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/conf/master ${STAGEDIR}${ETCDIR}/master.sample ${INSTALL_DATA} ${WRKSRC}/conf/minion ${STAGEDIR}${ETCDIR}/minion.sample -.include +.include diff --git a/sysutils/py-salt/distinfo b/sysutils/py-salt/distinfo index 4563a1e2f09..2344c6820b2 100644 --- a/sysutils/py-salt/distinfo +++ b/sysutils/py-salt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1499072109 -SHA256 (salt-2016.11.6.tar.gz) = 9031af68d31d0416fe3161526ef122a763afc6182bd63fe48b6c4d0a16a0703a -SIZE (salt-2016.11.6.tar.gz) = 9410028 +TIMESTAMP = 1503211965 +SHA256 (salt-2017.7.1.tar.gz) = fe868415d0e1162157186f4c5263e9af902b0571870ad2da210e7edf5ff5331d +SIZE (salt-2017.7.1.tar.gz) = 11408839 diff --git a/sysutils/py-salt/files/patch-salt_modules_freebsdservice.py b/sysutils/py-salt/files/patch-salt_modules_freebsdservice.py new file mode 100644 index 00000000000..d6a019a3c59 --- /dev/null +++ b/sysutils/py-salt/files/patch-salt_modules_freebsdservice.py @@ -0,0 +1,18 @@ +--- salt/modules/freebsdservice.py.orig 2017-08-15 15:26:36 UTC ++++ salt/modules/freebsdservice.py +@@ -16,7 +16,6 @@ import os + + # Import salt libs + import salt.utils +-import salt.utils.decorators as decorators + from salt.exceptions import CommandNotFoundError + + __func_alias__ = { +@@ -39,7 +38,6 @@ def __virtual__(): + return (False, 'The freebsdservice execution module cannot be loaded: only available on FreeBSD systems.') + + +-@decorators.memoize + def _cmd(jail=None): + ''' + Return full path to service command diff --git a/sysutils/py-salt/files/pkg-message.in b/sysutils/py-salt/files/pkg-message.in index c5cd25c792a..4aedb8e3c13 100644 --- a/sysutils/py-salt/files/pkg-message.in +++ b/sysutils/py-salt/files/pkg-message.in @@ -23,5 +23,14 @@ To configure a Salt Proxy Minion, do the following: o sysrc salt_proxy_list="" o Update the salt_proxy_list with the proxy minion name(s) +--------------------------------------------------------------------------------------------------- + +To change the Transport method from the default option of Zeromq to either TCP or RAET: + + o Re-build the port with the desired options enabled to install the correct runtime dependencies + o Ensure the master and minions all have salt installed with these same options and dependencies + o Add the line 'transport: [tcp|raet]' to both the master and minion configuration files + o Restart salt on the master and minions + =================================================================================================== diff --git a/sysutils/signon-ui/Makefile b/sysutils/signon-ui/Makefile index 9db0c954999..7ec761d4cf2 100644 --- a/sysutils/signon-ui/Makefile +++ b/sysutils/signon-ui/Makefile @@ -13,10 +13,10 @@ COMMENT= Component for handling accounts-sso user interactions LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libaccounts-qt5.so:${PORTSDIR}/net-im/libaccounts-qt5 \ - libnotify.so:${PORTSDIR}/devel/libnotify \ - libsignon-qt5.so:${PORTSDIR}/sysutils/signon-qt5 \ - libproxy.so:${PORTSDIR}/net/libproxy +LIB_DEPENDS= libaccounts-qt5.so:net-im/libaccounts-qt5 \ + libnotify.so:devel/libnotify \ + libsignon-qt5.so:sysutils/signon-qt5 \ + libproxy.so:net/libproxy USES= pkgconfig python qmake tar:bz2 USE_QT5= buildtools_build qmake_build webkit widgets diff --git a/sysutils/timemon/Makefile b/sysutils/timemon/Makefile index 988a55d8407..73d8ef76d70 100644 --- a/sysutils/timemon/Makefile +++ b/sysutils/timemon/Makefile @@ -3,6 +3,7 @@ PORTNAME= timemon PORTVERSION= 4.2 +PORTREVISION= 1 CATEGORIES= sysutils gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= TimeMon-${PORTVERSION} diff --git a/textproc/Makefile b/textproc/Makefile index 4a47034e2a9..5899370296b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -377,6 +377,7 @@ SUBDIR += kibana43 SUBDIR += kibana44 SUBDIR += kibana45 + SUBDIR += kibana46 SUBDIR += kibana5 SUBDIR += kibana5-search-guard SUBDIR += kibana5-x-pack diff --git a/textproc/duncan/Makefile b/textproc/duncan/Makefile index bb5be58d704..0ce15f4dacb 100644 --- a/textproc/duncan/Makefile +++ b/textproc/duncan/Makefile @@ -3,6 +3,7 @@ PORTNAME= duncan PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= textproc gnustep MASTER_SITES= http://www.eskimo.com/~pburns/Dictionaries/files/ DISTNAME= Duncan-${PORTVERSION} diff --git a/textproc/easydiff/Makefile b/textproc/easydiff/Makefile index b4b5dadb38b..5a0fa92d578 100644 --- a/textproc/easydiff/Makefile +++ b/textproc/easydiff/Makefile @@ -2,7 +2,7 @@ PORTNAME= easydiff PORTVERSION= 0.4.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc gnustep MASTER_SITES= GNUSTEP/usr-apps DISTNAME= EasyDiff-${PORTVERSION} diff --git a/textproc/kibana45/Makefile b/textproc/kibana45/Makefile index 4c977dead3e..f9830fc7d25 100644 --- a/textproc/kibana45/Makefile +++ b/textproc/kibana45/Makefile @@ -14,7 +14,7 @@ COMMENT= Browser based analytics and search interface to ElasticSearch LICENSE= APACHE20 -RUN_DEPENDS= node4>=4.3.2:www/node4 +RUN_DEPENDS?= node4>=4.3.2:www/node4 NO_BUILD= yes NO_ARCH= yes diff --git a/textproc/kibana46/Makefile b/textproc/kibana46/Makefile new file mode 100644 index 00000000000..21beb1e5875 --- /dev/null +++ b/textproc/kibana46/Makefile @@ -0,0 +1,12 @@ +# Created by: Sergey Kozlov +# $FreeBSD$ + +PORTVERSION= 4.6.4 +PKGNAMESUFFIX= 46 +MASTERDIR= ${.CURDIR}/../kibana45 +PKGDIR= ${.CURDIR} +DISTINFO_FILE= ${.CURDIR}/distinfo + +RUN_DEPENDS= node6>=v6.9.0:www/node6 + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/kibana46/distinfo b/textproc/kibana46/distinfo new file mode 100644 index 00000000000..35fc4910429 --- /dev/null +++ b/textproc/kibana46/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1484696179 +SHA256 (kibana-4.6.4-linux-x86.tar.gz) = 4c221ff74ae85218df86b0049154d5470217e1491292ed830f749046f76b3ab7 +SIZE (kibana-4.6.4-linux-x86.tar.gz) = 35102428 diff --git a/textproc/kibana46/pkg-descr b/textproc/kibana46/pkg-descr new file mode 100644 index 00000000000..ff08ac4cd7e --- /dev/null +++ b/textproc/kibana46/pkg-descr @@ -0,0 +1,8 @@ +Kibana is an open source (Apache Licensed), browser based analytics and search +dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana +strives to be easy to get started with, while also being flexible and powerful, +just like Elasticsearch. + +Kibana 4.6 is compatible with Elasticsearch 2.4.x. + +WWW: https://www.elastic.co/products/kibana diff --git a/textproc/kibana46/pkg-plist b/textproc/kibana46/pkg-plist new file mode 100644 index 00000000000..d09fa607816 --- /dev/null +++ b/textproc/kibana46/pkg-plist @@ -0,0 +1,12806 @@ +@preunexec rm -rf %D/%%WWWDIR%%/optimize/* 2>&1 >/dev/null || true +@sample etc/kibana.yml.sample +%%WWWDIR%%/LICENSE.txt +%%WWWDIR%%/README.txt +%%WWWDIR%%/node_modules/.bin/acorn +%%WWWDIR%%/node_modules/.bin/babel +%%WWWDIR%%/node_modules/.bin/babel-external-helpers +%%WWWDIR%%/node_modules/.bin/babel-node +%%WWWDIR%%/node_modules/.bin/babel-plugin +%%WWWDIR%%/node_modules/.bin/browserslist +%%WWWDIR%%/node_modules/.bin/bunyan +%%WWWDIR%%/node_modules/.bin/cleancss +%%WWWDIR%%/node_modules/.bin/commonize +%%WWWDIR%%/node_modules/.bin/cssesc +%%WWWDIR%%/node_modules/.bin/cssnano +%%WWWDIR%%/node_modules/.bin/decompress-zip +%%WWWDIR%%/node_modules/.bin/defs +%%WWWDIR%%/node_modules/.bin/detect-indent +%%WWWDIR%%/node_modules/.bin/errno +%%WWWDIR%%/node_modules/.bin/esparse +%%WWWDIR%%/node_modules/.bin/esvalidate +%%WWWDIR%%/node_modules/.bin/har-validator +%%WWWDIR%%/node_modules/.bin/jade +%%WWWDIR%%/node_modules/.bin/js-yaml +%%WWWDIR%%/node_modules/.bin/jsesc +%%WWWDIR%%/node_modules/.bin/json5 +%%WWWDIR%%/node_modules/.bin/lessc +%%WWWDIR%%/node_modules/.bin/leven +%%WWWDIR%%/node_modules/.bin/marked +%%WWWDIR%%/node_modules/.bin/mkdirp +%%WWWDIR%%/node_modules/.bin/ncp +%%WWWDIR%%/node_modules/.bin/nopt +%%WWWDIR%%/node_modules/.bin/regenerator +%%WWWDIR%%/node_modules/.bin/regexpu +%%WWWDIR%%/node_modules/.bin/regjsparser +%%WWWDIR%%/node_modules/.bin/repeating +%%WWWDIR%%/node_modules/.bin/rimraf +%%WWWDIR%%/node_modules/.bin/semver +%%WWWDIR%%/node_modules/.bin/sha.js +%%WWWDIR%%/node_modules/.bin/uglifyjs +%%WWWDIR%%/node_modules/.bin/user-home +%%WWWDIR%%/node_modules/.bin/uuid +%%WWWDIR%%/node_modules/.bin/webpack +%%WWWDIR%%/node_modules/.bin/window-size +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/README.md +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/bin/decompress-zip +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/lib/decompress-zip.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/lib/extractors.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/lib/file-details.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/lib/signatures.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/lib/structures.js +%%WWWDIR%%/node_modules/@bigfunger/decompress-zip/package.json +%%WWWDIR%%/node_modules/@spalger/angular-bootstrap/package.json +%%WWWDIR%%/node_modules/@spalger/angular-bootstrap/ui-bootstrap-tpls.js +%%WWWDIR%%/node_modules/@spalger/angular-bootstrap/ui-bootstrap-tpls.min.js +%%WWWDIR%%/node_modules/@spalger/angular-bootstrap/ui-bootstrap.js +%%WWWDIR%%/node_modules/@spalger/angular-bootstrap/ui-bootstrap.min.js +%%WWWDIR%%/node_modules/@spalger/filesaver/LICENSE.md +%%WWWDIR%%/node_modules/@spalger/filesaver/README.md +%%WWWDIR%%/node_modules/@spalger/filesaver/file-saver.js +%%WWWDIR%%/node_modules/@spalger/filesaver/package.json +%%WWWDIR%%/node_modules/@spalger/leaflet-draw/.gitattributes +%%WWWDIR%%/node_modules/@spalger/leaflet-draw/.npmignore +%%WWWDIR%%/node_modules/@spalger/leaflet-draw/CHANGELOG.md +%%WWWDIR%%/node_modules/@spalger/leaflet-draw/MIT-LICENCE.txt +%%WWWDIR%%/node_modules/@spalger/leaflet-draw/README.md +%%WWWDIR%%/node_modules/@spalger/leaflet-draw/dist/images/spritesheet-2x.png +%%WWWDIR%%/node_modules/@spalger/leaflet-draw/dist/images/spritesheet.png +%%WWWDIR%%/node_modules/@spalger/leaflet-draw/dist/leaflet.draw-src.js +%%WWWDIR%%/node_modules/@spalger/leaflet-draw/dist/leaflet.draw.css +%%WWWDIR%%/node_modules/@spalger/leaflet-draw/dist/leaflet.draw.js +%%WWWDIR%%/node_modules/@spalger/leaflet-draw/package.json +%%WWWDIR%%/node_modules/@spalger/leaflet-heat/.npmignore +%%WWWDIR%%/node_modules/@spalger/leaflet-heat/LICENSE +%%WWWDIR%%/node_modules/@spalger/leaflet-heat/README.md +%%WWWDIR%%/node_modules/@spalger/leaflet-heat/dist/leaflet-heat.js +%%WWWDIR%%/node_modules/@spalger/leaflet-heat/package.json +%%WWWDIR%%/node_modules/@spalger/numeral/.npmignore +%%WWWDIR%%/node_modules/@spalger/numeral/.travis.yml +%%WWWDIR%%/node_modules/@spalger/numeral/Gruntfile.js +%%WWWDIR%%/node_modules/@spalger/numeral/LICENSE +%%WWWDIR%%/node_modules/@spalger/numeral/README.md +%%WWWDIR%%/node_modules/@spalger/numeral/languages.js +%%WWWDIR%%/node_modules/@spalger/numeral/languages/be-nl.js +%%WWWDIR%%/node_modules/@spalger/numeral/languages/chs.js +%%WWWDIR%%/node_modules/@spalger/numeral/languages/cs.js +%%WWWDIR%%/node_modules/@spalger/numeral/languages/da-dk.js +%%WWWDIR%%/node_modules/@spalger/numeral/languages/de-ch.js +%%WWWDIR%%/node_modules/@spalger/numeral/languages/de.js +%%WWWDIR%%/node_modules/@spalger/numeral/languages/en-gb.js +%%WWWDIR%%/node_modules/@spalger/numeral/languages/es-ES.js +%%WWWDIR%%/node_modules/@spalger/numeral/languages/es.js +%%WWWDIR%%/node_modules/@spalger/numeral/languages/et.js +%%WWWDIR%%/node_modules/@spalger/numeral/languages/fi.js +%%WWWDIR%%/node_modules/@spalger/numeral/languages/fr-CA.js +%%WWWDIR%%/node_modules/@spalger/numeral/languages/fr-ch.js +%%WWWDIR%%/node_modules/@spalger/numeral/languages/fr.js +%%WWWDIR%%/node_modules/@spalger/numeral/languages/hu.js +%%WWWDIR%%/node_modules/@spalger/numeral/languages/it.js +%%WWWDIR%%/node_modules/@spalger/numeral/languages/ja.js +%%WWWDIR%%/node_modules/@spalger/numeral/languages/nl-nl.js +%%WWWDIR%%/node_modules/@spalger/numeral/languages/pl.js +%%WWWDIR%%/node_modules/@spalger/numeral/languages/pt-br.js +%%WWWDIR%%/node_modules/@spalger/numeral/languages/pt-pt.js +%%WWWDIR%%/node_modules/@spalger/numeral/languages/ru-UA.js +%%WWWDIR%%/node_modules/@spalger/numeral/languages/ru.js +%%WWWDIR%%/node_modules/@spalger/numeral/languages/sk.js +%%WWWDIR%%/node_modules/@spalger/numeral/languages/th.js +%%WWWDIR%%/node_modules/@spalger/numeral/languages/tr.js +%%WWWDIR%%/node_modules/@spalger/numeral/languages/uk-UA.js +%%WWWDIR%%/node_modules/@spalger/numeral/numeral.js +%%WWWDIR%%/node_modules/@spalger/numeral/package.json +%%WWWDIR%%/node_modules/@spalger/test-subj-selector/.npmignore +%%WWWDIR%%/node_modules/@spalger/test-subj-selector/README.md +%%WWWDIR%%/node_modules/@spalger/test-subj-selector/index.js +%%WWWDIR%%/node_modules/@spalger/test-subj-selector/package.json +%%WWWDIR%%/node_modules/@spalger/ui-ace/.travis.yml +%%WWWDIR%%/node_modules/@spalger/ui-ace/CHANGELOG.md +%%WWWDIR%%/node_modules/@spalger/ui-ace/bower.json +%%WWWDIR%%/node_modules/@spalger/ui-ace/package.json +%%WWWDIR%%/node_modules/@spalger/ui-ace/ui-ace.js +%%WWWDIR%%/node_modules/@spalger/ui-ace/ui-ace.min.js +%%WWWDIR%%/node_modules/Base64/.npmignore +%%WWWDIR%%/node_modules/Base64/.travis.yml +%%WWWDIR%%/node_modules/Base64/LICENSE +%%WWWDIR%%/node_modules/Base64/Makefile +%%WWWDIR%%/node_modules/Base64/README.md +%%WWWDIR%%/node_modules/Base64/base64.js +%%WWWDIR%%/node_modules/Base64/base64.min.js +%%WWWDIR%%/node_modules/Base64/package.json +%%WWWDIR%%/node_modules/abbrev/LICENSE +%%WWWDIR%%/node_modules/abbrev/README.md +%%WWWDIR%%/node_modules/abbrev/abbrev.js +%%WWWDIR%%/node_modules/abbrev/package.json +%%WWWDIR%%/node_modules/accept/.npmignore +%%WWWDIR%%/node_modules/accept/LICENSE +%%WWWDIR%%/node_modules/accept/README.md +%%WWWDIR%%/node_modules/accept/lib/charset.js +%%WWWDIR%%/node_modules/accept/lib/encoding.js +%%WWWDIR%%/node_modules/accept/lib/index.js +%%WWWDIR%%/node_modules/accept/lib/language.js +%%WWWDIR%%/node_modules/accept/lib/mediatype.js +%%WWWDIR%%/node_modules/accept/node_modules/boom/LICENSE +%%WWWDIR%%/node_modules/accept/node_modules/boom/README.md +%%WWWDIR%%/node_modules/accept/node_modules/boom/lib/index.js +%%WWWDIR%%/node_modules/accept/node_modules/boom/package.json +%%WWWDIR%%/node_modules/accept/node_modules/hoek/.npmignore +%%WWWDIR%%/node_modules/accept/node_modules/hoek/LICENSE +%%WWWDIR%%/node_modules/accept/node_modules/hoek/README.md +%%WWWDIR%%/node_modules/accept/node_modules/hoek/lib/escape.js +%%WWWDIR%%/node_modules/accept/node_modules/hoek/lib/index.js +%%WWWDIR%%/node_modules/accept/node_modules/hoek/package.json +%%WWWDIR%%/node_modules/accept/package.json +%%WWWDIR%%/node_modules/acorn-globals/LICENSE +%%WWWDIR%%/node_modules/acorn-globals/README.md +%%WWWDIR%%/node_modules/acorn-globals/index.js +%%WWWDIR%%/node_modules/acorn-globals/node_modules/.bin/acorn +%%WWWDIR%%/node_modules/acorn-globals/node_modules/acorn/.editorconfig +%%WWWDIR%%/node_modules/acorn-globals/node_modules/acorn/.gitattributes +%%WWWDIR%%/node_modules/acorn-globals/node_modules/acorn/.npmignore +%%WWWDIR%%/node_modules/acorn-globals/node_modules/acorn/.tern-project +%%WWWDIR%%/node_modules/acorn-globals/node_modules/acorn/.travis.yml +%%WWWDIR%%/node_modules/acorn-globals/node_modules/acorn/AUTHORS +%%WWWDIR%%/node_modules/acorn-globals/node_modules/acorn/LICENSE +%%WWWDIR%%/node_modules/acorn-globals/node_modules/acorn/README.md +%%WWWDIR%%/node_modules/acorn-globals/node_modules/acorn/bin/acorn +%%WWWDIR%%/node_modules/acorn-globals/node_modules/acorn/bin/build-acorn.js +%%WWWDIR%%/node_modules/acorn-globals/node_modules/acorn/bin/generate-identifier-regex.js +%%WWWDIR%%/node_modules/acorn-globals/node_modules/acorn/bin/update_authors.sh +%%WWWDIR%%/node_modules/acorn-globals/node_modules/acorn/dist/.keep +%%WWWDIR%%/node_modules/acorn-globals/node_modules/acorn/dist/acorn.js +%%WWWDIR%%/node_modules/acorn-globals/node_modules/acorn/dist/acorn_loose.js +%%WWWDIR%%/node_modules/acorn-globals/node_modules/acorn/dist/walk.js +%%WWWDIR%%/node_modules/acorn-globals/node_modules/acorn/package.json +%%WWWDIR%%/node_modules/acorn-globals/node_modules/acorn/src/bin/acorn.js +%%WWWDIR%%/node_modules/acorn-globals/node_modules/acorn/src/expression.js +%%WWWDIR%%/node_modules/acorn-globals/node_modules/acorn/src/identifier.js +%%WWWDIR%%/node_modules/acorn-globals/node_modules/acorn/src/index.js +%%WWWDIR%%/node_modules/acorn-globals/node_modules/acorn/src/location.js +%%WWWDIR%%/node_modules/acorn-globals/node_modules/acorn/src/locutil.js +%%WWWDIR%%/node_modules/acorn-globals/node_modules/acorn/src/loose/acorn_loose.js +%%WWWDIR%%/node_modules/acorn-globals/node_modules/acorn/src/loose/expression.js +%%WWWDIR%%/node_modules/acorn-globals/node_modules/acorn/src/loose/index.js +%%WWWDIR%%/node_modules/acorn-globals/node_modules/acorn/src/loose/parseutil.js +%%WWWDIR%%/node_modules/acorn-globals/node_modules/acorn/src/loose/state.js +%%WWWDIR%%/node_modules/acorn-globals/node_modules/acorn/src/loose/statement.js +%%WWWDIR%%/node_modules/acorn-globals/node_modules/acorn/src/loose/tokenize.js +%%WWWDIR%%/node_modules/acorn-globals/node_modules/acorn/src/lval.js +%%WWWDIR%%/node_modules/acorn-globals/node_modules/acorn/src/node.js +%%WWWDIR%%/node_modules/acorn-globals/node_modules/acorn/src/options.js +%%WWWDIR%%/node_modules/acorn-globals/node_modules/acorn/src/parseutil.js +%%WWWDIR%%/node_modules/acorn-globals/node_modules/acorn/src/state.js +%%WWWDIR%%/node_modules/acorn-globals/node_modules/acorn/src/statement.js +%%WWWDIR%%/node_modules/acorn-globals/node_modules/acorn/src/tokencontext.js +%%WWWDIR%%/node_modules/acorn-globals/node_modules/acorn/src/tokenize.js +%%WWWDIR%%/node_modules/acorn-globals/node_modules/acorn/src/tokentype.js +%%WWWDIR%%/node_modules/acorn-globals/node_modules/acorn/src/util.js +%%WWWDIR%%/node_modules/acorn-globals/node_modules/acorn/src/walk/index.js +%%WWWDIR%%/node_modules/acorn-globals/node_modules/acorn/src/whitespace.js +%%WWWDIR%%/node_modules/acorn-globals/package.json +%%WWWDIR%%/node_modules/acorn/.editorconfig +%%WWWDIR%%/node_modules/acorn/.gitattributes +%%WWWDIR%%/node_modules/acorn/.npmignore +%%WWWDIR%%/node_modules/acorn/.tern-project +%%WWWDIR%%/node_modules/acorn/.travis.yml +%%WWWDIR%%/node_modules/acorn/AUTHORS +%%WWWDIR%%/node_modules/acorn/CHANGELOG.md +%%WWWDIR%%/node_modules/acorn/LICENSE +%%WWWDIR%%/node_modules/acorn/README.md +%%WWWDIR%%/node_modules/acorn/bin/acorn +%%WWWDIR%%/node_modules/acorn/bin/generate-identifier-regex.js +%%WWWDIR%%/node_modules/acorn/bin/update_authors.sh +%%WWWDIR%%/node_modules/acorn/dist/.keep +%%WWWDIR%%/node_modules/acorn/dist/acorn.es.js +%%WWWDIR%%/node_modules/acorn/dist/acorn.js +%%WWWDIR%%/node_modules/acorn/dist/acorn_loose.es.js +%%WWWDIR%%/node_modules/acorn/dist/acorn_loose.js +%%WWWDIR%%/node_modules/acorn/dist/walk.es.js +%%WWWDIR%%/node_modules/acorn/dist/walk.js +%%WWWDIR%%/node_modules/acorn/package.json +%%WWWDIR%%/node_modules/acorn/rollup/config.bin.js +%%WWWDIR%%/node_modules/acorn/rollup/config.loose.js +%%WWWDIR%%/node_modules/acorn/rollup/config.main.js +%%WWWDIR%%/node_modules/acorn/rollup/config.walk.js +%%WWWDIR%%/node_modules/acorn/src/bin/acorn.js +%%WWWDIR%%/node_modules/acorn/src/expression.js +%%WWWDIR%%/node_modules/acorn/src/identifier.js +%%WWWDIR%%/node_modules/acorn/src/index.js +%%WWWDIR%%/node_modules/acorn/src/location.js +%%WWWDIR%%/node_modules/acorn/src/locutil.js +%%WWWDIR%%/node_modules/acorn/src/loose/expression.js +%%WWWDIR%%/node_modules/acorn/src/loose/index.js +%%WWWDIR%%/node_modules/acorn/src/loose/parseutil.js +%%WWWDIR%%/node_modules/acorn/src/loose/state.js +%%WWWDIR%%/node_modules/acorn/src/loose/statement.js +%%WWWDIR%%/node_modules/acorn/src/loose/tokenize.js +%%WWWDIR%%/node_modules/acorn/src/lval.js +%%WWWDIR%%/node_modules/acorn/src/node.js +%%WWWDIR%%/node_modules/acorn/src/options.js +%%WWWDIR%%/node_modules/acorn/src/parseutil.js +%%WWWDIR%%/node_modules/acorn/src/state.js +%%WWWDIR%%/node_modules/acorn/src/statement.js +%%WWWDIR%%/node_modules/acorn/src/tokencontext.js +%%WWWDIR%%/node_modules/acorn/src/tokenize.js +%%WWWDIR%%/node_modules/acorn/src/tokentype.js +%%WWWDIR%%/node_modules/acorn/src/util.js +%%WWWDIR%%/node_modules/acorn/src/walk/index.js +%%WWWDIR%%/node_modules/acorn/src/whitespace.js +%%WWWDIR%%/node_modules/align-text/LICENSE +%%WWWDIR%%/node_modules/align-text/README.md +%%WWWDIR%%/node_modules/align-text/index.js +%%WWWDIR%%/node_modules/align-text/package.json +%%WWWDIR%%/node_modules/alter/LICENSE +%%WWWDIR%%/node_modules/alter/README.md +%%WWWDIR%%/node_modules/alter/alter.js +%%WWWDIR%%/node_modules/alter/package.json +%%WWWDIR%%/node_modules/amdefine/LICENSE +%%WWWDIR%%/node_modules/amdefine/README.md +%%WWWDIR%%/node_modules/amdefine/amdefine.js +%%WWWDIR%%/node_modules/amdefine/intercept.js +%%WWWDIR%%/node_modules/amdefine/package.json +%%WWWDIR%%/node_modules/ammo/.npmignore +%%WWWDIR%%/node_modules/ammo/LICENSE +%%WWWDIR%%/node_modules/ammo/README.md +%%WWWDIR%%/node_modules/ammo/lib/index.js +%%WWWDIR%%/node_modules/ammo/node_modules/boom/LICENSE +%%WWWDIR%%/node_modules/ammo/node_modules/boom/README.md +%%WWWDIR%%/node_modules/ammo/node_modules/boom/lib/index.js +%%WWWDIR%%/node_modules/ammo/node_modules/boom/package.json +%%WWWDIR%%/node_modules/ammo/node_modules/hoek/.npmignore +%%WWWDIR%%/node_modules/ammo/node_modules/hoek/LICENSE +%%WWWDIR%%/node_modules/ammo/node_modules/hoek/README.md +%%WWWDIR%%/node_modules/ammo/node_modules/hoek/lib/escape.js +%%WWWDIR%%/node_modules/ammo/node_modules/hoek/lib/index.js +%%WWWDIR%%/node_modules/ammo/node_modules/hoek/package.json +%%WWWDIR%%/node_modules/ammo/package.json +%%WWWDIR%%/node_modules/angular-bootstrap-colorpicker/.jshintrc +%%WWWDIR%%/node_modules/angular-bootstrap-colorpicker/.npmignore +%%WWWDIR%%/node_modules/angular-bootstrap-colorpicker/.travis.yml +%%WWWDIR%%/node_modules/angular-bootstrap-colorpicker/CHANGELOG.md +%%WWWDIR%%/node_modules/angular-bootstrap-colorpicker/MIT-LICENSE.txt +%%WWWDIR%%/node_modules/angular-bootstrap-colorpicker/README.md +%%WWWDIR%%/node_modules/angular-bootstrap-colorpicker/bower.json +%%WWWDIR%%/node_modules/angular-bootstrap-colorpicker/css/colorpicker.css +%%WWWDIR%%/node_modules/angular-bootstrap-colorpicker/css/colorpicker.min.css +%%WWWDIR%%/node_modules/angular-bootstrap-colorpicker/gulpfile.js +%%WWWDIR%%/node_modules/angular-bootstrap-colorpicker/img/alpha.png +%%WWWDIR%%/node_modules/angular-bootstrap-colorpicker/img/hue.png +%%WWWDIR%%/node_modules/angular-bootstrap-colorpicker/img/saturation.png +%%WWWDIR%%/node_modules/angular-bootstrap-colorpicker/js/bootstrap-colorpicker-module.js +%%WWWDIR%%/node_modules/angular-bootstrap-colorpicker/js/bootstrap-colorpicker-module.min.js +%%WWWDIR%%/node_modules/angular-bootstrap-colorpicker/less/colorpicker.less +%%WWWDIR%%/node_modules/angular-bootstrap-colorpicker/package.json +%%WWWDIR%%/node_modules/angular-elastic/LICENCE.txt +%%WWWDIR%%/node_modules/angular-elastic/README.md +%%WWWDIR%%/node_modules/angular-elastic/elastic.js +%%WWWDIR%%/node_modules/angular-elastic/package.json +%%WWWDIR%%/node_modules/angular-route/README.md +%%WWWDIR%%/node_modules/angular-route/angular-route.js +%%WWWDIR%%/node_modules/angular-route/angular-route.min.js +%%WWWDIR%%/node_modules/angular-route/angular-route.min.js.map +%%WWWDIR%%/node_modules/angular-route/bower.json +%%WWWDIR%%/node_modules/angular-route/index.js +%%WWWDIR%%/node_modules/angular-route/package.json +%%WWWDIR%%/node_modules/angular-sanitize/LICENSE.md +%%WWWDIR%%/node_modules/angular-sanitize/README.md +%%WWWDIR%%/node_modules/angular-sanitize/angular-sanitize.js +%%WWWDIR%%/node_modules/angular-sanitize/angular-sanitize.min.js +%%WWWDIR%%/node_modules/angular-sanitize/angular-sanitize.min.js.map +%%WWWDIR%%/node_modules/angular-sanitize/bower.json +%%WWWDIR%%/node_modules/angular-sanitize/index.js +%%WWWDIR%%/node_modules/angular-sanitize/package.json +%%WWWDIR%%/node_modules/angular/README.md +%%WWWDIR%%/node_modules/angular/angular-csp.css +%%WWWDIR%%/node_modules/angular/angular.js +%%WWWDIR%%/node_modules/angular/angular.min.js +%%WWWDIR%%/node_modules/angular/angular.min.js.gzip +%%WWWDIR%%/node_modules/angular/angular.min.js.map +%%WWWDIR%%/node_modules/angular/bower.json +%%WWWDIR%%/node_modules/angular/index.js +%%WWWDIR%%/node_modules/angular/package.json +%%WWWDIR%%/node_modules/ansi-regex/index.js +%%WWWDIR%%/node_modules/ansi-regex/license +%%WWWDIR%%/node_modules/ansi-regex/package.json +%%WWWDIR%%/node_modules/ansi-regex/readme.md +%%WWWDIR%%/node_modules/ansi-styles/index.js +%%WWWDIR%%/node_modules/ansi-styles/license +%%WWWDIR%%/node_modules/ansi-styles/package.json +%%WWWDIR%%/node_modules/ansi-styles/readme.md +%%WWWDIR%%/node_modules/ansicolors/LICENSE +%%WWWDIR%%/node_modules/ansicolors/README.md +%%WWWDIR%%/node_modules/ansicolors/ansicolors.js +%%WWWDIR%%/node_modules/ansicolors/package.json +%%WWWDIR%%/node_modules/anymatch/LICENSE +%%WWWDIR%%/node_modules/anymatch/README.md +%%WWWDIR%%/node_modules/anymatch/index.js +%%WWWDIR%%/node_modules/anymatch/package.json +%%WWWDIR%%/node_modules/argparse/CHANGELOG.md +%%WWWDIR%%/node_modules/argparse/LICENSE +%%WWWDIR%%/node_modules/argparse/README.md +%%WWWDIR%%/node_modules/argparse/index.js +%%WWWDIR%%/node_modules/argparse/lib/action.js +%%WWWDIR%%/node_modules/argparse/lib/action/append.js +%%WWWDIR%%/node_modules/argparse/lib/action/append/constant.js +%%WWWDIR%%/node_modules/argparse/lib/action/count.js +%%WWWDIR%%/node_modules/argparse/lib/action/help.js +%%WWWDIR%%/node_modules/argparse/lib/action/store.js +%%WWWDIR%%/node_modules/argparse/lib/action/store/constant.js +%%WWWDIR%%/node_modules/argparse/lib/action/store/false.js +%%WWWDIR%%/node_modules/argparse/lib/action/store/true.js +%%WWWDIR%%/node_modules/argparse/lib/action/subparsers.js +%%WWWDIR%%/node_modules/argparse/lib/action/version.js +%%WWWDIR%%/node_modules/argparse/lib/action_container.js +%%WWWDIR%%/node_modules/argparse/lib/argparse.js +%%WWWDIR%%/node_modules/argparse/lib/argument/error.js +%%WWWDIR%%/node_modules/argparse/lib/argument/exclusive.js +%%WWWDIR%%/node_modules/argparse/lib/argument/group.js +%%WWWDIR%%/node_modules/argparse/lib/argument_parser.js +%%WWWDIR%%/node_modules/argparse/lib/const.js +%%WWWDIR%%/node_modules/argparse/lib/help/added_formatters.js +%%WWWDIR%%/node_modules/argparse/lib/help/formatter.js +%%WWWDIR%%/node_modules/argparse/lib/namespace.js +%%WWWDIR%%/node_modules/argparse/lib/utils.js +%%WWWDIR%%/node_modules/argparse/package.json +%%WWWDIR%%/node_modules/arr-diff/LICENSE +%%WWWDIR%%/node_modules/arr-diff/README.md +%%WWWDIR%%/node_modules/arr-diff/index.js +%%WWWDIR%%/node_modules/arr-diff/package.json +%%WWWDIR%%/node_modules/arr-flatten/LICENSE +%%WWWDIR%%/node_modules/arr-flatten/README.md +%%WWWDIR%%/node_modules/arr-flatten/index.js +%%WWWDIR%%/node_modules/arr-flatten/package.json +%%WWWDIR%%/node_modules/array-unique/LICENSE +%%WWWDIR%%/node_modules/array-unique/README.md +%%WWWDIR%%/node_modules/array-unique/index.js +%%WWWDIR%%/node_modules/array-unique/package.json +%%WWWDIR%%/node_modules/arrify/index.js +%%WWWDIR%%/node_modules/arrify/license +%%WWWDIR%%/node_modules/arrify/package.json +%%WWWDIR%%/node_modules/arrify/readme.md +%%WWWDIR%%/node_modules/asap/LICENSE.md +%%WWWDIR%%/node_modules/asap/README.md +%%WWWDIR%%/node_modules/asap/asap.js +%%WWWDIR%%/node_modules/asap/package.json +%%WWWDIR%%/node_modules/asn1/.npmignore +%%WWWDIR%%/node_modules/asn1/LICENSE +%%WWWDIR%%/node_modules/asn1/README.md +%%WWWDIR%%/node_modules/asn1/lib/ber/errors.js +%%WWWDIR%%/node_modules/asn1/lib/ber/index.js +%%WWWDIR%%/node_modules/asn1/lib/ber/reader.js +%%WWWDIR%%/node_modules/asn1/lib/ber/types.js +%%WWWDIR%%/node_modules/asn1/lib/ber/writer.js +%%WWWDIR%%/node_modules/asn1/lib/index.js +%%WWWDIR%%/node_modules/asn1/package.json +%%WWWDIR%%/node_modules/asn1/tst/ber/reader.test.js +%%WWWDIR%%/node_modules/asn1/tst/ber/writer.test.js +%%WWWDIR%%/node_modules/assert-plus/README.md +%%WWWDIR%%/node_modules/assert-plus/assert.js +%%WWWDIR%%/node_modules/assert-plus/package.json +%%WWWDIR%%/node_modules/assert/.npmignore +%%WWWDIR%%/node_modules/assert/.travis.yml +%%WWWDIR%%/node_modules/assert/.zuul.yml +%%WWWDIR%%/node_modules/assert/LICENSE +%%WWWDIR%%/node_modules/assert/README.md +%%WWWDIR%%/node_modules/assert/assert.js +%%WWWDIR%%/node_modules/assert/package.json +%%WWWDIR%%/node_modules/assert/test.js +%%WWWDIR%%/node_modules/ast-traverse/LICENSE +%%WWWDIR%%/node_modules/ast-traverse/README.md +%%WWWDIR%%/node_modules/ast-traverse/ast-traverse.js +%%WWWDIR%%/node_modules/ast-traverse/package.json +%%WWWDIR%%/node_modules/ast-traverse/tst/tst-ast.json +%%WWWDIR%%/node_modules/ast-traverse/tst/tst.js +%%WWWDIR%%/node_modules/ast-types/.npmignore +%%WWWDIR%%/node_modules/ast-types/.travis.yml +%%WWWDIR%%/node_modules/ast-types/LICENSE +%%WWWDIR%%/node_modules/ast-types/README.md +%%WWWDIR%%/node_modules/ast-types/def/babel.js +%%WWWDIR%%/node_modules/ast-types/def/babel6.js +%%WWWDIR%%/node_modules/ast-types/def/core.js +%%WWWDIR%%/node_modules/ast-types/def/e4x.js +%%WWWDIR%%/node_modules/ast-types/def/es6.js +%%WWWDIR%%/node_modules/ast-types/def/es7.js +%%WWWDIR%%/node_modules/ast-types/def/esprima.js +%%WWWDIR%%/node_modules/ast-types/def/flow.js +%%WWWDIR%%/node_modules/ast-types/def/jsx.js +%%WWWDIR%%/node_modules/ast-types/def/mozilla.js +%%WWWDIR%%/node_modules/ast-types/fork.js +%%WWWDIR%%/node_modules/ast-types/lib/equiv.js +%%WWWDIR%%/node_modules/ast-types/lib/node-path.js +%%WWWDIR%%/node_modules/ast-types/lib/path-visitor.js +%%WWWDIR%%/node_modules/ast-types/lib/path.js +%%WWWDIR%%/node_modules/ast-types/lib/scope.js +%%WWWDIR%%/node_modules/ast-types/lib/shared.js +%%WWWDIR%%/node_modules/ast-types/lib/types.js +%%WWWDIR%%/node_modules/ast-types/main.js +%%WWWDIR%%/node_modules/ast-types/package.json +%%WWWDIR%%/node_modules/async-each/.npmignore +%%WWWDIR%%/node_modules/async-each/CHANGELOG.md +%%WWWDIR%%/node_modules/async-each/README.md +%%WWWDIR%%/node_modules/async-each/index.js +%%WWWDIR%%/node_modules/async-each/package.json +%%WWWDIR%%/node_modules/async/CHANGELOG.md +%%WWWDIR%%/node_modules/async/LICENSE +%%WWWDIR%%/node_modules/async/README.md +%%WWWDIR%%/node_modules/async/dist/async.js +%%WWWDIR%%/node_modules/async/dist/async.min.js +%%WWWDIR%%/node_modules/async/lib/async.js +%%WWWDIR%%/node_modules/async/package.json +%%WWWDIR%%/node_modules/autoprefixer-core/CHANGELOG.md +%%WWWDIR%%/node_modules/autoprefixer-core/LICENSE +%%WWWDIR%%/node_modules/autoprefixer-core/README.md +%%WWWDIR%%/node_modules/autoprefixer-core/data/prefixes.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/at-rule.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/autoprefixer.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/browsers.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/declaration.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/hacks/align-content.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/hacks/align-items.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/hacks/align-self.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/hacks/appearance.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/hacks/background-size.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/hacks/block-logical.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/hacks/border-image.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/hacks/border-radius.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/hacks/break-inside.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/hacks/display-flex.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/hacks/fill-available.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/hacks/filter-value.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/hacks/filter.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/hacks/flex-basis.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/hacks/flex-direction.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/hacks/flex-flow.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/hacks/flex-grow.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/hacks/flex-shrink.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/hacks/flex-spec.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/hacks/flex-values.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/hacks/flex-wrap.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/hacks/flex.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/hacks/fullscreen.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/hacks/gradient.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/hacks/image-rendering.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/hacks/inline-logical.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/hacks/justify-content.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/hacks/order.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/hacks/pixelated.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/hacks/placeholder.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/hacks/transform-decl.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/hacks/transform-value.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/info.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/old-selector.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/old-value.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/prefixer.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/prefixes.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/processor.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/resolution.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/selector.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/supports.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/utils.js +%%WWWDIR%%/node_modules/autoprefixer-core/lib/value.js +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/browserslist/.eslintrc +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/browserslist/.npmignore +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/browserslist/ChangeLog.md +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/browserslist/LICENSE +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/browserslist/README.md +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/browserslist/index.js +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/browserslist/package.json +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/postcss/CHANGELOG.md +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/postcss/LICENSE +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/postcss/README.md +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/postcss/lib/at-rule.js +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/postcss/lib/comment.js +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/postcss/lib/container.js +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/postcss/lib/css-syntax-error.js +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/postcss/lib/declaration.js +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/postcss/lib/input.js +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/postcss/lib/lazy-result.js +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/postcss/lib/list.js +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/postcss/lib/map-generator.js +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/postcss/lib/node.js +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/postcss/lib/parse.js +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/postcss/lib/parser.js +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/postcss/lib/postcss.js +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/postcss/lib/previous-map.js +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/postcss/lib/processor.js +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/postcss/lib/result.js +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/postcss/lib/root.js +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/postcss/lib/rule.js +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/postcss/lib/tokenize.js +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/postcss/lib/vendor.js +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/postcss/lib/warn-once.js +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/postcss/lib/warning.js +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/postcss/package.json +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/source-map/README.md +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/source-map/build/assert-shim.js +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/source-map/build/mini-require.js +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/source-map/build/prefix-source-map.jsm +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/source-map/build/prefix-utils.jsm +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/source-map/build/suffix-browser.js +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/source-map/build/suffix-source-map.jsm +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/source-map/build/suffix-utils.jsm +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/source-map/build/test-prefix.js +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/source-map/build/test-suffix.js +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/source-map/lib/source-map.js +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/source-map/lib/source-map/array-set.js +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/source-map/lib/source-map/base64-vlq.js +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/source-map/lib/source-map/base64.js +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/source-map/lib/source-map/binary-search.js +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/source-map/lib/source-map/mapping-list.js +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/source-map/lib/source-map/quick-sort.js +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/source-map/lib/source-map/source-map-consumer.js +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/source-map/lib/source-map/source-map-generator.js +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/source-map/lib/source-map/source-node.js +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/source-map/lib/source-map/util.js +%%WWWDIR%%/node_modules/autoprefixer-core/node_modules/source-map/package.json +%%WWWDIR%%/node_modules/autoprefixer-core/package.json +%%WWWDIR%%/node_modules/autoprefixer-loader/README.md +%%WWWDIR%%/node_modules/autoprefixer-loader/index.js +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/postcss/CHANGELOG.md +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/postcss/LICENSE +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/postcss/README.md +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/postcss/lib/at-rule.js +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/postcss/lib/comment.js +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/postcss/lib/container.js +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/postcss/lib/css-syntax-error.js +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/postcss/lib/declaration.js +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/postcss/lib/input.js +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/postcss/lib/lazy-result.js +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/postcss/lib/list.js +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/postcss/lib/map-generator.js +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/postcss/lib/node.js +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/postcss/lib/parse.js +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/postcss/lib/parser.js +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/postcss/lib/postcss.js +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/postcss/lib/previous-map.js +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/postcss/lib/processor.js +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/postcss/lib/result.js +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/postcss/lib/root.js +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/postcss/lib/rule.js +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/postcss/lib/tokenize.js +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/postcss/lib/vendor.js +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/postcss/lib/warn-once.js +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/postcss/lib/warning.js +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/postcss/package.json +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/source-map/README.md +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/source-map/build/assert-shim.js +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/source-map/build/mini-require.js +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/source-map/build/prefix-source-map.jsm +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/source-map/build/prefix-utils.jsm +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/source-map/build/suffix-browser.js +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/source-map/build/suffix-source-map.jsm +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/source-map/build/suffix-utils.jsm +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/source-map/build/test-prefix.js +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/source-map/build/test-suffix.js +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/source-map/lib/source-map.js +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/source-map/lib/source-map/array-set.js +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/source-map/lib/source-map/base64-vlq.js +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/source-map/lib/source-map/base64.js +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/source-map/lib/source-map/binary-search.js +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/source-map/lib/source-map/mapping-list.js +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/source-map/lib/source-map/quick-sort.js +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/source-map/lib/source-map/source-map-consumer.js +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/source-map/lib/source-map/source-map-generator.js +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/source-map/lib/source-map/source-node.js +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/source-map/lib/source-map/util.js +%%WWWDIR%%/node_modules/autoprefixer-loader/node_modules/source-map/package.json +%%WWWDIR%%/node_modules/autoprefixer-loader/package.json +%%WWWDIR%%/node_modules/autoprefixer/CHANGELOG.md +%%WWWDIR%%/node_modules/autoprefixer/LICENSE +%%WWWDIR%%/node_modules/autoprefixer/README.md +%%WWWDIR%%/node_modules/autoprefixer/data/prefixes.js +%%WWWDIR%%/node_modules/autoprefixer/lib/at-rule.js +%%WWWDIR%%/node_modules/autoprefixer/lib/autoprefixer.js +%%WWWDIR%%/node_modules/autoprefixer/lib/brackets.js +%%WWWDIR%%/node_modules/autoprefixer/lib/browsers.js +%%WWWDIR%%/node_modules/autoprefixer/lib/declaration.js +%%WWWDIR%%/node_modules/autoprefixer/lib/hacks/align-content.js +%%WWWDIR%%/node_modules/autoprefixer/lib/hacks/align-items.js +%%WWWDIR%%/node_modules/autoprefixer/lib/hacks/align-self.js +%%WWWDIR%%/node_modules/autoprefixer/lib/hacks/background-size.js +%%WWWDIR%%/node_modules/autoprefixer/lib/hacks/block-logical.js +%%WWWDIR%%/node_modules/autoprefixer/lib/hacks/border-image.js +%%WWWDIR%%/node_modules/autoprefixer/lib/hacks/border-radius.js +%%WWWDIR%%/node_modules/autoprefixer/lib/hacks/break-props.js +%%WWWDIR%%/node_modules/autoprefixer/lib/hacks/cross-fade.js +%%WWWDIR%%/node_modules/autoprefixer/lib/hacks/display-flex.js +%%WWWDIR%%/node_modules/autoprefixer/lib/hacks/display-grid.js +%%WWWDIR%%/node_modules/autoprefixer/lib/hacks/fill.js +%%WWWDIR%%/node_modules/autoprefixer/lib/hacks/filter-value.js +%%WWWDIR%%/node_modules/autoprefixer/lib/hacks/filter.js +%%WWWDIR%%/node_modules/autoprefixer/lib/hacks/flex-basis.js +%%WWWDIR%%/node_modules/autoprefixer/lib/hacks/flex-direction.js +%%WWWDIR%%/node_modules/autoprefixer/lib/hacks/flex-flow.js +%%WWWDIR%%/node_modules/autoprefixer/lib/hacks/flex-grow.js +%%WWWDIR%%/node_modules/autoprefixer/lib/hacks/flex-shrink.js +%%WWWDIR%%/node_modules/autoprefixer/lib/hacks/flex-spec.js +%%WWWDIR%%/node_modules/autoprefixer/lib/hacks/flex-values.js +%%WWWDIR%%/node_modules/autoprefixer/lib/hacks/flex-wrap.js +%%WWWDIR%%/node_modules/autoprefixer/lib/hacks/flex.js +%%WWWDIR%%/node_modules/autoprefixer/lib/hacks/fullscreen.js +%%WWWDIR%%/node_modules/autoprefixer/lib/hacks/gradient.js +%%WWWDIR%%/node_modules/autoprefixer/lib/hacks/grid-end.js +%%WWWDIR%%/node_modules/autoprefixer/lib/hacks/grid-row-align.js +%%WWWDIR%%/node_modules/autoprefixer/lib/hacks/grid-start.js +%%WWWDIR%%/node_modules/autoprefixer/lib/hacks/grid-template.js +%%WWWDIR%%/node_modules/autoprefixer/lib/hacks/image-rendering.js +%%WWWDIR%%/node_modules/autoprefixer/lib/hacks/image-set.js +%%WWWDIR%%/node_modules/autoprefixer/lib/hacks/inline-logical.js +%%WWWDIR%%/node_modules/autoprefixer/lib/hacks/justify-content.js +%%WWWDIR%%/node_modules/autoprefixer/lib/hacks/justify-items.js +%%WWWDIR%%/node_modules/autoprefixer/lib/hacks/mask-border.js +%%WWWDIR%%/node_modules/autoprefixer/lib/hacks/order.js +%%WWWDIR%%/node_modules/autoprefixer/lib/hacks/pixelated.js +%%WWWDIR%%/node_modules/autoprefixer/lib/hacks/placeholder.js +%%WWWDIR%%/node_modules/autoprefixer/lib/hacks/text-emphasis-position.js +%%WWWDIR%%/node_modules/autoprefixer/lib/hacks/transform-decl.js +%%WWWDIR%%/node_modules/autoprefixer/lib/hacks/writing-mode.js +%%WWWDIR%%/node_modules/autoprefixer/lib/info.js +%%WWWDIR%%/node_modules/autoprefixer/lib/old-selector.js +%%WWWDIR%%/node_modules/autoprefixer/lib/old-value.js +%%WWWDIR%%/node_modules/autoprefixer/lib/prefixer.js +%%WWWDIR%%/node_modules/autoprefixer/lib/prefixes.js +%%WWWDIR%%/node_modules/autoprefixer/lib/processor.js +%%WWWDIR%%/node_modules/autoprefixer/lib/resolution.js +%%WWWDIR%%/node_modules/autoprefixer/lib/selector.js +%%WWWDIR%%/node_modules/autoprefixer/lib/supports.js +%%WWWDIR%%/node_modules/autoprefixer/lib/transition.js +%%WWWDIR%%/node_modules/autoprefixer/lib/utils.js +%%WWWDIR%%/node_modules/autoprefixer/lib/value.js +%%WWWDIR%%/node_modules/autoprefixer/package.json +%%WWWDIR%%/node_modules/aws-sign2/LICENSE +%%WWWDIR%%/node_modules/aws-sign2/README.md +%%WWWDIR%%/node_modules/aws-sign2/index.js +%%WWWDIR%%/node_modules/aws-sign2/package.json +%%WWWDIR%%/node_modules/b64/.npmignore +%%WWWDIR%%/node_modules/b64/LICENSE +%%WWWDIR%%/node_modules/b64/README.md +%%WWWDIR%%/node_modules/b64/lib/decoder.js +%%WWWDIR%%/node_modules/b64/lib/encoder.js +%%WWWDIR%%/node_modules/b64/lib/index.js +%%WWWDIR%%/node_modules/b64/package.json +%%WWWDIR%%/node_modules/babel-core/browser-polyfill.js +%%WWWDIR%%/node_modules/babel-core/browser-polyfill.min.js +%%WWWDIR%%/node_modules/babel-core/browser.js +%%WWWDIR%%/node_modules/babel-core/browser.min.js +%%WWWDIR%%/node_modules/babel-core/external-helpers.js +%%WWWDIR%%/node_modules/babel-core/external-helpers.min.js +%%WWWDIR%%/node_modules/babel-core/index.js +%%WWWDIR%%/node_modules/babel-core/lib/README.md +%%WWWDIR%%/node_modules/babel-core/lib/api/README.md +%%WWWDIR%%/node_modules/babel-core/lib/api/browser.js +%%WWWDIR%%/node_modules/babel-core/lib/api/node.js +%%WWWDIR%%/node_modules/babel-core/lib/api/register/browser.js +%%WWWDIR%%/node_modules/babel-core/lib/api/register/cache.js +%%WWWDIR%%/node_modules/babel-core/lib/api/register/node-polyfill.js +%%WWWDIR%%/node_modules/babel-core/lib/api/register/node.js +%%WWWDIR%%/node_modules/babel-core/lib/babel/transformation/modules.js +%%WWWDIR%%/node_modules/babel-core/lib/generation/README.md +%%WWWDIR%%/node_modules/babel-core/lib/generation/buffer.js +%%WWWDIR%%/node_modules/babel-core/lib/generation/generators/README.md +%%WWWDIR%%/node_modules/babel-core/lib/generation/generators/base.js +%%WWWDIR%%/node_modules/babel-core/lib/generation/generators/classes.js +%%WWWDIR%%/node_modules/babel-core/lib/generation/generators/comprehensions.js +%%WWWDIR%%/node_modules/babel-core/lib/generation/generators/expressions.js +%%WWWDIR%%/node_modules/babel-core/lib/generation/generators/flow.js +%%WWWDIR%%/node_modules/babel-core/lib/generation/generators/jsx.js +%%WWWDIR%%/node_modules/babel-core/lib/generation/generators/methods.js +%%WWWDIR%%/node_modules/babel-core/lib/generation/generators/modules.js +%%WWWDIR%%/node_modules/babel-core/lib/generation/generators/statements.js +%%WWWDIR%%/node_modules/babel-core/lib/generation/generators/template-literals.js +%%WWWDIR%%/node_modules/babel-core/lib/generation/generators/types.js +%%WWWDIR%%/node_modules/babel-core/lib/generation/index.js +%%WWWDIR%%/node_modules/babel-core/lib/generation/node/index.js +%%WWWDIR%%/node_modules/babel-core/lib/generation/node/parentheses.js +%%WWWDIR%%/node_modules/babel-core/lib/generation/node/printer.js +%%WWWDIR%%/node_modules/babel-core/lib/generation/node/whitespace.js +%%WWWDIR%%/node_modules/babel-core/lib/generation/position.js +%%WWWDIR%%/node_modules/babel-core/lib/generation/source-map.js +%%WWWDIR%%/node_modules/babel-core/lib/generation/whitespace.js +%%WWWDIR%%/node_modules/babel-core/lib/helpers/README.md +%%WWWDIR%%/node_modules/babel-core/lib/helpers/code-frame.js +%%WWWDIR%%/node_modules/babel-core/lib/helpers/merge.js +%%WWWDIR%%/node_modules/babel-core/lib/helpers/normalize-ast.js +%%WWWDIR%%/node_modules/babel-core/lib/helpers/object.js +%%WWWDIR%%/node_modules/babel-core/lib/helpers/parse.js +%%WWWDIR%%/node_modules/babel-core/lib/messages.js +%%WWWDIR%%/node_modules/babel-core/lib/polyfill.js +%%WWWDIR%%/node_modules/babel-core/lib/tools/README.md +%%WWWDIR%%/node_modules/babel-core/lib/tools/build-external-helpers.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/README.md +%%WWWDIR%%/node_modules/babel-core/lib/transformation/file/README.md +%%WWWDIR%%/node_modules/babel-core/lib/transformation/file/index.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/file/logger.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/file/options/README.md +%%WWWDIR%%/node_modules/babel-core/lib/transformation/file/options/config.json +%%WWWDIR%%/node_modules/babel-core/lib/transformation/file/options/index.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/file/options/option-manager.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/file/options/parsers.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/file/plugin-manager.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/helpers/README.md +%%WWWDIR%%/node_modules/babel-core/lib/transformation/helpers/build-binary-assignment-operator-transformer.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/helpers/build-comprehension.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/helpers/build-conditional-assignment-operator-transformer.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/helpers/build-react-transformer.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/helpers/call-delegate.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/helpers/define-map.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/helpers/explode-assignable-expression.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/helpers/get-function-arity.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/helpers/memoise-decorators.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/helpers/name-method.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/helpers/react.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/helpers/regex.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/helpers/remap-async-to-generator.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/helpers/replace-supers.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/index.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/modules/README.md +%%WWWDIR%%/node_modules/babel-core/lib/transformation/modules/_default.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/modules/_strict.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/modules/amd-strict.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/modules/amd.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/modules/common-strict.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/modules/common.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/modules/ignore.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/modules/index.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/modules/lib/metadata.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/modules/lib/remaps.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/modules/system.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/modules/umd-strict.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/modules/umd.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/pipeline.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/plugin-pass.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/plugin.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformer.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/README.md +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/aliases.json +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/deprecated.json +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/es3/member-expression-literals.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/es3/property-literals.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/es5/properties.mutators.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/es6/arrow-functions.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/es6/block-scoping.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/es6/classes/index.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/es6/classes/loose.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/es6/classes/vanilla.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/es6/constants.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/es6/destructuring.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/es6/for-of.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/es6/literals.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/es6/modules.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/es6/object-super.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/es6/parameters/default.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/es6/parameters/index.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/es6/parameters/rest.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/es6/properties.computed.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/es6/properties.shorthand.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/es6/regex.sticky.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/es6/regex.unicode.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/es6/spec.arrow-functions.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/es6/spec.block-scoping.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/es6/spec.modules.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/es6/spec.symbols.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/es6/spec.template-literals.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/es6/spread.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/es6/tail-call.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/es6/template-literals.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/es7/async-functions.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/es7/class-properties.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/es7/comprehensions.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/es7/decorators.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/es7/do-expressions.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/es7/exponentiation-operator.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/es7/export-extensions.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/es7/function-bind.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/es7/object-rest-spread.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/es7/trailing-function-commas.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/filters.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/index.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/internal/block-hoist.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/internal/hoist-directives.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/internal/module-formatter.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/internal/modules.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/internal/shadow-functions.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/internal/validation.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/optimisation/flow.for-of.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/optimisation/modules.system.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/optimisation/react.inline-elements.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/other/async-to-generator.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/other/bluebird-coroutines.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/other/flow.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/other/react-compat.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/other/react.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/other/regenerator.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/other/strict.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/spec/block-scoped-functions.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/spec/function-name.js +%%WWWDIR%%/node_modules/babel-core/lib/transformation/transformers/validation/react.js +%%WWWDIR%%/node_modules/babel-core/lib/traversal/README.md +%%WWWDIR%%/node_modules/babel-core/lib/traversal/context.js +%%WWWDIR%%/node_modules/babel-core/lib/traversal/hub.js +%%WWWDIR%%/node_modules/babel-core/lib/traversal/index.js +%%WWWDIR%%/node_modules/babel-core/lib/traversal/path/README.md +%%WWWDIR%%/node_modules/babel-core/lib/traversal/path/ancestry.js +%%WWWDIR%%/node_modules/babel-core/lib/traversal/path/comments.js +%%WWWDIR%%/node_modules/babel-core/lib/traversal/path/context.js +%%WWWDIR%%/node_modules/babel-core/lib/traversal/path/conversion.js +%%WWWDIR%%/node_modules/babel-core/lib/traversal/path/evaluation.js +%%WWWDIR%%/node_modules/babel-core/lib/traversal/path/family.js +%%WWWDIR%%/node_modules/babel-core/lib/traversal/path/index.js +%%WWWDIR%%/node_modules/babel-core/lib/traversal/path/inference/README.md +%%WWWDIR%%/node_modules/babel-core/lib/traversal/path/inference/index.js +%%WWWDIR%%/node_modules/babel-core/lib/traversal/path/inference/inferer-reference.js +%%WWWDIR%%/node_modules/babel-core/lib/traversal/path/inference/inferers.js +%%WWWDIR%%/node_modules/babel-core/lib/traversal/path/introspection.js +%%WWWDIR%%/node_modules/babel-core/lib/traversal/path/lib/hoister.js +%%WWWDIR%%/node_modules/babel-core/lib/traversal/path/lib/removal-hooks.js +%%WWWDIR%%/node_modules/babel-core/lib/traversal/path/lib/virtual-types.js +%%WWWDIR%%/node_modules/babel-core/lib/traversal/path/modification.js +%%WWWDIR%%/node_modules/babel-core/lib/traversal/path/removal.js +%%WWWDIR%%/node_modules/babel-core/lib/traversal/path/replacement.js +%%WWWDIR%%/node_modules/babel-core/lib/traversal/scope/README.md +%%WWWDIR%%/node_modules/babel-core/lib/traversal/scope/binding.js +%%WWWDIR%%/node_modules/babel-core/lib/traversal/scope/index.js +%%WWWDIR%%/node_modules/babel-core/lib/traversal/visitors.js +%%WWWDIR%%/node_modules/babel-core/lib/types/README.md +%%WWWDIR%%/node_modules/babel-core/lib/types/converters.js +%%WWWDIR%%/node_modules/babel-core/lib/types/definitions/core.js +%%WWWDIR%%/node_modules/babel-core/lib/types/definitions/es2015.js +%%WWWDIR%%/node_modules/babel-core/lib/types/definitions/experimental.js +%%WWWDIR%%/node_modules/babel-core/lib/types/definitions/flow.js +%%WWWDIR%%/node_modules/babel-core/lib/types/definitions/index.js +%%WWWDIR%%/node_modules/babel-core/lib/types/definitions/init.js +%%WWWDIR%%/node_modules/babel-core/lib/types/definitions/jsx.js +%%WWWDIR%%/node_modules/babel-core/lib/types/definitions/misc.js +%%WWWDIR%%/node_modules/babel-core/lib/types/flow.js +%%WWWDIR%%/node_modules/babel-core/lib/types/index.js +%%WWWDIR%%/node_modules/babel-core/lib/types/retrievers.js +%%WWWDIR%%/node_modules/babel-core/lib/types/validators.js +%%WWWDIR%%/node_modules/babel-core/lib/util.js +%%WWWDIR%%/node_modules/babel-core/node_modules/source-map/README.md +%%WWWDIR%%/node_modules/babel-core/node_modules/source-map/build/assert-shim.js +%%WWWDIR%%/node_modules/babel-core/node_modules/source-map/build/mini-require.js +%%WWWDIR%%/node_modules/babel-core/node_modules/source-map/build/prefix-source-map.jsm +%%WWWDIR%%/node_modules/babel-core/node_modules/source-map/build/prefix-utils.jsm +%%WWWDIR%%/node_modules/babel-core/node_modules/source-map/build/suffix-browser.js +%%WWWDIR%%/node_modules/babel-core/node_modules/source-map/build/suffix-source-map.jsm +%%WWWDIR%%/node_modules/babel-core/node_modules/source-map/build/suffix-utils.jsm +%%WWWDIR%%/node_modules/babel-core/node_modules/source-map/build/test-prefix.js +%%WWWDIR%%/node_modules/babel-core/node_modules/source-map/build/test-suffix.js +%%WWWDIR%%/node_modules/babel-core/node_modules/source-map/lib/source-map.js +%%WWWDIR%%/node_modules/babel-core/node_modules/source-map/lib/source-map/array-set.js +%%WWWDIR%%/node_modules/babel-core/node_modules/source-map/lib/source-map/base64-vlq.js +%%WWWDIR%%/node_modules/babel-core/node_modules/source-map/lib/source-map/base64.js +%%WWWDIR%%/node_modules/babel-core/node_modules/source-map/lib/source-map/binary-search.js +%%WWWDIR%%/node_modules/babel-core/node_modules/source-map/lib/source-map/mapping-list.js +%%WWWDIR%%/node_modules/babel-core/node_modules/source-map/lib/source-map/quick-sort.js +%%WWWDIR%%/node_modules/babel-core/node_modules/source-map/lib/source-map/source-map-consumer.js +%%WWWDIR%%/node_modules/babel-core/node_modules/source-map/lib/source-map/source-map-generator.js +%%WWWDIR%%/node_modules/babel-core/node_modules/source-map/lib/source-map/source-node.js +%%WWWDIR%%/node_modules/babel-core/node_modules/source-map/lib/source-map/util.js +%%WWWDIR%%/node_modules/babel-core/node_modules/source-map/package.json +%%WWWDIR%%/node_modules/babel-core/package.json +%%WWWDIR%%/node_modules/babel-core/polyfill.js +%%WWWDIR%%/node_modules/babel-core/register-without-polyfill.js +%%WWWDIR%%/node_modules/babel-core/register.js +%%WWWDIR%%/node_modules/babel-core/templates.json +%%WWWDIR%%/node_modules/babel-loader/.editorconfig +%%WWWDIR%%/node_modules/babel-loader/.jscsrc +%%WWWDIR%%/node_modules/babel-loader/.jshintignore +%%WWWDIR%%/node_modules/babel-loader/.jshintrc +%%WWWDIR%%/node_modules/babel-loader/.npmignore +%%WWWDIR%%/node_modules/babel-loader/CHANGELOG.md +%%WWWDIR%%/node_modules/babel-loader/CONTRIBUTING.md +%%WWWDIR%%/node_modules/babel-loader/LICENSE +%%WWWDIR%%/node_modules/babel-loader/README.md +%%WWWDIR%%/node_modules/babel-loader/index.js +%%WWWDIR%%/node_modules/babel-loader/lib/fs-cache.js +%%WWWDIR%%/node_modules/babel-loader/lib/helpers/exists.js +%%WWWDIR%%/node_modules/babel-loader/lib/resolve-rc.js +%%WWWDIR%%/node_modules/babel-loader/node_modules/object-assign/index.js +%%WWWDIR%%/node_modules/babel-loader/node_modules/object-assign/license +%%WWWDIR%%/node_modules/babel-loader/node_modules/object-assign/package.json +%%WWWDIR%%/node_modules/babel-loader/node_modules/object-assign/readme.md +%%WWWDIR%%/node_modules/babel-loader/package.json +%%WWWDIR%%/node_modules/babel-plugin-constant-folding/.npmignore +%%WWWDIR%%/node_modules/babel-plugin-constant-folding/README.md +%%WWWDIR%%/node_modules/babel-plugin-constant-folding/lib/index.js +%%WWWDIR%%/node_modules/babel-plugin-constant-folding/package.json +%%WWWDIR%%/node_modules/babel-plugin-dead-code-elimination/.npmignore +%%WWWDIR%%/node_modules/babel-plugin-dead-code-elimination/README.md +%%WWWDIR%%/node_modules/babel-plugin-dead-code-elimination/lib/index.js +%%WWWDIR%%/node_modules/babel-plugin-dead-code-elimination/package.json +%%WWWDIR%%/node_modules/babel-plugin-eval/.npmignore +%%WWWDIR%%/node_modules/babel-plugin-eval/README.md +%%WWWDIR%%/node_modules/babel-plugin-eval/lib/index.js +%%WWWDIR%%/node_modules/babel-plugin-eval/package.json +%%WWWDIR%%/node_modules/babel-plugin-inline-environment-variables/.npmignore +%%WWWDIR%%/node_modules/babel-plugin-inline-environment-variables/README.md +%%WWWDIR%%/node_modules/babel-plugin-inline-environment-variables/lib/index.js +%%WWWDIR%%/node_modules/babel-plugin-inline-environment-variables/package.json +%%WWWDIR%%/node_modules/babel-plugin-jscript/.npmignore +%%WWWDIR%%/node_modules/babel-plugin-jscript/README.md +%%WWWDIR%%/node_modules/babel-plugin-jscript/lib/index.js +%%WWWDIR%%/node_modules/babel-plugin-jscript/package.json +%%WWWDIR%%/node_modules/babel-plugin-member-expression-literals/.npmignore +%%WWWDIR%%/node_modules/babel-plugin-member-expression-literals/README.md +%%WWWDIR%%/node_modules/babel-plugin-member-expression-literals/lib/index.js +%%WWWDIR%%/node_modules/babel-plugin-member-expression-literals/package.json +%%WWWDIR%%/node_modules/babel-plugin-property-literals/.npmignore +%%WWWDIR%%/node_modules/babel-plugin-property-literals/README.md +%%WWWDIR%%/node_modules/babel-plugin-property-literals/lib/index.js +%%WWWDIR%%/node_modules/babel-plugin-property-literals/package.json +%%WWWDIR%%/node_modules/babel-plugin-proto-to-assign/.npmignore +%%WWWDIR%%/node_modules/babel-plugin-proto-to-assign/README.md +%%WWWDIR%%/node_modules/babel-plugin-proto-to-assign/lib/index.js +%%WWWDIR%%/node_modules/babel-plugin-proto-to-assign/package.json +%%WWWDIR%%/node_modules/babel-plugin-react-constant-elements/.npmignore +%%WWWDIR%%/node_modules/babel-plugin-react-constant-elements/README.md +%%WWWDIR%%/node_modules/babel-plugin-react-constant-elements/lib/index.js +%%WWWDIR%%/node_modules/babel-plugin-react-constant-elements/package.json +%%WWWDIR%%/node_modules/babel-plugin-react-display-name/.npmignore +%%WWWDIR%%/node_modules/babel-plugin-react-display-name/README.md +%%WWWDIR%%/node_modules/babel-plugin-react-display-name/lib/index.js +%%WWWDIR%%/node_modules/babel-plugin-react-display-name/package.json +%%WWWDIR%%/node_modules/babel-plugin-remove-console/.npmignore +%%WWWDIR%%/node_modules/babel-plugin-remove-console/README.md +%%WWWDIR%%/node_modules/babel-plugin-remove-console/lib/index.js +%%WWWDIR%%/node_modules/babel-plugin-remove-console/package.json +%%WWWDIR%%/node_modules/babel-plugin-remove-debugger/.npmignore +%%WWWDIR%%/node_modules/babel-plugin-remove-debugger/README.md +%%WWWDIR%%/node_modules/babel-plugin-remove-debugger/lib/index.js +%%WWWDIR%%/node_modules/babel-plugin-remove-debugger/package.json +%%WWWDIR%%/node_modules/babel-plugin-runtime/.npmignore +%%WWWDIR%%/node_modules/babel-plugin-runtime/README.md +%%WWWDIR%%/node_modules/babel-plugin-runtime/lib/definitions.json +%%WWWDIR%%/node_modules/babel-plugin-runtime/lib/index.js +%%WWWDIR%%/node_modules/babel-plugin-runtime/package.json +%%WWWDIR%%/node_modules/babel-plugin-undeclared-variables-check/.npmignore +%%WWWDIR%%/node_modules/babel-plugin-undeclared-variables-check/README.md +%%WWWDIR%%/node_modules/babel-plugin-undeclared-variables-check/lib/index.js +%%WWWDIR%%/node_modules/babel-plugin-undeclared-variables-check/package.json +%%WWWDIR%%/node_modules/babel-plugin-undefined-to-void/.npmignore +%%WWWDIR%%/node_modules/babel-plugin-undefined-to-void/README.md +%%WWWDIR%%/node_modules/babel-plugin-undefined-to-void/lib/index.js +%%WWWDIR%%/node_modules/babel-plugin-undefined-to-void/package.json +%%WWWDIR%%/node_modules/babel-runtime/.npmignore +%%WWWDIR%%/node_modules/babel-runtime/README.md +%%WWWDIR%%/node_modules/babel-runtime/core-js.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/array/concat.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/array/copy-within.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/array/entries.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/array/every.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/array/fill.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/array/filter.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/array/find-index.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/array/find.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/array/for-each.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/array/from.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/array/includes.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/array/index-of.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/array/join.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/array/keys.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/array/last-index-of.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/array/map.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/array/of.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/array/pop.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/array/push.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/array/reduce-right.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/array/reduce.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/array/reverse.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/array/shift.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/array/slice.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/array/some.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/array/sort.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/array/splice.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/array/turn.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/array/unshift.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/array/values.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/date/add-locale.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/date/format-utc.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/date/format.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/function/only.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/function/part.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/get-iterator.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/is-iterable.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/map.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/math/acosh.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/math/asinh.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/math/atanh.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/math/cbrt.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/math/clz32.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/math/cosh.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/math/expm1.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/math/fround.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/math/hypot.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/math/imul.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/math/log10.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/math/log1p.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/math/log2.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/math/pot.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/math/sign.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/math/sinh.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/math/tanh.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/math/trunc.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/number/epsilon.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/number/is-finite.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/number/is-integer.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/number/is-nan.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/number/is-safe-integer.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/number/max-safe-integer.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/number/min-safe-integer.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/number/parse-float.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/number/parse-int.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/number/random.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/object/assign.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/object/classof.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/object/create.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/object/define-properties.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/object/define-property.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/object/define.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/object/entries.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/object/freeze.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/object/get-own-property-descriptor.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/object/get-own-property-descriptors.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/object/get-own-property-names.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/object/get-own-property-symbols.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/object/get-prototype-of.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/object/index.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/object/is-extensible.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/object/is-frozen.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/object/is-object.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/object/is-sealed.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/object/is.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/object/keys.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/object/make.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/object/prevent-extensions.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/object/seal.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/object/set-prototype-of.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/object/values.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/promise.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/reflect/apply.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/reflect/construct.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/reflect/define-property.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/reflect/delete-property.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/reflect/enumerate.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/reflect/get-own-property-descriptor.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/reflect/get-prototype-of.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/reflect/get.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/reflect/has.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/reflect/is-extensible.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/reflect/own-keys.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/reflect/prevent-extensions.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/reflect/set-prototype-of.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/reflect/set.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/regexp/escape.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/set.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/string/at.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/string/code-point-at.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/string/ends-with.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/string/escape-html.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/string/from-code-point.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/string/includes.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/string/raw.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/string/repeat.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/string/starts-with.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/string/unescape-html.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/symbol.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/symbol/for.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/symbol/has-instance.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/symbol/is-concat-spreadable.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/symbol/iterator.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/symbol/key-for.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/symbol/match.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/symbol/replace.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/symbol/search.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/symbol/species.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/symbol/split.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/symbol/to-primitive.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/symbol/to-string-tag.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/symbol/unscopables.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/weak-map.js +%%WWWDIR%%/node_modules/babel-runtime/core-js/weak-set.js +%%WWWDIR%%/node_modules/babel-runtime/helpers/async-to-generator.js +%%WWWDIR%%/node_modules/babel-runtime/helpers/bind.js +%%WWWDIR%%/node_modules/babel-runtime/helpers/class-call-check.js +%%WWWDIR%%/node_modules/babel-runtime/helpers/create-class.js +%%WWWDIR%%/node_modules/babel-runtime/helpers/create-decorated-class.js +%%WWWDIR%%/node_modules/babel-runtime/helpers/create-decorated-object.js +%%WWWDIR%%/node_modules/babel-runtime/helpers/default-props.js +%%WWWDIR%%/node_modules/babel-runtime/helpers/defaults.js +%%WWWDIR%%/node_modules/babel-runtime/helpers/define-decorated-property-descriptor.js +%%WWWDIR%%/node_modules/babel-runtime/helpers/define-property.js +%%WWWDIR%%/node_modules/babel-runtime/helpers/extends.js +%%WWWDIR%%/node_modules/babel-runtime/helpers/get.js +%%WWWDIR%%/node_modules/babel-runtime/helpers/has-own.js +%%WWWDIR%%/node_modules/babel-runtime/helpers/inherits.js +%%WWWDIR%%/node_modules/babel-runtime/helpers/instanceof.js +%%WWWDIR%%/node_modules/babel-runtime/helpers/interop-export-wildcard.js +%%WWWDIR%%/node_modules/babel-runtime/helpers/interop-require-default.js +%%WWWDIR%%/node_modules/babel-runtime/helpers/interop-require-wildcard.js +%%WWWDIR%%/node_modules/babel-runtime/helpers/interop-require.js +%%WWWDIR%%/node_modules/babel-runtime/helpers/new-arrow-check.js +%%WWWDIR%%/node_modules/babel-runtime/helpers/object-destructuring-empty.js +%%WWWDIR%%/node_modules/babel-runtime/helpers/object-without-properties.js +%%WWWDIR%%/node_modules/babel-runtime/helpers/self-global.js +%%WWWDIR%%/node_modules/babel-runtime/helpers/set.js +%%WWWDIR%%/node_modules/babel-runtime/helpers/slice.js +%%WWWDIR%%/node_modules/babel-runtime/helpers/sliced-to-array-loose.js +%%WWWDIR%%/node_modules/babel-runtime/helpers/sliced-to-array.js +%%WWWDIR%%/node_modules/babel-runtime/helpers/tagged-template-literal-loose.js +%%WWWDIR%%/node_modules/babel-runtime/helpers/tagged-template-literal.js +%%WWWDIR%%/node_modules/babel-runtime/helpers/temporal-assert-defined.js +%%WWWDIR%%/node_modules/babel-runtime/helpers/temporal-undefined.js +%%WWWDIR%%/node_modules/babel-runtime/helpers/to-array.js +%%WWWDIR%%/node_modules/babel-runtime/helpers/to-consumable-array.js +%%WWWDIR%%/node_modules/babel-runtime/helpers/typeof.js +%%WWWDIR%%/node_modules/babel-runtime/package.json +%%WWWDIR%%/node_modules/babel-runtime/regenerator/index.js +%%WWWDIR%%/node_modules/babel-runtime/regenerator/runtime.js +%%WWWDIR%%/node_modules/babel/README.md +%%WWWDIR%%/node_modules/babel/bin/babel-external-helpers.js +%%WWWDIR%%/node_modules/babel/bin/babel-node.js +%%WWWDIR%%/node_modules/babel/bin/babel-plugin.js +%%WWWDIR%%/node_modules/babel/bin/babel.js +%%WWWDIR%%/node_modules/babel/index.js +%%WWWDIR%%/node_modules/babel/lib/_babel-node.js +%%WWWDIR%%/node_modules/babel/lib/babel-external-helpers.js +%%WWWDIR%%/node_modules/babel/lib/babel-node.js +%%WWWDIR%%/node_modules/babel/lib/babel-plugin/index.js +%%WWWDIR%%/node_modules/babel/lib/babel-plugin/templates/LICENSE +%%WWWDIR%%/node_modules/babel/lib/babel-plugin/templates/README.md +%%WWWDIR%%/node_modules/babel/lib/babel-plugin/templates/index.js +%%WWWDIR%%/node_modules/babel/lib/babel/dir.js +%%WWWDIR%%/node_modules/babel/lib/babel/file.js +%%WWWDIR%%/node_modules/babel/lib/babel/index.js +%%WWWDIR%%/node_modules/babel/lib/babel/util.js +%%WWWDIR%%/node_modules/babel/node_modules/source-map/README.md +%%WWWDIR%%/node_modules/babel/node_modules/source-map/build/assert-shim.js +%%WWWDIR%%/node_modules/babel/node_modules/source-map/build/mini-require.js +%%WWWDIR%%/node_modules/babel/node_modules/source-map/build/prefix-source-map.jsm +%%WWWDIR%%/node_modules/babel/node_modules/source-map/build/prefix-utils.jsm +%%WWWDIR%%/node_modules/babel/node_modules/source-map/build/suffix-browser.js +%%WWWDIR%%/node_modules/babel/node_modules/source-map/build/suffix-source-map.jsm +%%WWWDIR%%/node_modules/babel/node_modules/source-map/build/suffix-utils.jsm +%%WWWDIR%%/node_modules/babel/node_modules/source-map/build/test-prefix.js +%%WWWDIR%%/node_modules/babel/node_modules/source-map/build/test-suffix.js +%%WWWDIR%%/node_modules/babel/node_modules/source-map/lib/source-map.js +%%WWWDIR%%/node_modules/babel/node_modules/source-map/lib/source-map/array-set.js +%%WWWDIR%%/node_modules/babel/node_modules/source-map/lib/source-map/base64-vlq.js +%%WWWDIR%%/node_modules/babel/node_modules/source-map/lib/source-map/base64.js +%%WWWDIR%%/node_modules/babel/node_modules/source-map/lib/source-map/binary-search.js +%%WWWDIR%%/node_modules/babel/node_modules/source-map/lib/source-map/mapping-list.js +%%WWWDIR%%/node_modules/babel/node_modules/source-map/lib/source-map/quick-sort.js +%%WWWDIR%%/node_modules/babel/node_modules/source-map/lib/source-map/source-map-consumer.js +%%WWWDIR%%/node_modules/babel/node_modules/source-map/lib/source-map/source-map-generator.js +%%WWWDIR%%/node_modules/babel/node_modules/source-map/lib/source-map/source-node.js +%%WWWDIR%%/node_modules/babel/node_modules/source-map/lib/source-map/util.js +%%WWWDIR%%/node_modules/babel/node_modules/source-map/package.json +%%WWWDIR%%/node_modules/babel/package.json +%%WWWDIR%%/node_modules/babel/polyfill.js +%%WWWDIR%%/node_modules/babel/register-without-polyfill.js +%%WWWDIR%%/node_modules/babel/register.js +%%WWWDIR%%/node_modules/babel/scripts/bootstrap.sh +%%WWWDIR%%/node_modules/babel/src/_babel-node.js +%%WWWDIR%%/node_modules/babel/src/babel-external-helpers.js +%%WWWDIR%%/node_modules/babel/src/babel-node.js +%%WWWDIR%%/node_modules/babel/src/babel-plugin/index.js +%%WWWDIR%%/node_modules/babel/src/babel-plugin/templates/LICENSE +%%WWWDIR%%/node_modules/babel/src/babel-plugin/templates/README.md +%%WWWDIR%%/node_modules/babel/src/babel-plugin/templates/index.js +%%WWWDIR%%/node_modules/babel/src/babel/dir.js +%%WWWDIR%%/node_modules/babel/src/babel/file.js +%%WWWDIR%%/node_modules/babel/src/babel/index.js +%%WWWDIR%%/node_modules/babel/src/babel/util.js +%%WWWDIR%%/node_modules/babylon/.npmignore +%%WWWDIR%%/node_modules/babylon/AUTHORS +%%WWWDIR%%/node_modules/babylon/LICENSE +%%WWWDIR%%/node_modules/babylon/README.md +%%WWWDIR%%/node_modules/babylon/lib/index.js +%%WWWDIR%%/node_modules/babylon/lib/options.js +%%WWWDIR%%/node_modules/babylon/lib/parser/comments.js +%%WWWDIR%%/node_modules/babylon/lib/parser/expression.js +%%WWWDIR%%/node_modules/babylon/lib/parser/index.js +%%WWWDIR%%/node_modules/babylon/lib/parser/location.js +%%WWWDIR%%/node_modules/babylon/lib/parser/lval.js +%%WWWDIR%%/node_modules/babylon/lib/parser/node.js +%%WWWDIR%%/node_modules/babylon/lib/parser/statement.js +%%WWWDIR%%/node_modules/babylon/lib/parser/util.js +%%WWWDIR%%/node_modules/babylon/lib/plugins/flow.js +%%WWWDIR%%/node_modules/babylon/lib/plugins/jsx/index.js +%%WWWDIR%%/node_modules/babylon/lib/plugins/jsx/xhtml.js +%%WWWDIR%%/node_modules/babylon/lib/tokenizer/context.js +%%WWWDIR%%/node_modules/babylon/lib/tokenizer/index.js +%%WWWDIR%%/node_modules/babylon/lib/tokenizer/state.js +%%WWWDIR%%/node_modules/babylon/lib/tokenizer/types.js +%%WWWDIR%%/node_modules/babylon/lib/util/identifier.js +%%WWWDIR%%/node_modules/babylon/lib/util/location.js +%%WWWDIR%%/node_modules/babylon/lib/util/whitespace.js +%%WWWDIR%%/node_modules/babylon/package.json +%%WWWDIR%%/node_modules/balanced-match/.npmignore +%%WWWDIR%%/node_modules/balanced-match/LICENSE.md +%%WWWDIR%%/node_modules/balanced-match/README.md +%%WWWDIR%%/node_modules/balanced-match/index.js +%%WWWDIR%%/node_modules/balanced-match/package.json +%%WWWDIR%%/node_modules/base64-js/LICENSE +%%WWWDIR%%/node_modules/base64-js/README.md +%%WWWDIR%%/node_modules/base64-js/base64js.min.js +%%WWWDIR%%/node_modules/base64-js/index.js +%%WWWDIR%%/node_modules/base64-js/package.json +%%WWWDIR%%/node_modules/big.js/LICENCE +%%WWWDIR%%/node_modules/big.js/README.md +%%WWWDIR%%/node_modules/big.js/big.js +%%WWWDIR%%/node_modules/big.js/big.min.js +%%WWWDIR%%/node_modules/big.js/package.json +%%WWWDIR%%/node_modules/binary-extensions/binary-extensions.json +%%WWWDIR%%/node_modules/binary-extensions/license +%%WWWDIR%%/node_modules/binary-extensions/package.json +%%WWWDIR%%/node_modules/binary-extensions/readme.md +%%WWWDIR%%/node_modules/binary/.npmignore +%%WWWDIR%%/node_modules/binary/.travis.yml +%%WWWDIR%%/node_modules/binary/README.markdown +%%WWWDIR%%/node_modules/binary/example/buf.js +%%WWWDIR%%/node_modules/binary/example/parse.js +%%WWWDIR%%/node_modules/binary/example/stream.js +%%WWWDIR%%/node_modules/binary/index.js +%%WWWDIR%%/node_modules/binary/lib/vars.js +%%WWWDIR%%/node_modules/binary/package.json +%%WWWDIR%%/node_modules/binary/perf/loop.js +%%WWWDIR%%/node_modules/binary/perf/small.js +%%WWWDIR%%/node_modules/bl/.jshintrc +%%WWWDIR%%/node_modules/bl/.npmignore +%%WWWDIR%%/node_modules/bl/.travis.yml +%%WWWDIR%%/node_modules/bl/LICENSE.md +%%WWWDIR%%/node_modules/bl/README.md +%%WWWDIR%%/node_modules/bl/bl.js +%%WWWDIR%%/node_modules/bl/node_modules/isarray/.npmignore +%%WWWDIR%%/node_modules/bl/node_modules/isarray/.travis.yml +%%WWWDIR%%/node_modules/bl/node_modules/isarray/Makefile +%%WWWDIR%%/node_modules/bl/node_modules/isarray/README.md +%%WWWDIR%%/node_modules/bl/node_modules/isarray/component.json +%%WWWDIR%%/node_modules/bl/node_modules/isarray/index.js +%%WWWDIR%%/node_modules/bl/node_modules/isarray/package.json +%%WWWDIR%%/node_modules/bl/node_modules/isarray/test.js +%%WWWDIR%%/node_modules/bl/node_modules/readable-stream/.npmignore +%%WWWDIR%%/node_modules/bl/node_modules/readable-stream/.travis.yml +%%WWWDIR%%/node_modules/bl/node_modules/readable-stream/.zuul.yml +%%WWWDIR%%/node_modules/bl/node_modules/readable-stream/LICENSE +%%WWWDIR%%/node_modules/bl/node_modules/readable-stream/README.md +%%WWWDIR%%/node_modules/bl/node_modules/readable-stream/doc/stream.markdown +%%WWWDIR%%/node_modules/bl/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +%%WWWDIR%%/node_modules/bl/node_modules/readable-stream/duplex.js +%%WWWDIR%%/node_modules/bl/node_modules/readable-stream/lib/_stream_duplex.js +%%WWWDIR%%/node_modules/bl/node_modules/readable-stream/lib/_stream_passthrough.js +%%WWWDIR%%/node_modules/bl/node_modules/readable-stream/lib/_stream_readable.js +%%WWWDIR%%/node_modules/bl/node_modules/readable-stream/lib/_stream_transform.js +%%WWWDIR%%/node_modules/bl/node_modules/readable-stream/lib/_stream_writable.js +%%WWWDIR%%/node_modules/bl/node_modules/readable-stream/package.json +%%WWWDIR%%/node_modules/bl/node_modules/readable-stream/passthrough.js +%%WWWDIR%%/node_modules/bl/node_modules/readable-stream/readable.js +%%WWWDIR%%/node_modules/bl/node_modules/readable-stream/transform.js +%%WWWDIR%%/node_modules/bl/node_modules/readable-stream/writable.js +%%WWWDIR%%/node_modules/bl/package.json +%%WWWDIR%%/node_modules/block-stream/LICENCE +%%WWWDIR%%/node_modules/block-stream/LICENSE +%%WWWDIR%%/node_modules/block-stream/README.md +%%WWWDIR%%/node_modules/block-stream/block-stream.js +%%WWWDIR%%/node_modules/block-stream/package.json +%%WWWDIR%%/node_modules/bluebird/LICENSE +%%WWWDIR%%/node_modules/bluebird/README.md +%%WWWDIR%%/node_modules/bluebird/changelog.md +%%WWWDIR%%/node_modules/bluebird/js/browser/bluebird.js +%%WWWDIR%%/node_modules/bluebird/js/browser/bluebird.min.js +%%WWWDIR%%/node_modules/bluebird/js/main/any.js +%%WWWDIR%%/node_modules/bluebird/js/main/assert.js +%%WWWDIR%%/node_modules/bluebird/js/main/async.js +%%WWWDIR%%/node_modules/bluebird/js/main/bind.js +%%WWWDIR%%/node_modules/bluebird/js/main/bluebird.js +%%WWWDIR%%/node_modules/bluebird/js/main/call_get.js +%%WWWDIR%%/node_modules/bluebird/js/main/cancel.js +%%WWWDIR%%/node_modules/bluebird/js/main/captured_trace.js +%%WWWDIR%%/node_modules/bluebird/js/main/catch_filter.js +%%WWWDIR%%/node_modules/bluebird/js/main/context.js +%%WWWDIR%%/node_modules/bluebird/js/main/debuggability.js +%%WWWDIR%%/node_modules/bluebird/js/main/direct_resolve.js +%%WWWDIR%%/node_modules/bluebird/js/main/each.js +%%WWWDIR%%/node_modules/bluebird/js/main/errors.js +%%WWWDIR%%/node_modules/bluebird/js/main/es5.js +%%WWWDIR%%/node_modules/bluebird/js/main/filter.js +%%WWWDIR%%/node_modules/bluebird/js/main/finally.js +%%WWWDIR%%/node_modules/bluebird/js/main/generators.js +%%WWWDIR%%/node_modules/bluebird/js/main/join.js +%%WWWDIR%%/node_modules/bluebird/js/main/map.js +%%WWWDIR%%/node_modules/bluebird/js/main/method.js +%%WWWDIR%%/node_modules/bluebird/js/main/nodeify.js +%%WWWDIR%%/node_modules/bluebird/js/main/progress.js +%%WWWDIR%%/node_modules/bluebird/js/main/promise.js +%%WWWDIR%%/node_modules/bluebird/js/main/promise_array.js +%%WWWDIR%%/node_modules/bluebird/js/main/promise_resolver.js +%%WWWDIR%%/node_modules/bluebird/js/main/promisify.js +%%WWWDIR%%/node_modules/bluebird/js/main/props.js +%%WWWDIR%%/node_modules/bluebird/js/main/queue.js +%%WWWDIR%%/node_modules/bluebird/js/main/race.js +%%WWWDIR%%/node_modules/bluebird/js/main/reduce.js +%%WWWDIR%%/node_modules/bluebird/js/main/schedule.js +%%WWWDIR%%/node_modules/bluebird/js/main/settle.js +%%WWWDIR%%/node_modules/bluebird/js/main/some.js +%%WWWDIR%%/node_modules/bluebird/js/main/synchronous_inspection.js +%%WWWDIR%%/node_modules/bluebird/js/main/thenables.js +%%WWWDIR%%/node_modules/bluebird/js/main/timers.js +%%WWWDIR%%/node_modules/bluebird/js/main/using.js +%%WWWDIR%%/node_modules/bluebird/js/main/util.js +%%WWWDIR%%/node_modules/bluebird/package.json +%%WWWDIR%%/node_modules/boom/.npmignore +%%WWWDIR%%/node_modules/boom/.travis.yml +%%WWWDIR%%/node_modules/boom/CONTRIBUTING.md +%%WWWDIR%%/node_modules/boom/LICENSE +%%WWWDIR%%/node_modules/boom/README.md +%%WWWDIR%%/node_modules/boom/images/boom.png +%%WWWDIR%%/node_modules/boom/lib/index.js +%%WWWDIR%%/node_modules/boom/package.json +%%WWWDIR%%/node_modules/bootstrap/Gruntfile.js +%%WWWDIR%%/node_modules/bootstrap/LICENSE +%%WWWDIR%%/node_modules/bootstrap/README.md +%%WWWDIR%%/node_modules/bootstrap/dist/css/bootstrap-theme.css +%%WWWDIR%%/node_modules/bootstrap/dist/css/bootstrap-theme.css.map +%%WWWDIR%%/node_modules/bootstrap/dist/css/bootstrap-theme.min.css +%%WWWDIR%%/node_modules/bootstrap/dist/css/bootstrap.css +%%WWWDIR%%/node_modules/bootstrap/dist/css/bootstrap.css.map +%%WWWDIR%%/node_modules/bootstrap/dist/css/bootstrap.min.css +%%WWWDIR%%/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.eot +%%WWWDIR%%/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.svg +%%WWWDIR%%/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf +%%WWWDIR%%/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff +%%WWWDIR%%/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 +%%WWWDIR%%/node_modules/bootstrap/dist/js/bootstrap.js +%%WWWDIR%%/node_modules/bootstrap/dist/js/bootstrap.min.js +%%WWWDIR%%/node_modules/bootstrap/dist/js/npm.js +%%WWWDIR%%/node_modules/bootstrap/fonts/glyphicons-halflings-regular.eot +%%WWWDIR%%/node_modules/bootstrap/fonts/glyphicons-halflings-regular.svg +%%WWWDIR%%/node_modules/bootstrap/fonts/glyphicons-halflings-regular.ttf +%%WWWDIR%%/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff +%%WWWDIR%%/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff2 +%%WWWDIR%%/node_modules/bootstrap/grunt/.jshintrc +%%WWWDIR%%/node_modules/bootstrap/grunt/bs-commonjs-generator.js +%%WWWDIR%%/node_modules/bootstrap/grunt/bs-glyphicons-data-generator.js +%%WWWDIR%%/node_modules/bootstrap/grunt/bs-lessdoc-parser.js +%%WWWDIR%%/node_modules/bootstrap/grunt/bs-raw-files-generator.js +%%WWWDIR%%/node_modules/bootstrap/grunt/configBridge.json +%%WWWDIR%%/node_modules/bootstrap/grunt/sauce_browsers.yml +%%WWWDIR%%/node_modules/bootstrap/js/affix.js +%%WWWDIR%%/node_modules/bootstrap/js/alert.js +%%WWWDIR%%/node_modules/bootstrap/js/button.js +%%WWWDIR%%/node_modules/bootstrap/js/carousel.js +%%WWWDIR%%/node_modules/bootstrap/js/collapse.js +%%WWWDIR%%/node_modules/bootstrap/js/dropdown.js +%%WWWDIR%%/node_modules/bootstrap/js/modal.js +%%WWWDIR%%/node_modules/bootstrap/js/popover.js +%%WWWDIR%%/node_modules/bootstrap/js/scrollspy.js +%%WWWDIR%%/node_modules/bootstrap/js/tab.js +%%WWWDIR%%/node_modules/bootstrap/js/tooltip.js +%%WWWDIR%%/node_modules/bootstrap/js/transition.js +%%WWWDIR%%/node_modules/bootstrap/less/alerts.less +%%WWWDIR%%/node_modules/bootstrap/less/badges.less +%%WWWDIR%%/node_modules/bootstrap/less/bootstrap.less +%%WWWDIR%%/node_modules/bootstrap/less/breadcrumbs.less +%%WWWDIR%%/node_modules/bootstrap/less/button-groups.less +%%WWWDIR%%/node_modules/bootstrap/less/buttons.less +%%WWWDIR%%/node_modules/bootstrap/less/carousel.less +%%WWWDIR%%/node_modules/bootstrap/less/close.less +%%WWWDIR%%/node_modules/bootstrap/less/code.less +%%WWWDIR%%/node_modules/bootstrap/less/component-animations.less +%%WWWDIR%%/node_modules/bootstrap/less/dropdowns.less +%%WWWDIR%%/node_modules/bootstrap/less/forms.less +%%WWWDIR%%/node_modules/bootstrap/less/glyphicons.less +%%WWWDIR%%/node_modules/bootstrap/less/grid.less +%%WWWDIR%%/node_modules/bootstrap/less/input-groups.less +%%WWWDIR%%/node_modules/bootstrap/less/jumbotron.less +%%WWWDIR%%/node_modules/bootstrap/less/labels.less +%%WWWDIR%%/node_modules/bootstrap/less/list-group.less +%%WWWDIR%%/node_modules/bootstrap/less/media.less +%%WWWDIR%%/node_modules/bootstrap/less/mixins.less +%%WWWDIR%%/node_modules/bootstrap/less/mixins/alerts.less +%%WWWDIR%%/node_modules/bootstrap/less/mixins/background-variant.less +%%WWWDIR%%/node_modules/bootstrap/less/mixins/border-radius.less +%%WWWDIR%%/node_modules/bootstrap/less/mixins/buttons.less +%%WWWDIR%%/node_modules/bootstrap/less/mixins/center-block.less +%%WWWDIR%%/node_modules/bootstrap/less/mixins/clearfix.less +%%WWWDIR%%/node_modules/bootstrap/less/mixins/forms.less +%%WWWDIR%%/node_modules/bootstrap/less/mixins/gradients.less +%%WWWDIR%%/node_modules/bootstrap/less/mixins/grid-framework.less +%%WWWDIR%%/node_modules/bootstrap/less/mixins/grid.less +%%WWWDIR%%/node_modules/bootstrap/less/mixins/hide-text.less +%%WWWDIR%%/node_modules/bootstrap/less/mixins/image.less +%%WWWDIR%%/node_modules/bootstrap/less/mixins/labels.less +%%WWWDIR%%/node_modules/bootstrap/less/mixins/list-group.less +%%WWWDIR%%/node_modules/bootstrap/less/mixins/nav-divider.less +%%WWWDIR%%/node_modules/bootstrap/less/mixins/nav-vertical-align.less +%%WWWDIR%%/node_modules/bootstrap/less/mixins/opacity.less +%%WWWDIR%%/node_modules/bootstrap/less/mixins/pagination.less +%%WWWDIR%%/node_modules/bootstrap/less/mixins/panels.less +%%WWWDIR%%/node_modules/bootstrap/less/mixins/progress-bar.less +%%WWWDIR%%/node_modules/bootstrap/less/mixins/reset-filter.less +%%WWWDIR%%/node_modules/bootstrap/less/mixins/reset-text.less +%%WWWDIR%%/node_modules/bootstrap/less/mixins/resize.less +%%WWWDIR%%/node_modules/bootstrap/less/mixins/responsive-visibility.less +%%WWWDIR%%/node_modules/bootstrap/less/mixins/size.less +%%WWWDIR%%/node_modules/bootstrap/less/mixins/tab-focus.less +%%WWWDIR%%/node_modules/bootstrap/less/mixins/table-row.less +%%WWWDIR%%/node_modules/bootstrap/less/mixins/text-emphasis.less +%%WWWDIR%%/node_modules/bootstrap/less/mixins/text-overflow.less +%%WWWDIR%%/node_modules/bootstrap/less/mixins/vendor-prefixes.less +%%WWWDIR%%/node_modules/bootstrap/less/modals.less +%%WWWDIR%%/node_modules/bootstrap/less/navbar.less +%%WWWDIR%%/node_modules/bootstrap/less/navs.less +%%WWWDIR%%/node_modules/bootstrap/less/normalize.less +%%WWWDIR%%/node_modules/bootstrap/less/pager.less +%%WWWDIR%%/node_modules/bootstrap/less/pagination.less +%%WWWDIR%%/node_modules/bootstrap/less/panels.less +%%WWWDIR%%/node_modules/bootstrap/less/popovers.less +%%WWWDIR%%/node_modules/bootstrap/less/print.less +%%WWWDIR%%/node_modules/bootstrap/less/progress-bars.less +%%WWWDIR%%/node_modules/bootstrap/less/responsive-embed.less +%%WWWDIR%%/node_modules/bootstrap/less/responsive-utilities.less +%%WWWDIR%%/node_modules/bootstrap/less/scaffolding.less +%%WWWDIR%%/node_modules/bootstrap/less/tables.less +%%WWWDIR%%/node_modules/bootstrap/less/theme.less +%%WWWDIR%%/node_modules/bootstrap/less/thumbnails.less +%%WWWDIR%%/node_modules/bootstrap/less/tooltip.less +%%WWWDIR%%/node_modules/bootstrap/less/type.less +%%WWWDIR%%/node_modules/bootstrap/less/utilities.less +%%WWWDIR%%/node_modules/bootstrap/less/variables.less +%%WWWDIR%%/node_modules/bootstrap/less/wells.less +%%WWWDIR%%/node_modules/bootstrap/package.json +%%WWWDIR%%/node_modules/brace-expansion/README.md +%%WWWDIR%%/node_modules/brace-expansion/index.js +%%WWWDIR%%/node_modules/brace-expansion/package.json +%%WWWDIR%%/node_modules/brace/.npmignore +%%WWWDIR%%/node_modules/brace/LICENSE +%%WWWDIR%%/node_modules/brace/README.md +%%WWWDIR%%/node_modules/brace/assets/brace.png +%%WWWDIR%%/node_modules/brace/example/.npmignore +%%WWWDIR%%/node_modules/brace/example/README.md +%%WWWDIR%%/node_modules/brace/example/build.js +%%WWWDIR%%/node_modules/brace/example/coffee-editor.js +%%WWWDIR%%/node_modules/brace/example/css-editor.js +%%WWWDIR%%/node_modules/brace/example/index.css +%%WWWDIR%%/node_modules/brace/example/index.html +%%WWWDIR%%/node_modules/brace/example/javascript-editor.js +%%WWWDIR%%/node_modules/brace/example/json-editor.js +%%WWWDIR%%/node_modules/brace/example/lua-editor.js +%%WWWDIR%%/node_modules/brace/example/package.json +%%WWWDIR%%/node_modules/brace/ext/beautify.js +%%WWWDIR%%/node_modules/brace/ext/chromevox.js +%%WWWDIR%%/node_modules/brace/ext/elastic_tabstops_lite.js +%%WWWDIR%%/node_modules/brace/ext/emmet.js +%%WWWDIR%%/node_modules/brace/ext/error_marker.js +%%WWWDIR%%/node_modules/brace/ext/keybinding_menu.js +%%WWWDIR%%/node_modules/brace/ext/language_tools.js +%%WWWDIR%%/node_modules/brace/ext/linking.js +%%WWWDIR%%/node_modules/brace/ext/modelist.js +%%WWWDIR%%/node_modules/brace/ext/old_ie.js +%%WWWDIR%%/node_modules/brace/ext/searchbox.js +%%WWWDIR%%/node_modules/brace/ext/settings_menu.js +%%WWWDIR%%/node_modules/brace/ext/spellcheck.js +%%WWWDIR%%/node_modules/brace/ext/split.js +%%WWWDIR%%/node_modules/brace/ext/static_highlight.js +%%WWWDIR%%/node_modules/brace/ext/statusbar.js +%%WWWDIR%%/node_modules/brace/ext/textarea.js +%%WWWDIR%%/node_modules/brace/ext/themelist.js +%%WWWDIR%%/node_modules/brace/ext/whitespace.js +%%WWWDIR%%/node_modules/brace/index.js +%%WWWDIR%%/node_modules/brace/keybinding/emacs.js +%%WWWDIR%%/node_modules/brace/keybinding/vim.js +%%WWWDIR%%/node_modules/brace/mode/abap.js +%%WWWDIR%%/node_modules/brace/mode/abc.js +%%WWWDIR%%/node_modules/brace/mode/actionscript.js +%%WWWDIR%%/node_modules/brace/mode/ada.js +%%WWWDIR%%/node_modules/brace/mode/apache_conf.js +%%WWWDIR%%/node_modules/brace/mode/applescript.js +%%WWWDIR%%/node_modules/brace/mode/asciidoc.js +%%WWWDIR%%/node_modules/brace/mode/assembly_x86.js +%%WWWDIR%%/node_modules/brace/mode/autohotkey.js +%%WWWDIR%%/node_modules/brace/mode/batchfile.js +%%WWWDIR%%/node_modules/brace/mode/c9search.js +%%WWWDIR%%/node_modules/brace/mode/c_cpp.js +%%WWWDIR%%/node_modules/brace/mode/cirru.js +%%WWWDIR%%/node_modules/brace/mode/clojure.js +%%WWWDIR%%/node_modules/brace/mode/cobol.js +%%WWWDIR%%/node_modules/brace/mode/coffee.js +%%WWWDIR%%/node_modules/brace/mode/coldfusion.js +%%WWWDIR%%/node_modules/brace/mode/csharp.js +%%WWWDIR%%/node_modules/brace/mode/css.js +%%WWWDIR%%/node_modules/brace/mode/curly.js +%%WWWDIR%%/node_modules/brace/mode/d.js +%%WWWDIR%%/node_modules/brace/mode/dart.js +%%WWWDIR%%/node_modules/brace/mode/diff.js +%%WWWDIR%%/node_modules/brace/mode/django.js +%%WWWDIR%%/node_modules/brace/mode/dockerfile.js +%%WWWDIR%%/node_modules/brace/mode/dot.js +%%WWWDIR%%/node_modules/brace/mode/eiffel.js +%%WWWDIR%%/node_modules/brace/mode/ejs.js +%%WWWDIR%%/node_modules/brace/mode/elixir.js +%%WWWDIR%%/node_modules/brace/mode/elm.js +%%WWWDIR%%/node_modules/brace/mode/erlang.js +%%WWWDIR%%/node_modules/brace/mode/forth.js +%%WWWDIR%%/node_modules/brace/mode/ftl.js +%%WWWDIR%%/node_modules/brace/mode/gcode.js +%%WWWDIR%%/node_modules/brace/mode/gherkin.js +%%WWWDIR%%/node_modules/brace/mode/gitignore.js +%%WWWDIR%%/node_modules/brace/mode/glsl.js +%%WWWDIR%%/node_modules/brace/mode/golang.js +%%WWWDIR%%/node_modules/brace/mode/groovy.js +%%WWWDIR%%/node_modules/brace/mode/haml.js +%%WWWDIR%%/node_modules/brace/mode/handlebars.js +%%WWWDIR%%/node_modules/brace/mode/haskell.js +%%WWWDIR%%/node_modules/brace/mode/haxe.js +%%WWWDIR%%/node_modules/brace/mode/html.js +%%WWWDIR%%/node_modules/brace/mode/html_ruby.js +%%WWWDIR%%/node_modules/brace/mode/ini.js +%%WWWDIR%%/node_modules/brace/mode/io.js +%%WWWDIR%%/node_modules/brace/mode/jack.js +%%WWWDIR%%/node_modules/brace/mode/jade.js +%%WWWDIR%%/node_modules/brace/mode/java.js +%%WWWDIR%%/node_modules/brace/mode/javascript.js +%%WWWDIR%%/node_modules/brace/mode/json.js +%%WWWDIR%%/node_modules/brace/mode/jsoniq.js +%%WWWDIR%%/node_modules/brace/mode/jsp.js +%%WWWDIR%%/node_modules/brace/mode/jsx.js +%%WWWDIR%%/node_modules/brace/mode/julia.js +%%WWWDIR%%/node_modules/brace/mode/latex.js +%%WWWDIR%%/node_modules/brace/mode/lean.js +%%WWWDIR%%/node_modules/brace/mode/less.js +%%WWWDIR%%/node_modules/brace/mode/liquid.js +%%WWWDIR%%/node_modules/brace/mode/lisp.js +%%WWWDIR%%/node_modules/brace/mode/live_script.js +%%WWWDIR%%/node_modules/brace/mode/livescript.js +%%WWWDIR%%/node_modules/brace/mode/logiql.js +%%WWWDIR%%/node_modules/brace/mode/lsl.js +%%WWWDIR%%/node_modules/brace/mode/lua.js +%%WWWDIR%%/node_modules/brace/mode/luapage.js +%%WWWDIR%%/node_modules/brace/mode/lucene.js +%%WWWDIR%%/node_modules/brace/mode/makefile.js +%%WWWDIR%%/node_modules/brace/mode/markdown.js +%%WWWDIR%%/node_modules/brace/mode/mask.js +%%WWWDIR%%/node_modules/brace/mode/matlab.js +%%WWWDIR%%/node_modules/brace/mode/mel.js +%%WWWDIR%%/node_modules/brace/mode/mips_assembler.js +%%WWWDIR%%/node_modules/brace/mode/mipsassembler.js +%%WWWDIR%%/node_modules/brace/mode/mushcode.js +%%WWWDIR%%/node_modules/brace/mode/mysql.js +%%WWWDIR%%/node_modules/brace/mode/nix.js +%%WWWDIR%%/node_modules/brace/mode/objectivec.js +%%WWWDIR%%/node_modules/brace/mode/ocaml.js +%%WWWDIR%%/node_modules/brace/mode/pascal.js +%%WWWDIR%%/node_modules/brace/mode/perl.js +%%WWWDIR%%/node_modules/brace/mode/pgsql.js +%%WWWDIR%%/node_modules/brace/mode/php.js +%%WWWDIR%%/node_modules/brace/mode/plain_text.js +%%WWWDIR%%/node_modules/brace/mode/powershell.js +%%WWWDIR%%/node_modules/brace/mode/praat.js +%%WWWDIR%%/node_modules/brace/mode/prolog.js +%%WWWDIR%%/node_modules/brace/mode/properties.js +%%WWWDIR%%/node_modules/brace/mode/protobuf.js +%%WWWDIR%%/node_modules/brace/mode/python.js +%%WWWDIR%%/node_modules/brace/mode/r.js +%%WWWDIR%%/node_modules/brace/mode/rdoc.js +%%WWWDIR%%/node_modules/brace/mode/rhtml.js +%%WWWDIR%%/node_modules/brace/mode/ruby.js +%%WWWDIR%%/node_modules/brace/mode/rust.js +%%WWWDIR%%/node_modules/brace/mode/sass.js +%%WWWDIR%%/node_modules/brace/mode/scad.js +%%WWWDIR%%/node_modules/brace/mode/scala.js +%%WWWDIR%%/node_modules/brace/mode/scheme.js +%%WWWDIR%%/node_modules/brace/mode/scss.js +%%WWWDIR%%/node_modules/brace/mode/sh.js +%%WWWDIR%%/node_modules/brace/mode/sjs.js +%%WWWDIR%%/node_modules/brace/mode/smarty.js +%%WWWDIR%%/node_modules/brace/mode/snippets.js +%%WWWDIR%%/node_modules/brace/mode/soy_template.js +%%WWWDIR%%/node_modules/brace/mode/space.js +%%WWWDIR%%/node_modules/brace/mode/sql.js +%%WWWDIR%%/node_modules/brace/mode/stylus.js +%%WWWDIR%%/node_modules/brace/mode/svg.js +%%WWWDIR%%/node_modules/brace/mode/tcl.js +%%WWWDIR%%/node_modules/brace/mode/tex.js +%%WWWDIR%%/node_modules/brace/mode/text.js +%%WWWDIR%%/node_modules/brace/mode/textile.js +%%WWWDIR%%/node_modules/brace/mode/toml.js +%%WWWDIR%%/node_modules/brace/mode/twig.js +%%WWWDIR%%/node_modules/brace/mode/typescript.js +%%WWWDIR%%/node_modules/brace/mode/vala.js +%%WWWDIR%%/node_modules/brace/mode/vbscript.js +%%WWWDIR%%/node_modules/brace/mode/velocity.js +%%WWWDIR%%/node_modules/brace/mode/verilog.js +%%WWWDIR%%/node_modules/brace/mode/vhdl.js +%%WWWDIR%%/node_modules/brace/mode/xml.js +%%WWWDIR%%/node_modules/brace/mode/xquery.js +%%WWWDIR%%/node_modules/brace/mode/yaml.js +%%WWWDIR%%/node_modules/brace/package.json +%%WWWDIR%%/node_modules/brace/theme/ambiance.js +%%WWWDIR%%/node_modules/brace/theme/chaos.js +%%WWWDIR%%/node_modules/brace/theme/chrome.js +%%WWWDIR%%/node_modules/brace/theme/clouds.js +%%WWWDIR%%/node_modules/brace/theme/clouds_midnight.js +%%WWWDIR%%/node_modules/brace/theme/cobalt.js +%%WWWDIR%%/node_modules/brace/theme/crimson_editor.js +%%WWWDIR%%/node_modules/brace/theme/dawn.js +%%WWWDIR%%/node_modules/brace/theme/dreamweaver.js +%%WWWDIR%%/node_modules/brace/theme/eclipse.js +%%WWWDIR%%/node_modules/brace/theme/github.js +%%WWWDIR%%/node_modules/brace/theme/idle_fingers.js +%%WWWDIR%%/node_modules/brace/theme/katzenmilch.js +%%WWWDIR%%/node_modules/brace/theme/kr_theme.js +%%WWWDIR%%/node_modules/brace/theme/kuroir.js +%%WWWDIR%%/node_modules/brace/theme/merbivore.js +%%WWWDIR%%/node_modules/brace/theme/merbivore_soft.js +%%WWWDIR%%/node_modules/brace/theme/mono_industrial.js +%%WWWDIR%%/node_modules/brace/theme/monokai.js +%%WWWDIR%%/node_modules/brace/theme/pastel_on_dark.js +%%WWWDIR%%/node_modules/brace/theme/solarized_dark.js +%%WWWDIR%%/node_modules/brace/theme/solarized_light.js +%%WWWDIR%%/node_modules/brace/theme/terminal.js +%%WWWDIR%%/node_modules/brace/theme/textmate.js +%%WWWDIR%%/node_modules/brace/theme/tomorrow.js +%%WWWDIR%%/node_modules/brace/theme/tomorrow_night.js +%%WWWDIR%%/node_modules/brace/theme/tomorrow_night_blue.js +%%WWWDIR%%/node_modules/brace/theme/tomorrow_night_bright.js +%%WWWDIR%%/node_modules/brace/theme/tomorrow_night_eighties.js +%%WWWDIR%%/node_modules/brace/theme/twilight.js +%%WWWDIR%%/node_modules/brace/theme/vibrant_ink.js +%%WWWDIR%%/node_modules/brace/theme/xcode.js +%%WWWDIR%%/node_modules/brace/worker/coffee.js +%%WWWDIR%%/node_modules/brace/worker/css.js +%%WWWDIR%%/node_modules/brace/worker/html.js +%%WWWDIR%%/node_modules/brace/worker/javascript.js +%%WWWDIR%%/node_modules/brace/worker/json.js +%%WWWDIR%%/node_modules/brace/worker/lua.js +%%WWWDIR%%/node_modules/braces/LICENSE +%%WWWDIR%%/node_modules/braces/README.md +%%WWWDIR%%/node_modules/braces/index.js +%%WWWDIR%%/node_modules/braces/package.json +%%WWWDIR%%/node_modules/breakable/LICENSE +%%WWWDIR%%/node_modules/breakable/README.md +%%WWWDIR%%/node_modules/breakable/breakable.js +%%WWWDIR%%/node_modules/breakable/examples/example-explicit.js +%%WWWDIR%%/node_modules/breakable/examples/example.js +%%WWWDIR%%/node_modules/breakable/package.json +%%WWWDIR%%/node_modules/browserify-zlib/.npmignore +%%WWWDIR%%/node_modules/browserify-zlib/.travis.yml +%%WWWDIR%%/node_modules/browserify-zlib/README.md +%%WWWDIR%%/node_modules/browserify-zlib/package.json +%%WWWDIR%%/node_modules/browserify-zlib/src/binding.js +%%WWWDIR%%/node_modules/browserify-zlib/src/index.js +%%WWWDIR%%/node_modules/browserslist/.npmignore +%%WWWDIR%%/node_modules/browserslist/CHANGELOG.md +%%WWWDIR%%/node_modules/browserslist/LICENSE +%%WWWDIR%%/node_modules/browserslist/README.md +%%WWWDIR%%/node_modules/browserslist/cli.js +%%WWWDIR%%/node_modules/browserslist/index.js +%%WWWDIR%%/node_modules/browserslist/package.json +%%WWWDIR%%/node_modules/buffer-shims/index.js +%%WWWDIR%%/node_modules/buffer-shims/license.md +%%WWWDIR%%/node_modules/buffer-shims/package.json +%%WWWDIR%%/node_modules/buffer-shims/readme.md +%%WWWDIR%%/node_modules/buffer/.npmignore +%%WWWDIR%%/node_modules/buffer/.travis.yml +%%WWWDIR%%/node_modules/buffer/AUTHORS.md +%%WWWDIR%%/node_modules/buffer/LICENSE +%%WWWDIR%%/node_modules/buffer/README.md +%%WWWDIR%%/node_modules/buffer/bin/download-node-tests.js +%%WWWDIR%%/node_modules/buffer/bin/test.js +%%WWWDIR%%/node_modules/buffer/bin/update-authors.sh +%%WWWDIR%%/node_modules/buffer/bin/zuul-es5.yml +%%WWWDIR%%/node_modules/buffer/bin/zuul-es6.yml +%%WWWDIR%%/node_modules/buffer/index.js +%%WWWDIR%%/node_modules/buffer/node_modules/isarray/.npmignore +%%WWWDIR%%/node_modules/buffer/node_modules/isarray/.travis.yml +%%WWWDIR%%/node_modules/buffer/node_modules/isarray/Makefile +%%WWWDIR%%/node_modules/buffer/node_modules/isarray/README.md +%%WWWDIR%%/node_modules/buffer/node_modules/isarray/component.json +%%WWWDIR%%/node_modules/buffer/node_modules/isarray/index.js +%%WWWDIR%%/node_modules/buffer/node_modules/isarray/package.json +%%WWWDIR%%/node_modules/buffer/node_modules/isarray/test.js +%%WWWDIR%%/node_modules/buffer/package.json +%%WWWDIR%%/node_modules/buffers/README.markdown +%%WWWDIR%%/node_modules/buffers/examples/slice.js +%%WWWDIR%%/node_modules/buffers/examples/splice.js +%%WWWDIR%%/node_modules/buffers/index.js +%%WWWDIR%%/node_modules/buffers/package.json +%%WWWDIR%%/node_modules/bunyan/.npmignore +%%WWWDIR%%/node_modules/bunyan/AUTHORS +%%WWWDIR%%/node_modules/bunyan/CHANGES.md +%%WWWDIR%%/node_modules/bunyan/CONTRIBUTING.md +%%WWWDIR%%/node_modules/bunyan/LICENSE.txt +%%WWWDIR%%/node_modules/bunyan/Makefile +%%WWWDIR%%/node_modules/bunyan/README.md +%%WWWDIR%%/node_modules/bunyan/TODO.md +%%WWWDIR%%/node_modules/bunyan/bin/bunyan +%%WWWDIR%%/node_modules/bunyan/docs/bunyan.1 +%%WWWDIR%%/node_modules/bunyan/docs/bunyan.1.html +%%WWWDIR%%/node_modules/bunyan/docs/bunyan.1.ronn +%%WWWDIR%%/node_modules/bunyan/docs/img/bunyan.browserify.png +%%WWWDIR%%/node_modules/bunyan/docs/index.html +%%WWWDIR%%/node_modules/bunyan/lib/bunyan.js +%%WWWDIR%%/node_modules/bunyan/package.json +%%WWWDIR%%/node_modules/call/.npmignore +%%WWWDIR%%/node_modules/call/LICENSE +%%WWWDIR%%/node_modules/call/README.md +%%WWWDIR%%/node_modules/call/lib/index.js +%%WWWDIR%%/node_modules/call/lib/regex.js +%%WWWDIR%%/node_modules/call/lib/segment.js +%%WWWDIR%%/node_modules/call/node_modules/boom/LICENSE +%%WWWDIR%%/node_modules/call/node_modules/boom/README.md +%%WWWDIR%%/node_modules/call/node_modules/boom/lib/index.js +%%WWWDIR%%/node_modules/call/node_modules/boom/package.json +%%WWWDIR%%/node_modules/call/node_modules/hoek/.npmignore +%%WWWDIR%%/node_modules/call/node_modules/hoek/LICENSE +%%WWWDIR%%/node_modules/call/node_modules/hoek/README.md +%%WWWDIR%%/node_modules/call/node_modules/hoek/lib/escape.js +%%WWWDIR%%/node_modules/call/node_modules/hoek/lib/index.js +%%WWWDIR%%/node_modules/call/node_modules/hoek/package.json +%%WWWDIR%%/node_modules/call/package.json +%%WWWDIR%%/node_modules/camelcase/index.js +%%WWWDIR%%/node_modules/camelcase/license +%%WWWDIR%%/node_modules/camelcase/package.json +%%WWWDIR%%/node_modules/camelcase/readme.md +%%WWWDIR%%/node_modules/caniuse-db/.editorconfig +%%WWWDIR%%/node_modules/caniuse-db/.npmignore +%%WWWDIR%%/node_modules/caniuse-db/CONTRIBUTING.md +%%WWWDIR%%/node_modules/caniuse-db/LICENSE +%%WWWDIR%%/node_modules/caniuse-db/README.md +%%WWWDIR%%/node_modules/caniuse-db/data.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/aac.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/ac3-ec3.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/addeventlistener.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/alternate-stylesheet.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/ambient-light.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/apng.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/arrow-functions.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/asmjs.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/async-functions.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/atob-btoa.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/audio-api.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/audio.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/audiotracks.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/autofocus.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/background-attachment.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/background-img-opts.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/background-position-x-y.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/battery-status.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/beacon.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/blobbuilder.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/bloburls.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/border-image.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/border-radius.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/broadcastchannel.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/brotli.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/calc.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/canvas-blending.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/canvas-text.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/canvas.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/ch-unit.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/chacha20-poly1305.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/channel-messaging.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/childnode-remove.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/classlist.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/client-hints-dpr-width-viewport.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/clipboard.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/comparedocumentposition.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/console-basic.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/const.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/contenteditable.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/contentsecuritypolicy.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/contentsecuritypolicy2.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/cors.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/credential-management.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/cryptography.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-all.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-animation.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-any-link.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-appearance.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-at-counter-style.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-backdrop-filter.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-background-offsets.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-backgroundblendmode.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-boxdecorationbreak.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-boxshadow.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-canvas.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-case-insensitive.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-clip-path.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-containment.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-counters.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-crisp-edges.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-cross-fade.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-default-pseudo.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-descendant-gtgt.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-deviceadaptation.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-dir-pseudo.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-element-function.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-exclusions.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-featurequeries.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-filter-function.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-filters.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-first-letter.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-first-line.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-fixed.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-focus-within.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-font-rendering-controls.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-font-stretch.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-gencontent.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-gradients.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-grid.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-has.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-hyphens.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-image-orientation.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-image-set.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-in-out-of-range.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-indeterminate-pseudo.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-initial-letter.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-initial-value.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-letter-spacing.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-line-clamp.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-logical-props.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-marker-pseudo.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-masks.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-matches-pseudo.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-media-interaction.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-media-resolution.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-media-scripting.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-mediaqueries.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-mixblendmode.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-motion-paths.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-not-sel-list.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-nth-child-of.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-opacity.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-optional-pseudo.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-page-break.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-paged-media.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-placeholder-shown.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-placeholder.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-read-only-write.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-reflections.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-regions.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-repeating-gradients.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-resize.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-revert-value.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-scroll-behavior.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-scrollbar.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-sel2.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-sel3.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-selection.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-shapes.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-snappoints.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-sticky.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-supports-api.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-table.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-text-align-last.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-text-indent.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-text-justify.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-text-spacing.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-textshadow.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-touch-action.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-transitions.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-unset-value.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-variables.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-widows-orphans.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-writing-mode.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css-zoom.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css3-attr.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css3-boxsizing.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css3-colors.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css3-cursors-grab.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css3-cursors-newer.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css3-cursors.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/css3-tabsize.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/currentcolor.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/custom-elements.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/custom-elementsv1.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/customevent.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/datalist.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/dataset.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/datauri.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/details.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/deviceorientation.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/devicepixelratio.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/dialog.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/dispatchevent.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/document-currentscript.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/document-execcommand.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/documenthead.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/dom-manip-convenience.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/dom-range.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/domcontentloaded.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/domfocusin-domfocusout-events.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/dommatrix.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/download.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/dragndrop.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/element-closest.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/element-from-point.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/eot.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/es5.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/es6-class.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/es6-module.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/es6-number.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/eventsource.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/fetch.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/fieldset-disabled.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/fileapi.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/filereader.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/filereadersync.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/filesystem.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/flac.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/flexbox.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/flow-root.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/focusin-focusout-events.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/font-feature.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/font-kerning.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/font-loading.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/font-size-adjust.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/font-smooth.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/font-unicode-range.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/font-variant-alternates.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/fontface.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/form-attribute.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/form-submit-attributes.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/form-validation.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/forms.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/fullscreen.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/gamepad.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/geolocation.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/getboundingclientrect.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/getcomputedstyle.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/getelementsbyclassname.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/getrandomvalues.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/hashchange.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/hidden.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/high-resolution-time.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/history.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/html-media-capture.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/html5semantic.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/http-live-streaming.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/http2.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/iframe-sandbox.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/iframe-seamless.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/iframe-srcdoc.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/imagecapture.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/ime.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/img-naturalwidth-naturalheight.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/imports.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/indeterminate-checkbox.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/indexeddb.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/inline-block.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/innertext.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/input-autocomplete-onoff.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/input-color.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/input-datetime.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/input-email-tel-url.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/input-event.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/input-file-accept.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/input-file-multiple.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/input-inputmode.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/input-minlength.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/input-number.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/input-pattern.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/input-placeholder.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/input-range.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/input-search.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/insert-adjacent.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/insertadjacenthtml.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/internationalization.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/intersectionobserver.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/intrinsic-width.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/jpeg2000.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/jpegxr.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/json.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/kerning-pairs-ligatures.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/keyboardevent-charcode.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/keyboardevent-code.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/keyboardevent-getmodifierstate.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/keyboardevent-key.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/keyboardevent-location.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/keyboardevent-which.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/lazyload.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/let.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/link-icon-png.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/link-icon-svg.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/link-rel-dns-prefetch.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/link-rel-preconnect.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/link-rel-prefetch.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/link-rel-preload.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/link-rel-prerender.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/matchesselector.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/matchmedia.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/mathml.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/maxlength.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/media-attribute.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/mediarecorder.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/mediasource.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/menu.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/meter.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/midi.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/minmaxwh.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/mp3.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/mpeg4.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/multibackgrounds.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/multicolumn.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/mutation-events.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/mutationobserver.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/namevalue-storage.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/nav-timing.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/netinfo.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/node-contains.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/node-parentelement.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/notifications.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/object-fit.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/object-observe.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/objectrtc.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/offline-apps.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/ogg-vorbis.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/ogv.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/ol-reversed.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/once-event-listener.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/online-status.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/opus.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/outline.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/page-transition-events.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/pagevisibility.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/passive-event-listener.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/payment-request.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/permissions-api.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/picture.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/ping.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/png-alpha.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/pointer-events.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/pointer.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/pointerlock.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/progress.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/promises.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/proximity.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/proxy.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/publickeypinning.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/push-api.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/queryselector.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/readonly-attr.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/referrer-policy.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/registerprotocolhandler.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/rel-noopener.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/rellist.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/rem.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/requestanimationframe.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/requestidlecallback.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/resource-timing.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/rest-parameters.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/rtcpeerconnection.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/ruby.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/same-site-cookie-attribute.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/screen-orientation.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/script-async.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/script-defer.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/scrollintoview.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/scrollintoviewifneeded.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/sdch.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/selection-api.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/serviceworkers.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/setimmediate.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/shadowdom.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/shadowdomv1.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/sharedworkers.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/sni.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/spdy.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/speech-recognition.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/speech-synthesis.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/spellcheck-attribute.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/sql-storage.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/srcset.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/stopimmediatepropagation.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/stream.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/stricttransportsecurity.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/style-scoped.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/subresource-integrity.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/svg-css.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/svg-filters.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/svg-fonts.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/svg-fragment.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/svg-html.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/svg-html5.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/svg-img.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/svg-smil.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/svg.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/tabindex-attr.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/template.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/testfeat.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/text-decoration.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/text-emphasis.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/text-overflow.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/text-size-adjust.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/text-stroke.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/textcontent.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/textencoder.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/tls1-1.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/tls1-2.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/touch.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/transforms2d.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/transforms3d.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/ttf.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/typedarrays.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/u2f.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/upgradeinsecurerequests.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/url.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/urlsearchparams.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/use-strict.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/user-select-none.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/user-timing.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/vibration.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/video.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/videotracks.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/viewport-units.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/wai-aria.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/wasm.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/wav.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/wbr-element.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/web-animation.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/web-app-manifest.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/web-bluetooth.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/webgl.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/webgl2.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/webm.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/webp.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/websockets.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/webvtt.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/webworkers.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/will-change.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/woff.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/woff2.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/word-break.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/wordwrap.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/x-doc-messaging.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/x-frame-options.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/xhr2.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/xhtml.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/xhtmlsmil.json +%%WWWDIR%%/node_modules/caniuse-db/features-json/xml-serializer.json +%%WWWDIR%%/node_modules/caniuse-db/fulldata-json/data-1.0.json +%%WWWDIR%%/node_modules/caniuse-db/fulldata-json/data-2.0.json +%%WWWDIR%%/node_modules/caniuse-db/package.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/AD.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/AE.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/AF.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/AG.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/AI.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/AL.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/AM.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/AN.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/AO.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/AR.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/AS.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/AT.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/AU.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/AW.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/AX.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/AZ.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/BA.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/BB.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/BD.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/BE.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/BF.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/BG.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/BH.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/BI.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/BJ.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/BM.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/BN.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/BO.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/BR.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/BS.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/BT.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/BW.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/BY.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/BZ.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/CA.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/CD.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/CF.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/CG.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/CH.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/CI.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/CK.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/CL.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/CM.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/CN.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/CO.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/CR.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/CU.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/CV.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/CX.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/CY.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/CZ.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/DE.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/DJ.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/DK.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/DM.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/DO.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/DZ.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/EC.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/EE.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/EG.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/ER.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/ES.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/ET.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/FI.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/FJ.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/FK.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/FM.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/FO.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/FR.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/GA.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/GB.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/GD.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/GE.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/GF.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/GG.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/GH.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/GI.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/GL.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/GM.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/GN.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/GP.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/GQ.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/GR.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/GT.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/GU.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/GW.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/GY.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/HK.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/HN.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/HR.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/HT.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/HU.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/ID.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/IE.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/IL.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/IM.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/IN.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/IQ.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/IR.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/IS.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/IT.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/JE.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/JM.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/JO.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/JP.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/KE.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/KG.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/KH.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/KI.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/KM.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/KN.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/KP.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/KR.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/KW.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/KY.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/KZ.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/LA.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/LB.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/LC.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/LI.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/LK.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/LR.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/LS.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/LT.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/LU.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/LV.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/LY.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/MA.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/MC.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/MD.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/ME.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/MG.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/MH.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/MK.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/ML.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/MM.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/MN.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/MO.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/MP.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/MQ.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/MR.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/MS.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/MT.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/MU.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/MV.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/MW.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/MX.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/MY.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/MZ.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/NA.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/NC.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/NE.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/NF.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/NG.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/NI.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/NL.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/NO.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/NP.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/NR.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/NU.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/NZ.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/OM.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/PA.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/PE.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/PF.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/PG.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/PH.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/PK.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/PL.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/PM.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/PN.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/PR.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/PS.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/PT.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/PW.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/PY.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/QA.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/RE.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/RO.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/RS.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/RU.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/RW.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/SA.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/SB.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/SC.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/SD.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/SE.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/SG.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/SH.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/SI.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/SK.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/SL.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/SM.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/SN.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/SO.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/SR.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/ST.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/SV.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/SY.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/SZ.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/TC.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/TD.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/TG.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/TH.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/TJ.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/TK.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/TL.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/TM.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/TN.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/TO.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/TR.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/TT.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/TV.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/TW.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/TZ.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/UA.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/UG.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/US.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/UY.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/UZ.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/VA.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/VC.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/VE.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/VG.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/VI.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/VN.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/VU.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/WF.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/WS.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/YE.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/YT.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/ZA.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/ZM.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/ZW.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/alt-af.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/alt-an.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/alt-as.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/alt-eu.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/alt-na.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/alt-oc.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/alt-sa.json +%%WWWDIR%%/node_modules/caniuse-db/region-usage-json/alt-ww.json +%%WWWDIR%%/node_modules/caseless/LICENSE +%%WWWDIR%%/node_modules/caseless/README.md +%%WWWDIR%%/node_modules/caseless/index.js +%%WWWDIR%%/node_modules/caseless/package.json +%%WWWDIR%%/node_modules/caseless/test.js +%%WWWDIR%%/node_modules/catbox-memory/.npmignore +%%WWWDIR%%/node_modules/catbox-memory/LICENSE +%%WWWDIR%%/node_modules/catbox-memory/README.md +%%WWWDIR%%/node_modules/catbox-memory/lib/index.js +%%WWWDIR%%/node_modules/catbox-memory/node_modules/hoek/.npmignore +%%WWWDIR%%/node_modules/catbox-memory/node_modules/hoek/LICENSE +%%WWWDIR%%/node_modules/catbox-memory/node_modules/hoek/README.md +%%WWWDIR%%/node_modules/catbox-memory/node_modules/hoek/lib/escape.js +%%WWWDIR%%/node_modules/catbox-memory/node_modules/hoek/lib/index.js +%%WWWDIR%%/node_modules/catbox-memory/node_modules/hoek/package.json +%%WWWDIR%%/node_modules/catbox-memory/package.json +%%WWWDIR%%/node_modules/catbox/.npmignore +%%WWWDIR%%/node_modules/catbox/LICENSE +%%WWWDIR%%/node_modules/catbox/README.md +%%WWWDIR%%/node_modules/catbox/lib/client.js +%%WWWDIR%%/node_modules/catbox/lib/index.js +%%WWWDIR%%/node_modules/catbox/lib/policy.js +%%WWWDIR%%/node_modules/catbox/node_modules/boom/LICENSE +%%WWWDIR%%/node_modules/catbox/node_modules/boom/README.md +%%WWWDIR%%/node_modules/catbox/node_modules/boom/lib/index.js +%%WWWDIR%%/node_modules/catbox/node_modules/boom/package.json +%%WWWDIR%%/node_modules/catbox/node_modules/hoek/.npmignore +%%WWWDIR%%/node_modules/catbox/node_modules/hoek/LICENSE +%%WWWDIR%%/node_modules/catbox/node_modules/hoek/README.md +%%WWWDIR%%/node_modules/catbox/node_modules/hoek/lib/escape.js +%%WWWDIR%%/node_modules/catbox/node_modules/hoek/lib/index.js +%%WWWDIR%%/node_modules/catbox/node_modules/hoek/package.json +%%WWWDIR%%/node_modules/catbox/node_modules/isemail/.npmignore +%%WWWDIR%%/node_modules/catbox/node_modules/isemail/LICENSE +%%WWWDIR%%/node_modules/catbox/node_modules/isemail/README.md +%%WWWDIR%%/node_modules/catbox/node_modules/isemail/lib/index.js +%%WWWDIR%%/node_modules/catbox/node_modules/isemail/package.json +%%WWWDIR%%/node_modules/catbox/node_modules/items/.npmignore +%%WWWDIR%%/node_modules/catbox/node_modules/items/LICENSE +%%WWWDIR%%/node_modules/catbox/node_modules/items/README.md +%%WWWDIR%%/node_modules/catbox/node_modules/items/lib/index.js +%%WWWDIR%%/node_modules/catbox/node_modules/items/package.json +%%WWWDIR%%/node_modules/catbox/node_modules/joi/LICENSE +%%WWWDIR%%/node_modules/catbox/node_modules/joi/README.md +%%WWWDIR%%/node_modules/catbox/node_modules/joi/lib/alternatives.js +%%WWWDIR%%/node_modules/catbox/node_modules/joi/lib/any.js +%%WWWDIR%%/node_modules/catbox/node_modules/joi/lib/array.js +%%WWWDIR%%/node_modules/catbox/node_modules/joi/lib/binary.js +%%WWWDIR%%/node_modules/catbox/node_modules/joi/lib/boolean.js +%%WWWDIR%%/node_modules/catbox/node_modules/joi/lib/cast.js +%%WWWDIR%%/node_modules/catbox/node_modules/joi/lib/date.js +%%WWWDIR%%/node_modules/catbox/node_modules/joi/lib/errors.js +%%WWWDIR%%/node_modules/catbox/node_modules/joi/lib/index.js +%%WWWDIR%%/node_modules/catbox/node_modules/joi/lib/language.js +%%WWWDIR%%/node_modules/catbox/node_modules/joi/lib/lazy.js +%%WWWDIR%%/node_modules/catbox/node_modules/joi/lib/number.js +%%WWWDIR%%/node_modules/catbox/node_modules/joi/lib/object.js +%%WWWDIR%%/node_modules/catbox/node_modules/joi/lib/ref.js +%%WWWDIR%%/node_modules/catbox/node_modules/joi/lib/schemas.js +%%WWWDIR%%/node_modules/catbox/node_modules/joi/lib/set.js +%%WWWDIR%%/node_modules/catbox/node_modules/joi/lib/string.js +%%WWWDIR%%/node_modules/catbox/node_modules/joi/lib/string/ip.js +%%WWWDIR%%/node_modules/catbox/node_modules/joi/lib/string/rfc3986.js +%%WWWDIR%%/node_modules/catbox/node_modules/joi/lib/string/uri.js +%%WWWDIR%%/node_modules/catbox/node_modules/joi/package.json +%%WWWDIR%%/node_modules/catbox/node_modules/topo/.npmignore +%%WWWDIR%%/node_modules/catbox/node_modules/topo/README.md +%%WWWDIR%%/node_modules/catbox/node_modules/topo/lib/index.js +%%WWWDIR%%/node_modules/catbox/node_modules/topo/package.json +%%WWWDIR%%/node_modules/catbox/package.json +%%WWWDIR%%/node_modules/center-align/LICENSE +%%WWWDIR%%/node_modules/center-align/README.md +%%WWWDIR%%/node_modules/center-align/index.js +%%WWWDIR%%/node_modules/center-align/package.json +%%WWWDIR%%/node_modules/center-align/utils.js +%%WWWDIR%%/node_modules/chainsaw/.npmignore +%%WWWDIR%%/node_modules/chainsaw/README.markdown +%%WWWDIR%%/node_modules/chainsaw/examples/add_do.js +%%WWWDIR%%/node_modules/chainsaw/examples/prompt.js +%%WWWDIR%%/node_modules/chainsaw/index.js +%%WWWDIR%%/node_modules/chainsaw/package.json +%%WWWDIR%%/node_modules/chalk/index.js +%%WWWDIR%%/node_modules/chalk/license +%%WWWDIR%%/node_modules/chalk/node_modules/supports-color/index.js +%%WWWDIR%%/node_modules/chalk/node_modules/supports-color/license +%%WWWDIR%%/node_modules/chalk/node_modules/supports-color/package.json +%%WWWDIR%%/node_modules/chalk/node_modules/supports-color/readme.md +%%WWWDIR%%/node_modules/chalk/package.json +%%WWWDIR%%/node_modules/chalk/readme.md +%%WWWDIR%%/node_modules/character-parser/.npmignore +%%WWWDIR%%/node_modules/character-parser/LICENSE +%%WWWDIR%%/node_modules/character-parser/README.md +%%WWWDIR%%/node_modules/character-parser/index.js +%%WWWDIR%%/node_modules/character-parser/package.json +%%WWWDIR%%/node_modules/chokidar/CHANGELOG.md +%%WWWDIR%%/node_modules/chokidar/README.md +%%WWWDIR%%/node_modules/chokidar/index.js +%%WWWDIR%%/node_modules/chokidar/lib/fsevents-handler.js +%%WWWDIR%%/node_modules/chokidar/lib/nodefs-handler.js +%%WWWDIR%%/node_modules/chokidar/package.json +%%WWWDIR%%/node_modules/clean-css/History.md +%%WWWDIR%%/node_modules/clean-css/LICENSE +%%WWWDIR%%/node_modules/clean-css/README.md +%%WWWDIR%%/node_modules/clean-css/bin/cleancss +%%WWWDIR%%/node_modules/clean-css/index.js +%%WWWDIR%%/node_modules/clean-css/lib/clean.js +%%WWWDIR%%/node_modules/clean-css/lib/colors/hex-name-shortener.js +%%WWWDIR%%/node_modules/clean-css/lib/colors/hsl.js +%%WWWDIR%%/node_modules/clean-css/lib/colors/rgb.js +%%WWWDIR%%/node_modules/clean-css/lib/imports/inliner.js +%%WWWDIR%%/node_modules/clean-css/lib/properties/break-up.js +%%WWWDIR%%/node_modules/clean-css/lib/properties/can-override.js +%%WWWDIR%%/node_modules/clean-css/lib/properties/clone.js +%%WWWDIR%%/node_modules/clean-css/lib/properties/compactable.js +%%WWWDIR%%/node_modules/clean-css/lib/properties/every-combination.js +%%WWWDIR%%/node_modules/clean-css/lib/properties/has-inherit.js +%%WWWDIR%%/node_modules/clean-css/lib/properties/invalid-property-error.js +%%WWWDIR%%/node_modules/clean-css/lib/properties/optimizer.js +%%WWWDIR%%/node_modules/clean-css/lib/properties/override-compactor.js +%%WWWDIR%%/node_modules/clean-css/lib/properties/populate-components.js +%%WWWDIR%%/node_modules/clean-css/lib/properties/remove-unused.js +%%WWWDIR%%/node_modules/clean-css/lib/properties/restore-from-optimizing.js +%%WWWDIR%%/node_modules/clean-css/lib/properties/restore.js +%%WWWDIR%%/node_modules/clean-css/lib/properties/shorthand-compactor.js +%%WWWDIR%%/node_modules/clean-css/lib/properties/validator.js +%%WWWDIR%%/node_modules/clean-css/lib/properties/vendor-prefixes.js +%%WWWDIR%%/node_modules/clean-css/lib/properties/wrap-for-optimizing.js +%%WWWDIR%%/node_modules/clean-css/lib/selectors/advanced.js +%%WWWDIR%%/node_modules/clean-css/lib/selectors/clean-up.js +%%WWWDIR%%/node_modules/clean-css/lib/selectors/extractor.js +%%WWWDIR%%/node_modules/clean-css/lib/selectors/is-special.js +%%WWWDIR%%/node_modules/clean-css/lib/selectors/merge-adjacent.js +%%WWWDIR%%/node_modules/clean-css/lib/selectors/merge-media-queries.js +%%WWWDIR%%/node_modules/clean-css/lib/selectors/merge-non-adjacent-by-body.js +%%WWWDIR%%/node_modules/clean-css/lib/selectors/merge-non-adjacent-by-selector.js +%%WWWDIR%%/node_modules/clean-css/lib/selectors/reduce-non-adjacent.js +%%WWWDIR%%/node_modules/clean-css/lib/selectors/remove-duplicate-media-queries.js +%%WWWDIR%%/node_modules/clean-css/lib/selectors/remove-duplicates.js +%%WWWDIR%%/node_modules/clean-css/lib/selectors/reorderable.js +%%WWWDIR%%/node_modules/clean-css/lib/selectors/restructure.js +%%WWWDIR%%/node_modules/clean-css/lib/selectors/simple.js +%%WWWDIR%%/node_modules/clean-css/lib/source-maps/track.js +%%WWWDIR%%/node_modules/clean-css/lib/stringifier/helpers.js +%%WWWDIR%%/node_modules/clean-css/lib/stringifier/one-time.js +%%WWWDIR%%/node_modules/clean-css/lib/stringifier/simple.js +%%WWWDIR%%/node_modules/clean-css/lib/stringifier/source-maps.js +%%WWWDIR%%/node_modules/clean-css/lib/text/comments-processor.js +%%WWWDIR%%/node_modules/clean-css/lib/text/escape-store.js +%%WWWDIR%%/node_modules/clean-css/lib/text/expressions-processor.js +%%WWWDIR%%/node_modules/clean-css/lib/text/free-text-processor.js +%%WWWDIR%%/node_modules/clean-css/lib/text/urls-processor.js +%%WWWDIR%%/node_modules/clean-css/lib/tokenizer/extract-properties.js +%%WWWDIR%%/node_modules/clean-css/lib/tokenizer/extract-selectors.js +%%WWWDIR%%/node_modules/clean-css/lib/tokenizer/tokenize.js +%%WWWDIR%%/node_modules/clean-css/lib/urls/rebase.js +%%WWWDIR%%/node_modules/clean-css/lib/urls/reduce.js +%%WWWDIR%%/node_modules/clean-css/lib/urls/rewrite.js +%%WWWDIR%%/node_modules/clean-css/lib/utils/clone-array.js +%%WWWDIR%%/node_modules/clean-css/lib/utils/compatibility.js +%%WWWDIR%%/node_modules/clean-css/lib/utils/input-source-map-tracker.js +%%WWWDIR%%/node_modules/clean-css/lib/utils/object.js +%%WWWDIR%%/node_modules/clean-css/lib/utils/quote-scanner.js +%%WWWDIR%%/node_modules/clean-css/lib/utils/source-reader.js +%%WWWDIR%%/node_modules/clean-css/lib/utils/source-tracker.js +%%WWWDIR%%/node_modules/clean-css/lib/utils/split.js +%%WWWDIR%%/node_modules/clean-css/node_modules/source-map/README.md +%%WWWDIR%%/node_modules/clean-css/node_modules/source-map/build/assert-shim.js +%%WWWDIR%%/node_modules/clean-css/node_modules/source-map/build/mini-require.js +%%WWWDIR%%/node_modules/clean-css/node_modules/source-map/build/prefix-source-map.jsm +%%WWWDIR%%/node_modules/clean-css/node_modules/source-map/build/prefix-utils.jsm +%%WWWDIR%%/node_modules/clean-css/node_modules/source-map/build/suffix-browser.js +%%WWWDIR%%/node_modules/clean-css/node_modules/source-map/build/suffix-source-map.jsm +%%WWWDIR%%/node_modules/clean-css/node_modules/source-map/build/suffix-utils.jsm +%%WWWDIR%%/node_modules/clean-css/node_modules/source-map/build/test-prefix.js +%%WWWDIR%%/node_modules/clean-css/node_modules/source-map/build/test-suffix.js +%%WWWDIR%%/node_modules/clean-css/node_modules/source-map/lib/source-map.js +%%WWWDIR%%/node_modules/clean-css/node_modules/source-map/lib/source-map/array-set.js +%%WWWDIR%%/node_modules/clean-css/node_modules/source-map/lib/source-map/base64-vlq.js +%%WWWDIR%%/node_modules/clean-css/node_modules/source-map/lib/source-map/base64.js +%%WWWDIR%%/node_modules/clean-css/node_modules/source-map/lib/source-map/binary-search.js +%%WWWDIR%%/node_modules/clean-css/node_modules/source-map/lib/source-map/mapping-list.js +%%WWWDIR%%/node_modules/clean-css/node_modules/source-map/lib/source-map/quick-sort.js +%%WWWDIR%%/node_modules/clean-css/node_modules/source-map/lib/source-map/source-map-consumer.js +%%WWWDIR%%/node_modules/clean-css/node_modules/source-map/lib/source-map/source-map-generator.js +%%WWWDIR%%/node_modules/clean-css/node_modules/source-map/lib/source-map/source-node.js +%%WWWDIR%%/node_modules/clean-css/node_modules/source-map/lib/source-map/util.js +%%WWWDIR%%/node_modules/clean-css/node_modules/source-map/package.json +%%WWWDIR%%/node_modules/clean-css/package.json +%%WWWDIR%%/node_modules/clipboard/contributing.md +%%WWWDIR%%/node_modules/clipboard/dist/clipboard.js +%%WWWDIR%%/node_modules/clipboard/dist/clipboard.min.js +%%WWWDIR%%/node_modules/clipboard/lib/clipboard-action.js +%%WWWDIR%%/node_modules/clipboard/lib/clipboard.js +%%WWWDIR%%/node_modules/clipboard/package.js +%%WWWDIR%%/node_modules/clipboard/package.json +%%WWWDIR%%/node_modules/clipboard/readme.md +%%WWWDIR%%/node_modules/cliui/.coveralls.yml +%%WWWDIR%%/node_modules/cliui/.npmignore +%%WWWDIR%%/node_modules/cliui/.travis.yml +%%WWWDIR%%/node_modules/cliui/LICENSE.txt +%%WWWDIR%%/node_modules/cliui/README.md +%%WWWDIR%%/node_modules/cliui/index.js +%%WWWDIR%%/node_modules/cliui/package.json +%%WWWDIR%%/node_modules/clone/.npmignore +%%WWWDIR%%/node_modules/clone/.travis.yml +%%WWWDIR%%/node_modules/clone/LICENSE +%%WWWDIR%%/node_modules/clone/README.md +%%WWWDIR%%/node_modules/clone/clone.js +%%WWWDIR%%/node_modules/clone/package.json +%%WWWDIR%%/node_modules/clone/test-apart-ctx.html +%%WWWDIR%%/node_modules/clone/test.html +%%WWWDIR%%/node_modules/clone/test.js +%%WWWDIR%%/node_modules/color-convert/.travis.yml +%%WWWDIR%%/node_modules/color-convert/CHANGELOG.md +%%WWWDIR%%/node_modules/color-convert/LICENSE +%%WWWDIR%%/node_modules/color-convert/README.md +%%WWWDIR%%/node_modules/color-convert/component.json +%%WWWDIR%%/node_modules/color-convert/conversions.js +%%WWWDIR%%/node_modules/color-convert/index.js +%%WWWDIR%%/node_modules/color-convert/package.json +%%WWWDIR%%/node_modules/color-name/LICENSE +%%WWWDIR%%/node_modules/color-name/README.md +%%WWWDIR%%/node_modules/color-name/index.js +%%WWWDIR%%/node_modules/color-name/package.json +%%WWWDIR%%/node_modules/color-string/CHANGELOG.md +%%WWWDIR%%/node_modules/color-string/LICENSE +%%WWWDIR%%/node_modules/color-string/README.md +%%WWWDIR%%/node_modules/color-string/color-string.js +%%WWWDIR%%/node_modules/color-string/package.json +%%WWWDIR%%/node_modules/color/CHANGELOG.md +%%WWWDIR%%/node_modules/color/LICENSE +%%WWWDIR%%/node_modules/color/README.md +%%WWWDIR%%/node_modules/color/index.js +%%WWWDIR%%/node_modules/color/package.json +%%WWWDIR%%/node_modules/colormin/CHANGELOG.md +%%WWWDIR%%/node_modules/colormin/LICENSE-MIT +%%WWWDIR%%/node_modules/colormin/README.md +%%WWWDIR%%/node_modules/colormin/dist/index.js +%%WWWDIR%%/node_modules/colormin/dist/lib/colourNames.js +%%WWWDIR%%/node_modules/colormin/dist/lib/colourType.js +%%WWWDIR%%/node_modules/colormin/dist/lib/stripWhitespace.js +%%WWWDIR%%/node_modules/colormin/dist/lib/toLonghand.js +%%WWWDIR%%/node_modules/colormin/dist/lib/toShorthand.js +%%WWWDIR%%/node_modules/colormin/dist/lib/trimLeadingZero.js +%%WWWDIR%%/node_modules/colormin/node_modules/color-convert/CHANGELOG.md +%%WWWDIR%%/node_modules/colormin/node_modules/color-convert/LICENSE +%%WWWDIR%%/node_modules/colormin/node_modules/color-convert/README.md +%%WWWDIR%%/node_modules/colormin/node_modules/color-convert/conversions.js +%%WWWDIR%%/node_modules/colormin/node_modules/color-convert/index.js +%%WWWDIR%%/node_modules/colormin/node_modules/color-convert/package.json +%%WWWDIR%%/node_modules/colormin/node_modules/color-convert/route.js +%%WWWDIR%%/node_modules/colormin/node_modules/color/LICENSE +%%WWWDIR%%/node_modules/colormin/node_modules/color/README.md +%%WWWDIR%%/node_modules/colormin/node_modules/color/index.js +%%WWWDIR%%/node_modules/colormin/node_modules/color/package.json +%%WWWDIR%%/node_modules/colormin/package.json +%%WWWDIR%%/node_modules/combined-stream/License +%%WWWDIR%%/node_modules/combined-stream/Readme.md +%%WWWDIR%%/node_modules/combined-stream/lib/combined_stream.js +%%WWWDIR%%/node_modules/combined-stream/package.json +%%WWWDIR%%/node_modules/commander/History.md +%%WWWDIR%%/node_modules/commander/LICENSE +%%WWWDIR%%/node_modules/commander/Readme.md +%%WWWDIR%%/node_modules/commander/index.js +%%WWWDIR%%/node_modules/commander/package.json +%%WWWDIR%%/node_modules/commoner/LICENSE +%%WWWDIR%%/node_modules/commoner/README.md +%%WWWDIR%%/node_modules/commoner/bin/commonize +%%WWWDIR%%/node_modules/commoner/lib/cache.js +%%WWWDIR%%/node_modules/commoner/lib/commoner.js +%%WWWDIR%%/node_modules/commoner/lib/context.js +%%WWWDIR%%/node_modules/commoner/lib/grep.js +%%WWWDIR%%/node_modules/commoner/lib/output.js +%%WWWDIR%%/node_modules/commoner/lib/reader.js +%%WWWDIR%%/node_modules/commoner/lib/relative.js +%%WWWDIR%%/node_modules/commoner/lib/util.js +%%WWWDIR%%/node_modules/commoner/lib/watcher.js +%%WWWDIR%%/node_modules/commoner/main.js +%%WWWDIR%%/node_modules/commoner/node_modules/.bin/esparse +%%WWWDIR%%/node_modules/commoner/node_modules/.bin/esvalidate +%%WWWDIR%%/node_modules/commoner/node_modules/esprima/ChangeLog +%%WWWDIR%%/node_modules/commoner/node_modules/esprima/LICENSE.BSD +%%WWWDIR%%/node_modules/commoner/node_modules/esprima/README.md +%%WWWDIR%%/node_modules/commoner/node_modules/esprima/bin/esparse.js +%%WWWDIR%%/node_modules/commoner/node_modules/esprima/bin/esvalidate.js +%%WWWDIR%%/node_modules/commoner/node_modules/esprima/dist/esprima.js +%%WWWDIR%%/node_modules/commoner/node_modules/esprima/package.json +%%WWWDIR%%/node_modules/commoner/node_modules/recast/.editorconfig +%%WWWDIR%%/node_modules/commoner/node_modules/recast/.npmignore +%%WWWDIR%%/node_modules/commoner/node_modules/recast/.travis.yml +%%WWWDIR%%/node_modules/commoner/node_modules/recast/LICENSE +%%WWWDIR%%/node_modules/commoner/node_modules/recast/README.md +%%WWWDIR%%/node_modules/commoner/node_modules/recast/example/add-braces +%%WWWDIR%%/node_modules/commoner/node_modules/recast/example/generic-identity +%%WWWDIR%%/node_modules/commoner/node_modules/recast/example/identity +%%WWWDIR%%/node_modules/commoner/node_modules/recast/example/to-while +%%WWWDIR%%/node_modules/commoner/node_modules/recast/lib/comments.js +%%WWWDIR%%/node_modules/commoner/node_modules/recast/lib/fast-path.js +%%WWWDIR%%/node_modules/commoner/node_modules/recast/lib/lines.js +%%WWWDIR%%/node_modules/commoner/node_modules/recast/lib/mapping.js +%%WWWDIR%%/node_modules/commoner/node_modules/recast/lib/options.js +%%WWWDIR%%/node_modules/commoner/node_modules/recast/lib/parser.js +%%WWWDIR%%/node_modules/commoner/node_modules/recast/lib/patcher.js +%%WWWDIR%%/node_modules/commoner/node_modules/recast/lib/printer.js +%%WWWDIR%%/node_modules/commoner/node_modules/recast/lib/types.js +%%WWWDIR%%/node_modules/commoner/node_modules/recast/lib/util.js +%%WWWDIR%%/node_modules/commoner/node_modules/recast/main.js +%%WWWDIR%%/node_modules/commoner/node_modules/recast/package.json +%%WWWDIR%%/node_modules/commoner/package.json +%%WWWDIR%%/node_modules/concat-map/.travis.yml +%%WWWDIR%%/node_modules/concat-map/LICENSE +%%WWWDIR%%/node_modules/concat-map/README.markdown +%%WWWDIR%%/node_modules/concat-map/example/map.js +%%WWWDIR%%/node_modules/concat-map/index.js +%%WWWDIR%%/node_modules/concat-map/package.json +%%WWWDIR%%/node_modules/console-browserify/.npmignore +%%WWWDIR%%/node_modules/console-browserify/.testem.json +%%WWWDIR%%/node_modules/console-browserify/.travis.yml +%%WWWDIR%%/node_modules/console-browserify/LICENCE +%%WWWDIR%%/node_modules/console-browserify/README.md +%%WWWDIR%%/node_modules/console-browserify/index.js +%%WWWDIR%%/node_modules/console-browserify/package.json +%%WWWDIR%%/node_modules/constantinople/.gitattributes +%%WWWDIR%%/node_modules/constantinople/.npmignore +%%WWWDIR%%/node_modules/constantinople/.travis.yml +%%WWWDIR%%/node_modules/constantinople/LICENSE +%%WWWDIR%%/node_modules/constantinople/README.md +%%WWWDIR%%/node_modules/constantinople/index.js +%%WWWDIR%%/node_modules/constantinople/node_modules/.bin/acorn +%%WWWDIR%%/node_modules/constantinople/node_modules/acorn/.editorconfig +%%WWWDIR%%/node_modules/constantinople/node_modules/acorn/.gitattributes +%%WWWDIR%%/node_modules/constantinople/node_modules/acorn/.npmignore +%%WWWDIR%%/node_modules/constantinople/node_modules/acorn/.tern-project +%%WWWDIR%%/node_modules/constantinople/node_modules/acorn/.travis.yml +%%WWWDIR%%/node_modules/constantinople/node_modules/acorn/AUTHORS +%%WWWDIR%%/node_modules/constantinople/node_modules/acorn/LICENSE +%%WWWDIR%%/node_modules/constantinople/node_modules/acorn/README.md +%%WWWDIR%%/node_modules/constantinople/node_modules/acorn/bin/acorn +%%WWWDIR%%/node_modules/constantinople/node_modules/acorn/bin/build-acorn.js +%%WWWDIR%%/node_modules/constantinople/node_modules/acorn/bin/generate-identifier-regex.js +%%WWWDIR%%/node_modules/constantinople/node_modules/acorn/bin/update_authors.sh +%%WWWDIR%%/node_modules/constantinople/node_modules/acorn/dist/.keep +%%WWWDIR%%/node_modules/constantinople/node_modules/acorn/dist/acorn.js +%%WWWDIR%%/node_modules/constantinople/node_modules/acorn/dist/acorn_loose.js +%%WWWDIR%%/node_modules/constantinople/node_modules/acorn/dist/walk.js +%%WWWDIR%%/node_modules/constantinople/node_modules/acorn/package.json +%%WWWDIR%%/node_modules/constantinople/node_modules/acorn/src/bin/acorn.js +%%WWWDIR%%/node_modules/constantinople/node_modules/acorn/src/expression.js +%%WWWDIR%%/node_modules/constantinople/node_modules/acorn/src/identifier.js +%%WWWDIR%%/node_modules/constantinople/node_modules/acorn/src/index.js +%%WWWDIR%%/node_modules/constantinople/node_modules/acorn/src/location.js +%%WWWDIR%%/node_modules/constantinople/node_modules/acorn/src/locutil.js +%%WWWDIR%%/node_modules/constantinople/node_modules/acorn/src/loose/acorn_loose.js +%%WWWDIR%%/node_modules/constantinople/node_modules/acorn/src/loose/expression.js +%%WWWDIR%%/node_modules/constantinople/node_modules/acorn/src/loose/index.js +%%WWWDIR%%/node_modules/constantinople/node_modules/acorn/src/loose/parseutil.js +%%WWWDIR%%/node_modules/constantinople/node_modules/acorn/src/loose/state.js +%%WWWDIR%%/node_modules/constantinople/node_modules/acorn/src/loose/statement.js +%%WWWDIR%%/node_modules/constantinople/node_modules/acorn/src/loose/tokenize.js +%%WWWDIR%%/node_modules/constantinople/node_modules/acorn/src/lval.js +%%WWWDIR%%/node_modules/constantinople/node_modules/acorn/src/node.js +%%WWWDIR%%/node_modules/constantinople/node_modules/acorn/src/options.js +%%WWWDIR%%/node_modules/constantinople/node_modules/acorn/src/parseutil.js +%%WWWDIR%%/node_modules/constantinople/node_modules/acorn/src/state.js +%%WWWDIR%%/node_modules/constantinople/node_modules/acorn/src/statement.js +%%WWWDIR%%/node_modules/constantinople/node_modules/acorn/src/tokencontext.js +%%WWWDIR%%/node_modules/constantinople/node_modules/acorn/src/tokenize.js +%%WWWDIR%%/node_modules/constantinople/node_modules/acorn/src/tokentype.js +%%WWWDIR%%/node_modules/constantinople/node_modules/acorn/src/util.js +%%WWWDIR%%/node_modules/constantinople/node_modules/acorn/src/walk/index.js +%%WWWDIR%%/node_modules/constantinople/node_modules/acorn/src/whitespace.js +%%WWWDIR%%/node_modules/constantinople/package.json +%%WWWDIR%%/node_modules/constants-browserify/README.md +%%WWWDIR%%/node_modules/constants-browserify/build.sh +%%WWWDIR%%/node_modules/constants-browserify/constants.json +%%WWWDIR%%/node_modules/constants-browserify/package.json +%%WWWDIR%%/node_modules/content/.npmignore +%%WWWDIR%%/node_modules/content/LICENSE +%%WWWDIR%%/node_modules/content/README.md +%%WWWDIR%%/node_modules/content/lib/index.js +%%WWWDIR%%/node_modules/content/node_modules/boom/LICENSE +%%WWWDIR%%/node_modules/content/node_modules/boom/README.md +%%WWWDIR%%/node_modules/content/node_modules/boom/lib/index.js +%%WWWDIR%%/node_modules/content/node_modules/boom/package.json +%%WWWDIR%%/node_modules/content/node_modules/hoek/.npmignore +%%WWWDIR%%/node_modules/content/node_modules/hoek/LICENSE +%%WWWDIR%%/node_modules/content/node_modules/hoek/README.md +%%WWWDIR%%/node_modules/content/node_modules/hoek/lib/escape.js +%%WWWDIR%%/node_modules/content/node_modules/hoek/lib/index.js +%%WWWDIR%%/node_modules/content/node_modules/hoek/package.json +%%WWWDIR%%/node_modules/content/package.json +%%WWWDIR%%/node_modules/convert-source-map/.npmignore +%%WWWDIR%%/node_modules/convert-source-map/.travis.yml +%%WWWDIR%%/node_modules/convert-source-map/LICENSE +%%WWWDIR%%/node_modules/convert-source-map/README.md +%%WWWDIR%%/node_modules/convert-source-map/example/comment-to-json.js +%%WWWDIR%%/node_modules/convert-source-map/index.js +%%WWWDIR%%/node_modules/convert-source-map/package.json +%%WWWDIR%%/node_modules/core-js/CHANGELOG.md +%%WWWDIR%%/node_modules/core-js/Gruntfile.js +%%WWWDIR%%/node_modules/core-js/LICENSE +%%WWWDIR%%/node_modules/core-js/bower.json +%%WWWDIR%%/node_modules/core-js/build/Gruntfile.ls +%%WWWDIR%%/node_modules/core-js/build/build.ls +%%WWWDIR%%/node_modules/core-js/build/config.js +%%WWWDIR%%/node_modules/core-js/build/index.js +%%WWWDIR%%/node_modules/core-js/client/core.js +%%WWWDIR%%/node_modules/core-js/client/core.min.js +%%WWWDIR%%/node_modules/core-js/client/core.min.js.map +%%WWWDIR%%/node_modules/core-js/client/library.js +%%WWWDIR%%/node_modules/core-js/client/library.min.js +%%WWWDIR%%/node_modules/core-js/client/library.min.js.map +%%WWWDIR%%/node_modules/core-js/client/shim.js +%%WWWDIR%%/node_modules/core-js/client/shim.min.js +%%WWWDIR%%/node_modules/core-js/client/shim.min.js.map +%%WWWDIR%%/node_modules/core-js/core/_.js +%%WWWDIR%%/node_modules/core-js/core/delay.js +%%WWWDIR%%/node_modules/core-js/core/dict.js +%%WWWDIR%%/node_modules/core-js/core/function.js +%%WWWDIR%%/node_modules/core-js/core/index.js +%%WWWDIR%%/node_modules/core-js/core/log.js +%%WWWDIR%%/node_modules/core-js/core/number.js +%%WWWDIR%%/node_modules/core-js/core/object.js +%%WWWDIR%%/node_modules/core-js/core/string.js +%%WWWDIR%%/node_modules/core-js/es5/index.js +%%WWWDIR%%/node_modules/core-js/es6/array.js +%%WWWDIR%%/node_modules/core-js/es6/function.js +%%WWWDIR%%/node_modules/core-js/es6/index.js +%%WWWDIR%%/node_modules/core-js/es6/map.js +%%WWWDIR%%/node_modules/core-js/es6/math.js +%%WWWDIR%%/node_modules/core-js/es6/number.js +%%WWWDIR%%/node_modules/core-js/es6/object.js +%%WWWDIR%%/node_modules/core-js/es6/promise.js +%%WWWDIR%%/node_modules/core-js/es6/reflect.js +%%WWWDIR%%/node_modules/core-js/es6/regexp.js +%%WWWDIR%%/node_modules/core-js/es6/set.js +%%WWWDIR%%/node_modules/core-js/es6/string.js +%%WWWDIR%%/node_modules/core-js/es6/symbol.js +%%WWWDIR%%/node_modules/core-js/es6/weak-map.js +%%WWWDIR%%/node_modules/core-js/es6/weak-set.js +%%WWWDIR%%/node_modules/core-js/es7/array.js +%%WWWDIR%%/node_modules/core-js/es7/index.js +%%WWWDIR%%/node_modules/core-js/es7/map.js +%%WWWDIR%%/node_modules/core-js/es7/object.js +%%WWWDIR%%/node_modules/core-js/es7/regexp.js +%%WWWDIR%%/node_modules/core-js/es7/set.js +%%WWWDIR%%/node_modules/core-js/es7/string.js +%%WWWDIR%%/node_modules/core-js/fn/_.js +%%WWWDIR%%/node_modules/core-js/fn/array/concat.js +%%WWWDIR%%/node_modules/core-js/fn/array/copy-within.js +%%WWWDIR%%/node_modules/core-js/fn/array/entries.js +%%WWWDIR%%/node_modules/core-js/fn/array/every.js +%%WWWDIR%%/node_modules/core-js/fn/array/fill.js +%%WWWDIR%%/node_modules/core-js/fn/array/filter.js +%%WWWDIR%%/node_modules/core-js/fn/array/find-index.js +%%WWWDIR%%/node_modules/core-js/fn/array/find.js +%%WWWDIR%%/node_modules/core-js/fn/array/for-each.js +%%WWWDIR%%/node_modules/core-js/fn/array/from.js +%%WWWDIR%%/node_modules/core-js/fn/array/includes.js +%%WWWDIR%%/node_modules/core-js/fn/array/index-of.js +%%WWWDIR%%/node_modules/core-js/fn/array/index.js +%%WWWDIR%%/node_modules/core-js/fn/array/iterator.js +%%WWWDIR%%/node_modules/core-js/fn/array/join.js +%%WWWDIR%%/node_modules/core-js/fn/array/keys.js +%%WWWDIR%%/node_modules/core-js/fn/array/last-index-of.js +%%WWWDIR%%/node_modules/core-js/fn/array/map.js +%%WWWDIR%%/node_modules/core-js/fn/array/of.js +%%WWWDIR%%/node_modules/core-js/fn/array/pop.js +%%WWWDIR%%/node_modules/core-js/fn/array/push.js +%%WWWDIR%%/node_modules/core-js/fn/array/reduce-right.js +%%WWWDIR%%/node_modules/core-js/fn/array/reduce.js +%%WWWDIR%%/node_modules/core-js/fn/array/reverse.js +%%WWWDIR%%/node_modules/core-js/fn/array/shift.js +%%WWWDIR%%/node_modules/core-js/fn/array/slice.js +%%WWWDIR%%/node_modules/core-js/fn/array/some.js +%%WWWDIR%%/node_modules/core-js/fn/array/sort.js +%%WWWDIR%%/node_modules/core-js/fn/array/splice.js +%%WWWDIR%%/node_modules/core-js/fn/array/unshift.js +%%WWWDIR%%/node_modules/core-js/fn/array/values.js +%%WWWDIR%%/node_modules/core-js/fn/clear-immediate.js +%%WWWDIR%%/node_modules/core-js/fn/delay.js +%%WWWDIR%%/node_modules/core-js/fn/dict.js +%%WWWDIR%%/node_modules/core-js/fn/function/has-instance.js +%%WWWDIR%%/node_modules/core-js/fn/function/index.js +%%WWWDIR%%/node_modules/core-js/fn/function/name.js +%%WWWDIR%%/node_modules/core-js/fn/function/part.js +%%WWWDIR%%/node_modules/core-js/fn/get-iterator-method.js +%%WWWDIR%%/node_modules/core-js/fn/get-iterator.js +%%WWWDIR%%/node_modules/core-js/fn/html-collection/index.js +%%WWWDIR%%/node_modules/core-js/fn/html-collection/iterator.js +%%WWWDIR%%/node_modules/core-js/fn/is-iterable.js +%%WWWDIR%%/node_modules/core-js/fn/json/stringify.js +%%WWWDIR%%/node_modules/core-js/fn/log.js +%%WWWDIR%%/node_modules/core-js/fn/map.js +%%WWWDIR%%/node_modules/core-js/fn/math/acosh.js +%%WWWDIR%%/node_modules/core-js/fn/math/asinh.js +%%WWWDIR%%/node_modules/core-js/fn/math/atanh.js +%%WWWDIR%%/node_modules/core-js/fn/math/cbrt.js +%%WWWDIR%%/node_modules/core-js/fn/math/clz32.js +%%WWWDIR%%/node_modules/core-js/fn/math/cosh.js +%%WWWDIR%%/node_modules/core-js/fn/math/expm1.js +%%WWWDIR%%/node_modules/core-js/fn/math/fround.js +%%WWWDIR%%/node_modules/core-js/fn/math/hypot.js +%%WWWDIR%%/node_modules/core-js/fn/math/imul.js +%%WWWDIR%%/node_modules/core-js/fn/math/index.js +%%WWWDIR%%/node_modules/core-js/fn/math/log10.js +%%WWWDIR%%/node_modules/core-js/fn/math/log1p.js +%%WWWDIR%%/node_modules/core-js/fn/math/log2.js +%%WWWDIR%%/node_modules/core-js/fn/math/sign.js +%%WWWDIR%%/node_modules/core-js/fn/math/sinh.js +%%WWWDIR%%/node_modules/core-js/fn/math/tanh.js +%%WWWDIR%%/node_modules/core-js/fn/math/trunc.js +%%WWWDIR%%/node_modules/core-js/fn/node-list/index.js +%%WWWDIR%%/node_modules/core-js/fn/node-list/iterator.js +%%WWWDIR%%/node_modules/core-js/fn/number/epsilon.js +%%WWWDIR%%/node_modules/core-js/fn/number/index.js +%%WWWDIR%%/node_modules/core-js/fn/number/is-finite.js +%%WWWDIR%%/node_modules/core-js/fn/number/is-integer.js +%%WWWDIR%%/node_modules/core-js/fn/number/is-nan.js +%%WWWDIR%%/node_modules/core-js/fn/number/is-safe-integer.js +%%WWWDIR%%/node_modules/core-js/fn/number/iterator.js +%%WWWDIR%%/node_modules/core-js/fn/number/max-safe-integer.js +%%WWWDIR%%/node_modules/core-js/fn/number/min-safe-integer.js +%%WWWDIR%%/node_modules/core-js/fn/number/parse-float.js +%%WWWDIR%%/node_modules/core-js/fn/number/parse-int.js +%%WWWDIR%%/node_modules/core-js/fn/object/assign.js +%%WWWDIR%%/node_modules/core-js/fn/object/classof.js +%%WWWDIR%%/node_modules/core-js/fn/object/create.js +%%WWWDIR%%/node_modules/core-js/fn/object/define-properties.js +%%WWWDIR%%/node_modules/core-js/fn/object/define-property.js +%%WWWDIR%%/node_modules/core-js/fn/object/define.js +%%WWWDIR%%/node_modules/core-js/fn/object/entries.js +%%WWWDIR%%/node_modules/core-js/fn/object/freeze.js +%%WWWDIR%%/node_modules/core-js/fn/object/get-own-property-descriptor.js +%%WWWDIR%%/node_modules/core-js/fn/object/get-own-property-descriptors.js +%%WWWDIR%%/node_modules/core-js/fn/object/get-own-property-names.js +%%WWWDIR%%/node_modules/core-js/fn/object/get-own-property-symbols.js +%%WWWDIR%%/node_modules/core-js/fn/object/get-prototype-of.js +%%WWWDIR%%/node_modules/core-js/fn/object/index.js +%%WWWDIR%%/node_modules/core-js/fn/object/is-extensible.js +%%WWWDIR%%/node_modules/core-js/fn/object/is-frozen.js +%%WWWDIR%%/node_modules/core-js/fn/object/is-object.js +%%WWWDIR%%/node_modules/core-js/fn/object/is-sealed.js +%%WWWDIR%%/node_modules/core-js/fn/object/is.js +%%WWWDIR%%/node_modules/core-js/fn/object/keys.js +%%WWWDIR%%/node_modules/core-js/fn/object/make.js +%%WWWDIR%%/node_modules/core-js/fn/object/prevent-extensions.js +%%WWWDIR%%/node_modules/core-js/fn/object/seal.js +%%WWWDIR%%/node_modules/core-js/fn/object/set-prototype-of.js +%%WWWDIR%%/node_modules/core-js/fn/object/values.js +%%WWWDIR%%/node_modules/core-js/fn/promise.js +%%WWWDIR%%/node_modules/core-js/fn/reflect/apply.js +%%WWWDIR%%/node_modules/core-js/fn/reflect/construct.js +%%WWWDIR%%/node_modules/core-js/fn/reflect/define-property.js +%%WWWDIR%%/node_modules/core-js/fn/reflect/delete-property.js +%%WWWDIR%%/node_modules/core-js/fn/reflect/enumerate.js +%%WWWDIR%%/node_modules/core-js/fn/reflect/get-own-property-descriptor.js +%%WWWDIR%%/node_modules/core-js/fn/reflect/get-prototype-of.js +%%WWWDIR%%/node_modules/core-js/fn/reflect/get.js +%%WWWDIR%%/node_modules/core-js/fn/reflect/has.js +%%WWWDIR%%/node_modules/core-js/fn/reflect/index.js +%%WWWDIR%%/node_modules/core-js/fn/reflect/is-extensible.js +%%WWWDIR%%/node_modules/core-js/fn/reflect/own-keys.js +%%WWWDIR%%/node_modules/core-js/fn/reflect/prevent-extensions.js +%%WWWDIR%%/node_modules/core-js/fn/reflect/set-prototype-of.js +%%WWWDIR%%/node_modules/core-js/fn/reflect/set.js +%%WWWDIR%%/node_modules/core-js/fn/regexp/escape.js +%%WWWDIR%%/node_modules/core-js/fn/regexp/index.js +%%WWWDIR%%/node_modules/core-js/fn/set-immediate.js +%%WWWDIR%%/node_modules/core-js/fn/set-interval.js +%%WWWDIR%%/node_modules/core-js/fn/set-timeout.js +%%WWWDIR%%/node_modules/core-js/fn/set.js +%%WWWDIR%%/node_modules/core-js/fn/string/at.js +%%WWWDIR%%/node_modules/core-js/fn/string/code-point-at.js +%%WWWDIR%%/node_modules/core-js/fn/string/ends-with.js +%%WWWDIR%%/node_modules/core-js/fn/string/escape-html.js +%%WWWDIR%%/node_modules/core-js/fn/string/from-code-point.js +%%WWWDIR%%/node_modules/core-js/fn/string/includes.js +%%WWWDIR%%/node_modules/core-js/fn/string/index.js +%%WWWDIR%%/node_modules/core-js/fn/string/iterator.js +%%WWWDIR%%/node_modules/core-js/fn/string/pad-left.js +%%WWWDIR%%/node_modules/core-js/fn/string/pad-right.js +%%WWWDIR%%/node_modules/core-js/fn/string/raw.js +%%WWWDIR%%/node_modules/core-js/fn/string/repeat.js +%%WWWDIR%%/node_modules/core-js/fn/string/starts-with.js +%%WWWDIR%%/node_modules/core-js/fn/string/trim-left.js +%%WWWDIR%%/node_modules/core-js/fn/string/trim-right.js +%%WWWDIR%%/node_modules/core-js/fn/string/trim.js +%%WWWDIR%%/node_modules/core-js/fn/string/unescape-html.js +%%WWWDIR%%/node_modules/core-js/fn/symbol/for.js +%%WWWDIR%%/node_modules/core-js/fn/symbol/has-instance.js +%%WWWDIR%%/node_modules/core-js/fn/symbol/index.js +%%WWWDIR%%/node_modules/core-js/fn/symbol/is-concat-spreadable.js +%%WWWDIR%%/node_modules/core-js/fn/symbol/iterator.js +%%WWWDIR%%/node_modules/core-js/fn/symbol/key-for.js +%%WWWDIR%%/node_modules/core-js/fn/symbol/match.js +%%WWWDIR%%/node_modules/core-js/fn/symbol/replace.js +%%WWWDIR%%/node_modules/core-js/fn/symbol/search.js +%%WWWDIR%%/node_modules/core-js/fn/symbol/species.js +%%WWWDIR%%/node_modules/core-js/fn/symbol/split.js +%%WWWDIR%%/node_modules/core-js/fn/symbol/to-primitive.js +%%WWWDIR%%/node_modules/core-js/fn/symbol/to-string-tag.js +%%WWWDIR%%/node_modules/core-js/fn/symbol/unscopables.js +%%WWWDIR%%/node_modules/core-js/fn/weak-map.js +%%WWWDIR%%/node_modules/core-js/fn/weak-set.js +%%WWWDIR%%/node_modules/core-js/index.js +%%WWWDIR%%/node_modules/core-js/js/array.js +%%WWWDIR%%/node_modules/core-js/js/index.js +%%WWWDIR%%/node_modules/core-js/library/core/_.js +%%WWWDIR%%/node_modules/core-js/library/core/delay.js +%%WWWDIR%%/node_modules/core-js/library/core/dict.js +%%WWWDIR%%/node_modules/core-js/library/core/function.js +%%WWWDIR%%/node_modules/core-js/library/core/index.js +%%WWWDIR%%/node_modules/core-js/library/core/log.js +%%WWWDIR%%/node_modules/core-js/library/core/number.js +%%WWWDIR%%/node_modules/core-js/library/core/object.js +%%WWWDIR%%/node_modules/core-js/library/core/string.js +%%WWWDIR%%/node_modules/core-js/library/es5/index.js +%%WWWDIR%%/node_modules/core-js/library/es6/array.js +%%WWWDIR%%/node_modules/core-js/library/es6/function.js +%%WWWDIR%%/node_modules/core-js/library/es6/index.js +%%WWWDIR%%/node_modules/core-js/library/es6/map.js +%%WWWDIR%%/node_modules/core-js/library/es6/math.js +%%WWWDIR%%/node_modules/core-js/library/es6/number.js +%%WWWDIR%%/node_modules/core-js/library/es6/object.js +%%WWWDIR%%/node_modules/core-js/library/es6/promise.js +%%WWWDIR%%/node_modules/core-js/library/es6/reflect.js +%%WWWDIR%%/node_modules/core-js/library/es6/regexp.js +%%WWWDIR%%/node_modules/core-js/library/es6/set.js +%%WWWDIR%%/node_modules/core-js/library/es6/string.js +%%WWWDIR%%/node_modules/core-js/library/es6/symbol.js +%%WWWDIR%%/node_modules/core-js/library/es6/weak-map.js +%%WWWDIR%%/node_modules/core-js/library/es6/weak-set.js +%%WWWDIR%%/node_modules/core-js/library/es7/array.js +%%WWWDIR%%/node_modules/core-js/library/es7/index.js +%%WWWDIR%%/node_modules/core-js/library/es7/map.js +%%WWWDIR%%/node_modules/core-js/library/es7/object.js +%%WWWDIR%%/node_modules/core-js/library/es7/regexp.js +%%WWWDIR%%/node_modules/core-js/library/es7/set.js +%%WWWDIR%%/node_modules/core-js/library/es7/string.js +%%WWWDIR%%/node_modules/core-js/library/fn/_.js +%%WWWDIR%%/node_modules/core-js/library/fn/array/concat.js +%%WWWDIR%%/node_modules/core-js/library/fn/array/copy-within.js +%%WWWDIR%%/node_modules/core-js/library/fn/array/entries.js +%%WWWDIR%%/node_modules/core-js/library/fn/array/every.js +%%WWWDIR%%/node_modules/core-js/library/fn/array/fill.js +%%WWWDIR%%/node_modules/core-js/library/fn/array/filter.js +%%WWWDIR%%/node_modules/core-js/library/fn/array/find-index.js +%%WWWDIR%%/node_modules/core-js/library/fn/array/find.js +%%WWWDIR%%/node_modules/core-js/library/fn/array/for-each.js +%%WWWDIR%%/node_modules/core-js/library/fn/array/from.js +%%WWWDIR%%/node_modules/core-js/library/fn/array/includes.js +%%WWWDIR%%/node_modules/core-js/library/fn/array/index-of.js +%%WWWDIR%%/node_modules/core-js/library/fn/array/index.js +%%WWWDIR%%/node_modules/core-js/library/fn/array/iterator.js +%%WWWDIR%%/node_modules/core-js/library/fn/array/join.js +%%WWWDIR%%/node_modules/core-js/library/fn/array/keys.js +%%WWWDIR%%/node_modules/core-js/library/fn/array/last-index-of.js +%%WWWDIR%%/node_modules/core-js/library/fn/array/map.js +%%WWWDIR%%/node_modules/core-js/library/fn/array/of.js +%%WWWDIR%%/node_modules/core-js/library/fn/array/pop.js +%%WWWDIR%%/node_modules/core-js/library/fn/array/push.js +%%WWWDIR%%/node_modules/core-js/library/fn/array/reduce-right.js +%%WWWDIR%%/node_modules/core-js/library/fn/array/reduce.js +%%WWWDIR%%/node_modules/core-js/library/fn/array/reverse.js +%%WWWDIR%%/node_modules/core-js/library/fn/array/shift.js +%%WWWDIR%%/node_modules/core-js/library/fn/array/slice.js +%%WWWDIR%%/node_modules/core-js/library/fn/array/some.js +%%WWWDIR%%/node_modules/core-js/library/fn/array/sort.js +%%WWWDIR%%/node_modules/core-js/library/fn/array/splice.js +%%WWWDIR%%/node_modules/core-js/library/fn/array/unshift.js +%%WWWDIR%%/node_modules/core-js/library/fn/array/values.js +%%WWWDIR%%/node_modules/core-js/library/fn/clear-immediate.js +%%WWWDIR%%/node_modules/core-js/library/fn/delay.js +%%WWWDIR%%/node_modules/core-js/library/fn/dict.js +%%WWWDIR%%/node_modules/core-js/library/fn/function/has-instance.js +%%WWWDIR%%/node_modules/core-js/library/fn/function/index.js +%%WWWDIR%%/node_modules/core-js/library/fn/function/name.js +%%WWWDIR%%/node_modules/core-js/library/fn/function/part.js +%%WWWDIR%%/node_modules/core-js/library/fn/get-iterator-method.js +%%WWWDIR%%/node_modules/core-js/library/fn/get-iterator.js +%%WWWDIR%%/node_modules/core-js/library/fn/html-collection/index.js +%%WWWDIR%%/node_modules/core-js/library/fn/html-collection/iterator.js +%%WWWDIR%%/node_modules/core-js/library/fn/is-iterable.js +%%WWWDIR%%/node_modules/core-js/library/fn/json/stringify.js +%%WWWDIR%%/node_modules/core-js/library/fn/log.js +%%WWWDIR%%/node_modules/core-js/library/fn/map.js +%%WWWDIR%%/node_modules/core-js/library/fn/math/acosh.js +%%WWWDIR%%/node_modules/core-js/library/fn/math/asinh.js +%%WWWDIR%%/node_modules/core-js/library/fn/math/atanh.js +%%WWWDIR%%/node_modules/core-js/library/fn/math/cbrt.js +%%WWWDIR%%/node_modules/core-js/library/fn/math/clz32.js +%%WWWDIR%%/node_modules/core-js/library/fn/math/cosh.js +%%WWWDIR%%/node_modules/core-js/library/fn/math/expm1.js +%%WWWDIR%%/node_modules/core-js/library/fn/math/fround.js +%%WWWDIR%%/node_modules/core-js/library/fn/math/hypot.js +%%WWWDIR%%/node_modules/core-js/library/fn/math/imul.js +%%WWWDIR%%/node_modules/core-js/library/fn/math/index.js +%%WWWDIR%%/node_modules/core-js/library/fn/math/log10.js +%%WWWDIR%%/node_modules/core-js/library/fn/math/log1p.js +%%WWWDIR%%/node_modules/core-js/library/fn/math/log2.js +%%WWWDIR%%/node_modules/core-js/library/fn/math/sign.js +%%WWWDIR%%/node_modules/core-js/library/fn/math/sinh.js +%%WWWDIR%%/node_modules/core-js/library/fn/math/tanh.js +%%WWWDIR%%/node_modules/core-js/library/fn/math/trunc.js +%%WWWDIR%%/node_modules/core-js/library/fn/node-list/index.js +%%WWWDIR%%/node_modules/core-js/library/fn/node-list/iterator.js +%%WWWDIR%%/node_modules/core-js/library/fn/number/epsilon.js +%%WWWDIR%%/node_modules/core-js/library/fn/number/index.js +%%WWWDIR%%/node_modules/core-js/library/fn/number/is-finite.js +%%WWWDIR%%/node_modules/core-js/library/fn/number/is-integer.js +%%WWWDIR%%/node_modules/core-js/library/fn/number/is-nan.js +%%WWWDIR%%/node_modules/core-js/library/fn/number/is-safe-integer.js +%%WWWDIR%%/node_modules/core-js/library/fn/number/iterator.js +%%WWWDIR%%/node_modules/core-js/library/fn/number/max-safe-integer.js +%%WWWDIR%%/node_modules/core-js/library/fn/number/min-safe-integer.js +%%WWWDIR%%/node_modules/core-js/library/fn/number/parse-float.js +%%WWWDIR%%/node_modules/core-js/library/fn/number/parse-int.js +%%WWWDIR%%/node_modules/core-js/library/fn/object/assign.js +%%WWWDIR%%/node_modules/core-js/library/fn/object/classof.js +%%WWWDIR%%/node_modules/core-js/library/fn/object/create.js +%%WWWDIR%%/node_modules/core-js/library/fn/object/define-properties.js +%%WWWDIR%%/node_modules/core-js/library/fn/object/define-property.js +%%WWWDIR%%/node_modules/core-js/library/fn/object/define.js +%%WWWDIR%%/node_modules/core-js/library/fn/object/entries.js +%%WWWDIR%%/node_modules/core-js/library/fn/object/freeze.js +%%WWWDIR%%/node_modules/core-js/library/fn/object/get-own-property-descriptor.js +%%WWWDIR%%/node_modules/core-js/library/fn/object/get-own-property-descriptors.js +%%WWWDIR%%/node_modules/core-js/library/fn/object/get-own-property-names.js +%%WWWDIR%%/node_modules/core-js/library/fn/object/get-own-property-symbols.js +%%WWWDIR%%/node_modules/core-js/library/fn/object/get-prototype-of.js +%%WWWDIR%%/node_modules/core-js/library/fn/object/index.js +%%WWWDIR%%/node_modules/core-js/library/fn/object/is-extensible.js +%%WWWDIR%%/node_modules/core-js/library/fn/object/is-frozen.js +%%WWWDIR%%/node_modules/core-js/library/fn/object/is-object.js +%%WWWDIR%%/node_modules/core-js/library/fn/object/is-sealed.js +%%WWWDIR%%/node_modules/core-js/library/fn/object/is.js +%%WWWDIR%%/node_modules/core-js/library/fn/object/keys.js +%%WWWDIR%%/node_modules/core-js/library/fn/object/make.js +%%WWWDIR%%/node_modules/core-js/library/fn/object/prevent-extensions.js +%%WWWDIR%%/node_modules/core-js/library/fn/object/seal.js +%%WWWDIR%%/node_modules/core-js/library/fn/object/set-prototype-of.js +%%WWWDIR%%/node_modules/core-js/library/fn/object/values.js +%%WWWDIR%%/node_modules/core-js/library/fn/promise.js +%%WWWDIR%%/node_modules/core-js/library/fn/reflect/apply.js +%%WWWDIR%%/node_modules/core-js/library/fn/reflect/construct.js +%%WWWDIR%%/node_modules/core-js/library/fn/reflect/define-property.js +%%WWWDIR%%/node_modules/core-js/library/fn/reflect/delete-property.js +%%WWWDIR%%/node_modules/core-js/library/fn/reflect/enumerate.js +%%WWWDIR%%/node_modules/core-js/library/fn/reflect/get-own-property-descriptor.js +%%WWWDIR%%/node_modules/core-js/library/fn/reflect/get-prototype-of.js +%%WWWDIR%%/node_modules/core-js/library/fn/reflect/get.js +%%WWWDIR%%/node_modules/core-js/library/fn/reflect/has.js +%%WWWDIR%%/node_modules/core-js/library/fn/reflect/index.js +%%WWWDIR%%/node_modules/core-js/library/fn/reflect/is-extensible.js +%%WWWDIR%%/node_modules/core-js/library/fn/reflect/own-keys.js +%%WWWDIR%%/node_modules/core-js/library/fn/reflect/prevent-extensions.js +%%WWWDIR%%/node_modules/core-js/library/fn/reflect/set-prototype-of.js +%%WWWDIR%%/node_modules/core-js/library/fn/reflect/set.js +%%WWWDIR%%/node_modules/core-js/library/fn/regexp/escape.js +%%WWWDIR%%/node_modules/core-js/library/fn/regexp/index.js +%%WWWDIR%%/node_modules/core-js/library/fn/set-immediate.js +%%WWWDIR%%/node_modules/core-js/library/fn/set-interval.js +%%WWWDIR%%/node_modules/core-js/library/fn/set-timeout.js +%%WWWDIR%%/node_modules/core-js/library/fn/set.js +%%WWWDIR%%/node_modules/core-js/library/fn/string/at.js +%%WWWDIR%%/node_modules/core-js/library/fn/string/code-point-at.js +%%WWWDIR%%/node_modules/core-js/library/fn/string/ends-with.js +%%WWWDIR%%/node_modules/core-js/library/fn/string/escape-html.js +%%WWWDIR%%/node_modules/core-js/library/fn/string/from-code-point.js +%%WWWDIR%%/node_modules/core-js/library/fn/string/includes.js +%%WWWDIR%%/node_modules/core-js/library/fn/string/index.js +%%WWWDIR%%/node_modules/core-js/library/fn/string/iterator.js +%%WWWDIR%%/node_modules/core-js/library/fn/string/pad-left.js +%%WWWDIR%%/node_modules/core-js/library/fn/string/pad-right.js +%%WWWDIR%%/node_modules/core-js/library/fn/string/raw.js +%%WWWDIR%%/node_modules/core-js/library/fn/string/repeat.js +%%WWWDIR%%/node_modules/core-js/library/fn/string/starts-with.js +%%WWWDIR%%/node_modules/core-js/library/fn/string/trim-left.js +%%WWWDIR%%/node_modules/core-js/library/fn/string/trim-right.js +%%WWWDIR%%/node_modules/core-js/library/fn/string/trim.js +%%WWWDIR%%/node_modules/core-js/library/fn/string/unescape-html.js +%%WWWDIR%%/node_modules/core-js/library/fn/symbol/for.js +%%WWWDIR%%/node_modules/core-js/library/fn/symbol/has-instance.js +%%WWWDIR%%/node_modules/core-js/library/fn/symbol/index.js +%%WWWDIR%%/node_modules/core-js/library/fn/symbol/is-concat-spreadable.js +%%WWWDIR%%/node_modules/core-js/library/fn/symbol/iterator.js +%%WWWDIR%%/node_modules/core-js/library/fn/symbol/key-for.js +%%WWWDIR%%/node_modules/core-js/library/fn/symbol/match.js +%%WWWDIR%%/node_modules/core-js/library/fn/symbol/replace.js +%%WWWDIR%%/node_modules/core-js/library/fn/symbol/search.js +%%WWWDIR%%/node_modules/core-js/library/fn/symbol/species.js +%%WWWDIR%%/node_modules/core-js/library/fn/symbol/split.js +%%WWWDIR%%/node_modules/core-js/library/fn/symbol/to-primitive.js +%%WWWDIR%%/node_modules/core-js/library/fn/symbol/to-string-tag.js +%%WWWDIR%%/node_modules/core-js/library/fn/symbol/unscopables.js +%%WWWDIR%%/node_modules/core-js/library/fn/weak-map.js +%%WWWDIR%%/node_modules/core-js/library/fn/weak-set.js +%%WWWDIR%%/node_modules/core-js/library/index.js +%%WWWDIR%%/node_modules/core-js/library/js/array.js +%%WWWDIR%%/node_modules/core-js/library/js/index.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.a-function.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.add-to-unscopables.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.an-object.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.array-copy-within.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.array-fill.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.array-includes.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.array-methods.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.array-species-create.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.buffer.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.classof.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.cof.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.collection-strong.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.collection-to-json.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.collection-weak.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.collection.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.core.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.ctx.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.defined.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.descriptors.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.dom-create.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.enum-keys.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.export.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.fails-is-regexp.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.fails.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.fix-re-wks.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.flags.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.for-of.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.get-names.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.global.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.has.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.hide.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.html.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.invoke.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.iobject.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.is-array-iter.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.is-array.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.is-integer.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.is-object.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.is-regexp.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.iter-call.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.iter-create.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.iter-define.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.iter-detect.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.iter-step.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.iterators.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.keyof.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.library.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.math-expm1.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.math-log1p.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.math-sign.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.microtask.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.object-assign.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.object-define.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.object-sap.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.object-to-array.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.own-keys.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.partial.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.path.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.property-desc.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.redefine-all.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.redefine.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.replacer.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.same-value.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.set-proto.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.set-species.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.set-to-string-tag.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.shared.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.species-constructor.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.strict-new.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.string-at.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.string-context.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.string-pad.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.string-repeat.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.string-trim.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.task.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.to-index.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.to-integer.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.to-iobject.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.to-length.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.to-object.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.to-primitive.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.typed-array.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.typed.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.uid.js +%%WWWDIR%%/node_modules/core-js/library/modules/$.wks.js +%%WWWDIR%%/node_modules/core-js/library/modules/core.delay.js +%%WWWDIR%%/node_modules/core-js/library/modules/core.dict.js +%%WWWDIR%%/node_modules/core-js/library/modules/core.function.part.js +%%WWWDIR%%/node_modules/core-js/library/modules/core.get-iterator-method.js +%%WWWDIR%%/node_modules/core-js/library/modules/core.get-iterator.js +%%WWWDIR%%/node_modules/core-js/library/modules/core.is-iterable.js +%%WWWDIR%%/node_modules/core-js/library/modules/core.log.js +%%WWWDIR%%/node_modules/core-js/library/modules/core.number.iterator.js +%%WWWDIR%%/node_modules/core-js/library/modules/core.object.classof.js +%%WWWDIR%%/node_modules/core-js/library/modules/core.object.define.js +%%WWWDIR%%/node_modules/core-js/library/modules/core.object.is-object.js +%%WWWDIR%%/node_modules/core-js/library/modules/core.object.make.js +%%WWWDIR%%/node_modules/core-js/library/modules/core.string.escape-html.js +%%WWWDIR%%/node_modules/core-js/library/modules/core.string.unescape-html.js +%%WWWDIR%%/node_modules/core-js/library/modules/es5.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.array.copy-within.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.array.fill.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.array.find-index.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.array.find.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.array.from.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.array.iterator.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.array.of.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.array.species.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.date.to-string.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.function.has-instance.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.function.name.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.map.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.math.acosh.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.math.asinh.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.math.atanh.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.math.cbrt.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.math.clz32.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.math.cosh.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.math.expm1.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.math.fround.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.math.hypot.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.math.imul.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.math.log10.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.math.log1p.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.math.log2.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.math.sign.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.math.sinh.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.math.tanh.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.math.trunc.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.number.constructor.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.number.epsilon.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.number.is-finite.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.number.is-integer.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.number.is-nan.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.number.is-safe-integer.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.number.max-safe-integer.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.number.min-safe-integer.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.number.parse-float.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.number.parse-int.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.object.assign.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.object.freeze.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.object.get-own-property-descriptor.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.object.get-own-property-names.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.object.get-prototype-of.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.object.is-extensible.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.object.is-frozen.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.object.is-sealed.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.object.is.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.object.keys.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.object.prevent-extensions.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.object.seal.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.object.set-prototype-of.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.object.to-string.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.promise.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.reflect.apply.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.reflect.construct.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.reflect.define-property.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.reflect.delete-property.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.reflect.enumerate.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.reflect.get-own-property-descriptor.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.reflect.get-prototype-of.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.reflect.get.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.reflect.has.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.reflect.is-extensible.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.reflect.own-keys.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.reflect.prevent-extensions.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.reflect.set-prototype-of.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.reflect.set.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.regexp.constructor.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.regexp.flags.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.regexp.match.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.regexp.replace.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.regexp.search.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.regexp.split.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.set.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.string.code-point-at.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.string.ends-with.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.string.from-code-point.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.string.includes.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.string.iterator.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.string.raw.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.string.repeat.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.string.starts-with.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.string.trim.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.symbol.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.typed.array-buffer.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.typed.data-view.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.typed.float32-array.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.typed.float64-array.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.typed.int16-array.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.typed.int32-array.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.typed.int8-array.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.typed.uint16-array.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.typed.uint32-array.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.typed.uint8-array.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.typed.uint8-clamped-array.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.weak-map.js +%%WWWDIR%%/node_modules/core-js/library/modules/es6.weak-set.js +%%WWWDIR%%/node_modules/core-js/library/modules/es7.array.includes.js +%%WWWDIR%%/node_modules/core-js/library/modules/es7.map.to-json.js +%%WWWDIR%%/node_modules/core-js/library/modules/es7.object.entries.js +%%WWWDIR%%/node_modules/core-js/library/modules/es7.object.get-own-property-descriptors.js +%%WWWDIR%%/node_modules/core-js/library/modules/es7.object.values.js +%%WWWDIR%%/node_modules/core-js/library/modules/es7.regexp.escape.js +%%WWWDIR%%/node_modules/core-js/library/modules/es7.set.to-json.js +%%WWWDIR%%/node_modules/core-js/library/modules/es7.string.at.js +%%WWWDIR%%/node_modules/core-js/library/modules/es7.string.pad-left.js +%%WWWDIR%%/node_modules/core-js/library/modules/es7.string.pad-right.js +%%WWWDIR%%/node_modules/core-js/library/modules/es7.string.trim-left.js +%%WWWDIR%%/node_modules/core-js/library/modules/es7.string.trim-right.js +%%WWWDIR%%/node_modules/core-js/library/modules/js.array.statics.js +%%WWWDIR%%/node_modules/core-js/library/modules/web.dom.iterable.js +%%WWWDIR%%/node_modules/core-js/library/modules/web.immediate.js +%%WWWDIR%%/node_modules/core-js/library/modules/web.timers.js +%%WWWDIR%%/node_modules/core-js/library/shim.js +%%WWWDIR%%/node_modules/core-js/library/web/dom.js +%%WWWDIR%%/node_modules/core-js/library/web/immediate.js +%%WWWDIR%%/node_modules/core-js/library/web/index.js +%%WWWDIR%%/node_modules/core-js/library/web/timers.js +%%WWWDIR%%/node_modules/core-js/modules/$.a-function.js +%%WWWDIR%%/node_modules/core-js/modules/$.add-to-unscopables.js +%%WWWDIR%%/node_modules/core-js/modules/$.an-object.js +%%WWWDIR%%/node_modules/core-js/modules/$.array-copy-within.js +%%WWWDIR%%/node_modules/core-js/modules/$.array-fill.js +%%WWWDIR%%/node_modules/core-js/modules/$.array-includes.js +%%WWWDIR%%/node_modules/core-js/modules/$.array-methods.js +%%WWWDIR%%/node_modules/core-js/modules/$.array-species-create.js +%%WWWDIR%%/node_modules/core-js/modules/$.buffer.js +%%WWWDIR%%/node_modules/core-js/modules/$.classof.js +%%WWWDIR%%/node_modules/core-js/modules/$.cof.js +%%WWWDIR%%/node_modules/core-js/modules/$.collection-strong.js +%%WWWDIR%%/node_modules/core-js/modules/$.collection-to-json.js +%%WWWDIR%%/node_modules/core-js/modules/$.collection-weak.js +%%WWWDIR%%/node_modules/core-js/modules/$.collection.js +%%WWWDIR%%/node_modules/core-js/modules/$.core.js +%%WWWDIR%%/node_modules/core-js/modules/$.ctx.js +%%WWWDIR%%/node_modules/core-js/modules/$.defined.js +%%WWWDIR%%/node_modules/core-js/modules/$.descriptors.js +%%WWWDIR%%/node_modules/core-js/modules/$.dom-create.js +%%WWWDIR%%/node_modules/core-js/modules/$.enum-keys.js +%%WWWDIR%%/node_modules/core-js/modules/$.export.js +%%WWWDIR%%/node_modules/core-js/modules/$.fails-is-regexp.js +%%WWWDIR%%/node_modules/core-js/modules/$.fails.js +%%WWWDIR%%/node_modules/core-js/modules/$.fix-re-wks.js +%%WWWDIR%%/node_modules/core-js/modules/$.flags.js +%%WWWDIR%%/node_modules/core-js/modules/$.for-of.js +%%WWWDIR%%/node_modules/core-js/modules/$.get-names.js +%%WWWDIR%%/node_modules/core-js/modules/$.global.js +%%WWWDIR%%/node_modules/core-js/modules/$.has.js +%%WWWDIR%%/node_modules/core-js/modules/$.hide.js +%%WWWDIR%%/node_modules/core-js/modules/$.html.js +%%WWWDIR%%/node_modules/core-js/modules/$.invoke.js +%%WWWDIR%%/node_modules/core-js/modules/$.iobject.js +%%WWWDIR%%/node_modules/core-js/modules/$.is-array-iter.js +%%WWWDIR%%/node_modules/core-js/modules/$.is-array.js +%%WWWDIR%%/node_modules/core-js/modules/$.is-integer.js +%%WWWDIR%%/node_modules/core-js/modules/$.is-object.js +%%WWWDIR%%/node_modules/core-js/modules/$.is-regexp.js +%%WWWDIR%%/node_modules/core-js/modules/$.iter-call.js +%%WWWDIR%%/node_modules/core-js/modules/$.iter-create.js +%%WWWDIR%%/node_modules/core-js/modules/$.iter-define.js +%%WWWDIR%%/node_modules/core-js/modules/$.iter-detect.js +%%WWWDIR%%/node_modules/core-js/modules/$.iter-step.js +%%WWWDIR%%/node_modules/core-js/modules/$.iterators.js +%%WWWDIR%%/node_modules/core-js/modules/$.js +%%WWWDIR%%/node_modules/core-js/modules/$.keyof.js +%%WWWDIR%%/node_modules/core-js/modules/$.library.js +%%WWWDIR%%/node_modules/core-js/modules/$.math-expm1.js +%%WWWDIR%%/node_modules/core-js/modules/$.math-log1p.js +%%WWWDIR%%/node_modules/core-js/modules/$.math-sign.js +%%WWWDIR%%/node_modules/core-js/modules/$.microtask.js +%%WWWDIR%%/node_modules/core-js/modules/$.object-assign.js +%%WWWDIR%%/node_modules/core-js/modules/$.object-define.js +%%WWWDIR%%/node_modules/core-js/modules/$.object-sap.js +%%WWWDIR%%/node_modules/core-js/modules/$.object-to-array.js +%%WWWDIR%%/node_modules/core-js/modules/$.own-keys.js +%%WWWDIR%%/node_modules/core-js/modules/$.partial.js +%%WWWDIR%%/node_modules/core-js/modules/$.path.js +%%WWWDIR%%/node_modules/core-js/modules/$.property-desc.js +%%WWWDIR%%/node_modules/core-js/modules/$.redefine-all.js +%%WWWDIR%%/node_modules/core-js/modules/$.redefine.js +%%WWWDIR%%/node_modules/core-js/modules/$.replacer.js +%%WWWDIR%%/node_modules/core-js/modules/$.same-value.js +%%WWWDIR%%/node_modules/core-js/modules/$.set-proto.js +%%WWWDIR%%/node_modules/core-js/modules/$.set-species.js +%%WWWDIR%%/node_modules/core-js/modules/$.set-to-string-tag.js +%%WWWDIR%%/node_modules/core-js/modules/$.shared.js +%%WWWDIR%%/node_modules/core-js/modules/$.species-constructor.js +%%WWWDIR%%/node_modules/core-js/modules/$.strict-new.js +%%WWWDIR%%/node_modules/core-js/modules/$.string-at.js +%%WWWDIR%%/node_modules/core-js/modules/$.string-context.js +%%WWWDIR%%/node_modules/core-js/modules/$.string-pad.js +%%WWWDIR%%/node_modules/core-js/modules/$.string-repeat.js +%%WWWDIR%%/node_modules/core-js/modules/$.string-trim.js +%%WWWDIR%%/node_modules/core-js/modules/$.task.js +%%WWWDIR%%/node_modules/core-js/modules/$.to-index.js +%%WWWDIR%%/node_modules/core-js/modules/$.to-integer.js +%%WWWDIR%%/node_modules/core-js/modules/$.to-iobject.js +%%WWWDIR%%/node_modules/core-js/modules/$.to-length.js +%%WWWDIR%%/node_modules/core-js/modules/$.to-object.js +%%WWWDIR%%/node_modules/core-js/modules/$.to-primitive.js +%%WWWDIR%%/node_modules/core-js/modules/$.typed-array.js +%%WWWDIR%%/node_modules/core-js/modules/$.typed.js +%%WWWDIR%%/node_modules/core-js/modules/$.uid.js +%%WWWDIR%%/node_modules/core-js/modules/$.wks.js +%%WWWDIR%%/node_modules/core-js/modules/core.delay.js +%%WWWDIR%%/node_modules/core-js/modules/core.dict.js +%%WWWDIR%%/node_modules/core-js/modules/core.function.part.js +%%WWWDIR%%/node_modules/core-js/modules/core.get-iterator-method.js +%%WWWDIR%%/node_modules/core-js/modules/core.get-iterator.js +%%WWWDIR%%/node_modules/core-js/modules/core.is-iterable.js +%%WWWDIR%%/node_modules/core-js/modules/core.log.js +%%WWWDIR%%/node_modules/core-js/modules/core.number.iterator.js +%%WWWDIR%%/node_modules/core-js/modules/core.object.classof.js +%%WWWDIR%%/node_modules/core-js/modules/core.object.define.js +%%WWWDIR%%/node_modules/core-js/modules/core.object.is-object.js +%%WWWDIR%%/node_modules/core-js/modules/core.object.make.js +%%WWWDIR%%/node_modules/core-js/modules/core.string.escape-html.js +%%WWWDIR%%/node_modules/core-js/modules/core.string.unescape-html.js +%%WWWDIR%%/node_modules/core-js/modules/es5.js +%%WWWDIR%%/node_modules/core-js/modules/es6.array.copy-within.js +%%WWWDIR%%/node_modules/core-js/modules/es6.array.fill.js +%%WWWDIR%%/node_modules/core-js/modules/es6.array.find-index.js +%%WWWDIR%%/node_modules/core-js/modules/es6.array.find.js +%%WWWDIR%%/node_modules/core-js/modules/es6.array.from.js +%%WWWDIR%%/node_modules/core-js/modules/es6.array.iterator.js +%%WWWDIR%%/node_modules/core-js/modules/es6.array.of.js +%%WWWDIR%%/node_modules/core-js/modules/es6.array.species.js +%%WWWDIR%%/node_modules/core-js/modules/es6.date.to-string.js +%%WWWDIR%%/node_modules/core-js/modules/es6.function.has-instance.js +%%WWWDIR%%/node_modules/core-js/modules/es6.function.name.js +%%WWWDIR%%/node_modules/core-js/modules/es6.map.js +%%WWWDIR%%/node_modules/core-js/modules/es6.math.acosh.js +%%WWWDIR%%/node_modules/core-js/modules/es6.math.asinh.js +%%WWWDIR%%/node_modules/core-js/modules/es6.math.atanh.js +%%WWWDIR%%/node_modules/core-js/modules/es6.math.cbrt.js +%%WWWDIR%%/node_modules/core-js/modules/es6.math.clz32.js +%%WWWDIR%%/node_modules/core-js/modules/es6.math.cosh.js +%%WWWDIR%%/node_modules/core-js/modules/es6.math.expm1.js +%%WWWDIR%%/node_modules/core-js/modules/es6.math.fround.js +%%WWWDIR%%/node_modules/core-js/modules/es6.math.hypot.js +%%WWWDIR%%/node_modules/core-js/modules/es6.math.imul.js +%%WWWDIR%%/node_modules/core-js/modules/es6.math.log10.js +%%WWWDIR%%/node_modules/core-js/modules/es6.math.log1p.js +%%WWWDIR%%/node_modules/core-js/modules/es6.math.log2.js +%%WWWDIR%%/node_modules/core-js/modules/es6.math.sign.js +%%WWWDIR%%/node_modules/core-js/modules/es6.math.sinh.js +%%WWWDIR%%/node_modules/core-js/modules/es6.math.tanh.js +%%WWWDIR%%/node_modules/core-js/modules/es6.math.trunc.js +%%WWWDIR%%/node_modules/core-js/modules/es6.number.constructor.js +%%WWWDIR%%/node_modules/core-js/modules/es6.number.epsilon.js +%%WWWDIR%%/node_modules/core-js/modules/es6.number.is-finite.js +%%WWWDIR%%/node_modules/core-js/modules/es6.number.is-integer.js +%%WWWDIR%%/node_modules/core-js/modules/es6.number.is-nan.js +%%WWWDIR%%/node_modules/core-js/modules/es6.number.is-safe-integer.js +%%WWWDIR%%/node_modules/core-js/modules/es6.number.max-safe-integer.js +%%WWWDIR%%/node_modules/core-js/modules/es6.number.min-safe-integer.js +%%WWWDIR%%/node_modules/core-js/modules/es6.number.parse-float.js +%%WWWDIR%%/node_modules/core-js/modules/es6.number.parse-int.js +%%WWWDIR%%/node_modules/core-js/modules/es6.object.assign.js +%%WWWDIR%%/node_modules/core-js/modules/es6.object.freeze.js +%%WWWDIR%%/node_modules/core-js/modules/es6.object.get-own-property-descriptor.js +%%WWWDIR%%/node_modules/core-js/modules/es6.object.get-own-property-names.js +%%WWWDIR%%/node_modules/core-js/modules/es6.object.get-prototype-of.js +%%WWWDIR%%/node_modules/core-js/modules/es6.object.is-extensible.js +%%WWWDIR%%/node_modules/core-js/modules/es6.object.is-frozen.js +%%WWWDIR%%/node_modules/core-js/modules/es6.object.is-sealed.js +%%WWWDIR%%/node_modules/core-js/modules/es6.object.is.js +%%WWWDIR%%/node_modules/core-js/modules/es6.object.keys.js +%%WWWDIR%%/node_modules/core-js/modules/es6.object.prevent-extensions.js +%%WWWDIR%%/node_modules/core-js/modules/es6.object.seal.js +%%WWWDIR%%/node_modules/core-js/modules/es6.object.set-prototype-of.js +%%WWWDIR%%/node_modules/core-js/modules/es6.object.to-string.js +%%WWWDIR%%/node_modules/core-js/modules/es6.promise.js +%%WWWDIR%%/node_modules/core-js/modules/es6.reflect.apply.js +%%WWWDIR%%/node_modules/core-js/modules/es6.reflect.construct.js +%%WWWDIR%%/node_modules/core-js/modules/es6.reflect.define-property.js +%%WWWDIR%%/node_modules/core-js/modules/es6.reflect.delete-property.js +%%WWWDIR%%/node_modules/core-js/modules/es6.reflect.enumerate.js +%%WWWDIR%%/node_modules/core-js/modules/es6.reflect.get-own-property-descriptor.js +%%WWWDIR%%/node_modules/core-js/modules/es6.reflect.get-prototype-of.js +%%WWWDIR%%/node_modules/core-js/modules/es6.reflect.get.js +%%WWWDIR%%/node_modules/core-js/modules/es6.reflect.has.js +%%WWWDIR%%/node_modules/core-js/modules/es6.reflect.is-extensible.js +%%WWWDIR%%/node_modules/core-js/modules/es6.reflect.own-keys.js +%%WWWDIR%%/node_modules/core-js/modules/es6.reflect.prevent-extensions.js +%%WWWDIR%%/node_modules/core-js/modules/es6.reflect.set-prototype-of.js +%%WWWDIR%%/node_modules/core-js/modules/es6.reflect.set.js +%%WWWDIR%%/node_modules/core-js/modules/es6.regexp.constructor.js +%%WWWDIR%%/node_modules/core-js/modules/es6.regexp.flags.js +%%WWWDIR%%/node_modules/core-js/modules/es6.regexp.match.js +%%WWWDIR%%/node_modules/core-js/modules/es6.regexp.replace.js +%%WWWDIR%%/node_modules/core-js/modules/es6.regexp.search.js +%%WWWDIR%%/node_modules/core-js/modules/es6.regexp.split.js +%%WWWDIR%%/node_modules/core-js/modules/es6.set.js +%%WWWDIR%%/node_modules/core-js/modules/es6.string.code-point-at.js +%%WWWDIR%%/node_modules/core-js/modules/es6.string.ends-with.js +%%WWWDIR%%/node_modules/core-js/modules/es6.string.from-code-point.js +%%WWWDIR%%/node_modules/core-js/modules/es6.string.includes.js +%%WWWDIR%%/node_modules/core-js/modules/es6.string.iterator.js +%%WWWDIR%%/node_modules/core-js/modules/es6.string.raw.js +%%WWWDIR%%/node_modules/core-js/modules/es6.string.repeat.js +%%WWWDIR%%/node_modules/core-js/modules/es6.string.starts-with.js +%%WWWDIR%%/node_modules/core-js/modules/es6.string.trim.js +%%WWWDIR%%/node_modules/core-js/modules/es6.symbol.js +%%WWWDIR%%/node_modules/core-js/modules/es6.typed.array-buffer.js +%%WWWDIR%%/node_modules/core-js/modules/es6.typed.data-view.js +%%WWWDIR%%/node_modules/core-js/modules/es6.typed.float32-array.js +%%WWWDIR%%/node_modules/core-js/modules/es6.typed.float64-array.js +%%WWWDIR%%/node_modules/core-js/modules/es6.typed.int16-array.js +%%WWWDIR%%/node_modules/core-js/modules/es6.typed.int32-array.js +%%WWWDIR%%/node_modules/core-js/modules/es6.typed.int8-array.js +%%WWWDIR%%/node_modules/core-js/modules/es6.typed.uint16-array.js +%%WWWDIR%%/node_modules/core-js/modules/es6.typed.uint32-array.js +%%WWWDIR%%/node_modules/core-js/modules/es6.typed.uint8-array.js +%%WWWDIR%%/node_modules/core-js/modules/es6.typed.uint8-clamped-array.js +%%WWWDIR%%/node_modules/core-js/modules/es6.weak-map.js +%%WWWDIR%%/node_modules/core-js/modules/es6.weak-set.js +%%WWWDIR%%/node_modules/core-js/modules/es7.array.includes.js +%%WWWDIR%%/node_modules/core-js/modules/es7.map.to-json.js +%%WWWDIR%%/node_modules/core-js/modules/es7.object.entries.js +%%WWWDIR%%/node_modules/core-js/modules/es7.object.get-own-property-descriptors.js +%%WWWDIR%%/node_modules/core-js/modules/es7.object.values.js +%%WWWDIR%%/node_modules/core-js/modules/es7.regexp.escape.js +%%WWWDIR%%/node_modules/core-js/modules/es7.set.to-json.js +%%WWWDIR%%/node_modules/core-js/modules/es7.string.at.js +%%WWWDIR%%/node_modules/core-js/modules/es7.string.pad-left.js +%%WWWDIR%%/node_modules/core-js/modules/es7.string.pad-right.js +%%WWWDIR%%/node_modules/core-js/modules/es7.string.trim-left.js +%%WWWDIR%%/node_modules/core-js/modules/es7.string.trim-right.js +%%WWWDIR%%/node_modules/core-js/modules/js.array.statics.js +%%WWWDIR%%/node_modules/core-js/modules/library/$.add-to-unscopables.js +%%WWWDIR%%/node_modules/core-js/modules/library/$.collection.js +%%WWWDIR%%/node_modules/core-js/modules/library/$.export.js +%%WWWDIR%%/node_modules/core-js/modules/library/$.library.js +%%WWWDIR%%/node_modules/core-js/modules/library/$.path.js +%%WWWDIR%%/node_modules/core-js/modules/library/$.redefine.js +%%WWWDIR%%/node_modules/core-js/modules/library/$.set-species.js +%%WWWDIR%%/node_modules/core-js/modules/library/es6.date.to-string.js +%%WWWDIR%%/node_modules/core-js/modules/library/es6.function.name.js +%%WWWDIR%%/node_modules/core-js/modules/library/es6.number.constructor.js +%%WWWDIR%%/node_modules/core-js/modules/library/es6.object.to-string.js +%%WWWDIR%%/node_modules/core-js/modules/library/es6.regexp.constructor.js +%%WWWDIR%%/node_modules/core-js/modules/library/es6.regexp.flags.js +%%WWWDIR%%/node_modules/core-js/modules/library/es6.regexp.match.js +%%WWWDIR%%/node_modules/core-js/modules/library/es6.regexp.replace.js +%%WWWDIR%%/node_modules/core-js/modules/library/es6.regexp.search.js +%%WWWDIR%%/node_modules/core-js/modules/library/es6.regexp.split.js +%%WWWDIR%%/node_modules/core-js/modules/library/web.dom.iterable.js +%%WWWDIR%%/node_modules/core-js/modules/web.dom.iterable.js +%%WWWDIR%%/node_modules/core-js/modules/web.immediate.js +%%WWWDIR%%/node_modules/core-js/modules/web.timers.js +%%WWWDIR%%/node_modules/core-js/package.json +%%WWWDIR%%/node_modules/core-js/shim.js +%%WWWDIR%%/node_modules/core-js/web/dom.js +%%WWWDIR%%/node_modules/core-js/web/immediate.js +%%WWWDIR%%/node_modules/core-js/web/index.js +%%WWWDIR%%/node_modules/core-js/web/timers.js +%%WWWDIR%%/node_modules/core-util-is/LICENSE +%%WWWDIR%%/node_modules/core-util-is/README.md +%%WWWDIR%%/node_modules/core-util-is/float.patch +%%WWWDIR%%/node_modules/core-util-is/lib/util.js +%%WWWDIR%%/node_modules/core-util-is/package.json +%%WWWDIR%%/node_modules/core-util-is/test.js +%%WWWDIR%%/node_modules/cryptiles/.npmignore +%%WWWDIR%%/node_modules/cryptiles/LICENSE +%%WWWDIR%%/node_modules/cryptiles/README.md +%%WWWDIR%%/node_modules/cryptiles/lib/index.js +%%WWWDIR%%/node_modules/cryptiles/node_modules/boom/LICENSE +%%WWWDIR%%/node_modules/cryptiles/node_modules/boom/README.md +%%WWWDIR%%/node_modules/cryptiles/node_modules/boom/lib/index.js +%%WWWDIR%%/node_modules/cryptiles/node_modules/boom/package.json +%%WWWDIR%%/node_modules/cryptiles/node_modules/hoek/.npmignore +%%WWWDIR%%/node_modules/cryptiles/node_modules/hoek/LICENSE +%%WWWDIR%%/node_modules/cryptiles/node_modules/hoek/README.md +%%WWWDIR%%/node_modules/cryptiles/node_modules/hoek/lib/escape.js +%%WWWDIR%%/node_modules/cryptiles/node_modules/hoek/lib/index.js +%%WWWDIR%%/node_modules/cryptiles/node_modules/hoek/package.json +%%WWWDIR%%/node_modules/cryptiles/package.json +%%WWWDIR%%/node_modules/crypto-browserify/.npmignore +%%WWWDIR%%/node_modules/crypto-browserify/.travis.yml +%%WWWDIR%%/node_modules/crypto-browserify/LICENSE +%%WWWDIR%%/node_modules/crypto-browserify/c.js +%%WWWDIR%%/node_modules/crypto-browserify/create-hash.js +%%WWWDIR%%/node_modules/crypto-browserify/create-hmac.js +%%WWWDIR%%/node_modules/crypto-browserify/example/bundle.js +%%WWWDIR%%/node_modules/crypto-browserify/example/index.html +%%WWWDIR%%/node_modules/crypto-browserify/example/test.js +%%WWWDIR%%/node_modules/crypto-browserify/helpers.js +%%WWWDIR%%/node_modules/crypto-browserify/index.js +%%WWWDIR%%/node_modules/crypto-browserify/md5.js +%%WWWDIR%%/node_modules/crypto-browserify/package.json +%%WWWDIR%%/node_modules/crypto-browserify/pbkdf2.js +%%WWWDIR%%/node_modules/crypto-browserify/readme.markdown +%%WWWDIR%%/node_modules/crypto-browserify/rng.js +%%WWWDIR%%/node_modules/css-color-names/README.md +%%WWWDIR%%/node_modules/css-color-names/css-color-names.json +%%WWWDIR%%/node_modules/css-color-names/package.json +%%WWWDIR%%/node_modules/css-list/.npmignore +%%WWWDIR%%/node_modules/css-list/.travis.yml +%%WWWDIR%%/node_modules/css-list/README.md +%%WWWDIR%%/node_modules/css-list/index.js +%%WWWDIR%%/node_modules/css-list/lib/defaults.js +%%WWWDIR%%/node_modules/css-list/lib/each.js +%%WWWDIR%%/node_modules/css-list/lib/map.js +%%WWWDIR%%/node_modules/css-list/lib/split.js +%%WWWDIR%%/node_modules/css-list/package.json +%%WWWDIR%%/node_modules/css-loader/.eslintrc +%%WWWDIR%%/node_modules/css-loader/.npmignore +%%WWWDIR%%/node_modules/css-loader/.travis.yml +%%WWWDIR%%/node_modules/css-loader/README.md +%%WWWDIR%%/node_modules/css-loader/index.js +%%WWWDIR%%/node_modules/css-loader/lib/css-base.js +%%WWWDIR%%/node_modules/css-loader/lib/getImportPrefix.js +%%WWWDIR%%/node_modules/css-loader/lib/getLocalIdent.js +%%WWWDIR%%/node_modules/css-loader/lib/loader.js +%%WWWDIR%%/node_modules/css-loader/lib/localsLoader.js +%%WWWDIR%%/node_modules/css-loader/lib/processCss.js +%%WWWDIR%%/node_modules/css-loader/locals.js +%%WWWDIR%%/node_modules/css-loader/node_modules/postcss/CHANGELOG.md +%%WWWDIR%%/node_modules/css-loader/node_modules/postcss/LICENSE +%%WWWDIR%%/node_modules/css-loader/node_modules/postcss/README.md +%%WWWDIR%%/node_modules/css-loader/node_modules/postcss/lib/at-rule.js +%%WWWDIR%%/node_modules/css-loader/node_modules/postcss/lib/comment.js +%%WWWDIR%%/node_modules/css-loader/node_modules/postcss/lib/container.js +%%WWWDIR%%/node_modules/css-loader/node_modules/postcss/lib/css-syntax-error.js +%%WWWDIR%%/node_modules/css-loader/node_modules/postcss/lib/declaration.js +%%WWWDIR%%/node_modules/css-loader/node_modules/postcss/lib/input.js +%%WWWDIR%%/node_modules/css-loader/node_modules/postcss/lib/lazy-result.js +%%WWWDIR%%/node_modules/css-loader/node_modules/postcss/lib/list.js +%%WWWDIR%%/node_modules/css-loader/node_modules/postcss/lib/map-generator.js +%%WWWDIR%%/node_modules/css-loader/node_modules/postcss/lib/node.js +%%WWWDIR%%/node_modules/css-loader/node_modules/postcss/lib/parse.js +%%WWWDIR%%/node_modules/css-loader/node_modules/postcss/lib/parser.js +%%WWWDIR%%/node_modules/css-loader/node_modules/postcss/lib/postcss.js +%%WWWDIR%%/node_modules/css-loader/node_modules/postcss/lib/previous-map.js +%%WWWDIR%%/node_modules/css-loader/node_modules/postcss/lib/processor.js +%%WWWDIR%%/node_modules/css-loader/node_modules/postcss/lib/result.js +%%WWWDIR%%/node_modules/css-loader/node_modules/postcss/lib/root.js +%%WWWDIR%%/node_modules/css-loader/node_modules/postcss/lib/rule.js +%%WWWDIR%%/node_modules/css-loader/node_modules/postcss/lib/tokenize.js +%%WWWDIR%%/node_modules/css-loader/node_modules/postcss/lib/vendor.js +%%WWWDIR%%/node_modules/css-loader/node_modules/postcss/lib/warn-once.js +%%WWWDIR%%/node_modules/css-loader/node_modules/postcss/lib/warning.js +%%WWWDIR%%/node_modules/css-loader/node_modules/postcss/package.json +%%WWWDIR%%/node_modules/css-loader/node_modules/source-map/README.md +%%WWWDIR%%/node_modules/css-loader/node_modules/source-map/build/assert-shim.js +%%WWWDIR%%/node_modules/css-loader/node_modules/source-map/build/mini-require.js +%%WWWDIR%%/node_modules/css-loader/node_modules/source-map/build/prefix-source-map.jsm +%%WWWDIR%%/node_modules/css-loader/node_modules/source-map/build/prefix-utils.jsm +%%WWWDIR%%/node_modules/css-loader/node_modules/source-map/build/suffix-browser.js +%%WWWDIR%%/node_modules/css-loader/node_modules/source-map/build/suffix-source-map.jsm +%%WWWDIR%%/node_modules/css-loader/node_modules/source-map/build/suffix-utils.jsm +%%WWWDIR%%/node_modules/css-loader/node_modules/source-map/build/test-prefix.js +%%WWWDIR%%/node_modules/css-loader/node_modules/source-map/build/test-suffix.js +%%WWWDIR%%/node_modules/css-loader/node_modules/source-map/lib/source-map.js +%%WWWDIR%%/node_modules/css-loader/node_modules/source-map/lib/source-map/array-set.js +%%WWWDIR%%/node_modules/css-loader/node_modules/source-map/lib/source-map/base64-vlq.js +%%WWWDIR%%/node_modules/css-loader/node_modules/source-map/lib/source-map/base64.js +%%WWWDIR%%/node_modules/css-loader/node_modules/source-map/lib/source-map/binary-search.js +%%WWWDIR%%/node_modules/css-loader/node_modules/source-map/lib/source-map/mapping-list.js +%%WWWDIR%%/node_modules/css-loader/node_modules/source-map/lib/source-map/quick-sort.js +%%WWWDIR%%/node_modules/css-loader/node_modules/source-map/lib/source-map/source-map-consumer.js +%%WWWDIR%%/node_modules/css-loader/node_modules/source-map/lib/source-map/source-map-generator.js +%%WWWDIR%%/node_modules/css-loader/node_modules/source-map/lib/source-map/source-node.js +%%WWWDIR%%/node_modules/css-loader/node_modules/source-map/lib/source-map/util.js +%%WWWDIR%%/node_modules/css-loader/node_modules/source-map/package.json +%%WWWDIR%%/node_modules/css-loader/package.json +%%WWWDIR%%/node_modules/css-parse/.npmignore +%%WWWDIR%%/node_modules/css-parse/History.md +%%WWWDIR%%/node_modules/css-parse/Makefile +%%WWWDIR%%/node_modules/css-parse/Readme.md +%%WWWDIR%%/node_modules/css-parse/component.json +%%WWWDIR%%/node_modules/css-parse/index.js +%%WWWDIR%%/node_modules/css-parse/package.json +%%WWWDIR%%/node_modules/css-selector-tokenizer/README.md +%%WWWDIR%%/node_modules/css-selector-tokenizer/lib/index.js +%%WWWDIR%%/node_modules/css-selector-tokenizer/lib/parse.js +%%WWWDIR%%/node_modules/css-selector-tokenizer/lib/parseValues.js +%%WWWDIR%%/node_modules/css-selector-tokenizer/lib/stringify.js +%%WWWDIR%%/node_modules/css-selector-tokenizer/lib/stringifyValues.js +%%WWWDIR%%/node_modules/css-selector-tokenizer/package.json +%%WWWDIR%%/node_modules/css-stringify/.npmignore +%%WWWDIR%%/node_modules/css-stringify/History.md +%%WWWDIR%%/node_modules/css-stringify/Makefile +%%WWWDIR%%/node_modules/css-stringify/Readme.md +%%WWWDIR%%/node_modules/css-stringify/component.json +%%WWWDIR%%/node_modules/css-stringify/index.js +%%WWWDIR%%/node_modules/css-stringify/package.json +%%WWWDIR%%/node_modules/css/.npmignore +%%WWWDIR%%/node_modules/css/History.md +%%WWWDIR%%/node_modules/css/Makefile +%%WWWDIR%%/node_modules/css/Readme.md +%%WWWDIR%%/node_modules/css/benchmark.js +%%WWWDIR%%/node_modules/css/component.json +%%WWWDIR%%/node_modules/css/index.js +%%WWWDIR%%/node_modules/css/package.json +%%WWWDIR%%/node_modules/css/test.js +%%WWWDIR%%/node_modules/cssesc/LICENSE-MIT.txt +%%WWWDIR%%/node_modules/cssesc/README.md +%%WWWDIR%%/node_modules/cssesc/bin/cssesc +%%WWWDIR%%/node_modules/cssesc/cssesc.js +%%WWWDIR%%/node_modules/cssesc/man/cssesc.1 +%%WWWDIR%%/node_modules/cssesc/package.json +%%WWWDIR%%/node_modules/cssnano/.npmignore +%%WWWDIR%%/node_modules/cssnano/CHANGELOG.md +%%WWWDIR%%/node_modules/cssnano/LICENSE-MIT +%%WWWDIR%%/node_modules/cssnano/README.md +%%WWWDIR%%/node_modules/cssnano/bin/cmd.js +%%WWWDIR%%/node_modules/cssnano/bin/usage.txt +%%WWWDIR%%/node_modules/cssnano/index.js +%%WWWDIR%%/node_modules/cssnano/lib/core.js +%%WWWDIR%%/node_modules/cssnano/lib/filterOptimiser.js +%%WWWDIR%%/node_modules/cssnano/lib/functionOptimiser.js +%%WWWDIR%%/node_modules/cssnano/lib/styleCache.js +%%WWWDIR%%/node_modules/cssnano/lib/warnOnce.js +%%WWWDIR%%/node_modules/cssnano/node_modules/balanced-match/.npmignore +%%WWWDIR%%/node_modules/cssnano/node_modules/balanced-match/.travis.yml +%%WWWDIR%%/node_modules/cssnano/node_modules/balanced-match/LICENSE.md +%%WWWDIR%%/node_modules/cssnano/node_modules/balanced-match/Makefile +%%WWWDIR%%/node_modules/cssnano/node_modules/balanced-match/README.md +%%WWWDIR%%/node_modules/cssnano/node_modules/balanced-match/example.js +%%WWWDIR%%/node_modules/cssnano/node_modules/balanced-match/index.js +%%WWWDIR%%/node_modules/cssnano/node_modules/balanced-match/package.json +%%WWWDIR%%/node_modules/cssnano/node_modules/postcss/CHANGELOG.md +%%WWWDIR%%/node_modules/cssnano/node_modules/postcss/LICENSE +%%WWWDIR%%/node_modules/cssnano/node_modules/postcss/README.md +%%WWWDIR%%/node_modules/cssnano/node_modules/postcss/lib/at-rule.js +%%WWWDIR%%/node_modules/cssnano/node_modules/postcss/lib/comment.js +%%WWWDIR%%/node_modules/cssnano/node_modules/postcss/lib/container.js +%%WWWDIR%%/node_modules/cssnano/node_modules/postcss/lib/css-syntax-error.js +%%WWWDIR%%/node_modules/cssnano/node_modules/postcss/lib/declaration.js +%%WWWDIR%%/node_modules/cssnano/node_modules/postcss/lib/input.js +%%WWWDIR%%/node_modules/cssnano/node_modules/postcss/lib/lazy-result.js +%%WWWDIR%%/node_modules/cssnano/node_modules/postcss/lib/list.js +%%WWWDIR%%/node_modules/cssnano/node_modules/postcss/lib/map-generator.js +%%WWWDIR%%/node_modules/cssnano/node_modules/postcss/lib/node.js +%%WWWDIR%%/node_modules/cssnano/node_modules/postcss/lib/parse.js +%%WWWDIR%%/node_modules/cssnano/node_modules/postcss/lib/parser.js +%%WWWDIR%%/node_modules/cssnano/node_modules/postcss/lib/postcss.js +%%WWWDIR%%/node_modules/cssnano/node_modules/postcss/lib/previous-map.js +%%WWWDIR%%/node_modules/cssnano/node_modules/postcss/lib/processor.js +%%WWWDIR%%/node_modules/cssnano/node_modules/postcss/lib/result.js +%%WWWDIR%%/node_modules/cssnano/node_modules/postcss/lib/root.js +%%WWWDIR%%/node_modules/cssnano/node_modules/postcss/lib/rule.js +%%WWWDIR%%/node_modules/cssnano/node_modules/postcss/lib/tokenize.js +%%WWWDIR%%/node_modules/cssnano/node_modules/postcss/lib/vendor.js +%%WWWDIR%%/node_modules/cssnano/node_modules/postcss/lib/warn-once.js +%%WWWDIR%%/node_modules/cssnano/node_modules/postcss/lib/warning.js +%%WWWDIR%%/node_modules/cssnano/node_modules/postcss/package.json +%%WWWDIR%%/node_modules/cssnano/node_modules/source-map/README.md +%%WWWDIR%%/node_modules/cssnano/node_modules/source-map/build/assert-shim.js +%%WWWDIR%%/node_modules/cssnano/node_modules/source-map/build/mini-require.js +%%WWWDIR%%/node_modules/cssnano/node_modules/source-map/build/prefix-source-map.jsm +%%WWWDIR%%/node_modules/cssnano/node_modules/source-map/build/prefix-utils.jsm +%%WWWDIR%%/node_modules/cssnano/node_modules/source-map/build/suffix-browser.js +%%WWWDIR%%/node_modules/cssnano/node_modules/source-map/build/suffix-source-map.jsm +%%WWWDIR%%/node_modules/cssnano/node_modules/source-map/build/suffix-utils.jsm +%%WWWDIR%%/node_modules/cssnano/node_modules/source-map/build/test-prefix.js +%%WWWDIR%%/node_modules/cssnano/node_modules/source-map/build/test-suffix.js +%%WWWDIR%%/node_modules/cssnano/node_modules/source-map/lib/source-map.js +%%WWWDIR%%/node_modules/cssnano/node_modules/source-map/lib/source-map/array-set.js +%%WWWDIR%%/node_modules/cssnano/node_modules/source-map/lib/source-map/base64-vlq.js +%%WWWDIR%%/node_modules/cssnano/node_modules/source-map/lib/source-map/base64.js +%%WWWDIR%%/node_modules/cssnano/node_modules/source-map/lib/source-map/binary-search.js +%%WWWDIR%%/node_modules/cssnano/node_modules/source-map/lib/source-map/mapping-list.js +%%WWWDIR%%/node_modules/cssnano/node_modules/source-map/lib/source-map/quick-sort.js +%%WWWDIR%%/node_modules/cssnano/node_modules/source-map/lib/source-map/source-map-consumer.js +%%WWWDIR%%/node_modules/cssnano/node_modules/source-map/lib/source-map/source-map-generator.js +%%WWWDIR%%/node_modules/cssnano/node_modules/source-map/lib/source-map/source-node.js +%%WWWDIR%%/node_modules/cssnano/node_modules/source-map/lib/source-map/util.js +%%WWWDIR%%/node_modules/cssnano/node_modules/source-map/package.json +%%WWWDIR%%/node_modules/cssnano/package.json +%%WWWDIR%%/node_modules/ctype/.npmignore +%%WWWDIR%%/node_modules/ctype/CHANGELOG +%%WWWDIR%%/node_modules/ctype/LICENSE +%%WWWDIR%%/node_modules/ctype/README +%%WWWDIR%%/node_modules/ctype/README.old +%%WWWDIR%%/node_modules/ctype/ctf.js +%%WWWDIR%%/node_modules/ctype/ctio.js +%%WWWDIR%%/node_modules/ctype/ctype.js +%%WWWDIR%%/node_modules/ctype/man/man3ctype/ctio.3ctype +%%WWWDIR%%/node_modules/ctype/package.json +%%WWWDIR%%/node_modules/ctype/tools/jsl.conf +%%WWWDIR%%/node_modules/ctype/tools/jsstyle +%%WWWDIR%%/node_modules/d3/.gitattributes +%%WWWDIR%%/node_modules/d3/.npmignore +%%WWWDIR%%/node_modules/d3/.spmignore +%%WWWDIR%%/node_modules/d3/CONTRIBUTING.md +%%WWWDIR%%/node_modules/d3/LICENSE +%%WWWDIR%%/node_modules/d3/Makefile +%%WWWDIR%%/node_modules/d3/README.md +%%WWWDIR%%/node_modules/d3/bin/component +%%WWWDIR%%/node_modules/d3/bin/meteor +%%WWWDIR%%/node_modules/d3/bin/start +%%WWWDIR%%/node_modules/d3/bin/uglify +%%WWWDIR%%/node_modules/d3/bower.json +%%WWWDIR%%/node_modules/d3/component.json +%%WWWDIR%%/node_modules/d3/composer.json +%%WWWDIR%%/node_modules/d3/d3.js +%%WWWDIR%%/node_modules/d3/d3.min.js +%%WWWDIR%%/node_modules/d3/index.js +%%WWWDIR%%/node_modules/d3/package.js +%%WWWDIR%%/node_modules/d3/package.json +%%WWWDIR%%/node_modules/d3/src/arrays/ascending.js +%%WWWDIR%%/node_modules/d3/src/arrays/bisect.js +%%WWWDIR%%/node_modules/d3/src/arrays/descending.js +%%WWWDIR%%/node_modules/d3/src/arrays/deviation.js +%%WWWDIR%%/node_modules/d3/src/arrays/entries.js +%%WWWDIR%%/node_modules/d3/src/arrays/extent.js +%%WWWDIR%%/node_modules/d3/src/arrays/index.js +%%WWWDIR%%/node_modules/d3/src/arrays/keys.js +%%WWWDIR%%/node_modules/d3/src/arrays/map.js +%%WWWDIR%%/node_modules/d3/src/arrays/max.js +%%WWWDIR%%/node_modules/d3/src/arrays/mean.js +%%WWWDIR%%/node_modules/d3/src/arrays/median.js +%%WWWDIR%%/node_modules/d3/src/arrays/merge.js +%%WWWDIR%%/node_modules/d3/src/arrays/min.js +%%WWWDIR%%/node_modules/d3/src/arrays/nest.js +%%WWWDIR%%/node_modules/d3/src/arrays/pairs.js +%%WWWDIR%%/node_modules/d3/src/arrays/permute.js +%%WWWDIR%%/node_modules/d3/src/arrays/quantile.js +%%WWWDIR%%/node_modules/d3/src/arrays/range.js +%%WWWDIR%%/node_modules/d3/src/arrays/set.js +%%WWWDIR%%/node_modules/d3/src/arrays/shuffle.js +%%WWWDIR%%/node_modules/d3/src/arrays/sum.js +%%WWWDIR%%/node_modules/d3/src/arrays/transpose.js +%%WWWDIR%%/node_modules/d3/src/arrays/values.js +%%WWWDIR%%/node_modules/d3/src/arrays/variance.js +%%WWWDIR%%/node_modules/d3/src/arrays/zip.js +%%WWWDIR%%/node_modules/d3/src/behavior/behavior.js +%%WWWDIR%%/node_modules/d3/src/behavior/drag.js +%%WWWDIR%%/node_modules/d3/src/behavior/index.js +%%WWWDIR%%/node_modules/d3/src/behavior/zoom.js +%%WWWDIR%%/node_modules/d3/src/color/color.js +%%WWWDIR%%/node_modules/d3/src/color/hcl.js +%%WWWDIR%%/node_modules/d3/src/color/hsl.js +%%WWWDIR%%/node_modules/d3/src/color/index.js +%%WWWDIR%%/node_modules/d3/src/color/lab.js +%%WWWDIR%%/node_modules/d3/src/color/rgb.js +%%WWWDIR%%/node_modules/d3/src/color/xyz.js +%%WWWDIR%%/node_modules/d3/src/compat/array.js +%%WWWDIR%%/node_modules/d3/src/compat/date.js +%%WWWDIR%%/node_modules/d3/src/compat/index.js +%%WWWDIR%%/node_modules/d3/src/compat/style.js +%%WWWDIR%%/node_modules/d3/src/core/array.js +%%WWWDIR%%/node_modules/d3/src/core/class.js +%%WWWDIR%%/node_modules/d3/src/core/document.js +%%WWWDIR%%/node_modules/d3/src/core/functor.js +%%WWWDIR%%/node_modules/d3/src/core/identity.js +%%WWWDIR%%/node_modules/d3/src/core/index.js +%%WWWDIR%%/node_modules/d3/src/core/noop.js +%%WWWDIR%%/node_modules/d3/src/core/ns.js +%%WWWDIR%%/node_modules/d3/src/core/rebind.js +%%WWWDIR%%/node_modules/d3/src/core/source.js +%%WWWDIR%%/node_modules/d3/src/core/subclass.js +%%WWWDIR%%/node_modules/d3/src/core/target.js +%%WWWDIR%%/node_modules/d3/src/core/true.js +%%WWWDIR%%/node_modules/d3/src/core/vendor.js +%%WWWDIR%%/node_modules/d3/src/core/zero.js +%%WWWDIR%%/node_modules/d3/src/d3.js +%%WWWDIR%%/node_modules/d3/src/dsv/csv.js +%%WWWDIR%%/node_modules/d3/src/dsv/dsv.js +%%WWWDIR%%/node_modules/d3/src/dsv/index.js +%%WWWDIR%%/node_modules/d3/src/dsv/tsv.js +%%WWWDIR%%/node_modules/d3/src/end.js +%%WWWDIR%%/node_modules/d3/src/event/dispatch.js +%%WWWDIR%%/node_modules/d3/src/event/drag.js +%%WWWDIR%%/node_modules/d3/src/event/event.js +%%WWWDIR%%/node_modules/d3/src/event/index.js +%%WWWDIR%%/node_modules/d3/src/event/mouse.js +%%WWWDIR%%/node_modules/d3/src/event/timer.js +%%WWWDIR%%/node_modules/d3/src/event/touch.js +%%WWWDIR%%/node_modules/d3/src/event/touches.js +%%WWWDIR%%/node_modules/d3/src/format/collapse.js +%%WWWDIR%%/node_modules/d3/src/format/format.js +%%WWWDIR%%/node_modules/d3/src/format/formatPrefix.js +%%WWWDIR%%/node_modules/d3/src/format/index.js +%%WWWDIR%%/node_modules/d3/src/format/precision.js +%%WWWDIR%%/node_modules/d3/src/format/requote.js +%%WWWDIR%%/node_modules/d3/src/format/round.js +%%WWWDIR%%/node_modules/d3/src/geo/albers-usa.js +%%WWWDIR%%/node_modules/d3/src/geo/albers.js +%%WWWDIR%%/node_modules/d3/src/geo/area.js +%%WWWDIR%%/node_modules/d3/src/geo/azimuthal-equal-area.js +%%WWWDIR%%/node_modules/d3/src/geo/azimuthal-equidistant.js +%%WWWDIR%%/node_modules/d3/src/geo/azimuthal.js +%%WWWDIR%%/node_modules/d3/src/geo/bounds.js +%%WWWDIR%%/node_modules/d3/src/geo/cartesian.js +%%WWWDIR%%/node_modules/d3/src/geo/centroid.js +%%WWWDIR%%/node_modules/d3/src/geo/circle.js +%%WWWDIR%%/node_modules/d3/src/geo/clip-antimeridian.js +%%WWWDIR%%/node_modules/d3/src/geo/clip-circle.js +%%WWWDIR%%/node_modules/d3/src/geo/clip-extent.js +%%WWWDIR%%/node_modules/d3/src/geo/clip-polygon.js +%%WWWDIR%%/node_modules/d3/src/geo/clip.js +%%WWWDIR%%/node_modules/d3/src/geo/compose.js +%%WWWDIR%%/node_modules/d3/src/geo/conic-conformal.js +%%WWWDIR%%/node_modules/d3/src/geo/conic-equal-area.js +%%WWWDIR%%/node_modules/d3/src/geo/conic-equidistant.js +%%WWWDIR%%/node_modules/d3/src/geo/conic.js +%%WWWDIR%%/node_modules/d3/src/geo/distance.js +%%WWWDIR%%/node_modules/d3/src/geo/equirectangular.js +%%WWWDIR%%/node_modules/d3/src/geo/geo.js +%%WWWDIR%%/node_modules/d3/src/geo/gnomonic.js +%%WWWDIR%%/node_modules/d3/src/geo/graticule.js +%%WWWDIR%%/node_modules/d3/src/geo/greatArc.js +%%WWWDIR%%/node_modules/d3/src/geo/index.js +%%WWWDIR%%/node_modules/d3/src/geo/interpolate.js +%%WWWDIR%%/node_modules/d3/src/geo/length.js +%%WWWDIR%%/node_modules/d3/src/geo/mercator.js +%%WWWDIR%%/node_modules/d3/src/geo/orthographic.js +%%WWWDIR%%/node_modules/d3/src/geo/path-area.js +%%WWWDIR%%/node_modules/d3/src/geo/path-bounds.js +%%WWWDIR%%/node_modules/d3/src/geo/path-buffer.js +%%WWWDIR%%/node_modules/d3/src/geo/path-centroid.js +%%WWWDIR%%/node_modules/d3/src/geo/path-context.js +%%WWWDIR%%/node_modules/d3/src/geo/path.js +%%WWWDIR%%/node_modules/d3/src/geo/point-in-polygon.js +%%WWWDIR%%/node_modules/d3/src/geo/projection.js +%%WWWDIR%%/node_modules/d3/src/geo/resample.js +%%WWWDIR%%/node_modules/d3/src/geo/rotation.js +%%WWWDIR%%/node_modules/d3/src/geo/spherical.js +%%WWWDIR%%/node_modules/d3/src/geo/stereographic.js +%%WWWDIR%%/node_modules/d3/src/geo/stream.js +%%WWWDIR%%/node_modules/d3/src/geo/transform.js +%%WWWDIR%%/node_modules/d3/src/geo/transverse-mercator.js +%%WWWDIR%%/node_modules/d3/src/geom/clip-line.js +%%WWWDIR%%/node_modules/d3/src/geom/delaunay.js +%%WWWDIR%%/node_modules/d3/src/geom/geom.js +%%WWWDIR%%/node_modules/d3/src/geom/hull.js +%%WWWDIR%%/node_modules/d3/src/geom/index.js +%%WWWDIR%%/node_modules/d3/src/geom/point.js +%%WWWDIR%%/node_modules/d3/src/geom/polygon.js +%%WWWDIR%%/node_modules/d3/src/geom/quadtree.js +%%WWWDIR%%/node_modules/d3/src/geom/voronoi.js +%%WWWDIR%%/node_modules/d3/src/geom/voronoi/beach.js +%%WWWDIR%%/node_modules/d3/src/geom/voronoi/cell.js +%%WWWDIR%%/node_modules/d3/src/geom/voronoi/circle.js +%%WWWDIR%%/node_modules/d3/src/geom/voronoi/clip.js +%%WWWDIR%%/node_modules/d3/src/geom/voronoi/edge.js +%%WWWDIR%%/node_modules/d3/src/geom/voronoi/index.js +%%WWWDIR%%/node_modules/d3/src/geom/voronoi/red-black.js +%%WWWDIR%%/node_modules/d3/src/interpolate/array.js +%%WWWDIR%%/node_modules/d3/src/interpolate/ease.js +%%WWWDIR%%/node_modules/d3/src/interpolate/hcl.js +%%WWWDIR%%/node_modules/d3/src/interpolate/hsl.js +%%WWWDIR%%/node_modules/d3/src/interpolate/index.js +%%WWWDIR%%/node_modules/d3/src/interpolate/interpolate.js +%%WWWDIR%%/node_modules/d3/src/interpolate/lab.js +%%WWWDIR%%/node_modules/d3/src/interpolate/number.js +%%WWWDIR%%/node_modules/d3/src/interpolate/object.js +%%WWWDIR%%/node_modules/d3/src/interpolate/rgb.js +%%WWWDIR%%/node_modules/d3/src/interpolate/round.js +%%WWWDIR%%/node_modules/d3/src/interpolate/string.js +%%WWWDIR%%/node_modules/d3/src/interpolate/transform.js +%%WWWDIR%%/node_modules/d3/src/interpolate/uninterpolate.js +%%WWWDIR%%/node_modules/d3/src/interpolate/zoom.js +%%WWWDIR%%/node_modules/d3/src/layout/bundle.js +%%WWWDIR%%/node_modules/d3/src/layout/chord.js +%%WWWDIR%%/node_modules/d3/src/layout/cluster.js +%%WWWDIR%%/node_modules/d3/src/layout/force.js +%%WWWDIR%%/node_modules/d3/src/layout/hierarchy.js +%%WWWDIR%%/node_modules/d3/src/layout/histogram.js +%%WWWDIR%%/node_modules/d3/src/layout/index.js +%%WWWDIR%%/node_modules/d3/src/layout/layout.js +%%WWWDIR%%/node_modules/d3/src/layout/pack.js +%%WWWDIR%%/node_modules/d3/src/layout/partition.js +%%WWWDIR%%/node_modules/d3/src/layout/pie.js +%%WWWDIR%%/node_modules/d3/src/layout/stack.js +%%WWWDIR%%/node_modules/d3/src/layout/tree.js +%%WWWDIR%%/node_modules/d3/src/layout/treemap.js +%%WWWDIR%%/node_modules/d3/src/locale/ca-ES.js +%%WWWDIR%%/node_modules/d3/src/locale/de-DE.js +%%WWWDIR%%/node_modules/d3/src/locale/en-CA.js +%%WWWDIR%%/node_modules/d3/src/locale/en-GB.js +%%WWWDIR%%/node_modules/d3/src/locale/en-US.js +%%WWWDIR%%/node_modules/d3/src/locale/es-ES.js +%%WWWDIR%%/node_modules/d3/src/locale/fi-FI.js +%%WWWDIR%%/node_modules/d3/src/locale/fr-CA.js +%%WWWDIR%%/node_modules/d3/src/locale/fr-FR.js +%%WWWDIR%%/node_modules/d3/src/locale/he-IL.js +%%WWWDIR%%/node_modules/d3/src/locale/it-IT.js +%%WWWDIR%%/node_modules/d3/src/locale/locale.js +%%WWWDIR%%/node_modules/d3/src/locale/mk-MK.js +%%WWWDIR%%/node_modules/d3/src/locale/nl-NL.js +%%WWWDIR%%/node_modules/d3/src/locale/number-format.js +%%WWWDIR%%/node_modules/d3/src/locale/pl-PL.js +%%WWWDIR%%/node_modules/d3/src/locale/pt-BR.js +%%WWWDIR%%/node_modules/d3/src/locale/ru-RU.js +%%WWWDIR%%/node_modules/d3/src/locale/time-format.js +%%WWWDIR%%/node_modules/d3/src/locale/time-scale.js +%%WWWDIR%%/node_modules/d3/src/locale/zh-CN.js +%%WWWDIR%%/node_modules/d3/src/math/abs.js +%%WWWDIR%%/node_modules/d3/src/math/adder.js +%%WWWDIR%%/node_modules/d3/src/math/index.js +%%WWWDIR%%/node_modules/d3/src/math/number.js +%%WWWDIR%%/node_modules/d3/src/math/random.js +%%WWWDIR%%/node_modules/d3/src/math/transform.js +%%WWWDIR%%/node_modules/d3/src/math/trigonometry.js +%%WWWDIR%%/node_modules/d3/src/scale/bilinear.js +%%WWWDIR%%/node_modules/d3/src/scale/category.js +%%WWWDIR%%/node_modules/d3/src/scale/identity.js +%%WWWDIR%%/node_modules/d3/src/scale/index.js +%%WWWDIR%%/node_modules/d3/src/scale/linear.js +%%WWWDIR%%/node_modules/d3/src/scale/log.js +%%WWWDIR%%/node_modules/d3/src/scale/nice.js +%%WWWDIR%%/node_modules/d3/src/scale/ordinal.js +%%WWWDIR%%/node_modules/d3/src/scale/polylinear.js +%%WWWDIR%%/node_modules/d3/src/scale/pow.js +%%WWWDIR%%/node_modules/d3/src/scale/quantile.js +%%WWWDIR%%/node_modules/d3/src/scale/quantize.js +%%WWWDIR%%/node_modules/d3/src/scale/scale.js +%%WWWDIR%%/node_modules/d3/src/scale/sqrt.js +%%WWWDIR%%/node_modules/d3/src/scale/threshold.js +%%WWWDIR%%/node_modules/d3/src/selection/append.js +%%WWWDIR%%/node_modules/d3/src/selection/attr.js +%%WWWDIR%%/node_modules/d3/src/selection/call.js +%%WWWDIR%%/node_modules/d3/src/selection/classed.js +%%WWWDIR%%/node_modules/d3/src/selection/data.js +%%WWWDIR%%/node_modules/d3/src/selection/datum.js +%%WWWDIR%%/node_modules/d3/src/selection/each.js +%%WWWDIR%%/node_modules/d3/src/selection/empty.js +%%WWWDIR%%/node_modules/d3/src/selection/enter-insert.js +%%WWWDIR%%/node_modules/d3/src/selection/enter-select.js +%%WWWDIR%%/node_modules/d3/src/selection/enter.js +%%WWWDIR%%/node_modules/d3/src/selection/filter.js +%%WWWDIR%%/node_modules/d3/src/selection/html.js +%%WWWDIR%%/node_modules/d3/src/selection/index.js +%%WWWDIR%%/node_modules/d3/src/selection/insert.js +%%WWWDIR%%/node_modules/d3/src/selection/interrupt.js +%%WWWDIR%%/node_modules/d3/src/selection/node.js +%%WWWDIR%%/node_modules/d3/src/selection/on.js +%%WWWDIR%%/node_modules/d3/src/selection/order.js +%%WWWDIR%%/node_modules/d3/src/selection/property.js +%%WWWDIR%%/node_modules/d3/src/selection/remove.js +%%WWWDIR%%/node_modules/d3/src/selection/select.js +%%WWWDIR%%/node_modules/d3/src/selection/selectAll.js +%%WWWDIR%%/node_modules/d3/src/selection/selection.js +%%WWWDIR%%/node_modules/d3/src/selection/size.js +%%WWWDIR%%/node_modules/d3/src/selection/sort.js +%%WWWDIR%%/node_modules/d3/src/selection/style.js +%%WWWDIR%%/node_modules/d3/src/selection/text.js +%%WWWDIR%%/node_modules/d3/src/selection/transition.js +%%WWWDIR%%/node_modules/d3/src/start.js +%%WWWDIR%%/node_modules/d3/src/svg/arc.js +%%WWWDIR%%/node_modules/d3/src/svg/area-radial.js +%%WWWDIR%%/node_modules/d3/src/svg/area.js +%%WWWDIR%%/node_modules/d3/src/svg/axis.js +%%WWWDIR%%/node_modules/d3/src/svg/brush.js +%%WWWDIR%%/node_modules/d3/src/svg/chord.js +%%WWWDIR%%/node_modules/d3/src/svg/diagonal-radial.js +%%WWWDIR%%/node_modules/d3/src/svg/diagonal.js +%%WWWDIR%%/node_modules/d3/src/svg/index.js +%%WWWDIR%%/node_modules/d3/src/svg/line-radial.js +%%WWWDIR%%/node_modules/d3/src/svg/line.js +%%WWWDIR%%/node_modules/d3/src/svg/svg.js +%%WWWDIR%%/node_modules/d3/src/svg/symbol.js +%%WWWDIR%%/node_modules/d3/src/time/day.js +%%WWWDIR%%/node_modules/d3/src/time/format-iso.js +%%WWWDIR%%/node_modules/d3/src/time/format-utc.js +%%WWWDIR%%/node_modules/d3/src/time/format.js +%%WWWDIR%%/node_modules/d3/src/time/hour.js +%%WWWDIR%%/node_modules/d3/src/time/index.js +%%WWWDIR%%/node_modules/d3/src/time/interval.js +%%WWWDIR%%/node_modules/d3/src/time/minute.js +%%WWWDIR%%/node_modules/d3/src/time/month.js +%%WWWDIR%%/node_modules/d3/src/time/scale-utc.js +%%WWWDIR%%/node_modules/d3/src/time/scale.js +%%WWWDIR%%/node_modules/d3/src/time/second.js +%%WWWDIR%%/node_modules/d3/src/time/time.js +%%WWWDIR%%/node_modules/d3/src/time/week.js +%%WWWDIR%%/node_modules/d3/src/time/year.js +%%WWWDIR%%/node_modules/d3/src/transition/attr.js +%%WWWDIR%%/node_modules/d3/src/transition/delay.js +%%WWWDIR%%/node_modules/d3/src/transition/duration.js +%%WWWDIR%%/node_modules/d3/src/transition/each.js +%%WWWDIR%%/node_modules/d3/src/transition/ease.js +%%WWWDIR%%/node_modules/d3/src/transition/filter.js +%%WWWDIR%%/node_modules/d3/src/transition/index.js +%%WWWDIR%%/node_modules/d3/src/transition/remove.js +%%WWWDIR%%/node_modules/d3/src/transition/select.js +%%WWWDIR%%/node_modules/d3/src/transition/selectAll.js +%%WWWDIR%%/node_modules/d3/src/transition/style.js +%%WWWDIR%%/node_modules/d3/src/transition/subtransition.js +%%WWWDIR%%/node_modules/d3/src/transition/text.js +%%WWWDIR%%/node_modules/d3/src/transition/transition.js +%%WWWDIR%%/node_modules/d3/src/transition/tween.js +%%WWWDIR%%/node_modules/d3/src/xhr/html.js +%%WWWDIR%%/node_modules/d3/src/xhr/index.js +%%WWWDIR%%/node_modules/d3/src/xhr/json.js +%%WWWDIR%%/node_modules/d3/src/xhr/text.js +%%WWWDIR%%/node_modules/d3/src/xhr/xhr.js +%%WWWDIR%%/node_modules/d3/src/xhr/xml.js +%%WWWDIR%%/node_modules/date-now/.npmignore +%%WWWDIR%%/node_modules/date-now/.testem.json +%%WWWDIR%%/node_modules/date-now/.travis.yml +%%WWWDIR%%/node_modules/date-now/LICENCE +%%WWWDIR%%/node_modules/date-now/README.md +%%WWWDIR%%/node_modules/date-now/index.js +%%WWWDIR%%/node_modules/date-now/package.json +%%WWWDIR%%/node_modules/date-now/seed.js +%%WWWDIR%%/node_modules/debug/.coveralls.yml +%%WWWDIR%%/node_modules/debug/.eslintrc +%%WWWDIR%%/node_modules/debug/.npmignore +%%WWWDIR%%/node_modules/debug/.travis.yml +%%WWWDIR%%/node_modules/debug/CHANGELOG.md +%%WWWDIR%%/node_modules/debug/LICENSE +%%WWWDIR%%/node_modules/debug/Makefile +%%WWWDIR%%/node_modules/debug/README.md +%%WWWDIR%%/node_modules/debug/bower.json +%%WWWDIR%%/node_modules/debug/component.json +%%WWWDIR%%/node_modules/debug/karma.conf.js +%%WWWDIR%%/node_modules/debug/node.js +%%WWWDIR%%/node_modules/debug/package.json +%%WWWDIR%%/node_modules/debug/src/browser.js +%%WWWDIR%%/node_modules/debug/src/debug.js +%%WWWDIR%%/node_modules/debug/src/index.js +%%WWWDIR%%/node_modules/debug/src/node.js +%%WWWDIR%%/node_modules/decamelize/index.js +%%WWWDIR%%/node_modules/decamelize/license +%%WWWDIR%%/node_modules/decamelize/package.json +%%WWWDIR%%/node_modules/decamelize/readme.md +%%WWWDIR%%/node_modules/defined/.travis.yml +%%WWWDIR%%/node_modules/defined/LICENSE +%%WWWDIR%%/node_modules/defined/example/defined.js +%%WWWDIR%%/node_modules/defined/index.js +%%WWWDIR%%/node_modules/defined/package.json +%%WWWDIR%%/node_modules/defined/readme.markdown +%%WWWDIR%%/node_modules/defs/.npmignore +%%WWWDIR%%/node_modules/defs/BUILD.md +%%WWWDIR%%/node_modules/defs/CHANGES.md +%%WWWDIR%%/node_modules/defs/LICENSE +%%WWWDIR%%/node_modules/defs/README.md +%%WWWDIR%%/node_modules/defs/build/build.sh +%%WWWDIR%%/node_modules/defs/build/bundle.sh +%%WWWDIR%%/node_modules/defs/build/clean.sh +%%WWWDIR%%/node_modules/defs/build/defs +%%WWWDIR%%/node_modules/defs/build/es5/defs +%%WWWDIR%%/node_modules/defs/build/es5/defs-cmd.js +%%WWWDIR%%/node_modules/defs/build/es5/defs-main.js +%%WWWDIR%%/node_modules/defs/build/es5/error.js +%%WWWDIR%%/node_modules/defs/build/es5/jshint_globals/LICENSE.jshint +%%WWWDIR%%/node_modules/defs/build/es5/jshint_globals/README +%%WWWDIR%%/node_modules/defs/build/es5/jshint_globals/vars.js +%%WWWDIR%%/node_modules/defs/build/es5/options.js +%%WWWDIR%%/node_modules/defs/build/es5/run-tests.js +%%WWWDIR%%/node_modules/defs/build/es5/scope.js +%%WWWDIR%%/node_modules/defs/build/es5/stats.js +%%WWWDIR%%/node_modules/defs/build/index.html +%%WWWDIR%%/node_modules/defs/build/inline-version.js +%%WWWDIR%%/node_modules/defs/build/prepare.sh +%%WWWDIR%%/node_modules/defs/defs-cmd.js +%%WWWDIR%%/node_modules/defs/defs-config.json +%%WWWDIR%%/node_modules/defs/defs-harmony +%%WWWDIR%%/node_modules/defs/defs-main.js +%%WWWDIR%%/node_modules/defs/error.js +%%WWWDIR%%/node_modules/defs/jshint_globals/LICENSE.jshint +%%WWWDIR%%/node_modules/defs/jshint_globals/README +%%WWWDIR%%/node_modules/defs/jshint_globals/vars.js +%%WWWDIR%%/node_modules/defs/loop-closures.md +%%WWWDIR%%/node_modules/defs/node_modules/.bin/esparse +%%WWWDIR%%/node_modules/defs/node_modules/.bin/esvalidate +%%WWWDIR%%/node_modules/defs/node_modules/esprima-fb/README.md +%%WWWDIR%%/node_modules/defs/node_modules/esprima-fb/bin/esparse.js +%%WWWDIR%%/node_modules/defs/node_modules/esprima-fb/bin/esvalidate.js +%%WWWDIR%%/node_modules/defs/node_modules/esprima-fb/esprima.js +%%WWWDIR%%/node_modules/defs/node_modules/esprima-fb/package.json +%%WWWDIR%%/node_modules/defs/options.js +%%WWWDIR%%/node_modules/defs/other/v8-bug.js +%%WWWDIR%%/node_modules/defs/other/v8-for-in-scope-2.js +%%WWWDIR%%/node_modules/defs/other/v8-for-in-scope.js +%%WWWDIR%%/node_modules/defs/package.json +%%WWWDIR%%/node_modules/defs/run-tests.js +%%WWWDIR%%/node_modules/defs/scope.js +%%WWWDIR%%/node_modules/defs/semantic-differences.md +%%WWWDIR%%/node_modules/defs/stats.js +%%WWWDIR%%/node_modules/delayed-stream/.npmignore +%%WWWDIR%%/node_modules/delayed-stream/License +%%WWWDIR%%/node_modules/delayed-stream/Makefile +%%WWWDIR%%/node_modules/delayed-stream/Readme.md +%%WWWDIR%%/node_modules/delayed-stream/lib/delayed_stream.js +%%WWWDIR%%/node_modules/delayed-stream/package.json +%%WWWDIR%%/node_modules/delegate/.editorconfig +%%WWWDIR%%/node_modules/delegate/.npmignore +%%WWWDIR%%/node_modules/delegate/bower.json +%%WWWDIR%%/node_modules/delegate/demo/delegate.html +%%WWWDIR%%/node_modules/delegate/demo/multiple.html +%%WWWDIR%%/node_modules/delegate/demo/undelegate.html +%%WWWDIR%%/node_modules/delegate/dist/delegate.js +%%WWWDIR%%/node_modules/delegate/karma.conf.js +%%WWWDIR%%/node_modules/delegate/package.json +%%WWWDIR%%/node_modules/delegate/readme.md +%%WWWDIR%%/node_modules/delegate/src/closest.js +%%WWWDIR%%/node_modules/delegate/src/delegate.js +%%WWWDIR%%/node_modules/detect-indent/cli.js +%%WWWDIR%%/node_modules/detect-indent/index.js +%%WWWDIR%%/node_modules/detect-indent/license +%%WWWDIR%%/node_modules/detect-indent/package.json +%%WWWDIR%%/node_modules/detect-indent/readme.md +%%WWWDIR%%/node_modules/detective/.npmignore +%%WWWDIR%%/node_modules/detective/.travis.yml +%%WWWDIR%%/node_modules/detective/LICENSE +%%WWWDIR%%/node_modules/detective/bench/ddetect.js +%%WWWDIR%%/node_modules/detective/bench/detect.js +%%WWWDIR%%/node_modules/detective/bench/esprima_v_acorn.txt +%%WWWDIR%%/node_modules/detective/example/strings.js +%%WWWDIR%%/node_modules/detective/example/strings_src.js +%%WWWDIR%%/node_modules/detective/index.js +%%WWWDIR%%/node_modules/detective/package.json +%%WWWDIR%%/node_modules/detective/readme.markdown +%%WWWDIR%%/node_modules/domain-browser/.eslintrc.js +%%WWWDIR%%/node_modules/domain-browser/.npmignore +%%WWWDIR%%/node_modules/domain-browser/HISTORY.md +%%WWWDIR%%/node_modules/domain-browser/LICENSE.md +%%WWWDIR%%/node_modules/domain-browser/README.md +%%WWWDIR%%/node_modules/domain-browser/index.js +%%WWWDIR%%/node_modules/domain-browser/package.json +%%WWWDIR%%/node_modules/domain-browser/test.js +%%WWWDIR%%/node_modules/elasticsearch-browser/README.md +%%WWWDIR%%/node_modules/elasticsearch-browser/bower.json +%%WWWDIR%%/node_modules/elasticsearch-browser/elasticsearch.angular.js +%%WWWDIR%%/node_modules/elasticsearch-browser/elasticsearch.angular.min.js +%%WWWDIR%%/node_modules/elasticsearch-browser/elasticsearch.jquery.js +%%WWWDIR%%/node_modules/elasticsearch-browser/elasticsearch.jquery.min.js +%%WWWDIR%%/node_modules/elasticsearch-browser/elasticsearch.js +%%WWWDIR%%/node_modules/elasticsearch-browser/elasticsearch.min.js +%%WWWDIR%%/node_modules/elasticsearch-browser/package.json +%%WWWDIR%%/node_modules/elasticsearch/.es-snapshot-repos/test_repo_create_1_loc/index +%%WWWDIR%%/node_modules/elasticsearch/.es-snapshot-repos/test_repo_restore_1_loc/index +%%WWWDIR%%/node_modules/elasticsearch/.npmignore +%%WWWDIR%%/node_modules/elasticsearch/CHANGELOG.md +%%WWWDIR%%/node_modules/elasticsearch/LICENSE +%%WWWDIR%%/node_modules/elasticsearch/README.md +%%WWWDIR%%/node_modules/elasticsearch/package.json +%%WWWDIR%%/node_modules/elasticsearch/src/elasticsearch.angular.js +%%WWWDIR%%/node_modules/elasticsearch/src/elasticsearch.jquery.js +%%WWWDIR%%/node_modules/elasticsearch/src/elasticsearch.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/apis/0_90.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/apis/1_0.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/apis/1_1.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/apis/1_2.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/apis/1_3.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/apis/1_4.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/apis/1_5.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/apis/1_6.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/apis/1_7.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/apis/1_x.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/apis/2_0.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/apis/browser_index.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/apis/index.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/apis/master.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/client.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/client_action.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/connection.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/connection_pool.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/connectors/_keep_alive_agent.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/connectors/angular.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/connectors/browser_index.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/connectors/http.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/connectors/index.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/connectors/jquery.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/connectors/xhr.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/errors.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/host.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/log.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/logger.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/loggers/browser_index.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/loggers/console.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/loggers/file.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/loggers/index.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/loggers/stdio.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/loggers/stream.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/loggers/tracer.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/nodes_to_host.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/selectors/index.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/selectors/random.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/selectors/round_robin.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/serializers/angular.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/serializers/index.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/serializers/json.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/transport.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/transport/sniff_on_connection_fault.js +%%WWWDIR%%/node_modules/elasticsearch/src/lib/utils.js +%%WWWDIR%%/node_modules/encode-uri-query/LICENSE +%%WWWDIR%%/node_modules/encode-uri-query/index.js +%%WWWDIR%%/node_modules/encode-uri-query/package.json +%%WWWDIR%%/node_modules/enhanced-resolve/README.md +%%WWWDIR%%/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js +%%WWWDIR%%/node_modules/enhanced-resolve/lib/DirectoryDefaultFilePlugin.js +%%WWWDIR%%/node_modules/enhanced-resolve/lib/DirectoryDescriptionFileFieldAliasPlugin.js +%%WWWDIR%%/node_modules/enhanced-resolve/lib/DirectoryDescriptionFilePlugin.js +%%WWWDIR%%/node_modules/enhanced-resolve/lib/DirectoryResultPlugin.js +%%WWWDIR%%/node_modules/enhanced-resolve/lib/FileAppendPlugin.js +%%WWWDIR%%/node_modules/enhanced-resolve/lib/ModuleAliasPlugin.js +%%WWWDIR%%/node_modules/enhanced-resolve/lib/ModuleAsDirectoryPlugin.js +%%WWWDIR%%/node_modules/enhanced-resolve/lib/ModuleAsFilePlugin.js +%%WWWDIR%%/node_modules/enhanced-resolve/lib/ModuleTemplatesPlugin.js +%%WWWDIR%%/node_modules/enhanced-resolve/lib/ModulesInDirectoriesPlugin.js +%%WWWDIR%%/node_modules/enhanced-resolve/lib/ModulesInRootPlugin.js +%%WWWDIR%%/node_modules/enhanced-resolve/lib/NodeJsInputFileSystem.js +%%WWWDIR%%/node_modules/enhanced-resolve/lib/Resolver.js +%%WWWDIR%%/node_modules/enhanced-resolve/lib/ResultSymlinkPlugin.js +%%WWWDIR%%/node_modules/enhanced-resolve/lib/SyncNodeJsInputFileSystem.js +%%WWWDIR%%/node_modules/enhanced-resolve/lib/UnsafeCachePlugin.js +%%WWWDIR%%/node_modules/enhanced-resolve/lib/createInnerCallback.js +%%WWWDIR%%/node_modules/enhanced-resolve/lib/node.js +%%WWWDIR%%/node_modules/enhanced-resolve/lib/popPathSeqment.js +%%WWWDIR%%/node_modules/enhanced-resolve/node_modules/memory-fs/.gitattributes +%%WWWDIR%%/node_modules/enhanced-resolve/node_modules/memory-fs/.npmignore +%%WWWDIR%%/node_modules/enhanced-resolve/node_modules/memory-fs/.travis.yml +%%WWWDIR%%/node_modules/enhanced-resolve/node_modules/memory-fs/README.md +%%WWWDIR%%/node_modules/enhanced-resolve/node_modules/memory-fs/lib/MemoryFileSystem.js +%%WWWDIR%%/node_modules/enhanced-resolve/node_modules/memory-fs/lib/join.js +%%WWWDIR%%/node_modules/enhanced-resolve/node_modules/memory-fs/lib/normalize.js +%%WWWDIR%%/node_modules/enhanced-resolve/node_modules/memory-fs/package.json +%%WWWDIR%%/node_modules/enhanced-resolve/package.json +%%WWWDIR%%/node_modules/errno/.jshintrc +%%WWWDIR%%/node_modules/errno/.npmignore +%%WWWDIR%%/node_modules/errno/README.md +%%WWWDIR%%/node_modules/errno/build.js +%%WWWDIR%%/node_modules/errno/cli.js +%%WWWDIR%%/node_modules/errno/custom.js +%%WWWDIR%%/node_modules/errno/errno.js +%%WWWDIR%%/node_modules/errno/package.json +%%WWWDIR%%/node_modules/errno/test.js +%%WWWDIR%%/node_modules/es6-promise/CHANGELOG.md +%%WWWDIR%%/node_modules/es6-promise/LICENSE +%%WWWDIR%%/node_modules/es6-promise/README.md +%%WWWDIR%%/node_modules/es6-promise/dist/es6-promise.js +%%WWWDIR%%/node_modules/es6-promise/dist/es6-promise.min.js +%%WWWDIR%%/node_modules/es6-promise/lib/es6-promise.umd.js +%%WWWDIR%%/node_modules/es6-promise/lib/es6-promise/-internal.js +%%WWWDIR%%/node_modules/es6-promise/lib/es6-promise/asap.js +%%WWWDIR%%/node_modules/es6-promise/lib/es6-promise/enumerator.js +%%WWWDIR%%/node_modules/es6-promise/lib/es6-promise/polyfill.js +%%WWWDIR%%/node_modules/es6-promise/lib/es6-promise/promise.js +%%WWWDIR%%/node_modules/es6-promise/lib/es6-promise/promise/all.js +%%WWWDIR%%/node_modules/es6-promise/lib/es6-promise/promise/race.js +%%WWWDIR%%/node_modules/es6-promise/lib/es6-promise/promise/reject.js +%%WWWDIR%%/node_modules/es6-promise/lib/es6-promise/promise/resolve.js +%%WWWDIR%%/node_modules/es6-promise/lib/es6-promise/utils.js +%%WWWDIR%%/node_modules/es6-promise/package.json +%%WWWDIR%%/node_modules/escape-string-regexp/index.js +%%WWWDIR%%/node_modules/escape-string-regexp/license +%%WWWDIR%%/node_modules/escape-string-regexp/package.json +%%WWWDIR%%/node_modules/escape-string-regexp/readme.md +%%WWWDIR%%/node_modules/esprima-fb/README.md +%%WWWDIR%%/node_modules/esprima-fb/bin/esparse.js +%%WWWDIR%%/node_modules/esprima-fb/bin/esvalidate.js +%%WWWDIR%%/node_modules/esprima-fb/esprima.js +%%WWWDIR%%/node_modules/esprima-fb/package.json +%%WWWDIR%%/node_modules/esutils/LICENSE.BSD +%%WWWDIR%%/node_modules/esutils/README.md +%%WWWDIR%%/node_modules/esutils/lib/ast.js +%%WWWDIR%%/node_modules/esutils/lib/code.js +%%WWWDIR%%/node_modules/esutils/lib/keyword.js +%%WWWDIR%%/node_modules/esutils/lib/utils.js +%%WWWDIR%%/node_modules/esutils/package.json +%%WWWDIR%%/node_modules/events/.npmignore +%%WWWDIR%%/node_modules/events/.travis.yml +%%WWWDIR%%/node_modules/events/.zuul.yml +%%WWWDIR%%/node_modules/events/History.md +%%WWWDIR%%/node_modules/events/LICENSE +%%WWWDIR%%/node_modules/events/Readme.md +%%WWWDIR%%/node_modules/events/events.js +%%WWWDIR%%/node_modules/events/package.json +%%WWWDIR%%/node_modules/expand-brackets/LICENSE +%%WWWDIR%%/node_modules/expand-brackets/README.md +%%WWWDIR%%/node_modules/expand-brackets/index.js +%%WWWDIR%%/node_modules/expand-brackets/package.json +%%WWWDIR%%/node_modules/expand-range/LICENSE +%%WWWDIR%%/node_modules/expand-range/README.md +%%WWWDIR%%/node_modules/expand-range/index.js +%%WWWDIR%%/node_modules/expand-range/package.json +%%WWWDIR%%/node_modules/expiry-js/.editorconfig +%%WWWDIR%%/node_modules/expiry-js/.eslintignore +%%WWWDIR%%/node_modules/expiry-js/.eslintrc +%%WWWDIR%%/node_modules/expiry-js/.npmignore +%%WWWDIR%%/node_modules/expiry-js/Gruntfile.js +%%WWWDIR%%/node_modules/expiry-js/README.md +%%WWWDIR%%/node_modules/expiry-js/bower.json +%%WWWDIR%%/node_modules/expiry-js/build/banner.js +%%WWWDIR%%/node_modules/expiry-js/build/footer.js +%%WWWDIR%%/node_modules/expiry-js/dist/expiry.js +%%WWWDIR%%/node_modules/expiry-js/dist/expiry.min.js +%%WWWDIR%%/node_modules/expiry-js/lib/Expiry.js +%%WWWDIR%%/node_modules/expiry-js/package.json +%%WWWDIR%%/node_modules/exports-loader/.npmignore +%%WWWDIR%%/node_modules/exports-loader/README.md +%%WWWDIR%%/node_modules/exports-loader/index.js +%%WWWDIR%%/node_modules/exports-loader/node_modules/source-map/.npmignore +%%WWWDIR%%/node_modules/exports-loader/node_modules/source-map/.travis.yml +%%WWWDIR%%/node_modules/exports-loader/node_modules/source-map/CHANGELOG.md +%%WWWDIR%%/node_modules/exports-loader/node_modules/source-map/LICENSE +%%WWWDIR%%/node_modules/exports-loader/node_modules/source-map/Makefile.dryice.js +%%WWWDIR%%/node_modules/exports-loader/node_modules/source-map/README.md +%%WWWDIR%%/node_modules/exports-loader/node_modules/source-map/build/assert-shim.js +%%WWWDIR%%/node_modules/exports-loader/node_modules/source-map/build/mini-require.js +%%WWWDIR%%/node_modules/exports-loader/node_modules/source-map/build/prefix-source-map.jsm +%%WWWDIR%%/node_modules/exports-loader/node_modules/source-map/build/prefix-utils.jsm +%%WWWDIR%%/node_modules/exports-loader/node_modules/source-map/build/suffix-browser.js +%%WWWDIR%%/node_modules/exports-loader/node_modules/source-map/build/suffix-source-map.jsm +%%WWWDIR%%/node_modules/exports-loader/node_modules/source-map/build/suffix-utils.jsm +%%WWWDIR%%/node_modules/exports-loader/node_modules/source-map/build/test-prefix.js +%%WWWDIR%%/node_modules/exports-loader/node_modules/source-map/build/test-suffix.js +%%WWWDIR%%/node_modules/exports-loader/node_modules/source-map/lib/source-map.js +%%WWWDIR%%/node_modules/exports-loader/node_modules/source-map/lib/source-map/array-set.js +%%WWWDIR%%/node_modules/exports-loader/node_modules/source-map/lib/source-map/base64-vlq.js +%%WWWDIR%%/node_modules/exports-loader/node_modules/source-map/lib/source-map/base64.js +%%WWWDIR%%/node_modules/exports-loader/node_modules/source-map/lib/source-map/binary-search.js +%%WWWDIR%%/node_modules/exports-loader/node_modules/source-map/lib/source-map/mapping-list.js +%%WWWDIR%%/node_modules/exports-loader/node_modules/source-map/lib/source-map/source-map-consumer.js +%%WWWDIR%%/node_modules/exports-loader/node_modules/source-map/lib/source-map/source-map-generator.js +%%WWWDIR%%/node_modules/exports-loader/node_modules/source-map/lib/source-map/source-node.js +%%WWWDIR%%/node_modules/exports-loader/node_modules/source-map/lib/source-map/util.js +%%WWWDIR%%/node_modules/exports-loader/node_modules/source-map/package.json +%%WWWDIR%%/node_modules/exports-loader/package.json +%%WWWDIR%%/node_modules/expose-loader/README.md +%%WWWDIR%%/node_modules/expose-loader/index.js +%%WWWDIR%%/node_modules/expose-loader/package.json +%%WWWDIR%%/node_modules/extend/.eslintrc +%%WWWDIR%%/node_modules/extend/.jscs.json +%%WWWDIR%%/node_modules/extend/.npmignore +%%WWWDIR%%/node_modules/extend/.travis.yml +%%WWWDIR%%/node_modules/extend/CHANGELOG.md +%%WWWDIR%%/node_modules/extend/LICENSE +%%WWWDIR%%/node_modules/extend/README.md +%%WWWDIR%%/node_modules/extend/component.json +%%WWWDIR%%/node_modules/extend/index.js +%%WWWDIR%%/node_modules/extend/package.json +%%WWWDIR%%/node_modules/extglob/LICENSE +%%WWWDIR%%/node_modules/extglob/README.md +%%WWWDIR%%/node_modules/extglob/index.js +%%WWWDIR%%/node_modules/extglob/package.json +%%WWWDIR%%/node_modules/extract-text-webpack-plugin/.editorconfig +%%WWWDIR%%/node_modules/extract-text-webpack-plugin/.eslintrc +%%WWWDIR%%/node_modules/extract-text-webpack-plugin/.npmignore +%%WWWDIR%%/node_modules/extract-text-webpack-plugin/ExtractedModule.js +%%WWWDIR%%/node_modules/extract-text-webpack-plugin/OrderUndefinedError.js +%%WWWDIR%%/node_modules/extract-text-webpack-plugin/README.md +%%WWWDIR%%/node_modules/extract-text-webpack-plugin/index.js +%%WWWDIR%%/node_modules/extract-text-webpack-plugin/loader.js +%%WWWDIR%%/node_modules/extract-text-webpack-plugin/package.json +%%WWWDIR%%/node_modules/fastparse/.eslintrc +%%WWWDIR%%/node_modules/fastparse/.npmignore +%%WWWDIR%%/node_modules/fastparse/.travis.yml +%%WWWDIR%%/node_modules/fastparse/README.md +%%WWWDIR%%/node_modules/fastparse/lib/Parser.js +%%WWWDIR%%/node_modules/fastparse/package.json +%%WWWDIR%%/node_modules/file-loader/README.md +%%WWWDIR%%/node_modules/file-loader/index.js +%%WWWDIR%%/node_modules/file-loader/package.json +%%WWWDIR%%/node_modules/filename-regex/README.md +%%WWWDIR%%/node_modules/filename-regex/index.js +%%WWWDIR%%/node_modules/filename-regex/package.json +%%WWWDIR%%/node_modules/fill-range/LICENSE +%%WWWDIR%%/node_modules/fill-range/README.md +%%WWWDIR%%/node_modules/fill-range/index.js +%%WWWDIR%%/node_modules/fill-range/package.json +%%WWWDIR%%/node_modules/flatten/README.md +%%WWWDIR%%/node_modules/flatten/index.js +%%WWWDIR%%/node_modules/flatten/package.json +%%WWWDIR%%/node_modules/flatten/test.js +%%WWWDIR%%/node_modules/font-awesome/.npmignore +%%WWWDIR%%/node_modules/font-awesome/HELP-US-OUT.txt +%%WWWDIR%%/node_modules/font-awesome/README.md +%%WWWDIR%%/node_modules/font-awesome/css/font-awesome.css +%%WWWDIR%%/node_modules/font-awesome/css/font-awesome.css.map +%%WWWDIR%%/node_modules/font-awesome/css/font-awesome.min.css +%%WWWDIR%%/node_modules/font-awesome/fonts/FontAwesome.otf +%%WWWDIR%%/node_modules/font-awesome/fonts/fontawesome-webfont.eot +%%WWWDIR%%/node_modules/font-awesome/fonts/fontawesome-webfont.svg +%%WWWDIR%%/node_modules/font-awesome/fonts/fontawesome-webfont.ttf +%%WWWDIR%%/node_modules/font-awesome/fonts/fontawesome-webfont.woff +%%WWWDIR%%/node_modules/font-awesome/fonts/fontawesome-webfont.woff2 +%%WWWDIR%%/node_modules/font-awesome/less/animated.less +%%WWWDIR%%/node_modules/font-awesome/less/bordered-pulled.less +%%WWWDIR%%/node_modules/font-awesome/less/core.less +%%WWWDIR%%/node_modules/font-awesome/less/fixed-width.less +%%WWWDIR%%/node_modules/font-awesome/less/font-awesome.less +%%WWWDIR%%/node_modules/font-awesome/less/icons.less +%%WWWDIR%%/node_modules/font-awesome/less/larger.less +%%WWWDIR%%/node_modules/font-awesome/less/list.less +%%WWWDIR%%/node_modules/font-awesome/less/mixins.less +%%WWWDIR%%/node_modules/font-awesome/less/path.less +%%WWWDIR%%/node_modules/font-awesome/less/rotated-flipped.less +%%WWWDIR%%/node_modules/font-awesome/less/stacked.less +%%WWWDIR%%/node_modules/font-awesome/less/variables.less +%%WWWDIR%%/node_modules/font-awesome/package.json +%%WWWDIR%%/node_modules/font-awesome/scss/_animated.scss +%%WWWDIR%%/node_modules/font-awesome/scss/_bordered-pulled.scss +%%WWWDIR%%/node_modules/font-awesome/scss/_core.scss +%%WWWDIR%%/node_modules/font-awesome/scss/_fixed-width.scss +%%WWWDIR%%/node_modules/font-awesome/scss/_icons.scss +%%WWWDIR%%/node_modules/font-awesome/scss/_larger.scss +%%WWWDIR%%/node_modules/font-awesome/scss/_list.scss +%%WWWDIR%%/node_modules/font-awesome/scss/_mixins.scss +%%WWWDIR%%/node_modules/font-awesome/scss/_path.scss +%%WWWDIR%%/node_modules/font-awesome/scss/_rotated-flipped.scss +%%WWWDIR%%/node_modules/font-awesome/scss/_stacked.scss +%%WWWDIR%%/node_modules/font-awesome/scss/_variables.scss +%%WWWDIR%%/node_modules/font-awesome/scss/font-awesome.scss +%%WWWDIR%%/node_modules/for-in/LICENSE +%%WWWDIR%%/node_modules/for-in/README.md +%%WWWDIR%%/node_modules/for-in/index.js +%%WWWDIR%%/node_modules/for-in/package.json +%%WWWDIR%%/node_modules/for-own/LICENSE +%%WWWDIR%%/node_modules/for-own/README.md +%%WWWDIR%%/node_modules/for-own/index.js +%%WWWDIR%%/node_modules/for-own/package.json +%%WWWDIR%%/node_modules/forever-agent/LICENSE +%%WWWDIR%%/node_modules/forever-agent/README.md +%%WWWDIR%%/node_modules/forever-agent/index.js +%%WWWDIR%%/node_modules/forever-agent/package.json +%%WWWDIR%%/node_modules/form-data/License +%%WWWDIR%%/node_modules/form-data/README.md +%%WWWDIR%%/node_modules/form-data/lib/browser.js +%%WWWDIR%%/node_modules/form-data/lib/form_data.js +%%WWWDIR%%/node_modules/form-data/lib/populate.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/CHANGELOG.md +%%WWWDIR%%/node_modules/form-data/node_modules/async/LICENSE +%%WWWDIR%%/node_modules/form-data/node_modules/async/README.md +%%WWWDIR%%/node_modules/form-data/node_modules/async/apply.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/applyEach.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/applyEachSeries.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/asyncify.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/auto.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/autoInject.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/bower.json +%%WWWDIR%%/node_modules/form-data/node_modules/async/cargo.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/compose.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/concat.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/concatSeries.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/constant.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/detect.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/detectLimit.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/detectSeries.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/dir.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/dist/async.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/dist/async.min.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/doDuring.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/doUntil.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/doWhilst.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/during.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/each.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/eachLimit.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/eachOf.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/eachOfLimit.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/eachOfSeries.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/eachSeries.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/ensureAsync.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/every.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/everyLimit.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/everySeries.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/filter.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/filterLimit.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/filterSeries.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/forever.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/index.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/internal/DoublyLinkedList.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/internal/applyEach.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/internal/breakLoop.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/internal/concat.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/internal/consoleFunc.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/internal/createTester.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/internal/doLimit.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/internal/doParallel.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/internal/doParallelLimit.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/internal/doSeries.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/internal/eachOfLimit.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/internal/filter.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/internal/findGetResult.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/internal/getIterator.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/internal/initialParams.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/internal/iterator.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/internal/map.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/internal/notId.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/internal/once.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/internal/onlyOnce.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/internal/parallel.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/internal/queue.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/internal/reject.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/internal/rest.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/internal/setImmediate.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/internal/withoutIndex.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/log.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/map.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/mapLimit.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/mapSeries.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/mapValues.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/mapValuesLimit.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/mapValuesSeries.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/memoize.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/nextTick.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/package.json +%%WWWDIR%%/node_modules/form-data/node_modules/async/parallel.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/parallelLimit.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/priorityQueue.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/queue.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/race.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/reduce.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/reduceRight.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/reflect.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/reflectAll.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/reject.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/rejectLimit.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/rejectSeries.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/retry.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/retryable.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/seq.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/series.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/setImmediate.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/some.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/someLimit.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/someSeries.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/sortBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/timeout.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/times.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/timesLimit.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/timesSeries.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/transform.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/unmemoize.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/until.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/waterfall.js +%%WWWDIR%%/node_modules/form-data/node_modules/async/whilst.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/LICENSE +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/README.md +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_DataView.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_Hash.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_LazyWrapper.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_ListCache.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_LodashWrapper.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_Map.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_MapCache.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_Promise.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_Set.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_SetCache.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_Stack.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_Symbol.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_Uint8Array.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_WeakMap.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_addMapEntry.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_addSetEntry.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_apply.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_arrayAggregator.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_arrayEach.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_arrayEachRight.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_arrayEvery.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_arrayFilter.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_arrayIncludes.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_arrayIncludesWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_arrayLikeKeys.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_arrayMap.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_arrayPush.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_arrayReduce.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_arrayReduceRight.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_arraySample.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_arraySampleSize.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_arrayShuffle.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_arraySome.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_asciiSize.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_asciiToArray.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_asciiWords.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_assignMergeValue.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_assignValue.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_assocIndexOf.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseAggregator.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseAssign.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseAssignIn.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseAssignValue.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseAt.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseClamp.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseClone.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseConforms.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseConformsTo.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseCreate.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseDelay.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseDifference.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseEach.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseEachRight.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseEvery.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseExtremum.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseFill.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseFilter.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseFindIndex.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseFindKey.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseFlatten.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseFor.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseForOwn.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseForOwnRight.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseForRight.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseFunctions.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseGet.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseGetAllKeys.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseGetTag.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseGt.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseHas.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseHasIn.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseInRange.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseIndexOf.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseIndexOfWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseIntersection.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseInverter.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseInvoke.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseIsArguments.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseIsArrayBuffer.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseIsDate.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseIsEqual.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseIsEqualDeep.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseIsMap.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseIsMatch.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseIsNaN.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseIsNative.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseIsRegExp.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseIsSet.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseIsTypedArray.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseIteratee.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseKeys.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseKeysIn.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseLodash.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseLt.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseMap.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseMatches.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseMatchesProperty.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseMean.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseMerge.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseMergeDeep.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseNth.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseOrderBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_basePick.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_basePickBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseProperty.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_basePropertyDeep.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_basePropertyOf.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_basePullAll.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_basePullAt.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseRandom.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseRange.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseReduce.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseRepeat.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseRest.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseSample.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseSampleSize.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseSet.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseSetData.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseSetToString.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseShuffle.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseSlice.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseSome.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseSortBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseSortedIndex.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseSortedIndexBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseSortedUniq.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseSum.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseTimes.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseToNumber.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseToPairs.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseToString.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseUnary.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseUniq.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseUnset.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseUpdate.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseValues.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseWhile.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseWrapperValue.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseXor.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_baseZipObject.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_cacheHas.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_castArrayLikeObject.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_castFunction.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_castPath.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_castRest.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_castSlice.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_charsEndIndex.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_charsStartIndex.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_cloneArrayBuffer.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_cloneBuffer.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_cloneDataView.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_cloneMap.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_cloneRegExp.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_cloneSet.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_cloneSymbol.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_cloneTypedArray.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_compareAscending.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_compareMultiple.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_composeArgs.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_composeArgsRight.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_copyArray.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_copyObject.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_copySymbols.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_copySymbolsIn.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_coreJsData.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_countHolders.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_createAggregator.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_createAssigner.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_createBaseEach.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_createBaseFor.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_createBind.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_createCaseFirst.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_createCompounder.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_createCtor.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_createCurry.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_createFind.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_createFlow.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_createHybrid.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_createInverter.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_createMathOperation.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_createOver.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_createPadding.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_createPartial.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_createRange.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_createRecurry.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_createRelationalOperation.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_createRound.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_createSet.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_createToPairs.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_createWrap.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_customDefaultsAssignIn.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_customDefaultsMerge.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_customOmitClone.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_deburrLetter.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_defineProperty.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_equalArrays.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_equalByTag.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_equalObjects.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_escapeHtmlChar.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_escapeStringChar.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_flatRest.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_freeGlobal.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_getAllKeys.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_getAllKeysIn.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_getData.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_getFuncName.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_getHolder.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_getMapData.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_getMatchData.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_getNative.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_getPrototype.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_getRawTag.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_getSymbols.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_getSymbolsIn.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_getTag.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_getValue.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_getView.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_getWrapDetails.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_hasPath.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_hasUnicode.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_hasUnicodeWord.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_hashClear.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_hashDelete.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_hashGet.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_hashHas.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_hashSet.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_initCloneArray.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_initCloneByTag.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_initCloneObject.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_insertWrapDetails.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_isFlattenable.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_isIndex.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_isIterateeCall.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_isKey.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_isKeyable.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_isLaziable.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_isMaskable.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_isMasked.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_isPrototype.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_isStrictComparable.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_iteratorToArray.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_lazyClone.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_lazyReverse.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_lazyValue.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_listCacheClear.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_listCacheDelete.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_listCacheGet.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_listCacheHas.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_listCacheSet.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_mapCacheClear.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_mapCacheDelete.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_mapCacheGet.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_mapCacheHas.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_mapCacheSet.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_mapToArray.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_matchesStrictComparable.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_memoizeCapped.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_mergeData.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_metaMap.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_nativeCreate.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_nativeKeys.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_nativeKeysIn.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_nodeUtil.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_objectToString.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_overArg.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_overRest.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_parent.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_reEscape.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_reEvaluate.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_reInterpolate.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_realNames.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_reorder.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_replaceHolders.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_root.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_setCacheAdd.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_setCacheHas.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_setData.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_setToArray.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_setToPairs.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_setToString.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_setWrapToString.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_shortOut.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_shuffleSelf.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_stackClear.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_stackDelete.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_stackGet.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_stackHas.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_stackSet.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_strictIndexOf.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_strictLastIndexOf.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_stringSize.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_stringToArray.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_stringToPath.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_toKey.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_toSource.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_unescapeHtmlChar.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_unicodeSize.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_unicodeToArray.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_unicodeWords.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_updateWrapDetails.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/_wrapperClone.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/add.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/after.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/array.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/ary.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/assign.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/assignIn.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/assignInWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/assignWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/at.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/attempt.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/before.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/bind.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/bindAll.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/bindKey.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/camelCase.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/capitalize.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/castArray.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/ceil.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/chain.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/chunk.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/clamp.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/clone.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/cloneDeep.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/cloneDeepWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/cloneWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/collection.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/commit.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/compact.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/concat.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/cond.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/conforms.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/conformsTo.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/constant.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/core.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/core.min.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/countBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/create.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/curry.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/curryRight.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/date.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/debounce.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/deburr.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/defaultTo.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/defaults.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/defaultsDeep.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/defer.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/delay.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/difference.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/differenceBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/differenceWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/divide.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/drop.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/dropRight.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/dropRightWhile.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/dropWhile.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/each.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/eachRight.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/endsWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/entries.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/entriesIn.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/eq.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/escape.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/escapeRegExp.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/every.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/extend.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/extendWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fill.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/filter.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/find.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/findIndex.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/findKey.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/findLast.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/findLastIndex.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/findLastKey.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/first.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/flatMap.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/flatMapDeep.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/flatMapDepth.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/flatten.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/flattenDeep.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/flattenDepth.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/flip.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/floor.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/flow.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/flowRight.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/forEach.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/forEachRight.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/forIn.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/forInRight.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/forOwn.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/forOwnRight.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/F.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/T.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/__.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/_baseConvert.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/_convertBrowser.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/_falseOptions.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/_mapping.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/_util.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/add.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/after.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/all.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/allPass.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/always.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/any.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/anyPass.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/apply.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/array.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/ary.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/assign.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/assignAll.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/assignAllWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/assignIn.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/assignInAll.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/assignInAllWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/assignInWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/assignWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/assoc.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/assocPath.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/at.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/attempt.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/before.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/bind.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/bindAll.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/bindKey.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/camelCase.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/capitalize.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/castArray.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/ceil.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/chain.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/chunk.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/clamp.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/clone.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/cloneDeep.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/cloneDeepWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/cloneWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/collection.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/commit.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/compact.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/complement.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/compose.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/concat.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/cond.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/conforms.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/conformsTo.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/constant.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/contains.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/convert.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/countBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/create.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/curry.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/curryN.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/curryRight.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/curryRightN.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/date.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/debounce.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/deburr.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/defaultTo.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/defaults.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/defaultsAll.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/defaultsDeep.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/defaultsDeepAll.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/defer.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/delay.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/difference.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/differenceBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/differenceWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/dissoc.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/dissocPath.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/divide.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/drop.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/dropLast.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/dropLastWhile.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/dropRight.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/dropRightWhile.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/dropWhile.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/each.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/eachRight.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/endsWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/entries.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/entriesIn.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/eq.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/equals.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/escape.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/escapeRegExp.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/every.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/extend.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/extendAll.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/extendAllWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/extendWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/fill.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/filter.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/find.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/findFrom.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/findIndex.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/findIndexFrom.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/findKey.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/findLast.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/findLastFrom.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/findLastIndex.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/findLastIndexFrom.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/findLastKey.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/first.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/flatMap.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/flatMapDeep.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/flatMapDepth.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/flatten.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/flattenDeep.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/flattenDepth.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/flip.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/floor.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/flow.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/flowRight.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/forEach.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/forEachRight.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/forIn.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/forInRight.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/forOwn.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/forOwnRight.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/fromPairs.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/function.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/functions.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/functionsIn.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/get.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/getOr.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/groupBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/gt.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/gte.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/has.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/hasIn.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/head.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/identical.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/identity.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/inRange.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/includes.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/includesFrom.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/indexBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/indexOf.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/indexOfFrom.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/init.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/initial.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/intersection.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/intersectionBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/intersectionWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/invert.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/invertBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/invertObj.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/invoke.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/invokeArgs.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/invokeArgsMap.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/invokeMap.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/isArguments.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/isArray.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/isArrayBuffer.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/isArrayLike.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/isArrayLikeObject.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/isBoolean.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/isBuffer.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/isDate.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/isElement.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/isEmpty.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/isEqual.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/isEqualWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/isError.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/isFinite.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/isFunction.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/isInteger.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/isLength.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/isMap.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/isMatch.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/isMatchWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/isNaN.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/isNative.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/isNil.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/isNull.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/isNumber.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/isObject.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/isObjectLike.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/isPlainObject.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/isRegExp.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/isSafeInteger.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/isSet.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/isString.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/isSymbol.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/isTypedArray.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/isUndefined.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/isWeakMap.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/isWeakSet.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/iteratee.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/join.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/juxt.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/kebabCase.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/keyBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/keys.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/keysIn.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/lang.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/last.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/lastIndexOf.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/lastIndexOfFrom.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/lowerCase.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/lowerFirst.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/lt.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/lte.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/map.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/mapKeys.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/mapValues.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/matches.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/matchesProperty.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/math.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/max.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/maxBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/mean.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/meanBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/memoize.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/merge.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/mergeAll.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/mergeAllWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/mergeWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/method.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/methodOf.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/min.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/minBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/mixin.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/multiply.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/nAry.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/negate.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/next.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/noop.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/now.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/nth.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/nthArg.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/number.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/object.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/omit.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/omitAll.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/omitBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/once.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/orderBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/over.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/overArgs.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/overEvery.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/overSome.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/pad.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/padChars.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/padCharsEnd.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/padCharsStart.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/padEnd.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/padStart.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/parseInt.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/partial.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/partialRight.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/partition.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/path.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/pathEq.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/pathOr.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/paths.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/pick.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/pickAll.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/pickBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/pipe.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/placeholder.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/plant.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/pluck.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/prop.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/propEq.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/propOr.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/property.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/propertyOf.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/props.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/pull.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/pullAll.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/pullAllBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/pullAllWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/pullAt.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/random.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/range.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/rangeRight.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/rangeStep.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/rangeStepRight.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/rearg.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/reduce.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/reduceRight.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/reject.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/remove.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/repeat.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/replace.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/rest.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/restFrom.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/result.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/reverse.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/round.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/sample.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/sampleSize.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/seq.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/set.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/setWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/shuffle.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/size.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/slice.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/snakeCase.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/some.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/sortBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/sortedIndex.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/sortedIndexBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/sortedIndexOf.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/sortedLastIndex.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/sortedLastIndexBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/sortedLastIndexOf.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/sortedUniq.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/sortedUniqBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/split.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/spread.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/spreadFrom.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/startCase.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/startsWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/string.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/stubArray.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/stubFalse.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/stubObject.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/stubString.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/stubTrue.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/subtract.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/sum.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/sumBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/symmetricDifference.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/symmetricDifferenceBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/symmetricDifferenceWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/tail.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/take.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/takeLast.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/takeLastWhile.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/takeRight.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/takeRightWhile.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/takeWhile.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/tap.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/template.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/templateSettings.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/throttle.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/thru.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/times.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/toArray.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/toFinite.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/toInteger.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/toIterator.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/toJSON.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/toLength.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/toLower.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/toNumber.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/toPairs.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/toPairsIn.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/toPath.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/toPlainObject.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/toSafeInteger.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/toString.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/toUpper.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/transform.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/trim.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/trimChars.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/trimCharsEnd.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/trimCharsStart.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/trimEnd.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/trimStart.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/truncate.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/unapply.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/unary.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/unescape.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/union.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/unionBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/unionWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/uniq.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/uniqBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/uniqWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/uniqueId.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/unnest.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/unset.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/unzip.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/unzipWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/update.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/updateWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/upperCase.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/upperFirst.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/useWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/util.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/value.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/valueOf.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/values.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/valuesIn.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/where.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/whereEq.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/without.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/words.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/wrap.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/wrapperAt.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/wrapperChain.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/wrapperLodash.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/wrapperReverse.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/wrapperValue.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/xor.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/xorBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/xorWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/zip.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/zipAll.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/zipObj.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/zipObject.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/zipObjectDeep.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fp/zipWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/fromPairs.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/function.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/functions.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/functionsIn.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/get.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/groupBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/gt.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/gte.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/has.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/hasIn.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/head.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/identity.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/inRange.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/includes.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/index.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/indexOf.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/initial.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/intersection.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/intersectionBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/intersectionWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/invert.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/invertBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/invoke.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/invokeMap.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/isArguments.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/isArray.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/isArrayBuffer.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/isArrayLike.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/isArrayLikeObject.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/isBoolean.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/isBuffer.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/isDate.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/isElement.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/isEmpty.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/isEqual.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/isEqualWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/isError.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/isFinite.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/isFunction.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/isInteger.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/isLength.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/isMap.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/isMatch.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/isMatchWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/isNaN.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/isNative.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/isNil.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/isNull.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/isNumber.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/isObject.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/isObjectLike.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/isPlainObject.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/isRegExp.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/isSafeInteger.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/isSet.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/isString.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/isSymbol.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/isTypedArray.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/isUndefined.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/isWeakMap.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/isWeakSet.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/iteratee.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/join.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/kebabCase.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/keyBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/keys.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/keysIn.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/lang.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/last.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/lastIndexOf.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/lodash.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/lodash.min.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/lowerCase.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/lowerFirst.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/lt.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/lte.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/map.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/mapKeys.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/mapValues.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/matches.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/matchesProperty.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/math.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/max.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/maxBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/mean.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/meanBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/memoize.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/merge.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/mergeWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/method.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/methodOf.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/min.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/minBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/mixin.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/multiply.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/negate.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/next.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/noop.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/now.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/nth.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/nthArg.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/number.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/object.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/omit.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/omitBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/once.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/orderBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/over.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/overArgs.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/overEvery.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/overSome.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/package.json +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/pad.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/padEnd.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/padStart.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/parseInt.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/partial.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/partialRight.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/partition.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/pick.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/pickBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/plant.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/property.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/propertyOf.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/pull.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/pullAll.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/pullAllBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/pullAllWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/pullAt.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/random.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/range.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/rangeRight.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/rearg.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/reduce.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/reduceRight.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/reject.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/remove.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/repeat.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/replace.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/rest.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/result.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/reverse.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/round.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/sample.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/sampleSize.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/seq.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/set.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/setWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/shuffle.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/size.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/slice.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/snakeCase.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/some.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/sortBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/sortedIndex.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/sortedIndexBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/sortedIndexOf.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/sortedLastIndex.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/sortedLastIndexBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/sortedLastIndexOf.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/sortedUniq.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/sortedUniqBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/split.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/spread.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/startCase.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/startsWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/string.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/stubArray.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/stubFalse.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/stubObject.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/stubString.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/stubTrue.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/subtract.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/sum.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/sumBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/tail.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/take.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/takeRight.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/takeRightWhile.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/takeWhile.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/tap.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/template.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/templateSettings.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/throttle.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/thru.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/times.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/toArray.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/toFinite.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/toInteger.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/toIterator.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/toJSON.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/toLength.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/toLower.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/toNumber.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/toPairs.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/toPairsIn.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/toPath.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/toPlainObject.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/toSafeInteger.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/toString.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/toUpper.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/transform.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/trim.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/trimEnd.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/trimStart.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/truncate.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/unary.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/unescape.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/union.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/unionBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/unionWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/uniq.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/uniqBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/uniqWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/uniqueId.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/unset.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/unzip.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/unzipWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/update.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/updateWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/upperCase.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/upperFirst.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/util.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/value.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/valueOf.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/values.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/valuesIn.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/without.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/words.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/wrap.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/wrapperAt.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/wrapperChain.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/wrapperLodash.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/wrapperReverse.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/wrapperValue.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/xor.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/xorBy.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/xorWith.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/zip.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/zipObject.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/zipObjectDeep.js +%%WWWDIR%%/node_modules/form-data/node_modules/lodash/zipWith.js +%%WWWDIR%%/node_modules/form-data/package.json +%%WWWDIR%%/node_modules/fs-extra/.npmignore +%%WWWDIR%%/node_modules/fs-extra/CHANGELOG.md +%%WWWDIR%%/node_modules/fs-extra/LICENSE +%%WWWDIR%%/node_modules/fs-extra/README.md +%%WWWDIR%%/node_modules/fs-extra/lib/copy.js +%%WWWDIR%%/node_modules/fs-extra/lib/create.js +%%WWWDIR%%/node_modules/fs-extra/lib/index.js +%%WWWDIR%%/node_modules/fs-extra/lib/json.js +%%WWWDIR%%/node_modules/fs-extra/lib/mkdir.js +%%WWWDIR%%/node_modules/fs-extra/lib/move.js +%%WWWDIR%%/node_modules/fs-extra/lib/output.js +%%WWWDIR%%/node_modules/fs-extra/lib/remove.js +%%WWWDIR%%/node_modules/fs-extra/package.json +%%WWWDIR%%/node_modules/fs-readdir-recursive/LICENSE +%%WWWDIR%%/node_modules/fs-readdir-recursive/README.md +%%WWWDIR%%/node_modules/fs-readdir-recursive/index.js +%%WWWDIR%%/node_modules/fs-readdir-recursive/package.json +%%WWWDIR%%/node_modules/fstream/.npmignore +%%WWWDIR%%/node_modules/fstream/.travis.yml +%%WWWDIR%%/node_modules/fstream/LICENSE +%%WWWDIR%%/node_modules/fstream/README.md +%%WWWDIR%%/node_modules/fstream/examples/filter-pipe.js +%%WWWDIR%%/node_modules/fstream/examples/pipe.js +%%WWWDIR%%/node_modules/fstream/examples/reader.js +%%WWWDIR%%/node_modules/fstream/examples/symlink-write.js +%%WWWDIR%%/node_modules/fstream/fstream.js +%%WWWDIR%%/node_modules/fstream/lib/abstract.js +%%WWWDIR%%/node_modules/fstream/lib/collect.js +%%WWWDIR%%/node_modules/fstream/lib/dir-reader.js +%%WWWDIR%%/node_modules/fstream/lib/dir-writer.js +%%WWWDIR%%/node_modules/fstream/lib/file-reader.js +%%WWWDIR%%/node_modules/fstream/lib/file-writer.js +%%WWWDIR%%/node_modules/fstream/lib/get-type.js +%%WWWDIR%%/node_modules/fstream/lib/link-reader.js +%%WWWDIR%%/node_modules/fstream/lib/link-writer.js +%%WWWDIR%%/node_modules/fstream/lib/proxy-reader.js +%%WWWDIR%%/node_modules/fstream/lib/proxy-writer.js +%%WWWDIR%%/node_modules/fstream/lib/reader.js +%%WWWDIR%%/node_modules/fstream/lib/socket-reader.js +%%WWWDIR%%/node_modules/fstream/lib/writer.js +%%WWWDIR%%/node_modules/fstream/package.json +%%WWWDIR%%/node_modules/function-bind/.eslintrc +%%WWWDIR%%/node_modules/function-bind/.jscs.json +%%WWWDIR%%/node_modules/function-bind/.npmignore +%%WWWDIR%%/node_modules/function-bind/.travis.yml +%%WWWDIR%%/node_modules/function-bind/LICENSE +%%WWWDIR%%/node_modules/function-bind/README.md +%%WWWDIR%%/node_modules/function-bind/implementation.js +%%WWWDIR%%/node_modules/function-bind/index.js +%%WWWDIR%%/node_modules/function-bind/package.json +%%WWWDIR%%/node_modules/gather-stream/README.md +%%WWWDIR%%/node_modules/gather-stream/index.js +%%WWWDIR%%/node_modules/gather-stream/package.json +%%WWWDIR%%/node_modules/generate-function/.npmignore +%%WWWDIR%%/node_modules/generate-function/.travis.yml +%%WWWDIR%%/node_modules/generate-function/README.md +%%WWWDIR%%/node_modules/generate-function/example.js +%%WWWDIR%%/node_modules/generate-function/index.js +%%WWWDIR%%/node_modules/generate-function/package.json +%%WWWDIR%%/node_modules/generate-function/test.js +%%WWWDIR%%/node_modules/generate-object-property/.npmignore +%%WWWDIR%%/node_modules/generate-object-property/.travis.yml +%%WWWDIR%%/node_modules/generate-object-property/LICENSE +%%WWWDIR%%/node_modules/generate-object-property/README.md +%%WWWDIR%%/node_modules/generate-object-property/index.js +%%WWWDIR%%/node_modules/generate-object-property/package.json +%%WWWDIR%%/node_modules/generate-object-property/test.js +%%WWWDIR%%/node_modules/get-stdin/index.js +%%WWWDIR%%/node_modules/get-stdin/package.json +%%WWWDIR%%/node_modules/get-stdin/readme.md +%%WWWDIR%%/node_modules/glob-base/LICENSE +%%WWWDIR%%/node_modules/glob-base/README.md +%%WWWDIR%%/node_modules/glob-base/index.js +%%WWWDIR%%/node_modules/glob-base/package.json +%%WWWDIR%%/node_modules/glob-parent/.npmignore +%%WWWDIR%%/node_modules/glob-parent/.travis.yml +%%WWWDIR%%/node_modules/glob-parent/LICENSE +%%WWWDIR%%/node_modules/glob-parent/README.md +%%WWWDIR%%/node_modules/glob-parent/index.js +%%WWWDIR%%/node_modules/glob-parent/package.json +%%WWWDIR%%/node_modules/glob-parent/test.js +%%WWWDIR%%/node_modules/glob/LICENSE +%%WWWDIR%%/node_modules/glob/README.md +%%WWWDIR%%/node_modules/glob/common.js +%%WWWDIR%%/node_modules/glob/glob.js +%%WWWDIR%%/node_modules/glob/package.json +%%WWWDIR%%/node_modules/glob/sync.js +%%WWWDIR%%/node_modules/globals/globals.json +%%WWWDIR%%/node_modules/globals/index.js +%%WWWDIR%%/node_modules/globals/license +%%WWWDIR%%/node_modules/globals/package.json +%%WWWDIR%%/node_modules/globals/readme.md +%%WWWDIR%%/node_modules/good-listener/.editorconfig +%%WWWDIR%%/node_modules/good-listener/.npmignore +%%WWWDIR%%/node_modules/good-listener/.travis.yml +%%WWWDIR%%/node_modules/good-listener/bower.json +%%WWWDIR%%/node_modules/good-listener/demo/destroy.html +%%WWWDIR%%/node_modules/good-listener/demo/multiple.html +%%WWWDIR%%/node_modules/good-listener/demo/node.html +%%WWWDIR%%/node_modules/good-listener/demo/nodelist.html +%%WWWDIR%%/node_modules/good-listener/demo/selector.html +%%WWWDIR%%/node_modules/good-listener/dist/good-listener.js +%%WWWDIR%%/node_modules/good-listener/karma.conf.js +%%WWWDIR%%/node_modules/good-listener/package.json +%%WWWDIR%%/node_modules/good-listener/readme.md +%%WWWDIR%%/node_modules/good-listener/src/is.js +%%WWWDIR%%/node_modules/good-listener/src/listen.js +%%WWWDIR%%/node_modules/good-squeeze/.npmignore +%%WWWDIR%%/node_modules/good-squeeze/.travis.yml +%%WWWDIR%%/node_modules/good-squeeze/LICENSE +%%WWWDIR%%/node_modules/good-squeeze/README.md +%%WWWDIR%%/node_modules/good-squeeze/lib/index.js +%%WWWDIR%%/node_modules/good-squeeze/lib/safe-json.js +%%WWWDIR%%/node_modules/good-squeeze/lib/squeeze.js +%%WWWDIR%%/node_modules/good-squeeze/package.json +%%WWWDIR%%/node_modules/good/.npmignore +%%WWWDIR%%/node_modules/good/.travis.yml +%%WWWDIR%%/node_modules/good/CONTRIBUTING.md +%%WWWDIR%%/node_modules/good/LICENSE +%%WWWDIR%%/node_modules/good/README.md +%%WWWDIR%%/node_modules/good/images/good.png +%%WWWDIR%%/node_modules/good/lib/index.js +%%WWWDIR%%/node_modules/good/lib/monitor.js +%%WWWDIR%%/node_modules/good/lib/network.js +%%WWWDIR%%/node_modules/good/lib/process.js +%%WWWDIR%%/node_modules/good/lib/schema.js +%%WWWDIR%%/node_modules/good/lib/system.js +%%WWWDIR%%/node_modules/good/lib/utils.js +%%WWWDIR%%/node_modules/good/node_modules/traverse/.npmignore +%%WWWDIR%%/node_modules/good/node_modules/traverse/.travis.yml +%%WWWDIR%%/node_modules/good/node_modules/traverse/LICENSE +%%WWWDIR%%/node_modules/good/node_modules/traverse/examples/json.js +%%WWWDIR%%/node_modules/good/node_modules/traverse/examples/leaves.js +%%WWWDIR%%/node_modules/good/node_modules/traverse/examples/negative.js +%%WWWDIR%%/node_modules/good/node_modules/traverse/examples/scrub.js +%%WWWDIR%%/node_modules/good/node_modules/traverse/examples/stringify.js +%%WWWDIR%%/node_modules/good/node_modules/traverse/index.js +%%WWWDIR%%/node_modules/good/node_modules/traverse/package.json +%%WWWDIR%%/node_modules/good/node_modules/traverse/readme.markdown +%%WWWDIR%%/node_modules/good/node_modules/traverse/testling/leaves.js +%%WWWDIR%%/node_modules/good/package.json +%%WWWDIR%%/node_modules/graceful-fs/LICENSE +%%WWWDIR%%/node_modules/graceful-fs/README.md +%%WWWDIR%%/node_modules/graceful-fs/fs.js +%%WWWDIR%%/node_modules/graceful-fs/graceful-fs.js +%%WWWDIR%%/node_modules/graceful-fs/legacy-streams.js +%%WWWDIR%%/node_modules/graceful-fs/package.json +%%WWWDIR%%/node_modules/graceful-fs/polyfills.js +%%WWWDIR%%/node_modules/graceful-readlink/.npmignore +%%WWWDIR%%/node_modules/graceful-readlink/.travis.yml +%%WWWDIR%%/node_modules/graceful-readlink/LICENSE +%%WWWDIR%%/node_modules/graceful-readlink/README.md +%%WWWDIR%%/node_modules/graceful-readlink/index.js +%%WWWDIR%%/node_modules/graceful-readlink/package.json +%%WWWDIR%%/node_modules/gridster/.bowerrc +%%WWWDIR%%/node_modules/gridster/.npmignore +%%WWWDIR%%/node_modules/gridster/CHANGELOG.md +%%WWWDIR%%/node_modules/gridster/CONTRIBUTING.md +%%WWWDIR%%/node_modules/gridster/Gruntfile.js +%%WWWDIR%%/node_modules/gridster/LICENSE +%%WWWDIR%%/node_modules/gridster/README.md +%%WWWDIR%%/node_modules/gridster/dist/jquery.gridster.css +%%WWWDIR%%/node_modules/gridster/dist/jquery.gridster.js +%%WWWDIR%%/node_modules/gridster/dist/jquery.gridster.min.css +%%WWWDIR%%/node_modules/gridster/dist/jquery.gridster.min.js +%%WWWDIR%%/node_modules/gridster/dist/jquery.gridster.with-extras.js +%%WWWDIR%%/node_modules/gridster/dist/jquery.gridster.with-extras.min.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/.editorconfig +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/.gitattributes +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/.gitmodules +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/.jshintrc +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/.mailmap +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/.npmignore +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/AUTHORS.txt +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/CONTRIBUTING.md +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/Gruntfile.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/MIT-LICENSE.txt +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/README.md +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/bower.json +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/build/release-notes.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/build/release.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/component.json +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/composer.json +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/jquery-migrate.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/jquery-migrate.min.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/jquery.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/jquery.min.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/jquery.min.map +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/package.json +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/speed/benchmark.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/speed/benchmarker.css +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/speed/benchmarker.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/speed/closest.html +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/speed/css.html +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/speed/event.html +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/speed/filter.html +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/speed/find.html +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/speed/index.html +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/speed/jquery-basis.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/speed/slice.vs.concat.html +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/.jshintrc +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/ajax.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/ajax/jsonp.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/ajax/script.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/ajax/xhr.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/attributes.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/callbacks.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/core.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/css.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/data.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/deferred.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/deprecated.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/dimensions.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/effects.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/event-alias.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/event.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/exports.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/intro.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/manipulation.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/offset.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/outro.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/queue.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/selector-native.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/serialize.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/sizzle-jquery.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/sizzle/.gitattributes +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/sizzle/.gitmodules +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/sizzle/.jshintrc +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/sizzle/.mailmap +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/sizzle/.npmignore +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/sizzle/AUTHORS.txt +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/sizzle/CONTRIBUTING.md +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/sizzle/Gruntfile.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/sizzle/MIT-LICENSE.txt +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/sizzle/Makefile +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/sizzle/README.md +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/sizzle/bower.json +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/sizzle/package.json +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/sizzle/sizzle.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/sizzle/speed/.jshintrc +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/sizzle/speed/benchmark.js/LICENSE.txt +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/sizzle/speed/benchmark.js/README.md +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/sizzle/speed/benchmark.js/benchmark.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/sizzle/speed/benchmark.js/doc/README.md +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/sizzle/speed/benchmark.js/package.json +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/sizzle/speed/data/checkJava.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/sizzle/speed/data/selector.html +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/sizzle/speed/domReady.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/sizzle/speed/frameworks/dojo.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/sizzle/speed/frameworks/jquery-1.7.2.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/sizzle/speed/frameworks/jquery-1.8.1.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/sizzle/speed/frameworks/mootools-slick.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/sizzle/speed/frameworks/nwmatcher.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/sizzle/speed/frameworks/oldSizzle.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/sizzle/speed/frameworks/qwery.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/sizzle/speed/images/favicon.ico +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/sizzle/speed/images/logo.png +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/sizzle/speed/index.html +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/sizzle/speed/require.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/sizzle/speed/selectors.css +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/sizzle/speed/selectors.large.css +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/sizzle/speed/selectors.small.css +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/sizzle/speed/speed.css +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/sizzle/speed/speed.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/sizzle/speed/text.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/support.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/traversing.js +%%WWWDIR%%/node_modules/gridster/node_modules/jquery/src/wrap.js +%%WWWDIR%%/node_modules/gridster/package.json +%%WWWDIR%%/node_modules/gridster/src/jquery.collision.js +%%WWWDIR%%/node_modules/gridster/src/jquery.coords.js +%%WWWDIR%%/node_modules/gridster/src/jquery.draggable.js +%%WWWDIR%%/node_modules/gridster/src/jquery.gridster.css +%%WWWDIR%%/node_modules/gridster/src/jquery.gridster.extras.js +%%WWWDIR%%/node_modules/gridster/src/jquery.gridster.js +%%WWWDIR%%/node_modules/gridster/src/utils.js +%%WWWDIR%%/node_modules/grunt-run/.jshintrc +%%WWWDIR%%/node_modules/grunt-run/.npmignore +%%WWWDIR%%/node_modules/grunt-run/Gruntfile.js +%%WWWDIR%%/node_modules/grunt-run/LICENSE-MIT +%%WWWDIR%%/node_modules/grunt-run/README.md +%%WWWDIR%%/node_modules/grunt-run/package.json +%%WWWDIR%%/node_modules/grunt-run/tasks/run.js +%%WWWDIR%%/node_modules/h2o2/.npmignore +%%WWWDIR%%/node_modules/h2o2/.travis.yml +%%WWWDIR%%/node_modules/h2o2/CONTRIBUTING.md +%%WWWDIR%%/node_modules/h2o2/LICENSE +%%WWWDIR%%/node_modules/h2o2/README.md +%%WWWDIR%%/node_modules/h2o2/lib/index.js +%%WWWDIR%%/node_modules/h2o2/node_modules/boom/LICENSE +%%WWWDIR%%/node_modules/h2o2/node_modules/boom/README.md +%%WWWDIR%%/node_modules/h2o2/node_modules/boom/lib/index.js +%%WWWDIR%%/node_modules/h2o2/node_modules/boom/package.json +%%WWWDIR%%/node_modules/h2o2/node_modules/hoek/.npmignore +%%WWWDIR%%/node_modules/h2o2/node_modules/hoek/LICENSE +%%WWWDIR%%/node_modules/h2o2/node_modules/hoek/README.md +%%WWWDIR%%/node_modules/h2o2/node_modules/hoek/lib/escape.js +%%WWWDIR%%/node_modules/h2o2/node_modules/hoek/lib/index.js +%%WWWDIR%%/node_modules/h2o2/node_modules/hoek/package.json +%%WWWDIR%%/node_modules/h2o2/node_modules/isemail/.npmignore +%%WWWDIR%%/node_modules/h2o2/node_modules/isemail/LICENSE +%%WWWDIR%%/node_modules/h2o2/node_modules/isemail/README.md +%%WWWDIR%%/node_modules/h2o2/node_modules/isemail/lib/index.js +%%WWWDIR%%/node_modules/h2o2/node_modules/isemail/package.json +%%WWWDIR%%/node_modules/h2o2/node_modules/items/.npmignore +%%WWWDIR%%/node_modules/h2o2/node_modules/items/LICENSE +%%WWWDIR%%/node_modules/h2o2/node_modules/items/README.md +%%WWWDIR%%/node_modules/h2o2/node_modules/items/lib/index.js +%%WWWDIR%%/node_modules/h2o2/node_modules/items/package.json +%%WWWDIR%%/node_modules/h2o2/node_modules/joi/LICENSE +%%WWWDIR%%/node_modules/h2o2/node_modules/joi/README.md +%%WWWDIR%%/node_modules/h2o2/node_modules/joi/lib/alternatives.js +%%WWWDIR%%/node_modules/h2o2/node_modules/joi/lib/any.js +%%WWWDIR%%/node_modules/h2o2/node_modules/joi/lib/array.js +%%WWWDIR%%/node_modules/h2o2/node_modules/joi/lib/binary.js +%%WWWDIR%%/node_modules/h2o2/node_modules/joi/lib/boolean.js +%%WWWDIR%%/node_modules/h2o2/node_modules/joi/lib/cast.js +%%WWWDIR%%/node_modules/h2o2/node_modules/joi/lib/date.js +%%WWWDIR%%/node_modules/h2o2/node_modules/joi/lib/errors.js +%%WWWDIR%%/node_modules/h2o2/node_modules/joi/lib/index.js +%%WWWDIR%%/node_modules/h2o2/node_modules/joi/lib/language.js +%%WWWDIR%%/node_modules/h2o2/node_modules/joi/lib/lazy.js +%%WWWDIR%%/node_modules/h2o2/node_modules/joi/lib/number.js +%%WWWDIR%%/node_modules/h2o2/node_modules/joi/lib/object.js +%%WWWDIR%%/node_modules/h2o2/node_modules/joi/lib/ref.js +%%WWWDIR%%/node_modules/h2o2/node_modules/joi/lib/schemas.js +%%WWWDIR%%/node_modules/h2o2/node_modules/joi/lib/string.js +%%WWWDIR%%/node_modules/h2o2/node_modules/joi/lib/string/ip.js +%%WWWDIR%%/node_modules/h2o2/node_modules/joi/lib/string/rfc3986.js +%%WWWDIR%%/node_modules/h2o2/node_modules/joi/lib/string/uri.js +%%WWWDIR%%/node_modules/h2o2/node_modules/joi/package.json +%%WWWDIR%%/node_modules/h2o2/node_modules/topo/.npmignore +%%WWWDIR%%/node_modules/h2o2/node_modules/topo/README.md +%%WWWDIR%%/node_modules/h2o2/node_modules/topo/lib/index.js +%%WWWDIR%%/node_modules/h2o2/node_modules/topo/package.json +%%WWWDIR%%/node_modules/h2o2/node_modules/wreck/.npmignore +%%WWWDIR%%/node_modules/h2o2/node_modules/wreck/LICENSE +%%WWWDIR%%/node_modules/h2o2/node_modules/wreck/README.md +%%WWWDIR%%/node_modules/h2o2/node_modules/wreck/lib/index.js +%%WWWDIR%%/node_modules/h2o2/node_modules/wreck/lib/payload.js +%%WWWDIR%%/node_modules/h2o2/node_modules/wreck/lib/recorder.js +%%WWWDIR%%/node_modules/h2o2/node_modules/wreck/lib/tap.js +%%WWWDIR%%/node_modules/h2o2/node_modules/wreck/package.json +%%WWWDIR%%/node_modules/h2o2/package.json +%%WWWDIR%%/node_modules/hapi/.npmignore +%%WWWDIR%%/node_modules/hapi/LICENSE +%%WWWDIR%%/node_modules/hapi/README.md +%%WWWDIR%%/node_modules/hapi/lib/auth.js +%%WWWDIR%%/node_modules/hapi/lib/connection.js +%%WWWDIR%%/node_modules/hapi/lib/cors.js +%%WWWDIR%%/node_modules/hapi/lib/defaults.js +%%WWWDIR%%/node_modules/hapi/lib/ext.js +%%WWWDIR%%/node_modules/hapi/lib/handler.js +%%WWWDIR%%/node_modules/hapi/lib/index.js +%%WWWDIR%%/node_modules/hapi/lib/methods.js +%%WWWDIR%%/node_modules/hapi/lib/plugin.js +%%WWWDIR%%/node_modules/hapi/lib/promises.js +%%WWWDIR%%/node_modules/hapi/lib/protect.js +%%WWWDIR%%/node_modules/hapi/lib/reply.js +%%WWWDIR%%/node_modules/hapi/lib/request.js +%%WWWDIR%%/node_modules/hapi/lib/response.js +%%WWWDIR%%/node_modules/hapi/lib/route.js +%%WWWDIR%%/node_modules/hapi/lib/schema.js +%%WWWDIR%%/node_modules/hapi/lib/server.js +%%WWWDIR%%/node_modules/hapi/lib/transmit.js +%%WWWDIR%%/node_modules/hapi/lib/validation.js +%%WWWDIR%%/node_modules/hapi/node_modules/boom/LICENSE +%%WWWDIR%%/node_modules/hapi/node_modules/boom/README.md +%%WWWDIR%%/node_modules/hapi/node_modules/boom/lib/index.js +%%WWWDIR%%/node_modules/hapi/node_modules/boom/package.json +%%WWWDIR%%/node_modules/hapi/node_modules/hoek/.npmignore +%%WWWDIR%%/node_modules/hapi/node_modules/hoek/LICENSE +%%WWWDIR%%/node_modules/hapi/node_modules/hoek/README.md +%%WWWDIR%%/node_modules/hapi/node_modules/hoek/lib/escape.js +%%WWWDIR%%/node_modules/hapi/node_modules/hoek/lib/index.js +%%WWWDIR%%/node_modules/hapi/node_modules/hoek/package.json +%%WWWDIR%%/node_modules/hapi/node_modules/isemail/.npmignore +%%WWWDIR%%/node_modules/hapi/node_modules/isemail/LICENSE +%%WWWDIR%%/node_modules/hapi/node_modules/isemail/README.md +%%WWWDIR%%/node_modules/hapi/node_modules/isemail/lib/index.js +%%WWWDIR%%/node_modules/hapi/node_modules/isemail/package.json +%%WWWDIR%%/node_modules/hapi/node_modules/items/.npmignore +%%WWWDIR%%/node_modules/hapi/node_modules/items/LICENSE +%%WWWDIR%%/node_modules/hapi/node_modules/items/README.md +%%WWWDIR%%/node_modules/hapi/node_modules/items/lib/index.js +%%WWWDIR%%/node_modules/hapi/node_modules/items/package.json +%%WWWDIR%%/node_modules/hapi/node_modules/joi/LICENSE +%%WWWDIR%%/node_modules/hapi/node_modules/joi/README.md +%%WWWDIR%%/node_modules/hapi/node_modules/joi/lib/alternatives.js +%%WWWDIR%%/node_modules/hapi/node_modules/joi/lib/any.js +%%WWWDIR%%/node_modules/hapi/node_modules/joi/lib/array.js +%%WWWDIR%%/node_modules/hapi/node_modules/joi/lib/binary.js +%%WWWDIR%%/node_modules/hapi/node_modules/joi/lib/boolean.js +%%WWWDIR%%/node_modules/hapi/node_modules/joi/lib/cast.js +%%WWWDIR%%/node_modules/hapi/node_modules/joi/lib/date.js +%%WWWDIR%%/node_modules/hapi/node_modules/joi/lib/errors.js +%%WWWDIR%%/node_modules/hapi/node_modules/joi/lib/index.js +%%WWWDIR%%/node_modules/hapi/node_modules/joi/lib/language.js +%%WWWDIR%%/node_modules/hapi/node_modules/joi/lib/lazy.js +%%WWWDIR%%/node_modules/hapi/node_modules/joi/lib/number.js +%%WWWDIR%%/node_modules/hapi/node_modules/joi/lib/object.js +%%WWWDIR%%/node_modules/hapi/node_modules/joi/lib/ref.js +%%WWWDIR%%/node_modules/hapi/node_modules/joi/lib/schemas.js +%%WWWDIR%%/node_modules/hapi/node_modules/joi/lib/string.js +%%WWWDIR%%/node_modules/hapi/node_modules/joi/lib/string/ip.js +%%WWWDIR%%/node_modules/hapi/node_modules/joi/lib/string/rfc3986.js +%%WWWDIR%%/node_modules/hapi/node_modules/joi/lib/string/uri.js +%%WWWDIR%%/node_modules/hapi/node_modules/joi/package.json +%%WWWDIR%%/node_modules/hapi/node_modules/topo/.npmignore +%%WWWDIR%%/node_modules/hapi/node_modules/topo/README.md +%%WWWDIR%%/node_modules/hapi/node_modules/topo/lib/index.js +%%WWWDIR%%/node_modules/hapi/node_modules/topo/package.json +%%WWWDIR%%/node_modules/hapi/package.json +%%WWWDIR%%/node_modules/har-validator/LICENSE +%%WWWDIR%%/node_modules/har-validator/README.md +%%WWWDIR%%/node_modules/har-validator/bin/har-validator +%%WWWDIR%%/node_modules/har-validator/lib/error.js +%%WWWDIR%%/node_modules/har-validator/lib/index.js +%%WWWDIR%%/node_modules/har-validator/lib/schemas/cache.json +%%WWWDIR%%/node_modules/har-validator/lib/schemas/cacheEntry.json +%%WWWDIR%%/node_modules/har-validator/lib/schemas/content.json +%%WWWDIR%%/node_modules/har-validator/lib/schemas/cookie.json +%%WWWDIR%%/node_modules/har-validator/lib/schemas/creator.json +%%WWWDIR%%/node_modules/har-validator/lib/schemas/entry.json +%%WWWDIR%%/node_modules/har-validator/lib/schemas/har.json +%%WWWDIR%%/node_modules/har-validator/lib/schemas/index.js +%%WWWDIR%%/node_modules/har-validator/lib/schemas/log.json +%%WWWDIR%%/node_modules/har-validator/lib/schemas/page.json +%%WWWDIR%%/node_modules/har-validator/lib/schemas/pageTimings.json +%%WWWDIR%%/node_modules/har-validator/lib/schemas/postData.json +%%WWWDIR%%/node_modules/har-validator/lib/schemas/record.json +%%WWWDIR%%/node_modules/har-validator/lib/schemas/request.json +%%WWWDIR%%/node_modules/har-validator/lib/schemas/response.json +%%WWWDIR%%/node_modules/har-validator/lib/schemas/timings.json +%%WWWDIR%%/node_modules/har-validator/package.json +%%WWWDIR%%/node_modules/has-ansi/index.js +%%WWWDIR%%/node_modules/has-ansi/license +%%WWWDIR%%/node_modules/has-ansi/package.json +%%WWWDIR%%/node_modules/has-ansi/readme.md +%%WWWDIR%%/node_modules/has-flag/index.js +%%WWWDIR%%/node_modules/has-flag/license +%%WWWDIR%%/node_modules/has-flag/package.json +%%WWWDIR%%/node_modules/has-flag/readme.md +%%WWWDIR%%/node_modules/has/.jshintrc +%%WWWDIR%%/node_modules/has/.npmignore +%%WWWDIR%%/node_modules/has/LICENSE-MIT +%%WWWDIR%%/node_modules/has/README.mkd +%%WWWDIR%%/node_modules/has/package.json +%%WWWDIR%%/node_modules/has/src/index.js +%%WWWDIR%%/node_modules/hawk/.npmignore +%%WWWDIR%%/node_modules/hawk/.travis.yml +%%WWWDIR%%/node_modules/hawk/LICENSE +%%WWWDIR%%/node_modules/hawk/README.md +%%WWWDIR%%/node_modules/hawk/bower.json +%%WWWDIR%%/node_modules/hawk/component.json +%%WWWDIR%%/node_modules/hawk/dist/client.js +%%WWWDIR%%/node_modules/hawk/example/usage.js +%%WWWDIR%%/node_modules/hawk/images/hawk.png +%%WWWDIR%%/node_modules/hawk/images/logo.png +%%WWWDIR%%/node_modules/hawk/lib/browser.js +%%WWWDIR%%/node_modules/hawk/lib/client.js +%%WWWDIR%%/node_modules/hawk/lib/crypto.js +%%WWWDIR%%/node_modules/hawk/lib/index.js +%%WWWDIR%%/node_modules/hawk/lib/server.js +%%WWWDIR%%/node_modules/hawk/lib/utils.js +%%WWWDIR%%/node_modules/hawk/node_modules/cryptiles/.npmignore +%%WWWDIR%%/node_modules/hawk/node_modules/cryptiles/.travis.yml +%%WWWDIR%%/node_modules/hawk/node_modules/cryptiles/LICENSE +%%WWWDIR%%/node_modules/hawk/node_modules/cryptiles/README.md +%%WWWDIR%%/node_modules/hawk/node_modules/cryptiles/lib/index.js +%%WWWDIR%%/node_modules/hawk/node_modules/cryptiles/package.json +%%WWWDIR%%/node_modules/hawk/package.json +%%WWWDIR%%/node_modules/heavy/.npmignore +%%WWWDIR%%/node_modules/heavy/LICENSE +%%WWWDIR%%/node_modules/heavy/README.md +%%WWWDIR%%/node_modules/heavy/lib/index.js +%%WWWDIR%%/node_modules/heavy/node_modules/boom/LICENSE +%%WWWDIR%%/node_modules/heavy/node_modules/boom/README.md +%%WWWDIR%%/node_modules/heavy/node_modules/boom/lib/index.js +%%WWWDIR%%/node_modules/heavy/node_modules/boom/package.json +%%WWWDIR%%/node_modules/heavy/node_modules/hoek/.npmignore +%%WWWDIR%%/node_modules/heavy/node_modules/hoek/LICENSE +%%WWWDIR%%/node_modules/heavy/node_modules/hoek/README.md +%%WWWDIR%%/node_modules/heavy/node_modules/hoek/lib/escape.js +%%WWWDIR%%/node_modules/heavy/node_modules/hoek/lib/index.js +%%WWWDIR%%/node_modules/heavy/node_modules/hoek/package.json +%%WWWDIR%%/node_modules/heavy/node_modules/isemail/.npmignore +%%WWWDIR%%/node_modules/heavy/node_modules/isemail/LICENSE +%%WWWDIR%%/node_modules/heavy/node_modules/isemail/README.md +%%WWWDIR%%/node_modules/heavy/node_modules/isemail/lib/index.js +%%WWWDIR%%/node_modules/heavy/node_modules/isemail/package.json +%%WWWDIR%%/node_modules/heavy/node_modules/items/.npmignore +%%WWWDIR%%/node_modules/heavy/node_modules/items/LICENSE +%%WWWDIR%%/node_modules/heavy/node_modules/items/README.md +%%WWWDIR%%/node_modules/heavy/node_modules/items/lib/index.js +%%WWWDIR%%/node_modules/heavy/node_modules/items/package.json +%%WWWDIR%%/node_modules/heavy/node_modules/joi/LICENSE +%%WWWDIR%%/node_modules/heavy/node_modules/joi/README.md +%%WWWDIR%%/node_modules/heavy/node_modules/joi/lib/alternatives.js +%%WWWDIR%%/node_modules/heavy/node_modules/joi/lib/any.js +%%WWWDIR%%/node_modules/heavy/node_modules/joi/lib/array.js +%%WWWDIR%%/node_modules/heavy/node_modules/joi/lib/binary.js +%%WWWDIR%%/node_modules/heavy/node_modules/joi/lib/boolean.js +%%WWWDIR%%/node_modules/heavy/node_modules/joi/lib/cast.js +%%WWWDIR%%/node_modules/heavy/node_modules/joi/lib/date.js +%%WWWDIR%%/node_modules/heavy/node_modules/joi/lib/errors.js +%%WWWDIR%%/node_modules/heavy/node_modules/joi/lib/index.js +%%WWWDIR%%/node_modules/heavy/node_modules/joi/lib/language.js +%%WWWDIR%%/node_modules/heavy/node_modules/joi/lib/lazy.js +%%WWWDIR%%/node_modules/heavy/node_modules/joi/lib/number.js +%%WWWDIR%%/node_modules/heavy/node_modules/joi/lib/object.js +%%WWWDIR%%/node_modules/heavy/node_modules/joi/lib/ref.js +%%WWWDIR%%/node_modules/heavy/node_modules/joi/lib/schemas.js +%%WWWDIR%%/node_modules/heavy/node_modules/joi/lib/set.js +%%WWWDIR%%/node_modules/heavy/node_modules/joi/lib/string.js +%%WWWDIR%%/node_modules/heavy/node_modules/joi/lib/string/ip.js +%%WWWDIR%%/node_modules/heavy/node_modules/joi/lib/string/rfc3986.js +%%WWWDIR%%/node_modules/heavy/node_modules/joi/lib/string/uri.js +%%WWWDIR%%/node_modules/heavy/node_modules/joi/package.json +%%WWWDIR%%/node_modules/heavy/node_modules/topo/.npmignore +%%WWWDIR%%/node_modules/heavy/node_modules/topo/README.md +%%WWWDIR%%/node_modules/heavy/node_modules/topo/lib/index.js +%%WWWDIR%%/node_modules/heavy/node_modules/topo/package.json +%%WWWDIR%%/node_modules/heavy/package.json +%%WWWDIR%%/node_modules/hoek/.npmignore +%%WWWDIR%%/node_modules/hoek/.travis.yml +%%WWWDIR%%/node_modules/hoek/CONTRIBUTING.md +%%WWWDIR%%/node_modules/hoek/LICENSE +%%WWWDIR%%/node_modules/hoek/README.md +%%WWWDIR%%/node_modules/hoek/images/hoek.png +%%WWWDIR%%/node_modules/hoek/lib/escape.js +%%WWWDIR%%/node_modules/hoek/lib/index.js +%%WWWDIR%%/node_modules/hoek/package.json +%%WWWDIR%%/node_modules/home-or-tmp/index.js +%%WWWDIR%%/node_modules/home-or-tmp/license +%%WWWDIR%%/node_modules/home-or-tmp/package.json +%%WWWDIR%%/node_modules/home-or-tmp/readme.md +%%WWWDIR%%/node_modules/http-browserify/LICENSE +%%WWWDIR%%/node_modules/http-browserify/example/get/index.html +%%WWWDIR%%/node_modules/http-browserify/example/get/main.js +%%WWWDIR%%/node_modules/http-browserify/example/get/server.js +%%WWWDIR%%/node_modules/http-browserify/example/headers/index.html +%%WWWDIR%%/node_modules/http-browserify/example/headers/main.js +%%WWWDIR%%/node_modules/http-browserify/example/headers/server.js +%%WWWDIR%%/node_modules/http-browserify/example/post/index.html +%%WWWDIR%%/node_modules/http-browserify/example/post/main.js +%%WWWDIR%%/node_modules/http-browserify/example/post/server.js +%%WWWDIR%%/node_modules/http-browserify/example/streaming/index.html +%%WWWDIR%%/node_modules/http-browserify/example/streaming/main.js +%%WWWDIR%%/node_modules/http-browserify/example/streaming/server.js +%%WWWDIR%%/node_modules/http-browserify/index.js +%%WWWDIR%%/node_modules/http-browserify/lib/request.js +%%WWWDIR%%/node_modules/http-browserify/lib/response.js +%%WWWDIR%%/node_modules/http-browserify/package.json +%%WWWDIR%%/node_modules/http-browserify/readme.markdown +%%WWWDIR%%/node_modules/http-signature/.dir-locals.el +%%WWWDIR%%/node_modules/http-signature/.npmignore +%%WWWDIR%%/node_modules/http-signature/LICENSE +%%WWWDIR%%/node_modules/http-signature/README.md +%%WWWDIR%%/node_modules/http-signature/http_signing.md +%%WWWDIR%%/node_modules/http-signature/lib/index.js +%%WWWDIR%%/node_modules/http-signature/lib/parser.js +%%WWWDIR%%/node_modules/http-signature/lib/signer.js +%%WWWDIR%%/node_modules/http-signature/lib/util.js +%%WWWDIR%%/node_modules/http-signature/lib/verify.js +%%WWWDIR%%/node_modules/http-signature/package.json +%%WWWDIR%%/node_modules/https-browserify/LICENSE +%%WWWDIR%%/node_modules/https-browserify/index.js +%%WWWDIR%%/node_modules/https-browserify/package.json +%%WWWDIR%%/node_modules/https-browserify/readme.markdown +%%WWWDIR%%/node_modules/iconv-lite/.npmignore +%%WWWDIR%%/node_modules/iconv-lite/.travis.yml +%%WWWDIR%%/node_modules/iconv-lite/Changelog.md +%%WWWDIR%%/node_modules/iconv-lite/LICENSE +%%WWWDIR%%/node_modules/iconv-lite/README.md +%%WWWDIR%%/node_modules/iconv-lite/encodings/dbcs-codec.js +%%WWWDIR%%/node_modules/iconv-lite/encodings/dbcs-data.js +%%WWWDIR%%/node_modules/iconv-lite/encodings/index.js +%%WWWDIR%%/node_modules/iconv-lite/encodings/internal.js +%%WWWDIR%%/node_modules/iconv-lite/encodings/sbcs-codec.js +%%WWWDIR%%/node_modules/iconv-lite/encodings/sbcs-data-generated.js +%%WWWDIR%%/node_modules/iconv-lite/encodings/sbcs-data.js +%%WWWDIR%%/node_modules/iconv-lite/encodings/tables/big5-added.json +%%WWWDIR%%/node_modules/iconv-lite/encodings/tables/cp936.json +%%WWWDIR%%/node_modules/iconv-lite/encodings/tables/cp949.json +%%WWWDIR%%/node_modules/iconv-lite/encodings/tables/cp950.json +%%WWWDIR%%/node_modules/iconv-lite/encodings/tables/eucjp.json +%%WWWDIR%%/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +%%WWWDIR%%/node_modules/iconv-lite/encodings/tables/gbk-added.json +%%WWWDIR%%/node_modules/iconv-lite/encodings/tables/shiftjis.json +%%WWWDIR%%/node_modules/iconv-lite/encodings/utf16.js +%%WWWDIR%%/node_modules/iconv-lite/encodings/utf7.js +%%WWWDIR%%/node_modules/iconv-lite/lib/bom-handling.js +%%WWWDIR%%/node_modules/iconv-lite/lib/extend-node.js +%%WWWDIR%%/node_modules/iconv-lite/lib/index.d.ts +%%WWWDIR%%/node_modules/iconv-lite/lib/index.js +%%WWWDIR%%/node_modules/iconv-lite/lib/streams.js +%%WWWDIR%%/node_modules/iconv-lite/package.json +%%WWWDIR%%/node_modules/ieee754/.travis.yml +%%WWWDIR%%/node_modules/ieee754/.zuul.yml +%%WWWDIR%%/node_modules/ieee754/LICENSE +%%WWWDIR%%/node_modules/ieee754/README.md +%%WWWDIR%%/node_modules/ieee754/index.js +%%WWWDIR%%/node_modules/ieee754/package.json +%%WWWDIR%%/node_modules/imports-loader/.npmignore +%%WWWDIR%%/node_modules/imports-loader/README.md +%%WWWDIR%%/node_modules/imports-loader/index.js +%%WWWDIR%%/node_modules/imports-loader/node_modules/source-map/.npmignore +%%WWWDIR%%/node_modules/imports-loader/node_modules/source-map/.travis.yml +%%WWWDIR%%/node_modules/imports-loader/node_modules/source-map/CHANGELOG.md +%%WWWDIR%%/node_modules/imports-loader/node_modules/source-map/LICENSE +%%WWWDIR%%/node_modules/imports-loader/node_modules/source-map/Makefile.dryice.js +%%WWWDIR%%/node_modules/imports-loader/node_modules/source-map/README.md +%%WWWDIR%%/node_modules/imports-loader/node_modules/source-map/build/assert-shim.js +%%WWWDIR%%/node_modules/imports-loader/node_modules/source-map/build/mini-require.js +%%WWWDIR%%/node_modules/imports-loader/node_modules/source-map/build/prefix-source-map.jsm +%%WWWDIR%%/node_modules/imports-loader/node_modules/source-map/build/prefix-utils.jsm +%%WWWDIR%%/node_modules/imports-loader/node_modules/source-map/build/suffix-browser.js +%%WWWDIR%%/node_modules/imports-loader/node_modules/source-map/build/suffix-source-map.jsm +%%WWWDIR%%/node_modules/imports-loader/node_modules/source-map/build/suffix-utils.jsm +%%WWWDIR%%/node_modules/imports-loader/node_modules/source-map/build/test-prefix.js +%%WWWDIR%%/node_modules/imports-loader/node_modules/source-map/build/test-suffix.js +%%WWWDIR%%/node_modules/imports-loader/node_modules/source-map/lib/source-map.js +%%WWWDIR%%/node_modules/imports-loader/node_modules/source-map/lib/source-map/array-set.js +%%WWWDIR%%/node_modules/imports-loader/node_modules/source-map/lib/source-map/base64-vlq.js +%%WWWDIR%%/node_modules/imports-loader/node_modules/source-map/lib/source-map/base64.js +%%WWWDIR%%/node_modules/imports-loader/node_modules/source-map/lib/source-map/binary-search.js +%%WWWDIR%%/node_modules/imports-loader/node_modules/source-map/lib/source-map/mapping-list.js +%%WWWDIR%%/node_modules/imports-loader/node_modules/source-map/lib/source-map/source-map-consumer.js +%%WWWDIR%%/node_modules/imports-loader/node_modules/source-map/lib/source-map/source-map-generator.js +%%WWWDIR%%/node_modules/imports-loader/node_modules/source-map/lib/source-map/source-node.js +%%WWWDIR%%/node_modules/imports-loader/node_modules/source-map/lib/source-map/util.js +%%WWWDIR%%/node_modules/imports-loader/node_modules/source-map/package.json +%%WWWDIR%%/node_modules/imports-loader/package.json +%%WWWDIR%%/node_modules/indexes-of/.npmignore +%%WWWDIR%%/node_modules/indexes-of/LICENSE +%%WWWDIR%%/node_modules/indexes-of/README.md +%%WWWDIR%%/node_modules/indexes-of/index.js +%%WWWDIR%%/node_modules/indexes-of/package.json +%%WWWDIR%%/node_modules/indexes-of/test.js +%%WWWDIR%%/node_modules/indexof/.npmignore +%%WWWDIR%%/node_modules/indexof/Makefile +%%WWWDIR%%/node_modules/indexof/Readme.md +%%WWWDIR%%/node_modules/indexof/component.json +%%WWWDIR%%/node_modules/indexof/index.js +%%WWWDIR%%/node_modules/indexof/package.json +%%WWWDIR%%/node_modules/inert/.npmignore +%%WWWDIR%%/node_modules/inert/LICENSE +%%WWWDIR%%/node_modules/inert/README.md +%%WWWDIR%%/node_modules/inert/lib/directory.js +%%WWWDIR%%/node_modules/inert/lib/etag.js +%%WWWDIR%%/node_modules/inert/lib/file.js +%%WWWDIR%%/node_modules/inert/lib/index.js +%%WWWDIR%%/node_modules/inert/node_modules/boom/LICENSE +%%WWWDIR%%/node_modules/inert/node_modules/boom/README.md +%%WWWDIR%%/node_modules/inert/node_modules/boom/lib/index.js +%%WWWDIR%%/node_modules/inert/node_modules/boom/package.json +%%WWWDIR%%/node_modules/inert/node_modules/hoek/.npmignore +%%WWWDIR%%/node_modules/inert/node_modules/hoek/LICENSE +%%WWWDIR%%/node_modules/inert/node_modules/hoek/README.md +%%WWWDIR%%/node_modules/inert/node_modules/hoek/lib/escape.js +%%WWWDIR%%/node_modules/inert/node_modules/hoek/lib/index.js +%%WWWDIR%%/node_modules/inert/node_modules/hoek/package.json +%%WWWDIR%%/node_modules/inert/node_modules/isemail/.npmignore +%%WWWDIR%%/node_modules/inert/node_modules/isemail/LICENSE +%%WWWDIR%%/node_modules/inert/node_modules/isemail/README.md +%%WWWDIR%%/node_modules/inert/node_modules/isemail/lib/index.js +%%WWWDIR%%/node_modules/inert/node_modules/isemail/package.json +%%WWWDIR%%/node_modules/inert/node_modules/items/.npmignore +%%WWWDIR%%/node_modules/inert/node_modules/items/LICENSE +%%WWWDIR%%/node_modules/inert/node_modules/items/README.md +%%WWWDIR%%/node_modules/inert/node_modules/items/lib/index.js +%%WWWDIR%%/node_modules/inert/node_modules/items/package.json +%%WWWDIR%%/node_modules/inert/node_modules/joi/LICENSE +%%WWWDIR%%/node_modules/inert/node_modules/joi/README.md +%%WWWDIR%%/node_modules/inert/node_modules/joi/lib/alternatives.js +%%WWWDIR%%/node_modules/inert/node_modules/joi/lib/any.js +%%WWWDIR%%/node_modules/inert/node_modules/joi/lib/array.js +%%WWWDIR%%/node_modules/inert/node_modules/joi/lib/binary.js +%%WWWDIR%%/node_modules/inert/node_modules/joi/lib/boolean.js +%%WWWDIR%%/node_modules/inert/node_modules/joi/lib/cast.js +%%WWWDIR%%/node_modules/inert/node_modules/joi/lib/date.js +%%WWWDIR%%/node_modules/inert/node_modules/joi/lib/errors.js +%%WWWDIR%%/node_modules/inert/node_modules/joi/lib/index.js +%%WWWDIR%%/node_modules/inert/node_modules/joi/lib/language.js +%%WWWDIR%%/node_modules/inert/node_modules/joi/lib/lazy.js +%%WWWDIR%%/node_modules/inert/node_modules/joi/lib/number.js +%%WWWDIR%%/node_modules/inert/node_modules/joi/lib/object.js +%%WWWDIR%%/node_modules/inert/node_modules/joi/lib/ref.js +%%WWWDIR%%/node_modules/inert/node_modules/joi/lib/schemas.js +%%WWWDIR%%/node_modules/inert/node_modules/joi/lib/string.js +%%WWWDIR%%/node_modules/inert/node_modules/joi/lib/string/ip.js +%%WWWDIR%%/node_modules/inert/node_modules/joi/lib/string/rfc3986.js +%%WWWDIR%%/node_modules/inert/node_modules/joi/lib/string/uri.js +%%WWWDIR%%/node_modules/inert/node_modules/joi/package.json +%%WWWDIR%%/node_modules/inert/node_modules/topo/.npmignore +%%WWWDIR%%/node_modules/inert/node_modules/topo/README.md +%%WWWDIR%%/node_modules/inert/node_modules/topo/lib/index.js +%%WWWDIR%%/node_modules/inert/node_modules/topo/package.json +%%WWWDIR%%/node_modules/inert/package.json +%%WWWDIR%%/node_modules/inflight/LICENSE +%%WWWDIR%%/node_modules/inflight/README.md +%%WWWDIR%%/node_modules/inflight/inflight.js +%%WWWDIR%%/node_modules/inflight/package.json +%%WWWDIR%%/node_modules/inherits/LICENSE +%%WWWDIR%%/node_modules/inherits/README.md +%%WWWDIR%%/node_modules/inherits/inherits.js +%%WWWDIR%%/node_modules/inherits/inherits_browser.js +%%WWWDIR%%/node_modules/inherits/package.json +%%WWWDIR%%/node_modules/interpret/CHANGELOG +%%WWWDIR%%/node_modules/interpret/LICENSE +%%WWWDIR%%/node_modules/interpret/README.md +%%WWWDIR%%/node_modules/interpret/index.js +%%WWWDIR%%/node_modules/interpret/package.json +%%WWWDIR%%/node_modules/invert-kv/index.js +%%WWWDIR%%/node_modules/invert-kv/package.json +%%WWWDIR%%/node_modules/invert-kv/readme.md +%%WWWDIR%%/node_modules/iron/.npmignore +%%WWWDIR%%/node_modules/iron/LICENSE +%%WWWDIR%%/node_modules/iron/README.md +%%WWWDIR%%/node_modules/iron/lib/index.js +%%WWWDIR%%/node_modules/iron/node_modules/boom/LICENSE +%%WWWDIR%%/node_modules/iron/node_modules/boom/README.md +%%WWWDIR%%/node_modules/iron/node_modules/boom/lib/index.js +%%WWWDIR%%/node_modules/iron/node_modules/boom/package.json +%%WWWDIR%%/node_modules/iron/node_modules/hoek/.npmignore +%%WWWDIR%%/node_modules/iron/node_modules/hoek/LICENSE +%%WWWDIR%%/node_modules/iron/node_modules/hoek/README.md +%%WWWDIR%%/node_modules/iron/node_modules/hoek/lib/escape.js +%%WWWDIR%%/node_modules/iron/node_modules/hoek/lib/index.js +%%WWWDIR%%/node_modules/iron/node_modules/hoek/package.json +%%WWWDIR%%/node_modules/iron/package.json +%%WWWDIR%%/node_modules/is-absolute-url/index.js +%%WWWDIR%%/node_modules/is-absolute-url/license +%%WWWDIR%%/node_modules/is-absolute-url/package.json +%%WWWDIR%%/node_modules/is-absolute-url/readme.md +%%WWWDIR%%/node_modules/is-binary-path/index.js +%%WWWDIR%%/node_modules/is-binary-path/license +%%WWWDIR%%/node_modules/is-binary-path/package.json +%%WWWDIR%%/node_modules/is-binary-path/readme.md +%%WWWDIR%%/node_modules/is-buffer/.travis.yml +%%WWWDIR%%/node_modules/is-buffer/.zuul.yml +%%WWWDIR%%/node_modules/is-buffer/LICENSE +%%WWWDIR%%/node_modules/is-buffer/README.md +%%WWWDIR%%/node_modules/is-buffer/index.js +%%WWWDIR%%/node_modules/is-buffer/package.json +%%WWWDIR%%/node_modules/is-dotfile/LICENSE +%%WWWDIR%%/node_modules/is-dotfile/README.md +%%WWWDIR%%/node_modules/is-dotfile/index.js +%%WWWDIR%%/node_modules/is-dotfile/package.json +%%WWWDIR%%/node_modules/is-equal-shallow/LICENSE +%%WWWDIR%%/node_modules/is-equal-shallow/README.md +%%WWWDIR%%/node_modules/is-equal-shallow/index.js +%%WWWDIR%%/node_modules/is-equal-shallow/package.json +%%WWWDIR%%/node_modules/is-extendable/LICENSE +%%WWWDIR%%/node_modules/is-extendable/README.md +%%WWWDIR%%/node_modules/is-extendable/index.js +%%WWWDIR%%/node_modules/is-extendable/package.json +%%WWWDIR%%/node_modules/is-extglob/LICENSE +%%WWWDIR%%/node_modules/is-extglob/README.md +%%WWWDIR%%/node_modules/is-extglob/index.js +%%WWWDIR%%/node_modules/is-extglob/package.json +%%WWWDIR%%/node_modules/is-finite/index.js +%%WWWDIR%%/node_modules/is-finite/license +%%WWWDIR%%/node_modules/is-finite/package.json +%%WWWDIR%%/node_modules/is-finite/readme.md +%%WWWDIR%%/node_modules/is-glob/LICENSE +%%WWWDIR%%/node_modules/is-glob/README.md +%%WWWDIR%%/node_modules/is-glob/index.js +%%WWWDIR%%/node_modules/is-glob/package.json +%%WWWDIR%%/node_modules/is-integer/.npmignore +%%WWWDIR%%/node_modules/is-integer/.travis.yml +%%WWWDIR%%/node_modules/is-integer/LICENSE +%%WWWDIR%%/node_modules/is-integer/README.md +%%WWWDIR%%/node_modules/is-integer/index.js +%%WWWDIR%%/node_modules/is-integer/package.json +%%WWWDIR%%/node_modules/is-integer/test.js +%%WWWDIR%%/node_modules/is-my-json-valid/.npmignore +%%WWWDIR%%/node_modules/is-my-json-valid/.travis.yml +%%WWWDIR%%/node_modules/is-my-json-valid/LICENSE +%%WWWDIR%%/node_modules/is-my-json-valid/README.md +%%WWWDIR%%/node_modules/is-my-json-valid/example.js +%%WWWDIR%%/node_modules/is-my-json-valid/formats.js +%%WWWDIR%%/node_modules/is-my-json-valid/index.js +%%WWWDIR%%/node_modules/is-my-json-valid/package.json +%%WWWDIR%%/node_modules/is-my-json-valid/require.js +%%WWWDIR%%/node_modules/is-number/LICENSE +%%WWWDIR%%/node_modules/is-number/README.md +%%WWWDIR%%/node_modules/is-number/index.js +%%WWWDIR%%/node_modules/is-number/package.json +%%WWWDIR%%/node_modules/is-plain-obj/index.js +%%WWWDIR%%/node_modules/is-plain-obj/license +%%WWWDIR%%/node_modules/is-plain-obj/package.json +%%WWWDIR%%/node_modules/is-plain-obj/readme.md +%%WWWDIR%%/node_modules/is-posix-bracket/LICENSE +%%WWWDIR%%/node_modules/is-posix-bracket/README.md +%%WWWDIR%%/node_modules/is-posix-bracket/index.js +%%WWWDIR%%/node_modules/is-posix-bracket/package.json +%%WWWDIR%%/node_modules/is-primitive/LICENSE +%%WWWDIR%%/node_modules/is-primitive/README.md +%%WWWDIR%%/node_modules/is-primitive/index.js +%%WWWDIR%%/node_modules/is-primitive/package.json +%%WWWDIR%%/node_modules/is-promise/.npmignore +%%WWWDIR%%/node_modules/is-promise/.travis.yml +%%WWWDIR%%/node_modules/is-promise/LICENSE +%%WWWDIR%%/node_modules/is-promise/index.js +%%WWWDIR%%/node_modules/is-promise/package.json +%%WWWDIR%%/node_modules/is-promise/readme.md +%%WWWDIR%%/node_modules/is-property/.npmignore +%%WWWDIR%%/node_modules/is-property/LICENSE +%%WWWDIR%%/node_modules/is-property/README.md +%%WWWDIR%%/node_modules/is-property/is-property.js +%%WWWDIR%%/node_modules/is-property/package.json +%%WWWDIR%%/node_modules/isarray/README.md +%%WWWDIR%%/node_modules/isarray/build/build.js +%%WWWDIR%%/node_modules/isarray/component.json +%%WWWDIR%%/node_modules/isarray/index.js +%%WWWDIR%%/node_modules/isarray/package.json +%%WWWDIR%%/node_modules/isemail/.npmignore +%%WWWDIR%%/node_modules/isemail/.travis.yml +%%WWWDIR%%/node_modules/isemail/LICENSE +%%WWWDIR%%/node_modules/isemail/Makefile +%%WWWDIR%%/node_modules/isemail/README.md +%%WWWDIR%%/node_modules/isemail/index.js +%%WWWDIR%%/node_modules/isemail/lib/isemail.js +%%WWWDIR%%/node_modules/isemail/package.json +%%WWWDIR%%/node_modules/isobject/LICENSE +%%WWWDIR%%/node_modules/isobject/README.md +%%WWWDIR%%/node_modules/isobject/index.js +%%WWWDIR%%/node_modules/isobject/node_modules/isarray/.npmignore +%%WWWDIR%%/node_modules/isobject/node_modules/isarray/.travis.yml +%%WWWDIR%%/node_modules/isobject/node_modules/isarray/Makefile +%%WWWDIR%%/node_modules/isobject/node_modules/isarray/README.md +%%WWWDIR%%/node_modules/isobject/node_modules/isarray/component.json +%%WWWDIR%%/node_modules/isobject/node_modules/isarray/index.js +%%WWWDIR%%/node_modules/isobject/node_modules/isarray/package.json +%%WWWDIR%%/node_modules/isobject/node_modules/isarray/test.js +%%WWWDIR%%/node_modules/isobject/package.json +%%WWWDIR%%/node_modules/isstream/.jshintrc +%%WWWDIR%%/node_modules/isstream/.npmignore +%%WWWDIR%%/node_modules/isstream/.travis.yml +%%WWWDIR%%/node_modules/isstream/LICENSE.md +%%WWWDIR%%/node_modules/isstream/README.md +%%WWWDIR%%/node_modules/isstream/isstream.js +%%WWWDIR%%/node_modules/isstream/package.json +%%WWWDIR%%/node_modules/isstream/test.js +%%WWWDIR%%/node_modules/items/.npmignore +%%WWWDIR%%/node_modules/items/.travis.yml +%%WWWDIR%%/node_modules/items/CONTRIBUTING.md +%%WWWDIR%%/node_modules/items/LICENSE +%%WWWDIR%%/node_modules/items/README.md +%%WWWDIR%%/node_modules/items/lib/index.js +%%WWWDIR%%/node_modules/items/package.json +%%WWWDIR%%/node_modules/jade-loader/.npmignore +%%WWWDIR%%/node_modules/jade-loader/README.md +%%WWWDIR%%/node_modules/jade-loader/index.js +%%WWWDIR%%/node_modules/jade-loader/package.json +%%WWWDIR%%/node_modules/jade-loader/stringify.loader.js +%%WWWDIR%%/node_modules/jade-loader/web_modules/fs.js +%%WWWDIR%%/node_modules/jade/.npmignore +%%WWWDIR%%/node_modules/jade/.release.json +%%WWWDIR%%/node_modules/jade/History.md +%%WWWDIR%%/node_modules/jade/LICENSE +%%WWWDIR%%/node_modules/jade/README.md +%%WWWDIR%%/node_modules/jade/Readme_zh-cn.md +%%WWWDIR%%/node_modules/jade/bin/jade.js +%%WWWDIR%%/node_modules/jade/block-code.html +%%WWWDIR%%/node_modules/jade/component.json +%%WWWDIR%%/node_modules/jade/jade.js +%%WWWDIR%%/node_modules/jade/lib/compiler.js +%%WWWDIR%%/node_modules/jade/lib/doctypes.js +%%WWWDIR%%/node_modules/jade/lib/filters-client.js +%%WWWDIR%%/node_modules/jade/lib/filters.js +%%WWWDIR%%/node_modules/jade/lib/index.js +%%WWWDIR%%/node_modules/jade/lib/inline-tags.js +%%WWWDIR%%/node_modules/jade/lib/lexer.js +%%WWWDIR%%/node_modules/jade/lib/nodes/attrs.js +%%WWWDIR%%/node_modules/jade/lib/nodes/block-comment.js +%%WWWDIR%%/node_modules/jade/lib/nodes/block.js +%%WWWDIR%%/node_modules/jade/lib/nodes/case.js +%%WWWDIR%%/node_modules/jade/lib/nodes/code.js +%%WWWDIR%%/node_modules/jade/lib/nodes/comment.js +%%WWWDIR%%/node_modules/jade/lib/nodes/doctype.js +%%WWWDIR%%/node_modules/jade/lib/nodes/each.js +%%WWWDIR%%/node_modules/jade/lib/nodes/filter.js +%%WWWDIR%%/node_modules/jade/lib/nodes/index.js +%%WWWDIR%%/node_modules/jade/lib/nodes/literal.js +%%WWWDIR%%/node_modules/jade/lib/nodes/mixin-block.js +%%WWWDIR%%/node_modules/jade/lib/nodes/mixin.js +%%WWWDIR%%/node_modules/jade/lib/nodes/node.js +%%WWWDIR%%/node_modules/jade/lib/nodes/tag.js +%%WWWDIR%%/node_modules/jade/lib/nodes/text.js +%%WWWDIR%%/node_modules/jade/lib/parser.js +%%WWWDIR%%/node_modules/jade/lib/runtime.js +%%WWWDIR%%/node_modules/jade/lib/utils.js +%%WWWDIR%%/node_modules/jade/node_modules/commander/History.md +%%WWWDIR%%/node_modules/jade/node_modules/commander/Readme.md +%%WWWDIR%%/node_modules/jade/node_modules/commander/index.js +%%WWWDIR%%/node_modules/jade/node_modules/commander/package.json +%%WWWDIR%%/node_modules/jade/package.json +%%WWWDIR%%/node_modules/jade/release.js +%%WWWDIR%%/node_modules/jade/runtime.js +%%WWWDIR%%/node_modules/javascript-natural-sort/.gitattributes +%%WWWDIR%%/node_modules/javascript-natural-sort/.idea/.name +%%WWWDIR%%/node_modules/javascript-natural-sort/.idea/encodings.xml +%%WWWDIR%%/node_modules/javascript-natural-sort/.idea/javascript-natural-sort.iml +%%WWWDIR%%/node_modules/javascript-natural-sort/.idea/misc.xml +%%WWWDIR%%/node_modules/javascript-natural-sort/.idea/modules.xml +%%WWWDIR%%/node_modules/javascript-natural-sort/.idea/scopes/scope_settings.xml +%%WWWDIR%%/node_modules/javascript-natural-sort/.idea/vcs.xml +%%WWWDIR%%/node_modules/javascript-natural-sort/.idea/workspace.xml +%%WWWDIR%%/node_modules/javascript-natural-sort/.npmignore +%%WWWDIR%%/node_modules/javascript-natural-sort/README.md +%%WWWDIR%%/node_modules/javascript-natural-sort/index.html +%%WWWDIR%%/node_modules/javascript-natural-sort/naturalSort.js +%%WWWDIR%%/node_modules/javascript-natural-sort/package.json +%%WWWDIR%%/node_modules/javascript-natural-sort/speed-tests.html +%%WWWDIR%%/node_modules/javascript-natural-sort/unit-tests.html +%%WWWDIR%%/node_modules/joi/.eslintignore +%%WWWDIR%%/node_modules/joi/.npmignore +%%WWWDIR%%/node_modules/joi/.travis.yml +%%WWWDIR%%/node_modules/joi/CONTRIBUTING.md +%%WWWDIR%%/node_modules/joi/LICENSE +%%WWWDIR%%/node_modules/joi/README.md +%%WWWDIR%%/node_modules/joi/examples/conditionalRequire.js +%%WWWDIR%%/node_modules/joi/examples/customMessage.js +%%WWWDIR%%/node_modules/joi/examples/multipleWhen.js +%%WWWDIR%%/node_modules/joi/generate-readme-toc.js +%%WWWDIR%%/node_modules/joi/images/joi.png +%%WWWDIR%%/node_modules/joi/images/validation.png +%%WWWDIR%%/node_modules/joi/lib/alternatives.js +%%WWWDIR%%/node_modules/joi/lib/any.js +%%WWWDIR%%/node_modules/joi/lib/array.js +%%WWWDIR%%/node_modules/joi/lib/binary.js +%%WWWDIR%%/node_modules/joi/lib/boolean.js +%%WWWDIR%%/node_modules/joi/lib/cast.js +%%WWWDIR%%/node_modules/joi/lib/date.js +%%WWWDIR%%/node_modules/joi/lib/errors.js +%%WWWDIR%%/node_modules/joi/lib/function.js +%%WWWDIR%%/node_modules/joi/lib/index.js +%%WWWDIR%%/node_modules/joi/lib/language.js +%%WWWDIR%%/node_modules/joi/lib/number.js +%%WWWDIR%%/node_modules/joi/lib/object.js +%%WWWDIR%%/node_modules/joi/lib/ref.js +%%WWWDIR%%/node_modules/joi/lib/string.js +%%WWWDIR%%/node_modules/joi/lib/string/ip.js +%%WWWDIR%%/node_modules/joi/lib/string/rfc3986.js +%%WWWDIR%%/node_modules/joi/lib/string/uri.js +%%WWWDIR%%/node_modules/joi/package.json +%%WWWDIR%%/node_modules/jquery/.bowerrc +%%WWWDIR%%/node_modules/jquery/.jscsrc +%%WWWDIR%%/node_modules/jquery/.npmignore +%%WWWDIR%%/node_modules/jquery/AUTHORS.txt +%%WWWDIR%%/node_modules/jquery/CONTRIBUTING.md +%%WWWDIR%%/node_modules/jquery/MIT-LICENSE.txt +%%WWWDIR%%/node_modules/jquery/README.md +%%WWWDIR%%/node_modules/jquery/bower.json +%%WWWDIR%%/node_modules/jquery/dist/jquery.js +%%WWWDIR%%/node_modules/jquery/dist/jquery.min.js +%%WWWDIR%%/node_modules/jquery/dist/jquery.min.map +%%WWWDIR%%/node_modules/jquery/package.json +%%WWWDIR%%/node_modules/jquery/src/ajax.js +%%WWWDIR%%/node_modules/jquery/src/ajax/jsonp.js +%%WWWDIR%%/node_modules/jquery/src/ajax/load.js +%%WWWDIR%%/node_modules/jquery/src/ajax/parseJSON.js +%%WWWDIR%%/node_modules/jquery/src/ajax/parseXML.js +%%WWWDIR%%/node_modules/jquery/src/ajax/script.js +%%WWWDIR%%/node_modules/jquery/src/ajax/var/nonce.js +%%WWWDIR%%/node_modules/jquery/src/ajax/var/rquery.js +%%WWWDIR%%/node_modules/jquery/src/ajax/xhr.js +%%WWWDIR%%/node_modules/jquery/src/attributes.js +%%WWWDIR%%/node_modules/jquery/src/attributes/attr.js +%%WWWDIR%%/node_modules/jquery/src/attributes/classes.js +%%WWWDIR%%/node_modules/jquery/src/attributes/prop.js +%%WWWDIR%%/node_modules/jquery/src/attributes/support.js +%%WWWDIR%%/node_modules/jquery/src/attributes/val.js +%%WWWDIR%%/node_modules/jquery/src/callbacks.js +%%WWWDIR%%/node_modules/jquery/src/core.js +%%WWWDIR%%/node_modules/jquery/src/core/access.js +%%WWWDIR%%/node_modules/jquery/src/core/init.js +%%WWWDIR%%/node_modules/jquery/src/core/parseHTML.js +%%WWWDIR%%/node_modules/jquery/src/core/ready.js +%%WWWDIR%%/node_modules/jquery/src/core/var/rsingleTag.js +%%WWWDIR%%/node_modules/jquery/src/css.js +%%WWWDIR%%/node_modules/jquery/src/css/addGetHookIf.js +%%WWWDIR%%/node_modules/jquery/src/css/curCSS.js +%%WWWDIR%%/node_modules/jquery/src/css/defaultDisplay.js +%%WWWDIR%%/node_modules/jquery/src/css/hiddenVisibleSelectors.js +%%WWWDIR%%/node_modules/jquery/src/css/support.js +%%WWWDIR%%/node_modules/jquery/src/css/swap.js +%%WWWDIR%%/node_modules/jquery/src/css/var/cssExpand.js +%%WWWDIR%%/node_modules/jquery/src/css/var/getStyles.js +%%WWWDIR%%/node_modules/jquery/src/css/var/isHidden.js +%%WWWDIR%%/node_modules/jquery/src/css/var/rmargin.js +%%WWWDIR%%/node_modules/jquery/src/css/var/rnumnonpx.js +%%WWWDIR%%/node_modules/jquery/src/data.js +%%WWWDIR%%/node_modules/jquery/src/data/Data.js +%%WWWDIR%%/node_modules/jquery/src/data/accepts.js +%%WWWDIR%%/node_modules/jquery/src/data/var/data_priv.js +%%WWWDIR%%/node_modules/jquery/src/data/var/data_user.js +%%WWWDIR%%/node_modules/jquery/src/deferred.js +%%WWWDIR%%/node_modules/jquery/src/deprecated.js +%%WWWDIR%%/node_modules/jquery/src/dimensions.js +%%WWWDIR%%/node_modules/jquery/src/effects.js +%%WWWDIR%%/node_modules/jquery/src/effects/Tween.js +%%WWWDIR%%/node_modules/jquery/src/effects/animatedSelector.js +%%WWWDIR%%/node_modules/jquery/src/event.js +%%WWWDIR%%/node_modules/jquery/src/event/ajax.js +%%WWWDIR%%/node_modules/jquery/src/event/alias.js +%%WWWDIR%%/node_modules/jquery/src/event/support.js +%%WWWDIR%%/node_modules/jquery/src/exports/amd.js +%%WWWDIR%%/node_modules/jquery/src/exports/global.js +%%WWWDIR%%/node_modules/jquery/src/intro.js +%%WWWDIR%%/node_modules/jquery/src/jquery.js +%%WWWDIR%%/node_modules/jquery/src/manipulation.js +%%WWWDIR%%/node_modules/jquery/src/manipulation/_evalUrl.js +%%WWWDIR%%/node_modules/jquery/src/manipulation/support.js +%%WWWDIR%%/node_modules/jquery/src/manipulation/var/rcheckableType.js +%%WWWDIR%%/node_modules/jquery/src/offset.js +%%WWWDIR%%/node_modules/jquery/src/outro.js +%%WWWDIR%%/node_modules/jquery/src/queue.js +%%WWWDIR%%/node_modules/jquery/src/queue/delay.js +%%WWWDIR%%/node_modules/jquery/src/selector-native.js +%%WWWDIR%%/node_modules/jquery/src/selector-sizzle.js +%%WWWDIR%%/node_modules/jquery/src/selector.js +%%WWWDIR%%/node_modules/jquery/src/serialize.js +%%WWWDIR%%/node_modules/jquery/src/sizzle/dist/sizzle.js +%%WWWDIR%%/node_modules/jquery/src/sizzle/dist/sizzle.min.js +%%WWWDIR%%/node_modules/jquery/src/sizzle/dist/sizzle.min.map +%%WWWDIR%%/node_modules/jquery/src/traversing.js +%%WWWDIR%%/node_modules/jquery/src/traversing/findFilter.js +%%WWWDIR%%/node_modules/jquery/src/traversing/var/rneedsContext.js +%%WWWDIR%%/node_modules/jquery/src/var/arr.js +%%WWWDIR%%/node_modules/jquery/src/var/class2type.js +%%WWWDIR%%/node_modules/jquery/src/var/concat.js +%%WWWDIR%%/node_modules/jquery/src/var/hasOwn.js +%%WWWDIR%%/node_modules/jquery/src/var/indexOf.js +%%WWWDIR%%/node_modules/jquery/src/var/pnum.js +%%WWWDIR%%/node_modules/jquery/src/var/push.js +%%WWWDIR%%/node_modules/jquery/src/var/rnotwhite.js +%%WWWDIR%%/node_modules/jquery/src/var/slice.js +%%WWWDIR%%/node_modules/jquery/src/var/strundefined.js +%%WWWDIR%%/node_modules/jquery/src/var/support.js +%%WWWDIR%%/node_modules/jquery/src/var/toString.js +%%WWWDIR%%/node_modules/jquery/src/wrap.js +%%WWWDIR%%/node_modules/js-base64/.npmignore +%%WWWDIR%%/node_modules/js-base64/.travis.yml +%%WWWDIR%%/node_modules/js-base64/LICENSE.md +%%WWWDIR%%/node_modules/js-base64/README.md +%%WWWDIR%%/node_modules/js-base64/base64.html +%%WWWDIR%%/node_modules/js-base64/base64.js +%%WWWDIR%%/node_modules/js-base64/base64.min.js +%%WWWDIR%%/node_modules/js-base64/base64_utf8 +%%WWWDIR%%/node_modules/js-base64/bower.json +%%WWWDIR%%/node_modules/js-base64/old/base64-1.7.js +%%WWWDIR%%/node_modules/js-base64/package.js +%%WWWDIR%%/node_modules/js-base64/package.json +%%WWWDIR%%/node_modules/js-tokens/.npmignore +%%WWWDIR%%/node_modules/js-tokens/.travis.yml +%%WWWDIR%%/node_modules/js-tokens/LICENSE +%%WWWDIR%%/node_modules/js-tokens/changelog.md +%%WWWDIR%%/node_modules/js-tokens/esprima-compare.js +%%WWWDIR%%/node_modules/js-tokens/generate-index.js +%%WWWDIR%%/node_modules/js-tokens/index.js +%%WWWDIR%%/node_modules/js-tokens/package.json +%%WWWDIR%%/node_modules/js-tokens/readme.md +%%WWWDIR%%/node_modules/js-tokens/regex.coffee +%%WWWDIR%%/node_modules/js-yaml/CHANGELOG.md +%%WWWDIR%%/node_modules/js-yaml/LICENSE +%%WWWDIR%%/node_modules/js-yaml/README.md +%%WWWDIR%%/node_modules/js-yaml/bin/js-yaml.js +%%WWWDIR%%/node_modules/js-yaml/dist/js-yaml.js +%%WWWDIR%%/node_modules/js-yaml/dist/js-yaml.min.js +%%WWWDIR%%/node_modules/js-yaml/index.js +%%WWWDIR%%/node_modules/js-yaml/lib/js-yaml.js +%%WWWDIR%%/node_modules/js-yaml/lib/js-yaml/common.js +%%WWWDIR%%/node_modules/js-yaml/lib/js-yaml/dumper.js +%%WWWDIR%%/node_modules/js-yaml/lib/js-yaml/exception.js +%%WWWDIR%%/node_modules/js-yaml/lib/js-yaml/loader.js +%%WWWDIR%%/node_modules/js-yaml/lib/js-yaml/mark.js +%%WWWDIR%%/node_modules/js-yaml/lib/js-yaml/schema.js +%%WWWDIR%%/node_modules/js-yaml/lib/js-yaml/schema/core.js +%%WWWDIR%%/node_modules/js-yaml/lib/js-yaml/schema/default_full.js +%%WWWDIR%%/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js +%%WWWDIR%%/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js +%%WWWDIR%%/node_modules/js-yaml/lib/js-yaml/schema/json.js +%%WWWDIR%%/node_modules/js-yaml/lib/js-yaml/type.js +%%WWWDIR%%/node_modules/js-yaml/lib/js-yaml/type/binary.js +%%WWWDIR%%/node_modules/js-yaml/lib/js-yaml/type/bool.js +%%WWWDIR%%/node_modules/js-yaml/lib/js-yaml/type/float.js +%%WWWDIR%%/node_modules/js-yaml/lib/js-yaml/type/int.js +%%WWWDIR%%/node_modules/js-yaml/lib/js-yaml/type/js/function.js +%%WWWDIR%%/node_modules/js-yaml/lib/js-yaml/type/js/regexp.js +%%WWWDIR%%/node_modules/js-yaml/lib/js-yaml/type/js/undefined.js +%%WWWDIR%%/node_modules/js-yaml/lib/js-yaml/type/map.js +%%WWWDIR%%/node_modules/js-yaml/lib/js-yaml/type/merge.js +%%WWWDIR%%/node_modules/js-yaml/lib/js-yaml/type/null.js +%%WWWDIR%%/node_modules/js-yaml/lib/js-yaml/type/omap.js +%%WWWDIR%%/node_modules/js-yaml/lib/js-yaml/type/pairs.js +%%WWWDIR%%/node_modules/js-yaml/lib/js-yaml/type/seq.js +%%WWWDIR%%/node_modules/js-yaml/lib/js-yaml/type/set.js +%%WWWDIR%%/node_modules/js-yaml/lib/js-yaml/type/str.js +%%WWWDIR%%/node_modules/js-yaml/lib/js-yaml/type/timestamp.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/.bin/esparse +%%WWWDIR%%/node_modules/js-yaml/node_modules/.bin/esvalidate +%%WWWDIR%%/node_modules/js-yaml/node_modules/esprima/ChangeLog +%%WWWDIR%%/node_modules/js-yaml/node_modules/esprima/LICENSE.BSD +%%WWWDIR%%/node_modules/js-yaml/node_modules/esprima/README.md +%%WWWDIR%%/node_modules/js-yaml/node_modules/esprima/bin/esparse.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/esprima/bin/esvalidate.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/esprima/esprima.js +%%WWWDIR%%/node_modules/js-yaml/node_modules/esprima/package.json +%%WWWDIR%%/node_modules/js-yaml/package.json +%%WWWDIR%%/node_modules/jsesc/LICENSE-MIT.txt +%%WWWDIR%%/node_modules/jsesc/README.md +%%WWWDIR%%/node_modules/jsesc/bin/jsesc +%%WWWDIR%%/node_modules/jsesc/jsesc.js +%%WWWDIR%%/node_modules/jsesc/man/jsesc.1 +%%WWWDIR%%/node_modules/jsesc/package.json +%%WWWDIR%%/node_modules/json-loader/README.md +%%WWWDIR%%/node_modules/json-loader/index.js +%%WWWDIR%%/node_modules/json-loader/package.json +%%WWWDIR%%/node_modules/json-stringify-safe/.npmignore +%%WWWDIR%%/node_modules/json-stringify-safe/CHANGELOG.md +%%WWWDIR%%/node_modules/json-stringify-safe/LICENSE +%%WWWDIR%%/node_modules/json-stringify-safe/Makefile +%%WWWDIR%%/node_modules/json-stringify-safe/README.md +%%WWWDIR%%/node_modules/json-stringify-safe/package.json +%%WWWDIR%%/node_modules/json-stringify-safe/stringify.js +%%WWWDIR%%/node_modules/json5/.editorconfig +%%WWWDIR%%/node_modules/json5/.npmignore +%%WWWDIR%%/node_modules/json5/.travis.yml +%%WWWDIR%%/node_modules/json5/CHANGELOG.md +%%WWWDIR%%/node_modules/json5/README.md +%%WWWDIR%%/node_modules/json5/lib/cli.js +%%WWWDIR%%/node_modules/json5/lib/json5.js +%%WWWDIR%%/node_modules/json5/lib/require.js +%%WWWDIR%%/node_modules/json5/package.json +%%WWWDIR%%/node_modules/json5/package.json5 +%%WWWDIR%%/node_modules/jsonfile/.npmignore +%%WWWDIR%%/node_modules/jsonfile/CHANGELOG.md +%%WWWDIR%%/node_modules/jsonfile/LICENSE +%%WWWDIR%%/node_modules/jsonfile/README.md +%%WWWDIR%%/node_modules/jsonfile/appveyor.yml +%%WWWDIR%%/node_modules/jsonfile/index.js +%%WWWDIR%%/node_modules/jsonfile/package.json +%%WWWDIR%%/node_modules/jsonpointer/LICENSE.md +%%WWWDIR%%/node_modules/jsonpointer/README.md +%%WWWDIR%%/node_modules/jsonpointer/jsonpointer.js +%%WWWDIR%%/node_modules/jsonpointer/package.json +%%WWWDIR%%/node_modules/jstimezonedetect/jstz.js +%%WWWDIR%%/node_modules/jstimezonedetect/package.json +%%WWWDIR%%/node_modules/jstransformer/LICENSE +%%WWWDIR%%/node_modules/jstransformer/README.md +%%WWWDIR%%/node_modules/jstransformer/index.js +%%WWWDIR%%/node_modules/jstransformer/package.json +%%WWWDIR%%/node_modules/kilt/.npmignore +%%WWWDIR%%/node_modules/kilt/LICENSE +%%WWWDIR%%/node_modules/kilt/README.md +%%WWWDIR%%/node_modules/kilt/lib/index.js +%%WWWDIR%%/node_modules/kilt/node_modules/hoek/.npmignore +%%WWWDIR%%/node_modules/kilt/node_modules/hoek/LICENSE +%%WWWDIR%%/node_modules/kilt/node_modules/hoek/README.md +%%WWWDIR%%/node_modules/kilt/node_modules/hoek/lib/escape.js +%%WWWDIR%%/node_modules/kilt/node_modules/hoek/lib/index.js +%%WWWDIR%%/node_modules/kilt/node_modules/hoek/package.json +%%WWWDIR%%/node_modules/kilt/package.json +%%WWWDIR%%/node_modules/kind-of/LICENSE +%%WWWDIR%%/node_modules/kind-of/README.md +%%WWWDIR%%/node_modules/kind-of/index.js +%%WWWDIR%%/node_modules/kind-of/package.json +%%WWWDIR%%/node_modules/lazy-cache/LICENSE +%%WWWDIR%%/node_modules/lazy-cache/README.md +%%WWWDIR%%/node_modules/lazy-cache/index.js +%%WWWDIR%%/node_modules/lazy-cache/package.json +%%WWWDIR%%/node_modules/lcid/index.js +%%WWWDIR%%/node_modules/lcid/lcid.json +%%WWWDIR%%/node_modules/lcid/license +%%WWWDIR%%/node_modules/lcid/package.json +%%WWWDIR%%/node_modules/lcid/readme.md +%%WWWDIR%%/node_modules/leaflet/.npmignore +%%WWWDIR%%/node_modules/leaflet/.travis.yml +%%WWWDIR%%/node_modules/leaflet/CHANGELOG.md +%%WWWDIR%%/node_modules/leaflet/CONTRIBUTING.md +%%WWWDIR%%/node_modules/leaflet/FAQ.md +%%WWWDIR%%/node_modules/leaflet/Jakefile.js +%%WWWDIR%%/node_modules/leaflet/LICENSE +%%WWWDIR%%/node_modules/leaflet/PLUGIN-GUIDE.md +%%WWWDIR%%/node_modules/leaflet/README.md +%%WWWDIR%%/node_modules/leaflet/bower.json +%%WWWDIR%%/node_modules/leaflet/build/bower.json +%%WWWDIR%%/node_modules/leaflet/build/build.html +%%WWWDIR%%/node_modules/leaflet/build/build.js +%%WWWDIR%%/node_modules/leaflet/build/component.json +%%WWWDIR%%/node_modules/leaflet/build/deps.js +%%WWWDIR%%/node_modules/leaflet/build/hintrc.js +%%WWWDIR%%/node_modules/leaflet/build/publish.sh +%%WWWDIR%%/node_modules/leaflet/component.json +%%WWWDIR%%/node_modules/leaflet/debug/css/mobile.css +%%WWWDIR%%/node_modules/leaflet/debug/css/screen.css +%%WWWDIR%%/node_modules/leaflet/debug/hacks/jitter.html +%%WWWDIR%%/node_modules/leaflet/debug/leaflet-include.js +%%WWWDIR%%/node_modules/leaflet/debug/map/canvas.html +%%WWWDIR%%/node_modules/leaflet/debug/map/controls.html +%%WWWDIR%%/node_modules/leaflet/debug/map/geolocation.html +%%WWWDIR%%/node_modules/leaflet/debug/map/iframe.html +%%WWWDIR%%/node_modules/leaflet/debug/map/image-overlay.html +%%WWWDIR%%/node_modules/leaflet/debug/map/map-mobile.html +%%WWWDIR%%/node_modules/leaflet/debug/map/map.html +%%WWWDIR%%/node_modules/leaflet/debug/map/max-bounds.html +%%WWWDIR%%/node_modules/leaflet/debug/map/opacity.html +%%WWWDIR%%/node_modules/leaflet/debug/map/scroll.html +%%WWWDIR%%/node_modules/leaflet/debug/map/simple-proj.html +%%WWWDIR%%/node_modules/leaflet/debug/map/wms-marble.html +%%WWWDIR%%/node_modules/leaflet/debug/map/wms.html +%%WWWDIR%%/node_modules/leaflet/debug/map/zoomlevels.html +%%WWWDIR%%/node_modules/leaflet/debug/vector/bounds-extend.html +%%WWWDIR%%/node_modules/leaflet/debug/vector/feature-group-bounds.html +%%WWWDIR%%/node_modules/leaflet/debug/vector/geojson-sample.js +%%WWWDIR%%/node_modules/leaflet/debug/vector/geojson.html +%%WWWDIR%%/node_modules/leaflet/debug/vector/rectangle.html +%%WWWDIR%%/node_modules/leaflet/debug/vector/route.js +%%WWWDIR%%/node_modules/leaflet/debug/vector/touchzoomemu.html +%%WWWDIR%%/node_modules/leaflet/debug/vector/us-states.js +%%WWWDIR%%/node_modules/leaflet/debug/vector/vector-bounds.html +%%WWWDIR%%/node_modules/leaflet/debug/vector/vector-canvas.html +%%WWWDIR%%/node_modules/leaflet/debug/vector/vector-mobile.html +%%WWWDIR%%/node_modules/leaflet/debug/vector/vector-simple.html +%%WWWDIR%%/node_modules/leaflet/debug/vector/vector.html +%%WWWDIR%%/node_modules/leaflet/dist/images/layers-2x.png +%%WWWDIR%%/node_modules/leaflet/dist/images/layers.png +%%WWWDIR%%/node_modules/leaflet/dist/images/marker-icon-2x.png +%%WWWDIR%%/node_modules/leaflet/dist/images/marker-icon.png +%%WWWDIR%%/node_modules/leaflet/dist/images/marker-shadow.png +%%WWWDIR%%/node_modules/leaflet/dist/leaflet-src.js +%%WWWDIR%%/node_modules/leaflet/dist/leaflet.css +%%WWWDIR%%/node_modules/leaflet/dist/leaflet.js +%%WWWDIR%%/node_modules/leaflet/package.json +%%WWWDIR%%/node_modules/leaflet/spec/after.js +%%WWWDIR%%/node_modules/leaflet/spec/before.js +%%WWWDIR%%/node_modules/leaflet/spec/expect.js +%%WWWDIR%%/node_modules/leaflet/spec/index.html +%%WWWDIR%%/node_modules/leaflet/spec/karma.conf.js +%%WWWDIR%%/node_modules/leaflet/spec/sinon.js +%%WWWDIR%%/node_modules/leaflet/spec/spec.hintrc.js +%%WWWDIR%%/node_modules/leaflet/spec/suites/LeafletSpec.js +%%WWWDIR%%/node_modules/leaflet/spec/suites/SpecHelper.js +%%WWWDIR%%/node_modules/leaflet/spec/suites/control/Control.AttributionSpec.js +%%WWWDIR%%/node_modules/leaflet/spec/suites/control/Control.LayersSpec.js +%%WWWDIR%%/node_modules/leaflet/spec/suites/control/Control.ScaleSpec.js +%%WWWDIR%%/node_modules/leaflet/spec/suites/core/ClassSpec.js +%%WWWDIR%%/node_modules/leaflet/spec/suites/core/EventsSpec.js +%%WWWDIR%%/node_modules/leaflet/spec/suites/core/UtilSpec.js +%%WWWDIR%%/node_modules/leaflet/spec/suites/dom/DomEventSpec.js +%%WWWDIR%%/node_modules/leaflet/spec/suites/dom/DomUtilSpec.js +%%WWWDIR%%/node_modules/leaflet/spec/suites/dom/PosAnimationSpec.js +%%WWWDIR%%/node_modules/leaflet/spec/suites/geo/CRSSpec.js +%%WWWDIR%%/node_modules/leaflet/spec/suites/geo/LatLngBoundsSpec.js +%%WWWDIR%%/node_modules/leaflet/spec/suites/geo/LatLngSpec.js +%%WWWDIR%%/node_modules/leaflet/spec/suites/geo/ProjectionSpec.js +%%WWWDIR%%/node_modules/leaflet/spec/suites/geometry/BoundsSpec.js +%%WWWDIR%%/node_modules/leaflet/spec/suites/geometry/LineUtilSpec.js +%%WWWDIR%%/node_modules/leaflet/spec/suites/geometry/PointSpec.js +%%WWWDIR%%/node_modules/leaflet/spec/suites/geometry/PolyUtilSpec.js +%%WWWDIR%%/node_modules/leaflet/spec/suites/geometry/TransformationSpec.js +%%WWWDIR%%/node_modules/leaflet/spec/suites/layer/FeatureGroupSpec.js +%%WWWDIR%%/node_modules/leaflet/spec/suites/layer/GeoJSONSpec.js +%%WWWDIR%%/node_modules/leaflet/spec/suites/layer/LayerGroupSpec.js +%%WWWDIR%%/node_modules/leaflet/spec/suites/layer/PopupSpec.js +%%WWWDIR%%/node_modules/leaflet/spec/suites/layer/TileLayerSpec.js +%%WWWDIR%%/node_modules/leaflet/spec/suites/layer/marker/MarkerSpec.js +%%WWWDIR%%/node_modules/leaflet/spec/suites/layer/vector/CircleMarkerSpec.js +%%WWWDIR%%/node_modules/leaflet/spec/suites/layer/vector/CircleSpec.js +%%WWWDIR%%/node_modules/leaflet/spec/suites/layer/vector/PolygonSpec.js +%%WWWDIR%%/node_modules/leaflet/spec/suites/layer/vector/PolylineGeometrySpec.js +%%WWWDIR%%/node_modules/leaflet/spec/suites/layer/vector/PolylineSpec.js +%%WWWDIR%%/node_modules/leaflet/spec/suites/map/MapSpec.js +%%WWWDIR%%/node_modules/leaflet/spec/suites/map/handler/Map.DragSpec.js +%%WWWDIR%%/node_modules/leaflet/src/Leaflet.js +%%WWWDIR%%/node_modules/leaflet/src/control/Control.Attribution.js +%%WWWDIR%%/node_modules/leaflet/src/control/Control.Layers.js +%%WWWDIR%%/node_modules/leaflet/src/control/Control.Scale.js +%%WWWDIR%%/node_modules/leaflet/src/control/Control.Zoom.js +%%WWWDIR%%/node_modules/leaflet/src/control/Control.js +%%WWWDIR%%/node_modules/leaflet/src/copyright.js +%%WWWDIR%%/node_modules/leaflet/src/core/Browser.js +%%WWWDIR%%/node_modules/leaflet/src/core/Class.js +%%WWWDIR%%/node_modules/leaflet/src/core/Events.js +%%WWWDIR%%/node_modules/leaflet/src/core/Handler.js +%%WWWDIR%%/node_modules/leaflet/src/core/Util.js +%%WWWDIR%%/node_modules/leaflet/src/dom/DomEvent.DoubleTap.js +%%WWWDIR%%/node_modules/leaflet/src/dom/DomEvent.Pointer.js +%%WWWDIR%%/node_modules/leaflet/src/dom/DomEvent.js +%%WWWDIR%%/node_modules/leaflet/src/dom/DomUtil.js +%%WWWDIR%%/node_modules/leaflet/src/dom/Draggable.js +%%WWWDIR%%/node_modules/leaflet/src/dom/PosAnimation.Timer.js +%%WWWDIR%%/node_modules/leaflet/src/dom/PosAnimation.js +%%WWWDIR%%/node_modules/leaflet/src/geo/LatLng.js +%%WWWDIR%%/node_modules/leaflet/src/geo/LatLngBounds.js +%%WWWDIR%%/node_modules/leaflet/src/geo/crs/CRS.EPSG3395.js +%%WWWDIR%%/node_modules/leaflet/src/geo/crs/CRS.EPSG3857.js +%%WWWDIR%%/node_modules/leaflet/src/geo/crs/CRS.EPSG4326.js +%%WWWDIR%%/node_modules/leaflet/src/geo/crs/CRS.Simple.js +%%WWWDIR%%/node_modules/leaflet/src/geo/crs/CRS.js +%%WWWDIR%%/node_modules/leaflet/src/geo/projection/Projection.LonLat.js +%%WWWDIR%%/node_modules/leaflet/src/geo/projection/Projection.Mercator.js +%%WWWDIR%%/node_modules/leaflet/src/geo/projection/Projection.SphericalMercator.js +%%WWWDIR%%/node_modules/leaflet/src/geo/projection/Projection.js +%%WWWDIR%%/node_modules/leaflet/src/geometry/Bounds.js +%%WWWDIR%%/node_modules/leaflet/src/geometry/LineUtil.js +%%WWWDIR%%/node_modules/leaflet/src/geometry/Point.js +%%WWWDIR%%/node_modules/leaflet/src/geometry/PolyUtil.js +%%WWWDIR%%/node_modules/leaflet/src/geometry/Transformation.js +%%WWWDIR%%/node_modules/leaflet/src/images/layers.svg +%%WWWDIR%%/node_modules/leaflet/src/images/marker.svg +%%WWWDIR%%/node_modules/leaflet/src/layer/FeatureGroup.js +%%WWWDIR%%/node_modules/leaflet/src/layer/GeoJSON.js +%%WWWDIR%%/node_modules/leaflet/src/layer/ImageOverlay.js +%%WWWDIR%%/node_modules/leaflet/src/layer/LayerGroup.js +%%WWWDIR%%/node_modules/leaflet/src/layer/Popup.js +%%WWWDIR%%/node_modules/leaflet/src/layer/marker/DivIcon.js +%%WWWDIR%%/node_modules/leaflet/src/layer/marker/Icon.Default.js +%%WWWDIR%%/node_modules/leaflet/src/layer/marker/Icon.js +%%WWWDIR%%/node_modules/leaflet/src/layer/marker/Marker.Drag.js +%%WWWDIR%%/node_modules/leaflet/src/layer/marker/Marker.Popup.js +%%WWWDIR%%/node_modules/leaflet/src/layer/marker/Marker.js +%%WWWDIR%%/node_modules/leaflet/src/layer/tile/TileLayer.Anim.js +%%WWWDIR%%/node_modules/leaflet/src/layer/tile/TileLayer.Canvas.js +%%WWWDIR%%/node_modules/leaflet/src/layer/tile/TileLayer.WMS.js +%%WWWDIR%%/node_modules/leaflet/src/layer/tile/TileLayer.js +%%WWWDIR%%/node_modules/leaflet/src/layer/vector/Circle.js +%%WWWDIR%%/node_modules/leaflet/src/layer/vector/CircleMarker.js +%%WWWDIR%%/node_modules/leaflet/src/layer/vector/MultiPoly.js +%%WWWDIR%%/node_modules/leaflet/src/layer/vector/Path.Popup.js +%%WWWDIR%%/node_modules/leaflet/src/layer/vector/Path.SVG.js +%%WWWDIR%%/node_modules/leaflet/src/layer/vector/Path.VML.js +%%WWWDIR%%/node_modules/leaflet/src/layer/vector/Path.js +%%WWWDIR%%/node_modules/leaflet/src/layer/vector/Polygon.js +%%WWWDIR%%/node_modules/leaflet/src/layer/vector/Polyline.js +%%WWWDIR%%/node_modules/leaflet/src/layer/vector/Rectangle.js +%%WWWDIR%%/node_modules/leaflet/src/layer/vector/canvas/Circle.Canvas.js +%%WWWDIR%%/node_modules/leaflet/src/layer/vector/canvas/CircleMarker.Canvas.js +%%WWWDIR%%/node_modules/leaflet/src/layer/vector/canvas/Path.Canvas.js +%%WWWDIR%%/node_modules/leaflet/src/layer/vector/canvas/Polygon.Canvas.js +%%WWWDIR%%/node_modules/leaflet/src/layer/vector/canvas/Polyline.Canvas.js +%%WWWDIR%%/node_modules/leaflet/src/map/Map.js +%%WWWDIR%%/node_modules/leaflet/src/map/anim/Map.PanAnimation.js +%%WWWDIR%%/node_modules/leaflet/src/map/anim/Map.ZoomAnimation.js +%%WWWDIR%%/node_modules/leaflet/src/map/ext/Map.Geolocation.js +%%WWWDIR%%/node_modules/leaflet/src/map/handler/Map.BoxZoom.js +%%WWWDIR%%/node_modules/leaflet/src/map/handler/Map.DoubleClickZoom.js +%%WWWDIR%%/node_modules/leaflet/src/map/handler/Map.Drag.js +%%WWWDIR%%/node_modules/leaflet/src/map/handler/Map.Keyboard.js +%%WWWDIR%%/node_modules/leaflet/src/map/handler/Map.ScrollWheelZoom.js +%%WWWDIR%%/node_modules/leaflet/src/map/handler/Map.Tap.js +%%WWWDIR%%/node_modules/leaflet/src/map/handler/Map.TouchZoom.js +%%WWWDIR%%/node_modules/left-pad/.npmignore +%%WWWDIR%%/node_modules/left-pad/README.md +%%WWWDIR%%/node_modules/left-pad/index.js +%%WWWDIR%%/node_modules/left-pad/package.json +%%WWWDIR%%/node_modules/less-loader/.editorconfig +%%WWWDIR%%/node_modules/less-loader/.idea/.name +%%WWWDIR%%/node_modules/less-loader/.idea/codeStyleSettings.xml +%%WWWDIR%%/node_modules/less-loader/.idea/encodings.xml +%%WWWDIR%%/node_modules/less-loader/.idea/inspectionProfiles/Project_Default.xml +%%WWWDIR%%/node_modules/less-loader/.idea/inspectionProfiles/profiles_settings.xml +%%WWWDIR%%/node_modules/less-loader/.idea/jsLibraryMappings.xml +%%WWWDIR%%/node_modules/less-loader/.idea/jsLinters/jshint.xml +%%WWWDIR%%/node_modules/less-loader/.idea/less-loader.iml +%%WWWDIR%%/node_modules/less-loader/.idea/libraries/less_loader_node_modules.xml +%%WWWDIR%%/node_modules/less-loader/.idea/modules.xml +%%WWWDIR%%/node_modules/less-loader/.idea/scopes/scope_settings.xml +%%WWWDIR%%/node_modules/less-loader/.idea/shelf/1.patch +%%WWWDIR%%/node_modules/less-loader/.idea/shelf/1.xml +%%WWWDIR%%/node_modules/less-loader/.idea/shelf/2.patch +%%WWWDIR%%/node_modules/less-loader/.idea/shelf/2.xml +%%WWWDIR%%/node_modules/less-loader/.idea/shelf/Uncommitted_changes_before_Update_at_25_11_15__19_39__Default_.xml +%%WWWDIR%%/node_modules/less-loader/.idea/shelf/Uncommitted_changes_before_Update_at_25_11_15__19_39__Default_/shelved.patch +%%WWWDIR%%/node_modules/less-loader/.idea/shelf/Uncommitted_changes_before_update_operation_at_05_10_15_22_25_[Default].patch +%%WWWDIR%%/node_modules/less-loader/.idea/shelf/Uncommitted_changes_before_update_operation_at_05_10_15_22_25__Default_.xml +%%WWWDIR%%/node_modules/less-loader/.idea/shelf/head.patch +%%WWWDIR%%/node_modules/less-loader/.idea/shelf/head.xml +%%WWWDIR%%/node_modules/less-loader/.idea/shelf/imports_fallback_https___github_com_webpack_less_loader_issues_74.xml +%%WWWDIR%%/node_modules/less-loader/.idea/shelf/imports_fallback_https___github_com_webpack_less_loader_issues_74/shelved.patch +%%WWWDIR%%/node_modules/less-loader/.idea/shelf/tmp.patch +%%WWWDIR%%/node_modules/less-loader/.idea/shelf/tmp.xml +%%WWWDIR%%/node_modules/less-loader/.idea/vcs.xml +%%WWWDIR%%/node_modules/less-loader/.idea/watcherTasks.xml +%%WWWDIR%%/node_modules/less-loader/.idea/webResources.xml +%%WWWDIR%%/node_modules/less-loader/.idea/workspace.xml +%%WWWDIR%%/node_modules/less-loader/.jshintrc +%%WWWDIR%%/node_modules/less-loader/.npmignore +%%WWWDIR%%/node_modules/less-loader/.travis.yml +%%WWWDIR%%/node_modules/less-loader/CHANGELOG.md +%%WWWDIR%%/node_modules/less-loader/LICENSE +%%WWWDIR%%/node_modules/less-loader/README.md +%%WWWDIR%%/node_modules/less-loader/index.js +%%WWWDIR%%/node_modules/less-loader/package.json +%%WWWDIR%%/node_modules/less-loader/stringify.loader.js +%%WWWDIR%%/node_modules/less/.jscsrc +%%WWWDIR%%/node_modules/less/.jshintrc +%%WWWDIR%%/node_modules/less/.npmignore +%%WWWDIR%%/node_modules/less/.travis.yml +%%WWWDIR%%/node_modules/less/CHANGELOG.md +%%WWWDIR%%/node_modules/less/CONTRIBUTING.md +%%WWWDIR%%/node_modules/less/Gruntfile.js +%%WWWDIR%%/node_modules/less/LICENSE +%%WWWDIR%%/node_modules/less/README.md +%%WWWDIR%%/node_modules/less/appveyor.yml +%%WWWDIR%%/node_modules/less/bin/lessc +%%WWWDIR%%/node_modules/less/bower.json +%%WWWDIR%%/node_modules/less/browser.js +%%WWWDIR%%/node_modules/less/build.gradle +%%WWWDIR%%/node_modules/less/dist/less.js +%%WWWDIR%%/node_modules/less/dist/less.min.js +%%WWWDIR%%/node_modules/less/gradlew +%%WWWDIR%%/node_modules/less/gradlew.bat +%%WWWDIR%%/node_modules/less/index.js +%%WWWDIR%%/node_modules/less/lib/less-browser/add-default-options.js +%%WWWDIR%%/node_modules/less/lib/less-browser/bootstrap.js +%%WWWDIR%%/node_modules/less/lib/less-browser/browser.js +%%WWWDIR%%/node_modules/less/lib/less-browser/cache.js +%%WWWDIR%%/node_modules/less/lib/less-browser/error-reporting.js +%%WWWDIR%%/node_modules/less/lib/less-browser/file-manager.js +%%WWWDIR%%/node_modules/less/lib/less-browser/image-size.js +%%WWWDIR%%/node_modules/less/lib/less-browser/index.js +%%WWWDIR%%/node_modules/less/lib/less-browser/log-listener.js +%%WWWDIR%%/node_modules/less/lib/less-browser/utils.js +%%WWWDIR%%/node_modules/less/lib/less-node/environment.js +%%WWWDIR%%/node_modules/less/lib/less-node/file-manager.js +%%WWWDIR%%/node_modules/less/lib/less-node/fs.js +%%WWWDIR%%/node_modules/less/lib/less-node/image-size.js +%%WWWDIR%%/node_modules/less/lib/less-node/index.js +%%WWWDIR%%/node_modules/less/lib/less-node/lessc-helper.js +%%WWWDIR%%/node_modules/less/lib/less-node/plugin-loader.js +%%WWWDIR%%/node_modules/less/lib/less-node/url-file-manager.js +%%WWWDIR%%/node_modules/less/lib/less-rhino/index.js +%%WWWDIR%%/node_modules/less/lib/less/contexts.js +%%WWWDIR%%/node_modules/less/lib/less/data/colors.js +%%WWWDIR%%/node_modules/less/lib/less/data/index.js +%%WWWDIR%%/node_modules/less/lib/less/data/unit-conversions.js +%%WWWDIR%%/node_modules/less/lib/less/environment/abstract-file-manager.js +%%WWWDIR%%/node_modules/less/lib/less/environment/environment-api.js +%%WWWDIR%%/node_modules/less/lib/less/environment/environment.js +%%WWWDIR%%/node_modules/less/lib/less/environment/file-manager-api.js +%%WWWDIR%%/node_modules/less/lib/less/functions/color-blending.js +%%WWWDIR%%/node_modules/less/lib/less/functions/color.js +%%WWWDIR%%/node_modules/less/lib/less/functions/data-uri.js +%%WWWDIR%%/node_modules/less/lib/less/functions/default.js +%%WWWDIR%%/node_modules/less/lib/less/functions/function-caller.js +%%WWWDIR%%/node_modules/less/lib/less/functions/function-registry.js +%%WWWDIR%%/node_modules/less/lib/less/functions/index.js +%%WWWDIR%%/node_modules/less/lib/less/functions/math-helper.js +%%WWWDIR%%/node_modules/less/lib/less/functions/math.js +%%WWWDIR%%/node_modules/less/lib/less/functions/number.js +%%WWWDIR%%/node_modules/less/lib/less/functions/string.js +%%WWWDIR%%/node_modules/less/lib/less/functions/svg.js +%%WWWDIR%%/node_modules/less/lib/less/functions/types.js +%%WWWDIR%%/node_modules/less/lib/less/import-manager.js +%%WWWDIR%%/node_modules/less/lib/less/index.js +%%WWWDIR%%/node_modules/less/lib/less/less-error.js +%%WWWDIR%%/node_modules/less/lib/less/logger.js +%%WWWDIR%%/node_modules/less/lib/less/parse-tree.js +%%WWWDIR%%/node_modules/less/lib/less/parse.js +%%WWWDIR%%/node_modules/less/lib/less/parser/chunker.js +%%WWWDIR%%/node_modules/less/lib/less/parser/parser-input.js +%%WWWDIR%%/node_modules/less/lib/less/parser/parser.js +%%WWWDIR%%/node_modules/less/lib/less/plugin-manager.js +%%WWWDIR%%/node_modules/less/lib/less/plugins/function-importer.js +%%WWWDIR%%/node_modules/less/lib/less/render.js +%%WWWDIR%%/node_modules/less/lib/less/source-map-builder.js +%%WWWDIR%%/node_modules/less/lib/less/source-map-output.js +%%WWWDIR%%/node_modules/less/lib/less/transform-tree.js +%%WWWDIR%%/node_modules/less/lib/less/tree/alpha.js +%%WWWDIR%%/node_modules/less/lib/less/tree/anonymous.js +%%WWWDIR%%/node_modules/less/lib/less/tree/assignment.js +%%WWWDIR%%/node_modules/less/lib/less/tree/attribute.js +%%WWWDIR%%/node_modules/less/lib/less/tree/call.js +%%WWWDIR%%/node_modules/less/lib/less/tree/color.js +%%WWWDIR%%/node_modules/less/lib/less/tree/combinator.js +%%WWWDIR%%/node_modules/less/lib/less/tree/comment.js +%%WWWDIR%%/node_modules/less/lib/less/tree/condition.js +%%WWWDIR%%/node_modules/less/lib/less/tree/debug-info.js +%%WWWDIR%%/node_modules/less/lib/less/tree/detached-ruleset.js +%%WWWDIR%%/node_modules/less/lib/less/tree/dimension.js +%%WWWDIR%%/node_modules/less/lib/less/tree/directive.js +%%WWWDIR%%/node_modules/less/lib/less/tree/element.js +%%WWWDIR%%/node_modules/less/lib/less/tree/expression.js +%%WWWDIR%%/node_modules/less/lib/less/tree/extend.js +%%WWWDIR%%/node_modules/less/lib/less/tree/import.js +%%WWWDIR%%/node_modules/less/lib/less/tree/index.js +%%WWWDIR%%/node_modules/less/lib/less/tree/javascript.js +%%WWWDIR%%/node_modules/less/lib/less/tree/js-eval-node.js +%%WWWDIR%%/node_modules/less/lib/less/tree/keyword.js +%%WWWDIR%%/node_modules/less/lib/less/tree/media.js +%%WWWDIR%%/node_modules/less/lib/less/tree/mixin-call.js +%%WWWDIR%%/node_modules/less/lib/less/tree/mixin-definition.js +%%WWWDIR%%/node_modules/less/lib/less/tree/negative.js +%%WWWDIR%%/node_modules/less/lib/less/tree/node.js +%%WWWDIR%%/node_modules/less/lib/less/tree/operation.js +%%WWWDIR%%/node_modules/less/lib/less/tree/paren.js +%%WWWDIR%%/node_modules/less/lib/less/tree/quoted.js +%%WWWDIR%%/node_modules/less/lib/less/tree/rule.js +%%WWWDIR%%/node_modules/less/lib/less/tree/ruleset-call.js +%%WWWDIR%%/node_modules/less/lib/less/tree/ruleset.js +%%WWWDIR%%/node_modules/less/lib/less/tree/selector.js +%%WWWDIR%%/node_modules/less/lib/less/tree/unicode-descriptor.js +%%WWWDIR%%/node_modules/less/lib/less/tree/unit.js +%%WWWDIR%%/node_modules/less/lib/less/tree/url.js +%%WWWDIR%%/node_modules/less/lib/less/tree/value.js +%%WWWDIR%%/node_modules/less/lib/less/tree/variable.js +%%WWWDIR%%/node_modules/less/lib/less/utils.js +%%WWWDIR%%/node_modules/less/lib/less/visitors/extend-visitor.js +%%WWWDIR%%/node_modules/less/lib/less/visitors/import-sequencer.js +%%WWWDIR%%/node_modules/less/lib/less/visitors/import-visitor.js +%%WWWDIR%%/node_modules/less/lib/less/visitors/index.js +%%WWWDIR%%/node_modules/less/lib/less/visitors/join-selector-visitor.js +%%WWWDIR%%/node_modules/less/lib/less/visitors/set-tree-visibility-visitor.js +%%WWWDIR%%/node_modules/less/lib/less/visitors/to-css-visitor.js +%%WWWDIR%%/node_modules/less/lib/less/visitors/visitor.js +%%WWWDIR%%/node_modules/less/lib/source-map/source-map-0.1.31.js +%%WWWDIR%%/node_modules/less/lib/source-map/source-map-footer.js +%%WWWDIR%%/node_modules/less/lib/source-map/source-map-header.js +%%WWWDIR%%/node_modules/less/package.json +%%WWWDIR%%/node_modules/leven/cli.js +%%WWWDIR%%/node_modules/leven/index.js +%%WWWDIR%%/node_modules/leven/license +%%WWWDIR%%/node_modules/leven/package.json +%%WWWDIR%%/node_modules/leven/readme.md +%%WWWDIR%%/node_modules/line-numbers/.npmignore +%%WWWDIR%%/node_modules/line-numbers/.travis.yml +%%WWWDIR%%/node_modules/line-numbers/LICENSE +%%WWWDIR%%/node_modules/line-numbers/changelog.md +%%WWWDIR%%/node_modules/line-numbers/index.js +%%WWWDIR%%/node_modules/line-numbers/package.json +%%WWWDIR%%/node_modules/line-numbers/readme.md +%%WWWDIR%%/node_modules/loader-utils/LICENSE +%%WWWDIR%%/node_modules/loader-utils/README.md +%%WWWDIR%%/node_modules/loader-utils/index.js +%%WWWDIR%%/node_modules/loader-utils/package.json +%%WWWDIR%%/node_modules/lodash-compat/LICENSE +%%WWWDIR%%/node_modules/lodash-compat/README.md +%%WWWDIR%%/node_modules/lodash-compat/array.js +%%WWWDIR%%/node_modules/lodash-compat/array/chunk.js +%%WWWDIR%%/node_modules/lodash-compat/array/compact.js +%%WWWDIR%%/node_modules/lodash-compat/array/difference.js +%%WWWDIR%%/node_modules/lodash-compat/array/drop.js +%%WWWDIR%%/node_modules/lodash-compat/array/dropRight.js +%%WWWDIR%%/node_modules/lodash-compat/array/dropRightWhile.js +%%WWWDIR%%/node_modules/lodash-compat/array/dropWhile.js +%%WWWDIR%%/node_modules/lodash-compat/array/fill.js +%%WWWDIR%%/node_modules/lodash-compat/array/findIndex.js +%%WWWDIR%%/node_modules/lodash-compat/array/findLastIndex.js +%%WWWDIR%%/node_modules/lodash-compat/array/first.js +%%WWWDIR%%/node_modules/lodash-compat/array/flatten.js +%%WWWDIR%%/node_modules/lodash-compat/array/flattenDeep.js +%%WWWDIR%%/node_modules/lodash-compat/array/head.js +%%WWWDIR%%/node_modules/lodash-compat/array/indexOf.js +%%WWWDIR%%/node_modules/lodash-compat/array/initial.js +%%WWWDIR%%/node_modules/lodash-compat/array/intersection.js +%%WWWDIR%%/node_modules/lodash-compat/array/last.js +%%WWWDIR%%/node_modules/lodash-compat/array/lastIndexOf.js +%%WWWDIR%%/node_modules/lodash-compat/array/object.js +%%WWWDIR%%/node_modules/lodash-compat/array/pull.js +%%WWWDIR%%/node_modules/lodash-compat/array/pullAt.js +%%WWWDIR%%/node_modules/lodash-compat/array/remove.js +%%WWWDIR%%/node_modules/lodash-compat/array/rest.js +%%WWWDIR%%/node_modules/lodash-compat/array/slice.js +%%WWWDIR%%/node_modules/lodash-compat/array/sortedIndex.js +%%WWWDIR%%/node_modules/lodash-compat/array/sortedLastIndex.js +%%WWWDIR%%/node_modules/lodash-compat/array/tail.js +%%WWWDIR%%/node_modules/lodash-compat/array/take.js +%%WWWDIR%%/node_modules/lodash-compat/array/takeRight.js +%%WWWDIR%%/node_modules/lodash-compat/array/takeRightWhile.js +%%WWWDIR%%/node_modules/lodash-compat/array/takeWhile.js +%%WWWDIR%%/node_modules/lodash-compat/array/union.js +%%WWWDIR%%/node_modules/lodash-compat/array/uniq.js +%%WWWDIR%%/node_modules/lodash-compat/array/unique.js +%%WWWDIR%%/node_modules/lodash-compat/array/unzip.js +%%WWWDIR%%/node_modules/lodash-compat/array/unzipWith.js +%%WWWDIR%%/node_modules/lodash-compat/array/without.js +%%WWWDIR%%/node_modules/lodash-compat/array/xor.js +%%WWWDIR%%/node_modules/lodash-compat/array/zip.js +%%WWWDIR%%/node_modules/lodash-compat/array/zipObject.js +%%WWWDIR%%/node_modules/lodash-compat/array/zipWith.js +%%WWWDIR%%/node_modules/lodash-compat/chain.js +%%WWWDIR%%/node_modules/lodash-compat/chain/chain.js +%%WWWDIR%%/node_modules/lodash-compat/chain/commit.js +%%WWWDIR%%/node_modules/lodash-compat/chain/concat.js +%%WWWDIR%%/node_modules/lodash-compat/chain/lodash.js +%%WWWDIR%%/node_modules/lodash-compat/chain/plant.js +%%WWWDIR%%/node_modules/lodash-compat/chain/reverse.js +%%WWWDIR%%/node_modules/lodash-compat/chain/run.js +%%WWWDIR%%/node_modules/lodash-compat/chain/tap.js +%%WWWDIR%%/node_modules/lodash-compat/chain/thru.js +%%WWWDIR%%/node_modules/lodash-compat/chain/toJSON.js +%%WWWDIR%%/node_modules/lodash-compat/chain/toString.js +%%WWWDIR%%/node_modules/lodash-compat/chain/value.js +%%WWWDIR%%/node_modules/lodash-compat/chain/valueOf.js +%%WWWDIR%%/node_modules/lodash-compat/chain/wrapperChain.js +%%WWWDIR%%/node_modules/lodash-compat/chain/wrapperCommit.js +%%WWWDIR%%/node_modules/lodash-compat/chain/wrapperConcat.js +%%WWWDIR%%/node_modules/lodash-compat/chain/wrapperPlant.js +%%WWWDIR%%/node_modules/lodash-compat/chain/wrapperReverse.js +%%WWWDIR%%/node_modules/lodash-compat/chain/wrapperToString.js +%%WWWDIR%%/node_modules/lodash-compat/chain/wrapperValue.js +%%WWWDIR%%/node_modules/lodash-compat/collection.js +%%WWWDIR%%/node_modules/lodash-compat/collection/all.js +%%WWWDIR%%/node_modules/lodash-compat/collection/any.js +%%WWWDIR%%/node_modules/lodash-compat/collection/at.js +%%WWWDIR%%/node_modules/lodash-compat/collection/collect.js +%%WWWDIR%%/node_modules/lodash-compat/collection/contains.js +%%WWWDIR%%/node_modules/lodash-compat/collection/countBy.js +%%WWWDIR%%/node_modules/lodash-compat/collection/detect.js +%%WWWDIR%%/node_modules/lodash-compat/collection/each.js +%%WWWDIR%%/node_modules/lodash-compat/collection/eachRight.js +%%WWWDIR%%/node_modules/lodash-compat/collection/every.js +%%WWWDIR%%/node_modules/lodash-compat/collection/filter.js +%%WWWDIR%%/node_modules/lodash-compat/collection/find.js +%%WWWDIR%%/node_modules/lodash-compat/collection/findLast.js +%%WWWDIR%%/node_modules/lodash-compat/collection/findWhere.js +%%WWWDIR%%/node_modules/lodash-compat/collection/foldl.js +%%WWWDIR%%/node_modules/lodash-compat/collection/foldr.js +%%WWWDIR%%/node_modules/lodash-compat/collection/forEach.js +%%WWWDIR%%/node_modules/lodash-compat/collection/forEachRight.js +%%WWWDIR%%/node_modules/lodash-compat/collection/groupBy.js +%%WWWDIR%%/node_modules/lodash-compat/collection/include.js +%%WWWDIR%%/node_modules/lodash-compat/collection/includes.js +%%WWWDIR%%/node_modules/lodash-compat/collection/indexBy.js +%%WWWDIR%%/node_modules/lodash-compat/collection/inject.js +%%WWWDIR%%/node_modules/lodash-compat/collection/invoke.js +%%WWWDIR%%/node_modules/lodash-compat/collection/map.js +%%WWWDIR%%/node_modules/lodash-compat/collection/max.js +%%WWWDIR%%/node_modules/lodash-compat/collection/min.js +%%WWWDIR%%/node_modules/lodash-compat/collection/partition.js +%%WWWDIR%%/node_modules/lodash-compat/collection/pluck.js +%%WWWDIR%%/node_modules/lodash-compat/collection/reduce.js +%%WWWDIR%%/node_modules/lodash-compat/collection/reduceRight.js +%%WWWDIR%%/node_modules/lodash-compat/collection/reject.js +%%WWWDIR%%/node_modules/lodash-compat/collection/sample.js +%%WWWDIR%%/node_modules/lodash-compat/collection/select.js +%%WWWDIR%%/node_modules/lodash-compat/collection/shuffle.js +%%WWWDIR%%/node_modules/lodash-compat/collection/size.js +%%WWWDIR%%/node_modules/lodash-compat/collection/some.js +%%WWWDIR%%/node_modules/lodash-compat/collection/sortBy.js +%%WWWDIR%%/node_modules/lodash-compat/collection/sortByAll.js +%%WWWDIR%%/node_modules/lodash-compat/collection/sortByOrder.js +%%WWWDIR%%/node_modules/lodash-compat/collection/sum.js +%%WWWDIR%%/node_modules/lodash-compat/collection/where.js +%%WWWDIR%%/node_modules/lodash-compat/date.js +%%WWWDIR%%/node_modules/lodash-compat/date/now.js +%%WWWDIR%%/node_modules/lodash-compat/function.js +%%WWWDIR%%/node_modules/lodash-compat/function/after.js +%%WWWDIR%%/node_modules/lodash-compat/function/ary.js +%%WWWDIR%%/node_modules/lodash-compat/function/backflow.js +%%WWWDIR%%/node_modules/lodash-compat/function/before.js +%%WWWDIR%%/node_modules/lodash-compat/function/bind.js +%%WWWDIR%%/node_modules/lodash-compat/function/bindAll.js +%%WWWDIR%%/node_modules/lodash-compat/function/bindKey.js +%%WWWDIR%%/node_modules/lodash-compat/function/compose.js +%%WWWDIR%%/node_modules/lodash-compat/function/curry.js +%%WWWDIR%%/node_modules/lodash-compat/function/curryRight.js +%%WWWDIR%%/node_modules/lodash-compat/function/debounce.js +%%WWWDIR%%/node_modules/lodash-compat/function/defer.js +%%WWWDIR%%/node_modules/lodash-compat/function/delay.js +%%WWWDIR%%/node_modules/lodash-compat/function/flow.js +%%WWWDIR%%/node_modules/lodash-compat/function/flowRight.js +%%WWWDIR%%/node_modules/lodash-compat/function/memoize.js +%%WWWDIR%%/node_modules/lodash-compat/function/modArgs.js +%%WWWDIR%%/node_modules/lodash-compat/function/negate.js +%%WWWDIR%%/node_modules/lodash-compat/function/once.js +%%WWWDIR%%/node_modules/lodash-compat/function/partial.js +%%WWWDIR%%/node_modules/lodash-compat/function/partialRight.js +%%WWWDIR%%/node_modules/lodash-compat/function/rearg.js +%%WWWDIR%%/node_modules/lodash-compat/function/restParam.js +%%WWWDIR%%/node_modules/lodash-compat/function/spread.js +%%WWWDIR%%/node_modules/lodash-compat/function/throttle.js +%%WWWDIR%%/node_modules/lodash-compat/function/wrap.js +%%WWWDIR%%/node_modules/lodash-compat/index.js +%%WWWDIR%%/node_modules/lodash-compat/internal/LazyWrapper.js +%%WWWDIR%%/node_modules/lodash-compat/internal/LodashWrapper.js +%%WWWDIR%%/node_modules/lodash-compat/internal/MapCache.js +%%WWWDIR%%/node_modules/lodash-compat/internal/SetCache.js +%%WWWDIR%%/node_modules/lodash-compat/internal/arrayConcat.js +%%WWWDIR%%/node_modules/lodash-compat/internal/arrayCopy.js +%%WWWDIR%%/node_modules/lodash-compat/internal/arrayEach.js +%%WWWDIR%%/node_modules/lodash-compat/internal/arrayEachRight.js +%%WWWDIR%%/node_modules/lodash-compat/internal/arrayEvery.js +%%WWWDIR%%/node_modules/lodash-compat/internal/arrayExtremum.js +%%WWWDIR%%/node_modules/lodash-compat/internal/arrayFilter.js +%%WWWDIR%%/node_modules/lodash-compat/internal/arrayMap.js +%%WWWDIR%%/node_modules/lodash-compat/internal/arrayPush.js +%%WWWDIR%%/node_modules/lodash-compat/internal/arrayReduce.js +%%WWWDIR%%/node_modules/lodash-compat/internal/arrayReduceRight.js +%%WWWDIR%%/node_modules/lodash-compat/internal/arraySome.js +%%WWWDIR%%/node_modules/lodash-compat/internal/arraySum.js +%%WWWDIR%%/node_modules/lodash-compat/internal/assignDefaults.js +%%WWWDIR%%/node_modules/lodash-compat/internal/assignOwnDefaults.js +%%WWWDIR%%/node_modules/lodash-compat/internal/assignWith.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseAssign.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseAt.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseCallback.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseClone.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseCompareAscending.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseCopy.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseCreate.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseDelay.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseDifference.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseEach.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseEachRight.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseEvery.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseExtremum.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseFill.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseFilter.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseFind.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseFindIndex.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseFlatten.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseFor.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseForIn.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseForOwn.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseForOwnRight.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseForRight.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseFunctions.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseGet.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseIndexOf.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseIsEqual.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseIsEqualDeep.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseIsFunction.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseIsMatch.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseLodash.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseMap.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseMatches.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseMatchesProperty.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseMerge.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseMergeDeep.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseProperty.js +%%WWWDIR%%/node_modules/lodash-compat/internal/basePropertyDeep.js +%%WWWDIR%%/node_modules/lodash-compat/internal/basePullAt.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseRandom.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseReduce.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseSetData.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseSlice.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseSome.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseSortBy.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseSortByOrder.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseSum.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseToString.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseUniq.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseValues.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseWhile.js +%%WWWDIR%%/node_modules/lodash-compat/internal/baseWrapperValue.js +%%WWWDIR%%/node_modules/lodash-compat/internal/binaryIndex.js +%%WWWDIR%%/node_modules/lodash-compat/internal/binaryIndexBy.js +%%WWWDIR%%/node_modules/lodash-compat/internal/bindCallback.js +%%WWWDIR%%/node_modules/lodash-compat/internal/bufferClone.js +%%WWWDIR%%/node_modules/lodash-compat/internal/cacheIndexOf.js +%%WWWDIR%%/node_modules/lodash-compat/internal/cachePush.js +%%WWWDIR%%/node_modules/lodash-compat/internal/charsLeftIndex.js +%%WWWDIR%%/node_modules/lodash-compat/internal/charsRightIndex.js +%%WWWDIR%%/node_modules/lodash-compat/internal/compareAscending.js +%%WWWDIR%%/node_modules/lodash-compat/internal/compareMultiple.js +%%WWWDIR%%/node_modules/lodash-compat/internal/composeArgs.js +%%WWWDIR%%/node_modules/lodash-compat/internal/composeArgsRight.js +%%WWWDIR%%/node_modules/lodash-compat/internal/createAggregator.js +%%WWWDIR%%/node_modules/lodash-compat/internal/createAssigner.js +%%WWWDIR%%/node_modules/lodash-compat/internal/createBaseEach.js +%%WWWDIR%%/node_modules/lodash-compat/internal/createBaseFor.js +%%WWWDIR%%/node_modules/lodash-compat/internal/createBindWrapper.js +%%WWWDIR%%/node_modules/lodash-compat/internal/createCache.js +%%WWWDIR%%/node_modules/lodash-compat/internal/createCompounder.js +%%WWWDIR%%/node_modules/lodash-compat/internal/createCtorWrapper.js +%%WWWDIR%%/node_modules/lodash-compat/internal/createCurry.js +%%WWWDIR%%/node_modules/lodash-compat/internal/createDefaults.js +%%WWWDIR%%/node_modules/lodash-compat/internal/createExtremum.js +%%WWWDIR%%/node_modules/lodash-compat/internal/createFind.js +%%WWWDIR%%/node_modules/lodash-compat/internal/createFindIndex.js +%%WWWDIR%%/node_modules/lodash-compat/internal/createFindKey.js +%%WWWDIR%%/node_modules/lodash-compat/internal/createFlow.js +%%WWWDIR%%/node_modules/lodash-compat/internal/createForEach.js +%%WWWDIR%%/node_modules/lodash-compat/internal/createForIn.js +%%WWWDIR%%/node_modules/lodash-compat/internal/createForOwn.js +%%WWWDIR%%/node_modules/lodash-compat/internal/createHybridWrapper.js +%%WWWDIR%%/node_modules/lodash-compat/internal/createObjectMapper.js +%%WWWDIR%%/node_modules/lodash-compat/internal/createPadDir.js +%%WWWDIR%%/node_modules/lodash-compat/internal/createPadding.js +%%WWWDIR%%/node_modules/lodash-compat/internal/createPartial.js +%%WWWDIR%%/node_modules/lodash-compat/internal/createPartialWrapper.js +%%WWWDIR%%/node_modules/lodash-compat/internal/createReduce.js +%%WWWDIR%%/node_modules/lodash-compat/internal/createRound.js +%%WWWDIR%%/node_modules/lodash-compat/internal/createSortedIndex.js +%%WWWDIR%%/node_modules/lodash-compat/internal/createWrapper.js +%%WWWDIR%%/node_modules/lodash-compat/internal/deburrLetter.js +%%WWWDIR%%/node_modules/lodash-compat/internal/equalArrays.js +%%WWWDIR%%/node_modules/lodash-compat/internal/equalByTag.js +%%WWWDIR%%/node_modules/lodash-compat/internal/equalObjects.js +%%WWWDIR%%/node_modules/lodash-compat/internal/escapeHtmlChar.js +%%WWWDIR%%/node_modules/lodash-compat/internal/escapeRegExpChar.js +%%WWWDIR%%/node_modules/lodash-compat/internal/escapeStringChar.js +%%WWWDIR%%/node_modules/lodash-compat/internal/getData.js +%%WWWDIR%%/node_modules/lodash-compat/internal/getFuncName.js +%%WWWDIR%%/node_modules/lodash-compat/internal/getLength.js +%%WWWDIR%%/node_modules/lodash-compat/internal/getMatchData.js +%%WWWDIR%%/node_modules/lodash-compat/internal/getNative.js +%%WWWDIR%%/node_modules/lodash-compat/internal/getView.js +%%WWWDIR%%/node_modules/lodash-compat/internal/indexOfNaN.js +%%WWWDIR%%/node_modules/lodash-compat/internal/initCloneArray.js +%%WWWDIR%%/node_modules/lodash-compat/internal/initCloneByTag.js +%%WWWDIR%%/node_modules/lodash-compat/internal/initCloneObject.js +%%WWWDIR%%/node_modules/lodash-compat/internal/invokePath.js +%%WWWDIR%%/node_modules/lodash-compat/internal/isArrayLike.js +%%WWWDIR%%/node_modules/lodash-compat/internal/isHostObject.js +%%WWWDIR%%/node_modules/lodash-compat/internal/isIndex.js +%%WWWDIR%%/node_modules/lodash-compat/internal/isIterateeCall.js +%%WWWDIR%%/node_modules/lodash-compat/internal/isKey.js +%%WWWDIR%%/node_modules/lodash-compat/internal/isLaziable.js +%%WWWDIR%%/node_modules/lodash-compat/internal/isLength.js +%%WWWDIR%%/node_modules/lodash-compat/internal/isObjectLike.js +%%WWWDIR%%/node_modules/lodash-compat/internal/isSpace.js +%%WWWDIR%%/node_modules/lodash-compat/internal/isStrictComparable.js +%%WWWDIR%%/node_modules/lodash-compat/internal/lazyClone.js +%%WWWDIR%%/node_modules/lodash-compat/internal/lazyReverse.js +%%WWWDIR%%/node_modules/lodash-compat/internal/lazyValue.js +%%WWWDIR%%/node_modules/lodash-compat/internal/mapDelete.js +%%WWWDIR%%/node_modules/lodash-compat/internal/mapGet.js +%%WWWDIR%%/node_modules/lodash-compat/internal/mapHas.js +%%WWWDIR%%/node_modules/lodash-compat/internal/mapSet.js +%%WWWDIR%%/node_modules/lodash-compat/internal/mergeData.js +%%WWWDIR%%/node_modules/lodash-compat/internal/mergeDefaults.js +%%WWWDIR%%/node_modules/lodash-compat/internal/metaMap.js +%%WWWDIR%%/node_modules/lodash-compat/internal/pickByArray.js +%%WWWDIR%%/node_modules/lodash-compat/internal/pickByCallback.js +%%WWWDIR%%/node_modules/lodash-compat/internal/reEscape.js +%%WWWDIR%%/node_modules/lodash-compat/internal/reEvaluate.js +%%WWWDIR%%/node_modules/lodash-compat/internal/reInterpolate.js +%%WWWDIR%%/node_modules/lodash-compat/internal/realNames.js +%%WWWDIR%%/node_modules/lodash-compat/internal/reorder.js +%%WWWDIR%%/node_modules/lodash-compat/internal/replaceHolders.js +%%WWWDIR%%/node_modules/lodash-compat/internal/setData.js +%%WWWDIR%%/node_modules/lodash-compat/internal/shimKeys.js +%%WWWDIR%%/node_modules/lodash-compat/internal/sortedUniq.js +%%WWWDIR%%/node_modules/lodash-compat/internal/toIterable.js +%%WWWDIR%%/node_modules/lodash-compat/internal/toObject.js +%%WWWDIR%%/node_modules/lodash-compat/internal/toPath.js +%%WWWDIR%%/node_modules/lodash-compat/internal/trimmedLeftIndex.js +%%WWWDIR%%/node_modules/lodash-compat/internal/trimmedRightIndex.js +%%WWWDIR%%/node_modules/lodash-compat/internal/unescapeHtmlChar.js +%%WWWDIR%%/node_modules/lodash-compat/internal/wrapperClone.js +%%WWWDIR%%/node_modules/lodash-compat/lang.js +%%WWWDIR%%/node_modules/lodash-compat/lang/clone.js +%%WWWDIR%%/node_modules/lodash-compat/lang/cloneDeep.js +%%WWWDIR%%/node_modules/lodash-compat/lang/eq.js +%%WWWDIR%%/node_modules/lodash-compat/lang/gt.js +%%WWWDIR%%/node_modules/lodash-compat/lang/gte.js +%%WWWDIR%%/node_modules/lodash-compat/lang/isArguments.js +%%WWWDIR%%/node_modules/lodash-compat/lang/isArray.js +%%WWWDIR%%/node_modules/lodash-compat/lang/isBoolean.js +%%WWWDIR%%/node_modules/lodash-compat/lang/isDate.js +%%WWWDIR%%/node_modules/lodash-compat/lang/isElement.js +%%WWWDIR%%/node_modules/lodash-compat/lang/isEmpty.js +%%WWWDIR%%/node_modules/lodash-compat/lang/isEqual.js +%%WWWDIR%%/node_modules/lodash-compat/lang/isError.js +%%WWWDIR%%/node_modules/lodash-compat/lang/isFinite.js +%%WWWDIR%%/node_modules/lodash-compat/lang/isFunction.js +%%WWWDIR%%/node_modules/lodash-compat/lang/isMatch.js +%%WWWDIR%%/node_modules/lodash-compat/lang/isNaN.js +%%WWWDIR%%/node_modules/lodash-compat/lang/isNative.js +%%WWWDIR%%/node_modules/lodash-compat/lang/isNull.js +%%WWWDIR%%/node_modules/lodash-compat/lang/isNumber.js +%%WWWDIR%%/node_modules/lodash-compat/lang/isObject.js +%%WWWDIR%%/node_modules/lodash-compat/lang/isPlainObject.js +%%WWWDIR%%/node_modules/lodash-compat/lang/isRegExp.js +%%WWWDIR%%/node_modules/lodash-compat/lang/isString.js +%%WWWDIR%%/node_modules/lodash-compat/lang/isTypedArray.js +%%WWWDIR%%/node_modules/lodash-compat/lang/isUndefined.js +%%WWWDIR%%/node_modules/lodash-compat/lang/lt.js +%%WWWDIR%%/node_modules/lodash-compat/lang/lte.js +%%WWWDIR%%/node_modules/lodash-compat/lang/toArray.js +%%WWWDIR%%/node_modules/lodash-compat/lang/toPlainObject.js +%%WWWDIR%%/node_modules/lodash-compat/math.js +%%WWWDIR%%/node_modules/lodash-compat/math/add.js +%%WWWDIR%%/node_modules/lodash-compat/math/ceil.js +%%WWWDIR%%/node_modules/lodash-compat/math/floor.js +%%WWWDIR%%/node_modules/lodash-compat/math/max.js +%%WWWDIR%%/node_modules/lodash-compat/math/min.js +%%WWWDIR%%/node_modules/lodash-compat/math/round.js +%%WWWDIR%%/node_modules/lodash-compat/math/sum.js +%%WWWDIR%%/node_modules/lodash-compat/number.js +%%WWWDIR%%/node_modules/lodash-compat/number/inRange.js +%%WWWDIR%%/node_modules/lodash-compat/number/random.js +%%WWWDIR%%/node_modules/lodash-compat/object.js +%%WWWDIR%%/node_modules/lodash-compat/object/assign.js +%%WWWDIR%%/node_modules/lodash-compat/object/create.js +%%WWWDIR%%/node_modules/lodash-compat/object/defaults.js +%%WWWDIR%%/node_modules/lodash-compat/object/defaultsDeep.js +%%WWWDIR%%/node_modules/lodash-compat/object/extend.js +%%WWWDIR%%/node_modules/lodash-compat/object/findKey.js +%%WWWDIR%%/node_modules/lodash-compat/object/findLastKey.js +%%WWWDIR%%/node_modules/lodash-compat/object/forIn.js +%%WWWDIR%%/node_modules/lodash-compat/object/forInRight.js +%%WWWDIR%%/node_modules/lodash-compat/object/forOwn.js +%%WWWDIR%%/node_modules/lodash-compat/object/forOwnRight.js +%%WWWDIR%%/node_modules/lodash-compat/object/functions.js +%%WWWDIR%%/node_modules/lodash-compat/object/get.js +%%WWWDIR%%/node_modules/lodash-compat/object/has.js +%%WWWDIR%%/node_modules/lodash-compat/object/invert.js +%%WWWDIR%%/node_modules/lodash-compat/object/keys.js +%%WWWDIR%%/node_modules/lodash-compat/object/keysIn.js +%%WWWDIR%%/node_modules/lodash-compat/object/mapKeys.js +%%WWWDIR%%/node_modules/lodash-compat/object/mapValues.js +%%WWWDIR%%/node_modules/lodash-compat/object/merge.js +%%WWWDIR%%/node_modules/lodash-compat/object/methods.js +%%WWWDIR%%/node_modules/lodash-compat/object/omit.js +%%WWWDIR%%/node_modules/lodash-compat/object/pairs.js +%%WWWDIR%%/node_modules/lodash-compat/object/pick.js +%%WWWDIR%%/node_modules/lodash-compat/object/result.js +%%WWWDIR%%/node_modules/lodash-compat/object/set.js +%%WWWDIR%%/node_modules/lodash-compat/object/transform.js +%%WWWDIR%%/node_modules/lodash-compat/object/values.js +%%WWWDIR%%/node_modules/lodash-compat/object/valuesIn.js +%%WWWDIR%%/node_modules/lodash-compat/package.json +%%WWWDIR%%/node_modules/lodash-compat/string.js +%%WWWDIR%%/node_modules/lodash-compat/string/camelCase.js +%%WWWDIR%%/node_modules/lodash-compat/string/capitalize.js +%%WWWDIR%%/node_modules/lodash-compat/string/deburr.js +%%WWWDIR%%/node_modules/lodash-compat/string/endsWith.js +%%WWWDIR%%/node_modules/lodash-compat/string/escape.js +%%WWWDIR%%/node_modules/lodash-compat/string/escapeRegExp.js +%%WWWDIR%%/node_modules/lodash-compat/string/kebabCase.js +%%WWWDIR%%/node_modules/lodash-compat/string/pad.js +%%WWWDIR%%/node_modules/lodash-compat/string/padLeft.js +%%WWWDIR%%/node_modules/lodash-compat/string/padRight.js +%%WWWDIR%%/node_modules/lodash-compat/string/parseInt.js +%%WWWDIR%%/node_modules/lodash-compat/string/repeat.js +%%WWWDIR%%/node_modules/lodash-compat/string/snakeCase.js +%%WWWDIR%%/node_modules/lodash-compat/string/startCase.js +%%WWWDIR%%/node_modules/lodash-compat/string/startsWith.js +%%WWWDIR%%/node_modules/lodash-compat/string/template.js +%%WWWDIR%%/node_modules/lodash-compat/string/templateSettings.js +%%WWWDIR%%/node_modules/lodash-compat/string/trim.js +%%WWWDIR%%/node_modules/lodash-compat/string/trimLeft.js +%%WWWDIR%%/node_modules/lodash-compat/string/trimRight.js +%%WWWDIR%%/node_modules/lodash-compat/string/trunc.js +%%WWWDIR%%/node_modules/lodash-compat/string/unescape.js +%%WWWDIR%%/node_modules/lodash-compat/string/words.js +%%WWWDIR%%/node_modules/lodash-compat/support.js +%%WWWDIR%%/node_modules/lodash-compat/utility.js +%%WWWDIR%%/node_modules/lodash-compat/utility/attempt.js +%%WWWDIR%%/node_modules/lodash-compat/utility/callback.js +%%WWWDIR%%/node_modules/lodash-compat/utility/constant.js +%%WWWDIR%%/node_modules/lodash-compat/utility/identity.js +%%WWWDIR%%/node_modules/lodash-compat/utility/iteratee.js +%%WWWDIR%%/node_modules/lodash-compat/utility/matches.js +%%WWWDIR%%/node_modules/lodash-compat/utility/matchesProperty.js +%%WWWDIR%%/node_modules/lodash-compat/utility/method.js +%%WWWDIR%%/node_modules/lodash-compat/utility/methodOf.js +%%WWWDIR%%/node_modules/lodash-compat/utility/mixin.js +%%WWWDIR%%/node_modules/lodash-compat/utility/noop.js +%%WWWDIR%%/node_modules/lodash-compat/utility/property.js +%%WWWDIR%%/node_modules/lodash-compat/utility/propertyOf.js +%%WWWDIR%%/node_modules/lodash-compat/utility/range.js +%%WWWDIR%%/node_modules/lodash-compat/utility/times.js +%%WWWDIR%%/node_modules/lodash-compat/utility/uniqueId.js +%%WWWDIR%%/node_modules/lodash.indexof/LICENSE +%%WWWDIR%%/node_modules/lodash.indexof/README.md +%%WWWDIR%%/node_modules/lodash.indexof/index.js +%%WWWDIR%%/node_modules/lodash.indexof/package.json +%%WWWDIR%%/node_modules/lodash/LICENSE +%%WWWDIR%%/node_modules/lodash/README.md +%%WWWDIR%%/node_modules/lodash/array.js +%%WWWDIR%%/node_modules/lodash/array/chunk.js +%%WWWDIR%%/node_modules/lodash/array/compact.js +%%WWWDIR%%/node_modules/lodash/array/difference.js +%%WWWDIR%%/node_modules/lodash/array/drop.js +%%WWWDIR%%/node_modules/lodash/array/dropRight.js +%%WWWDIR%%/node_modules/lodash/array/dropRightWhile.js +%%WWWDIR%%/node_modules/lodash/array/dropWhile.js +%%WWWDIR%%/node_modules/lodash/array/fill.js +%%WWWDIR%%/node_modules/lodash/array/findIndex.js +%%WWWDIR%%/node_modules/lodash/array/findLastIndex.js +%%WWWDIR%%/node_modules/lodash/array/first.js +%%WWWDIR%%/node_modules/lodash/array/flatten.js +%%WWWDIR%%/node_modules/lodash/array/flattenDeep.js +%%WWWDIR%%/node_modules/lodash/array/head.js +%%WWWDIR%%/node_modules/lodash/array/indexOf.js +%%WWWDIR%%/node_modules/lodash/array/initial.js +%%WWWDIR%%/node_modules/lodash/array/intersection.js +%%WWWDIR%%/node_modules/lodash/array/last.js +%%WWWDIR%%/node_modules/lodash/array/lastIndexOf.js +%%WWWDIR%%/node_modules/lodash/array/object.js +%%WWWDIR%%/node_modules/lodash/array/pull.js +%%WWWDIR%%/node_modules/lodash/array/pullAt.js +%%WWWDIR%%/node_modules/lodash/array/remove.js +%%WWWDIR%%/node_modules/lodash/array/rest.js +%%WWWDIR%%/node_modules/lodash/array/slice.js +%%WWWDIR%%/node_modules/lodash/array/sortedIndex.js +%%WWWDIR%%/node_modules/lodash/array/sortedLastIndex.js +%%WWWDIR%%/node_modules/lodash/array/tail.js +%%WWWDIR%%/node_modules/lodash/array/take.js +%%WWWDIR%%/node_modules/lodash/array/takeRight.js +%%WWWDIR%%/node_modules/lodash/array/takeRightWhile.js +%%WWWDIR%%/node_modules/lodash/array/takeWhile.js +%%WWWDIR%%/node_modules/lodash/array/union.js +%%WWWDIR%%/node_modules/lodash/array/uniq.js +%%WWWDIR%%/node_modules/lodash/array/unique.js +%%WWWDIR%%/node_modules/lodash/array/unzip.js +%%WWWDIR%%/node_modules/lodash/array/unzipWith.js +%%WWWDIR%%/node_modules/lodash/array/without.js +%%WWWDIR%%/node_modules/lodash/array/xor.js +%%WWWDIR%%/node_modules/lodash/array/zip.js +%%WWWDIR%%/node_modules/lodash/array/zipObject.js +%%WWWDIR%%/node_modules/lodash/array/zipWith.js +%%WWWDIR%%/node_modules/lodash/chain.js +%%WWWDIR%%/node_modules/lodash/chain/chain.js +%%WWWDIR%%/node_modules/lodash/chain/commit.js +%%WWWDIR%%/node_modules/lodash/chain/concat.js +%%WWWDIR%%/node_modules/lodash/chain/lodash.js +%%WWWDIR%%/node_modules/lodash/chain/plant.js +%%WWWDIR%%/node_modules/lodash/chain/reverse.js +%%WWWDIR%%/node_modules/lodash/chain/run.js +%%WWWDIR%%/node_modules/lodash/chain/tap.js +%%WWWDIR%%/node_modules/lodash/chain/thru.js +%%WWWDIR%%/node_modules/lodash/chain/toJSON.js +%%WWWDIR%%/node_modules/lodash/chain/toString.js +%%WWWDIR%%/node_modules/lodash/chain/value.js +%%WWWDIR%%/node_modules/lodash/chain/valueOf.js +%%WWWDIR%%/node_modules/lodash/chain/wrapperChain.js +%%WWWDIR%%/node_modules/lodash/chain/wrapperCommit.js +%%WWWDIR%%/node_modules/lodash/chain/wrapperConcat.js +%%WWWDIR%%/node_modules/lodash/chain/wrapperPlant.js +%%WWWDIR%%/node_modules/lodash/chain/wrapperReverse.js +%%WWWDIR%%/node_modules/lodash/chain/wrapperToString.js +%%WWWDIR%%/node_modules/lodash/chain/wrapperValue.js +%%WWWDIR%%/node_modules/lodash/collection.js +%%WWWDIR%%/node_modules/lodash/collection/all.js +%%WWWDIR%%/node_modules/lodash/collection/any.js +%%WWWDIR%%/node_modules/lodash/collection/at.js +%%WWWDIR%%/node_modules/lodash/collection/collect.js +%%WWWDIR%%/node_modules/lodash/collection/contains.js +%%WWWDIR%%/node_modules/lodash/collection/countBy.js +%%WWWDIR%%/node_modules/lodash/collection/detect.js +%%WWWDIR%%/node_modules/lodash/collection/each.js +%%WWWDIR%%/node_modules/lodash/collection/eachRight.js +%%WWWDIR%%/node_modules/lodash/collection/every.js +%%WWWDIR%%/node_modules/lodash/collection/filter.js +%%WWWDIR%%/node_modules/lodash/collection/find.js +%%WWWDIR%%/node_modules/lodash/collection/findLast.js +%%WWWDIR%%/node_modules/lodash/collection/findWhere.js +%%WWWDIR%%/node_modules/lodash/collection/foldl.js +%%WWWDIR%%/node_modules/lodash/collection/foldr.js +%%WWWDIR%%/node_modules/lodash/collection/forEach.js +%%WWWDIR%%/node_modules/lodash/collection/forEachRight.js +%%WWWDIR%%/node_modules/lodash/collection/groupBy.js +%%WWWDIR%%/node_modules/lodash/collection/include.js +%%WWWDIR%%/node_modules/lodash/collection/includes.js +%%WWWDIR%%/node_modules/lodash/collection/indexBy.js +%%WWWDIR%%/node_modules/lodash/collection/inject.js +%%WWWDIR%%/node_modules/lodash/collection/invoke.js +%%WWWDIR%%/node_modules/lodash/collection/map.js +%%WWWDIR%%/node_modules/lodash/collection/max.js +%%WWWDIR%%/node_modules/lodash/collection/min.js +%%WWWDIR%%/node_modules/lodash/collection/partition.js +%%WWWDIR%%/node_modules/lodash/collection/pluck.js +%%WWWDIR%%/node_modules/lodash/collection/reduce.js +%%WWWDIR%%/node_modules/lodash/collection/reduceRight.js +%%WWWDIR%%/node_modules/lodash/collection/reject.js +%%WWWDIR%%/node_modules/lodash/collection/sample.js +%%WWWDIR%%/node_modules/lodash/collection/select.js +%%WWWDIR%%/node_modules/lodash/collection/shuffle.js +%%WWWDIR%%/node_modules/lodash/collection/size.js +%%WWWDIR%%/node_modules/lodash/collection/some.js +%%WWWDIR%%/node_modules/lodash/collection/sortBy.js +%%WWWDIR%%/node_modules/lodash/collection/sortByAll.js +%%WWWDIR%%/node_modules/lodash/collection/sortByOrder.js +%%WWWDIR%%/node_modules/lodash/collection/sum.js +%%WWWDIR%%/node_modules/lodash/collection/where.js +%%WWWDIR%%/node_modules/lodash/date.js +%%WWWDIR%%/node_modules/lodash/date/now.js +%%WWWDIR%%/node_modules/lodash/function.js +%%WWWDIR%%/node_modules/lodash/function/after.js +%%WWWDIR%%/node_modules/lodash/function/ary.js +%%WWWDIR%%/node_modules/lodash/function/backflow.js +%%WWWDIR%%/node_modules/lodash/function/before.js +%%WWWDIR%%/node_modules/lodash/function/bind.js +%%WWWDIR%%/node_modules/lodash/function/bindAll.js +%%WWWDIR%%/node_modules/lodash/function/bindKey.js +%%WWWDIR%%/node_modules/lodash/function/compose.js +%%WWWDIR%%/node_modules/lodash/function/curry.js +%%WWWDIR%%/node_modules/lodash/function/curryRight.js +%%WWWDIR%%/node_modules/lodash/function/debounce.js +%%WWWDIR%%/node_modules/lodash/function/defer.js +%%WWWDIR%%/node_modules/lodash/function/delay.js +%%WWWDIR%%/node_modules/lodash/function/flow.js +%%WWWDIR%%/node_modules/lodash/function/flowRight.js +%%WWWDIR%%/node_modules/lodash/function/memoize.js +%%WWWDIR%%/node_modules/lodash/function/modArgs.js +%%WWWDIR%%/node_modules/lodash/function/negate.js +%%WWWDIR%%/node_modules/lodash/function/once.js +%%WWWDIR%%/node_modules/lodash/function/partial.js +%%WWWDIR%%/node_modules/lodash/function/partialRight.js +%%WWWDIR%%/node_modules/lodash/function/rearg.js +%%WWWDIR%%/node_modules/lodash/function/restParam.js +%%WWWDIR%%/node_modules/lodash/function/spread.js +%%WWWDIR%%/node_modules/lodash/function/throttle.js +%%WWWDIR%%/node_modules/lodash/function/wrap.js +%%WWWDIR%%/node_modules/lodash/index.js +%%WWWDIR%%/node_modules/lodash/internal/LazyWrapper.js +%%WWWDIR%%/node_modules/lodash/internal/LodashWrapper.js +%%WWWDIR%%/node_modules/lodash/internal/MapCache.js +%%WWWDIR%%/node_modules/lodash/internal/SetCache.js +%%WWWDIR%%/node_modules/lodash/internal/arrayConcat.js +%%WWWDIR%%/node_modules/lodash/internal/arrayCopy.js +%%WWWDIR%%/node_modules/lodash/internal/arrayEach.js +%%WWWDIR%%/node_modules/lodash/internal/arrayEachRight.js +%%WWWDIR%%/node_modules/lodash/internal/arrayEvery.js +%%WWWDIR%%/node_modules/lodash/internal/arrayExtremum.js +%%WWWDIR%%/node_modules/lodash/internal/arrayFilter.js +%%WWWDIR%%/node_modules/lodash/internal/arrayMap.js +%%WWWDIR%%/node_modules/lodash/internal/arrayPush.js +%%WWWDIR%%/node_modules/lodash/internal/arrayReduce.js +%%WWWDIR%%/node_modules/lodash/internal/arrayReduceRight.js +%%WWWDIR%%/node_modules/lodash/internal/arraySome.js +%%WWWDIR%%/node_modules/lodash/internal/arraySum.js +%%WWWDIR%%/node_modules/lodash/internal/assignDefaults.js +%%WWWDIR%%/node_modules/lodash/internal/assignOwnDefaults.js +%%WWWDIR%%/node_modules/lodash/internal/assignWith.js +%%WWWDIR%%/node_modules/lodash/internal/baseAssign.js +%%WWWDIR%%/node_modules/lodash/internal/baseAt.js +%%WWWDIR%%/node_modules/lodash/internal/baseCallback.js +%%WWWDIR%%/node_modules/lodash/internal/baseClone.js +%%WWWDIR%%/node_modules/lodash/internal/baseCompareAscending.js +%%WWWDIR%%/node_modules/lodash/internal/baseCopy.js +%%WWWDIR%%/node_modules/lodash/internal/baseCreate.js +%%WWWDIR%%/node_modules/lodash/internal/baseDelay.js +%%WWWDIR%%/node_modules/lodash/internal/baseDifference.js +%%WWWDIR%%/node_modules/lodash/internal/baseEach.js +%%WWWDIR%%/node_modules/lodash/internal/baseEachRight.js +%%WWWDIR%%/node_modules/lodash/internal/baseEvery.js +%%WWWDIR%%/node_modules/lodash/internal/baseExtremum.js +%%WWWDIR%%/node_modules/lodash/internal/baseFill.js +%%WWWDIR%%/node_modules/lodash/internal/baseFilter.js +%%WWWDIR%%/node_modules/lodash/internal/baseFind.js +%%WWWDIR%%/node_modules/lodash/internal/baseFindIndex.js +%%WWWDIR%%/node_modules/lodash/internal/baseFlatten.js +%%WWWDIR%%/node_modules/lodash/internal/baseFor.js +%%WWWDIR%%/node_modules/lodash/internal/baseForIn.js +%%WWWDIR%%/node_modules/lodash/internal/baseForOwn.js +%%WWWDIR%%/node_modules/lodash/internal/baseForOwnRight.js +%%WWWDIR%%/node_modules/lodash/internal/baseForRight.js +%%WWWDIR%%/node_modules/lodash/internal/baseFunctions.js +%%WWWDIR%%/node_modules/lodash/internal/baseGet.js +%%WWWDIR%%/node_modules/lodash/internal/baseIndexOf.js +%%WWWDIR%%/node_modules/lodash/internal/baseIsEqual.js +%%WWWDIR%%/node_modules/lodash/internal/baseIsEqualDeep.js +%%WWWDIR%%/node_modules/lodash/internal/baseIsFunction.js +%%WWWDIR%%/node_modules/lodash/internal/baseIsMatch.js +%%WWWDIR%%/node_modules/lodash/internal/baseLodash.js +%%WWWDIR%%/node_modules/lodash/internal/baseMap.js +%%WWWDIR%%/node_modules/lodash/internal/baseMatches.js +%%WWWDIR%%/node_modules/lodash/internal/baseMatchesProperty.js +%%WWWDIR%%/node_modules/lodash/internal/baseMerge.js +%%WWWDIR%%/node_modules/lodash/internal/baseMergeDeep.js +%%WWWDIR%%/node_modules/lodash/internal/baseProperty.js +%%WWWDIR%%/node_modules/lodash/internal/basePropertyDeep.js +%%WWWDIR%%/node_modules/lodash/internal/basePullAt.js +%%WWWDIR%%/node_modules/lodash/internal/baseRandom.js +%%WWWDIR%%/node_modules/lodash/internal/baseReduce.js +%%WWWDIR%%/node_modules/lodash/internal/baseSetData.js +%%WWWDIR%%/node_modules/lodash/internal/baseSlice.js +%%WWWDIR%%/node_modules/lodash/internal/baseSome.js +%%WWWDIR%%/node_modules/lodash/internal/baseSortBy.js +%%WWWDIR%%/node_modules/lodash/internal/baseSortByOrder.js +%%WWWDIR%%/node_modules/lodash/internal/baseSum.js +%%WWWDIR%%/node_modules/lodash/internal/baseToString.js +%%WWWDIR%%/node_modules/lodash/internal/baseUniq.js +%%WWWDIR%%/node_modules/lodash/internal/baseValues.js +%%WWWDIR%%/node_modules/lodash/internal/baseWhile.js +%%WWWDIR%%/node_modules/lodash/internal/baseWrapperValue.js +%%WWWDIR%%/node_modules/lodash/internal/binaryIndex.js +%%WWWDIR%%/node_modules/lodash/internal/binaryIndexBy.js +%%WWWDIR%%/node_modules/lodash/internal/bindCallback.js +%%WWWDIR%%/node_modules/lodash/internal/bufferClone.js +%%WWWDIR%%/node_modules/lodash/internal/cacheIndexOf.js +%%WWWDIR%%/node_modules/lodash/internal/cachePush.js +%%WWWDIR%%/node_modules/lodash/internal/charsLeftIndex.js +%%WWWDIR%%/node_modules/lodash/internal/charsRightIndex.js +%%WWWDIR%%/node_modules/lodash/internal/compareAscending.js +%%WWWDIR%%/node_modules/lodash/internal/compareMultiple.js +%%WWWDIR%%/node_modules/lodash/internal/composeArgs.js +%%WWWDIR%%/node_modules/lodash/internal/composeArgsRight.js +%%WWWDIR%%/node_modules/lodash/internal/createAggregator.js +%%WWWDIR%%/node_modules/lodash/internal/createAssigner.js +%%WWWDIR%%/node_modules/lodash/internal/createBaseEach.js +%%WWWDIR%%/node_modules/lodash/internal/createBaseFor.js +%%WWWDIR%%/node_modules/lodash/internal/createBindWrapper.js +%%WWWDIR%%/node_modules/lodash/internal/createCache.js +%%WWWDIR%%/node_modules/lodash/internal/createCompounder.js +%%WWWDIR%%/node_modules/lodash/internal/createCtorWrapper.js +%%WWWDIR%%/node_modules/lodash/internal/createCurry.js +%%WWWDIR%%/node_modules/lodash/internal/createDefaults.js +%%WWWDIR%%/node_modules/lodash/internal/createExtremum.js +%%WWWDIR%%/node_modules/lodash/internal/createFind.js +%%WWWDIR%%/node_modules/lodash/internal/createFindIndex.js +%%WWWDIR%%/node_modules/lodash/internal/createFindKey.js +%%WWWDIR%%/node_modules/lodash/internal/createFlow.js +%%WWWDIR%%/node_modules/lodash/internal/createForEach.js +%%WWWDIR%%/node_modules/lodash/internal/createForIn.js +%%WWWDIR%%/node_modules/lodash/internal/createForOwn.js +%%WWWDIR%%/node_modules/lodash/internal/createHybridWrapper.js +%%WWWDIR%%/node_modules/lodash/internal/createObjectMapper.js +%%WWWDIR%%/node_modules/lodash/internal/createPadDir.js +%%WWWDIR%%/node_modules/lodash/internal/createPadding.js +%%WWWDIR%%/node_modules/lodash/internal/createPartial.js +%%WWWDIR%%/node_modules/lodash/internal/createPartialWrapper.js +%%WWWDIR%%/node_modules/lodash/internal/createReduce.js +%%WWWDIR%%/node_modules/lodash/internal/createRound.js +%%WWWDIR%%/node_modules/lodash/internal/createSortedIndex.js +%%WWWDIR%%/node_modules/lodash/internal/createWrapper.js +%%WWWDIR%%/node_modules/lodash/internal/deburrLetter.js +%%WWWDIR%%/node_modules/lodash/internal/equalArrays.js +%%WWWDIR%%/node_modules/lodash/internal/equalByTag.js +%%WWWDIR%%/node_modules/lodash/internal/equalObjects.js +%%WWWDIR%%/node_modules/lodash/internal/escapeHtmlChar.js +%%WWWDIR%%/node_modules/lodash/internal/escapeRegExpChar.js +%%WWWDIR%%/node_modules/lodash/internal/escapeStringChar.js +%%WWWDIR%%/node_modules/lodash/internal/getData.js +%%WWWDIR%%/node_modules/lodash/internal/getFuncName.js +%%WWWDIR%%/node_modules/lodash/internal/getLength.js +%%WWWDIR%%/node_modules/lodash/internal/getMatchData.js +%%WWWDIR%%/node_modules/lodash/internal/getNative.js +%%WWWDIR%%/node_modules/lodash/internal/getView.js +%%WWWDIR%%/node_modules/lodash/internal/indexOfNaN.js +%%WWWDIR%%/node_modules/lodash/internal/initCloneArray.js +%%WWWDIR%%/node_modules/lodash/internal/initCloneByTag.js +%%WWWDIR%%/node_modules/lodash/internal/initCloneObject.js +%%WWWDIR%%/node_modules/lodash/internal/invokePath.js +%%WWWDIR%%/node_modules/lodash/internal/isArrayLike.js +%%WWWDIR%%/node_modules/lodash/internal/isIndex.js +%%WWWDIR%%/node_modules/lodash/internal/isIterateeCall.js +%%WWWDIR%%/node_modules/lodash/internal/isKey.js +%%WWWDIR%%/node_modules/lodash/internal/isLaziable.js +%%WWWDIR%%/node_modules/lodash/internal/isLength.js +%%WWWDIR%%/node_modules/lodash/internal/isObjectLike.js +%%WWWDIR%%/node_modules/lodash/internal/isSpace.js +%%WWWDIR%%/node_modules/lodash/internal/isStrictComparable.js +%%WWWDIR%%/node_modules/lodash/internal/lazyClone.js +%%WWWDIR%%/node_modules/lodash/internal/lazyReverse.js +%%WWWDIR%%/node_modules/lodash/internal/lazyValue.js +%%WWWDIR%%/node_modules/lodash/internal/mapDelete.js +%%WWWDIR%%/node_modules/lodash/internal/mapGet.js +%%WWWDIR%%/node_modules/lodash/internal/mapHas.js +%%WWWDIR%%/node_modules/lodash/internal/mapSet.js +%%WWWDIR%%/node_modules/lodash/internal/mergeData.js +%%WWWDIR%%/node_modules/lodash/internal/mergeDefaults.js +%%WWWDIR%%/node_modules/lodash/internal/metaMap.js +%%WWWDIR%%/node_modules/lodash/internal/pickByArray.js +%%WWWDIR%%/node_modules/lodash/internal/pickByCallback.js +%%WWWDIR%%/node_modules/lodash/internal/reEscape.js +%%WWWDIR%%/node_modules/lodash/internal/reEvaluate.js +%%WWWDIR%%/node_modules/lodash/internal/reInterpolate.js +%%WWWDIR%%/node_modules/lodash/internal/realNames.js +%%WWWDIR%%/node_modules/lodash/internal/reorder.js +%%WWWDIR%%/node_modules/lodash/internal/replaceHolders.js +%%WWWDIR%%/node_modules/lodash/internal/setData.js +%%WWWDIR%%/node_modules/lodash/internal/shimKeys.js +%%WWWDIR%%/node_modules/lodash/internal/sortedUniq.js +%%WWWDIR%%/node_modules/lodash/internal/toIterable.js +%%WWWDIR%%/node_modules/lodash/internal/toObject.js +%%WWWDIR%%/node_modules/lodash/internal/toPath.js +%%WWWDIR%%/node_modules/lodash/internal/trimmedLeftIndex.js +%%WWWDIR%%/node_modules/lodash/internal/trimmedRightIndex.js +%%WWWDIR%%/node_modules/lodash/internal/unescapeHtmlChar.js +%%WWWDIR%%/node_modules/lodash/internal/wrapperClone.js +%%WWWDIR%%/node_modules/lodash/lang.js +%%WWWDIR%%/node_modules/lodash/lang/clone.js +%%WWWDIR%%/node_modules/lodash/lang/cloneDeep.js +%%WWWDIR%%/node_modules/lodash/lang/eq.js +%%WWWDIR%%/node_modules/lodash/lang/gt.js +%%WWWDIR%%/node_modules/lodash/lang/gte.js +%%WWWDIR%%/node_modules/lodash/lang/isArguments.js +%%WWWDIR%%/node_modules/lodash/lang/isArray.js +%%WWWDIR%%/node_modules/lodash/lang/isBoolean.js +%%WWWDIR%%/node_modules/lodash/lang/isDate.js +%%WWWDIR%%/node_modules/lodash/lang/isElement.js +%%WWWDIR%%/node_modules/lodash/lang/isEmpty.js +%%WWWDIR%%/node_modules/lodash/lang/isEqual.js +%%WWWDIR%%/node_modules/lodash/lang/isError.js +%%WWWDIR%%/node_modules/lodash/lang/isFinite.js +%%WWWDIR%%/node_modules/lodash/lang/isFunction.js +%%WWWDIR%%/node_modules/lodash/lang/isMatch.js +%%WWWDIR%%/node_modules/lodash/lang/isNaN.js +%%WWWDIR%%/node_modules/lodash/lang/isNative.js +%%WWWDIR%%/node_modules/lodash/lang/isNull.js +%%WWWDIR%%/node_modules/lodash/lang/isNumber.js +%%WWWDIR%%/node_modules/lodash/lang/isObject.js +%%WWWDIR%%/node_modules/lodash/lang/isPlainObject.js +%%WWWDIR%%/node_modules/lodash/lang/isRegExp.js +%%WWWDIR%%/node_modules/lodash/lang/isString.js +%%WWWDIR%%/node_modules/lodash/lang/isTypedArray.js +%%WWWDIR%%/node_modules/lodash/lang/isUndefined.js +%%WWWDIR%%/node_modules/lodash/lang/lt.js +%%WWWDIR%%/node_modules/lodash/lang/lte.js +%%WWWDIR%%/node_modules/lodash/lang/toArray.js +%%WWWDIR%%/node_modules/lodash/lang/toPlainObject.js +%%WWWDIR%%/node_modules/lodash/math.js +%%WWWDIR%%/node_modules/lodash/math/add.js +%%WWWDIR%%/node_modules/lodash/math/ceil.js +%%WWWDIR%%/node_modules/lodash/math/floor.js +%%WWWDIR%%/node_modules/lodash/math/max.js +%%WWWDIR%%/node_modules/lodash/math/min.js +%%WWWDIR%%/node_modules/lodash/math/round.js +%%WWWDIR%%/node_modules/lodash/math/sum.js +%%WWWDIR%%/node_modules/lodash/number.js +%%WWWDIR%%/node_modules/lodash/number/inRange.js +%%WWWDIR%%/node_modules/lodash/number/random.js +%%WWWDIR%%/node_modules/lodash/object.js +%%WWWDIR%%/node_modules/lodash/object/assign.js +%%WWWDIR%%/node_modules/lodash/object/create.js +%%WWWDIR%%/node_modules/lodash/object/defaults.js +%%WWWDIR%%/node_modules/lodash/object/defaultsDeep.js +%%WWWDIR%%/node_modules/lodash/object/extend.js +%%WWWDIR%%/node_modules/lodash/object/findKey.js +%%WWWDIR%%/node_modules/lodash/object/findLastKey.js +%%WWWDIR%%/node_modules/lodash/object/forIn.js +%%WWWDIR%%/node_modules/lodash/object/forInRight.js +%%WWWDIR%%/node_modules/lodash/object/forOwn.js +%%WWWDIR%%/node_modules/lodash/object/forOwnRight.js +%%WWWDIR%%/node_modules/lodash/object/functions.js +%%WWWDIR%%/node_modules/lodash/object/get.js +%%WWWDIR%%/node_modules/lodash/object/has.js +%%WWWDIR%%/node_modules/lodash/object/invert.js +%%WWWDIR%%/node_modules/lodash/object/keys.js +%%WWWDIR%%/node_modules/lodash/object/keysIn.js +%%WWWDIR%%/node_modules/lodash/object/mapKeys.js +%%WWWDIR%%/node_modules/lodash/object/mapValues.js +%%WWWDIR%%/node_modules/lodash/object/merge.js +%%WWWDIR%%/node_modules/lodash/object/methods.js +%%WWWDIR%%/node_modules/lodash/object/omit.js +%%WWWDIR%%/node_modules/lodash/object/pairs.js +%%WWWDIR%%/node_modules/lodash/object/pick.js +%%WWWDIR%%/node_modules/lodash/object/result.js +%%WWWDIR%%/node_modules/lodash/object/set.js +%%WWWDIR%%/node_modules/lodash/object/transform.js +%%WWWDIR%%/node_modules/lodash/object/values.js +%%WWWDIR%%/node_modules/lodash/object/valuesIn.js +%%WWWDIR%%/node_modules/lodash/package.json +%%WWWDIR%%/node_modules/lodash/string.js +%%WWWDIR%%/node_modules/lodash/string/camelCase.js +%%WWWDIR%%/node_modules/lodash/string/capitalize.js +%%WWWDIR%%/node_modules/lodash/string/deburr.js +%%WWWDIR%%/node_modules/lodash/string/endsWith.js +%%WWWDIR%%/node_modules/lodash/string/escape.js +%%WWWDIR%%/node_modules/lodash/string/escapeRegExp.js +%%WWWDIR%%/node_modules/lodash/string/kebabCase.js +%%WWWDIR%%/node_modules/lodash/string/pad.js +%%WWWDIR%%/node_modules/lodash/string/padLeft.js +%%WWWDIR%%/node_modules/lodash/string/padRight.js +%%WWWDIR%%/node_modules/lodash/string/parseInt.js +%%WWWDIR%%/node_modules/lodash/string/repeat.js +%%WWWDIR%%/node_modules/lodash/string/snakeCase.js +%%WWWDIR%%/node_modules/lodash/string/startCase.js +%%WWWDIR%%/node_modules/lodash/string/startsWith.js +%%WWWDIR%%/node_modules/lodash/string/template.js +%%WWWDIR%%/node_modules/lodash/string/templateSettings.js +%%WWWDIR%%/node_modules/lodash/string/trim.js +%%WWWDIR%%/node_modules/lodash/string/trimLeft.js +%%WWWDIR%%/node_modules/lodash/string/trimRight.js +%%WWWDIR%%/node_modules/lodash/string/trunc.js +%%WWWDIR%%/node_modules/lodash/string/unescape.js +%%WWWDIR%%/node_modules/lodash/string/words.js +%%WWWDIR%%/node_modules/lodash/support.js +%%WWWDIR%%/node_modules/lodash/utility.js +%%WWWDIR%%/node_modules/lodash/utility/attempt.js +%%WWWDIR%%/node_modules/lodash/utility/callback.js +%%WWWDIR%%/node_modules/lodash/utility/constant.js +%%WWWDIR%%/node_modules/lodash/utility/identity.js +%%WWWDIR%%/node_modules/lodash/utility/iteratee.js +%%WWWDIR%%/node_modules/lodash/utility/matches.js +%%WWWDIR%%/node_modules/lodash/utility/matchesProperty.js +%%WWWDIR%%/node_modules/lodash/utility/method.js +%%WWWDIR%%/node_modules/lodash/utility/methodOf.js +%%WWWDIR%%/node_modules/lodash/utility/mixin.js +%%WWWDIR%%/node_modules/lodash/utility/noop.js +%%WWWDIR%%/node_modules/lodash/utility/property.js +%%WWWDIR%%/node_modules/lodash/utility/propertyOf.js +%%WWWDIR%%/node_modules/lodash/utility/range.js +%%WWWDIR%%/node_modules/lodash/utility/times.js +%%WWWDIR%%/node_modules/lodash/utility/uniqueId.js +%%WWWDIR%%/node_modules/longest/LICENSE +%%WWWDIR%%/node_modules/longest/README.md +%%WWWDIR%%/node_modules/longest/index.js +%%WWWDIR%%/node_modules/longest/package.json +%%WWWDIR%%/node_modules/lru-cache/LICENSE +%%WWWDIR%%/node_modules/lru-cache/README.md +%%WWWDIR%%/node_modules/lru-cache/lib/lru-cache.js +%%WWWDIR%%/node_modules/lru-cache/package.json +%%WWWDIR%%/node_modules/marked/.npmignore +%%WWWDIR%%/node_modules/marked/.travis.yml +%%WWWDIR%%/node_modules/marked/Gulpfile.js +%%WWWDIR%%/node_modules/marked/LICENSE +%%WWWDIR%%/node_modules/marked/Makefile +%%WWWDIR%%/node_modules/marked/README.md +%%WWWDIR%%/node_modules/marked/bin/marked +%%WWWDIR%%/node_modules/marked/bower.json +%%WWWDIR%%/node_modules/marked/component.json +%%WWWDIR%%/node_modules/marked/doc/broken.md +%%WWWDIR%%/node_modules/marked/doc/todo.md +%%WWWDIR%%/node_modules/marked/index.js +%%WWWDIR%%/node_modules/marked/lib/marked.js +%%WWWDIR%%/node_modules/marked/man/marked.1 +%%WWWDIR%%/node_modules/marked/marked.min.js +%%WWWDIR%%/node_modules/marked/package.json +%%WWWDIR%%/node_modules/math-expression-evaluator/LICENSE +%%WWWDIR%%/node_modules/math-expression-evaluator/README.md +%%WWWDIR%%/node_modules/math-expression-evaluator/dist/browser/math-expression-evaluator.js +%%WWWDIR%%/node_modules/math-expression-evaluator/dist/browser/math-expression-evaluator.min.js +%%WWWDIR%%/node_modules/math-expression-evaluator/package.json +%%WWWDIR%%/node_modules/math-expression-evaluator/src/formula_evaluator.js +%%WWWDIR%%/node_modules/math-expression-evaluator/src/lexer.js +%%WWWDIR%%/node_modules/math-expression-evaluator/src/math_function.js +%%WWWDIR%%/node_modules/math-expression-evaluator/src/postfix.js +%%WWWDIR%%/node_modules/math-expression-evaluator/src/postfix_evaluator.js +%%WWWDIR%%/node_modules/memory-fs/.gitattributes +%%WWWDIR%%/node_modules/memory-fs/.npmignore +%%WWWDIR%%/node_modules/memory-fs/.travis.yml +%%WWWDIR%%/node_modules/memory-fs/README.md +%%WWWDIR%%/node_modules/memory-fs/lib/MemoryFileSystem.js +%%WWWDIR%%/node_modules/memory-fs/lib/join.js +%%WWWDIR%%/node_modules/memory-fs/lib/normalize.js +%%WWWDIR%%/node_modules/memory-fs/node_modules/isarray/.npmignore +%%WWWDIR%%/node_modules/memory-fs/node_modules/isarray/.travis.yml +%%WWWDIR%%/node_modules/memory-fs/node_modules/isarray/Makefile +%%WWWDIR%%/node_modules/memory-fs/node_modules/isarray/README.md +%%WWWDIR%%/node_modules/memory-fs/node_modules/isarray/component.json +%%WWWDIR%%/node_modules/memory-fs/node_modules/isarray/index.js +%%WWWDIR%%/node_modules/memory-fs/node_modules/isarray/package.json +%%WWWDIR%%/node_modules/memory-fs/node_modules/isarray/test.js +%%WWWDIR%%/node_modules/memory-fs/node_modules/readable-stream/.npmignore +%%WWWDIR%%/node_modules/memory-fs/node_modules/readable-stream/.travis.yml +%%WWWDIR%%/node_modules/memory-fs/node_modules/readable-stream/LICENSE +%%WWWDIR%%/node_modules/memory-fs/node_modules/readable-stream/README.md +%%WWWDIR%%/node_modules/memory-fs/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +%%WWWDIR%%/node_modules/memory-fs/node_modules/readable-stream/duplex.js +%%WWWDIR%%/node_modules/memory-fs/node_modules/readable-stream/lib/_stream_duplex.js +%%WWWDIR%%/node_modules/memory-fs/node_modules/readable-stream/lib/_stream_passthrough.js +%%WWWDIR%%/node_modules/memory-fs/node_modules/readable-stream/lib/_stream_readable.js +%%WWWDIR%%/node_modules/memory-fs/node_modules/readable-stream/lib/_stream_transform.js +%%WWWDIR%%/node_modules/memory-fs/node_modules/readable-stream/lib/_stream_writable.js +%%WWWDIR%%/node_modules/memory-fs/node_modules/readable-stream/lib/internal/streams/BufferList.js +%%WWWDIR%%/node_modules/memory-fs/node_modules/readable-stream/package.json +%%WWWDIR%%/node_modules/memory-fs/node_modules/readable-stream/passthrough.js +%%WWWDIR%%/node_modules/memory-fs/node_modules/readable-stream/readable.js +%%WWWDIR%%/node_modules/memory-fs/node_modules/readable-stream/transform.js +%%WWWDIR%%/node_modules/memory-fs/node_modules/readable-stream/writable.js +%%WWWDIR%%/node_modules/memory-fs/package.json +%%WWWDIR%%/node_modules/micromatch/LICENSE +%%WWWDIR%%/node_modules/micromatch/README.md +%%WWWDIR%%/node_modules/micromatch/index.js +%%WWWDIR%%/node_modules/micromatch/lib/chars.js +%%WWWDIR%%/node_modules/micromatch/lib/expand.js +%%WWWDIR%%/node_modules/micromatch/lib/glob.js +%%WWWDIR%%/node_modules/micromatch/lib/utils.js +%%WWWDIR%%/node_modules/micromatch/package.json +%%WWWDIR%%/node_modules/mime-db/HISTORY.md +%%WWWDIR%%/node_modules/mime-db/LICENSE +%%WWWDIR%%/node_modules/mime-db/README.md +%%WWWDIR%%/node_modules/mime-db/db.json +%%WWWDIR%%/node_modules/mime-db/index.js +%%WWWDIR%%/node_modules/mime-db/package.json +%%WWWDIR%%/node_modules/mime-types/HISTORY.md +%%WWWDIR%%/node_modules/mime-types/LICENSE +%%WWWDIR%%/node_modules/mime-types/README.md +%%WWWDIR%%/node_modules/mime-types/index.js +%%WWWDIR%%/node_modules/mime-types/package.json +%%WWWDIR%%/node_modules/mime/LICENSE +%%WWWDIR%%/node_modules/mime/README.md +%%WWWDIR%%/node_modules/mime/mime.js +%%WWWDIR%%/node_modules/mime/package.json +%%WWWDIR%%/node_modules/mime/test.js +%%WWWDIR%%/node_modules/mime/types/mime.types +%%WWWDIR%%/node_modules/mime/types/node.types +%%WWWDIR%%/node_modules/mimos/.npmignore +%%WWWDIR%%/node_modules/mimos/LICENSE +%%WWWDIR%%/node_modules/mimos/README.md +%%WWWDIR%%/node_modules/mimos/lib/index.js +%%WWWDIR%%/node_modules/mimos/node_modules/hoek/.npmignore +%%WWWDIR%%/node_modules/mimos/node_modules/hoek/LICENSE +%%WWWDIR%%/node_modules/mimos/node_modules/hoek/README.md +%%WWWDIR%%/node_modules/mimos/node_modules/hoek/lib/escape.js +%%WWWDIR%%/node_modules/mimos/node_modules/hoek/lib/index.js +%%WWWDIR%%/node_modules/mimos/node_modules/hoek/package.json +%%WWWDIR%%/node_modules/mimos/package.json +%%WWWDIR%%/node_modules/minimatch/LICENSE +%%WWWDIR%%/node_modules/minimatch/README.md +%%WWWDIR%%/node_modules/minimatch/browser.js +%%WWWDIR%%/node_modules/minimatch/minimatch.js +%%WWWDIR%%/node_modules/minimatch/package.json +%%WWWDIR%%/node_modules/minimist/.travis.yml +%%WWWDIR%%/node_modules/minimist/LICENSE +%%WWWDIR%%/node_modules/minimist/example/parse.js +%%WWWDIR%%/node_modules/minimist/index.js +%%WWWDIR%%/node_modules/minimist/package.json +%%WWWDIR%%/node_modules/minimist/readme.markdown +%%WWWDIR%%/node_modules/mkdirp/.travis.yml +%%WWWDIR%%/node_modules/mkdirp/LICENSE +%%WWWDIR%%/node_modules/mkdirp/bin/cmd.js +%%WWWDIR%%/node_modules/mkdirp/bin/usage.txt +%%WWWDIR%%/node_modules/mkdirp/examples/pow.js +%%WWWDIR%%/node_modules/mkdirp/index.js +%%WWWDIR%%/node_modules/mkdirp/node_modules/minimist/.travis.yml +%%WWWDIR%%/node_modules/mkdirp/node_modules/minimist/LICENSE +%%WWWDIR%%/node_modules/mkdirp/node_modules/minimist/example/parse.js +%%WWWDIR%%/node_modules/mkdirp/node_modules/minimist/index.js +%%WWWDIR%%/node_modules/mkdirp/node_modules/minimist/package.json +%%WWWDIR%%/node_modules/mkdirp/node_modules/minimist/readme.markdown +%%WWWDIR%%/node_modules/mkdirp/package.json +%%WWWDIR%%/node_modules/mkdirp/readme.markdown +%%WWWDIR%%/node_modules/mkpath/.npmignore +%%WWWDIR%%/node_modules/mkpath/LICENSE +%%WWWDIR%%/node_modules/mkpath/README.md +%%WWWDIR%%/node_modules/mkpath/mkpath.js +%%WWWDIR%%/node_modules/mkpath/package.json +%%WWWDIR%%/node_modules/moment-timezone/.npmignore +%%WWWDIR%%/node_modules/moment-timezone/LICENSE +%%WWWDIR%%/node_modules/moment-timezone/README.md +%%WWWDIR%%/node_modules/moment-timezone/builds/moment-timezone-with-data-2010-2020.js +%%WWWDIR%%/node_modules/moment-timezone/builds/moment-timezone-with-data-2010-2020.min.js +%%WWWDIR%%/node_modules/moment-timezone/builds/moment-timezone-with-data.js +%%WWWDIR%%/node_modules/moment-timezone/builds/moment-timezone-with-data.min.js +%%WWWDIR%%/node_modules/moment-timezone/builds/moment-timezone.min.js +%%WWWDIR%%/node_modules/moment-timezone/changelog.md +%%WWWDIR%%/node_modules/moment-timezone/composer.json +%%WWWDIR%%/node_modules/moment-timezone/data/meta/latest.json +%%WWWDIR%%/node_modules/moment-timezone/data/packed/latest.json +%%WWWDIR%%/node_modules/moment-timezone/data/unpacked/latest.json +%%WWWDIR%%/node_modules/moment-timezone/index.js +%%WWWDIR%%/node_modules/moment-timezone/moment-timezone-utils.js +%%WWWDIR%%/node_modules/moment-timezone/moment-timezone.js +%%WWWDIR%%/node_modules/moment-timezone/package.json +%%WWWDIR%%/node_modules/moment/.npmignore +%%WWWDIR%%/node_modules/moment/CHANGELOG.md +%%WWWDIR%%/node_modules/moment/LICENSE +%%WWWDIR%%/node_modules/moment/README.md +%%WWWDIR%%/node_modules/moment/ender.js +%%WWWDIR%%/node_modules/moment/locale/af.js +%%WWWDIR%%/node_modules/moment/locale/ar-ma.js +%%WWWDIR%%/node_modules/moment/locale/ar-sa.js +%%WWWDIR%%/node_modules/moment/locale/ar-tn.js +%%WWWDIR%%/node_modules/moment/locale/ar.js +%%WWWDIR%%/node_modules/moment/locale/az.js +%%WWWDIR%%/node_modules/moment/locale/be.js +%%WWWDIR%%/node_modules/moment/locale/bg.js +%%WWWDIR%%/node_modules/moment/locale/bn.js +%%WWWDIR%%/node_modules/moment/locale/bo.js +%%WWWDIR%%/node_modules/moment/locale/br.js +%%WWWDIR%%/node_modules/moment/locale/bs.js +%%WWWDIR%%/node_modules/moment/locale/ca.js +%%WWWDIR%%/node_modules/moment/locale/cs.js +%%WWWDIR%%/node_modules/moment/locale/cv.js +%%WWWDIR%%/node_modules/moment/locale/cy.js +%%WWWDIR%%/node_modules/moment/locale/da.js +%%WWWDIR%%/node_modules/moment/locale/de-at.js +%%WWWDIR%%/node_modules/moment/locale/de.js +%%WWWDIR%%/node_modules/moment/locale/dv.js +%%WWWDIR%%/node_modules/moment/locale/el.js +%%WWWDIR%%/node_modules/moment/locale/en-au.js +%%WWWDIR%%/node_modules/moment/locale/en-ca.js +%%WWWDIR%%/node_modules/moment/locale/en-gb.js +%%WWWDIR%%/node_modules/moment/locale/en-ie.js +%%WWWDIR%%/node_modules/moment/locale/en-nz.js +%%WWWDIR%%/node_modules/moment/locale/eo.js +%%WWWDIR%%/node_modules/moment/locale/es.js +%%WWWDIR%%/node_modules/moment/locale/et.js +%%WWWDIR%%/node_modules/moment/locale/eu.js +%%WWWDIR%%/node_modules/moment/locale/fa.js +%%WWWDIR%%/node_modules/moment/locale/fi.js +%%WWWDIR%%/node_modules/moment/locale/fo.js +%%WWWDIR%%/node_modules/moment/locale/fr-ca.js +%%WWWDIR%%/node_modules/moment/locale/fr-ch.js +%%WWWDIR%%/node_modules/moment/locale/fr.js +%%WWWDIR%%/node_modules/moment/locale/fy.js +%%WWWDIR%%/node_modules/moment/locale/gd.js +%%WWWDIR%%/node_modules/moment/locale/gl.js +%%WWWDIR%%/node_modules/moment/locale/he.js +%%WWWDIR%%/node_modules/moment/locale/hi.js +%%WWWDIR%%/node_modules/moment/locale/hr.js +%%WWWDIR%%/node_modules/moment/locale/hu.js +%%WWWDIR%%/node_modules/moment/locale/hy-am.js +%%WWWDIR%%/node_modules/moment/locale/id.js +%%WWWDIR%%/node_modules/moment/locale/is.js +%%WWWDIR%%/node_modules/moment/locale/it.js +%%WWWDIR%%/node_modules/moment/locale/ja.js +%%WWWDIR%%/node_modules/moment/locale/jv.js +%%WWWDIR%%/node_modules/moment/locale/ka.js +%%WWWDIR%%/node_modules/moment/locale/kk.js +%%WWWDIR%%/node_modules/moment/locale/km.js +%%WWWDIR%%/node_modules/moment/locale/ko.js +%%WWWDIR%%/node_modules/moment/locale/ky.js +%%WWWDIR%%/node_modules/moment/locale/lb.js +%%WWWDIR%%/node_modules/moment/locale/lo.js +%%WWWDIR%%/node_modules/moment/locale/lt.js +%%WWWDIR%%/node_modules/moment/locale/lv.js +%%WWWDIR%%/node_modules/moment/locale/me.js +%%WWWDIR%%/node_modules/moment/locale/mk.js +%%WWWDIR%%/node_modules/moment/locale/ml.js +%%WWWDIR%%/node_modules/moment/locale/mr.js +%%WWWDIR%%/node_modules/moment/locale/ms-my.js +%%WWWDIR%%/node_modules/moment/locale/ms.js +%%WWWDIR%%/node_modules/moment/locale/my.js +%%WWWDIR%%/node_modules/moment/locale/nb.js +%%WWWDIR%%/node_modules/moment/locale/ne.js +%%WWWDIR%%/node_modules/moment/locale/nl.js +%%WWWDIR%%/node_modules/moment/locale/nn.js +%%WWWDIR%%/node_modules/moment/locale/pa-in.js +%%WWWDIR%%/node_modules/moment/locale/pl.js +%%WWWDIR%%/node_modules/moment/locale/pt-br.js +%%WWWDIR%%/node_modules/moment/locale/pt.js +%%WWWDIR%%/node_modules/moment/locale/ro.js +%%WWWDIR%%/node_modules/moment/locale/ru.js +%%WWWDIR%%/node_modules/moment/locale/se.js +%%WWWDIR%%/node_modules/moment/locale/si.js +%%WWWDIR%%/node_modules/moment/locale/sk.js +%%WWWDIR%%/node_modules/moment/locale/sl.js +%%WWWDIR%%/node_modules/moment/locale/sq.js +%%WWWDIR%%/node_modules/moment/locale/sr-cyrl.js +%%WWWDIR%%/node_modules/moment/locale/sr.js +%%WWWDIR%%/node_modules/moment/locale/ss.js +%%WWWDIR%%/node_modules/moment/locale/sv.js +%%WWWDIR%%/node_modules/moment/locale/sw.js +%%WWWDIR%%/node_modules/moment/locale/ta.js +%%WWWDIR%%/node_modules/moment/locale/te.js +%%WWWDIR%%/node_modules/moment/locale/th.js +%%WWWDIR%%/node_modules/moment/locale/tl-ph.js +%%WWWDIR%%/node_modules/moment/locale/tlh.js +%%WWWDIR%%/node_modules/moment/locale/tr.js +%%WWWDIR%%/node_modules/moment/locale/tzl.js +%%WWWDIR%%/node_modules/moment/locale/tzm-latn.js +%%WWWDIR%%/node_modules/moment/locale/tzm.js +%%WWWDIR%%/node_modules/moment/locale/uk.js +%%WWWDIR%%/node_modules/moment/locale/uz.js +%%WWWDIR%%/node_modules/moment/locale/vi.js +%%WWWDIR%%/node_modules/moment/locale/x-pseudo.js +%%WWWDIR%%/node_modules/moment/locale/zh-cn.js +%%WWWDIR%%/node_modules/moment/locale/zh-tw.js +%%WWWDIR%%/node_modules/moment/min/locales.js +%%WWWDIR%%/node_modules/moment/min/locales.min.js +%%WWWDIR%%/node_modules/moment/min/moment-with-locales.js +%%WWWDIR%%/node_modules/moment/min/moment-with-locales.min.js +%%WWWDIR%%/node_modules/moment/min/moment.min.js +%%WWWDIR%%/node_modules/moment/moment.d.ts +%%WWWDIR%%/node_modules/moment/moment.js +%%WWWDIR%%/node_modules/moment/package.js +%%WWWDIR%%/node_modules/moment/package.json +%%WWWDIR%%/node_modules/moment/src/lib/create/check-overflow.js +%%WWWDIR%%/node_modules/moment/src/lib/create/date-from-array.js +%%WWWDIR%%/node_modules/moment/src/lib/create/from-anything.js +%%WWWDIR%%/node_modules/moment/src/lib/create/from-array.js +%%WWWDIR%%/node_modules/moment/src/lib/create/from-object.js +%%WWWDIR%%/node_modules/moment/src/lib/create/from-string-and-array.js +%%WWWDIR%%/node_modules/moment/src/lib/create/from-string-and-format.js +%%WWWDIR%%/node_modules/moment/src/lib/create/from-string.js +%%WWWDIR%%/node_modules/moment/src/lib/create/local.js +%%WWWDIR%%/node_modules/moment/src/lib/create/parsing-flags.js +%%WWWDIR%%/node_modules/moment/src/lib/create/utc.js +%%WWWDIR%%/node_modules/moment/src/lib/create/valid.js +%%WWWDIR%%/node_modules/moment/src/lib/duration/abs.js +%%WWWDIR%%/node_modules/moment/src/lib/duration/add-subtract.js +%%WWWDIR%%/node_modules/moment/src/lib/duration/as.js +%%WWWDIR%%/node_modules/moment/src/lib/duration/bubble.js +%%WWWDIR%%/node_modules/moment/src/lib/duration/constructor.js +%%WWWDIR%%/node_modules/moment/src/lib/duration/create.js +%%WWWDIR%%/node_modules/moment/src/lib/duration/duration.js +%%WWWDIR%%/node_modules/moment/src/lib/duration/get.js +%%WWWDIR%%/node_modules/moment/src/lib/duration/humanize.js +%%WWWDIR%%/node_modules/moment/src/lib/duration/iso-string.js +%%WWWDIR%%/node_modules/moment/src/lib/duration/prototype.js +%%WWWDIR%%/node_modules/moment/src/lib/format/format.js +%%WWWDIR%%/node_modules/moment/src/lib/locale/calendar.js +%%WWWDIR%%/node_modules/moment/src/lib/locale/constructor.js +%%WWWDIR%%/node_modules/moment/src/lib/locale/en.js +%%WWWDIR%%/node_modules/moment/src/lib/locale/formats.js +%%WWWDIR%%/node_modules/moment/src/lib/locale/invalid.js +%%WWWDIR%%/node_modules/moment/src/lib/locale/lists.js +%%WWWDIR%%/node_modules/moment/src/lib/locale/locale.js +%%WWWDIR%%/node_modules/moment/src/lib/locale/locales.js +%%WWWDIR%%/node_modules/moment/src/lib/locale/ordinal.js +%%WWWDIR%%/node_modules/moment/src/lib/locale/pre-post-format.js +%%WWWDIR%%/node_modules/moment/src/lib/locale/prototype.js +%%WWWDIR%%/node_modules/moment/src/lib/locale/relative.js +%%WWWDIR%%/node_modules/moment/src/lib/locale/set.js +%%WWWDIR%%/node_modules/moment/src/lib/moment/add-subtract.js +%%WWWDIR%%/node_modules/moment/src/lib/moment/calendar.js +%%WWWDIR%%/node_modules/moment/src/lib/moment/clone.js +%%WWWDIR%%/node_modules/moment/src/lib/moment/compare.js +%%WWWDIR%%/node_modules/moment/src/lib/moment/constructor.js +%%WWWDIR%%/node_modules/moment/src/lib/moment/creation-data.js +%%WWWDIR%%/node_modules/moment/src/lib/moment/diff.js +%%WWWDIR%%/node_modules/moment/src/lib/moment/format.js +%%WWWDIR%%/node_modules/moment/src/lib/moment/from.js +%%WWWDIR%%/node_modules/moment/src/lib/moment/get-set.js +%%WWWDIR%%/node_modules/moment/src/lib/moment/locale.js +%%WWWDIR%%/node_modules/moment/src/lib/moment/min-max.js +%%WWWDIR%%/node_modules/moment/src/lib/moment/moment.js +%%WWWDIR%%/node_modules/moment/src/lib/moment/now.js +%%WWWDIR%%/node_modules/moment/src/lib/moment/prototype.js +%%WWWDIR%%/node_modules/moment/src/lib/moment/start-end-of.js +%%WWWDIR%%/node_modules/moment/src/lib/moment/to-type.js +%%WWWDIR%%/node_modules/moment/src/lib/moment/to.js +%%WWWDIR%%/node_modules/moment/src/lib/moment/valid.js +%%WWWDIR%%/node_modules/moment/src/lib/parse/regex.js +%%WWWDIR%%/node_modules/moment/src/lib/parse/token.js +%%WWWDIR%%/node_modules/moment/src/lib/units/aliases.js +%%WWWDIR%%/node_modules/moment/src/lib/units/constants.js +%%WWWDIR%%/node_modules/moment/src/lib/units/day-of-month.js +%%WWWDIR%%/node_modules/moment/src/lib/units/day-of-week.js +%%WWWDIR%%/node_modules/moment/src/lib/units/day-of-year.js +%%WWWDIR%%/node_modules/moment/src/lib/units/hour.js +%%WWWDIR%%/node_modules/moment/src/lib/units/millisecond.js +%%WWWDIR%%/node_modules/moment/src/lib/units/minute.js +%%WWWDIR%%/node_modules/moment/src/lib/units/month.js +%%WWWDIR%%/node_modules/moment/src/lib/units/offset.js +%%WWWDIR%%/node_modules/moment/src/lib/units/quarter.js +%%WWWDIR%%/node_modules/moment/src/lib/units/second.js +%%WWWDIR%%/node_modules/moment/src/lib/units/timestamp.js +%%WWWDIR%%/node_modules/moment/src/lib/units/timezone.js +%%WWWDIR%%/node_modules/moment/src/lib/units/units.js +%%WWWDIR%%/node_modules/moment/src/lib/units/week-calendar-utils.js +%%WWWDIR%%/node_modules/moment/src/lib/units/week-year.js +%%WWWDIR%%/node_modules/moment/src/lib/units/week.js +%%WWWDIR%%/node_modules/moment/src/lib/units/year.js +%%WWWDIR%%/node_modules/moment/src/lib/utils/abs-ceil.js +%%WWWDIR%%/node_modules/moment/src/lib/utils/abs-floor.js +%%WWWDIR%%/node_modules/moment/src/lib/utils/abs-round.js +%%WWWDIR%%/node_modules/moment/src/lib/utils/compare-arrays.js +%%WWWDIR%%/node_modules/moment/src/lib/utils/defaults.js +%%WWWDIR%%/node_modules/moment/src/lib/utils/deprecate.js +%%WWWDIR%%/node_modules/moment/src/lib/utils/extend.js +%%WWWDIR%%/node_modules/moment/src/lib/utils/has-own-prop.js +%%WWWDIR%%/node_modules/moment/src/lib/utils/hooks.js +%%WWWDIR%%/node_modules/moment/src/lib/utils/index-of.js +%%WWWDIR%%/node_modules/moment/src/lib/utils/is-array.js +%%WWWDIR%%/node_modules/moment/src/lib/utils/is-date.js +%%WWWDIR%%/node_modules/moment/src/lib/utils/is-function.js +%%WWWDIR%%/node_modules/moment/src/lib/utils/is-object.js +%%WWWDIR%%/node_modules/moment/src/lib/utils/is-undefined.js +%%WWWDIR%%/node_modules/moment/src/lib/utils/keys.js +%%WWWDIR%%/node_modules/moment/src/lib/utils/map.js +%%WWWDIR%%/node_modules/moment/src/lib/utils/some.js +%%WWWDIR%%/node_modules/moment/src/lib/utils/to-int.js +%%WWWDIR%%/node_modules/moment/src/lib/utils/zero-fill.js +%%WWWDIR%%/node_modules/moment/src/locale/af.js +%%WWWDIR%%/node_modules/moment/src/locale/ar-ma.js +%%WWWDIR%%/node_modules/moment/src/locale/ar-sa.js +%%WWWDIR%%/node_modules/moment/src/locale/ar-tn.js +%%WWWDIR%%/node_modules/moment/src/locale/ar.js +%%WWWDIR%%/node_modules/moment/src/locale/az.js +%%WWWDIR%%/node_modules/moment/src/locale/be.js +%%WWWDIR%%/node_modules/moment/src/locale/bg.js +%%WWWDIR%%/node_modules/moment/src/locale/bn.js +%%WWWDIR%%/node_modules/moment/src/locale/bo.js +%%WWWDIR%%/node_modules/moment/src/locale/br.js +%%WWWDIR%%/node_modules/moment/src/locale/bs.js +%%WWWDIR%%/node_modules/moment/src/locale/ca.js +%%WWWDIR%%/node_modules/moment/src/locale/cs.js +%%WWWDIR%%/node_modules/moment/src/locale/cv.js +%%WWWDIR%%/node_modules/moment/src/locale/cy.js +%%WWWDIR%%/node_modules/moment/src/locale/da.js +%%WWWDIR%%/node_modules/moment/src/locale/de-at.js +%%WWWDIR%%/node_modules/moment/src/locale/de.js +%%WWWDIR%%/node_modules/moment/src/locale/dv.js +%%WWWDIR%%/node_modules/moment/src/locale/el.js +%%WWWDIR%%/node_modules/moment/src/locale/en-au.js +%%WWWDIR%%/node_modules/moment/src/locale/en-ca.js +%%WWWDIR%%/node_modules/moment/src/locale/en-gb.js +%%WWWDIR%%/node_modules/moment/src/locale/en-ie.js +%%WWWDIR%%/node_modules/moment/src/locale/en-nz.js +%%WWWDIR%%/node_modules/moment/src/locale/eo.js +%%WWWDIR%%/node_modules/moment/src/locale/es.js +%%WWWDIR%%/node_modules/moment/src/locale/et.js +%%WWWDIR%%/node_modules/moment/src/locale/eu.js +%%WWWDIR%%/node_modules/moment/src/locale/fa.js +%%WWWDIR%%/node_modules/moment/src/locale/fi.js +%%WWWDIR%%/node_modules/moment/src/locale/fo.js +%%WWWDIR%%/node_modules/moment/src/locale/fr-ca.js +%%WWWDIR%%/node_modules/moment/src/locale/fr-ch.js +%%WWWDIR%%/node_modules/moment/src/locale/fr.js +%%WWWDIR%%/node_modules/moment/src/locale/fy.js +%%WWWDIR%%/node_modules/moment/src/locale/gd.js +%%WWWDIR%%/node_modules/moment/src/locale/gl.js +%%WWWDIR%%/node_modules/moment/src/locale/he.js +%%WWWDIR%%/node_modules/moment/src/locale/hi.js +%%WWWDIR%%/node_modules/moment/src/locale/hr.js +%%WWWDIR%%/node_modules/moment/src/locale/hu.js +%%WWWDIR%%/node_modules/moment/src/locale/hy-am.js +%%WWWDIR%%/node_modules/moment/src/locale/id.js +%%WWWDIR%%/node_modules/moment/src/locale/is.js +%%WWWDIR%%/node_modules/moment/src/locale/it.js +%%WWWDIR%%/node_modules/moment/src/locale/ja.js +%%WWWDIR%%/node_modules/moment/src/locale/jv.js +%%WWWDIR%%/node_modules/moment/src/locale/ka.js +%%WWWDIR%%/node_modules/moment/src/locale/kk.js +%%WWWDIR%%/node_modules/moment/src/locale/km.js +%%WWWDIR%%/node_modules/moment/src/locale/ko.js +%%WWWDIR%%/node_modules/moment/src/locale/ky.js +%%WWWDIR%%/node_modules/moment/src/locale/lb.js +%%WWWDIR%%/node_modules/moment/src/locale/lo.js +%%WWWDIR%%/node_modules/moment/src/locale/lt.js +%%WWWDIR%%/node_modules/moment/src/locale/lv.js +%%WWWDIR%%/node_modules/moment/src/locale/me.js +%%WWWDIR%%/node_modules/moment/src/locale/mk.js +%%WWWDIR%%/node_modules/moment/src/locale/ml.js +%%WWWDIR%%/node_modules/moment/src/locale/mr.js +%%WWWDIR%%/node_modules/moment/src/locale/ms-my.js +%%WWWDIR%%/node_modules/moment/src/locale/ms.js +%%WWWDIR%%/node_modules/moment/src/locale/my.js +%%WWWDIR%%/node_modules/moment/src/locale/nb.js +%%WWWDIR%%/node_modules/moment/src/locale/ne.js +%%WWWDIR%%/node_modules/moment/src/locale/nl.js +%%WWWDIR%%/node_modules/moment/src/locale/nn.js +%%WWWDIR%%/node_modules/moment/src/locale/pa-in.js +%%WWWDIR%%/node_modules/moment/src/locale/pl.js +%%WWWDIR%%/node_modules/moment/src/locale/pt-br.js +%%WWWDIR%%/node_modules/moment/src/locale/pt.js +%%WWWDIR%%/node_modules/moment/src/locale/ro.js +%%WWWDIR%%/node_modules/moment/src/locale/ru.js +%%WWWDIR%%/node_modules/moment/src/locale/se.js +%%WWWDIR%%/node_modules/moment/src/locale/si.js +%%WWWDIR%%/node_modules/moment/src/locale/sk.js +%%WWWDIR%%/node_modules/moment/src/locale/sl.js +%%WWWDIR%%/node_modules/moment/src/locale/sq.js +%%WWWDIR%%/node_modules/moment/src/locale/sr-cyrl.js +%%WWWDIR%%/node_modules/moment/src/locale/sr.js +%%WWWDIR%%/node_modules/moment/src/locale/ss.js +%%WWWDIR%%/node_modules/moment/src/locale/sv.js +%%WWWDIR%%/node_modules/moment/src/locale/sw.js +%%WWWDIR%%/node_modules/moment/src/locale/ta.js +%%WWWDIR%%/node_modules/moment/src/locale/te.js +%%WWWDIR%%/node_modules/moment/src/locale/th.js +%%WWWDIR%%/node_modules/moment/src/locale/tl-ph.js +%%WWWDIR%%/node_modules/moment/src/locale/tlh.js +%%WWWDIR%%/node_modules/moment/src/locale/tr.js +%%WWWDIR%%/node_modules/moment/src/locale/tzl.js +%%WWWDIR%%/node_modules/moment/src/locale/tzm-latn.js +%%WWWDIR%%/node_modules/moment/src/locale/tzm.js +%%WWWDIR%%/node_modules/moment/src/locale/uk.js +%%WWWDIR%%/node_modules/moment/src/locale/uz.js +%%WWWDIR%%/node_modules/moment/src/locale/vi.js +%%WWWDIR%%/node_modules/moment/src/locale/x-pseudo.js +%%WWWDIR%%/node_modules/moment/src/locale/zh-cn.js +%%WWWDIR%%/node_modules/moment/src/locale/zh-tw.js +%%WWWDIR%%/node_modules/moment/src/moment.js +%%WWWDIR%%/node_modules/ms/LICENSE.md +%%WWWDIR%%/node_modules/ms/README.md +%%WWWDIR%%/node_modules/ms/index.js +%%WWWDIR%%/node_modules/ms/package.json +%%WWWDIR%%/node_modules/ncp/.npmignore +%%WWWDIR%%/node_modules/ncp/.travis.yml +%%WWWDIR%%/node_modules/ncp/LICENSE.md +%%WWWDIR%%/node_modules/ncp/README.md +%%WWWDIR%%/node_modules/ncp/bin/ncp +%%WWWDIR%%/node_modules/ncp/lib/ncp.js +%%WWWDIR%%/node_modules/ncp/package.json +%%WWWDIR%%/node_modules/nigel/.npmignore +%%WWWDIR%%/node_modules/nigel/LICENSE +%%WWWDIR%%/node_modules/nigel/README.md +%%WWWDIR%%/node_modules/nigel/lib/index.js +%%WWWDIR%%/node_modules/nigel/node_modules/hoek/.npmignore +%%WWWDIR%%/node_modules/nigel/node_modules/hoek/LICENSE +%%WWWDIR%%/node_modules/nigel/node_modules/hoek/README.md +%%WWWDIR%%/node_modules/nigel/node_modules/hoek/lib/escape.js +%%WWWDIR%%/node_modules/nigel/node_modules/hoek/lib/index.js +%%WWWDIR%%/node_modules/nigel/node_modules/hoek/package.json +%%WWWDIR%%/node_modules/nigel/package.json +%%WWWDIR%%/node_modules/node-balanced/.travis.yml +%%WWWDIR%%/node_modules/node-balanced/Gruntfile.js +%%WWWDIR%%/node_modules/node-balanced/README.md +%%WWWDIR%%/node_modules/node-balanced/dist/balanced-min.js +%%WWWDIR%%/node_modules/node-balanced/dist/balanced.js +%%WWWDIR%%/node_modules/node-balanced/dist/balanced.js.map +%%WWWDIR%%/node_modules/node-balanced/index.js +%%WWWDIR%%/node_modules/node-balanced/package.json +%%WWWDIR%%/node_modules/node-libs-browser/README.md +%%WWWDIR%%/node_modules/node-libs-browser/index.js +%%WWWDIR%%/node_modules/node-libs-browser/mock/buffer.js +%%WWWDIR%%/node_modules/node-libs-browser/mock/console.js +%%WWWDIR%%/node_modules/node-libs-browser/mock/dns.js +%%WWWDIR%%/node_modules/node-libs-browser/mock/empty.js +%%WWWDIR%%/node_modules/node-libs-browser/mock/net.js +%%WWWDIR%%/node_modules/node-libs-browser/mock/process.js +%%WWWDIR%%/node_modules/node-libs-browser/mock/punycode.js +%%WWWDIR%%/node_modules/node-libs-browser/mock/tls.js +%%WWWDIR%%/node_modules/node-libs-browser/mock/tty.js +%%WWWDIR%%/node_modules/node-libs-browser/package.json +%%WWWDIR%%/node_modules/node-uuid/.npmignore +%%WWWDIR%%/node_modules/node-uuid/LICENSE.md +%%WWWDIR%%/node_modules/node-uuid/README.md +%%WWWDIR%%/node_modules/node-uuid/benchmark/README.md +%%WWWDIR%%/node_modules/node-uuid/benchmark/bench.gnu +%%WWWDIR%%/node_modules/node-uuid/benchmark/bench.sh +%%WWWDIR%%/node_modules/node-uuid/benchmark/benchmark-native.c +%%WWWDIR%%/node_modules/node-uuid/benchmark/benchmark.js +%%WWWDIR%%/node_modules/node-uuid/bin/uuid +%%WWWDIR%%/node_modules/node-uuid/bower.json +%%WWWDIR%%/node_modules/node-uuid/component.json +%%WWWDIR%%/node_modules/node-uuid/package.json +%%WWWDIR%%/node_modules/node-uuid/uuid.js +%%WWWDIR%%/node_modules/nopt/.npmignore +%%WWWDIR%%/node_modules/nopt/.travis.yml +%%WWWDIR%%/node_modules/nopt/LICENSE +%%WWWDIR%%/node_modules/nopt/README.md +%%WWWDIR%%/node_modules/nopt/bin/nopt.js +%%WWWDIR%%/node_modules/nopt/examples/my-program.js +%%WWWDIR%%/node_modules/nopt/lib/nopt.js +%%WWWDIR%%/node_modules/nopt/package.json +%%WWWDIR%%/node_modules/normalize-path/LICENSE +%%WWWDIR%%/node_modules/normalize-path/README.md +%%WWWDIR%%/node_modules/normalize-path/index.js +%%WWWDIR%%/node_modules/normalize-path/package.json +%%WWWDIR%%/node_modules/normalize-range/index.js +%%WWWDIR%%/node_modules/normalize-range/license +%%WWWDIR%%/node_modules/normalize-range/package.json +%%WWWDIR%%/node_modules/normalize-range/readme.md +%%WWWDIR%%/node_modules/normalize-selector/.npmignore +%%WWWDIR%%/node_modules/normalize-selector/README.md +%%WWWDIR%%/node_modules/normalize-selector/lib/normalize-selector.js +%%WWWDIR%%/node_modules/normalize-selector/package.json +%%WWWDIR%%/node_modules/normalize-selector/tests.js +%%WWWDIR%%/node_modules/normalize-url/index.js +%%WWWDIR%%/node_modules/normalize-url/license +%%WWWDIR%%/node_modules/normalize-url/package.json +%%WWWDIR%%/node_modules/normalize-url/readme.md +%%WWWDIR%%/node_modules/num2fraction/.editorconfig +%%WWWDIR%%/node_modules/num2fraction/.npmignore +%%WWWDIR%%/node_modules/num2fraction/LICENSE +%%WWWDIR%%/node_modules/num2fraction/README.md +%%WWWDIR%%/node_modules/num2fraction/index.js +%%WWWDIR%%/node_modules/num2fraction/package.json +%%WWWDIR%%/node_modules/number-is-nan/index.js +%%WWWDIR%%/node_modules/number-is-nan/license +%%WWWDIR%%/node_modules/number-is-nan/package.json +%%WWWDIR%%/node_modules/number-is-nan/readme.md +%%WWWDIR%%/node_modules/oauth-sign/LICENSE +%%WWWDIR%%/node_modules/oauth-sign/README.md +%%WWWDIR%%/node_modules/oauth-sign/index.js +%%WWWDIR%%/node_modules/oauth-sign/package.json +%%WWWDIR%%/node_modules/object-assign/index.js +%%WWWDIR%%/node_modules/object-assign/license +%%WWWDIR%%/node_modules/object-assign/package.json +%%WWWDIR%%/node_modules/object-assign/readme.md +%%WWWDIR%%/node_modules/object.omit/LICENSE +%%WWWDIR%%/node_modules/object.omit/README.md +%%WWWDIR%%/node_modules/object.omit/index.js +%%WWWDIR%%/node_modules/object.omit/package.json +%%WWWDIR%%/node_modules/once/LICENSE +%%WWWDIR%%/node_modules/once/README.md +%%WWWDIR%%/node_modules/once/once.js +%%WWWDIR%%/node_modules/once/package.json +%%WWWDIR%%/node_modules/optimist/.travis.yml +%%WWWDIR%%/node_modules/optimist/LICENSE +%%WWWDIR%%/node_modules/optimist/example/bool.js +%%WWWDIR%%/node_modules/optimist/example/boolean_double.js +%%WWWDIR%%/node_modules/optimist/example/boolean_single.js +%%WWWDIR%%/node_modules/optimist/example/default_hash.js +%%WWWDIR%%/node_modules/optimist/example/default_singles.js +%%WWWDIR%%/node_modules/optimist/example/divide.js +%%WWWDIR%%/node_modules/optimist/example/line_count.js +%%WWWDIR%%/node_modules/optimist/example/line_count_options.js +%%WWWDIR%%/node_modules/optimist/example/line_count_wrap.js +%%WWWDIR%%/node_modules/optimist/example/nonopt.js +%%WWWDIR%%/node_modules/optimist/example/reflect.js +%%WWWDIR%%/node_modules/optimist/example/short.js +%%WWWDIR%%/node_modules/optimist/example/string.js +%%WWWDIR%%/node_modules/optimist/example/usage-options.js +%%WWWDIR%%/node_modules/optimist/example/xup.js +%%WWWDIR%%/node_modules/optimist/index.js +%%WWWDIR%%/node_modules/optimist/package.json +%%WWWDIR%%/node_modules/optimist/readme.markdown +%%WWWDIR%%/node_modules/os-browserify/.npmignore +%%WWWDIR%%/node_modules/os-browserify/LICENSE +%%WWWDIR%%/node_modules/os-browserify/README.md +%%WWWDIR%%/node_modules/os-browserify/browser.js +%%WWWDIR%%/node_modules/os-browserify/main.js +%%WWWDIR%%/node_modules/os-browserify/package.json +%%WWWDIR%%/node_modules/os-locale/index.js +%%WWWDIR%%/node_modules/os-locale/license +%%WWWDIR%%/node_modules/os-locale/package.json +%%WWWDIR%%/node_modules/os-locale/readme.md +%%WWWDIR%%/node_modules/os-tmpdir/index.js +%%WWWDIR%%/node_modules/os-tmpdir/license +%%WWWDIR%%/node_modules/os-tmpdir/package.json +%%WWWDIR%%/node_modules/os-tmpdir/readme.md +%%WWWDIR%%/node_modules/output-file-sync/LICENSE +%%WWWDIR%%/node_modules/output-file-sync/index.js +%%WWWDIR%%/node_modules/output-file-sync/package.json +%%WWWDIR%%/node_modules/pako/CHANGELOG.md +%%WWWDIR%%/node_modules/pako/LICENSE +%%WWWDIR%%/node_modules/pako/README.md +%%WWWDIR%%/node_modules/pako/dist/pako.js +%%WWWDIR%%/node_modules/pako/dist/pako.min.js +%%WWWDIR%%/node_modules/pako/dist/pako_deflate.js +%%WWWDIR%%/node_modules/pako/dist/pako_deflate.min.js +%%WWWDIR%%/node_modules/pako/dist/pako_inflate.js +%%WWWDIR%%/node_modules/pako/dist/pako_inflate.min.js +%%WWWDIR%%/node_modules/pako/index.js +%%WWWDIR%%/node_modules/pako/lib/deflate.js +%%WWWDIR%%/node_modules/pako/lib/inflate.js +%%WWWDIR%%/node_modules/pako/lib/utils/common.js +%%WWWDIR%%/node_modules/pako/lib/utils/strings.js +%%WWWDIR%%/node_modules/pako/lib/zlib/adler32.js +%%WWWDIR%%/node_modules/pako/lib/zlib/constants.js +%%WWWDIR%%/node_modules/pako/lib/zlib/crc32.js +%%WWWDIR%%/node_modules/pako/lib/zlib/deflate.js +%%WWWDIR%%/node_modules/pako/lib/zlib/gzheader.js +%%WWWDIR%%/node_modules/pako/lib/zlib/inffast.js +%%WWWDIR%%/node_modules/pako/lib/zlib/inflate.js +%%WWWDIR%%/node_modules/pako/lib/zlib/inftrees.js +%%WWWDIR%%/node_modules/pako/lib/zlib/messages.js +%%WWWDIR%%/node_modules/pako/lib/zlib/trees.js +%%WWWDIR%%/node_modules/pako/lib/zlib/zstream.js +%%WWWDIR%%/node_modules/pako/package.json +%%WWWDIR%%/node_modules/parse-glob/LICENSE +%%WWWDIR%%/node_modules/parse-glob/README.md +%%WWWDIR%%/node_modules/parse-glob/index.js +%%WWWDIR%%/node_modules/parse-glob/package.json +%%WWWDIR%%/node_modules/path-browserify/LICENSE +%%WWWDIR%%/node_modules/path-browserify/index.js +%%WWWDIR%%/node_modules/path-browserify/package.json +%%WWWDIR%%/node_modules/path-browserify/readme.markdown +%%WWWDIR%%/node_modules/path-exists/index.js +%%WWWDIR%%/node_modules/path-exists/license +%%WWWDIR%%/node_modules/path-exists/package.json +%%WWWDIR%%/node_modules/path-exists/readme.md +%%WWWDIR%%/node_modules/path-is-absolute/index.js +%%WWWDIR%%/node_modules/path-is-absolute/license +%%WWWDIR%%/node_modules/path-is-absolute/package.json +%%WWWDIR%%/node_modules/path-is-absolute/readme.md +%%WWWDIR%%/node_modules/pbkdf2-compat/.npmignore +%%WWWDIR%%/node_modules/pbkdf2-compat/.travis.yml +%%WWWDIR%%/node_modules/pbkdf2-compat/LICENSE +%%WWWDIR%%/node_modules/pbkdf2-compat/README.md +%%WWWDIR%%/node_modules/pbkdf2-compat/index.js +%%WWWDIR%%/node_modules/pbkdf2-compat/package.json +%%WWWDIR%%/node_modules/pbkdf2-compat/pbkdf2.js +%%WWWDIR%%/node_modules/peekaboo/.npmignore +%%WWWDIR%%/node_modules/peekaboo/LICENSE +%%WWWDIR%%/node_modules/peekaboo/README.md +%%WWWDIR%%/node_modules/peekaboo/lib/index.js +%%WWWDIR%%/node_modules/peekaboo/package.json +%%WWWDIR%%/node_modules/pez/.npmignore +%%WWWDIR%%/node_modules/pez/LICENSE +%%WWWDIR%%/node_modules/pez/README.md +%%WWWDIR%%/node_modules/pez/lib/index.js +%%WWWDIR%%/node_modules/pez/node_modules/boom/LICENSE +%%WWWDIR%%/node_modules/pez/node_modules/boom/README.md +%%WWWDIR%%/node_modules/pez/node_modules/boom/lib/index.js +%%WWWDIR%%/node_modules/pez/node_modules/boom/package.json +%%WWWDIR%%/node_modules/pez/node_modules/hoek/.npmignore +%%WWWDIR%%/node_modules/pez/node_modules/hoek/LICENSE +%%WWWDIR%%/node_modules/pez/node_modules/hoek/README.md +%%WWWDIR%%/node_modules/pez/node_modules/hoek/lib/escape.js +%%WWWDIR%%/node_modules/pez/node_modules/hoek/lib/index.js +%%WWWDIR%%/node_modules/pez/node_modules/hoek/package.json +%%WWWDIR%%/node_modules/pez/package.json +%%WWWDIR%%/node_modules/postcss-calc/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-calc/LICENSE +%%WWWDIR%%/node_modules/postcss-calc/README.md +%%WWWDIR%%/node_modules/postcss-calc/index.js +%%WWWDIR%%/node_modules/postcss-calc/node_modules/postcss/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-calc/node_modules/postcss/LICENSE +%%WWWDIR%%/node_modules/postcss-calc/node_modules/postcss/README.md +%%WWWDIR%%/node_modules/postcss-calc/node_modules/postcss/lib/at-rule.js +%%WWWDIR%%/node_modules/postcss-calc/node_modules/postcss/lib/comment.js +%%WWWDIR%%/node_modules/postcss-calc/node_modules/postcss/lib/container.js +%%WWWDIR%%/node_modules/postcss-calc/node_modules/postcss/lib/css-syntax-error.js +%%WWWDIR%%/node_modules/postcss-calc/node_modules/postcss/lib/declaration.js +%%WWWDIR%%/node_modules/postcss-calc/node_modules/postcss/lib/input.js +%%WWWDIR%%/node_modules/postcss-calc/node_modules/postcss/lib/lazy-result.js +%%WWWDIR%%/node_modules/postcss-calc/node_modules/postcss/lib/list.js +%%WWWDIR%%/node_modules/postcss-calc/node_modules/postcss/lib/map-generator.js +%%WWWDIR%%/node_modules/postcss-calc/node_modules/postcss/lib/node.js +%%WWWDIR%%/node_modules/postcss-calc/node_modules/postcss/lib/parse.js +%%WWWDIR%%/node_modules/postcss-calc/node_modules/postcss/lib/parser.js +%%WWWDIR%%/node_modules/postcss-calc/node_modules/postcss/lib/postcss.js +%%WWWDIR%%/node_modules/postcss-calc/node_modules/postcss/lib/previous-map.js +%%WWWDIR%%/node_modules/postcss-calc/node_modules/postcss/lib/processor.js +%%WWWDIR%%/node_modules/postcss-calc/node_modules/postcss/lib/result.js +%%WWWDIR%%/node_modules/postcss-calc/node_modules/postcss/lib/root.js +%%WWWDIR%%/node_modules/postcss-calc/node_modules/postcss/lib/rule.js +%%WWWDIR%%/node_modules/postcss-calc/node_modules/postcss/lib/tokenize.js +%%WWWDIR%%/node_modules/postcss-calc/node_modules/postcss/lib/vendor.js +%%WWWDIR%%/node_modules/postcss-calc/node_modules/postcss/lib/warn-once.js +%%WWWDIR%%/node_modules/postcss-calc/node_modules/postcss/lib/warning.js +%%WWWDIR%%/node_modules/postcss-calc/node_modules/postcss/package.json +%%WWWDIR%%/node_modules/postcss-calc/node_modules/source-map/README.md +%%WWWDIR%%/node_modules/postcss-calc/node_modules/source-map/build/assert-shim.js +%%WWWDIR%%/node_modules/postcss-calc/node_modules/source-map/build/mini-require.js +%%WWWDIR%%/node_modules/postcss-calc/node_modules/source-map/build/prefix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-calc/node_modules/source-map/build/prefix-utils.jsm +%%WWWDIR%%/node_modules/postcss-calc/node_modules/source-map/build/suffix-browser.js +%%WWWDIR%%/node_modules/postcss-calc/node_modules/source-map/build/suffix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-calc/node_modules/source-map/build/suffix-utils.jsm +%%WWWDIR%%/node_modules/postcss-calc/node_modules/source-map/build/test-prefix.js +%%WWWDIR%%/node_modules/postcss-calc/node_modules/source-map/build/test-suffix.js +%%WWWDIR%%/node_modules/postcss-calc/node_modules/source-map/lib/source-map.js +%%WWWDIR%%/node_modules/postcss-calc/node_modules/source-map/lib/source-map/array-set.js +%%WWWDIR%%/node_modules/postcss-calc/node_modules/source-map/lib/source-map/base64-vlq.js +%%WWWDIR%%/node_modules/postcss-calc/node_modules/source-map/lib/source-map/base64.js +%%WWWDIR%%/node_modules/postcss-calc/node_modules/source-map/lib/source-map/binary-search.js +%%WWWDIR%%/node_modules/postcss-calc/node_modules/source-map/lib/source-map/mapping-list.js +%%WWWDIR%%/node_modules/postcss-calc/node_modules/source-map/lib/source-map/quick-sort.js +%%WWWDIR%%/node_modules/postcss-calc/node_modules/source-map/lib/source-map/source-map-consumer.js +%%WWWDIR%%/node_modules/postcss-calc/node_modules/source-map/lib/source-map/source-map-generator.js +%%WWWDIR%%/node_modules/postcss-calc/node_modules/source-map/lib/source-map/source-node.js +%%WWWDIR%%/node_modules/postcss-calc/node_modules/source-map/lib/source-map/util.js +%%WWWDIR%%/node_modules/postcss-calc/node_modules/source-map/package.json +%%WWWDIR%%/node_modules/postcss-calc/package.json +%%WWWDIR%%/node_modules/postcss-colormin/.npmignore +%%WWWDIR%%/node_modules/postcss-colormin/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-colormin/LICENSE-MIT +%%WWWDIR%%/node_modules/postcss-colormin/README.md +%%WWWDIR%%/node_modules/postcss-colormin/index.js +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/postcss/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/postcss/LICENSE +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/postcss/README.md +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/postcss/lib/at-rule.js +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/postcss/lib/comment.js +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/postcss/lib/container.js +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/postcss/lib/css-syntax-error.js +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/postcss/lib/declaration.js +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/postcss/lib/input.js +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/postcss/lib/lazy-result.js +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/postcss/lib/list.js +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/postcss/lib/map-generator.js +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/postcss/lib/node.js +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/postcss/lib/parse.js +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/postcss/lib/parser.js +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/postcss/lib/postcss.js +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/postcss/lib/previous-map.js +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/postcss/lib/processor.js +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/postcss/lib/result.js +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/postcss/lib/root.js +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/postcss/lib/rule.js +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/postcss/lib/tokenize.js +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/postcss/lib/vendor.js +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/postcss/lib/warn-once.js +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/postcss/lib/warning.js +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/postcss/package.json +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/source-map/README.md +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/source-map/build/assert-shim.js +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/source-map/build/mini-require.js +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/source-map/build/prefix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/source-map/build/prefix-utils.jsm +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/source-map/build/suffix-browser.js +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/source-map/build/suffix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/source-map/build/suffix-utils.jsm +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/source-map/build/test-prefix.js +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/source-map/build/test-suffix.js +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/source-map/lib/source-map.js +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/source-map/lib/source-map/array-set.js +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/source-map/lib/source-map/base64-vlq.js +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/source-map/lib/source-map/base64.js +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/source-map/lib/source-map/binary-search.js +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/source-map/lib/source-map/mapping-list.js +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/source-map/lib/source-map/quick-sort.js +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/source-map/lib/source-map/source-map-consumer.js +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/source-map/lib/source-map/source-map-generator.js +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/source-map/lib/source-map/source-node.js +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/source-map/lib/source-map/util.js +%%WWWDIR%%/node_modules/postcss-colormin/node_modules/source-map/package.json +%%WWWDIR%%/node_modules/postcss-colormin/package.json +%%WWWDIR%%/node_modules/postcss-convert-values/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-convert-values/LICENSE-MIT +%%WWWDIR%%/node_modules/postcss-convert-values/README.md +%%WWWDIR%%/node_modules/postcss-convert-values/dist/index.js +%%WWWDIR%%/node_modules/postcss-convert-values/dist/lib/convert.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/postcss-value-parser/LICENSE +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/postcss-value-parser/README.md +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/postcss-value-parser/lib/parser.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/postcss-value-parser/lib/stringify.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/postcss-value-parser/lib/tokenize.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/postcss-value-parser/lib/trim.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/postcss-value-parser/lib/unit.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/postcss-value-parser/package.json +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/postcss/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/postcss/LICENSE +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/postcss/README.md +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/postcss/lib/at-rule.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/postcss/lib/comment.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/postcss/lib/container.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/postcss/lib/css-syntax-error.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/postcss/lib/declaration.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/postcss/lib/input.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/postcss/lib/lazy-result.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/postcss/lib/list.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/postcss/lib/map-generator.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/postcss/lib/node.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/postcss/lib/parse.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/postcss/lib/parser.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/postcss/lib/postcss.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/postcss/lib/previous-map.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/postcss/lib/processor.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/postcss/lib/result.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/postcss/lib/root.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/postcss/lib/rule.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/postcss/lib/tokenize.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/postcss/lib/vendor.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/postcss/lib/warn-once.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/postcss/lib/warning.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/postcss/package.json +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/source-map/README.md +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/source-map/build/assert-shim.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/source-map/build/mini-require.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/source-map/build/prefix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/source-map/build/prefix-utils.jsm +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/source-map/build/suffix-browser.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/source-map/build/suffix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/source-map/build/suffix-utils.jsm +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/source-map/build/test-prefix.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/source-map/build/test-suffix.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/source-map/lib/source-map.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/source-map/lib/source-map/array-set.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/source-map/lib/source-map/base64-vlq.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/source-map/lib/source-map/base64.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/source-map/lib/source-map/binary-search.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/source-map/lib/source-map/mapping-list.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/source-map/lib/source-map/quick-sort.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/source-map/lib/source-map/source-map-consumer.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/source-map/lib/source-map/source-map-generator.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/source-map/lib/source-map/source-node.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/source-map/lib/source-map/util.js +%%WWWDIR%%/node_modules/postcss-convert-values/node_modules/source-map/package.json +%%WWWDIR%%/node_modules/postcss-convert-values/package.json +%%WWWDIR%%/node_modules/postcss-discard-comments/.npmignore +%%WWWDIR%%/node_modules/postcss-discard-comments/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-discard-comments/LICENSE-MIT +%%WWWDIR%%/node_modules/postcss-discard-comments/README.md +%%WWWDIR%%/node_modules/postcss-discard-comments/index.js +%%WWWDIR%%/node_modules/postcss-discard-comments/lib/commentRemover.js +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/postcss/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/postcss/LICENSE +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/postcss/README.md +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/postcss/lib/at-rule.js +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/postcss/lib/comment.js +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/postcss/lib/container.js +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/postcss/lib/css-syntax-error.js +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/postcss/lib/declaration.js +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/postcss/lib/input.js +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/postcss/lib/lazy-result.js +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/postcss/lib/list.js +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/postcss/lib/map-generator.js +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/postcss/lib/node.js +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/postcss/lib/parse.js +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/postcss/lib/parser.js +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/postcss/lib/postcss.js +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/postcss/lib/previous-map.js +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/postcss/lib/processor.js +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/postcss/lib/result.js +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/postcss/lib/root.js +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/postcss/lib/rule.js +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/postcss/lib/tokenize.js +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/postcss/lib/vendor.js +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/postcss/lib/warn-once.js +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/postcss/lib/warning.js +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/postcss/package.json +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/source-map/README.md +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/source-map/build/assert-shim.js +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/source-map/build/mini-require.js +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/source-map/build/prefix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/source-map/build/prefix-utils.jsm +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/source-map/build/suffix-browser.js +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/source-map/build/suffix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/source-map/build/suffix-utils.jsm +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/source-map/build/test-prefix.js +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/source-map/build/test-suffix.js +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/source-map/lib/source-map.js +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/source-map/lib/source-map/array-set.js +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/source-map/lib/source-map/base64-vlq.js +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/source-map/lib/source-map/base64.js +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/source-map/lib/source-map/binary-search.js +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/source-map/lib/source-map/mapping-list.js +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/source-map/lib/source-map/quick-sort.js +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/source-map/lib/source-map/source-map-consumer.js +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/source-map/lib/source-map/source-map-generator.js +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/source-map/lib/source-map/source-node.js +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/source-map/lib/source-map/util.js +%%WWWDIR%%/node_modules/postcss-discard-comments/node_modules/source-map/package.json +%%WWWDIR%%/node_modules/postcss-discard-comments/package.json +%%WWWDIR%%/node_modules/postcss-discard-duplicates/.npmignore +%%WWWDIR%%/node_modules/postcss-discard-duplicates/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-discard-duplicates/LICENSE-MIT +%%WWWDIR%%/node_modules/postcss-discard-duplicates/README.md +%%WWWDIR%%/node_modules/postcss-discard-duplicates/index.js +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/postcss/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/postcss/LICENSE +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/postcss/README.md +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/postcss/lib/at-rule.js +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/postcss/lib/comment.js +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/postcss/lib/container.js +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/postcss/lib/css-syntax-error.js +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/postcss/lib/declaration.js +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/postcss/lib/input.js +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/postcss/lib/lazy-result.js +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/postcss/lib/list.js +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/postcss/lib/map-generator.js +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/postcss/lib/node.js +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/postcss/lib/parse.js +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/postcss/lib/parser.js +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/postcss/lib/postcss.js +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/postcss/lib/previous-map.js +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/postcss/lib/processor.js +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/postcss/lib/result.js +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/postcss/lib/root.js +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/postcss/lib/rule.js +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/postcss/lib/tokenize.js +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/postcss/lib/vendor.js +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/postcss/lib/warn-once.js +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/postcss/lib/warning.js +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/postcss/package.json +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/source-map/README.md +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/source-map/build/assert-shim.js +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/source-map/build/mini-require.js +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/source-map/build/prefix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/source-map/build/prefix-utils.jsm +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/source-map/build/suffix-browser.js +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/source-map/build/suffix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/source-map/build/suffix-utils.jsm +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/source-map/build/test-prefix.js +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/source-map/build/test-suffix.js +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/source-map/lib/source-map.js +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/source-map/lib/source-map/array-set.js +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/source-map/lib/source-map/base64-vlq.js +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/source-map/lib/source-map/base64.js +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/source-map/lib/source-map/binary-search.js +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/source-map/lib/source-map/mapping-list.js +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/source-map/lib/source-map/quick-sort.js +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/source-map/lib/source-map/source-map-consumer.js +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/source-map/lib/source-map/source-map-generator.js +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/source-map/lib/source-map/source-node.js +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/source-map/lib/source-map/util.js +%%WWWDIR%%/node_modules/postcss-discard-duplicates/node_modules/source-map/package.json +%%WWWDIR%%/node_modules/postcss-discard-duplicates/package.json +%%WWWDIR%%/node_modules/postcss-discard-empty/.npmignore +%%WWWDIR%%/node_modules/postcss-discard-empty/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-discard-empty/LICENSE-MIT +%%WWWDIR%%/node_modules/postcss-discard-empty/README.md +%%WWWDIR%%/node_modules/postcss-discard-empty/index.js +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/postcss/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/postcss/LICENSE +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/postcss/README.md +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/postcss/lib/at-rule.js +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/postcss/lib/comment.js +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/postcss/lib/container.js +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/postcss/lib/css-syntax-error.js +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/postcss/lib/declaration.js +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/postcss/lib/input.js +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/postcss/lib/lazy-result.js +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/postcss/lib/list.js +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/postcss/lib/map-generator.js +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/postcss/lib/node.js +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/postcss/lib/parse.js +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/postcss/lib/parser.js +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/postcss/lib/postcss.js +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/postcss/lib/previous-map.js +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/postcss/lib/processor.js +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/postcss/lib/result.js +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/postcss/lib/root.js +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/postcss/lib/rule.js +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/postcss/lib/tokenize.js +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/postcss/lib/vendor.js +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/postcss/lib/warn-once.js +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/postcss/lib/warning.js +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/postcss/package.json +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/source-map/README.md +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/source-map/build/assert-shim.js +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/source-map/build/mini-require.js +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/source-map/build/prefix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/source-map/build/prefix-utils.jsm +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/source-map/build/suffix-browser.js +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/source-map/build/suffix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/source-map/build/suffix-utils.jsm +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/source-map/build/test-prefix.js +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/source-map/build/test-suffix.js +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/source-map/lib/source-map.js +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/source-map/lib/source-map/array-set.js +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/source-map/lib/source-map/base64-vlq.js +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/source-map/lib/source-map/base64.js +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/source-map/lib/source-map/binary-search.js +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/source-map/lib/source-map/mapping-list.js +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/source-map/lib/source-map/quick-sort.js +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/source-map/lib/source-map/source-map-consumer.js +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/source-map/lib/source-map/source-map-generator.js +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/source-map/lib/source-map/source-node.js +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/source-map/lib/source-map/util.js +%%WWWDIR%%/node_modules/postcss-discard-empty/node_modules/source-map/package.json +%%WWWDIR%%/node_modules/postcss-discard-empty/package.json +%%WWWDIR%%/node_modules/postcss-discard-unused/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-discard-unused/LICENSE-MIT +%%WWWDIR%%/node_modules/postcss-discard-unused/README.md +%%WWWDIR%%/node_modules/postcss-discard-unused/dist/index.js +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/postcss/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/postcss/LICENSE +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/postcss/README.md +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/postcss/lib/at-rule.js +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/postcss/lib/comment.js +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/postcss/lib/container.js +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/postcss/lib/css-syntax-error.js +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/postcss/lib/declaration.js +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/postcss/lib/input.js +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/postcss/lib/lazy-result.js +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/postcss/lib/list.js +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/postcss/lib/map-generator.js +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/postcss/lib/node.js +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/postcss/lib/parse.js +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/postcss/lib/parser.js +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/postcss/lib/postcss.js +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/postcss/lib/previous-map.js +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/postcss/lib/processor.js +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/postcss/lib/result.js +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/postcss/lib/root.js +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/postcss/lib/rule.js +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/postcss/lib/tokenize.js +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/postcss/lib/vendor.js +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/postcss/lib/warn-once.js +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/postcss/lib/warning.js +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/postcss/package.json +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/source-map/README.md +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/source-map/build/assert-shim.js +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/source-map/build/mini-require.js +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/source-map/build/prefix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/source-map/build/prefix-utils.jsm +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/source-map/build/suffix-browser.js +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/source-map/build/suffix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/source-map/build/suffix-utils.jsm +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/source-map/build/test-prefix.js +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/source-map/build/test-suffix.js +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/source-map/lib/source-map.js +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/source-map/lib/source-map/array-set.js +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/source-map/lib/source-map/base64-vlq.js +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/source-map/lib/source-map/base64.js +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/source-map/lib/source-map/binary-search.js +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/source-map/lib/source-map/mapping-list.js +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/source-map/lib/source-map/quick-sort.js +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/source-map/lib/source-map/source-map-consumer.js +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/source-map/lib/source-map/source-map-generator.js +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/source-map/lib/source-map/source-node.js +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/source-map/lib/source-map/util.js +%%WWWDIR%%/node_modules/postcss-discard-unused/node_modules/source-map/package.json +%%WWWDIR%%/node_modules/postcss-discard-unused/package.json +%%WWWDIR%%/node_modules/postcss-filter-plugins/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-filter-plugins/LICENSE-MIT +%%WWWDIR%%/node_modules/postcss-filter-plugins/README.md +%%WWWDIR%%/node_modules/postcss-filter-plugins/dist/index.js +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/postcss/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/postcss/LICENSE +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/postcss/README.md +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/postcss/lib/at-rule.js +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/postcss/lib/comment.js +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/postcss/lib/container.js +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/postcss/lib/css-syntax-error.js +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/postcss/lib/declaration.js +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/postcss/lib/input.js +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/postcss/lib/lazy-result.js +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/postcss/lib/list.js +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/postcss/lib/map-generator.js +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/postcss/lib/node.js +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/postcss/lib/parse.js +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/postcss/lib/parser.js +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/postcss/lib/postcss.js +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/postcss/lib/previous-map.js +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/postcss/lib/processor.js +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/postcss/lib/result.js +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/postcss/lib/root.js +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/postcss/lib/rule.js +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/postcss/lib/tokenize.js +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/postcss/lib/vendor.js +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/postcss/lib/warn-once.js +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/postcss/lib/warning.js +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/postcss/package.json +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/source-map/README.md +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/source-map/build/assert-shim.js +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/source-map/build/mini-require.js +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/source-map/build/prefix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/source-map/build/prefix-utils.jsm +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/source-map/build/suffix-browser.js +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/source-map/build/suffix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/source-map/build/suffix-utils.jsm +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/source-map/build/test-prefix.js +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/source-map/build/test-suffix.js +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/source-map/lib/source-map.js +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/source-map/lib/source-map/array-set.js +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/source-map/lib/source-map/base64-vlq.js +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/source-map/lib/source-map/base64.js +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/source-map/lib/source-map/binary-search.js +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/source-map/lib/source-map/mapping-list.js +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/source-map/lib/source-map/quick-sort.js +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/source-map/lib/source-map/source-map-consumer.js +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/source-map/lib/source-map/source-map-generator.js +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/source-map/lib/source-map/source-node.js +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/source-map/lib/source-map/util.js +%%WWWDIR%%/node_modules/postcss-filter-plugins/node_modules/source-map/package.json +%%WWWDIR%%/node_modules/postcss-filter-plugins/package.json +%%WWWDIR%%/node_modules/postcss-font-family/.jshintrc +%%WWWDIR%%/node_modules/postcss-font-family/.npmignore +%%WWWDIR%%/node_modules/postcss-font-family/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-font-family/LICENSE-MIT +%%WWWDIR%%/node_modules/postcss-font-family/README.md +%%WWWDIR%%/node_modules/postcss-font-family/index.js +%%WWWDIR%%/node_modules/postcss-font-family/lib/identifiers.js +%%WWWDIR%%/node_modules/postcss-font-family/lib/intersection.js +%%WWWDIR%%/node_modules/postcss-font-family/lib/shorter.js +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/object-assign/index.js +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/object-assign/license +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/object-assign/package.json +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/object-assign/readme.md +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/postcss/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/postcss/LICENSE +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/postcss/README.md +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/postcss/lib/at-rule.js +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/postcss/lib/comment.js +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/postcss/lib/container.js +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/postcss/lib/css-syntax-error.js +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/postcss/lib/declaration.js +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/postcss/lib/input.js +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/postcss/lib/lazy-result.js +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/postcss/lib/list.js +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/postcss/lib/map-generator.js +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/postcss/lib/node.js +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/postcss/lib/parse.js +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/postcss/lib/parser.js +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/postcss/lib/postcss.js +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/postcss/lib/previous-map.js +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/postcss/lib/processor.js +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/postcss/lib/result.js +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/postcss/lib/root.js +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/postcss/lib/rule.js +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/postcss/lib/tokenize.js +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/postcss/lib/vendor.js +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/postcss/lib/warn-once.js +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/postcss/lib/warning.js +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/postcss/package.json +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/source-map/README.md +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/source-map/build/assert-shim.js +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/source-map/build/mini-require.js +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/source-map/build/prefix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/source-map/build/prefix-utils.jsm +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/source-map/build/suffix-browser.js +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/source-map/build/suffix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/source-map/build/suffix-utils.jsm +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/source-map/build/test-prefix.js +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/source-map/build/test-suffix.js +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/source-map/lib/source-map.js +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/source-map/lib/source-map/array-set.js +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/source-map/lib/source-map/base64-vlq.js +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/source-map/lib/source-map/base64.js +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/source-map/lib/source-map/binary-search.js +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/source-map/lib/source-map/mapping-list.js +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/source-map/lib/source-map/quick-sort.js +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/source-map/lib/source-map/source-map-consumer.js +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/source-map/lib/source-map/source-map-generator.js +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/source-map/lib/source-map/source-node.js +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/source-map/lib/source-map/util.js +%%WWWDIR%%/node_modules/postcss-font-family/node_modules/source-map/package.json +%%WWWDIR%%/node_modules/postcss-font-family/package.json +%%WWWDIR%%/node_modules/postcss-merge-idents/.npmignore +%%WWWDIR%%/node_modules/postcss-merge-idents/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-merge-idents/LICENSE-MIT +%%WWWDIR%%/node_modules/postcss-merge-idents/README.md +%%WWWDIR%%/node_modules/postcss-merge-idents/index.js +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/postcss/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/postcss/LICENSE +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/postcss/README.md +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/postcss/lib/at-rule.js +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/postcss/lib/comment.js +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/postcss/lib/container.js +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/postcss/lib/css-syntax-error.js +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/postcss/lib/declaration.js +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/postcss/lib/input.js +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/postcss/lib/lazy-result.js +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/postcss/lib/list.js +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/postcss/lib/map-generator.js +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/postcss/lib/node.js +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/postcss/lib/parse.js +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/postcss/lib/parser.js +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/postcss/lib/postcss.js +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/postcss/lib/previous-map.js +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/postcss/lib/processor.js +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/postcss/lib/result.js +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/postcss/lib/root.js +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/postcss/lib/rule.js +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/postcss/lib/tokenize.js +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/postcss/lib/vendor.js +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/postcss/lib/warn-once.js +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/postcss/lib/warning.js +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/postcss/package.json +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/source-map/README.md +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/source-map/build/assert-shim.js +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/source-map/build/mini-require.js +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/source-map/build/prefix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/source-map/build/prefix-utils.jsm +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/source-map/build/suffix-browser.js +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/source-map/build/suffix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/source-map/build/suffix-utils.jsm +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/source-map/build/test-prefix.js +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/source-map/build/test-suffix.js +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/source-map/lib/source-map.js +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/source-map/lib/source-map/array-set.js +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/source-map/lib/source-map/base64-vlq.js +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/source-map/lib/source-map/base64.js +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/source-map/lib/source-map/binary-search.js +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/source-map/lib/source-map/mapping-list.js +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/source-map/lib/source-map/quick-sort.js +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/source-map/lib/source-map/source-map-consumer.js +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/source-map/lib/source-map/source-map-generator.js +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/source-map/lib/source-map/source-node.js +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/source-map/lib/source-map/util.js +%%WWWDIR%%/node_modules/postcss-merge-idents/node_modules/source-map/package.json +%%WWWDIR%%/node_modules/postcss-merge-idents/package.json +%%WWWDIR%%/node_modules/postcss-merge-longhand/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-merge-longhand/LICENSE-MIT +%%WWWDIR%%/node_modules/postcss-merge-longhand/README.md +%%WWWDIR%%/node_modules/postcss-merge-longhand/dist/index.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/dist/lib/canMerge.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/dist/lib/getLastNode.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/dist/lib/hasAllProps.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/dist/lib/identical.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/dist/lib/mergeValues.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/dist/lib/minifyTrbl.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/dist/lib/numValues.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/postcss/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/postcss/LICENSE +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/postcss/README.md +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/postcss/lib/at-rule.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/postcss/lib/comment.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/postcss/lib/container.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/postcss/lib/css-syntax-error.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/postcss/lib/declaration.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/postcss/lib/input.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/postcss/lib/lazy-result.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/postcss/lib/list.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/postcss/lib/map-generator.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/postcss/lib/node.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/postcss/lib/parse.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/postcss/lib/parser.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/postcss/lib/postcss.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/postcss/lib/previous-map.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/postcss/lib/processor.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/postcss/lib/result.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/postcss/lib/root.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/postcss/lib/rule.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/postcss/lib/tokenize.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/postcss/lib/vendor.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/postcss/lib/warn-once.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/postcss/lib/warning.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/postcss/package.json +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/source-map/README.md +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/source-map/build/assert-shim.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/source-map/build/mini-require.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/source-map/build/prefix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/source-map/build/prefix-utils.jsm +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/source-map/build/suffix-browser.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/source-map/build/suffix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/source-map/build/suffix-utils.jsm +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/source-map/build/test-prefix.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/source-map/build/test-suffix.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/source-map/lib/source-map.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/source-map/lib/source-map/array-set.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/source-map/lib/source-map/base64-vlq.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/source-map/lib/source-map/base64.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/source-map/lib/source-map/binary-search.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/source-map/lib/source-map/mapping-list.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/source-map/lib/source-map/quick-sort.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/source-map/lib/source-map/source-map-consumer.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/source-map/lib/source-map/source-map-generator.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/source-map/lib/source-map/source-node.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/source-map/lib/source-map/util.js +%%WWWDIR%%/node_modules/postcss-merge-longhand/node_modules/source-map/package.json +%%WWWDIR%%/node_modules/postcss-merge-longhand/package.json +%%WWWDIR%%/node_modules/postcss-merge-rules/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-merge-rules/LICENSE-MIT +%%WWWDIR%%/node_modules/postcss-merge-rules/README.md +%%WWWDIR%%/node_modules/postcss-merge-rules/dist/index.js +%%WWWDIR%%/node_modules/postcss-merge-rules/dist/lib/clone.js +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/postcss/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/postcss/LICENSE +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/postcss/README.md +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/postcss/lib/at-rule.js +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/postcss/lib/comment.js +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/postcss/lib/container.js +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/postcss/lib/css-syntax-error.js +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/postcss/lib/declaration.js +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/postcss/lib/input.js +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/postcss/lib/lazy-result.js +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/postcss/lib/list.js +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/postcss/lib/map-generator.js +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/postcss/lib/node.js +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/postcss/lib/parse.js +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/postcss/lib/parser.js +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/postcss/lib/postcss.js +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/postcss/lib/previous-map.js +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/postcss/lib/processor.js +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/postcss/lib/result.js +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/postcss/lib/root.js +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/postcss/lib/rule.js +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/postcss/lib/tokenize.js +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/postcss/lib/vendor.js +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/postcss/lib/warn-once.js +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/postcss/lib/warning.js +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/postcss/package.json +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/source-map/README.md +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/source-map/build/assert-shim.js +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/source-map/build/mini-require.js +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/source-map/build/prefix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/source-map/build/prefix-utils.jsm +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/source-map/build/suffix-browser.js +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/source-map/build/suffix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/source-map/build/suffix-utils.jsm +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/source-map/build/test-prefix.js +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/source-map/build/test-suffix.js +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/source-map/lib/source-map.js +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/source-map/lib/source-map/array-set.js +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/source-map/lib/source-map/base64-vlq.js +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/source-map/lib/source-map/base64.js +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/source-map/lib/source-map/binary-search.js +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/source-map/lib/source-map/mapping-list.js +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/source-map/lib/source-map/quick-sort.js +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/source-map/lib/source-map/source-map-consumer.js +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/source-map/lib/source-map/source-map-generator.js +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/source-map/lib/source-map/source-node.js +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/source-map/lib/source-map/util.js +%%WWWDIR%%/node_modules/postcss-merge-rules/node_modules/source-map/package.json +%%WWWDIR%%/node_modules/postcss-merge-rules/package.json +%%WWWDIR%%/node_modules/postcss-message-helpers/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-message-helpers/LICENSE +%%WWWDIR%%/node_modules/postcss-message-helpers/README.md +%%WWWDIR%%/node_modules/postcss-message-helpers/index.js +%%WWWDIR%%/node_modules/postcss-message-helpers/package.json +%%WWWDIR%%/node_modules/postcss-minify-font-weight/.npmignore +%%WWWDIR%%/node_modules/postcss-minify-font-weight/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-minify-font-weight/LICENSE-MIT +%%WWWDIR%%/node_modules/postcss-minify-font-weight/README.md +%%WWWDIR%%/node_modules/postcss-minify-font-weight/index.js +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/postcss/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/postcss/LICENSE +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/postcss/README.md +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/postcss/lib/at-rule.js +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/postcss/lib/comment.js +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/postcss/lib/container.js +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/postcss/lib/css-syntax-error.js +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/postcss/lib/declaration.js +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/postcss/lib/input.js +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/postcss/lib/lazy-result.js +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/postcss/lib/list.js +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/postcss/lib/map-generator.js +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/postcss/lib/node.js +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/postcss/lib/parse.js +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/postcss/lib/parser.js +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/postcss/lib/postcss.js +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/postcss/lib/previous-map.js +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/postcss/lib/processor.js +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/postcss/lib/result.js +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/postcss/lib/root.js +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/postcss/lib/rule.js +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/postcss/lib/tokenize.js +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/postcss/lib/vendor.js +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/postcss/lib/warn-once.js +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/postcss/lib/warning.js +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/postcss/package.json +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/source-map/README.md +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/source-map/build/assert-shim.js +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/source-map/build/mini-require.js +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/source-map/build/prefix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/source-map/build/prefix-utils.jsm +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/source-map/build/suffix-browser.js +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/source-map/build/suffix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/source-map/build/suffix-utils.jsm +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/source-map/build/test-prefix.js +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/source-map/build/test-suffix.js +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/source-map/lib/source-map.js +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/source-map/lib/source-map/array-set.js +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/source-map/lib/source-map/base64-vlq.js +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/source-map/lib/source-map/base64.js +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/source-map/lib/source-map/binary-search.js +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/source-map/lib/source-map/mapping-list.js +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/source-map/lib/source-map/quick-sort.js +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/source-map/lib/source-map/source-map-consumer.js +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/source-map/lib/source-map/source-map-generator.js +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/source-map/lib/source-map/source-node.js +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/source-map/lib/source-map/util.js +%%WWWDIR%%/node_modules/postcss-minify-font-weight/node_modules/source-map/package.json +%%WWWDIR%%/node_modules/postcss-minify-font-weight/package.json +%%WWWDIR%%/node_modules/postcss-minify-selectors/.npmignore +%%WWWDIR%%/node_modules/postcss-minify-selectors/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-minify-selectors/LICENSE-MIT +%%WWWDIR%%/node_modules/postcss-minify-selectors/README.md +%%WWWDIR%%/node_modules/postcss-minify-selectors/index.js +%%WWWDIR%%/node_modules/postcss-minify-selectors/lib/unquote.js +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/postcss/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/postcss/LICENSE +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/postcss/README.md +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/postcss/lib/at-rule.js +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/postcss/lib/comment.js +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/postcss/lib/container.js +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/postcss/lib/css-syntax-error.js +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/postcss/lib/declaration.js +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/postcss/lib/input.js +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/postcss/lib/lazy-result.js +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/postcss/lib/list.js +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/postcss/lib/map-generator.js +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/postcss/lib/node.js +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/postcss/lib/parse.js +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/postcss/lib/parser.js +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/postcss/lib/postcss.js +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/postcss/lib/previous-map.js +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/postcss/lib/processor.js +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/postcss/lib/result.js +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/postcss/lib/root.js +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/postcss/lib/rule.js +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/postcss/lib/tokenize.js +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/postcss/lib/vendor.js +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/postcss/lib/warn-once.js +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/postcss/lib/warning.js +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/postcss/package.json +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/source-map/README.md +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/source-map/build/assert-shim.js +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/source-map/build/mini-require.js +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/source-map/build/prefix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/source-map/build/prefix-utils.jsm +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/source-map/build/suffix-browser.js +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/source-map/build/suffix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/source-map/build/suffix-utils.jsm +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/source-map/build/test-prefix.js +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/source-map/build/test-suffix.js +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/source-map/lib/source-map.js +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/source-map/lib/source-map/array-set.js +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/source-map/lib/source-map/base64-vlq.js +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/source-map/lib/source-map/base64.js +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/source-map/lib/source-map/binary-search.js +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/source-map/lib/source-map/mapping-list.js +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/source-map/lib/source-map/quick-sort.js +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/source-map/lib/source-map/source-map-consumer.js +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/source-map/lib/source-map/source-map-generator.js +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/source-map/lib/source-map/source-node.js +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/source-map/lib/source-map/util.js +%%WWWDIR%%/node_modules/postcss-minify-selectors/node_modules/source-map/package.json +%%WWWDIR%%/node_modules/postcss-minify-selectors/package.json +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/README.md +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/lib/index.js +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/postcss/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/postcss/LICENSE +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/postcss/README.md +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/postcss/lib/at-rule.js +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/postcss/lib/comment.js +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/postcss/lib/container.js +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/postcss/lib/css-syntax-error.js +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/postcss/lib/declaration.js +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/postcss/lib/input.js +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/postcss/lib/lazy-result.js +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/postcss/lib/list.js +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/postcss/lib/map-generator.js +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/postcss/lib/node.js +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/postcss/lib/parse.js +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/postcss/lib/parser.js +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/postcss/lib/postcss.js +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/postcss/lib/previous-map.js +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/postcss/lib/processor.js +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/postcss/lib/result.js +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/postcss/lib/root.js +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/postcss/lib/rule.js +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/postcss/lib/tokenize.js +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/postcss/lib/vendor.js +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/postcss/lib/warn-once.js +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/postcss/lib/warning.js +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/postcss/package.json +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/source-map/README.md +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/source-map/build/assert-shim.js +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/source-map/build/mini-require.js +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/source-map/build/prefix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/source-map/build/prefix-utils.jsm +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/source-map/build/suffix-browser.js +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/source-map/build/suffix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/source-map/build/suffix-utils.jsm +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/source-map/build/test-prefix.js +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/source-map/build/test-suffix.js +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/source-map/lib/source-map.js +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/source-map/lib/source-map/array-set.js +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/source-map/lib/source-map/base64-vlq.js +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/source-map/lib/source-map/base64.js +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/source-map/lib/source-map/binary-search.js +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/source-map/lib/source-map/mapping-list.js +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/source-map/lib/source-map/quick-sort.js +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/source-map/lib/source-map/source-map-consumer.js +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/source-map/lib/source-map/source-map-generator.js +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/source-map/lib/source-map/source-node.js +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/source-map/lib/source-map/util.js +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/node_modules/source-map/package.json +%%WWWDIR%%/node_modules/postcss-modules-extract-imports/package.json +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/.editorconfig +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/.eslintrc +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/.npmignore +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/LICENSE +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/README.md +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/index.js +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/postcss/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/postcss/LICENSE +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/postcss/README.md +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/postcss/lib/at-rule.js +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/postcss/lib/comment.js +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/postcss/lib/container.js +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/postcss/lib/css-syntax-error.js +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/postcss/lib/declaration.js +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/postcss/lib/input.js +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/postcss/lib/lazy-result.js +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/postcss/lib/list.js +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/postcss/lib/map-generator.js +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/postcss/lib/node.js +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/postcss/lib/parse.js +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/postcss/lib/parser.js +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/postcss/lib/postcss.js +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/postcss/lib/previous-map.js +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/postcss/lib/processor.js +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/postcss/lib/result.js +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/postcss/lib/root.js +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/postcss/lib/rule.js +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/postcss/lib/tokenize.js +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/postcss/lib/vendor.js +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/postcss/lib/warn-once.js +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/postcss/lib/warning.js +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/postcss/package.json +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/source-map/README.md +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/source-map/build/assert-shim.js +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/source-map/build/mini-require.js +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/source-map/build/prefix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/source-map/build/prefix-utils.jsm +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/source-map/build/suffix-browser.js +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/source-map/build/suffix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/source-map/build/suffix-utils.jsm +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/source-map/build/test-prefix.js +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/source-map/build/test-suffix.js +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/source-map/lib/source-map.js +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/source-map/lib/source-map/array-set.js +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/source-map/lib/source-map/base64-vlq.js +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/source-map/lib/source-map/base64.js +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/source-map/lib/source-map/binary-search.js +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/source-map/lib/source-map/mapping-list.js +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/source-map/lib/source-map/quick-sort.js +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/source-map/lib/source-map/source-map-consumer.js +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/source-map/lib/source-map/source-map-generator.js +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/source-map/lib/source-map/source-node.js +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/source-map/lib/source-map/util.js +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/node_modules/source-map/package.json +%%WWWDIR%%/node_modules/postcss-modules-local-by-default/package.json +%%WWWDIR%%/node_modules/postcss-modules-scope/README.md +%%WWWDIR%%/node_modules/postcss-modules-scope/lib/index.js +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/postcss/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/postcss/LICENSE +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/postcss/README.md +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/postcss/lib/at-rule.js +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/postcss/lib/comment.js +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/postcss/lib/container.js +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/postcss/lib/css-syntax-error.js +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/postcss/lib/declaration.js +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/postcss/lib/input.js +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/postcss/lib/lazy-result.js +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/postcss/lib/list.js +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/postcss/lib/map-generator.js +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/postcss/lib/node.js +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/postcss/lib/parse.js +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/postcss/lib/parser.js +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/postcss/lib/postcss.js +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/postcss/lib/previous-map.js +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/postcss/lib/processor.js +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/postcss/lib/result.js +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/postcss/lib/root.js +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/postcss/lib/rule.js +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/postcss/lib/tokenize.js +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/postcss/lib/vendor.js +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/postcss/lib/warn-once.js +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/postcss/lib/warning.js +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/postcss/package.json +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/source-map/README.md +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/source-map/build/assert-shim.js +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/source-map/build/mini-require.js +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/source-map/build/prefix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/source-map/build/prefix-utils.jsm +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/source-map/build/suffix-browser.js +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/source-map/build/suffix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/source-map/build/suffix-utils.jsm +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/source-map/build/test-prefix.js +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/source-map/build/test-suffix.js +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/source-map/lib/source-map.js +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/source-map/lib/source-map/array-set.js +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/source-map/lib/source-map/base64-vlq.js +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/source-map/lib/source-map/base64.js +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/source-map/lib/source-map/binary-search.js +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/source-map/lib/source-map/mapping-list.js +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/source-map/lib/source-map/quick-sort.js +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/source-map/lib/source-map/source-map-consumer.js +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/source-map/lib/source-map/source-map-generator.js +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/source-map/lib/source-map/source-node.js +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/source-map/lib/source-map/util.js +%%WWWDIR%%/node_modules/postcss-modules-scope/node_modules/source-map/package.json +%%WWWDIR%%/node_modules/postcss-modules-scope/package.json +%%WWWDIR%%/node_modules/postcss-normalize-url/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-normalize-url/LICENSE-MIT +%%WWWDIR%%/node_modules/postcss-normalize-url/README.md +%%WWWDIR%%/node_modules/postcss-normalize-url/index.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/postcss-value-parser/LICENSE +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/postcss-value-parser/README.md +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/postcss-value-parser/lib/parser.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/postcss-value-parser/lib/stringify.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/postcss-value-parser/lib/tokenize.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/postcss-value-parser/lib/trim.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/postcss-value-parser/lib/unit.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/postcss-value-parser/package.json +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/postcss/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/postcss/LICENSE +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/postcss/README.md +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/postcss/lib/at-rule.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/postcss/lib/comment.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/postcss/lib/container.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/postcss/lib/css-syntax-error.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/postcss/lib/declaration.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/postcss/lib/input.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/postcss/lib/lazy-result.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/postcss/lib/list.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/postcss/lib/map-generator.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/postcss/lib/node.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/postcss/lib/parse.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/postcss/lib/parser.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/postcss/lib/postcss.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/postcss/lib/previous-map.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/postcss/lib/processor.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/postcss/lib/result.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/postcss/lib/root.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/postcss/lib/rule.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/postcss/lib/tokenize.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/postcss/lib/vendor.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/postcss/lib/warn-once.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/postcss/lib/warning.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/postcss/package.json +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/source-map/README.md +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/source-map/build/assert-shim.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/source-map/build/mini-require.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/source-map/build/prefix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/source-map/build/prefix-utils.jsm +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/source-map/build/suffix-browser.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/source-map/build/suffix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/source-map/build/suffix-utils.jsm +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/source-map/build/test-prefix.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/source-map/build/test-suffix.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/source-map/lib/source-map.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/source-map/lib/source-map/array-set.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/source-map/lib/source-map/base64-vlq.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/source-map/lib/source-map/base64.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/source-map/lib/source-map/binary-search.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/source-map/lib/source-map/mapping-list.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/source-map/lib/source-map/quick-sort.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/source-map/lib/source-map/source-map-consumer.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/source-map/lib/source-map/source-map-generator.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/source-map/lib/source-map/source-node.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/source-map/lib/source-map/util.js +%%WWWDIR%%/node_modules/postcss-normalize-url/node_modules/source-map/package.json +%%WWWDIR%%/node_modules/postcss-normalize-url/package.json +%%WWWDIR%%/node_modules/postcss-ordered-values/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-ordered-values/LICENSE-MIT +%%WWWDIR%%/node_modules/postcss-ordered-values/README.md +%%WWWDIR%%/node_modules/postcss-ordered-values/dist/index.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/postcss-value-parser/LICENSE +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/postcss-value-parser/README.md +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/postcss-value-parser/lib/parser.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/postcss-value-parser/lib/stringify.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/postcss-value-parser/lib/tokenize.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/postcss-value-parser/lib/trim.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/postcss-value-parser/lib/unit.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/postcss-value-parser/package.json +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/postcss/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/postcss/LICENSE +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/postcss/README.md +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/postcss/lib/at-rule.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/postcss/lib/comment.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/postcss/lib/container.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/postcss/lib/css-syntax-error.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/postcss/lib/declaration.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/postcss/lib/input.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/postcss/lib/lazy-result.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/postcss/lib/list.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/postcss/lib/map-generator.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/postcss/lib/node.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/postcss/lib/parse.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/postcss/lib/parser.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/postcss/lib/postcss.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/postcss/lib/previous-map.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/postcss/lib/processor.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/postcss/lib/result.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/postcss/lib/root.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/postcss/lib/rule.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/postcss/lib/tokenize.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/postcss/lib/vendor.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/postcss/lib/warn-once.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/postcss/lib/warning.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/postcss/package.json +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/source-map/README.md +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/source-map/build/assert-shim.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/source-map/build/mini-require.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/source-map/build/prefix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/source-map/build/prefix-utils.jsm +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/source-map/build/suffix-browser.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/source-map/build/suffix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/source-map/build/suffix-utils.jsm +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/source-map/build/test-prefix.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/source-map/build/test-suffix.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/source-map/lib/source-map.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/source-map/lib/source-map/array-set.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/source-map/lib/source-map/base64-vlq.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/source-map/lib/source-map/base64.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/source-map/lib/source-map/binary-search.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/source-map/lib/source-map/mapping-list.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/source-map/lib/source-map/quick-sort.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/source-map/lib/source-map/source-map-consumer.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/source-map/lib/source-map/source-map-generator.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/source-map/lib/source-map/source-node.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/source-map/lib/source-map/util.js +%%WWWDIR%%/node_modules/postcss-ordered-values/node_modules/source-map/package.json +%%WWWDIR%%/node_modules/postcss-ordered-values/package.json +%%WWWDIR%%/node_modules/postcss-reduce-idents/.npmignore +%%WWWDIR%%/node_modules/postcss-reduce-idents/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-reduce-idents/LICENSE-MIT +%%WWWDIR%%/node_modules/postcss-reduce-idents/README.md +%%WWWDIR%%/node_modules/postcss-reduce-idents/index.js +%%WWWDIR%%/node_modules/postcss-reduce-idents/lib/encode.js +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/postcss/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/postcss/LICENSE +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/postcss/README.md +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/postcss/lib/at-rule.js +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/postcss/lib/comment.js +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/postcss/lib/container.js +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/postcss/lib/css-syntax-error.js +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/postcss/lib/declaration.js +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/postcss/lib/input.js +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/postcss/lib/lazy-result.js +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/postcss/lib/list.js +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/postcss/lib/map-generator.js +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/postcss/lib/node.js +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/postcss/lib/parse.js +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/postcss/lib/parser.js +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/postcss/lib/postcss.js +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/postcss/lib/previous-map.js +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/postcss/lib/processor.js +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/postcss/lib/result.js +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/postcss/lib/root.js +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/postcss/lib/rule.js +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/postcss/lib/tokenize.js +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/postcss/lib/vendor.js +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/postcss/lib/warn-once.js +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/postcss/lib/warning.js +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/postcss/package.json +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/source-map/README.md +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/source-map/build/assert-shim.js +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/source-map/build/mini-require.js +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/source-map/build/prefix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/source-map/build/prefix-utils.jsm +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/source-map/build/suffix-browser.js +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/source-map/build/suffix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/source-map/build/suffix-utils.jsm +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/source-map/build/test-prefix.js +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/source-map/build/test-suffix.js +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/source-map/lib/source-map.js +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/source-map/lib/source-map/array-set.js +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/source-map/lib/source-map/base64-vlq.js +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/source-map/lib/source-map/base64.js +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/source-map/lib/source-map/binary-search.js +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/source-map/lib/source-map/mapping-list.js +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/source-map/lib/source-map/quick-sort.js +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/source-map/lib/source-map/source-map-consumer.js +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/source-map/lib/source-map/source-map-generator.js +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/source-map/lib/source-map/source-node.js +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/source-map/lib/source-map/util.js +%%WWWDIR%%/node_modules/postcss-reduce-idents/node_modules/source-map/package.json +%%WWWDIR%%/node_modules/postcss-reduce-idents/package.json +%%WWWDIR%%/node_modules/postcss-selector-parser/API.md +%%WWWDIR%%/node_modules/postcss-selector-parser/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-selector-parser/LICENSE-MIT +%%WWWDIR%%/node_modules/postcss-selector-parser/README.md +%%WWWDIR%%/node_modules/postcss-selector-parser/dist/index.js +%%WWWDIR%%/node_modules/postcss-selector-parser/dist/parser.js +%%WWWDIR%%/node_modules/postcss-selector-parser/dist/processor.js +%%WWWDIR%%/node_modules/postcss-selector-parser/dist/selectors/attribute.js +%%WWWDIR%%/node_modules/postcss-selector-parser/dist/selectors/className.js +%%WWWDIR%%/node_modules/postcss-selector-parser/dist/selectors/combinator.js +%%WWWDIR%%/node_modules/postcss-selector-parser/dist/selectors/comment.js +%%WWWDIR%%/node_modules/postcss-selector-parser/dist/selectors/container.js +%%WWWDIR%%/node_modules/postcss-selector-parser/dist/selectors/id.js +%%WWWDIR%%/node_modules/postcss-selector-parser/dist/selectors/namespace.js +%%WWWDIR%%/node_modules/postcss-selector-parser/dist/selectors/node.js +%%WWWDIR%%/node_modules/postcss-selector-parser/dist/selectors/pseudo.js +%%WWWDIR%%/node_modules/postcss-selector-parser/dist/selectors/root.js +%%WWWDIR%%/node_modules/postcss-selector-parser/dist/selectors/selector.js +%%WWWDIR%%/node_modules/postcss-selector-parser/dist/selectors/string.js +%%WWWDIR%%/node_modules/postcss-selector-parser/dist/selectors/tag.js +%%WWWDIR%%/node_modules/postcss-selector-parser/dist/selectors/universal.js +%%WWWDIR%%/node_modules/postcss-selector-parser/dist/sortAscending.js +%%WWWDIR%%/node_modules/postcss-selector-parser/dist/tokenize.js +%%WWWDIR%%/node_modules/postcss-selector-parser/node_modules/flatten/LICENSE +%%WWWDIR%%/node_modules/postcss-selector-parser/node_modules/flatten/README.md +%%WWWDIR%%/node_modules/postcss-selector-parser/node_modules/flatten/index.js +%%WWWDIR%%/node_modules/postcss-selector-parser/node_modules/flatten/package.json +%%WWWDIR%%/node_modules/postcss-selector-parser/node_modules/flatten/test.js +%%WWWDIR%%/node_modules/postcss-selector-parser/package.json +%%WWWDIR%%/node_modules/postcss-single-charset/.eslintrc +%%WWWDIR%%/node_modules/postcss-single-charset/README.md +%%WWWDIR%%/node_modules/postcss-single-charset/index.js +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/postcss/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/postcss/LICENSE +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/postcss/README.md +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/postcss/lib/at-rule.js +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/postcss/lib/comment.js +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/postcss/lib/container.js +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/postcss/lib/css-syntax-error.js +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/postcss/lib/declaration.js +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/postcss/lib/input.js +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/postcss/lib/lazy-result.js +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/postcss/lib/list.js +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/postcss/lib/map-generator.js +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/postcss/lib/node.js +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/postcss/lib/parse.js +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/postcss/lib/parser.js +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/postcss/lib/postcss.js +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/postcss/lib/previous-map.js +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/postcss/lib/processor.js +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/postcss/lib/result.js +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/postcss/lib/root.js +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/postcss/lib/rule.js +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/postcss/lib/tokenize.js +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/postcss/lib/vendor.js +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/postcss/lib/warn-once.js +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/postcss/lib/warning.js +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/postcss/package.json +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/source-map/README.md +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/source-map/build/assert-shim.js +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/source-map/build/mini-require.js +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/source-map/build/prefix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/source-map/build/prefix-utils.jsm +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/source-map/build/suffix-browser.js +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/source-map/build/suffix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/source-map/build/suffix-utils.jsm +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/source-map/build/test-prefix.js +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/source-map/build/test-suffix.js +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/source-map/lib/source-map.js +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/source-map/lib/source-map/array-set.js +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/source-map/lib/source-map/base64-vlq.js +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/source-map/lib/source-map/base64.js +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/source-map/lib/source-map/binary-search.js +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/source-map/lib/source-map/mapping-list.js +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/source-map/lib/source-map/quick-sort.js +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/source-map/lib/source-map/source-map-consumer.js +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/source-map/lib/source-map/source-map-generator.js +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/source-map/lib/source-map/source-node.js +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/source-map/lib/source-map/util.js +%%WWWDIR%%/node_modules/postcss-single-charset/node_modules/source-map/package.json +%%WWWDIR%%/node_modules/postcss-single-charset/package.json +%%WWWDIR%%/node_modules/postcss-single-charset/tasks/single-charset.js +%%WWWDIR%%/node_modules/postcss-single-charset/test.js +%%WWWDIR%%/node_modules/postcss-unique-selectors/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-unique-selectors/LICENSE-MIT +%%WWWDIR%%/node_modules/postcss-unique-selectors/README.md +%%WWWDIR%%/node_modules/postcss-unique-selectors/index.js +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/postcss/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/postcss/LICENSE +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/postcss/README.md +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/postcss/lib/at-rule.js +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/postcss/lib/comment.js +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/postcss/lib/container.js +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/postcss/lib/css-syntax-error.js +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/postcss/lib/declaration.js +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/postcss/lib/input.js +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/postcss/lib/lazy-result.js +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/postcss/lib/list.js +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/postcss/lib/map-generator.js +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/postcss/lib/node.js +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/postcss/lib/parse.js +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/postcss/lib/parser.js +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/postcss/lib/postcss.js +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/postcss/lib/previous-map.js +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/postcss/lib/processor.js +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/postcss/lib/result.js +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/postcss/lib/root.js +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/postcss/lib/rule.js +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/postcss/lib/tokenize.js +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/postcss/lib/vendor.js +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/postcss/lib/warn-once.js +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/postcss/lib/warning.js +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/postcss/package.json +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/source-map/README.md +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/source-map/build/assert-shim.js +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/source-map/build/mini-require.js +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/source-map/build/prefix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/source-map/build/prefix-utils.jsm +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/source-map/build/suffix-browser.js +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/source-map/build/suffix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/source-map/build/suffix-utils.jsm +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/source-map/build/test-prefix.js +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/source-map/build/test-suffix.js +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/source-map/lib/source-map.js +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/source-map/lib/source-map/array-set.js +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/source-map/lib/source-map/base64-vlq.js +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/source-map/lib/source-map/base64.js +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/source-map/lib/source-map/binary-search.js +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/source-map/lib/source-map/mapping-list.js +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/source-map/lib/source-map/quick-sort.js +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/source-map/lib/source-map/source-map-consumer.js +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/source-map/lib/source-map/source-map-generator.js +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/source-map/lib/source-map/source-node.js +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/source-map/lib/source-map/util.js +%%WWWDIR%%/node_modules/postcss-unique-selectors/node_modules/source-map/package.json +%%WWWDIR%%/node_modules/postcss-unique-selectors/package.json +%%WWWDIR%%/node_modules/postcss-value-parser/LICENSE +%%WWWDIR%%/node_modules/postcss-value-parser/README.md +%%WWWDIR%%/node_modules/postcss-value-parser/lib/index.js +%%WWWDIR%%/node_modules/postcss-value-parser/lib/parse.js +%%WWWDIR%%/node_modules/postcss-value-parser/lib/stringify.js +%%WWWDIR%%/node_modules/postcss-value-parser/lib/unit.js +%%WWWDIR%%/node_modules/postcss-value-parser/lib/walk.js +%%WWWDIR%%/node_modules/postcss-value-parser/package.json +%%WWWDIR%%/node_modules/postcss-zindex/.npmignore +%%WWWDIR%%/node_modules/postcss-zindex/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-zindex/LICENSE-MIT +%%WWWDIR%%/node_modules/postcss-zindex/README.md +%%WWWDIR%%/node_modules/postcss-zindex/index.js +%%WWWDIR%%/node_modules/postcss-zindex/lib/layerCache.js +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/postcss/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/postcss/LICENSE +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/postcss/README.md +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/postcss/lib/at-rule.js +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/postcss/lib/comment.js +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/postcss/lib/container.js +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/postcss/lib/css-syntax-error.js +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/postcss/lib/declaration.js +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/postcss/lib/input.js +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/postcss/lib/lazy-result.js +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/postcss/lib/list.js +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/postcss/lib/map-generator.js +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/postcss/lib/node.js +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/postcss/lib/parse.js +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/postcss/lib/parser.js +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/postcss/lib/postcss.js +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/postcss/lib/previous-map.js +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/postcss/lib/processor.js +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/postcss/lib/result.js +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/postcss/lib/root.js +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/postcss/lib/rule.js +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/postcss/lib/tokenize.js +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/postcss/lib/vendor.js +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/postcss/lib/warn-once.js +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/postcss/lib/warning.js +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/postcss/package.json +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/source-map/README.md +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/source-map/build/assert-shim.js +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/source-map/build/mini-require.js +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/source-map/build/prefix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/source-map/build/prefix-utils.jsm +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/source-map/build/suffix-browser.js +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/source-map/build/suffix-source-map.jsm +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/source-map/build/suffix-utils.jsm +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/source-map/build/test-prefix.js +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/source-map/build/test-suffix.js +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/source-map/lib/source-map.js +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/source-map/lib/source-map/array-set.js +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/source-map/lib/source-map/base64-vlq.js +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/source-map/lib/source-map/base64.js +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/source-map/lib/source-map/binary-search.js +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/source-map/lib/source-map/mapping-list.js +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/source-map/lib/source-map/quick-sort.js +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/source-map/lib/source-map/source-map-consumer.js +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/source-map/lib/source-map/source-map-generator.js +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/source-map/lib/source-map/source-node.js +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/source-map/lib/source-map/util.js +%%WWWDIR%%/node_modules/postcss-zindex/node_modules/source-map/package.json +%%WWWDIR%%/node_modules/postcss-zindex/package.json +%%WWWDIR%%/node_modules/postcss/CHANGELOG.md +%%WWWDIR%%/node_modules/postcss/LICENSE +%%WWWDIR%%/node_modules/postcss/README.md +%%WWWDIR%%/node_modules/postcss/d.ts/at-rule.d.ts +%%WWWDIR%%/node_modules/postcss/d.ts/comment.d.ts +%%WWWDIR%%/node_modules/postcss/d.ts/container.d.ts +%%WWWDIR%%/node_modules/postcss/d.ts/css-syntax-error.d.ts +%%WWWDIR%%/node_modules/postcss/d.ts/declaration.d.ts +%%WWWDIR%%/node_modules/postcss/d.ts/input.d.ts +%%WWWDIR%%/node_modules/postcss/d.ts/lazy-result.d.ts +%%WWWDIR%%/node_modules/postcss/d.ts/list.d.ts +%%WWWDIR%%/node_modules/postcss/d.ts/map-generator.d.ts +%%WWWDIR%%/node_modules/postcss/d.ts/node.d.ts +%%WWWDIR%%/node_modules/postcss/d.ts/parse.d.ts +%%WWWDIR%%/node_modules/postcss/d.ts/parser.d.ts +%%WWWDIR%%/node_modules/postcss/d.ts/postcss.d.ts +%%WWWDIR%%/node_modules/postcss/d.ts/previous-map.d.ts +%%WWWDIR%%/node_modules/postcss/d.ts/processor.d.ts +%%WWWDIR%%/node_modules/postcss/d.ts/result.d.ts +%%WWWDIR%%/node_modules/postcss/d.ts/root.d.ts +%%WWWDIR%%/node_modules/postcss/d.ts/rule.d.ts +%%WWWDIR%%/node_modules/postcss/d.ts/stringifier.d.ts +%%WWWDIR%%/node_modules/postcss/d.ts/stringify.d.ts +%%WWWDIR%%/node_modules/postcss/d.ts/tokenize.d.ts +%%WWWDIR%%/node_modules/postcss/d.ts/vendor.d.ts +%%WWWDIR%%/node_modules/postcss/d.ts/warn-once.d.ts +%%WWWDIR%%/node_modules/postcss/d.ts/warning.d.ts +%%WWWDIR%%/node_modules/postcss/docs/guidelines/plugin.md +%%WWWDIR%%/node_modules/postcss/docs/guidelines/runner.md +%%WWWDIR%%/node_modules/postcss/docs/source-maps.md +%%WWWDIR%%/node_modules/postcss/docs/syntax.md +%%WWWDIR%%/node_modules/postcss/lib/at-rule.js +%%WWWDIR%%/node_modules/postcss/lib/comment.js +%%WWWDIR%%/node_modules/postcss/lib/container.js +%%WWWDIR%%/node_modules/postcss/lib/css-syntax-error.js +%%WWWDIR%%/node_modules/postcss/lib/declaration.js +%%WWWDIR%%/node_modules/postcss/lib/input.js +%%WWWDIR%%/node_modules/postcss/lib/lazy-result.js +%%WWWDIR%%/node_modules/postcss/lib/list.js +%%WWWDIR%%/node_modules/postcss/lib/map-generator.js +%%WWWDIR%%/node_modules/postcss/lib/node.js +%%WWWDIR%%/node_modules/postcss/lib/parse.js +%%WWWDIR%%/node_modules/postcss/lib/parser.js +%%WWWDIR%%/node_modules/postcss/lib/postcss.js +%%WWWDIR%%/node_modules/postcss/lib/previous-map.js +%%WWWDIR%%/node_modules/postcss/lib/processor.js +%%WWWDIR%%/node_modules/postcss/lib/result.js +%%WWWDIR%%/node_modules/postcss/lib/root.js +%%WWWDIR%%/node_modules/postcss/lib/rule.js +%%WWWDIR%%/node_modules/postcss/lib/stringifier.js +%%WWWDIR%%/node_modules/postcss/lib/stringify.js +%%WWWDIR%%/node_modules/postcss/lib/terminal-highlight.js +%%WWWDIR%%/node_modules/postcss/lib/tokenize.js +%%WWWDIR%%/node_modules/postcss/lib/vendor.js +%%WWWDIR%%/node_modules/postcss/lib/warn-once.js +%%WWWDIR%%/node_modules/postcss/lib/warning.js +%%WWWDIR%%/node_modules/postcss/package.json +%%WWWDIR%%/node_modules/prepend-http/index.js +%%WWWDIR%%/node_modules/prepend-http/license +%%WWWDIR%%/node_modules/prepend-http/package.json +%%WWWDIR%%/node_modules/prepend-http/readme.md +%%WWWDIR%%/node_modules/preserve/.gitattributes +%%WWWDIR%%/node_modules/preserve/.jshintrc +%%WWWDIR%%/node_modules/preserve/.npmignore +%%WWWDIR%%/node_modules/preserve/.travis.yml +%%WWWDIR%%/node_modules/preserve/.verb.md +%%WWWDIR%%/node_modules/preserve/LICENSE +%%WWWDIR%%/node_modules/preserve/README.md +%%WWWDIR%%/node_modules/preserve/index.js +%%WWWDIR%%/node_modules/preserve/package.json +%%WWWDIR%%/node_modules/preserve/test.js +%%WWWDIR%%/node_modules/private/.travis.yml +%%WWWDIR%%/node_modules/private/LICENSE +%%WWWDIR%%/node_modules/private/README.md +%%WWWDIR%%/node_modules/private/package.json +%%WWWDIR%%/node_modules/private/private.js +%%WWWDIR%%/node_modules/process-nextick-args/.travis.yml +%%WWWDIR%%/node_modules/process-nextick-args/index.js +%%WWWDIR%%/node_modules/process-nextick-args/license.md +%%WWWDIR%%/node_modules/process-nextick-args/package.json +%%WWWDIR%%/node_modules/process-nextick-args/readme.md +%%WWWDIR%%/node_modules/process-nextick-args/test.js +%%WWWDIR%%/node_modules/process/.eslintrc +%%WWWDIR%%/node_modules/process/LICENSE +%%WWWDIR%%/node_modules/process/README.md +%%WWWDIR%%/node_modules/process/browser.js +%%WWWDIR%%/node_modules/process/index.js +%%WWWDIR%%/node_modules/process/package.json +%%WWWDIR%%/node_modules/process/test.js +%%WWWDIR%%/node_modules/promise/.jshintrc +%%WWWDIR%%/node_modules/promise/.npmignore +%%WWWDIR%%/node_modules/promise/LICENSE +%%WWWDIR%%/node_modules/promise/Readme.md +%%WWWDIR%%/node_modules/promise/core.js +%%WWWDIR%%/node_modules/promise/index.js +%%WWWDIR%%/node_modules/promise/lib/core.js +%%WWWDIR%%/node_modules/promise/lib/done.js +%%WWWDIR%%/node_modules/promise/lib/es6-extensions.js +%%WWWDIR%%/node_modules/promise/lib/node-extensions.js +%%WWWDIR%%/node_modules/promise/package.json +%%WWWDIR%%/node_modules/promise/polyfill-done.js +%%WWWDIR%%/node_modules/promise/polyfill.js +%%WWWDIR%%/node_modules/prr/.jshintrc +%%WWWDIR%%/node_modules/prr/.npmignore +%%WWWDIR%%/node_modules/prr/.travis.yml +%%WWWDIR%%/node_modules/prr/LICENSE +%%WWWDIR%%/node_modules/prr/README.md +%%WWWDIR%%/node_modules/prr/package.json +%%WWWDIR%%/node_modules/prr/prr.js +%%WWWDIR%%/node_modules/prr/test.js +%%WWWDIR%%/node_modules/pseudomap/LICENSE +%%WWWDIR%%/node_modules/pseudomap/README.md +%%WWWDIR%%/node_modules/pseudomap/map.js +%%WWWDIR%%/node_modules/pseudomap/package.json +%%WWWDIR%%/node_modules/pseudomap/pseudomap.js +%%WWWDIR%%/node_modules/punycode/LICENSE-MIT.txt +%%WWWDIR%%/node_modules/punycode/README.md +%%WWWDIR%%/node_modules/punycode/package.json +%%WWWDIR%%/node_modules/punycode/punycode.js +%%WWWDIR%%/node_modules/q/CHANGES.md +%%WWWDIR%%/node_modules/q/LICENSE +%%WWWDIR%%/node_modules/q/README.md +%%WWWDIR%%/node_modules/q/package.json +%%WWWDIR%%/node_modules/q/q.js +%%WWWDIR%%/node_modules/q/queue.js +%%WWWDIR%%/node_modules/qs/.eslintignore +%%WWWDIR%%/node_modules/qs/.npmignore +%%WWWDIR%%/node_modules/qs/.travis.yml +%%WWWDIR%%/node_modules/qs/CHANGELOG.md +%%WWWDIR%%/node_modules/qs/CONTRIBUTING.md +%%WWWDIR%%/node_modules/qs/LICENSE +%%WWWDIR%%/node_modules/qs/README.md +%%WWWDIR%%/node_modules/qs/bower.json +%%WWWDIR%%/node_modules/qs/lib/index.js +%%WWWDIR%%/node_modules/qs/lib/parse.js +%%WWWDIR%%/node_modules/qs/lib/stringify.js +%%WWWDIR%%/node_modules/qs/lib/utils.js +%%WWWDIR%%/node_modules/qs/package.json +%%WWWDIR%%/node_modules/query-string/index.js +%%WWWDIR%%/node_modules/query-string/license +%%WWWDIR%%/node_modules/query-string/package.json +%%WWWDIR%%/node_modules/query-string/readme.md +%%WWWDIR%%/node_modules/querystring-browser/.zuul.yml +%%WWWDIR%%/node_modules/querystring-browser/LICENSE +%%WWWDIR%%/node_modules/querystring-browser/README.md +%%WWWDIR%%/node_modules/querystring-browser/package.json +%%WWWDIR%%/node_modules/querystring-browser/querystring.js +%%WWWDIR%%/node_modules/querystring-es3/.travis.yml +%%WWWDIR%%/node_modules/querystring-es3/History.md +%%WWWDIR%%/node_modules/querystring-es3/License.md +%%WWWDIR%%/node_modules/querystring-es3/Readme.md +%%WWWDIR%%/node_modules/querystring-es3/decode.js +%%WWWDIR%%/node_modules/querystring-es3/encode.js +%%WWWDIR%%/node_modules/querystring-es3/index.js +%%WWWDIR%%/node_modules/querystring-es3/package.json +%%WWWDIR%%/node_modules/querystring/.History.md.un~ +%%WWWDIR%%/node_modules/querystring/.Readme.md.un~ +%%WWWDIR%%/node_modules/querystring/.package.json.un~ +%%WWWDIR%%/node_modules/querystring/.travis.yml +%%WWWDIR%%/node_modules/querystring/History.md +%%WWWDIR%%/node_modules/querystring/License.md +%%WWWDIR%%/node_modules/querystring/Readme.md +%%WWWDIR%%/node_modules/querystring/decode.js +%%WWWDIR%%/node_modules/querystring/encode.js +%%WWWDIR%%/node_modules/querystring/index.js +%%WWWDIR%%/node_modules/querystring/package.json +%%WWWDIR%%/node_modules/randomatic/LICENSE +%%WWWDIR%%/node_modules/randomatic/README.md +%%WWWDIR%%/node_modules/randomatic/index.js +%%WWWDIR%%/node_modules/randomatic/package.json +%%WWWDIR%%/node_modules/raw-loader/README.md +%%WWWDIR%%/node_modules/raw-loader/index.js +%%WWWDIR%%/node_modules/raw-loader/package.json +%%WWWDIR%%/node_modules/read-file-stdin/.npmignore +%%WWWDIR%%/node_modules/read-file-stdin/History.md +%%WWWDIR%%/node_modules/read-file-stdin/Makefile +%%WWWDIR%%/node_modules/read-file-stdin/Readme.md +%%WWWDIR%%/node_modules/read-file-stdin/index.js +%%WWWDIR%%/node_modules/read-file-stdin/package.json +%%WWWDIR%%/node_modules/readable-stream/.npmignore +%%WWWDIR%%/node_modules/readable-stream/LICENSE +%%WWWDIR%%/node_modules/readable-stream/README.md +%%WWWDIR%%/node_modules/readable-stream/duplex.js +%%WWWDIR%%/node_modules/readable-stream/float.patch +%%WWWDIR%%/node_modules/readable-stream/lib/_stream_duplex.js +%%WWWDIR%%/node_modules/readable-stream/lib/_stream_passthrough.js +%%WWWDIR%%/node_modules/readable-stream/lib/_stream_readable.js +%%WWWDIR%%/node_modules/readable-stream/lib/_stream_transform.js +%%WWWDIR%%/node_modules/readable-stream/lib/_stream_writable.js +%%WWWDIR%%/node_modules/readable-stream/package.json +%%WWWDIR%%/node_modules/readable-stream/passthrough.js +%%WWWDIR%%/node_modules/readable-stream/readable.js +%%WWWDIR%%/node_modules/readable-stream/transform.js +%%WWWDIR%%/node_modules/readable-stream/writable.js +%%WWWDIR%%/node_modules/readdirp/.npmignore +%%WWWDIR%%/node_modules/readdirp/.travis.yml +%%WWWDIR%%/node_modules/readdirp/LICENSE +%%WWWDIR%%/node_modules/readdirp/README.md +%%WWWDIR%%/node_modules/readdirp/examples/Readme.md +%%WWWDIR%%/node_modules/readdirp/examples/callback-api.js +%%WWWDIR%%/node_modules/readdirp/examples/grep.js +%%WWWDIR%%/node_modules/readdirp/examples/package.json +%%WWWDIR%%/node_modules/readdirp/examples/stream-api-pipe.js +%%WWWDIR%%/node_modules/readdirp/examples/stream-api.js +%%WWWDIR%%/node_modules/readdirp/node_modules/isarray/.npmignore +%%WWWDIR%%/node_modules/readdirp/node_modules/isarray/.travis.yml +%%WWWDIR%%/node_modules/readdirp/node_modules/isarray/Makefile +%%WWWDIR%%/node_modules/readdirp/node_modules/isarray/README.md +%%WWWDIR%%/node_modules/readdirp/node_modules/isarray/component.json +%%WWWDIR%%/node_modules/readdirp/node_modules/isarray/index.js +%%WWWDIR%%/node_modules/readdirp/node_modules/isarray/package.json +%%WWWDIR%%/node_modules/readdirp/node_modules/isarray/test.js +%%WWWDIR%%/node_modules/readdirp/node_modules/minimatch/LICENSE +%%WWWDIR%%/node_modules/readdirp/node_modules/minimatch/README.md +%%WWWDIR%%/node_modules/readdirp/node_modules/minimatch/minimatch.js +%%WWWDIR%%/node_modules/readdirp/node_modules/minimatch/package.json +%%WWWDIR%%/node_modules/readdirp/node_modules/readable-stream/.npmignore +%%WWWDIR%%/node_modules/readdirp/node_modules/readable-stream/.travis.yml +%%WWWDIR%%/node_modules/readdirp/node_modules/readable-stream/LICENSE +%%WWWDIR%%/node_modules/readdirp/node_modules/readable-stream/README.md +%%WWWDIR%%/node_modules/readdirp/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +%%WWWDIR%%/node_modules/readdirp/node_modules/readable-stream/duplex.js +%%WWWDIR%%/node_modules/readdirp/node_modules/readable-stream/lib/_stream_duplex.js +%%WWWDIR%%/node_modules/readdirp/node_modules/readable-stream/lib/_stream_passthrough.js +%%WWWDIR%%/node_modules/readdirp/node_modules/readable-stream/lib/_stream_readable.js +%%WWWDIR%%/node_modules/readdirp/node_modules/readable-stream/lib/_stream_transform.js +%%WWWDIR%%/node_modules/readdirp/node_modules/readable-stream/lib/_stream_writable.js +%%WWWDIR%%/node_modules/readdirp/node_modules/readable-stream/lib/internal/streams/BufferList.js +%%WWWDIR%%/node_modules/readdirp/node_modules/readable-stream/package.json +%%WWWDIR%%/node_modules/readdirp/node_modules/readable-stream/passthrough.js +%%WWWDIR%%/node_modules/readdirp/node_modules/readable-stream/readable.js +%%WWWDIR%%/node_modules/readdirp/node_modules/readable-stream/transform.js +%%WWWDIR%%/node_modules/readdirp/node_modules/readable-stream/writable.js +%%WWWDIR%%/node_modules/readdirp/package.json +%%WWWDIR%%/node_modules/readdirp/readdirp.js +%%WWWDIR%%/node_modules/readdirp/stream-api.js +%%WWWDIR%%/node_modules/recast/.editorconfig +%%WWWDIR%%/node_modules/recast/.npmignore +%%WWWDIR%%/node_modules/recast/.travis.yml +%%WWWDIR%%/node_modules/recast/LICENSE +%%WWWDIR%%/node_modules/recast/README.md +%%WWWDIR%%/node_modules/recast/example/add-braces +%%WWWDIR%%/node_modules/recast/example/generic-identity +%%WWWDIR%%/node_modules/recast/example/identity +%%WWWDIR%%/node_modules/recast/example/to-while +%%WWWDIR%%/node_modules/recast/lib/comments.js +%%WWWDIR%%/node_modules/recast/lib/fast-path.js +%%WWWDIR%%/node_modules/recast/lib/lines.js +%%WWWDIR%%/node_modules/recast/lib/mapping.js +%%WWWDIR%%/node_modules/recast/lib/options.js +%%WWWDIR%%/node_modules/recast/lib/parser.js +%%WWWDIR%%/node_modules/recast/lib/patcher.js +%%WWWDIR%%/node_modules/recast/lib/printer.js +%%WWWDIR%%/node_modules/recast/lib/types.js +%%WWWDIR%%/node_modules/recast/lib/util.js +%%WWWDIR%%/node_modules/recast/main.js +%%WWWDIR%%/node_modules/recast/node_modules/ast-types/.npmignore +%%WWWDIR%%/node_modules/recast/node_modules/ast-types/.travis.yml +%%WWWDIR%%/node_modules/recast/node_modules/ast-types/LICENSE +%%WWWDIR%%/node_modules/recast/node_modules/ast-types/README.md +%%WWWDIR%%/node_modules/recast/node_modules/ast-types/def/babel.js +%%WWWDIR%%/node_modules/recast/node_modules/ast-types/def/core.js +%%WWWDIR%%/node_modules/recast/node_modules/ast-types/def/e4x.js +%%WWWDIR%%/node_modules/recast/node_modules/ast-types/def/es6.js +%%WWWDIR%%/node_modules/recast/node_modules/ast-types/def/es7.js +%%WWWDIR%%/node_modules/recast/node_modules/ast-types/def/esprima.js +%%WWWDIR%%/node_modules/recast/node_modules/ast-types/def/fb-harmony.js +%%WWWDIR%%/node_modules/recast/node_modules/ast-types/def/mozilla.js +%%WWWDIR%%/node_modules/recast/node_modules/ast-types/lib/equiv.js +%%WWWDIR%%/node_modules/recast/node_modules/ast-types/lib/node-path.js +%%WWWDIR%%/node_modules/recast/node_modules/ast-types/lib/path-visitor.js +%%WWWDIR%%/node_modules/recast/node_modules/ast-types/lib/path.js +%%WWWDIR%%/node_modules/recast/node_modules/ast-types/lib/scope.js +%%WWWDIR%%/node_modules/recast/node_modules/ast-types/lib/shared.js +%%WWWDIR%%/node_modules/recast/node_modules/ast-types/lib/types.js +%%WWWDIR%%/node_modules/recast/node_modules/ast-types/main.js +%%WWWDIR%%/node_modules/recast/node_modules/ast-types/package.json +%%WWWDIR%%/node_modules/recast/node_modules/source-map/README.md +%%WWWDIR%%/node_modules/recast/node_modules/source-map/build/assert-shim.js +%%WWWDIR%%/node_modules/recast/node_modules/source-map/build/mini-require.js +%%WWWDIR%%/node_modules/recast/node_modules/source-map/build/prefix-source-map.jsm +%%WWWDIR%%/node_modules/recast/node_modules/source-map/build/prefix-utils.jsm +%%WWWDIR%%/node_modules/recast/node_modules/source-map/build/suffix-browser.js +%%WWWDIR%%/node_modules/recast/node_modules/source-map/build/suffix-source-map.jsm +%%WWWDIR%%/node_modules/recast/node_modules/source-map/build/suffix-utils.jsm +%%WWWDIR%%/node_modules/recast/node_modules/source-map/build/test-prefix.js +%%WWWDIR%%/node_modules/recast/node_modules/source-map/build/test-suffix.js +%%WWWDIR%%/node_modules/recast/node_modules/source-map/lib/source-map.js +%%WWWDIR%%/node_modules/recast/node_modules/source-map/lib/source-map/array-set.js +%%WWWDIR%%/node_modules/recast/node_modules/source-map/lib/source-map/base64-vlq.js +%%WWWDIR%%/node_modules/recast/node_modules/source-map/lib/source-map/base64.js +%%WWWDIR%%/node_modules/recast/node_modules/source-map/lib/source-map/binary-search.js +%%WWWDIR%%/node_modules/recast/node_modules/source-map/lib/source-map/mapping-list.js +%%WWWDIR%%/node_modules/recast/node_modules/source-map/lib/source-map/quick-sort.js +%%WWWDIR%%/node_modules/recast/node_modules/source-map/lib/source-map/source-map-consumer.js +%%WWWDIR%%/node_modules/recast/node_modules/source-map/lib/source-map/source-map-generator.js +%%WWWDIR%%/node_modules/recast/node_modules/source-map/lib/source-map/source-node.js +%%WWWDIR%%/node_modules/recast/node_modules/source-map/lib/source-map/util.js +%%WWWDIR%%/node_modules/recast/node_modules/source-map/package.json +%%WWWDIR%%/node_modules/recast/package.json +%%WWWDIR%%/node_modules/reduce-css-calc/CHANGELOG.md +%%WWWDIR%%/node_modules/reduce-css-calc/LICENSE +%%WWWDIR%%/node_modules/reduce-css-calc/README.md +%%WWWDIR%%/node_modules/reduce-css-calc/index.js +%%WWWDIR%%/node_modules/reduce-css-calc/package.json +%%WWWDIR%%/node_modules/reduce-function-call/CHANGELOG.md +%%WWWDIR%%/node_modules/reduce-function-call/LICENSE +%%WWWDIR%%/node_modules/reduce-function-call/README.md +%%WWWDIR%%/node_modules/reduce-function-call/index.js +%%WWWDIR%%/node_modules/reduce-function-call/package.json +%%WWWDIR%%/node_modules/regenerate/LICENSE-MIT.txt +%%WWWDIR%%/node_modules/regenerate/README.md +%%WWWDIR%%/node_modules/regenerate/package.json +%%WWWDIR%%/node_modules/regenerate/regenerate.js +%%WWWDIR%%/node_modules/regenerator/.npmignore +%%WWWDIR%%/node_modules/regenerator/.travis.yml +%%WWWDIR%%/node_modules/regenerator/CONTRIBUTING.md +%%WWWDIR%%/node_modules/regenerator/LICENSE +%%WWWDIR%%/node_modules/regenerator/PATENTS +%%WWWDIR%%/node_modules/regenerator/README.md +%%WWWDIR%%/node_modules/regenerator/bin/regenerator +%%WWWDIR%%/node_modules/regenerator/lib/emit.js +%%WWWDIR%%/node_modules/regenerator/lib/hoist.js +%%WWWDIR%%/node_modules/regenerator/lib/leap.js +%%WWWDIR%%/node_modules/regenerator/lib/meta.js +%%WWWDIR%%/node_modules/regenerator/lib/util.js +%%WWWDIR%%/node_modules/regenerator/lib/visit.js +%%WWWDIR%%/node_modules/regenerator/main.js +%%WWWDIR%%/node_modules/regenerator/package.json +%%WWWDIR%%/node_modules/regenerator/runtime-module.js +%%WWWDIR%%/node_modules/regenerator/runtime.js +%%WWWDIR%%/node_modules/regex-cache/LICENSE +%%WWWDIR%%/node_modules/regex-cache/README.md +%%WWWDIR%%/node_modules/regex-cache/index.js +%%WWWDIR%%/node_modules/regex-cache/package.json +%%WWWDIR%%/node_modules/regexpu/LICENSE-MIT.txt +%%WWWDIR%%/node_modules/regexpu/README.md +%%WWWDIR%%/node_modules/regexpu/bin/regexpu +%%WWWDIR%%/node_modules/regexpu/data/character-class-escape-sets.js +%%WWWDIR%%/node_modules/regexpu/data/iu-mappings.json +%%WWWDIR%%/node_modules/regexpu/man/regexpu.1 +%%WWWDIR%%/node_modules/regexpu/node_modules/.bin/esparse +%%WWWDIR%%/node_modules/regexpu/node_modules/.bin/esvalidate +%%WWWDIR%%/node_modules/regexpu/node_modules/esprima/ChangeLog +%%WWWDIR%%/node_modules/regexpu/node_modules/esprima/LICENSE.BSD +%%WWWDIR%%/node_modules/regexpu/node_modules/esprima/README.md +%%WWWDIR%%/node_modules/regexpu/node_modules/esprima/bin/esparse.js +%%WWWDIR%%/node_modules/regexpu/node_modules/esprima/bin/esvalidate.js +%%WWWDIR%%/node_modules/regexpu/node_modules/esprima/esprima.js +%%WWWDIR%%/node_modules/regexpu/node_modules/esprima/package.json +%%WWWDIR%%/node_modules/regexpu/package.json +%%WWWDIR%%/node_modules/regexpu/regexpu.js +%%WWWDIR%%/node_modules/regexpu/rewrite-pattern.js +%%WWWDIR%%/node_modules/regexpu/transform-tree.js +%%WWWDIR%%/node_modules/regexpu/transpile-code.js +%%WWWDIR%%/node_modules/regjsgen/LICENSE.txt +%%WWWDIR%%/node_modules/regjsgen/README.md +%%WWWDIR%%/node_modules/regjsgen/package.json +%%WWWDIR%%/node_modules/regjsgen/regjsgen.js +%%WWWDIR%%/node_modules/regjsparser/CHANGELOG +%%WWWDIR%%/node_modules/regjsparser/LICENSE.BSD +%%WWWDIR%%/node_modules/regjsparser/README.md +%%WWWDIR%%/node_modules/regjsparser/bin/parser +%%WWWDIR%%/node_modules/regjsparser/package.json +%%WWWDIR%%/node_modules/regjsparser/parser.js +%%WWWDIR%%/node_modules/repeat-element/LICENSE +%%WWWDIR%%/node_modules/repeat-element/README.md +%%WWWDIR%%/node_modules/repeat-element/index.js +%%WWWDIR%%/node_modules/repeat-element/package.json +%%WWWDIR%%/node_modules/repeat-string/LICENSE +%%WWWDIR%%/node_modules/repeat-string/README.md +%%WWWDIR%%/node_modules/repeat-string/index.js +%%WWWDIR%%/node_modules/repeat-string/package.json +%%WWWDIR%%/node_modules/repeating/cli.js +%%WWWDIR%%/node_modules/repeating/index.js +%%WWWDIR%%/node_modules/repeating/license +%%WWWDIR%%/node_modules/repeating/package.json +%%WWWDIR%%/node_modules/repeating/readme.md +%%WWWDIR%%/node_modules/request/.eslintrc +%%WWWDIR%%/node_modules/request/.npmignore +%%WWWDIR%%/node_modules/request/.travis.yml +%%WWWDIR%%/node_modules/request/CHANGELOG.md +%%WWWDIR%%/node_modules/request/CONTRIBUTING.md +%%WWWDIR%%/node_modules/request/LICENSE +%%WWWDIR%%/node_modules/request/README.md +%%WWWDIR%%/node_modules/request/disabled.appveyor.yml +%%WWWDIR%%/node_modules/request/examples/README.md +%%WWWDIR%%/node_modules/request/index.js +%%WWWDIR%%/node_modules/request/lib/auth.js +%%WWWDIR%%/node_modules/request/lib/cookies.js +%%WWWDIR%%/node_modules/request/lib/getProxyFromURI.js +%%WWWDIR%%/node_modules/request/lib/har.js +%%WWWDIR%%/node_modules/request/lib/helpers.js +%%WWWDIR%%/node_modules/request/lib/multipart.js +%%WWWDIR%%/node_modules/request/lib/oauth.js +%%WWWDIR%%/node_modules/request/lib/querystring.js +%%WWWDIR%%/node_modules/request/lib/redirect.js +%%WWWDIR%%/node_modules/request/lib/tunnel.js +%%WWWDIR%%/node_modules/request/package.json +%%WWWDIR%%/node_modules/request/release.sh +%%WWWDIR%%/node_modules/request/request.js +%%WWWDIR%%/node_modules/requirefrom/index.js +%%WWWDIR%%/node_modules/requirefrom/package.json +%%WWWDIR%%/node_modules/requirefrom/readme.md +%%WWWDIR%%/node_modules/resolve/.npmignore +%%WWWDIR%%/node_modules/resolve/.travis.yml +%%WWWDIR%%/node_modules/resolve/LICENSE +%%WWWDIR%%/node_modules/resolve/example/async.js +%%WWWDIR%%/node_modules/resolve/example/sync.js +%%WWWDIR%%/node_modules/resolve/index.js +%%WWWDIR%%/node_modules/resolve/lib/async.js +%%WWWDIR%%/node_modules/resolve/lib/caller.js +%%WWWDIR%%/node_modules/resolve/lib/core.js +%%WWWDIR%%/node_modules/resolve/lib/core.json +%%WWWDIR%%/node_modules/resolve/lib/node-modules-paths.js +%%WWWDIR%%/node_modules/resolve/lib/sync.js +%%WWWDIR%%/node_modules/resolve/package.json +%%WWWDIR%%/node_modules/resolve/readme.markdown +%%WWWDIR%%/node_modules/right-align/LICENSE +%%WWWDIR%%/node_modules/right-align/README.md +%%WWWDIR%%/node_modules/right-align/index.js +%%WWWDIR%%/node_modules/right-align/package.json +%%WWWDIR%%/node_modules/rimraf/LICENSE +%%WWWDIR%%/node_modules/rimraf/README.md +%%WWWDIR%%/node_modules/rimraf/bin.js +%%WWWDIR%%/node_modules/rimraf/package.json +%%WWWDIR%%/node_modules/rimraf/rimraf.js +%%WWWDIR%%/node_modules/ripemd160/.min-wd +%%WWWDIR%%/node_modules/ripemd160/.npmignore +%%WWWDIR%%/node_modules/ripemd160/CHANGELOG.md +%%WWWDIR%%/node_modules/ripemd160/Makefile +%%WWWDIR%%/node_modules/ripemd160/README.md +%%WWWDIR%%/node_modules/ripemd160/lib/ripemd160.js +%%WWWDIR%%/node_modules/ripemd160/package.json +%%WWWDIR%%/node_modules/rjs-repack-loader/.npmignore +%%WWWDIR%%/node_modules/rjs-repack-loader/README.md +%%WWWDIR%%/node_modules/rjs-repack-loader/index.js +%%WWWDIR%%/node_modules/rjs-repack-loader/node_modules/source-map/README.md +%%WWWDIR%%/node_modules/rjs-repack-loader/node_modules/source-map/build/assert-shim.js +%%WWWDIR%%/node_modules/rjs-repack-loader/node_modules/source-map/build/mini-require.js +%%WWWDIR%%/node_modules/rjs-repack-loader/node_modules/source-map/build/prefix-source-map.jsm +%%WWWDIR%%/node_modules/rjs-repack-loader/node_modules/source-map/build/prefix-utils.jsm +%%WWWDIR%%/node_modules/rjs-repack-loader/node_modules/source-map/build/suffix-browser.js +%%WWWDIR%%/node_modules/rjs-repack-loader/node_modules/source-map/build/suffix-source-map.jsm +%%WWWDIR%%/node_modules/rjs-repack-loader/node_modules/source-map/build/suffix-utils.jsm +%%WWWDIR%%/node_modules/rjs-repack-loader/node_modules/source-map/build/test-prefix.js +%%WWWDIR%%/node_modules/rjs-repack-loader/node_modules/source-map/build/test-suffix.js +%%WWWDIR%%/node_modules/rjs-repack-loader/node_modules/source-map/lib/source-map.js +%%WWWDIR%%/node_modules/rjs-repack-loader/node_modules/source-map/lib/source-map/array-set.js +%%WWWDIR%%/node_modules/rjs-repack-loader/node_modules/source-map/lib/source-map/base64-vlq.js +%%WWWDIR%%/node_modules/rjs-repack-loader/node_modules/source-map/lib/source-map/base64.js +%%WWWDIR%%/node_modules/rjs-repack-loader/node_modules/source-map/lib/source-map/binary-search.js +%%WWWDIR%%/node_modules/rjs-repack-loader/node_modules/source-map/lib/source-map/mapping-list.js +%%WWWDIR%%/node_modules/rjs-repack-loader/node_modules/source-map/lib/source-map/quick-sort.js +%%WWWDIR%%/node_modules/rjs-repack-loader/node_modules/source-map/lib/source-map/source-map-consumer.js +%%WWWDIR%%/node_modules/rjs-repack-loader/node_modules/source-map/lib/source-map/source-map-generator.js +%%WWWDIR%%/node_modules/rjs-repack-loader/node_modules/source-map/lib/source-map/source-node.js +%%WWWDIR%%/node_modules/rjs-repack-loader/node_modules/source-map/lib/source-map/util.js +%%WWWDIR%%/node_modules/rjs-repack-loader/node_modules/source-map/package.json +%%WWWDIR%%/node_modules/rjs-repack-loader/package.json +%%WWWDIR%%/node_modules/script-loader/.npmignore +%%WWWDIR%%/node_modules/script-loader/README.md +%%WWWDIR%%/node_modules/script-loader/addScript.js +%%WWWDIR%%/node_modules/script-loader/index.js +%%WWWDIR%%/node_modules/script-loader/package.json +%%WWWDIR%%/node_modules/select/.editorconfig +%%WWWDIR%%/node_modules/select/.npmignore +%%WWWDIR%%/node_modules/select/.travis.yml +%%WWWDIR%%/node_modules/select/bower.json +%%WWWDIR%%/node_modules/select/demo/contenteditable.html +%%WWWDIR%%/node_modules/select/demo/disabled.html +%%WWWDIR%%/node_modules/select/demo/dropdown.html +%%WWWDIR%%/node_modules/select/demo/editable.html +%%WWWDIR%%/node_modules/select/demo/multiple.html +%%WWWDIR%%/node_modules/select/demo/nested.html +%%WWWDIR%%/node_modules/select/demo/non-editable.html +%%WWWDIR%%/node_modules/select/dist/select.js +%%WWWDIR%%/node_modules/select/karma.conf.js +%%WWWDIR%%/node_modules/select/package.json +%%WWWDIR%%/node_modules/select/readme.md +%%WWWDIR%%/node_modules/select/saucelabs.js +%%WWWDIR%%/node_modules/select/src/select.js +%%WWWDIR%%/node_modules/semver/.npmignore +%%WWWDIR%%/node_modules/semver/.travis.yml +%%WWWDIR%%/node_modules/semver/LICENSE +%%WWWDIR%%/node_modules/semver/Makefile +%%WWWDIR%%/node_modules/semver/README.md +%%WWWDIR%%/node_modules/semver/bin/semver +%%WWWDIR%%/node_modules/semver/foot.js.txt +%%WWWDIR%%/node_modules/semver/head.js.txt +%%WWWDIR%%/node_modules/semver/package.json +%%WWWDIR%%/node_modules/semver/semver.browser.js +%%WWWDIR%%/node_modules/semver/semver.browser.js.gz +%%WWWDIR%%/node_modules/semver/semver.js +%%WWWDIR%%/node_modules/semver/semver.min.js +%%WWWDIR%%/node_modules/semver/semver.min.js.gz +%%WWWDIR%%/node_modules/set-immediate-shim/index.js +%%WWWDIR%%/node_modules/set-immediate-shim/package.json +%%WWWDIR%%/node_modules/set-immediate-shim/readme.md +%%WWWDIR%%/node_modules/sha.js/.travis.yml +%%WWWDIR%%/node_modules/sha.js/LICENSE +%%WWWDIR%%/node_modules/sha.js/README.md +%%WWWDIR%%/node_modules/sha.js/bin.js +%%WWWDIR%%/node_modules/sha.js/browserify.js +%%WWWDIR%%/node_modules/sha.js/hash.js +%%WWWDIR%%/node_modules/sha.js/hexpp.js +%%WWWDIR%%/node_modules/sha.js/index.js +%%WWWDIR%%/node_modules/sha.js/package.json +%%WWWDIR%%/node_modules/sha.js/sha1.js +%%WWWDIR%%/node_modules/sha.js/sha256.js +%%WWWDIR%%/node_modules/sha.js/sha512.js +%%WWWDIR%%/node_modules/shebang-regex/index.js +%%WWWDIR%%/node_modules/shebang-regex/license +%%WWWDIR%%/node_modules/shebang-regex/package.json +%%WWWDIR%%/node_modules/shebang-regex/readme.md +%%WWWDIR%%/node_modules/shot/.npmignore +%%WWWDIR%%/node_modules/shot/LICENSE +%%WWWDIR%%/node_modules/shot/README.md +%%WWWDIR%%/node_modules/shot/lib/index.js +%%WWWDIR%%/node_modules/shot/lib/request.js +%%WWWDIR%%/node_modules/shot/lib/response.js +%%WWWDIR%%/node_modules/shot/lib/schema.js +%%WWWDIR%%/node_modules/shot/node_modules/hoek/.npmignore +%%WWWDIR%%/node_modules/shot/node_modules/hoek/LICENSE +%%WWWDIR%%/node_modules/shot/node_modules/hoek/README.md +%%WWWDIR%%/node_modules/shot/node_modules/hoek/lib/escape.js +%%WWWDIR%%/node_modules/shot/node_modules/hoek/lib/index.js +%%WWWDIR%%/node_modules/shot/node_modules/hoek/package.json +%%WWWDIR%%/node_modules/shot/node_modules/isemail/.npmignore +%%WWWDIR%%/node_modules/shot/node_modules/isemail/LICENSE +%%WWWDIR%%/node_modules/shot/node_modules/isemail/README.md +%%WWWDIR%%/node_modules/shot/node_modules/isemail/lib/index.js +%%WWWDIR%%/node_modules/shot/node_modules/isemail/package.json +%%WWWDIR%%/node_modules/shot/node_modules/items/.npmignore +%%WWWDIR%%/node_modules/shot/node_modules/items/LICENSE +%%WWWDIR%%/node_modules/shot/node_modules/items/README.md +%%WWWDIR%%/node_modules/shot/node_modules/items/lib/index.js +%%WWWDIR%%/node_modules/shot/node_modules/items/package.json +%%WWWDIR%%/node_modules/shot/node_modules/joi/LICENSE +%%WWWDIR%%/node_modules/shot/node_modules/joi/README.md +%%WWWDIR%%/node_modules/shot/node_modules/joi/lib/alternatives.js +%%WWWDIR%%/node_modules/shot/node_modules/joi/lib/any.js +%%WWWDIR%%/node_modules/shot/node_modules/joi/lib/array.js +%%WWWDIR%%/node_modules/shot/node_modules/joi/lib/binary.js +%%WWWDIR%%/node_modules/shot/node_modules/joi/lib/boolean.js +%%WWWDIR%%/node_modules/shot/node_modules/joi/lib/cast.js +%%WWWDIR%%/node_modules/shot/node_modules/joi/lib/date.js +%%WWWDIR%%/node_modules/shot/node_modules/joi/lib/errors.js +%%WWWDIR%%/node_modules/shot/node_modules/joi/lib/index.js +%%WWWDIR%%/node_modules/shot/node_modules/joi/lib/language.js +%%WWWDIR%%/node_modules/shot/node_modules/joi/lib/lazy.js +%%WWWDIR%%/node_modules/shot/node_modules/joi/lib/number.js +%%WWWDIR%%/node_modules/shot/node_modules/joi/lib/object.js +%%WWWDIR%%/node_modules/shot/node_modules/joi/lib/ref.js +%%WWWDIR%%/node_modules/shot/node_modules/joi/lib/schemas.js +%%WWWDIR%%/node_modules/shot/node_modules/joi/lib/set.js +%%WWWDIR%%/node_modules/shot/node_modules/joi/lib/string.js +%%WWWDIR%%/node_modules/shot/node_modules/joi/lib/string/ip.js +%%WWWDIR%%/node_modules/shot/node_modules/joi/lib/string/rfc3986.js +%%WWWDIR%%/node_modules/shot/node_modules/joi/lib/string/uri.js +%%WWWDIR%%/node_modules/shot/node_modules/joi/package.json +%%WWWDIR%%/node_modules/shot/node_modules/topo/.npmignore +%%WWWDIR%%/node_modules/shot/node_modules/topo/README.md +%%WWWDIR%%/node_modules/shot/node_modules/topo/lib/index.js +%%WWWDIR%%/node_modules/shot/node_modules/topo/package.json +%%WWWDIR%%/node_modules/shot/package.json +%%WWWDIR%%/node_modules/simple-fmt/LICENSE +%%WWWDIR%%/node_modules/simple-fmt/README.md +%%WWWDIR%%/node_modules/simple-fmt/package.json +%%WWWDIR%%/node_modules/simple-fmt/simple-fmt.js +%%WWWDIR%%/node_modules/simple-is/LICENSE +%%WWWDIR%%/node_modules/simple-is/README.md +%%WWWDIR%%/node_modules/simple-is/package.json +%%WWWDIR%%/node_modules/simple-is/simple-is.js +%%WWWDIR%%/node_modules/slash/index.js +%%WWWDIR%%/node_modules/slash/package.json +%%WWWDIR%%/node_modules/slash/readme.md +%%WWWDIR%%/node_modules/sntp/.npmignore +%%WWWDIR%%/node_modules/sntp/.travis.yml +%%WWWDIR%%/node_modules/sntp/LICENSE +%%WWWDIR%%/node_modules/sntp/Makefile +%%WWWDIR%%/node_modules/sntp/README.md +%%WWWDIR%%/node_modules/sntp/examples/offset.js +%%WWWDIR%%/node_modules/sntp/examples/time.js +%%WWWDIR%%/node_modules/sntp/index.js +%%WWWDIR%%/node_modules/sntp/lib/index.js +%%WWWDIR%%/node_modules/sntp/package.json +%%WWWDIR%%/node_modules/sort-keys/index.js +%%WWWDIR%%/node_modules/sort-keys/license +%%WWWDIR%%/node_modules/sort-keys/package.json +%%WWWDIR%%/node_modules/sort-keys/readme.md +%%WWWDIR%%/node_modules/source-list-map/.editorconfig +%%WWWDIR%%/node_modules/source-list-map/.npmignore +%%WWWDIR%%/node_modules/source-list-map/.travis.yml +%%WWWDIR%%/node_modules/source-list-map/README.md +%%WWWDIR%%/node_modules/source-list-map/lib/CodeNode.js +%%WWWDIR%%/node_modules/source-list-map/lib/MappingsContext.js +%%WWWDIR%%/node_modules/source-list-map/lib/SourceListMap.js +%%WWWDIR%%/node_modules/source-list-map/lib/SourceNode.js +%%WWWDIR%%/node_modules/source-list-map/lib/base64-vlq.js +%%WWWDIR%%/node_modules/source-list-map/lib/fromStringWithSourceMap.js +%%WWWDIR%%/node_modules/source-list-map/lib/helpers.js +%%WWWDIR%%/node_modules/source-list-map/lib/index.js +%%WWWDIR%%/node_modules/source-list-map/package.json +%%WWWDIR%%/node_modules/source-map-support/.npmignore +%%WWWDIR%%/node_modules/source-map-support/LICENSE.md +%%WWWDIR%%/node_modules/source-map-support/README.md +%%WWWDIR%%/node_modules/source-map-support/amd-test/browser-source-map-support.js +%%WWWDIR%%/node_modules/source-map-support/amd-test/index.html +%%WWWDIR%%/node_modules/source-map-support/amd-test/require.js +%%WWWDIR%%/node_modules/source-map-support/amd-test/script.coffee +%%WWWDIR%%/node_modules/source-map-support/amd-test/script.js +%%WWWDIR%%/node_modules/source-map-support/amd-test/script.map +%%WWWDIR%%/node_modules/source-map-support/browser-source-map-support.js +%%WWWDIR%%/node_modules/source-map-support/browser-test/index.html +%%WWWDIR%%/node_modules/source-map-support/browser-test/script.coffee +%%WWWDIR%%/node_modules/source-map-support/browser-test/script.js +%%WWWDIR%%/node_modules/source-map-support/browser-test/script.map +%%WWWDIR%%/node_modules/source-map-support/build.js +%%WWWDIR%%/node_modules/source-map-support/header-test/index.html +%%WWWDIR%%/node_modules/source-map-support/header-test/script.coffee +%%WWWDIR%%/node_modules/source-map-support/header-test/script.js +%%WWWDIR%%/node_modules/source-map-support/header-test/script.map +%%WWWDIR%%/node_modules/source-map-support/header-test/server.js +%%WWWDIR%%/node_modules/source-map-support/node_modules/source-map/.npmignore +%%WWWDIR%%/node_modules/source-map-support/node_modules/source-map/.travis.yml +%%WWWDIR%%/node_modules/source-map-support/node_modules/source-map/CHANGELOG.md +%%WWWDIR%%/node_modules/source-map-support/node_modules/source-map/LICENSE +%%WWWDIR%%/node_modules/source-map-support/node_modules/source-map/Makefile.dryice.js +%%WWWDIR%%/node_modules/source-map-support/node_modules/source-map/README.md +%%WWWDIR%%/node_modules/source-map-support/node_modules/source-map/build/assert-shim.js +%%WWWDIR%%/node_modules/source-map-support/node_modules/source-map/build/mini-require.js +%%WWWDIR%%/node_modules/source-map-support/node_modules/source-map/build/prefix-source-map.jsm +%%WWWDIR%%/node_modules/source-map-support/node_modules/source-map/build/prefix-utils.jsm +%%WWWDIR%%/node_modules/source-map-support/node_modules/source-map/build/suffix-browser.js +%%WWWDIR%%/node_modules/source-map-support/node_modules/source-map/build/suffix-source-map.jsm +%%WWWDIR%%/node_modules/source-map-support/node_modules/source-map/build/suffix-utils.jsm +%%WWWDIR%%/node_modules/source-map-support/node_modules/source-map/build/test-prefix.js +%%WWWDIR%%/node_modules/source-map-support/node_modules/source-map/build/test-suffix.js +%%WWWDIR%%/node_modules/source-map-support/node_modules/source-map/lib/source-map.js +%%WWWDIR%%/node_modules/source-map-support/node_modules/source-map/lib/source-map/array-set.js +%%WWWDIR%%/node_modules/source-map-support/node_modules/source-map/lib/source-map/base64-vlq.js +%%WWWDIR%%/node_modules/source-map-support/node_modules/source-map/lib/source-map/base64.js +%%WWWDIR%%/node_modules/source-map-support/node_modules/source-map/lib/source-map/binary-search.js +%%WWWDIR%%/node_modules/source-map-support/node_modules/source-map/lib/source-map/source-map-consumer.js +%%WWWDIR%%/node_modules/source-map-support/node_modules/source-map/lib/source-map/source-map-generator.js +%%WWWDIR%%/node_modules/source-map-support/node_modules/source-map/lib/source-map/source-node.js +%%WWWDIR%%/node_modules/source-map-support/node_modules/source-map/lib/source-map/util.js +%%WWWDIR%%/node_modules/source-map-support/node_modules/source-map/package.json +%%WWWDIR%%/node_modules/source-map-support/package.json +%%WWWDIR%%/node_modules/source-map-support/source-map-support.js +%%WWWDIR%%/node_modules/source-map-support/test.js +%%WWWDIR%%/node_modules/source-map/CHANGELOG.md +%%WWWDIR%%/node_modules/source-map/LICENSE +%%WWWDIR%%/node_modules/source-map/README.md +%%WWWDIR%%/node_modules/source-map/dist/source-map.debug.js +%%WWWDIR%%/node_modules/source-map/dist/source-map.js +%%WWWDIR%%/node_modules/source-map/dist/source-map.min.js +%%WWWDIR%%/node_modules/source-map/dist/source-map.min.js.map +%%WWWDIR%%/node_modules/source-map/lib/array-set.js +%%WWWDIR%%/node_modules/source-map/lib/base64-vlq.js +%%WWWDIR%%/node_modules/source-map/lib/base64.js +%%WWWDIR%%/node_modules/source-map/lib/binary-search.js +%%WWWDIR%%/node_modules/source-map/lib/mapping-list.js +%%WWWDIR%%/node_modules/source-map/lib/quick-sort.js +%%WWWDIR%%/node_modules/source-map/lib/source-map-consumer.js +%%WWWDIR%%/node_modules/source-map/lib/source-map-generator.js +%%WWWDIR%%/node_modules/source-map/lib/source-node.js +%%WWWDIR%%/node_modules/source-map/lib/util.js +%%WWWDIR%%/node_modules/source-map/package.json +%%WWWDIR%%/node_modules/source-map/source-map.js +%%WWWDIR%%/node_modules/sprintf-js/.npmignore +%%WWWDIR%%/node_modules/sprintf-js/LICENSE +%%WWWDIR%%/node_modules/sprintf-js/README.md +%%WWWDIR%%/node_modules/sprintf-js/bower.json +%%WWWDIR%%/node_modules/sprintf-js/demo/angular.html +%%WWWDIR%%/node_modules/sprintf-js/dist/angular-sprintf.min.js +%%WWWDIR%%/node_modules/sprintf-js/dist/angular-sprintf.min.js.map +%%WWWDIR%%/node_modules/sprintf-js/dist/angular-sprintf.min.map +%%WWWDIR%%/node_modules/sprintf-js/dist/sprintf.min.js +%%WWWDIR%%/node_modules/sprintf-js/dist/sprintf.min.js.map +%%WWWDIR%%/node_modules/sprintf-js/dist/sprintf.min.map +%%WWWDIR%%/node_modules/sprintf-js/gruntfile.js +%%WWWDIR%%/node_modules/sprintf-js/package.json +%%WWWDIR%%/node_modules/sprintf-js/src/angular-sprintf.js +%%WWWDIR%%/node_modules/sprintf-js/src/sprintf.js +%%WWWDIR%%/node_modules/stable/.npmignore +%%WWWDIR%%/node_modules/stable/.travis.yml +%%WWWDIR%%/node_modules/stable/README.md +%%WWWDIR%%/node_modules/stable/bower.json +%%WWWDIR%%/node_modules/stable/package.json +%%WWWDIR%%/node_modules/stable/stable.js +%%WWWDIR%%/node_modules/stable/test.js +%%WWWDIR%%/node_modules/statehood/.npmignore +%%WWWDIR%%/node_modules/statehood/LICENSE +%%WWWDIR%%/node_modules/statehood/README.md +%%WWWDIR%%/node_modules/statehood/lib/index.js +%%WWWDIR%%/node_modules/statehood/node_modules/boom/LICENSE +%%WWWDIR%%/node_modules/statehood/node_modules/boom/README.md +%%WWWDIR%%/node_modules/statehood/node_modules/boom/lib/index.js +%%WWWDIR%%/node_modules/statehood/node_modules/boom/package.json +%%WWWDIR%%/node_modules/statehood/node_modules/hoek/.npmignore +%%WWWDIR%%/node_modules/statehood/node_modules/hoek/LICENSE +%%WWWDIR%%/node_modules/statehood/node_modules/hoek/README.md +%%WWWDIR%%/node_modules/statehood/node_modules/hoek/lib/escape.js +%%WWWDIR%%/node_modules/statehood/node_modules/hoek/lib/index.js +%%WWWDIR%%/node_modules/statehood/node_modules/hoek/package.json +%%WWWDIR%%/node_modules/statehood/node_modules/isemail/.npmignore +%%WWWDIR%%/node_modules/statehood/node_modules/isemail/LICENSE +%%WWWDIR%%/node_modules/statehood/node_modules/isemail/README.md +%%WWWDIR%%/node_modules/statehood/node_modules/isemail/lib/index.js +%%WWWDIR%%/node_modules/statehood/node_modules/isemail/package.json +%%WWWDIR%%/node_modules/statehood/node_modules/items/.npmignore +%%WWWDIR%%/node_modules/statehood/node_modules/items/LICENSE +%%WWWDIR%%/node_modules/statehood/node_modules/items/README.md +%%WWWDIR%%/node_modules/statehood/node_modules/items/lib/index.js +%%WWWDIR%%/node_modules/statehood/node_modules/items/package.json +%%WWWDIR%%/node_modules/statehood/node_modules/joi/LICENSE +%%WWWDIR%%/node_modules/statehood/node_modules/joi/README.md +%%WWWDIR%%/node_modules/statehood/node_modules/joi/lib/alternatives.js +%%WWWDIR%%/node_modules/statehood/node_modules/joi/lib/any.js +%%WWWDIR%%/node_modules/statehood/node_modules/joi/lib/array.js +%%WWWDIR%%/node_modules/statehood/node_modules/joi/lib/binary.js +%%WWWDIR%%/node_modules/statehood/node_modules/joi/lib/boolean.js +%%WWWDIR%%/node_modules/statehood/node_modules/joi/lib/cast.js +%%WWWDIR%%/node_modules/statehood/node_modules/joi/lib/date.js +%%WWWDIR%%/node_modules/statehood/node_modules/joi/lib/errors.js +%%WWWDIR%%/node_modules/statehood/node_modules/joi/lib/index.js +%%WWWDIR%%/node_modules/statehood/node_modules/joi/lib/language.js +%%WWWDIR%%/node_modules/statehood/node_modules/joi/lib/lazy.js +%%WWWDIR%%/node_modules/statehood/node_modules/joi/lib/number.js +%%WWWDIR%%/node_modules/statehood/node_modules/joi/lib/object.js +%%WWWDIR%%/node_modules/statehood/node_modules/joi/lib/ref.js +%%WWWDIR%%/node_modules/statehood/node_modules/joi/lib/schemas.js +%%WWWDIR%%/node_modules/statehood/node_modules/joi/lib/string.js +%%WWWDIR%%/node_modules/statehood/node_modules/joi/lib/string/ip.js +%%WWWDIR%%/node_modules/statehood/node_modules/joi/lib/string/rfc3986.js +%%WWWDIR%%/node_modules/statehood/node_modules/joi/lib/string/uri.js +%%WWWDIR%%/node_modules/statehood/node_modules/joi/package.json +%%WWWDIR%%/node_modules/statehood/node_modules/topo/.npmignore +%%WWWDIR%%/node_modules/statehood/node_modules/topo/README.md +%%WWWDIR%%/node_modules/statehood/node_modules/topo/lib/index.js +%%WWWDIR%%/node_modules/statehood/node_modules/topo/package.json +%%WWWDIR%%/node_modules/statehood/package.json +%%WWWDIR%%/node_modules/stream-browserify/.travis.yml +%%WWWDIR%%/node_modules/stream-browserify/LICENSE +%%WWWDIR%%/node_modules/stream-browserify/index.js +%%WWWDIR%%/node_modules/stream-browserify/package.json +%%WWWDIR%%/node_modules/stream-browserify/readme.markdown +%%WWWDIR%%/node_modules/strict-uri-encode/index.js +%%WWWDIR%%/node_modules/strict-uri-encode/license +%%WWWDIR%%/node_modules/strict-uri-encode/package.json +%%WWWDIR%%/node_modules/strict-uri-encode/readme.md +%%WWWDIR%%/node_modules/string_decoder/.npmignore +%%WWWDIR%%/node_modules/string_decoder/LICENSE +%%WWWDIR%%/node_modules/string_decoder/README.md +%%WWWDIR%%/node_modules/string_decoder/index.js +%%WWWDIR%%/node_modules/string_decoder/package.json +%%WWWDIR%%/node_modules/stringmap/LICENSE +%%WWWDIR%%/node_modules/stringmap/README.md +%%WWWDIR%%/node_modules/stringmap/examples.js +%%WWWDIR%%/node_modules/stringmap/package.json +%%WWWDIR%%/node_modules/stringmap/stringmap.js +%%WWWDIR%%/node_modules/stringset/LICENSE +%%WWWDIR%%/node_modules/stringset/README.md +%%WWWDIR%%/node_modules/stringset/examples.js +%%WWWDIR%%/node_modules/stringset/package.json +%%WWWDIR%%/node_modules/stringset/stringset.js +%%WWWDIR%%/node_modules/stringstream/.npmignore +%%WWWDIR%%/node_modules/stringstream/.travis.yml +%%WWWDIR%%/node_modules/stringstream/LICENSE.txt +%%WWWDIR%%/node_modules/stringstream/README.md +%%WWWDIR%%/node_modules/stringstream/example.js +%%WWWDIR%%/node_modules/stringstream/package.json +%%WWWDIR%%/node_modules/stringstream/stringstream.js +%%WWWDIR%%/node_modules/strip-ansi/index.js +%%WWWDIR%%/node_modules/strip-ansi/license +%%WWWDIR%%/node_modules/strip-ansi/package.json +%%WWWDIR%%/node_modules/strip-ansi/readme.md +%%WWWDIR%%/node_modules/style-loader/.npmignore +%%WWWDIR%%/node_modules/style-loader/README.md +%%WWWDIR%%/node_modules/style-loader/addStyleUrl.js +%%WWWDIR%%/node_modules/style-loader/addStyles.js +%%WWWDIR%%/node_modules/style-loader/index.js +%%WWWDIR%%/node_modules/style-loader/package.json +%%WWWDIR%%/node_modules/style-loader/url.js +%%WWWDIR%%/node_modules/style-loader/useable.js +%%WWWDIR%%/node_modules/subtext/.npmignore +%%WWWDIR%%/node_modules/subtext/LICENSE +%%WWWDIR%%/node_modules/subtext/README.md +%%WWWDIR%%/node_modules/subtext/lib/index.js +%%WWWDIR%%/node_modules/subtext/node_modules/boom/LICENSE +%%WWWDIR%%/node_modules/subtext/node_modules/boom/README.md +%%WWWDIR%%/node_modules/subtext/node_modules/boom/lib/index.js +%%WWWDIR%%/node_modules/subtext/node_modules/boom/package.json +%%WWWDIR%%/node_modules/subtext/node_modules/hoek/.npmignore +%%WWWDIR%%/node_modules/subtext/node_modules/hoek/LICENSE +%%WWWDIR%%/node_modules/subtext/node_modules/hoek/README.md +%%WWWDIR%%/node_modules/subtext/node_modules/hoek/lib/escape.js +%%WWWDIR%%/node_modules/subtext/node_modules/hoek/lib/index.js +%%WWWDIR%%/node_modules/subtext/node_modules/hoek/package.json +%%WWWDIR%%/node_modules/subtext/node_modules/wreck/.npmignore +%%WWWDIR%%/node_modules/subtext/node_modules/wreck/LICENSE +%%WWWDIR%%/node_modules/subtext/node_modules/wreck/README.md +%%WWWDIR%%/node_modules/subtext/node_modules/wreck/lib/index.js +%%WWWDIR%%/node_modules/subtext/node_modules/wreck/lib/payload.js +%%WWWDIR%%/node_modules/subtext/node_modules/wreck/lib/recorder.js +%%WWWDIR%%/node_modules/subtext/node_modules/wreck/lib/tap.js +%%WWWDIR%%/node_modules/subtext/node_modules/wreck/package.json +%%WWWDIR%%/node_modules/subtext/package.json +%%WWWDIR%%/node_modules/supports-color/browser.js +%%WWWDIR%%/node_modules/supports-color/index.js +%%WWWDIR%%/node_modules/supports-color/license +%%WWWDIR%%/node_modules/supports-color/package.json +%%WWWDIR%%/node_modules/supports-color/readme.md +%%WWWDIR%%/node_modules/tapable/.gitattributes +%%WWWDIR%%/node_modules/tapable/.npmignore +%%WWWDIR%%/node_modules/tapable/.travis.yml +%%WWWDIR%%/node_modules/tapable/README.md +%%WWWDIR%%/node_modules/tapable/lib/Tapable.js +%%WWWDIR%%/node_modules/tapable/package.json +%%WWWDIR%%/node_modules/tar/.npmignore +%%WWWDIR%%/node_modules/tar/.travis.yml +%%WWWDIR%%/node_modules/tar/LICENSE +%%WWWDIR%%/node_modules/tar/README.md +%%WWWDIR%%/node_modules/tar/examples/extracter.js +%%WWWDIR%%/node_modules/tar/examples/packer.js +%%WWWDIR%%/node_modules/tar/examples/reader.js +%%WWWDIR%%/node_modules/tar/lib/buffer-entry.js +%%WWWDIR%%/node_modules/tar/lib/entry-writer.js +%%WWWDIR%%/node_modules/tar/lib/entry.js +%%WWWDIR%%/node_modules/tar/lib/extended-header-writer.js +%%WWWDIR%%/node_modules/tar/lib/extended-header.js +%%WWWDIR%%/node_modules/tar/lib/extract.js +%%WWWDIR%%/node_modules/tar/lib/global-header-writer.js +%%WWWDIR%%/node_modules/tar/lib/header.js +%%WWWDIR%%/node_modules/tar/lib/pack.js +%%WWWDIR%%/node_modules/tar/lib/parse.js +%%WWWDIR%%/node_modules/tar/package.json +%%WWWDIR%%/node_modules/tar/tar.js +%%WWWDIR%%/node_modules/through/.travis.yml +%%WWWDIR%%/node_modules/through/LICENSE.APACHE2 +%%WWWDIR%%/node_modules/through/LICENSE.MIT +%%WWWDIR%%/node_modules/through/index.js +%%WWWDIR%%/node_modules/through/package.json +%%WWWDIR%%/node_modules/through/readme.markdown +%%WWWDIR%%/node_modules/timers-browserify/.npmignore +%%WWWDIR%%/node_modules/timers-browserify/CHANGELOG.md +%%WWWDIR%%/node_modules/timers-browserify/LICENSE.md +%%WWWDIR%%/node_modules/timers-browserify/README.md +%%WWWDIR%%/node_modules/timers-browserify/example/enroll/build.sh +%%WWWDIR%%/node_modules/timers-browserify/example/enroll/index.html +%%WWWDIR%%/node_modules/timers-browserify/example/enroll/js/browserify.js +%%WWWDIR%%/node_modules/timers-browserify/example/enroll/js/main.js +%%WWWDIR%%/node_modules/timers-browserify/example/enroll/server.js +%%WWWDIR%%/node_modules/timers-browserify/main.js +%%WWWDIR%%/node_modules/timers-browserify/package.json +%%WWWDIR%%/node_modules/tiny-emitter/.npmignore +%%WWWDIR%%/node_modules/tiny-emitter/README.md +%%WWWDIR%%/node_modules/tiny-emitter/bower.json +%%WWWDIR%%/node_modules/tiny-emitter/dist/tinyemitter.js +%%WWWDIR%%/node_modules/tiny-emitter/dist/tinyemitter.min.js +%%WWWDIR%%/node_modules/tiny-emitter/index.d.ts +%%WWWDIR%%/node_modules/tiny-emitter/index.js +%%WWWDIR%%/node_modules/tiny-emitter/package.json +%%WWWDIR%%/node_modules/to-fast-properties/index.js +%%WWWDIR%%/node_modules/to-fast-properties/license +%%WWWDIR%%/node_modules/to-fast-properties/package.json +%%WWWDIR%%/node_modules/to-fast-properties/readme.md +%%WWWDIR%%/node_modules/topo/.npmignore +%%WWWDIR%%/node_modules/topo/.travis.yml +%%WWWDIR%%/node_modules/topo/API.md +%%WWWDIR%%/node_modules/topo/CONTRIBUTING.md +%%WWWDIR%%/node_modules/topo/LICENSE +%%WWWDIR%%/node_modules/topo/README.md +%%WWWDIR%%/node_modules/topo/lib/index.js +%%WWWDIR%%/node_modules/topo/package.json +%%WWWDIR%%/node_modules/touch/LICENSE +%%WWWDIR%%/node_modules/touch/README.md +%%WWWDIR%%/node_modules/touch/bin/touch.js +%%WWWDIR%%/node_modules/touch/node_modules/.bin/nopt +%%WWWDIR%%/node_modules/touch/node_modules/nopt/.npmignore +%%WWWDIR%%/node_modules/touch/node_modules/nopt/LICENSE +%%WWWDIR%%/node_modules/touch/node_modules/nopt/README.md +%%WWWDIR%%/node_modules/touch/node_modules/nopt/bin/nopt.js +%%WWWDIR%%/node_modules/touch/node_modules/nopt/examples/my-program.js +%%WWWDIR%%/node_modules/touch/node_modules/nopt/lib/nopt.js +%%WWWDIR%%/node_modules/touch/node_modules/nopt/package.json +%%WWWDIR%%/node_modules/touch/package.json +%%WWWDIR%%/node_modules/touch/touch.js +%%WWWDIR%%/node_modules/tough-cookie/LICENSE +%%WWWDIR%%/node_modules/tough-cookie/README.md +%%WWWDIR%%/node_modules/tough-cookie/lib/cookie.js +%%WWWDIR%%/node_modules/tough-cookie/lib/memstore.js +%%WWWDIR%%/node_modules/tough-cookie/lib/pathMatch.js +%%WWWDIR%%/node_modules/tough-cookie/lib/permuteDomain.js +%%WWWDIR%%/node_modules/tough-cookie/lib/pubsuffix.js +%%WWWDIR%%/node_modules/tough-cookie/lib/store.js +%%WWWDIR%%/node_modules/tough-cookie/package.json +%%WWWDIR%%/node_modules/transformers/.npmignore +%%WWWDIR%%/node_modules/transformers/README.md +%%WWWDIR%%/node_modules/transformers/history.md +%%WWWDIR%%/node_modules/transformers/lib/shared.js +%%WWWDIR%%/node_modules/transformers/lib/transformers.js +%%WWWDIR%%/node_modules/transformers/node_modules/.bin/uglifyjs +%%WWWDIR%%/node_modules/transformers/node_modules/is-promise/.npmignore +%%WWWDIR%%/node_modules/transformers/node_modules/is-promise/.travis.yml +%%WWWDIR%%/node_modules/transformers/node_modules/is-promise/LICENSE +%%WWWDIR%%/node_modules/transformers/node_modules/is-promise/index.js +%%WWWDIR%%/node_modules/transformers/node_modules/is-promise/package.json +%%WWWDIR%%/node_modules/transformers/node_modules/is-promise/readme.md +%%WWWDIR%%/node_modules/transformers/node_modules/promise/.npmignore +%%WWWDIR%%/node_modules/transformers/node_modules/promise/Readme.md +%%WWWDIR%%/node_modules/transformers/node_modules/promise/index.js +%%WWWDIR%%/node_modules/transformers/node_modules/promise/package.json +%%WWWDIR%%/node_modules/transformers/node_modules/source-map/.npmignore +%%WWWDIR%%/node_modules/transformers/node_modules/source-map/.travis.yml +%%WWWDIR%%/node_modules/transformers/node_modules/source-map/CHANGELOG.md +%%WWWDIR%%/node_modules/transformers/node_modules/source-map/LICENSE +%%WWWDIR%%/node_modules/transformers/node_modules/source-map/Makefile.dryice.js +%%WWWDIR%%/node_modules/transformers/node_modules/source-map/README.md +%%WWWDIR%%/node_modules/transformers/node_modules/source-map/build/assert-shim.js +%%WWWDIR%%/node_modules/transformers/node_modules/source-map/build/mini-require.js +%%WWWDIR%%/node_modules/transformers/node_modules/source-map/build/prefix-source-map.jsm +%%WWWDIR%%/node_modules/transformers/node_modules/source-map/build/prefix-utils.jsm +%%WWWDIR%%/node_modules/transformers/node_modules/source-map/build/suffix-browser.js +%%WWWDIR%%/node_modules/transformers/node_modules/source-map/build/suffix-source-map.jsm +%%WWWDIR%%/node_modules/transformers/node_modules/source-map/build/suffix-utils.jsm +%%WWWDIR%%/node_modules/transformers/node_modules/source-map/build/test-prefix.js +%%WWWDIR%%/node_modules/transformers/node_modules/source-map/build/test-suffix.js +%%WWWDIR%%/node_modules/transformers/node_modules/source-map/lib/source-map.js +%%WWWDIR%%/node_modules/transformers/node_modules/source-map/lib/source-map/array-set.js +%%WWWDIR%%/node_modules/transformers/node_modules/source-map/lib/source-map/base64-vlq.js +%%WWWDIR%%/node_modules/transformers/node_modules/source-map/lib/source-map/base64.js +%%WWWDIR%%/node_modules/transformers/node_modules/source-map/lib/source-map/binary-search.js +%%WWWDIR%%/node_modules/transformers/node_modules/source-map/lib/source-map/mapping-list.js +%%WWWDIR%%/node_modules/transformers/node_modules/source-map/lib/source-map/source-map-consumer.js +%%WWWDIR%%/node_modules/transformers/node_modules/source-map/lib/source-map/source-map-generator.js +%%WWWDIR%%/node_modules/transformers/node_modules/source-map/lib/source-map/source-node.js +%%WWWDIR%%/node_modules/transformers/node_modules/source-map/lib/source-map/util.js +%%WWWDIR%%/node_modules/transformers/node_modules/source-map/package.json +%%WWWDIR%%/node_modules/transformers/node_modules/uglify-js/.npmignore +%%WWWDIR%%/node_modules/transformers/node_modules/uglify-js/README.md +%%WWWDIR%%/node_modules/transformers/node_modules/uglify-js/bin/uglifyjs +%%WWWDIR%%/node_modules/transformers/node_modules/uglify-js/lib/ast.js +%%WWWDIR%%/node_modules/transformers/node_modules/uglify-js/lib/compress.js +%%WWWDIR%%/node_modules/transformers/node_modules/uglify-js/lib/mozilla-ast.js +%%WWWDIR%%/node_modules/transformers/node_modules/uglify-js/lib/output.js +%%WWWDIR%%/node_modules/transformers/node_modules/uglify-js/lib/parse.js +%%WWWDIR%%/node_modules/transformers/node_modules/uglify-js/lib/scope.js +%%WWWDIR%%/node_modules/transformers/node_modules/uglify-js/lib/sourcemap.js +%%WWWDIR%%/node_modules/transformers/node_modules/uglify-js/lib/transform.js +%%WWWDIR%%/node_modules/transformers/node_modules/uglify-js/lib/utils.js +%%WWWDIR%%/node_modules/transformers/node_modules/uglify-js/package.json +%%WWWDIR%%/node_modules/transformers/node_modules/uglify-js/tools/node.js +%%WWWDIR%%/node_modules/transformers/package.json +%%WWWDIR%%/node_modules/traverse/.npmignore +%%WWWDIR%%/node_modules/traverse/LICENSE +%%WWWDIR%%/node_modules/traverse/README.markdown +%%WWWDIR%%/node_modules/traverse/examples/json.js +%%WWWDIR%%/node_modules/traverse/examples/leaves.js +%%WWWDIR%%/node_modules/traverse/examples/negative.js +%%WWWDIR%%/node_modules/traverse/examples/stringify.js +%%WWWDIR%%/node_modules/traverse/index.js +%%WWWDIR%%/node_modules/traverse/package.json +%%WWWDIR%%/node_modules/trim-right/index.js +%%WWWDIR%%/node_modules/trim-right/license +%%WWWDIR%%/node_modules/trim-right/package.json +%%WWWDIR%%/node_modules/trim-right/readme.md +%%WWWDIR%%/node_modules/try-resolve/README.md +%%WWWDIR%%/node_modules/try-resolve/index.js +%%WWWDIR%%/node_modules/try-resolve/package.json +%%WWWDIR%%/node_modules/tryor/LICENSE +%%WWWDIR%%/node_modules/tryor/README.md +%%WWWDIR%%/node_modules/tryor/package.json +%%WWWDIR%%/node_modules/tryor/tryor.js +%%WWWDIR%%/node_modules/tty-browserify/LICENSE +%%WWWDIR%%/node_modules/tty-browserify/index.js +%%WWWDIR%%/node_modules/tty-browserify/package.json +%%WWWDIR%%/node_modules/tty-browserify/readme.markdown +%%WWWDIR%%/node_modules/tunnel-agent/LICENSE +%%WWWDIR%%/node_modules/tunnel-agent/README.md +%%WWWDIR%%/node_modules/tunnel-agent/index.js +%%WWWDIR%%/node_modules/tunnel-agent/package.json +%%WWWDIR%%/node_modules/uglify-js/LICENSE +%%WWWDIR%%/node_modules/uglify-js/README.md +%%WWWDIR%%/node_modules/uglify-js/bin/extract-props.js +%%WWWDIR%%/node_modules/uglify-js/bin/uglifyjs +%%WWWDIR%%/node_modules/uglify-js/lib/ast.js +%%WWWDIR%%/node_modules/uglify-js/lib/compress.js +%%WWWDIR%%/node_modules/uglify-js/lib/mozilla-ast.js +%%WWWDIR%%/node_modules/uglify-js/lib/output.js +%%WWWDIR%%/node_modules/uglify-js/lib/parse.js +%%WWWDIR%%/node_modules/uglify-js/lib/propmangle.js +%%WWWDIR%%/node_modules/uglify-js/lib/scope.js +%%WWWDIR%%/node_modules/uglify-js/lib/sourcemap.js +%%WWWDIR%%/node_modules/uglify-js/lib/transform.js +%%WWWDIR%%/node_modules/uglify-js/lib/utils.js +%%WWWDIR%%/node_modules/uglify-js/node_modules/async/LICENSE +%%WWWDIR%%/node_modules/uglify-js/node_modules/async/README.md +%%WWWDIR%%/node_modules/uglify-js/node_modules/async/component.json +%%WWWDIR%%/node_modules/uglify-js/node_modules/async/lib/async.js +%%WWWDIR%%/node_modules/uglify-js/node_modules/async/package.json +%%WWWDIR%%/node_modules/uglify-js/node_modules/window-size/LICENSE-MIT +%%WWWDIR%%/node_modules/uglify-js/node_modules/window-size/README.md +%%WWWDIR%%/node_modules/uglify-js/node_modules/window-size/index.js +%%WWWDIR%%/node_modules/uglify-js/node_modules/window-size/package.json +%%WWWDIR%%/node_modules/uglify-js/node_modules/yargs/CHANGELOG.md +%%WWWDIR%%/node_modules/uglify-js/node_modules/yargs/LICENSE +%%WWWDIR%%/node_modules/uglify-js/node_modules/yargs/README.md +%%WWWDIR%%/node_modules/uglify-js/node_modules/yargs/completion.sh.hbs +%%WWWDIR%%/node_modules/uglify-js/node_modules/yargs/index.js +%%WWWDIR%%/node_modules/uglify-js/node_modules/yargs/lib/completion.js +%%WWWDIR%%/node_modules/uglify-js/node_modules/yargs/lib/parser.js +%%WWWDIR%%/node_modules/uglify-js/node_modules/yargs/lib/usage.js +%%WWWDIR%%/node_modules/uglify-js/node_modules/yargs/lib/validation.js +%%WWWDIR%%/node_modules/uglify-js/node_modules/yargs/package.json +%%WWWDIR%%/node_modules/uglify-js/package.json +%%WWWDIR%%/node_modules/uglify-js/tools/domprops.json +%%WWWDIR%%/node_modules/uglify-js/tools/exports.js +%%WWWDIR%%/node_modules/uglify-js/tools/node.js +%%WWWDIR%%/node_modules/uglify-js/tools/props.html +%%WWWDIR%%/node_modules/uglify-to-browserify/.npmignore +%%WWWDIR%%/node_modules/uglify-to-browserify/.travis.yml +%%WWWDIR%%/node_modules/uglify-to-browserify/LICENSE +%%WWWDIR%%/node_modules/uglify-to-browserify/README.md +%%WWWDIR%%/node_modules/uglify-to-browserify/index.js +%%WWWDIR%%/node_modules/uglify-to-browserify/package.json +%%WWWDIR%%/node_modules/uniq/.npmignore +%%WWWDIR%%/node_modules/uniq/LICENSE +%%WWWDIR%%/node_modules/uniq/README.md +%%WWWDIR%%/node_modules/uniq/package.json +%%WWWDIR%%/node_modules/uniq/uniq.js +%%WWWDIR%%/node_modules/uniqid/Readme.md +%%WWWDIR%%/node_modules/uniqid/index.js +%%WWWDIR%%/node_modules/uniqid/package.json +%%WWWDIR%%/node_modules/uniqs/.travis.yml +%%WWWDIR%%/node_modules/uniqs/README.md +%%WWWDIR%%/node_modules/uniqs/index.js +%%WWWDIR%%/node_modules/uniqs/package.json +%%WWWDIR%%/node_modules/uniqs/test.js +%%WWWDIR%%/node_modules/url-loader/.npmignore +%%WWWDIR%%/node_modules/url-loader/README.md +%%WWWDIR%%/node_modules/url-loader/index.js +%%WWWDIR%%/node_modules/url-loader/package.json +%%WWWDIR%%/node_modules/url/.npmignore +%%WWWDIR%%/node_modules/url/.travis.yml +%%WWWDIR%%/node_modules/url/.zuul.yml +%%WWWDIR%%/node_modules/url/LICENSE +%%WWWDIR%%/node_modules/url/README.md +%%WWWDIR%%/node_modules/url/node_modules/punycode/LICENSE-MIT.txt +%%WWWDIR%%/node_modules/url/node_modules/punycode/README.md +%%WWWDIR%%/node_modules/url/node_modules/punycode/package.json +%%WWWDIR%%/node_modules/url/node_modules/punycode/punycode.js +%%WWWDIR%%/node_modules/url/package.json +%%WWWDIR%%/node_modules/url/test.js +%%WWWDIR%%/node_modules/url/url.js +%%WWWDIR%%/node_modules/user-home/cli.js +%%WWWDIR%%/node_modules/user-home/index.js +%%WWWDIR%%/node_modules/user-home/license +%%WWWDIR%%/node_modules/user-home/package.json +%%WWWDIR%%/node_modules/user-home/readme.md +%%WWWDIR%%/node_modules/util-deprecate/History.md +%%WWWDIR%%/node_modules/util-deprecate/LICENSE +%%WWWDIR%%/node_modules/util-deprecate/README.md +%%WWWDIR%%/node_modules/util-deprecate/browser.js +%%WWWDIR%%/node_modules/util-deprecate/node.js +%%WWWDIR%%/node_modules/util-deprecate/package.json +%%WWWDIR%%/node_modules/util/.npmignore +%%WWWDIR%%/node_modules/util/.travis.yml +%%WWWDIR%%/node_modules/util/.zuul.yml +%%WWWDIR%%/node_modules/util/LICENSE +%%WWWDIR%%/node_modules/util/README.md +%%WWWDIR%%/node_modules/util/node_modules/inherits/LICENSE +%%WWWDIR%%/node_modules/util/node_modules/inherits/README.md +%%WWWDIR%%/node_modules/util/node_modules/inherits/inherits.js +%%WWWDIR%%/node_modules/util/node_modules/inherits/inherits_browser.js +%%WWWDIR%%/node_modules/util/node_modules/inherits/package.json +%%WWWDIR%%/node_modules/util/node_modules/inherits/test.js +%%WWWDIR%%/node_modules/util/package.json +%%WWWDIR%%/node_modules/util/support/isBuffer.js +%%WWWDIR%%/node_modules/util/support/isBufferBrowser.js +%%WWWDIR%%/node_modules/util/util.js +%%WWWDIR%%/node_modules/vise/.npmignore +%%WWWDIR%%/node_modules/vise/LICENSE +%%WWWDIR%%/node_modules/vise/README.md +%%WWWDIR%%/node_modules/vise/lib/index.js +%%WWWDIR%%/node_modules/vise/node_modules/hoek/.npmignore +%%WWWDIR%%/node_modules/vise/node_modules/hoek/LICENSE +%%WWWDIR%%/node_modules/vise/node_modules/hoek/README.md +%%WWWDIR%%/node_modules/vise/node_modules/hoek/lib/escape.js +%%WWWDIR%%/node_modules/vise/node_modules/hoek/lib/index.js +%%WWWDIR%%/node_modules/vise/node_modules/hoek/package.json +%%WWWDIR%%/node_modules/vise/package.json +%%WWWDIR%%/node_modules/vision/.npmignore +%%WWWDIR%%/node_modules/vision/.travis.yml +%%WWWDIR%%/node_modules/vision/API.md +%%WWWDIR%%/node_modules/vision/CONTRIBUTING.md +%%WWWDIR%%/node_modules/vision/LICENSE +%%WWWDIR%%/node_modules/vision/README.md +%%WWWDIR%%/node_modules/vision/examples/cms/_pages/.placeholder +%%WWWDIR%%/node_modules/vision/examples/cms/_pages/Test +%%WWWDIR%%/node_modules/vision/examples/cms/pages.js +%%WWWDIR%%/node_modules/vision/examples/cms/server.js +%%WWWDIR%%/node_modules/vision/examples/cms/views/create.html +%%WWWDIR%%/node_modules/vision/examples/cms/views/edit.html +%%WWWDIR%%/node_modules/vision/examples/cms/views/index.html +%%WWWDIR%%/node_modules/vision/examples/cms/views/layout.html +%%WWWDIR%%/node_modules/vision/examples/cms/views/page.html +%%WWWDIR%%/node_modules/vision/examples/cms/views/partials/footer.html +%%WWWDIR%%/node_modules/vision/examples/cms/views/partials/nav.html +%%WWWDIR%%/node_modules/vision/examples/ejs/basic.js +%%WWWDIR%%/node_modules/vision/examples/ejs/layout.js +%%WWWDIR%%/node_modules/vision/examples/ejs/templates/basic/includes/foot.ejs +%%WWWDIR%%/node_modules/vision/examples/ejs/templates/basic/includes/head.ejs +%%WWWDIR%%/node_modules/vision/examples/ejs/templates/basic/index.ejs +%%WWWDIR%%/node_modules/vision/examples/ejs/templates/withLayout/includes/foot.ejs +%%WWWDIR%%/node_modules/vision/examples/ejs/templates/withLayout/includes/head.ejs +%%WWWDIR%%/node_modules/vision/examples/ejs/templates/withLayout/index.ejs +%%WWWDIR%%/node_modules/vision/examples/ejs/templates/withLayout/layout.ejs +%%WWWDIR%%/node_modules/vision/examples/handlebars/basic.js +%%WWWDIR%%/node_modules/vision/examples/handlebars/helpers.js +%%WWWDIR%%/node_modules/vision/examples/handlebars/layout.js +%%WWWDIR%%/node_modules/vision/examples/handlebars/partials.js +%%WWWDIR%%/node_modules/vision/examples/handlebars/templates/basic/index.html +%%WWWDIR%%/node_modules/vision/examples/handlebars/templates/layout.html +%%WWWDIR%%/node_modules/vision/examples/handlebars/templates/withHelpers/helpers/uppercase.js +%%WWWDIR%%/node_modules/vision/examples/handlebars/templates/withHelpers/index.html +%%WWWDIR%%/node_modules/vision/examples/handlebars/templates/withLayout/index.html +%%WWWDIR%%/node_modules/vision/examples/handlebars/templates/withPartials/footer.html +%%WWWDIR%%/node_modules/vision/examples/handlebars/templates/withPartials/header.html +%%WWWDIR%%/node_modules/vision/examples/handlebars/templates/withPartials/index.html +%%WWWDIR%%/node_modules/vision/examples/jade/index.js +%%WWWDIR%%/node_modules/vision/examples/jade/templates/about.jade +%%WWWDIR%%/node_modules/vision/examples/jade/templates/includes/foot.jade +%%WWWDIR%%/node_modules/vision/examples/jade/templates/includes/head.jade +%%WWWDIR%%/node_modules/vision/examples/jade/templates/index.jade +%%WWWDIR%%/node_modules/vision/examples/jade/templates/layout.jade +%%WWWDIR%%/node_modules/vision/examples/jsx/index.js +%%WWWDIR%%/node_modules/vision/examples/jsx/templates/about.jsx +%%WWWDIR%%/node_modules/vision/examples/jsx/templates/includes/foot.jsx +%%WWWDIR%%/node_modules/vision/examples/jsx/templates/includes/head.jsx +%%WWWDIR%%/node_modules/vision/examples/jsx/templates/index.jsx +%%WWWDIR%%/node_modules/vision/examples/jsx/templates/layout.jsx +%%WWWDIR%%/node_modules/vision/examples/marko/index.js +%%WWWDIR%%/node_modules/vision/examples/marko/templates/index.html +%%WWWDIR%%/node_modules/vision/examples/mixed/index.js +%%WWWDIR%%/node_modules/vision/examples/mixed/templates/handlebars.html +%%WWWDIR%%/node_modules/vision/examples/mixed/templates/index.html +%%WWWDIR%%/node_modules/vision/examples/mixed/templates/index.jade +%%WWWDIR%%/node_modules/vision/examples/mustache/basic.js +%%WWWDIR%%/node_modules/vision/examples/mustache/layout.js +%%WWWDIR%%/node_modules/vision/examples/mustache/partials.js +%%WWWDIR%%/node_modules/vision/examples/mustache/templates/basic/index.html +%%WWWDIR%%/node_modules/vision/examples/mustache/templates/withLayout/index.html +%%WWWDIR%%/node_modules/vision/examples/mustache/templates/withLayout/layout.html +%%WWWDIR%%/node_modules/vision/examples/mustache/templates/withPartials/index.html +%%WWWDIR%%/node_modules/vision/examples/mustache/templates/withPartials/partials/foot.html +%%WWWDIR%%/node_modules/vision/examples/mustache/templates/withPartials/partials/head.html +%%WWWDIR%%/node_modules/vision/examples/nunjucks/index.js +%%WWWDIR%%/node_modules/vision/examples/nunjucks/templates/includes/foot.html +%%WWWDIR%%/node_modules/vision/examples/nunjucks/templates/includes/head.html +%%WWWDIR%%/node_modules/vision/examples/nunjucks/templates/index.html +%%WWWDIR%%/node_modules/vision/examples/nunjucks/templates/layout.html +%%WWWDIR%%/node_modules/vision/lib/index.js +%%WWWDIR%%/node_modules/vision/lib/manager.js +%%WWWDIR%%/node_modules/vision/node_modules/boom/LICENSE +%%WWWDIR%%/node_modules/vision/node_modules/boom/README.md +%%WWWDIR%%/node_modules/vision/node_modules/boom/lib/index.js +%%WWWDIR%%/node_modules/vision/node_modules/boom/node_modules/hoek/.npmignore +%%WWWDIR%%/node_modules/vision/node_modules/boom/node_modules/hoek/LICENSE +%%WWWDIR%%/node_modules/vision/node_modules/boom/node_modules/hoek/README.md +%%WWWDIR%%/node_modules/vision/node_modules/boom/node_modules/hoek/lib/escape.js +%%WWWDIR%%/node_modules/vision/node_modules/boom/node_modules/hoek/lib/index.js +%%WWWDIR%%/node_modules/vision/node_modules/boom/node_modules/hoek/package.json +%%WWWDIR%%/node_modules/vision/node_modules/boom/package.json +%%WWWDIR%%/node_modules/vision/node_modules/hoek/.npmignore +%%WWWDIR%%/node_modules/vision/node_modules/hoek/.travis.yml +%%WWWDIR%%/node_modules/vision/node_modules/hoek/CONTRIBUTING.md +%%WWWDIR%%/node_modules/vision/node_modules/hoek/LICENSE +%%WWWDIR%%/node_modules/vision/node_modules/hoek/README.md +%%WWWDIR%%/node_modules/vision/node_modules/hoek/images/hoek.png +%%WWWDIR%%/node_modules/vision/node_modules/hoek/lib/escape.js +%%WWWDIR%%/node_modules/vision/node_modules/hoek/lib/index.js +%%WWWDIR%%/node_modules/vision/node_modules/hoek/package.json +%%WWWDIR%%/node_modules/vision/node_modules/isemail/.npmignore +%%WWWDIR%%/node_modules/vision/node_modules/isemail/LICENSE +%%WWWDIR%%/node_modules/vision/node_modules/isemail/README.md +%%WWWDIR%%/node_modules/vision/node_modules/isemail/lib/index.js +%%WWWDIR%%/node_modules/vision/node_modules/isemail/package.json +%%WWWDIR%%/node_modules/vision/node_modules/items/.npmignore +%%WWWDIR%%/node_modules/vision/node_modules/items/LICENSE +%%WWWDIR%%/node_modules/vision/node_modules/items/README.md +%%WWWDIR%%/node_modules/vision/node_modules/items/lib/index.js +%%WWWDIR%%/node_modules/vision/node_modules/items/package.json +%%WWWDIR%%/node_modules/vision/node_modules/joi/LICENSE +%%WWWDIR%%/node_modules/vision/node_modules/joi/README.md +%%WWWDIR%%/node_modules/vision/node_modules/joi/lib/alternatives.js +%%WWWDIR%%/node_modules/vision/node_modules/joi/lib/any.js +%%WWWDIR%%/node_modules/vision/node_modules/joi/lib/array.js +%%WWWDIR%%/node_modules/vision/node_modules/joi/lib/binary.js +%%WWWDIR%%/node_modules/vision/node_modules/joi/lib/boolean.js +%%WWWDIR%%/node_modules/vision/node_modules/joi/lib/cast.js +%%WWWDIR%%/node_modules/vision/node_modules/joi/lib/date.js +%%WWWDIR%%/node_modules/vision/node_modules/joi/lib/errors.js +%%WWWDIR%%/node_modules/vision/node_modules/joi/lib/index.js +%%WWWDIR%%/node_modules/vision/node_modules/joi/lib/language.js +%%WWWDIR%%/node_modules/vision/node_modules/joi/lib/lazy.js +%%WWWDIR%%/node_modules/vision/node_modules/joi/lib/number.js +%%WWWDIR%%/node_modules/vision/node_modules/joi/lib/object.js +%%WWWDIR%%/node_modules/vision/node_modules/joi/lib/ref.js +%%WWWDIR%%/node_modules/vision/node_modules/joi/lib/schemas.js +%%WWWDIR%%/node_modules/vision/node_modules/joi/lib/string.js +%%WWWDIR%%/node_modules/vision/node_modules/joi/lib/string/ip.js +%%WWWDIR%%/node_modules/vision/node_modules/joi/lib/string/rfc3986.js +%%WWWDIR%%/node_modules/vision/node_modules/joi/lib/string/uri.js +%%WWWDIR%%/node_modules/vision/node_modules/joi/node_modules/hoek/.npmignore +%%WWWDIR%%/node_modules/vision/node_modules/joi/node_modules/hoek/LICENSE +%%WWWDIR%%/node_modules/vision/node_modules/joi/node_modules/hoek/README.md +%%WWWDIR%%/node_modules/vision/node_modules/joi/node_modules/hoek/lib/escape.js +%%WWWDIR%%/node_modules/vision/node_modules/joi/node_modules/hoek/lib/index.js +%%WWWDIR%%/node_modules/vision/node_modules/joi/node_modules/hoek/package.json +%%WWWDIR%%/node_modules/vision/node_modules/joi/package.json +%%WWWDIR%%/node_modules/vision/node_modules/topo/.npmignore +%%WWWDIR%%/node_modules/vision/node_modules/topo/README.md +%%WWWDIR%%/node_modules/vision/node_modules/topo/lib/index.js +%%WWWDIR%%/node_modules/vision/node_modules/topo/node_modules/hoek/.npmignore +%%WWWDIR%%/node_modules/vision/node_modules/topo/node_modules/hoek/LICENSE +%%WWWDIR%%/node_modules/vision/node_modules/topo/node_modules/hoek/README.md +%%WWWDIR%%/node_modules/vision/node_modules/topo/node_modules/hoek/lib/escape.js +%%WWWDIR%%/node_modules/vision/node_modules/topo/node_modules/hoek/lib/index.js +%%WWWDIR%%/node_modules/vision/node_modules/topo/node_modules/hoek/package.json +%%WWWDIR%%/node_modules/vision/node_modules/topo/package.json +%%WWWDIR%%/node_modules/vision/package.json +%%WWWDIR%%/node_modules/vm-browserify/LICENSE +%%WWWDIR%%/node_modules/vm-browserify/example/run/bundle.js +%%WWWDIR%%/node_modules/vm-browserify/example/run/entry.js +%%WWWDIR%%/node_modules/vm-browserify/example/run/index.html +%%WWWDIR%%/node_modules/vm-browserify/example/run/server.js +%%WWWDIR%%/node_modules/vm-browserify/index.js +%%WWWDIR%%/node_modules/vm-browserify/package.json +%%WWWDIR%%/node_modules/vm-browserify/readme.markdown +%%WWWDIR%%/node_modules/void-elements/.gitattributes +%%WWWDIR%%/node_modules/void-elements/.npmignore +%%WWWDIR%%/node_modules/void-elements/.travis.yml +%%WWWDIR%%/node_modules/void-elements/LICENSE +%%WWWDIR%%/node_modules/void-elements/README.md +%%WWWDIR%%/node_modules/void-elements/index.js +%%WWWDIR%%/node_modules/void-elements/package.json +%%WWWDIR%%/node_modules/void-elements/pre-publish.js +%%WWWDIR%%/node_modules/w3c-blob/README.md +%%WWWDIR%%/node_modules/w3c-blob/browser.js +%%WWWDIR%%/node_modules/w3c-blob/index.js +%%WWWDIR%%/node_modules/w3c-blob/package.json +%%WWWDIR%%/node_modules/w3c-blob/test.js +%%WWWDIR%%/node_modules/watchpack/.eslintrc +%%WWWDIR%%/node_modules/watchpack/.gitattributes +%%WWWDIR%%/node_modules/watchpack/.npmignore +%%WWWDIR%%/node_modules/watchpack/.travis.yml +%%WWWDIR%%/node_modules/watchpack/README.md +%%WWWDIR%%/node_modules/watchpack/appveyor.yml +%%WWWDIR%%/node_modules/watchpack/lib/DirectoryWatcher.js +%%WWWDIR%%/node_modules/watchpack/lib/watcherManager.js +%%WWWDIR%%/node_modules/watchpack/lib/watchpack.js +%%WWWDIR%%/node_modules/watchpack/node_modules/async/.travis.yml +%%WWWDIR%%/node_modules/watchpack/node_modules/async/LICENSE +%%WWWDIR%%/node_modules/watchpack/node_modules/async/README.md +%%WWWDIR%%/node_modules/watchpack/node_modules/async/bower.json +%%WWWDIR%%/node_modules/watchpack/node_modules/async/component.json +%%WWWDIR%%/node_modules/watchpack/node_modules/async/lib/async.js +%%WWWDIR%%/node_modules/watchpack/node_modules/async/package.json +%%WWWDIR%%/node_modules/watchpack/node_modules/async/support/sync-package-managers.js +%%WWWDIR%%/node_modules/watchpack/package.json +%%WWWDIR%%/node_modules/watchpack/playground/watch-folder.js +%%WWWDIR%%/node_modules/webpack-core/.editorconfig +%%WWWDIR%%/node_modules/webpack-core/.gitattributes +%%WWWDIR%%/node_modules/webpack-core/.npmignore +%%WWWDIR%%/node_modules/webpack-core/README.md +%%WWWDIR%%/node_modules/webpack-core/lib/CachedSource.js +%%WWWDIR%%/node_modules/webpack-core/lib/ConcatSource.js +%%WWWDIR%%/node_modules/webpack-core/lib/LineToLineMappedSource.js +%%WWWDIR%%/node_modules/webpack-core/lib/LoadersList.js +%%WWWDIR%%/node_modules/webpack-core/lib/ModuleBuildError.js +%%WWWDIR%%/node_modules/webpack-core/lib/ModuleError.js +%%WWWDIR%%/node_modules/webpack-core/lib/ModuleWarning.js +%%WWWDIR%%/node_modules/webpack-core/lib/NormalModuleMixin.js +%%WWWDIR%%/node_modules/webpack-core/lib/OptionsDefaulter.js +%%WWWDIR%%/node_modules/webpack-core/lib/OriginalSource.js +%%WWWDIR%%/node_modules/webpack-core/lib/PrefixSource.js +%%WWWDIR%%/node_modules/webpack-core/lib/RawSource.js +%%WWWDIR%%/node_modules/webpack-core/lib/ReplaceSource.js +%%WWWDIR%%/node_modules/webpack-core/lib/Source.js +%%WWWDIR%%/node_modules/webpack-core/lib/SourceAndMapMixin.js +%%WWWDIR%%/node_modules/webpack-core/lib/SourceMapSource.js +%%WWWDIR%%/node_modules/webpack-core/lib/source-map.js +%%WWWDIR%%/node_modules/webpack-core/node_modules/source-map/README.md +%%WWWDIR%%/node_modules/webpack-core/node_modules/source-map/build/assert-shim.js +%%WWWDIR%%/node_modules/webpack-core/node_modules/source-map/build/mini-require.js +%%WWWDIR%%/node_modules/webpack-core/node_modules/source-map/build/prefix-source-map.jsm +%%WWWDIR%%/node_modules/webpack-core/node_modules/source-map/build/prefix-utils.jsm +%%WWWDIR%%/node_modules/webpack-core/node_modules/source-map/build/suffix-browser.js +%%WWWDIR%%/node_modules/webpack-core/node_modules/source-map/build/suffix-source-map.jsm +%%WWWDIR%%/node_modules/webpack-core/node_modules/source-map/build/suffix-utils.jsm +%%WWWDIR%%/node_modules/webpack-core/node_modules/source-map/build/test-prefix.js +%%WWWDIR%%/node_modules/webpack-core/node_modules/source-map/build/test-suffix.js +%%WWWDIR%%/node_modules/webpack-core/node_modules/source-map/lib/source-map.js +%%WWWDIR%%/node_modules/webpack-core/node_modules/source-map/lib/source-map/array-set.js +%%WWWDIR%%/node_modules/webpack-core/node_modules/source-map/lib/source-map/base64-vlq.js +%%WWWDIR%%/node_modules/webpack-core/node_modules/source-map/lib/source-map/base64.js +%%WWWDIR%%/node_modules/webpack-core/node_modules/source-map/lib/source-map/binary-search.js +%%WWWDIR%%/node_modules/webpack-core/node_modules/source-map/lib/source-map/mapping-list.js +%%WWWDIR%%/node_modules/webpack-core/node_modules/source-map/lib/source-map/quick-sort.js +%%WWWDIR%%/node_modules/webpack-core/node_modules/source-map/lib/source-map/source-map-consumer.js +%%WWWDIR%%/node_modules/webpack-core/node_modules/source-map/lib/source-map/source-map-generator.js +%%WWWDIR%%/node_modules/webpack-core/node_modules/source-map/lib/source-map/source-node.js +%%WWWDIR%%/node_modules/webpack-core/node_modules/source-map/lib/source-map/util.js +%%WWWDIR%%/node_modules/webpack-core/node_modules/source-map/package.json +%%WWWDIR%%/node_modules/webpack-core/package.json +%%WWWDIR%%/node_modules/webpack-directory-name-as-main/DirectoryNameAsDefaultFile.js +%%WWWDIR%%/node_modules/webpack-directory-name-as-main/README.md +%%WWWDIR%%/node_modules/webpack-directory-name-as-main/package.json +%%WWWDIR%%/node_modules/webpack/LICENSE +%%WWWDIR%%/node_modules/webpack/README.md +%%WWWDIR%%/node_modules/webpack/bin/config-optimist.js +%%WWWDIR%%/node_modules/webpack/bin/convert-argv.js +%%WWWDIR%%/node_modules/webpack/bin/webpack.js +%%WWWDIR%%/node_modules/webpack/buildin/amd-define.js +%%WWWDIR%%/node_modules/webpack/buildin/amd-options.js +%%WWWDIR%%/node_modules/webpack/buildin/module.js +%%WWWDIR%%/node_modules/webpack/buildin/return-require.js +%%WWWDIR%%/node_modules/webpack/hot/dev-server.js +%%WWWDIR%%/node_modules/webpack/hot/log-apply-result.js +%%WWWDIR%%/node_modules/webpack/hot/only-dev-server.js +%%WWWDIR%%/node_modules/webpack/hot/poll.js +%%WWWDIR%%/node_modules/webpack/hot/signal.js +%%WWWDIR%%/node_modules/webpack/lib/APIPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/AbstractPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/AmdMainTemplatePlugin.js +%%WWWDIR%%/node_modules/webpack/lib/ArrayMap.js +%%WWWDIR%%/node_modules/webpack/lib/AsyncDependenciesBlock.js +%%WWWDIR%%/node_modules/webpack/lib/AutomaticPrefetchPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/BannerPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/BasicEvaluatedExpression.js +%%WWWDIR%%/node_modules/webpack/lib/CachePlugin.js +%%WWWDIR%%/node_modules/webpack/lib/CaseSensitiveModulesWarning.js +%%WWWDIR%%/node_modules/webpack/lib/Chunk.js +%%WWWDIR%%/node_modules/webpack/lib/ChunkRenderError.js +%%WWWDIR%%/node_modules/webpack/lib/ChunkTemplate.js +%%WWWDIR%%/node_modules/webpack/lib/CompatibilityPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/Compilation.js +%%WWWDIR%%/node_modules/webpack/lib/Compiler.js +%%WWWDIR%%/node_modules/webpack/lib/ConcatSource.js +%%WWWDIR%%/node_modules/webpack/lib/ConstPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/ContextModule.js +%%WWWDIR%%/node_modules/webpack/lib/ContextModuleFactory.js +%%WWWDIR%%/node_modules/webpack/lib/ContextReplacementPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/CriticalDependenciesWarning.js +%%WWWDIR%%/node_modules/webpack/lib/DefinePlugin.js +%%WWWDIR%%/node_modules/webpack/lib/DelegatedModule.js +%%WWWDIR%%/node_modules/webpack/lib/DelegatedModuleFactoryPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/DelegatedPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/DependenciesBlock.js +%%WWWDIR%%/node_modules/webpack/lib/DependenciesBlockVariable.js +%%WWWDIR%%/node_modules/webpack/lib/Dependency.js +%%WWWDIR%%/node_modules/webpack/lib/DllEntryPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/DllModule.js +%%WWWDIR%%/node_modules/webpack/lib/DllModuleFactory.js +%%WWWDIR%%/node_modules/webpack/lib/DllPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/DllReferencePlugin.js +%%WWWDIR%%/node_modules/webpack/lib/EntryModuleNotFoundError.js +%%WWWDIR%%/node_modules/webpack/lib/EntryOptionPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/EnvironmentPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/EvalDevToolModulePlugin.js +%%WWWDIR%%/node_modules/webpack/lib/EvalDevToolModuleTemplatePlugin.js +%%WWWDIR%%/node_modules/webpack/lib/EvalSourceMapDevToolModuleTemplatePlugin.js +%%WWWDIR%%/node_modules/webpack/lib/EvalSourceMapDevToolPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/ExtendedAPIPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/ExternalModule.js +%%WWWDIR%%/node_modules/webpack/lib/ExternalModuleFactoryPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/ExternalsPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/FunctionModulePlugin.js +%%WWWDIR%%/node_modules/webpack/lib/FunctionModuleTemplatePlugin.js +%%WWWDIR%%/node_modules/webpack/lib/HotModuleReplacement.runtime.js +%%WWWDIR%%/node_modules/webpack/lib/HotModuleReplacementPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/HotUpdateChunkTemplate.js +%%WWWDIR%%/node_modules/webpack/lib/IgnorePlugin.js +%%WWWDIR%%/node_modules/webpack/lib/JsonpChunkTemplatePlugin.js +%%WWWDIR%%/node_modules/webpack/lib/JsonpExportMainTemplatePlugin.js +%%WWWDIR%%/node_modules/webpack/lib/JsonpHotUpdateChunkTemplatePlugin.js +%%WWWDIR%%/node_modules/webpack/lib/JsonpMainTemplate.runtime.js +%%WWWDIR%%/node_modules/webpack/lib/JsonpMainTemplatePlugin.js +%%WWWDIR%%/node_modules/webpack/lib/JsonpTemplatePlugin.js +%%WWWDIR%%/node_modules/webpack/lib/LibManifestPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/LibraryTemplatePlugin.js +%%WWWDIR%%/node_modules/webpack/lib/LoaderTargetPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/MainTemplate.js +%%WWWDIR%%/node_modules/webpack/lib/MemoryOutputFileSystem.js +%%WWWDIR%%/node_modules/webpack/lib/Module.js +%%WWWDIR%%/node_modules/webpack/lib/ModuleFilenameHelpers.js +%%WWWDIR%%/node_modules/webpack/lib/ModuleNotFoundError.js +%%WWWDIR%%/node_modules/webpack/lib/ModuleParseError.js +%%WWWDIR%%/node_modules/webpack/lib/ModuleParserHelpers.js +%%WWWDIR%%/node_modules/webpack/lib/ModuleReason.js +%%WWWDIR%%/node_modules/webpack/lib/ModuleTemplate.js +%%WWWDIR%%/node_modules/webpack/lib/MovedToPluginWarningPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/MultiCompiler.js +%%WWWDIR%%/node_modules/webpack/lib/MultiEntryPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/MultiModule.js +%%WWWDIR%%/node_modules/webpack/lib/MultiModuleFactory.js +%%WWWDIR%%/node_modules/webpack/lib/NamedModulesPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/NewWatchingPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/NoErrorsPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/NodeStuffPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/NormalModule.js +%%WWWDIR%%/node_modules/webpack/lib/NormalModuleFactory.js +%%WWWDIR%%/node_modules/webpack/lib/NormalModuleReplacementPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/NullFactory.js +%%WWWDIR%%/node_modules/webpack/lib/OldWatchingPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/OptionsApply.js +%%WWWDIR%%/node_modules/webpack/lib/OriginalSource.js +%%WWWDIR%%/node_modules/webpack/lib/Parser.js +%%WWWDIR%%/node_modules/webpack/lib/PrefetchPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/ProgressPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/ProvidePlugin.js +%%WWWDIR%%/node_modules/webpack/lib/RawModule.js +%%WWWDIR%%/node_modules/webpack/lib/RawSource.js +%%WWWDIR%%/node_modules/webpack/lib/RecordIdsPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/RequestShortener.js +%%WWWDIR%%/node_modules/webpack/lib/RequireJsStuffPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/ResolverPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/SetVarMainTemplatePlugin.js +%%WWWDIR%%/node_modules/webpack/lib/SingleEntryPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/Source.js +%%WWWDIR%%/node_modules/webpack/lib/SourceMapDevToolModuleOptionsPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/SourceMapDevToolPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/SourceMapSource.js +%%WWWDIR%%/node_modules/webpack/lib/Stats.js +%%WWWDIR%%/node_modules/webpack/lib/Template.js +%%WWWDIR%%/node_modules/webpack/lib/TemplatedPathPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/UmdMainTemplatePlugin.js +%%WWWDIR%%/node_modules/webpack/lib/UnsupportedFeatureWarning.js +%%WWWDIR%%/node_modules/webpack/lib/WarnCaseSensitiveModulesPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/WatchIgnorePlugin.js +%%WWWDIR%%/node_modules/webpack/lib/WebpackOptionsApply.js +%%WWWDIR%%/node_modules/webpack/lib/WebpackOptionsDefaulter.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/AMDDefineDependency.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/AMDDefineDependencyParserPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/AMDPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/AMDRequireArrayDependency.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/AMDRequireContextDependency.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/AMDRequireDependenciesBlock.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/AMDRequireDependenciesBlockParserPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/AMDRequireDependency.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/AMDRequireItemDependency.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/CommonJsPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/CommonJsRequireContextDependency.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/CommonJsRequireDependency.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/CommonJsRequireDependencyParserPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/ConstDependency.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/ContextDependency.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/ContextDependencyHelpers.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/ContextDependencyTemplateAsId.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/ContextDependencyTemplateAsRequireCall.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/ContextElementDependency.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/DelegatedSourceDependency.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/DepBlockHelpers.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/DllEntryDependency.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/LabeledExportsDependency.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/LabeledModuleDependency.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/LabeledModuleDependencyParserPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/LabeledModulesPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/LoaderDependency.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/LoaderPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/LocalModule.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/LocalModuleDependency.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/LocalModulesHelpers.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/ModuleDependency.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/ModuleDependencyTemplateAsId.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/ModuleDependencyTemplateAsRequireId.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/ModuleHotAcceptDependency.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/ModuleHotDeclineDependency.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/MultiEntryDependency.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/NullDependency.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/NullDependencyTemplate.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/PrefetchDependency.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/RequireContextDependency.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/RequireContextDependencyParserPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/RequireContextPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/RequireEnsureDependenciesBlock.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/RequireEnsureDependenciesBlockParserPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/RequireEnsureDependency.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/RequireEnsureItemDependency.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/RequireEnsurePlugin.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/RequireHeaderDependency.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/RequireIncludeDependency.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/RequireIncludeDependencyParserPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/RequireIncludePlugin.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/RequireResolveContextDependency.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/RequireResolveDependency.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/RequireResolveDependencyParserPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/RequireResolveHeaderDependency.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/SingleEntryDependency.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/TemplateArgumentDependency.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/WebpackMissingModule.js +%%WWWDIR%%/node_modules/webpack/lib/dependencies/getFunctionExpression.js +%%WWWDIR%%/node_modules/webpack/lib/node/NodeChunkTemplatePlugin.js +%%WWWDIR%%/node_modules/webpack/lib/node/NodeEnvironmentPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/node/NodeHotUpdateChunkTemplatePlugin.js +%%WWWDIR%%/node_modules/webpack/lib/node/NodeMainTemplate.runtime.js +%%WWWDIR%%/node_modules/webpack/lib/node/NodeMainTemplateAsync.runtime.js +%%WWWDIR%%/node_modules/webpack/lib/node/NodeMainTemplatePlugin.js +%%WWWDIR%%/node_modules/webpack/lib/node/NodeOutputFileSystem.js +%%WWWDIR%%/node_modules/webpack/lib/node/NodeSourcePlugin.js +%%WWWDIR%%/node_modules/webpack/lib/node/NodeTargetPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/node/NodeTemplatePlugin.js +%%WWWDIR%%/node_modules/webpack/lib/node/NodeWatchFileSystem.js +%%WWWDIR%%/node_modules/webpack/lib/node/OldNodeWatchFileSystem.js +%%WWWDIR%%/node_modules/webpack/lib/optimize/AggressiveMergingPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/optimize/CommonsChunkPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/optimize/DedupePlugin.js +%%WWWDIR%%/node_modules/webpack/lib/optimize/FlagIncludedChunksPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/optimize/LimitChunkCountPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/optimize/MergeDuplicateChunksPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/optimize/MinChunkSizePlugin.js +%%WWWDIR%%/node_modules/webpack/lib/optimize/OccurenceOrderPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/optimize/OccurrenceOrderPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/optimize/RemoveEmptyChunksPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/optimize/RemoveParentModulesPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/optimize/UglifyJsPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/removeAndDo.js +%%WWWDIR%%/node_modules/webpack/lib/web/WebEnvironmentPlugin.js +%%WWWDIR%%/node_modules/webpack/lib/webpack.js +%%WWWDIR%%/node_modules/webpack/lib/webpack.web.js +%%WWWDIR%%/node_modules/webpack/lib/webworker/WebWorkerChunkTemplatePlugin.js +%%WWWDIR%%/node_modules/webpack/lib/webworker/WebWorkerMainTemplatePlugin.js +%%WWWDIR%%/node_modules/webpack/lib/webworker/WebWorkerTemplatePlugin.js +%%WWWDIR%%/node_modules/webpack/node_modules/.bin/esparse +%%WWWDIR%%/node_modules/webpack/node_modules/.bin/esvalidate +%%WWWDIR%%/node_modules/webpack/node_modules/.bin/uglifyjs +%%WWWDIR%%/node_modules/webpack/node_modules/esprima/ChangeLog +%%WWWDIR%%/node_modules/webpack/node_modules/esprima/LICENSE.BSD +%%WWWDIR%%/node_modules/webpack/node_modules/esprima/README.md +%%WWWDIR%%/node_modules/webpack/node_modules/esprima/bin/esparse.js +%%WWWDIR%%/node_modules/webpack/node_modules/esprima/bin/esvalidate.js +%%WWWDIR%%/node_modules/webpack/node_modules/esprima/esprima.js +%%WWWDIR%%/node_modules/webpack/node_modules/esprima/package.json +%%WWWDIR%%/node_modules/webpack/node_modules/minimist/.travis.yml +%%WWWDIR%%/node_modules/webpack/node_modules/minimist/LICENSE +%%WWWDIR%%/node_modules/webpack/node_modules/minimist/example/parse.js +%%WWWDIR%%/node_modules/webpack/node_modules/minimist/index.js +%%WWWDIR%%/node_modules/webpack/node_modules/minimist/package.json +%%WWWDIR%%/node_modules/webpack/node_modules/minimist/readme.markdown +%%WWWDIR%%/node_modules/webpack/node_modules/optimist/.travis.yml +%%WWWDIR%%/node_modules/webpack/node_modules/optimist/LICENSE +%%WWWDIR%%/node_modules/webpack/node_modules/optimist/example/bool.js +%%WWWDIR%%/node_modules/webpack/node_modules/optimist/example/boolean_double.js +%%WWWDIR%%/node_modules/webpack/node_modules/optimist/example/boolean_single.js +%%WWWDIR%%/node_modules/webpack/node_modules/optimist/example/default_hash.js +%%WWWDIR%%/node_modules/webpack/node_modules/optimist/example/default_singles.js +%%WWWDIR%%/node_modules/webpack/node_modules/optimist/example/divide.js +%%WWWDIR%%/node_modules/webpack/node_modules/optimist/example/line_count.js +%%WWWDIR%%/node_modules/webpack/node_modules/optimist/example/line_count_options.js +%%WWWDIR%%/node_modules/webpack/node_modules/optimist/example/line_count_wrap.js +%%WWWDIR%%/node_modules/webpack/node_modules/optimist/example/nonopt.js +%%WWWDIR%%/node_modules/webpack/node_modules/optimist/example/reflect.js +%%WWWDIR%%/node_modules/webpack/node_modules/optimist/example/short.js +%%WWWDIR%%/node_modules/webpack/node_modules/optimist/example/string.js +%%WWWDIR%%/node_modules/webpack/node_modules/optimist/example/usage-options.js +%%WWWDIR%%/node_modules/webpack/node_modules/optimist/example/xup.js +%%WWWDIR%%/node_modules/webpack/node_modules/optimist/index.js +%%WWWDIR%%/node_modules/webpack/node_modules/optimist/package.json +%%WWWDIR%%/node_modules/webpack/node_modules/optimist/readme.markdown +%%WWWDIR%%/node_modules/webpack/node_modules/uglify-js/LICENSE +%%WWWDIR%%/node_modules/webpack/node_modules/uglify-js/README.md +%%WWWDIR%%/node_modules/webpack/node_modules/uglify-js/bin/extract-props.js +%%WWWDIR%%/node_modules/webpack/node_modules/uglify-js/bin/uglifyjs +%%WWWDIR%%/node_modules/webpack/node_modules/uglify-js/lib/ast.js +%%WWWDIR%%/node_modules/webpack/node_modules/uglify-js/lib/compress.js +%%WWWDIR%%/node_modules/webpack/node_modules/uglify-js/lib/mozilla-ast.js +%%WWWDIR%%/node_modules/webpack/node_modules/uglify-js/lib/output.js +%%WWWDIR%%/node_modules/webpack/node_modules/uglify-js/lib/parse.js +%%WWWDIR%%/node_modules/webpack/node_modules/uglify-js/lib/propmangle.js +%%WWWDIR%%/node_modules/webpack/node_modules/uglify-js/lib/scope.js +%%WWWDIR%%/node_modules/webpack/node_modules/uglify-js/lib/sourcemap.js +%%WWWDIR%%/node_modules/webpack/node_modules/uglify-js/lib/transform.js +%%WWWDIR%%/node_modules/webpack/node_modules/uglify-js/lib/utils.js +%%WWWDIR%%/node_modules/webpack/node_modules/uglify-js/node_modules/async/LICENSE +%%WWWDIR%%/node_modules/webpack/node_modules/uglify-js/node_modules/async/README.md +%%WWWDIR%%/node_modules/webpack/node_modules/uglify-js/node_modules/async/component.json +%%WWWDIR%%/node_modules/webpack/node_modules/uglify-js/node_modules/async/lib/async.js +%%WWWDIR%%/node_modules/webpack/node_modules/uglify-js/node_modules/async/package.json +%%WWWDIR%%/node_modules/webpack/node_modules/uglify-js/package.json +%%WWWDIR%%/node_modules/webpack/node_modules/uglify-js/tools/domprops.json +%%WWWDIR%%/node_modules/webpack/node_modules/uglify-js/tools/exports.js +%%WWWDIR%%/node_modules/webpack/node_modules/uglify-js/tools/node.js +%%WWWDIR%%/node_modules/webpack/node_modules/uglify-js/tools/props.html +%%WWWDIR%%/node_modules/webpack/node_modules/window-size/LICENSE-MIT +%%WWWDIR%%/node_modules/webpack/node_modules/window-size/README.md +%%WWWDIR%%/node_modules/webpack/node_modules/window-size/index.js +%%WWWDIR%%/node_modules/webpack/node_modules/window-size/package.json +%%WWWDIR%%/node_modules/webpack/node_modules/yargs/CHANGELOG.md +%%WWWDIR%%/node_modules/webpack/node_modules/yargs/LICENSE +%%WWWDIR%%/node_modules/webpack/node_modules/yargs/README.md +%%WWWDIR%%/node_modules/webpack/node_modules/yargs/completion.sh.hbs +%%WWWDIR%%/node_modules/webpack/node_modules/yargs/index.js +%%WWWDIR%%/node_modules/webpack/node_modules/yargs/lib/completion.js +%%WWWDIR%%/node_modules/webpack/node_modules/yargs/lib/parser.js +%%WWWDIR%%/node_modules/webpack/node_modules/yargs/lib/usage.js +%%WWWDIR%%/node_modules/webpack/node_modules/yargs/lib/validation.js +%%WWWDIR%%/node_modules/webpack/node_modules/yargs/package.json +%%WWWDIR%%/node_modules/webpack/package.json +%%WWWDIR%%/node_modules/webpack/web_modules/node-libs-browser.js +%%WWWDIR%%/node_modules/whatwg-fetch/LICENSE +%%WWWDIR%%/node_modules/whatwg-fetch/README.md +%%WWWDIR%%/node_modules/whatwg-fetch/fetch.js +%%WWWDIR%%/node_modules/whatwg-fetch/package.json +%%WWWDIR%%/node_modules/window-size/LICENSE +%%WWWDIR%%/node_modules/window-size/README.md +%%WWWDIR%%/node_modules/window-size/cli.js +%%WWWDIR%%/node_modules/window-size/index.js +%%WWWDIR%%/node_modules/window-size/package.json +%%WWWDIR%%/node_modules/with/.npmignore +%%WWWDIR%%/node_modules/with/LICENSE +%%WWWDIR%%/node_modules/with/README.md +%%WWWDIR%%/node_modules/with/index.js +%%WWWDIR%%/node_modules/with/node_modules/.bin/acorn +%%WWWDIR%%/node_modules/with/node_modules/acorn/.editorconfig +%%WWWDIR%%/node_modules/with/node_modules/acorn/.gitattributes +%%WWWDIR%%/node_modules/with/node_modules/acorn/.npmignore +%%WWWDIR%%/node_modules/with/node_modules/acorn/.tern-project +%%WWWDIR%%/node_modules/with/node_modules/acorn/.travis.yml +%%WWWDIR%%/node_modules/with/node_modules/acorn/AUTHORS +%%WWWDIR%%/node_modules/with/node_modules/acorn/LICENSE +%%WWWDIR%%/node_modules/with/node_modules/acorn/README.md +%%WWWDIR%%/node_modules/with/node_modules/acorn/bin/acorn +%%WWWDIR%%/node_modules/with/node_modules/acorn/bin/build-acorn.js +%%WWWDIR%%/node_modules/with/node_modules/acorn/bin/generate-identifier-regex.js +%%WWWDIR%%/node_modules/with/node_modules/acorn/bin/prepublish.sh +%%WWWDIR%%/node_modules/with/node_modules/acorn/bin/update_authors.sh +%%WWWDIR%%/node_modules/with/node_modules/acorn/bin/without_eval +%%WWWDIR%%/node_modules/with/node_modules/acorn/dist/.keep +%%WWWDIR%%/node_modules/with/node_modules/acorn/dist/acorn.js +%%WWWDIR%%/node_modules/with/node_modules/acorn/dist/acorn_csp.js +%%WWWDIR%%/node_modules/with/node_modules/acorn/dist/acorn_loose.js +%%WWWDIR%%/node_modules/with/node_modules/acorn/dist/walk.js +%%WWWDIR%%/node_modules/with/node_modules/acorn/package.json +%%WWWDIR%%/node_modules/with/node_modules/acorn/src/expression.js +%%WWWDIR%%/node_modules/with/node_modules/acorn/src/identifier.js +%%WWWDIR%%/node_modules/with/node_modules/acorn/src/index.js +%%WWWDIR%%/node_modules/with/node_modules/acorn/src/location.js +%%WWWDIR%%/node_modules/with/node_modules/acorn/src/loose/acorn_loose.js +%%WWWDIR%%/node_modules/with/node_modules/acorn/src/loose/expression.js +%%WWWDIR%%/node_modules/with/node_modules/acorn/src/loose/index.js +%%WWWDIR%%/node_modules/with/node_modules/acorn/src/loose/parseutil.js +%%WWWDIR%%/node_modules/with/node_modules/acorn/src/loose/state.js +%%WWWDIR%%/node_modules/with/node_modules/acorn/src/loose/statement.js +%%WWWDIR%%/node_modules/with/node_modules/acorn/src/loose/tokenize.js +%%WWWDIR%%/node_modules/with/node_modules/acorn/src/lval.js +%%WWWDIR%%/node_modules/with/node_modules/acorn/src/node.js +%%WWWDIR%%/node_modules/with/node_modules/acorn/src/options.js +%%WWWDIR%%/node_modules/with/node_modules/acorn/src/parseutil.js +%%WWWDIR%%/node_modules/with/node_modules/acorn/src/state.js +%%WWWDIR%%/node_modules/with/node_modules/acorn/src/statement.js +%%WWWDIR%%/node_modules/with/node_modules/acorn/src/tokencontext.js +%%WWWDIR%%/node_modules/with/node_modules/acorn/src/tokenize.js +%%WWWDIR%%/node_modules/with/node_modules/acorn/src/tokentype.js +%%WWWDIR%%/node_modules/with/node_modules/acorn/src/util.js +%%WWWDIR%%/node_modules/with/node_modules/acorn/src/walk/index.js +%%WWWDIR%%/node_modules/with/node_modules/acorn/src/whitespace.js +%%WWWDIR%%/node_modules/with/package.json +%%WWWDIR%%/node_modules/wordwrap/.npmignore +%%WWWDIR%%/node_modules/wordwrap/README.markdown +%%WWWDIR%%/node_modules/wordwrap/example/center.js +%%WWWDIR%%/node_modules/wordwrap/example/meat.js +%%WWWDIR%%/node_modules/wordwrap/index.js +%%WWWDIR%%/node_modules/wordwrap/package.json +%%WWWDIR%%/node_modules/wrappy/LICENSE +%%WWWDIR%%/node_modules/wrappy/README.md +%%WWWDIR%%/node_modules/wrappy/package.json +%%WWWDIR%%/node_modules/wrappy/wrappy.js +%%WWWDIR%%/node_modules/wreck/.npmignore +%%WWWDIR%%/node_modules/wreck/.travis.yml +%%WWWDIR%%/node_modules/wreck/CONTRIBUTING.md +%%WWWDIR%%/node_modules/wreck/LICENSE +%%WWWDIR%%/node_modules/wreck/README.md +%%WWWDIR%%/node_modules/wreck/images/wreck.png +%%WWWDIR%%/node_modules/wreck/lib/index.js +%%WWWDIR%%/node_modules/wreck/lib/payload.js +%%WWWDIR%%/node_modules/wreck/lib/recorder.js +%%WWWDIR%%/node_modules/wreck/lib/tap.js +%%WWWDIR%%/node_modules/wreck/package.json +%%WWWDIR%%/node_modules/write-file-stdout/.npmignore +%%WWWDIR%%/node_modules/write-file-stdout/History.md +%%WWWDIR%%/node_modules/write-file-stdout/Makefile +%%WWWDIR%%/node_modules/write-file-stdout/Readme.md +%%WWWDIR%%/node_modules/write-file-stdout/index.js +%%WWWDIR%%/node_modules/write-file-stdout/package.json +%%WWWDIR%%/node_modules/xtend/.jshintrc +%%WWWDIR%%/node_modules/xtend/.npmignore +%%WWWDIR%%/node_modules/xtend/LICENCE +%%WWWDIR%%/node_modules/xtend/Makefile +%%WWWDIR%%/node_modules/xtend/README.md +%%WWWDIR%%/node_modules/xtend/immutable.js +%%WWWDIR%%/node_modules/xtend/mutable.js +%%WWWDIR%%/node_modules/xtend/package.json +%%WWWDIR%%/node_modules/xtend/test.js +%%WWWDIR%%/node_modules/y18n/LICENSE +%%WWWDIR%%/node_modules/y18n/README.md +%%WWWDIR%%/node_modules/y18n/index.js +%%WWWDIR%%/node_modules/y18n/package.json +%%WWWDIR%%/node_modules/yallist/.npmignore +%%WWWDIR%%/node_modules/yallist/.travis.yml +%%WWWDIR%%/node_modules/yallist/CONTRIBUTING.md +%%WWWDIR%%/node_modules/yallist/LICENSE +%%WWWDIR%%/node_modules/yallist/README.md +%%WWWDIR%%/node_modules/yallist/package.json +%%WWWDIR%%/node_modules/yallist/yallist.js +%%WWWDIR%%/node_modules/yargs/CHANGELOG.md +%%WWWDIR%%/node_modules/yargs/LICENSE +%%WWWDIR%%/node_modules/yargs/README.md +%%WWWDIR%%/node_modules/yargs/completion.sh.hbs +%%WWWDIR%%/node_modules/yargs/index.js +%%WWWDIR%%/node_modules/yargs/lib/completion.js +%%WWWDIR%%/node_modules/yargs/lib/parser.js +%%WWWDIR%%/node_modules/yargs/lib/usage.js +%%WWWDIR%%/node_modules/yargs/lib/validation.js +%%WWWDIR%%/node_modules/yargs/locales/de.json +%%WWWDIR%%/node_modules/yargs/locales/en.json +%%WWWDIR%%/node_modules/yargs/locales/es.json +%%WWWDIR%%/node_modules/yargs/locales/fr.json +%%WWWDIR%%/node_modules/yargs/locales/ja.json +%%WWWDIR%%/node_modules/yargs/locales/pirate.json +%%WWWDIR%%/node_modules/yargs/locales/pt.json +%%WWWDIR%%/node_modules/yargs/locales/zh.json +%%WWWDIR%%/node_modules/yargs/package.json +%%WWWDIR%%/optimize/.babelcache.json +%%WWWDIR%%/package.json +%%WWWDIR%%/src/cli/Command.js +%%WWWDIR%%/src/cli/Log.js +%%WWWDIR%%/src/cli/cli.js +%%WWWDIR%%/src/cli/color.js +%%WWWDIR%%/src/cli/help.js +%%WWWDIR%%/src/cli/index.js +%%WWWDIR%%/src/cli/lib/log_warnings.js +%%WWWDIR%%/src/cli/plugin/downloaders/file.js +%%WWWDIR%%/src/cli/plugin/downloaders/http.js +%%WWWDIR%%/src/cli/plugin/extractors/tar_gz.js +%%WWWDIR%%/src/cli/plugin/extractors/zip.js +%%WWWDIR%%/src/cli/plugin/file_type.js +%%WWWDIR%%/src/cli/plugin/plugin.js +%%WWWDIR%%/src/cli/plugin/plugin_cleaner.js +%%WWWDIR%%/src/cli/plugin/plugin_downloader.js +%%WWWDIR%%/src/cli/plugin/plugin_extractor.js +%%WWWDIR%%/src/cli/plugin/plugin_installer.js +%%WWWDIR%%/src/cli/plugin/plugin_lister.js +%%WWWDIR%%/src/cli/plugin/plugin_logger.js +%%WWWDIR%%/src/cli/plugin/plugin_remover.js +%%WWWDIR%%/src/cli/plugin/progress_reporter.js +%%WWWDIR%%/src/cli/plugin/setting_parser.js +%%WWWDIR%%/src/cli/serve/read_yaml_config.js +%%WWWDIR%%/src/cli/serve/serve.js +%%WWWDIR%%/src/optimize/BaseOptimizer.js +%%WWWDIR%%/src/optimize/FsOptimizer.js +%%WWWDIR%%/src/optimize/babelOptions.js +%%WWWDIR%%/src/optimize/index.js +%%WWWDIR%%/src/optimize/lazy/LazyOptimizer.js +%%WWWDIR%%/src/optimize/lazy/LazyServer.js +%%WWWDIR%%/src/optimize/lazy/WeirdControlFlow.js +%%WWWDIR%%/src/optimize/lazy/lazy.js +%%WWWDIR%%/src/optimize/lazy/optmzrRole.js +%%WWWDIR%%/src/optimize/lazy/proxyRole.js +%%WWWDIR%%/src/plugins/README.txt +%%WWWDIR%%/src/plugins/elasticsearch/index.js +%%WWWDIR%%/src/plugins/elasticsearch/lib/call_with_request.js +%%WWWDIR%%/src/plugins/elasticsearch/lib/check_es_version.js +%%WWWDIR%%/src/plugins/elasticsearch/lib/create_agent.js +%%WWWDIR%%/src/plugins/elasticsearch/lib/create_kibana_index.js +%%WWWDIR%%/src/plugins/elasticsearch/lib/create_proxy.js +%%WWWDIR%%/src/plugins/elasticsearch/lib/es_bool.js +%%WWWDIR%%/src/plugins/elasticsearch/lib/expose_client.js +%%WWWDIR%%/src/plugins/elasticsearch/lib/get_basic_auth_realm.js +%%WWWDIR%%/src/plugins/elasticsearch/lib/health_check.js +%%WWWDIR%%/src/plugins/elasticsearch/lib/is_upgradeable.js +%%WWWDIR%%/src/plugins/elasticsearch/lib/kibana_index_mappings.js +%%WWWDIR%%/src/plugins/elasticsearch/lib/map_uri.js +%%WWWDIR%%/src/plugins/elasticsearch/lib/migrate_config.js +%%WWWDIR%%/src/plugins/elasticsearch/lib/set_headers.js +%%WWWDIR%%/src/plugins/elasticsearch/lib/setup_error.js +%%WWWDIR%%/src/plugins/elasticsearch/lib/upgrade_config.js +%%WWWDIR%%/src/plugins/elasticsearch/lib/version_satisfies.js +%%WWWDIR%%/src/plugins/elasticsearch/package.json +%%WWWDIR%%/src/plugins/kbn_vislib_vis_types/index.js +%%WWWDIR%%/src/plugins/kbn_vislib_vis_types/package.json +%%WWWDIR%%/src/plugins/kbn_vislib_vis_types/public/area.js +%%WWWDIR%%/src/plugins/kbn_vislib_vis_types/public/controls/line_interpolation_option.html +%%WWWDIR%%/src/plugins/kbn_vislib_vis_types/public/controls/line_interpolation_option.js +%%WWWDIR%%/src/plugins/kbn_vislib_vis_types/public/controls/point_series_options.html +%%WWWDIR%%/src/plugins/kbn_vislib_vis_types/public/controls/point_series_options.js +%%WWWDIR%%/src/plugins/kbn_vislib_vis_types/public/controls/radius_ratio_option.html +%%WWWDIR%%/src/plugins/kbn_vislib_vis_types/public/controls/rows_or_columns.html +%%WWWDIR%%/src/plugins/kbn_vislib_vis_types/public/controls/vislib_basic_options.html +%%WWWDIR%%/src/plugins/kbn_vislib_vis_types/public/controls/vislib_basic_options.js +%%WWWDIR%%/src/plugins/kbn_vislib_vis_types/public/editors/area.html +%%WWWDIR%%/src/plugins/kbn_vislib_vis_types/public/editors/histogram.html +%%WWWDIR%%/src/plugins/kbn_vislib_vis_types/public/editors/line.html +%%WWWDIR%%/src/plugins/kbn_vislib_vis_types/public/editors/pie.html +%%WWWDIR%%/src/plugins/kbn_vislib_vis_types/public/editors/tile_map.html +%%WWWDIR%%/src/plugins/kbn_vislib_vis_types/public/histogram.js +%%WWWDIR%%/src/plugins/kbn_vislib_vis_types/public/kbn_vislib_vis_types.js +%%WWWDIR%%/src/plugins/kbn_vislib_vis_types/public/line.js +%%WWWDIR%%/src/plugins/kbn_vislib_vis_types/public/pie.js +%%WWWDIR%%/src/plugins/kbn_vislib_vis_types/public/tileMap.js +%%WWWDIR%%/src/plugins/kibana/index.js +%%WWWDIR%%/src/plugins/kibana/package.json +%%WWWDIR%%/src/plugins/kibana/public/dashboard/components/panel/lib/load_panel.js +%%WWWDIR%%/src/plugins/kibana/public/dashboard/components/panel/lib/search.js +%%WWWDIR%%/src/plugins/kibana/public/dashboard/components/panel/lib/visualization.js +%%WWWDIR%%/src/plugins/kibana/public/dashboard/components/panel/panel.html +%%WWWDIR%%/src/plugins/kibana/public/dashboard/components/panel/panel.js +%%WWWDIR%%/src/plugins/kibana/public/dashboard/directives/grid.js +%%WWWDIR%%/src/plugins/kibana/public/dashboard/index.html +%%WWWDIR%%/src/plugins/kibana/public/dashboard/index.js +%%WWWDIR%%/src/plugins/kibana/public/dashboard/partials/load_dashboard.html +%%WWWDIR%%/src/plugins/kibana/public/dashboard/partials/options.html +%%WWWDIR%%/src/plugins/kibana/public/dashboard/partials/pick_visualization.html +%%WWWDIR%%/src/plugins/kibana/public/dashboard/partials/save_dashboard.html +%%WWWDIR%%/src/plugins/kibana/public/dashboard/partials/share.html +%%WWWDIR%%/src/plugins/kibana/public/dashboard/services/_saved_dashboard.js +%%WWWDIR%%/src/plugins/kibana/public/dashboard/services/saved_dashboard_register.js +%%WWWDIR%%/src/plugins/kibana/public/dashboard/services/saved_dashboards.js +%%WWWDIR%%/src/plugins/kibana/public/dashboard/styles/main.less +%%WWWDIR%%/src/plugins/kibana/public/discover/_hit_sort_fn.js +%%WWWDIR%%/src/plugins/kibana/public/discover/components/field_chooser/discover_field.html +%%WWWDIR%%/src/plugins/kibana/public/discover/components/field_chooser/discover_field.js +%%WWWDIR%%/src/plugins/kibana/public/discover/components/field_chooser/field_chooser.html +%%WWWDIR%%/src/plugins/kibana/public/discover/components/field_chooser/field_chooser.js +%%WWWDIR%%/src/plugins/kibana/public/discover/components/field_chooser/lib/detail_views/string.html +%%WWWDIR%%/src/plugins/kibana/public/discover/components/field_chooser/lib/field_calculator.js +%%WWWDIR%%/src/plugins/kibana/public/discover/controllers/discover.js +%%WWWDIR%%/src/plugins/kibana/public/discover/directives/timechart.js +%%WWWDIR%%/src/plugins/kibana/public/discover/index.html +%%WWWDIR%%/src/plugins/kibana/public/discover/index.js +%%WWWDIR%%/src/plugins/kibana/public/discover/partials/load_search.html +%%WWWDIR%%/src/plugins/kibana/public/discover/partials/save_search.html +%%WWWDIR%%/src/plugins/kibana/public/discover/partials/share_search.html +%%WWWDIR%%/src/plugins/kibana/public/discover/saved_searches/_saved_search.js +%%WWWDIR%%/src/plugins/kibana/public/discover/saved_searches/saved_search_register.js +%%WWWDIR%%/src/plugins/kibana/public/discover/saved_searches/saved_searches.js +%%WWWDIR%%/src/plugins/kibana/public/discover/styles/main.less +%%WWWDIR%%/src/plugins/kibana/public/doc/controllers/doc.js +%%WWWDIR%%/src/plugins/kibana/public/doc/index.html +%%WWWDIR%%/src/plugins/kibana/public/doc/index.js +%%WWWDIR%%/src/plugins/kibana/public/kibana.js +%%WWWDIR%%/src/plugins/kibana/public/settings/app.html +%%WWWDIR%%/src/plugins/kibana/public/settings/index.js +%%WWWDIR%%/src/plugins/kibana/public/settings/saved_object_registry.js +%%WWWDIR%%/src/plugins/kibana/public/settings/sections/about/barcode.svg +%%WWWDIR%%/src/plugins/kibana/public/settings/sections/about/index.html +%%WWWDIR%%/src/plugins/kibana/public/settings/sections/about/index.js +%%WWWDIR%%/src/plugins/kibana/public/settings/sections/advanced/advanced_row.html +%%WWWDIR%%/src/plugins/kibana/public/settings/sections/advanced/advanced_row.js +%%WWWDIR%%/src/plugins/kibana/public/settings/sections/advanced/index.html +%%WWWDIR%%/src/plugins/kibana/public/settings/sections/advanced/index.js +%%WWWDIR%%/src/plugins/kibana/public/settings/sections/advanced/lib/get_editor_type.js +%%WWWDIR%%/src/plugins/kibana/public/settings/sections/advanced/lib/get_val_type.js +%%WWWDIR%%/src/plugins/kibana/public/settings/sections/advanced/lib/to_editable_config.js +%%WWWDIR%%/src/plugins/kibana/public/settings/sections/indices/_create.html +%%WWWDIR%%/src/plugins/kibana/public/settings/sections/indices/_create.js +%%WWWDIR%%/src/plugins/kibana/public/settings/sections/indices/_date_scripts.js +%%WWWDIR%%/src/plugins/kibana/public/settings/sections/indices/_edit.html +%%WWWDIR%%/src/plugins/kibana/public/settings/sections/indices/_edit.js +%%WWWDIR%%/src/plugins/kibana/public/settings/sections/indices/_field_controls.html +%%WWWDIR%%/src/plugins/kibana/public/settings/sections/indices/_field_editor.html +%%WWWDIR%%/src/plugins/kibana/public/settings/sections/indices/_field_editor.js +%%WWWDIR%%/src/plugins/kibana/public/settings/sections/indices/_field_name.html +%%WWWDIR%%/src/plugins/kibana/public/settings/sections/indices/_field_popularity.html +%%WWWDIR%%/src/plugins/kibana/public/settings/sections/indices/_field_type.html +%%WWWDIR%%/src/plugins/kibana/public/settings/sections/indices/_field_types.js +%%WWWDIR%%/src/plugins/kibana/public/settings/sections/indices/_index_header.html +%%WWWDIR%%/src/plugins/kibana/public/settings/sections/indices/_index_header.js +%%WWWDIR%%/src/plugins/kibana/public/settings/sections/indices/_indexed_fields.html +%%WWWDIR%%/src/plugins/kibana/public/settings/sections/indices/_indexed_fields.js +%%WWWDIR%%/src/plugins/kibana/public/settings/sections/indices/_refresh_kibana_index.js +%%WWWDIR%%/src/plugins/kibana/public/settings/sections/indices/_scripted_fields.html +%%WWWDIR%%/src/plugins/kibana/public/settings/sections/indices/_scripted_fields.js +%%WWWDIR%%/src/plugins/kibana/public/settings/sections/indices/index.html +%%WWWDIR%%/src/plugins/kibana/public/settings/sections/indices/index.js +%%WWWDIR%%/src/plugins/kibana/public/settings/sections/objects/_objects.html +%%WWWDIR%%/src/plugins/kibana/public/settings/sections/objects/_objects.js +%%WWWDIR%%/src/plugins/kibana/public/settings/sections/objects/_view.html +%%WWWDIR%%/src/plugins/kibana/public/settings/sections/objects/_view.js +%%WWWDIR%%/src/plugins/kibana/public/settings/sections/objects/index.js +%%WWWDIR%%/src/plugins/kibana/public/settings/sections/status/index.js +%%WWWDIR%%/src/plugins/kibana/public/settings/styles/main.less +%%WWWDIR%%/src/plugins/kibana/public/visualize/editor/add_bucket_agg.js +%%WWWDIR%%/src/plugins/kibana/public/visualize/editor/advanced_toggle.html +%%WWWDIR%%/src/plugins/kibana/public/visualize/editor/agg.html +%%WWWDIR%%/src/plugins/kibana/public/visualize/editor/agg.js +%%WWWDIR%%/src/plugins/kibana/public/visualize/editor/agg_add.html +%%WWWDIR%%/src/plugins/kibana/public/visualize/editor/agg_add.js +%%WWWDIR%%/src/plugins/kibana/public/visualize/editor/agg_filter.js +%%WWWDIR%%/src/plugins/kibana/public/visualize/editor/agg_group.html +%%WWWDIR%%/src/plugins/kibana/public/visualize/editor/agg_group.js +%%WWWDIR%%/src/plugins/kibana/public/visualize/editor/agg_param.js +%%WWWDIR%%/src/plugins/kibana/public/visualize/editor/agg_params.html +%%WWWDIR%%/src/plugins/kibana/public/visualize/editor/agg_params.js +%%WWWDIR%%/src/plugins/kibana/public/visualize/editor/agg_select.html +%%WWWDIR%%/src/plugins/kibana/public/visualize/editor/editor.html +%%WWWDIR%%/src/plugins/kibana/public/visualize/editor/editor.js +%%WWWDIR%%/src/plugins/kibana/public/visualize/editor/nesting_indicator.js +%%WWWDIR%%/src/plugins/kibana/public/visualize/editor/panels/load.html +%%WWWDIR%%/src/plugins/kibana/public/visualize/editor/panels/save.html +%%WWWDIR%%/src/plugins/kibana/public/visualize/editor/panels/share.html +%%WWWDIR%%/src/plugins/kibana/public/visualize/editor/sidebar.html +%%WWWDIR%%/src/plugins/kibana/public/visualize/editor/sidebar.js +%%WWWDIR%%/src/plugins/kibana/public/visualize/editor/styles/_editor.less +%%WWWDIR%%/src/plugins/kibana/public/visualize/editor/vis_options.html +%%WWWDIR%%/src/plugins/kibana/public/visualize/editor/vis_options.js +%%WWWDIR%%/src/plugins/kibana/public/visualize/index.js +%%WWWDIR%%/src/plugins/kibana/public/visualize/saved_visualizations/_saved_vis.js +%%WWWDIR%%/src/plugins/kibana/public/visualize/saved_visualizations/saved_visualization_register.js +%%WWWDIR%%/src/plugins/kibana/public/visualize/saved_visualizations/saved_visualizations.js +%%WWWDIR%%/src/plugins/kibana/public/visualize/styles/main.less +%%WWWDIR%%/src/plugins/kibana/public/visualize/wizard/step_1.html +%%WWWDIR%%/src/plugins/kibana/public/visualize/wizard/step_2.html +%%WWWDIR%%/src/plugins/kibana/public/visualize/wizard/wizard.js +%%WWWDIR%%/src/plugins/markdown_vis/index.js +%%WWWDIR%%/src/plugins/markdown_vis/package.json +%%WWWDIR%%/src/plugins/markdown_vis/public/markdown_vis.html +%%WWWDIR%%/src/plugins/markdown_vis/public/markdown_vis.js +%%WWWDIR%%/src/plugins/markdown_vis/public/markdown_vis.less +%%WWWDIR%%/src/plugins/markdown_vis/public/markdown_vis_controller.js +%%WWWDIR%%/src/plugins/markdown_vis/public/markdown_vis_params.html +%%WWWDIR%%/src/plugins/metric_vis/index.js +%%WWWDIR%%/src/plugins/metric_vis/package.json +%%WWWDIR%%/src/plugins/metric_vis/public/metric_vis.html +%%WWWDIR%%/src/plugins/metric_vis/public/metric_vis.js +%%WWWDIR%%/src/plugins/metric_vis/public/metric_vis.less +%%WWWDIR%%/src/plugins/metric_vis/public/metric_vis_controller.js +%%WWWDIR%%/src/plugins/metric_vis/public/metric_vis_params.html +%%WWWDIR%%/src/plugins/spyModes/index.js +%%WWWDIR%%/src/plugins/spyModes/package.json +%%WWWDIR%%/src/plugins/spyModes/public/reqRespStatsSpyMode.html +%%WWWDIR%%/src/plugins/spyModes/public/reqRespStatsSpyMode.js +%%WWWDIR%%/src/plugins/spyModes/public/tableSpyMode.html +%%WWWDIR%%/src/plugins/spyModes/public/tableSpyMode.js +%%WWWDIR%%/src/plugins/statusPage/index.js +%%WWWDIR%%/src/plugins/statusPage/package.json +%%WWWDIR%%/src/plugins/statusPage/public/lib/formatNumber.js +%%WWWDIR%%/src/plugins/statusPage/public/lib/makeChartOptions.js +%%WWWDIR%%/src/plugins/statusPage/public/lib/readStatData.js +%%WWWDIR%%/src/plugins/statusPage/public/lib/toTitleCase.js +%%WWWDIR%%/src/plugins/statusPage/public/statusPage.html +%%WWWDIR%%/src/plugins/statusPage/public/statusPage.js +%%WWWDIR%%/src/plugins/statusPage/public/statusPage.less +%%WWWDIR%%/src/plugins/statusPage/public/statusPageMetric.html +%%WWWDIR%%/src/plugins/statusPage/public/statusPageMetric.js +%%WWWDIR%%/src/plugins/table_vis/index.js +%%WWWDIR%%/src/plugins/table_vis/package.json +%%WWWDIR%%/src/plugins/table_vis/public/table_vis.html +%%WWWDIR%%/src/plugins/table_vis/public/table_vis.js +%%WWWDIR%%/src/plugins/table_vis/public/table_vis.less +%%WWWDIR%%/src/plugins/table_vis/public/table_vis_controller.js +%%WWWDIR%%/src/plugins/table_vis/public/table_vis_params.html +%%WWWDIR%%/src/plugins/table_vis/public/table_vis_params.js +%%WWWDIR%%/src/server/KbnServer.js +%%WWWDIR%%/src/server/config/complete.js +%%WWWDIR%%/src/server/config/config.js +%%WWWDIR%%/src/server/config/deepCloneWithBuffers.js +%%WWWDIR%%/src/server/config/explodeBy.js +%%WWWDIR%%/src/server/config/flattenWith.js +%%WWWDIR%%/src/server/config/override.js +%%WWWDIR%%/src/server/config/schema.js +%%WWWDIR%%/src/server/config/setup.js +%%WWWDIR%%/src/server/config/unset.js +%%WWWDIR%%/src/server/http/getDefaultRoute.js +%%WWWDIR%%/src/server/http/index.js +%%WWWDIR%%/src/server/http/register_hapi_plugins.js +%%WWWDIR%%/src/server/http/short_url_assert_valid.js +%%WWWDIR%%/src/server/http/short_url_lookup.js +%%WWWDIR%%/src/server/http/version_check.js +%%WWWDIR%%/src/server/http/xsrf.js +%%WWWDIR%%/src/server/lib/commanderExtensions.js +%%WWWDIR%%/src/server/logging/LogFormat.js +%%WWWDIR%%/src/server/logging/LogFormatJson.js +%%WWWDIR%%/src/server/logging/LogFormatString.js +%%WWWDIR%%/src/server/logging/LogReporter.js +%%WWWDIR%%/src/server/logging/applyFiltersToKeys.js +%%WWWDIR%%/src/server/logging/index.js +%%WWWDIR%%/src/server/logging/log_interceptor.js +%%WWWDIR%%/src/server/path/index.js +%%WWWDIR%%/src/server/pid/index.js +%%WWWDIR%%/src/server/plugins/Plugin.js +%%WWWDIR%%/src/server/plugins/PluginApi.js +%%WWWDIR%%/src/server/plugins/PluginCollection.js +%%WWWDIR%%/src/server/plugins/initialize.js +%%WWWDIR%%/src/server/plugins/scan.js +%%WWWDIR%%/src/server/status/Samples.js +%%WWWDIR%%/src/server/status/ServerStatus.js +%%WWWDIR%%/src/server/status/Status.js +%%WWWDIR%%/src/server/status/index.js +%%WWWDIR%%/src/server/status/metrics.js +%%WWWDIR%%/src/server/status/states.js +%%WWWDIR%%/src/server/status/wrap_auth_config.js +%%WWWDIR%%/src/server/views/index.jade +%%WWWDIR%%/src/server/warnings/index.js +%%WWWDIR%%/src/ui/UiApp.js +%%WWWDIR%%/src/ui/UiAppCollection.js +%%WWWDIR%%/src/ui/UiBundle.js +%%WWWDIR%%/src/ui/UiBundleCollection.js +%%WWWDIR%%/src/ui/UiBundlerEnv.js +%%WWWDIR%%/src/ui/UiExports.js +%%WWWDIR%%/src/ui/appEntryTemplate.js +%%WWWDIR%%/src/ui/autoload.js +%%WWWDIR%%/src/ui/index.js +%%WWWDIR%%/src/ui/public/Binder/Binder.js +%%WWWDIR%%/src/ui/public/ConfigTemplate.js +%%WWWDIR%%/src/ui/public/IndexedArray/IndexedArray.js +%%WWWDIR%%/src/ui/public/IndexedArray/inflector.js +%%WWWDIR%%/src/ui/public/StackTraceMapper/SourceMapReader.js +%%WWWDIR%%/src/ui/public/StackTraceMapper/StackTraceMapper.js +%%WWWDIR%%/src/ui/public/StackTraceMapper/setErrorStack.js +%%WWWDIR%%/src/ui/public/StackTraceMapper/stackLineFormat.js +%%WWWDIR%%/src/ui/public/StackTraceMapper/translateStackLine.js +%%WWWDIR%%/src/ui/public/Vis/AggConfig.js +%%WWWDIR%%/src/ui/public/Vis/AggConfigResult.js +%%WWWDIR%%/src/ui/public/Vis/AggConfigs.js +%%WWWDIR%%/src/ui/public/Vis/Renderbot.js +%%WWWDIR%%/src/ui/public/Vis/Schemas.js +%%WWWDIR%%/src/ui/public/Vis/Vis.js +%%WWWDIR%%/src/ui/public/Vis/VisType.js +%%WWWDIR%%/src/ui/public/agg_response/geo_json/_tooltip.html +%%WWWDIR%%/src/ui/public/agg_response/geo_json/_tooltip_formatter.js +%%WWWDIR%%/src/ui/public/agg_response/geo_json/geo_json.js +%%WWWDIR%%/src/ui/public/agg_response/geo_json/rowsToFeatures.js +%%WWWDIR%%/src/ui/public/agg_response/hierarchical/_array_to_linked_list.js +%%WWWDIR%%/src/ui/public/agg_response/hierarchical/_build_split.js +%%WWWDIR%%/src/ui/public/agg_response/hierarchical/_collect_branch.js +%%WWWDIR%%/src/ui/public/agg_response/hierarchical/_collect_keys.js +%%WWWDIR%%/src/ui/public/agg_response/hierarchical/_create_raw_data.js +%%WWWDIR%%/src/ui/public/agg_response/hierarchical/_extract_buckets.js +%%WWWDIR%%/src/ui/public/agg_response/hierarchical/_hierarchical_tooltip_formatter.js +%%WWWDIR%%/src/ui/public/agg_response/hierarchical/_tooltip.html +%%WWWDIR%%/src/ui/public/agg_response/hierarchical/_transform_aggregation.js +%%WWWDIR%%/src/ui/public/agg_response/hierarchical/build_hierarchical_data.js +%%WWWDIR%%/src/ui/public/agg_response/index.js +%%WWWDIR%%/src/ui/public/agg_response/point_series/_add_to_siri.js +%%WWWDIR%%/src/ui/public/agg_response/point_series/_fake_x_aspect.js +%%WWWDIR%%/src/ui/public/agg_response/point_series/_get_aspects.js +%%WWWDIR%%/src/ui/public/agg_response/point_series/_get_point.js +%%WWWDIR%%/src/ui/public/agg_response/point_series/_get_series.js +%%WWWDIR%%/src/ui/public/agg_response/point_series/_init_x_axis.js +%%WWWDIR%%/src/ui/public/agg_response/point_series/_init_y_axis.js +%%WWWDIR%%/src/ui/public/agg_response/point_series/_ordered_date_axis.js +%%WWWDIR%%/src/ui/public/agg_response/point_series/_tooltip.html +%%WWWDIR%%/src/ui/public/agg_response/point_series/_tooltip_formatter.js +%%WWWDIR%%/src/ui/public/agg_response/point_series/point_series.js +%%WWWDIR%%/src/ui/public/agg_response/tabify/_buckets.js +%%WWWDIR%%/src/ui/public/agg_response/tabify/_get_columns.js +%%WWWDIR%%/src/ui/public/agg_response/tabify/_response_writer.js +%%WWWDIR%%/src/ui/public/agg_response/tabify/_table.js +%%WWWDIR%%/src/ui/public/agg_response/tabify/_table_group.js +%%WWWDIR%%/src/ui/public/agg_response/tabify/tabify.js +%%WWWDIR%%/src/ui/public/agg_table/agg_table.html +%%WWWDIR%%/src/ui/public/agg_table/agg_table.js +%%WWWDIR%%/src/ui/public/agg_table/agg_table.less +%%WWWDIR%%/src/ui/public/agg_table/agg_table_group.html +%%WWWDIR%%/src/ui/public/agg_table/agg_table_group.js +%%WWWDIR%%/src/ui/public/agg_types/AggParams.js +%%WWWDIR%%/src/ui/public/agg_types/AggType.js +%%WWWDIR%%/src/ui/public/agg_types/buckets/RangeKey.js +%%WWWDIR%%/src/ui/public/agg_types/buckets/_bucket_agg_type.js +%%WWWDIR%%/src/ui/public/agg_types/buckets/_bucket_count_between.js +%%WWWDIR%%/src/ui/public/agg_types/buckets/_interval_options.js +%%WWWDIR%%/src/ui/public/agg_types/buckets/create_filter/date_histogram.js +%%WWWDIR%%/src/ui/public/agg_types/buckets/create_filter/date_range.js +%%WWWDIR%%/src/ui/public/agg_types/buckets/create_filter/filters.js +%%WWWDIR%%/src/ui/public/agg_types/buckets/create_filter/histogram.js +%%WWWDIR%%/src/ui/public/agg_types/buckets/create_filter/ip_range.js +%%WWWDIR%%/src/ui/public/agg_types/buckets/create_filter/range.js +%%WWWDIR%%/src/ui/public/agg_types/buckets/create_filter/terms.js +%%WWWDIR%%/src/ui/public/agg_types/buckets/date_histogram.js +%%WWWDIR%%/src/ui/public/agg_types/buckets/date_range.js +%%WWWDIR%%/src/ui/public/agg_types/buckets/filters.js +%%WWWDIR%%/src/ui/public/agg_types/buckets/geo_hash.js +%%WWWDIR%%/src/ui/public/agg_types/buckets/histogram.js +%%WWWDIR%%/src/ui/public/agg_types/buckets/ip_range.js +%%WWWDIR%%/src/ui/public/agg_types/buckets/range.js +%%WWWDIR%%/src/ui/public/agg_types/buckets/significant_terms.js +%%WWWDIR%%/src/ui/public/agg_types/buckets/terms.js +%%WWWDIR%%/src/ui/public/agg_types/controls/date_ranges.html +%%WWWDIR%%/src/ui/public/agg_types/controls/extended_bounds.html +%%WWWDIR%%/src/ui/public/agg_types/controls/field.html +%%WWWDIR%%/src/ui/public/agg_types/controls/filters.html +%%WWWDIR%%/src/ui/public/agg_types/controls/interval.html +%%WWWDIR%%/src/ui/public/agg_types/controls/ip_ranges.html +%%WWWDIR%%/src/ui/public/agg_types/controls/min_doc_count.html +%%WWWDIR%%/src/ui/public/agg_types/controls/order_agg.html +%%WWWDIR%%/src/ui/public/agg_types/controls/order_and_size.html +%%WWWDIR%%/src/ui/public/agg_types/controls/percentile_ranks.html +%%WWWDIR%%/src/ui/public/agg_types/controls/percentiles.html +%%WWWDIR%%/src/ui/public/agg_types/controls/precision.html +%%WWWDIR%%/src/ui/public/agg_types/controls/ranges.html +%%WWWDIR%%/src/ui/public/agg_types/controls/raw_json.html +%%WWWDIR%%/src/ui/public/agg_types/controls/regular_expression.html +%%WWWDIR%%/src/ui/public/agg_types/controls/string.html +%%WWWDIR%%/src/ui/public/agg_types/index.js +%%WWWDIR%%/src/ui/public/agg_types/metrics/MetricAggType.js +%%WWWDIR%%/src/ui/public/agg_types/metrics/avg.js +%%WWWDIR%%/src/ui/public/agg_types/metrics/cardinality.js +%%WWWDIR%%/src/ui/public/agg_types/metrics/count.js +%%WWWDIR%%/src/ui/public/agg_types/metrics/getResponseAggConfigClass.js +%%WWWDIR%%/src/ui/public/agg_types/metrics/max.js +%%WWWDIR%%/src/ui/public/agg_types/metrics/median.js +%%WWWDIR%%/src/ui/public/agg_types/metrics/min.js +%%WWWDIR%%/src/ui/public/agg_types/metrics/percentile_ranks.js +%%WWWDIR%%/src/ui/public/agg_types/metrics/percentiles.js +%%WWWDIR%%/src/ui/public/agg_types/metrics/stdDeviation.js +%%WWWDIR%%/src/ui/public/agg_types/metrics/sum.js +%%WWWDIR%%/src/ui/public/agg_types/param_types/base.js +%%WWWDIR%%/src/ui/public/agg_types/param_types/field.js +%%WWWDIR%%/src/ui/public/agg_types/param_types/optioned.js +%%WWWDIR%%/src/ui/public/agg_types/param_types/raw_json.js +%%WWWDIR%%/src/ui/public/agg_types/param_types/regex.js +%%WWWDIR%%/src/ui/public/agg_types/param_types/string.js +%%WWWDIR%%/src/ui/public/bind/bind.js +%%WWWDIR%%/src/ui/public/bound_to_config_obj.js +%%WWWDIR%%/src/ui/public/chrome/Tab.js +%%WWWDIR%%/src/ui/public/chrome/TabCollection.js +%%WWWDIR%%/src/ui/public/chrome/api/angular.js +%%WWWDIR%%/src/ui/public/chrome/api/apps.js +%%WWWDIR%%/src/ui/public/chrome/api/controls.js +%%WWWDIR%%/src/ui/public/chrome/api/nav.js +%%WWWDIR%%/src/ui/public/chrome/api/tabs.js +%%WWWDIR%%/src/ui/public/chrome/api/template.js +%%WWWDIR%%/src/ui/public/chrome/api/theme.js +%%WWWDIR%%/src/ui/public/chrome/api/xsrf.js +%%WWWDIR%%/src/ui/public/chrome/chrome.html +%%WWWDIR%%/src/ui/public/chrome/chrome.js +%%WWWDIR%%/src/ui/public/chrome/config/filter.html +%%WWWDIR%%/src/ui/public/chrome/config/interval.html +%%WWWDIR%%/src/ui/public/chrome/context.js +%%WWWDIR%%/src/ui/public/chrome/directives/active_http_spinner.html +%%WWWDIR%%/src/ui/public/chrome/directives/app_switcher/app_switcher.html +%%WWWDIR%%/src/ui/public/chrome/directives/app_switcher/app_switcher.js +%%WWWDIR%%/src/ui/public/chrome/directives/app_switcher/app_switcher.less +%%WWWDIR%%/src/ui/public/chrome/directives/append_nav_controls.js +%%WWWDIR%%/src/ui/public/chrome/directives/index.js +%%WWWDIR%%/src/ui/public/chrome/directives/kbn_chrome.js +%%WWWDIR%%/src/ui/public/collapsible_sidebar/collapsible_sidebar.js +%%WWWDIR%%/src/ui/public/collapsible_sidebar/collapsible_sidebar.less +%%WWWDIR%%/src/ui/public/compile_recursive_directive.js +%%WWWDIR%%/src/ui/public/config/_delayed_updater.js +%%WWWDIR%%/src/ui/public/config/_vals.js +%%WWWDIR%%/src/ui/public/config/config.js +%%WWWDIR%%/src/ui/public/config/defaults.js +%%WWWDIR%%/src/ui/public/config/migrations/_empty_ +%%WWWDIR%%/src/ui/public/courier/_error_handlers.js +%%WWWDIR%%/src/ui/public/courier/_redirect_when_missing.js +%%WWWDIR%%/src/ui/public/courier/_request_queue.js +%%WWWDIR%%/src/ui/public/courier/courier.js +%%WWWDIR%%/src/ui/public/courier/data_source/_abstract.js +%%WWWDIR%%/src/ui/public/courier/data_source/_decorate_query.js +%%WWWDIR%%/src/ui/public/courier/data_source/_doc_send_to_es.js +%%WWWDIR%%/src/ui/public/courier/data_source/_normalize_sort_request.js +%%WWWDIR%%/src/ui/public/courier/data_source/_root_search_source.js +%%WWWDIR%%/src/ui/public/courier/data_source/doc_source.js +%%WWWDIR%%/src/ui/public/courier/data_source/search_source.js +%%WWWDIR%%/src/ui/public/courier/fetch/_call_client.js +%%WWWDIR%%/src/ui/public/courier/fetch/_call_response_handlers.js +%%WWWDIR%%/src/ui/public/courier/fetch/_continue_incomplete.js +%%WWWDIR%%/src/ui/public/courier/fetch/_fetch_these.js +%%WWWDIR%%/src/ui/public/courier/fetch/_for_each_strategy.js +%%WWWDIR%%/src/ui/public/courier/fetch/_is_request.js +%%WWWDIR%%/src/ui/public/courier/fetch/_merge_duplicate_requests.js +%%WWWDIR%%/src/ui/public/courier/fetch/_notifier.js +%%WWWDIR%%/src/ui/public/courier/fetch/_req_status.js +%%WWWDIR%%/src/ui/public/courier/fetch/fetch.js +%%WWWDIR%%/src/ui/public/courier/fetch/request/_error_handler.js +%%WWWDIR%%/src/ui/public/courier/fetch/request/_segmented_handle.js +%%WWWDIR%%/src/ui/public/courier/fetch/request/doc.js +%%WWWDIR%%/src/ui/public/courier/fetch/request/request.js +%%WWWDIR%%/src/ui/public/courier/fetch/request/search.js +%%WWWDIR%%/src/ui/public/courier/fetch/request/segmented.js +%%WWWDIR%%/src/ui/public/courier/fetch/strategy/doc.js +%%WWWDIR%%/src/ui/public/courier/fetch/strategy/search.js +%%WWWDIR%%/src/ui/public/courier/looper/_looper.js +%%WWWDIR%%/src/ui/public/courier/looper/doc.js +%%WWWDIR%%/src/ui/public/courier/looper/search.js +%%WWWDIR%%/src/ui/public/courier/saved_object/saved_object.js +%%WWWDIR%%/src/ui/public/crypto/index.js +%%WWWDIR%%/src/ui/public/crypto/sha256.js +%%WWWDIR%%/src/ui/public/debounce/debounce.js +%%WWWDIR%%/src/ui/public/directives/auto_select_if_only_one.js +%%WWWDIR%%/src/ui/public/directives/click_focus.js +%%WWWDIR%%/src/ui/public/directives/config.js +%%WWWDIR%%/src/ui/public/directives/confirm_click.js +%%WWWDIR%%/src/ui/public/directives/css_truncate.js +%%WWWDIR%%/src/ui/public/directives/field_name.js +%%WWWDIR%%/src/ui/public/directives/file_upload.js +%%WWWDIR%%/src/ui/public/directives/inequality.js +%%WWWDIR%%/src/ui/public/directives/infinite_scroll.js +%%WWWDIR%%/src/ui/public/directives/info.js +%%WWWDIR%%/src/ui/public/directives/input_datetime.js +%%WWWDIR%%/src/ui/public/directives/input_focus.js +%%WWWDIR%%/src/ui/public/directives/input_whole_number.js +%%WWWDIR%%/src/ui/public/directives/json_input.js +%%WWWDIR%%/src/ui/public/directives/kbnHref.js +%%WWWDIR%%/src/ui/public/directives/kbnSrc.js +%%WWWDIR%%/src/ui/public/directives/paginate.js +%%WWWDIR%%/src/ui/public/directives/pretty_duration.js +%%WWWDIR%%/src/ui/public/directives/rows.js +%%WWWDIR%%/src/ui/public/directives/saved_object_finder.js +%%WWWDIR%%/src/ui/public/directives/spinner.js +%%WWWDIR%%/src/ui/public/directives/truncated.js +%%WWWDIR%%/src/ui/public/directives/validate_cidr_mask.js +%%WWWDIR%%/src/ui/public/directives/validate_date_math.js +%%WWWDIR%%/src/ui/public/directives/validate_index_name.js +%%WWWDIR%%/src/ui/public/directives/validate_ip.js +%%WWWDIR%%/src/ui/public/directives/validate_json.js +%%WWWDIR%%/src/ui/public/doc_table/components/table_header.html +%%WWWDIR%%/src/ui/public/doc_table/components/table_header.js +%%WWWDIR%%/src/ui/public/doc_table/components/table_row.js +%%WWWDIR%%/src/ui/public/doc_table/components/table_row/cell.html +%%WWWDIR%%/src/ui/public/doc_table/components/table_row/details.html +%%WWWDIR%%/src/ui/public/doc_table/components/table_row/open.html +%%WWWDIR%%/src/ui/public/doc_table/doc_table.html +%%WWWDIR%%/src/ui/public/doc_table/doc_table.js +%%WWWDIR%%/src/ui/public/doc_table/doc_table.less +%%WWWDIR%%/src/ui/public/doc_table/lib/get_sort.js +%%WWWDIR%%/src/ui/public/doc_title/doc_title.js +%%WWWDIR%%/src/ui/public/doc_viewer/doc_viewer.html +%%WWWDIR%%/src/ui/public/doc_viewer/doc_viewer.js +%%WWWDIR%%/src/ui/public/doc_viewer/doc_viewer.less +%%WWWDIR%%/src/ui/public/domLocation.js +%%WWWDIR%%/src/ui/public/elastic_textarea.js +%%WWWDIR%%/src/ui/public/error_url_overflow/error_url_overflow.html +%%WWWDIR%%/src/ui/public/error_url_overflow/error_url_overflow.js +%%WWWDIR%%/src/ui/public/error_url_overflow/error_url_overflow.less +%%WWWDIR%%/src/ui/public/error_url_overflow/url_overflow_service.js +%%WWWDIR%%/src/ui/public/errors.js +%%WWWDIR%%/src/ui/public/es.js +%%WWWDIR%%/src/ui/public/events.js +%%WWWDIR%%/src/ui/public/fancy_forms/KbnFormController.js +%%WWWDIR%%/src/ui/public/fancy_forms/fancy_forms.js +%%WWWDIR%%/src/ui/public/field_editor/field_editor.html +%%WWWDIR%%/src/ui/public/field_editor/field_editor.js +%%WWWDIR%%/src/ui/public/field_editor/scripting_info.html +%%WWWDIR%%/src/ui/public/field_editor/scripting_warning.html +%%WWWDIR%%/src/ui/public/field_format_editor/field_format_editor.js +%%WWWDIR%%/src/ui/public/field_format_editor/numeral/numeral.html +%%WWWDIR%%/src/ui/public/field_format_editor/numeral/numeral.js +%%WWWDIR%%/src/ui/public/field_format_editor/pattern/pattern.html +%%WWWDIR%%/src/ui/public/field_format_editor/pattern/pattern.js +%%WWWDIR%%/src/ui/public/field_format_editor/samples/samples.html +%%WWWDIR%%/src/ui/public/field_format_editor/samples/samples.js +%%WWWDIR%%/src/ui/public/filter_bar/filter_bar.html +%%WWWDIR%%/src/ui/public/filter_bar/filter_bar.js +%%WWWDIR%%/src/ui/public/filter_bar/filter_bar.less +%%WWWDIR%%/src/ui/public/filter_bar/filter_bar_click_handler.js +%%WWWDIR%%/src/ui/public/filter_bar/lib/changeTimeFilter.js +%%WWWDIR%%/src/ui/public/filter_bar/lib/compareFilters.js +%%WWWDIR%%/src/ui/public/filter_bar/lib/dedupFilters.js +%%WWWDIR%%/src/ui/public/filter_bar/lib/extractTimeFilter.js +%%WWWDIR%%/src/ui/public/filter_bar/lib/filterAppliedAndUnwrap.js +%%WWWDIR%%/src/ui/public/filter_bar/lib/filterOutTimeBasedFilter.js +%%WWWDIR%%/src/ui/public/filter_bar/lib/generateMappingChain.js +%%WWWDIR%%/src/ui/public/filter_bar/lib/mapAndFlattenFilters.js +%%WWWDIR%%/src/ui/public/filter_bar/lib/mapDefault.js +%%WWWDIR%%/src/ui/public/filter_bar/lib/mapExists.js +%%WWWDIR%%/src/ui/public/filter_bar/lib/mapFilter.js +%%WWWDIR%%/src/ui/public/filter_bar/lib/mapFlattenAndWrapFilters.js +%%WWWDIR%%/src/ui/public/filter_bar/lib/mapGeoBoundingBox.js +%%WWWDIR%%/src/ui/public/filter_bar/lib/mapMatchAll.js +%%WWWDIR%%/src/ui/public/filter_bar/lib/mapMissing.js +%%WWWDIR%%/src/ui/public/filter_bar/lib/mapQueryString.js +%%WWWDIR%%/src/ui/public/filter_bar/lib/mapRange.js +%%WWWDIR%%/src/ui/public/filter_bar/lib/mapScript.js +%%WWWDIR%%/src/ui/public/filter_bar/lib/mapTerms.js +%%WWWDIR%%/src/ui/public/filter_bar/lib/onlyDisabled.js +%%WWWDIR%%/src/ui/public/filter_bar/lib/onlyStateChanged.js +%%WWWDIR%%/src/ui/public/filter_bar/lib/remapFilters.js +%%WWWDIR%%/src/ui/public/filter_bar/lib/uniqFilters.js +%%WWWDIR%%/src/ui/public/filter_bar/push_filter.js +%%WWWDIR%%/src/ui/public/filter_bar/query_filter.js +%%WWWDIR%%/src/ui/public/filter_manager/filter_manager.js +%%WWWDIR%%/src/ui/public/filter_manager/lib/phrase.js +%%WWWDIR%%/src/ui/public/filter_manager/lib/query.js +%%WWWDIR%%/src/ui/public/filter_manager/lib/range.js +%%WWWDIR%%/src/ui/public/filters/_prop_filter.js +%%WWWDIR%%/src/ui/public/filters/commaList.js +%%WWWDIR%%/src/ui/public/filters/field_type.js +%%WWWDIR%%/src/ui/public/filters/label.js +%%WWWDIR%%/src/ui/public/filters/match_any.js +%%WWWDIR%%/src/ui/public/filters/moment.js +%%WWWDIR%%/src/ui/public/filters/rison.js +%%WWWDIR%%/src/ui/public/filters/short_dots.js +%%WWWDIR%%/src/ui/public/filters/start_from.js +%%WWWDIR%%/src/ui/public/filters/trust_as_html.js +%%WWWDIR%%/src/ui/public/filters/unique.js +%%WWWDIR%%/src/ui/public/filters/uriescape.js +%%WWWDIR%%/src/ui/public/fixedScroll.js +%%WWWDIR%%/src/ui/public/highlight/highlight.js +%%WWWDIR%%/src/ui/public/highlight/highlight_tags.js +%%WWWDIR%%/src/ui/public/images/elk.ico +%%WWWDIR%%/src/ui/public/images/initial_load.gif +%%WWWDIR%%/src/ui/public/images/kibana.svg +%%WWWDIR%%/src/ui/public/index_patterns/_calculate_indices.js +%%WWWDIR%%/src/ui/public/index_patterns/_cast_mapping_type.js +%%WWWDIR%%/src/ui/public/index_patterns/_ensure_some.js +%%WWWDIR%%/src/ui/public/index_patterns/_field.js +%%WWWDIR%%/src/ui/public/index_patterns/_field_format/FieldFormat.js +%%WWWDIR%%/src/ui/public/index_patterns/_field_format/contentTypes.js +%%WWWDIR%%/src/ui/public/index_patterns/_field_list.js +%%WWWDIR%%/src/ui/public/index_patterns/_field_types.js +%%WWWDIR%%/src/ui/public/index_patterns/_flatten_hit.js +%%WWWDIR%%/src/ui/public/index_patterns/_format_hit.js +%%WWWDIR%%/src/ui/public/index_patterns/_get_computed_fields.js +%%WWWDIR%%/src/ui/public/index_patterns/_get_ids.js +%%WWWDIR%%/src/ui/public/index_patterns/_index_pattern.js +%%WWWDIR%%/src/ui/public/index_patterns/_intervals.js +%%WWWDIR%%/src/ui/public/index_patterns/_local_cache.js +%%WWWDIR%%/src/ui/public/index_patterns/_map_field.js +%%WWWDIR%%/src/ui/public/index_patterns/_mapper.js +%%WWWDIR%%/src/ui/public/index_patterns/_object.tmpl.html +%%WWWDIR%%/src/ui/public/index_patterns/_pattern_cache.js +%%WWWDIR%%/src/ui/public/index_patterns/_pattern_to_wildcard.js +%%WWWDIR%%/src/ui/public/index_patterns/_transform_mapping_into_fields.js +%%WWWDIR%%/src/ui/public/index_patterns/index_patterns.js +%%WWWDIR%%/src/ui/public/index_patterns/routeSetup/loadDefault.js +%%WWWDIR%%/src/ui/public/jquery/findTestSubject.js +%%WWWDIR%%/src/ui/public/listen/listen.js +%%WWWDIR%%/src/ui/public/loading.gif +%%WWWDIR%%/src/ui/public/metadata.js +%%WWWDIR%%/src/ui/public/modules.js +%%WWWDIR%%/src/ui/public/navbar_extensions/navbar_extensions.js +%%WWWDIR%%/src/ui/public/notify/directives.js +%%WWWDIR%%/src/ui/public/notify/errors.js +%%WWWDIR%%/src/ui/public/notify/lib/_format_es_msg.js +%%WWWDIR%%/src/ui/public/notify/lib/_format_msg.js +%%WWWDIR%%/src/ui/public/notify/notifier.js +%%WWWDIR%%/src/ui/public/notify/notify.js +%%WWWDIR%%/src/ui/public/notify/partials/fatal.html +%%WWWDIR%%/src/ui/public/notify/partials/fatal_splash_screen.html +%%WWWDIR%%/src/ui/public/notify/partials/toaster.html +%%WWWDIR%%/src/ui/public/number_list/number_list.html +%%WWWDIR%%/src/ui/public/number_list/number_list.js +%%WWWDIR%%/src/ui/public/number_list/number_list_input.js +%%WWWDIR%%/src/ui/public/paginated_table/paginated_table.html +%%WWWDIR%%/src/ui/public/paginated_table/paginated_table.js +%%WWWDIR%%/src/ui/public/parse_query/lib/from_user.js +%%WWWDIR%%/src/ui/public/parse_query/lib/to_user.js +%%WWWDIR%%/src/ui/public/parse_query/parse_query.js +%%WWWDIR%%/src/ui/public/partials/global_config.html +%%WWWDIR%%/src/ui/public/partials/info.html +%%WWWDIR%%/src/ui/public/partials/nav_config.html +%%WWWDIR%%/src/ui/public/partials/paginate_controls.html +%%WWWDIR%%/src/ui/public/partials/saved_object_finder.html +%%WWWDIR%%/src/ui/public/partials/truncate_by_height.html +%%WWWDIR%%/src/ui/public/persisted_log/persisted_log.js +%%WWWDIR%%/src/ui/public/persisted_state/persisted_state.js +%%WWWDIR%%/src/ui/public/private/private.js +%%WWWDIR%%/src/ui/public/promises/promises.js +%%WWWDIR%%/src/ui/public/reflow_watcher/reflow_watcher.js +%%WWWDIR%%/src/ui/public/registry/_registry.js +%%WWWDIR%%/src/ui/public/registry/chrome_nav_controls.js +%%WWWDIR%%/src/ui/public/registry/field_formats.js +%%WWWDIR%%/src/ui/public/registry/navbar_extensions.js +%%WWWDIR%%/src/ui/public/registry/settings_sections.js +%%WWWDIR%%/src/ui/public/registry/spy_modes.js +%%WWWDIR%%/src/ui/public/registry/vis_types.js +%%WWWDIR%%/src/ui/public/route_based_notifier/index.js +%%WWWDIR%%/src/ui/public/routes/RouteManager.js +%%WWWDIR%%/src/ui/public/routes/RouteSetupManager.js +%%WWWDIR%%/src/ui/public/routes/WorkQueue.js +%%WWWDIR%%/src/ui/public/routes/routes.js +%%WWWDIR%%/src/ui/public/routes/wrapRouteWithPrep.js +%%WWWDIR%%/src/ui/public/safe_confirm/safe_confirm.js +%%WWWDIR%%/src/ui/public/saved_objects/saved_object_registry.js +%%WWWDIR%%/src/ui/public/share/directives/share.js +%%WWWDIR%%/src/ui/public/share/directives/share_object_url.js +%%WWWDIR%%/src/ui/public/share/index.js +%%WWWDIR%%/src/ui/public/share/lib/url_shortener.js +%%WWWDIR%%/src/ui/public/share/styles/index.less +%%WWWDIR%%/src/ui/public/share/views/share.html +%%WWWDIR%%/src/ui/public/share/views/share_object_url.html +%%WWWDIR%%/src/ui/public/state_management/_state_sync.js +%%WWWDIR%%/src/ui/public/state_management/app_state.js +%%WWWDIR%%/src/ui/public/state_management/global_state.js +%%WWWDIR%%/src/ui/public/state_management/state.js +%%WWWDIR%%/src/ui/public/state_management/state_hashing/get_unhashable_states_provider.js +%%WWWDIR%%/src/ui/public/state_management/state_hashing/index.js +%%WWWDIR%%/src/ui/public/state_management/state_hashing/unhash_query_string.js +%%WWWDIR%%/src/ui/public/state_management/state_hashing/unhash_url.js +%%WWWDIR%%/src/ui/public/state_management/state_monitor_factory.js +%%WWWDIR%%/src/ui/public/state_management/state_storage/hashed_item_store.js +%%WWWDIR%%/src/ui/public/state_management/state_storage/hashed_item_store_singleton.js +%%WWWDIR%%/src/ui/public/state_management/state_storage/index.js +%%WWWDIR%%/src/ui/public/state_management/state_storage/state_hash.js +%%WWWDIR%%/src/ui/public/storage/storage.js +%%WWWDIR%%/src/ui/public/stringify/editors/color.html +%%WWWDIR%%/src/ui/public/stringify/editors/color.less +%%WWWDIR%%/src/ui/public/stringify/editors/date.html +%%WWWDIR%%/src/ui/public/stringify/editors/string.html +%%WWWDIR%%/src/ui/public/stringify/editors/truncate.html +%%WWWDIR%%/src/ui/public/stringify/editors/url.html +%%WWWDIR%%/src/ui/public/stringify/icons/cv.png +%%WWWDIR%%/src/ui/public/stringify/icons/de.png +%%WWWDIR%%/src/ui/public/stringify/icons/flag-icon.LICENSE +%%WWWDIR%%/src/ui/public/stringify/icons/go.png +%%WWWDIR%%/src/ui/public/stringify/icons/index.js +%%WWWDIR%%/src/ui/public/stringify/icons/ne.png +%%WWWDIR%%/src/ui/public/stringify/icons/ni.png +%%WWWDIR%%/src/ui/public/stringify/icons/stop.png +%%WWWDIR%%/src/ui/public/stringify/icons/us.png +%%WWWDIR%%/src/ui/public/stringify/register.js +%%WWWDIR%%/src/ui/public/stringify/samples/large.html +%%WWWDIR%%/src/ui/public/stringify/types/Bytes.js +%%WWWDIR%%/src/ui/public/stringify/types/Color.js +%%WWWDIR%%/src/ui/public/stringify/types/Date.js +%%WWWDIR%%/src/ui/public/stringify/types/Ip.js +%%WWWDIR%%/src/ui/public/stringify/types/Number.js +%%WWWDIR%%/src/ui/public/stringify/types/Percent.js +%%WWWDIR%%/src/ui/public/stringify/types/Source.js +%%WWWDIR%%/src/ui/public/stringify/types/String.js +%%WWWDIR%%/src/ui/public/stringify/types/Url.js +%%WWWDIR%%/src/ui/public/stringify/types/_Numeral.js +%%WWWDIR%%/src/ui/public/stringify/types/_source.html +%%WWWDIR%%/src/ui/public/stringify/types/truncate.js +%%WWWDIR%%/src/ui/public/styleCompile/styleCompile.css.tmpl +%%WWWDIR%%/src/ui/public/styleCompile/styleCompile.js +%%WWWDIR%%/src/ui/public/styles/base.less +%%WWWDIR%%/src/ui/public/styles/callout.less +%%WWWDIR%%/src/ui/public/styles/config.less +%%WWWDIR%%/src/ui/public/styles/control_group.less +%%WWWDIR%%/src/ui/public/styles/dark-theme.less +%%WWWDIR%%/src/ui/public/styles/dark-variables.less +%%WWWDIR%%/src/ui/public/styles/hintbox.less +%%WWWDIR%%/src/ui/public/styles/input.less +%%WWWDIR%%/src/ui/public/styles/list-group-menu.less +%%WWWDIR%%/src/ui/public/styles/mixins.less +%%WWWDIR%%/src/ui/public/styles/navbar.less +%%WWWDIR%%/src/ui/public/styles/notify.less +%%WWWDIR%%/src/ui/public/styles/pagination.less +%%WWWDIR%%/src/ui/public/styles/sidebar.less +%%WWWDIR%%/src/ui/public/styles/spinner.less +%%WWWDIR%%/src/ui/public/styles/table.less +%%WWWDIR%%/src/ui/public/styles/theme.less +%%WWWDIR%%/src/ui/public/styles/theme/bootstrap.less +%%WWWDIR%%/src/ui/public/styles/theme/font-awesome.less +%%WWWDIR%%/src/ui/public/styles/truncate.less +%%WWWDIR%%/src/ui/public/styles/variables.less +%%WWWDIR%%/src/ui/public/styles/variables/bootstrap-mods.less +%%WWWDIR%%/src/ui/public/styles/variables/colors.less +%%WWWDIR%%/src/ui/public/styles/variables/for-theme.less +%%WWWDIR%%/src/ui/public/system_api/system_api.js +%%WWWDIR%%/src/ui/public/template_vis_type/TemplateRenderbot.js +%%WWWDIR%%/src/ui/public/template_vis_type/TemplateVisType.js +%%WWWDIR%%/src/ui/public/testHarness/testHarness.js +%%WWWDIR%%/src/ui/public/testHarness/testHarness.less +%%WWWDIR%%/src/ui/public/time_buckets/calc_auto_interval.js +%%WWWDIR%%/src/ui/public/time_buckets/calc_es_interval.js +%%WWWDIR%%/src/ui/public/time_buckets/time_buckets.js +%%WWWDIR%%/src/ui/public/timefilter/lib/diff_interval.js +%%WWWDIR%%/src/ui/public/timefilter/lib/diff_time.js +%%WWWDIR%%/src/ui/public/timefilter/timefilter.js +%%WWWDIR%%/src/ui/public/timepicker/quick_ranges.js +%%WWWDIR%%/src/ui/public/timepicker/refresh_intervals.js +%%WWWDIR%%/src/ui/public/timepicker/time_units.js +%%WWWDIR%%/src/ui/public/timepicker/timepicker.html +%%WWWDIR%%/src/ui/public/timepicker/timepicker.js +%%WWWDIR%%/src/ui/public/timepicker/toggle.html +%%WWWDIR%%/src/ui/public/timepicker/toggle.js +%%WWWDIR%%/src/ui/public/tooltip/tooltip.html +%%WWWDIR%%/src/ui/public/tooltip/tooltip.js +%%WWWDIR%%/src/ui/public/typeahead/_input.js +%%WWWDIR%%/src/ui/public/typeahead/_items.js +%%WWWDIR%%/src/ui/public/typeahead/partials/typeahead-items.html +%%WWWDIR%%/src/ui/public/typeahead/typeahead.js +%%WWWDIR%%/src/ui/public/typeahead/typeahead.less +%%WWWDIR%%/src/ui/public/url/url.js +%%WWWDIR%%/src/ui/public/utils/BaseObject.js +%%WWWDIR%%/src/ui/public/utils/CidrMask.js +%%WWWDIR%%/src/ui/public/utils/Ipv4Address.js +%%WWWDIR%%/src/ui/public/utils/ObjDefine.js +%%WWWDIR%%/src/ui/public/utils/SimpleEmitter.js +%%WWWDIR%%/src/ui/public/utils/aggressive_parse.js +%%WWWDIR%%/src/ui/public/utils/brush_event.js +%%WWWDIR%%/src/ui/public/utils/dateMath.js +%%WWWDIR%%/src/ui/public/utils/date_range.js +%%WWWDIR%%/src/ui/public/utils/decode_geo_hash.js +%%WWWDIR%%/src/ui/public/utils/diff_object.js +%%WWWDIR%%/src/ui/public/utils/diff_time_picker_vals.js +%%WWWDIR%%/src/ui/public/utils/esBool.js +%%WWWDIR%%/src/ui/public/utils/find_by_param.js +%%WWWDIR%%/src/ui/public/utils/key_map.js +%%WWWDIR%%/src/ui/public/utils/lodash-mixins/collection.js +%%WWWDIR%%/src/ui/public/utils/lodash-mixins/function.js +%%WWWDIR%%/src/ui/public/utils/lodash-mixins/lang.js +%%WWWDIR%%/src/ui/public/utils/lodash-mixins/object.js +%%WWWDIR%%/src/ui/public/utils/lodash-mixins/oop.js +%%WWWDIR%%/src/ui/public/utils/lodash-mixins/string.js +%%WWWDIR%%/src/ui/public/utils/mapping_setup.js +%%WWWDIR%%/src/ui/public/utils/no_white_space.js +%%WWWDIR%%/src/ui/public/utils/ordinal_suffix.js +%%WWWDIR%%/src/ui/public/utils/parse_interval.js +%%WWWDIR%%/src/ui/public/utils/query_string.js +%%WWWDIR%%/src/ui/public/utils/range.js +%%WWWDIR%%/src/ui/public/utils/rison.js +%%WWWDIR%%/src/ui/public/utils/scanner.js +%%WWWDIR%%/src/ui/public/utils/sequencer.js +%%WWWDIR%%/src/ui/public/utils/slugify_id.js +%%WWWDIR%%/src/ui/public/utils/supports.js +%%WWWDIR%%/src/ui/public/validateDateInterval.js +%%WWWDIR%%/src/ui/public/vislib/components/Tooltip/Tooltip.js +%%WWWDIR%%/src/ui/public/vislib/components/Tooltip/positionTooltip.js +%%WWWDIR%%/src/ui/public/vislib/components/color/color.js +%%WWWDIR%%/src/ui/public/vislib/components/color/color_palette.js +%%WWWDIR%%/src/ui/public/vislib/components/color/mapped_colors.js +%%WWWDIR%%/src/ui/public/vislib/components/color/seed_colors.js +%%WWWDIR%%/src/ui/public/vislib/components/labels/data_array.js +%%WWWDIR%%/src/ui/public/vislib/components/labels/flatten_series.js +%%WWWDIR%%/src/ui/public/vislib/components/labels/labels.js +%%WWWDIR%%/src/ui/public/vislib/components/labels/pie/get_pie_names.js +%%WWWDIR%%/src/ui/public/vislib/components/labels/pie/pie_labels.js +%%WWWDIR%%/src/ui/public/vislib/components/labels/pie/remove_zero_slices.js +%%WWWDIR%%/src/ui/public/vislib/components/labels/pie/return_pie_names.js +%%WWWDIR%%/src/ui/public/vislib/components/labels/uniq_labels.js +%%WWWDIR%%/src/ui/public/vislib/components/zero_injection/flatten_data.js +%%WWWDIR%%/src/ui/public/vislib/components/zero_injection/inject_zeros.js +%%WWWDIR%%/src/ui/public/vislib/components/zero_injection/ordered_x_keys.js +%%WWWDIR%%/src/ui/public/vislib/components/zero_injection/uniq_keys.js +%%WWWDIR%%/src/ui/public/vislib/components/zero_injection/zero_fill_data_array.js +%%WWWDIR%%/src/ui/public/vislib/components/zero_injection/zero_filled_array.js +%%WWWDIR%%/src/ui/public/vislib/lib/_data_label.js +%%WWWDIR%%/src/ui/public/vislib/lib/_error_handler.js +%%WWWDIR%%/src/ui/public/vislib/lib/alerts.js +%%WWWDIR%%/src/ui/public/vislib/lib/axis_title.js +%%WWWDIR%%/src/ui/public/vislib/lib/chart_title.js +%%WWWDIR%%/src/ui/public/vislib/lib/data.js +%%WWWDIR%%/src/ui/public/vislib/lib/dispatch.js +%%WWWDIR%%/src/ui/public/vislib/lib/handler/handler.js +%%WWWDIR%%/src/ui/public/vislib/lib/handler/handler_types.js +%%WWWDIR%%/src/ui/public/vislib/lib/handler/types/pie.js +%%WWWDIR%%/src/ui/public/vislib/lib/handler/types/point_series.js +%%WWWDIR%%/src/ui/public/vislib/lib/handler/types/tile_map.js +%%WWWDIR%%/src/ui/public/vislib/lib/layout/layout.js +%%WWWDIR%%/src/ui/public/vislib/lib/layout/layout_types.js +%%WWWDIR%%/src/ui/public/vislib/lib/layout/splits/column_chart/chart_split.js +%%WWWDIR%%/src/ui/public/vislib/lib/layout/splits/column_chart/chart_title_split.js +%%WWWDIR%%/src/ui/public/vislib/lib/layout/splits/column_chart/x_axis_split.js +%%WWWDIR%%/src/ui/public/vislib/lib/layout/splits/column_chart/y_axis_split.js +%%WWWDIR%%/src/ui/public/vislib/lib/layout/splits/pie_chart/chart_split.js +%%WWWDIR%%/src/ui/public/vislib/lib/layout/splits/pie_chart/chart_title_split.js +%%WWWDIR%%/src/ui/public/vislib/lib/layout/splits/tile_map/map_split.js +%%WWWDIR%%/src/ui/public/vislib/lib/layout/types/column_layout.js +%%WWWDIR%%/src/ui/public/vislib/lib/layout/types/map_layout.js +%%WWWDIR%%/src/ui/public/vislib/lib/layout/types/pie_layout.js +%%WWWDIR%%/src/ui/public/vislib/lib/resize_checker.js +%%WWWDIR%%/src/ui/public/vislib/lib/x_axis.js +%%WWWDIR%%/src/ui/public/vislib/lib/y_axis.js +%%WWWDIR%%/src/ui/public/vislib/partials/touchdown.tmpl.html +%%WWWDIR%%/src/ui/public/vislib/styles/_alerts.less +%%WWWDIR%%/src/ui/public/vislib/styles/_error.less +%%WWWDIR%%/src/ui/public/vislib/styles/_layout.less +%%WWWDIR%%/src/ui/public/vislib/styles/_legend.less +%%WWWDIR%%/src/ui/public/vislib/styles/_svg.less +%%WWWDIR%%/src/ui/public/vislib/styles/_tilemap.less +%%WWWDIR%%/src/ui/public/vislib/styles/_tooltip.less +%%WWWDIR%%/src/ui/public/vislib/styles/main.less +%%WWWDIR%%/src/ui/public/vislib/vis.js +%%WWWDIR%%/src/ui/public/vislib/vislib.js +%%WWWDIR%%/src/ui/public/vislib/visualizations/_chart.js +%%WWWDIR%%/src/ui/public/vislib/visualizations/_map.js +%%WWWDIR%%/src/ui/public/vislib/visualizations/_point_series_chart.js +%%WWWDIR%%/src/ui/public/vislib/visualizations/area_chart.js +%%WWWDIR%%/src/ui/public/vislib/visualizations/column_chart.js +%%WWWDIR%%/src/ui/public/vislib/visualizations/line_chart.js +%%WWWDIR%%/src/ui/public/vislib/visualizations/marker_types/base_marker.js +%%WWWDIR%%/src/ui/public/vislib/visualizations/marker_types/geohash_grid.js +%%WWWDIR%%/src/ui/public/vislib/visualizations/marker_types/heatmap.js +%%WWWDIR%%/src/ui/public/vislib/visualizations/marker_types/scaled_circles.js +%%WWWDIR%%/src/ui/public/vislib/visualizations/marker_types/shaded_circles.js +%%WWWDIR%%/src/ui/public/vislib/visualizations/pie_chart.js +%%WWWDIR%%/src/ui/public/vislib/visualizations/tile_map.js +%%WWWDIR%%/src/ui/public/vislib/visualizations/time_marker.js +%%WWWDIR%%/src/ui/public/vislib/visualizations/vis_types.js +%%WWWDIR%%/src/ui/public/vislib_vis_type/VislibRenderbot.js +%%WWWDIR%%/src/ui/public/vislib_vis_type/VislibVisType.js +%%WWWDIR%%/src/ui/public/vislib_vis_type/buildChartData.js +%%WWWDIR%%/src/ui/public/visualize/spy.html +%%WWWDIR%%/src/ui/public/visualize/spy.js +%%WWWDIR%%/src/ui/public/visualize/visualize.html +%%WWWDIR%%/src/ui/public/visualize/visualize.js +%%WWWDIR%%/src/ui/public/visualize/visualize.less +%%WWWDIR%%/src/ui/public/visualize/visualize_legend.html +%%WWWDIR%%/src/ui/public/visualize/visualize_legend.js +%%WWWDIR%%/src/ui/public/watch_multi/watch_multi.js +%%WWWDIR%%/src/ui/views/chrome.jade +%%WWWDIR%%/src/ui/views/rootRedirect.jade +%%WWWDIR%%/src/ui/views/ui_app.jade +%%WWWDIR%%/src/utils/Collection.js +%%WWWDIR%%/src/utils/fromRoot.js +%%WWWDIR%%/src/utils/packageJson.js +%%WWWDIR%%/src/utils/pathContains.js +%%WWWDIR%%/webpackShims/ace.js +%%WWWDIR%%/webpackShims/angular.js +%%WWWDIR%%/webpackShims/elasticsearch.js +%%WWWDIR%%/webpackShims/gridster.js +%%WWWDIR%%/webpackShims/jquery.js +%%WWWDIR%%/webpackShims/leaflet.js +%%WWWDIR%%/webpackShims/lodash.js +%%WWWDIR%%/webpackShims/moment-timezone.js +%%WWWDIR%%/webpackShims/moment.js +%%WWWDIR%%/webpackShims/numeral.js +%%WWWDIR%%/webpackShims/sinon.js +%%WWWDIR%%/webpackShims/ui-bootstrap.js +@dir %%WWWDIR%%/data +@dir %%WWWDIR%%/installedPlugins +@dir(www,www) %%WWWDIR%%/optimize +@dir %%WWWDIR%%/src/ui/public/factories diff --git a/textproc/latex-service/Makefile b/textproc/latex-service/Makefile index 0a7d74b0b2a..1391f0cf97e 100644 --- a/textproc/latex-service/Makefile +++ b/textproc/latex-service/Makefile @@ -2,7 +2,7 @@ PORTNAME= latex PORTVERSION= 0.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc gnustep MASTER_SITES= http://www.roard.com/latexservice/download/ PKGNAMESUFFIX= -service${PKGNAMESUFFIX2} diff --git a/textproc/localize/Makefile b/textproc/localize/Makefile index a70fc3ed295..0a39322c0d7 100644 --- a/textproc/localize/Makefile +++ b/textproc/localize/Makefile @@ -2,7 +2,7 @@ PORTNAME= localize PORTVERSION= 0.0.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc gnustep MASTER_SITES= http://www.eskimo.com/~pburns/Localize/files/ DISTNAME= Localize-20040424 diff --git a/textproc/popup/Makefile b/textproc/popup/Makefile index 252a3482841..d401d88eb89 100644 --- a/textproc/popup/Makefile +++ b/textproc/popup/Makefile @@ -2,7 +2,7 @@ PORTNAME= popup PORTVERSION= 0.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc gnustep MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Popup-${PORTVERSION}pre1 DISTNAME= Popup-${PORTVERSION}pre1 diff --git a/textproc/sk-mythes/Makefile b/textproc/sk-mythes/Makefile index 4a7dfade9bd..0a072cf4098 100644 --- a/textproc/sk-mythes/Makefile +++ b/textproc/sk-mythes/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2017.08.13 +PORTVERSION= 2017.08.20 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= sk- diff --git a/textproc/sk-mythes/distinfo b/textproc/sk-mythes/distinfo index 80db5ec89ed..298cf78c4ed 100644 --- a/textproc/sk-mythes/distinfo +++ b/textproc/sk-mythes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1502726187 -SHA256 (mythes/OOo-Thesaurus2-sk_SK-20170813.zip) = 0214f9a317aebb8e17ef0c031ea6d9ecaf90ff23fbcee91baee4ab172c4cc5fa -SIZE (mythes/OOo-Thesaurus2-sk_SK-20170813.zip) = 239473 +TIMESTAMP = 1503323574 +SHA256 (mythes/OOo-Thesaurus2-sk_SK-20170820.zip) = 14180011f7ce8d21f567cdb0027b2e7c248696f6a476962983e08d39e8a587bb +SIZE (mythes/OOo-Thesaurus2-sk_SK-20170820.zip) = 239473 diff --git a/www/chpasswd/pkg-descr b/www/chpasswd/pkg-descr index e8d4c96de87..e71b7d9b177 100644 --- a/www/chpasswd/pkg-descr +++ b/www/chpasswd/pkg-descr @@ -1,4 +1,4 @@ This utility allow your users to change their Squid or Web password using the browser. -WWW: http://sarg.sourceforge.net/chpasswd.php +WWW: https://sourceforge.net/projects/orsochpasswd diff --git a/www/grr/Makefile b/www/grr/Makefile index be8b5078924..7d8bfdc77eb 100644 --- a/www/grr/Makefile +++ b/www/grr/Makefile @@ -2,7 +2,7 @@ PORTNAME= grr PORTVERSION= 1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= Grr-${PORTVERSION} diff --git a/www/p5-Reddit-Client/Makefile b/www/p5-Reddit-Client/Makefile index 276b92023df..e3e2c09c98e 100644 --- a/www/p5-Reddit-Client/Makefile +++ b/www/p5-Reddit-Client/Makefile @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= Reddit-Client -PORTVERSION= 1.0902 +PORTVERSION= 1.093 +PORTEPOCH= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/www/p5-Reddit-Client/distinfo b/www/p5-Reddit-Client/distinfo index 31724febdb3..383f8c699d6 100644 --- a/www/p5-Reddit-Client/distinfo +++ b/www/p5-Reddit-Client/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1503230950 -SHA256 (Reddit-Client-1.0902.tar.gz) = 7ac826c48ce37113e37b6649df8e7fda4db74cbcfe73280491f90a92e83c2ea5 -SIZE (Reddit-Client-1.0902.tar.gz) = 23667 +TIMESTAMP = 1503298122 +SHA256 (Reddit-Client-1.093.tar.gz) = 6124fd07dca87267c0e8efd0b02c164c2fe75181e3e9f6be0df087aa1e61c25a +SIZE (Reddit-Client-1.093.tar.gz) = 23695 diff --git a/www/p5-Reddit-Client/pkg-descr b/www/p5-Reddit-Client/pkg-descr index 5552a07ed4b..86abaa7617a 100644 --- a/www/p5-Reddit-Client/pkg-descr +++ b/www/p5-Reddit-Client/pkg-descr @@ -3,4 +3,4 @@ by the Reddit API. This module handles HTTP communication, basic session management (e.g. storing an active login session), and communication with Reddit's external API. -WWW: http://search.cpan.org/dist/Reddit-Client/ +WWW: http://redditclient.readthedocs.io/en/latest/ diff --git a/www/rsskit/Makefile b/www/rsskit/Makefile index 69be14de394..8c82f9b7c7f 100644 --- a/www/rsskit/Makefile +++ b/www/rsskit/Makefile @@ -2,7 +2,7 @@ PORTNAME= rsskit PORTVERSION= 0.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= RSSKit-${PORTVERSION} diff --git a/www/sogo2/Makefile b/www/sogo2/Makefile index 9a353121fe0..45a3edef4c9 100644 --- a/www/sogo2/Makefile +++ b/www/sogo2/Makefile @@ -3,6 +3,7 @@ PORTNAME= sogo2 PORTVERSION= 2.3.22 +PORTREVISION= 1 CATEGORIES= www gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOGo-${PORTVERSION} diff --git a/www/sogo3/Makefile b/www/sogo3/Makefile index df33a0673de..eff6fc5ecde 100644 --- a/www/sogo3/Makefile +++ b/www/sogo3/Makefile @@ -3,6 +3,7 @@ PORTNAME= sogo3 PORTVERSION= 3.2.10 +PORTREVISION= 1 CATEGORIES= www gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOGo-${PORTVERSION} diff --git a/www/uwsgi/Makefile b/www/uwsgi/Makefile index 65846271826..3178cae50d0 100644 --- a/www/uwsgi/Makefile +++ b/www/uwsgi/Makefile @@ -3,7 +3,7 @@ PORTNAME= uwsgi PORTVERSION= 2.0.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= http://projects.unbit.it/downloads/ diff --git a/www/uwsgi/files/uwsgi.in b/www/uwsgi/files/uwsgi.in index 2e054b0642f..4d2ec80310c 100644 --- a/www/uwsgi/files/uwsgi.in +++ b/www/uwsgi/files/uwsgi.in @@ -87,7 +87,7 @@ if [ -n "${uwsgi_profiles}" ]; then exit 1 fi eval uwsgi_socket=\${uwsgi_${profile}_socket:-"/tmp/${name}-${profile}.sock"} - eval uwsgi_socket_mode=\${uwsgi_${profile}_socket_mode:-${uwsgi_socket_mode} + eval uwsgi_socket_mode=\${uwsgi_${profile}_socket_mode:-${uwsgi_socket_mode}} eval uwsgi_socket_owner=\${uwsgi_${profile}_socket_owner:-${uwsgi_socket_owner}} eval uwsgi_logfile=\${uwsgi_${profile}_logfile:-"/var/log/${name}-${profile}.log"} eval uwsgi_pidfile=\${uwsgi_${profile}_pidfile:-"/var/run/${name}-${profile}.pid"} diff --git a/x11-clocks/aclock/Makefile b/x11-clocks/aclock/Makefile index 0d75bb42ce6..7f804792dc8 100644 --- a/x11-clocks/aclock/Makefile +++ b/x11-clocks/aclock/Makefile @@ -3,7 +3,7 @@ PORTNAME= aclock PORTVERSION= 0.4.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-clocks gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= AClock-${PORTVERSION} diff --git a/x11-fonts/sourcecodepro-ttf/Makefile b/x11-fonts/sourcecodepro-ttf/Makefile index afef2a198c7..da40be0e11f 100644 --- a/x11-fonts/sourcecodepro-ttf/Makefile +++ b/x11-fonts/sourcecodepro-ttf/Makefile @@ -1,10 +1,11 @@ # Created by: Masaki TAGAWA # $FreeBSD$ -PORTNAME= sourcecodepro-ttf +PORTNAME= sourcecodepro PORTVERSION= 2.030 DISTVERSIONSUFFIX= R-ro/1.050R-it CATEGORIES= x11-fonts +PKGNAMESUFFIX= -ttf MAINTAINER= sunpoet@FreeBSD.org COMMENT= Set of fonts by Adobe designed for coders diff --git a/x11-fonts/sourcesanspro-ttf/Makefile b/x11-fonts/sourcesanspro-ttf/Makefile index 724c20ae9c8..5c74e128fc3 100644 --- a/x11-fonts/sourcesanspro-ttf/Makefile +++ b/x11-fonts/sourcesanspro-ttf/Makefile @@ -1,21 +1,18 @@ # Created by: Pedro Giffuni # $FreeBSD$ -PORTNAME= sourcesanspro-ttf +PORTNAME= sourcesanspro PORTVERSION= 2.020 DISTVERSIONSUFFIX= R-ro/1.075R-it CATEGORIES= x11-fonts +PKGNAMESUFFIX= -ttf -MAINTAINER= office@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Set of fonts by Adobe designed for user interfaces LICENSE= OFL11 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USE_GITHUB= yes -GH_ACCOUNT= adobe-fonts -GH_PROJECT= source-sans-pro - NO_ARCH= yes NO_BUILD= yes USES= fonts @@ -23,6 +20,10 @@ USES= fonts FONTNAME= SourceSansPro SUB_FILES= pkg-message +USE_GITHUB= yes +GH_ACCOUNT= adobe-fonts +GH_PROJECT= source-sans-pro + do-install: ${MKDIR} ${STAGEDIR}${FONTSDIR} ${INSTALL_DATA} ${WRKSRC}/TTF/*.ttf ${STAGEDIR}${FONTSDIR} diff --git a/x11-fonts/sourceserifpro-ttf/Makefile b/x11-fonts/sourceserifpro-ttf/Makefile index df01e1d3f98..41b4368f400 100644 --- a/x11-fonts/sourceserifpro-ttf/Makefile +++ b/x11-fonts/sourceserifpro-ttf/Makefile @@ -1,10 +1,11 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ -PORTNAME= sourceserifpro-ttf +PORTNAME= sourceserifpro PORTVERSION= 2.000 DISTVERSIONSUFFIX= R CATEGORIES= x11-fonts +PKGNAMESUFFIX= -ttf MAINTAINER= sunpoet@FreeBSD.org COMMENT= Set of fonts by Adobe designed for UI diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile index 16c5f495021..6af55ee08f3 100644 --- a/x11-toolkits/gnustep-back/Makefile +++ b/x11-toolkits/gnustep-back/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= gnustep-back -PORTVERSION= 0.24.1 -PORTREVISION= 1 +PORTVERSION= 0.25.1 CATEGORIES= x11-toolkits gnustep MASTER_SITES= GNUSTEP/core diff --git a/x11-toolkits/gnustep-back/distinfo b/x11-toolkits/gnustep-back/distinfo index 7229a4ce87a..85e7327da6d 100644 --- a/x11-toolkits/gnustep-back/distinfo +++ b/x11-toolkits/gnustep-back/distinfo @@ -1,2 +1,3 @@ -SHA256 (gnustep-back-0.24.1.tar.gz) = e255628e0f9be9b10359bb1be6690c50a0929bc383e6996966076492af02457e -SIZE (gnustep-back-0.24.1.tar.gz) = 966529 +TIMESTAMP = 1495189160 +SHA256 (gnustep-back-0.25.1.tar.gz) = ea563b7d6e4bd8b13856306c94bfe06b0909b71e62ab70dccf1c208f4889e2bf +SIZE (gnustep-back-0.25.1.tar.gz) = 974775 diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index 61258391521..0b57fc303c3 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gnustep-gui -PORTVERSION= 0.24.1 -PORTREVISION= 6 +PORTVERSION= 0.25.1 CATEGORIES= x11-toolkits gnustep MASTER_SITES= GNUSTEP/core @@ -19,7 +18,7 @@ LIB_DEPENDS+= libgif.so:graphics/giflib LIB_DEPENDS+= libicui18n.so:devel/icu LIB_DEPENDS+= libsndfile.so:audio/libsndfile LIB_DEPENDS+= libao.so:audio/libao -BUILD_DEPENDS+= ${LOCALBASE}/lib/libflite.a:audio/flite +LIB_DEPENDS+= libflite.so:audio/flite BROKEN_armv6= fails to package: chmod: GSSpeechServer.desktop: No such file or directory diff --git a/x11-toolkits/gnustep-gui/distinfo b/x11-toolkits/gnustep-gui/distinfo index 6e0e5f831b7..619219772fe 100644 --- a/x11-toolkits/gnustep-gui/distinfo +++ b/x11-toolkits/gnustep-gui/distinfo @@ -1,2 +1,3 @@ -SHA256 (gnustep-gui-0.24.1.tar.gz) = a749573c99d668b83230cc40b8b215b13d62e795615799a873981406cf2bb728 -SIZE (gnustep-gui-0.24.1.tar.gz) = 2837611 +TIMESTAMP = 1495189097 +SHA256 (gnustep-gui-0.25.1.tar.gz) = 3aacb277976014cfd4394084066187430100657dea234da91d9ae5015e747c66 +SIZE (gnustep-gui-0.25.1.tar.gz) = 2888779 diff --git a/x11-toolkits/gnustep-gui/files/patch-Headers__AppKit__NSTableView.h b/x11-toolkits/gnustep-gui/files/patch-Headers__AppKit__NSTableView.h deleted file mode 100644 index c86c39d940d..00000000000 --- a/x11-toolkits/gnustep-gui/files/patch-Headers__AppKit__NSTableView.h +++ /dev/null @@ -1,11 +0,0 @@ ---- Headers/AppKit/NSTableView.h -+++ Headers/AppKit/NSTableView.h -@@ -91,7 +91,7 @@ - BOOL _drawsGrid; - NSColor *_gridColor; - NSColor *_backgroundColor; -- float _rowHeight; -+ CGFloat _rowHeight; - NSSize _intercellSpacing; - id _delegate; - NSTableHeaderView *_headerView; diff --git a/x11-toolkits/gnustep-gui/pkg-plist b/x11-toolkits/gnustep-gui/pkg-plist index 89f9418b235..1b492531973 100644 --- a/x11-toolkits/gnustep-gui/pkg-plist +++ b/x11-toolkits/gnustep-gui/pkg-plist @@ -811,3 +811,49 @@ GNUstep/System/Tools/gopen GNUstep/System/Tools/make_services GNUstep/System/Tools/say GNUstep/System/Tools/set_show_service +GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/Affine-Transformations.html +GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/Application-Makefiles.html +GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/Basic-Controls.html +GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/Browsers.html +GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/Images-and-Imageviews.html +GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/Interface-Files.html +GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/Introduction.html +GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/Matrix-Controls.html +GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/Outlets-and-Actions.html +GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/Tableviews.html +GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/The-view-concept.html +GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/applicationmakefiles.html +GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/basicconcepts.html +GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/browsercontrols.html +GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/conceptindex.html +GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/controls.html +GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/dataexchange.html +GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/eventhandling.html +GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/fdl.html +GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/gnustepapplications.html +GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/images.html +GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/index.html +GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/interfacefiles.html +GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/matrix.html +GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/outlineviews.html +GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/tableview.html +GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit/theviewconcept.html +GNUstep/System/Library/Documentation/man/man1/GSSpeechServer.1.gz +GNUstep/System/Library/Documentation/man/man1/say.1.gz +GNUstep/System/Library/Headers/AppKit/GSXibKeyedUnarchiver.h +GNUstep/System/Library/Headers/AppKit/NSAnimationContext.h +GNUstep/System/Library/Headers/GNUstepGUI/GSXibKeyedUnarchiver.h +GNUstep/System/Library/Headers/gnustep/gui/GSXibKeyedUnarchiver.h +GNUstep/System/Library/Images/NSAdvanced.tiff +GNUstep/System/Library/Images/NSCaution.tiff +GNUstep/System/Library/Images/NSColorPanel.tiff +GNUstep/System/Library/Images/NSFontPanel.tiff +GNUstep/System/Library/Images/NSInfo.tiff +GNUstep/System/Library/Images/NSPreferencesGeneral.tiff +GNUstep/System/Library/Images/NSUserAccounts.tiff +GNUstep/System/Library/Images/common_ApplicationFolder.tiff +GNUstep/System/Library/Images/common_MultipleSelection.tiff +GNUstep/System/Library/Images/common_RecyclerEmpty.tiff +GNUstep/System/Library/Images/common_RecyclerFull.tiff +GNUstep/System/Library/Images/common_VideoFolder.tiff +GNUstep/System/Library/Libraries/gnustep-gui/Versions/%%BASEVERSION%%/Resources/Korean.lproj/Localizable.strings diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 83d9dc655aa..e93ffaa8517 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -92,7 +92,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message GNOME_LOCALSTATEDIR= /var OPTIONS_DEFINE= IPV6 -KEYRING_RUN_DEPENDS= ${LOCALBASE}/lib/pam_gnome_keyring.so:${PORTSDIR}/security/gnome-keyring +KEYRING_RUN_DEPENDS= ${LOCALBASE}/lib/pam_gnome_keyring.so:security/gnome-keyring IPV6_CONFIGURE_ENABLE= ipv6 diff --git a/x11/gnustep-app/Makefile b/x11/gnustep-app/Makefile index 56a4ee97a18..0be43860d80 100644 --- a/x11/gnustep-app/Makefile +++ b/x11/gnustep-app/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnustep-app PORTVERSION= 2.0.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11 gnustep MAINTAINER= theraven@FreeBSD.org diff --git a/x11/gskrab/Makefile b/x11/gskrab/Makefile index 1220b381dd8..bcb08502937 100644 --- a/x11/gskrab/Makefile +++ b/x11/gskrab/Makefile @@ -2,7 +2,7 @@ PORTNAME= gskrab PORTVERSION= 0.0.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11 gnustep MASTER_SITES= http://organact.mine.nu/~wolfgang/gskrab/ DISTNAME= GSKrab-${PORTVERSION} diff --git a/x11/innerspace/Makefile b/x11/innerspace/Makefile index 58af91fc100..d16b346a601 100644 --- a/x11/innerspace/Makefile +++ b/x11/innerspace/Makefile @@ -2,7 +2,7 @@ PORTNAME= innerspace PORTVERSION= 0.2.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= InnerSpace-${PORTVERSION} diff --git a/x11/innerspace/files/patch-Black.bproj_GNUmakefile b/x11/innerspace/files/patch-Black.bproj_GNUmakefile new file mode 100644 index 00000000000..e205ec7476f --- /dev/null +++ b/x11/innerspace/files/patch-Black.bproj_GNUmakefile @@ -0,0 +1,11 @@ +--- Black.bproj/GNUmakefile.orig 2017-08-13 17:29:20 UTC ++++ Black.bproj/GNUmakefile +@@ -18,8 +18,6 @@ + # If not, write to the Free Software Foundation, + # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +-GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT) +- + # Black_MAIN_MODEL_FILE = Black.gmodel + Black_PRINCIPAL_CLASS = BlackView + diff --git a/x11/innerspace/files/patch-Boxes.bproj_GNUmakefile b/x11/innerspace/files/patch-Boxes.bproj_GNUmakefile new file mode 100644 index 00000000000..bb18e4c38cb --- /dev/null +++ b/x11/innerspace/files/patch-Boxes.bproj_GNUmakefile @@ -0,0 +1,11 @@ +--- Boxes.bproj/GNUmakefile.orig 2017-08-13 17:28:44 UTC ++++ Boxes.bproj/GNUmakefile +@@ -26,8 +26,6 @@ + # If not, write to the Free Software Foundation, + # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +-GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT) +- + + # Boxes_MAIN_MODEL_FILE = Boxes.gorm + Boxes_PRINCIPAL_CLASS = BoxesView diff --git a/x11/innerspace/files/patch-NickSpace.bproj_GNUmakefile b/x11/innerspace/files/patch-NickSpace.bproj_GNUmakefile new file mode 100644 index 00000000000..56a087092dd --- /dev/null +++ b/x11/innerspace/files/patch-NickSpace.bproj_GNUmakefile @@ -0,0 +1,11 @@ +--- NickSpace.bproj/GNUmakefile.orig 2017-08-13 17:29:06 UTC ++++ NickSpace.bproj/GNUmakefile +@@ -26,8 +26,6 @@ + # If not, write to the Free Software Foundation, + # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +-GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT) +- + NickSpace_MAIN_MODEL_FILE = NickSpace.gorm + + include $(GNUSTEP_MAKEFILES)/common.make diff --git a/x11/innerspace/files/patch-NickSpaceView.m b/x11/innerspace/files/patch-NickSpace.bproj_NickSpaceView.m similarity index 74% rename from x11/innerspace/files/patch-NickSpaceView.m rename to x11/innerspace/files/patch-NickSpace.bproj_NickSpaceView.m index c4971adb589..79b7da2400a 100644 --- a/x11/innerspace/files/patch-NickSpaceView.m +++ b/x11/innerspace/files/patch-NickSpace.bproj_NickSpaceView.m @@ -1,4 +1,4 @@ ---- NickSpace.bproj/NickSpaceView.m.orig 2005-06-27 18:53:04.000000000 -0500 +--- NickSpace.bproj/NickSpaceView.m.orig 2005-06-27 23:53:04 UTC +++ NickSpace.bproj/NickSpaceView.m @@ -1,6 +1,8 @@ #import "NickSpaceView.h" diff --git a/x11/pantheon-terminal/Makefile b/x11/pantheon-terminal/Makefile index 29eed073ca4..8059986d6c4 100644 --- a/x11/pantheon-terminal/Makefile +++ b/x11/pantheon-terminal/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pantheon-terminal -PORTVERSION= 0.4.2 -PORTREVISION= 1 +PORTVERSION= 0.4.3 CATEGORIES= x11 MAINTAINER= amdmi3@FreeBSD.org diff --git a/x11/pantheon-terminal/distinfo b/x11/pantheon-terminal/distinfo index 61dbeefb919..db54649c4e2 100644 --- a/x11/pantheon-terminal/distinfo +++ b/x11/pantheon-terminal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1497955852 -SHA256 (elementary-terminal-0.4.2_GH0.tar.gz) = 8443c137007ff89c61b55395c99f484fbe681b47c4fbecb1608c81ea8e1d6106 -SIZE (elementary-terminal-0.4.2_GH0.tar.gz) = 109075 +TIMESTAMP = 1503228041 +SHA256 (elementary-terminal-0.4.3_GH0.tar.gz) = b529d367b809e0d344795a68278bc430b5bcd9160103cd920928eaf0cdeece55 +SIZE (elementary-terminal-0.4.3_GH0.tar.gz) = 179644 diff --git a/x11/terminal.app/Makefile b/x11/terminal.app/Makefile index a65677aa854..7070bc1561d 100644 --- a/x11/terminal.app/Makefile +++ b/x11/terminal.app/Makefile @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= terminal.app -PORTVERSION= 0.9.8 -PORTREVISION= 3 +PORTVERSION= 0.9.9 CATEGORIES= x11 gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= Terminal-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= theraven@FreeBSD.org COMMENT= Terminal Emulator for GNUstep LICENSE= GPLv2 # only diff --git a/x11/terminal.app/distinfo b/x11/terminal.app/distinfo index e299e4af9e4..546819998c3 100644 --- a/x11/terminal.app/distinfo +++ b/x11/terminal.app/distinfo @@ -1,2 +1,3 @@ -SHA256 (Terminal-0.9.8.tar.gz) = 488428fcc8c25eb3d0b29419f12f48d1dc893dbf89aa71a80743fba31e18eace -SIZE (Terminal-0.9.8.tar.gz) = 110520 +TIMESTAMP = 1502622027 +SHA256 (Terminal-0.9.9.tar.gz) = 27f81bbecdbd10cde8c080012cde4973bec20e551c58c29f353733cf03c220e9 +SIZE (Terminal-0.9.9.tar.gz) = 88762 diff --git a/x11/terminal.app/files/patch-TerminalView.m b/x11/terminal.app/files/patch-TerminalView.m deleted file mode 100644 index b22f3414cbe..00000000000 --- a/x11/terminal.app/files/patch-TerminalView.m +++ /dev/null @@ -1,28 +0,0 @@ ---- TerminalView.m.orig 2012-03-06 17:54:33.000000000 -0500 -+++ TerminalView.m -@@ -33,7 +33,7 @@ activated */ - # include - # include - #define TCSETS TIOCSETA --#elif defined(__FreeBSD__) -+#elif defined(__FreeBSD__) || defined(__DragonFly__) - # include - # include - # include -@@ -52,7 +52,7 @@ activated */ - #include - #include - #include --#ifndef __FreeBSD__ -+#if !defined(__FreeBSD__) && !defined(__DragonFly__) - #if !(defined (__NetBSD__)) && !(defined (__SOLARIS__)) && !(defined(__OpenBSD__)) - # include - #endif -@@ -73,6 +73,7 @@ activated */ - #include - #include - #include -+#include - - #include "TerminalView.h" - diff --git a/x11/terminal.app/files/patch-main.m b/x11/terminal.app/files/patch-main.m deleted file mode 100644 index 7681b87186b..00000000000 --- a/x11/terminal.app/files/patch-main.m +++ /dev/null @@ -1,13 +0,0 @@ ---- main.m.orig 2009-11-20 21:06:38.000000000 +0100 -+++ main.m 2010-05-24 09:20:30.000000000 +0200 -@@ -186,8 +186,8 @@ - [m addItemWithTitle: _(@"Close") - action: @selector(performClose:) - keyEquivalent: @"w"]; -- [m addItemWithTitle: _(@"Miniaturize all") -- action: @selector(miniaturizeAll:) -+ [m addItemWithTitle: _(@"Miniaturize Window") -+ action: @selector(miniaturize:) - keyEquivalent: @"m"]; - [menu setSubmenu: m forItem: [menu addItemWithTitle: _(@"Windows")]]; - [NSApp setWindowsMenu: m];