Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Sep 2017 20:20:19 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449933 - in head/net-im/mastodon: . files
Message-ID:  <201709152020.v8FKKJbK051248@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Fri Sep 15 20:20:19 2017
New Revision: 449933
URL: https://svnweb.freebsd.org/changeset/ports/449933

Log:
  net-im/mastodon: Update to version 1.6.0
  
  Upstream changes: https://github.com/tootsuite/mastodon/releases/tag/v1.6.0
  
  Port changes: Mastodon's node modules and assets are now installed as part
  of the package.
  
  Reviewed by:	mat, saper_saper.info
  Differential Revision:	https://reviews.freebsd.org/D12306

Modified:
  head/net-im/mastodon/Makefile
  head/net-im/mastodon/distinfo
  head/net-im/mastodon/files/patch-Gemfile
  head/net-im/mastodon/files/patch-config_sidekiq.yml
  head/net-im/mastodon/files/patch-package.json
  head/net-im/mastodon/files/patch-yarn.lock
  head/net-im/mastodon/pkg-plist

Modified: head/net-im/mastodon/Makefile
==============================================================================
--- head/net-im/mastodon/Makefile	Fri Sep 15 19:18:09 2017	(r449932)
+++ head/net-im/mastodon/Makefile	Fri Sep 15 20:20:19 2017	(r449933)
@@ -2,7 +2,7 @@
 
 PORTNAME=	mastodon
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.5.1
+DISTVERSION=	1.6.0
 CATEGORIES=	net-im www
 
 MAINTAINER=	jrm@FreeBSD.org
@@ -11,30 +11,30 @@ COMMENT=	GNU Social-compatible microblogging server
 LICENSE=	AGPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	yarn>:www/yarn \
+		${BR_DEPENDS}
 LIB_DEPENDS=	libidn2.so:dns/libidn2
-RUN_DEPENDS=	ffmpeg>0:multimedia/ffmpeg \
-		libpqtypes>1.5.0:databases/libpqtypes
+RUN_DEPENDS=	${BR_DEPENDS}
 
-# Dependencies below match Gemfile layout
-RUN_DEPENDS+=	rubygem-pkg-config>=1.2.3:devel/rubygem-pkg-config
-
-RUN_DEPENDS+=	rubygem-puma>=3.9.1:www/rubygem-puma \
+BR_DEPENDS=	ffmpeg>0:multimedia/ffmpeg \
+		libpqtypes>1.5.0:databases/libpqtypes \
+		rubygem-pkg-config>=1.2.3:devel/rubygem-pkg-config \
+		rubygem-puma>=3.9.1:www/rubygem-puma \
 		rubygem-rails5>=5.1.3:www/rubygem-rails5 \
-		rubygem-uglifier>=3.2.0:www/rubygem-uglifier
-
-RUN_DEPENDS+=	rubygem-hamlit-rails-rails5>=0.2.0:www/rubygem-hamlit-rails-rails5 \
+		rubygem-uglifier>=3.2.0:www/rubygem-uglifier \
+		rubygem-hamlit-rails-rails5>=0.2.0:www/rubygem-hamlit-rails-rails5 \
 		rubygem-pg>=0.21.0:databases/rubygem-pg \
-		rubygem-pghero-rails5>=1.7.0:databases/rubygem-pghero-rails5 \
-		rubygem-dotenv-rails-rails5>=2.2.1:misc/rubygem-dotenv-rails-rails5
-
-RUN_DEPENDS+=	rubygem-aws-sdk>=2.10.17:devel/rubygem-aws-sdk \
+		rubygem-pghero-rails5>=2.0.0:databases/rubygem-pghero-rails5 \
+		rubygem-dotenv-rails-rails5>=2.2.1:misc/rubygem-dotenv-rails-rails5 \
+		rubygem-aws-sdk>=2.10.17:devel/rubygem-aws-sdk \
+		rubygem-fog-openstack>=0.1:net/rubygem-fog-openstack \
 		rubygem-paperclip-rails5>=5.1.0:devel/rubygem-paperclip-rails5 \
-		rubygem-paperclip-av-transcoder>=0.6.4:multimedia/rubygem-paperclip-av-transcoder
-
-RUN_DEPENDS+=	rubygem-active_model_serializers>=0.10.6:databases/rubygem-active_model_serializers \
+		rubygem-paperclip-av-transcoder>=0.6.4:multimedia/rubygem-paperclip-av-transcoder \
+		rubygem-active_model_serializers>=0.10.6:databases/rubygem-active_model_serializers \
 		rubygem-addressable>=2.5.1_1:www/rubygem-addressable \
 		rubygem-browser>=2.4.0:www/rubygem-browser \
 		rubygem-charlock_holmes>=0.7.3_5:textproc/rubygem-charlock_holmes \
+		rubygem-iso-639>=0.2.8:textproc/rubygem-iso-639 \
 		rubygem-cld3>=3.1.3_1:textproc/rubygem-cld3 \
 		rubygem-devise-rails5>=4.3.0:devel/rubygem-devise-rails5 \
 		rubygem-devise-two-factor-rails5>=3.0.0:security/rubygem-devise-two-factor-rails5 \
@@ -50,6 +50,7 @@ RUN_DEPENDS+=	rubygem-active_model_serializers>=0.10.6
 		rubygem-idn-ruby>=0.1.0:dns/rubygem-idn-ruby \
 		rubygem-kaminari-rails5>=1.0.1:www/rubygem-kaminari-rails5 \
 		rubygem-link_header>=0.0.8:www/rubygem-link_header \
+		rubygem-mime-types>=3.1:misc/rubygem-mime-types \
 		rubygem-nokogiri>=1.8.0_1:textproc/rubygem-nokogiri \
 		rubygem-oj>=3.3.4:devel/rubygem-oj \
 		rubygem-ostatus2>=2.0.1:www/rubygem-ostatus2 \
@@ -77,26 +78,30 @@ RUN_DEPENDS+=	rubygem-active_model_serializers>=0.10.6
 		rubygem-twitter-text>=1.14.7:textproc/rubygem-twitter-text \
 		rubygem-tzinfo-data>=1.2017.2:devel/rubygem-tzinfo-data \
 		rubygem-webpacker-rails5>=2.0:devel/rubygem-webpacker-rails5 \
-		rubygem-webpush>=0.3.2_1:security/rubygem-webpush
-
-RUN_DEPENDS+=	rubygem-lograge-rails5>=0.6.0:www/rubygem-lograge-rails5 \
+		rubygem-webpush>=0.3.2_1:security/rubygem-webpush \
+		rubygem-json-ld-preloaded>=2.2.1:converters/rubygem-json-ld-preloaded \
+		rubygem-rdf-normalize>=0.3.2:www/rubygem-rdf-normalize \
+		rubygem-lograge-rails5>=0.6.0:www/rubygem-lograge-rails5 \
 		rubygem-redis-rails-rails5>=5.0.2:www/rubygem-redis-rails-rails5
 
-USES=		gnome pgsql python:2 shebangfix
+USES=		gmake gnome pgsql python:build,2 shebangfix
 USE_GITHUB=	yes
-GH_ACCOUNT=	tootsuite
+GH_ACCOUNT=	tootsuite jehops:mn
+GH_PROJECT=	mastodon_node:mn
+GH_TAGNAME=	1.6.0:mn
 USE_GNOME=	libxml2 libxslt
 USE_RC_SUBR=	mastodon_stream mastodon_web mastodon_workers
 USE_RUBY=	yes
 
+NODE_BIN=	${LOCALBASE}/bin/node
+NODE_ABI=	${NODE_VER:C/v4.*/46/:C/v6.*/48/:C/v8.*/57/}
+PLIST_SUB=	NODE_ABI=${NODE_ABI}
+
 SHEBANG_FILES=	bin/*
 
 USERS=		${PORTNAME}
 GROUPS=		${PORTNAME}
 
-NO_ARCH=	yes
-NO_BUILD=	yes
-
 SUB_LIST+=	RAKE="${LOCALBASE}/bin/rake" RUBY="${RUBY_NAME}"
 SUB_FILES=	nginx.conf nginx-include.conf
 
@@ -104,14 +109,50 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \
 		${WRKSRC}/config/environments/production.rb
 
+do-build:
+	@${RM} ${WRKSRC}/Gemfile.lock
+	HOME=${WRKSRC_mn} yarn config set yarn-offline-mirror ${WRKSRC_mn} --offline
+	HOME=${WRKSRC_mn} yarn config set nodedir ${LOCALBASE} --offline
+	(cd ${WRKSRC} && HOME=${WRKSRC_mn} yarn --offline)
+	(cd ${WRKSRC} && \
+		NODE_ENV=production RAILS_ENV=production \
+		./node_modules/.bin/webpack --config config/webpack/production.js)
+
 do-install:
-	${RM} ${WRKSRC}/Gemfile.lock \
-		${WRKSRC}/lib/tasks/auto_annotate_models.rake
-	${MKDIR} ${STAGEDIR}${WWWDIR} ${STAGEDIR}/var/log/mastodon
+	@${RM} -r ${WRKSRC}/node_modules/emoji* \
+		${WRKSRC}/node_modules/*/man \
+		${WRKSRC}/node_modules/*/node_modules \
+		${WRKSRC}/node_modules/node-sass \
+		${WRKSRC}/node_modules/uws/build
+	@${RM} 	${WRKSRC}/Gemfile.lock \
+		${WRKSRC}/lib/tasks/auto_annotate_models.rake \
+		${WRKSRC}/node_modules/uws/uws_darwin_* \
+		${WRKSRC}/node_modules/uws/uws_linux_* \
+		${WRKSRC}/node_modules/uws/uws_win32_* \
+		${WRKSRC}/node_modules/stringz/coverage/lcov.info \
+		${WRKSRC}/node_modules/.bin/node-sass \
+		${WRKSRC}/node_modules/uws/build_log.txt
+	${STRIP_CMD} ${WRKSRC}/node_modules/uws/uws_freebsd_${NODE_ABI}.node
+	${MKDIR} ${STAGEDIR}${WWWDIR} ${STAGEDIR}${WWWDIR}/tmp \
+		${STAGEDIR}/var/log/mastodon
 	${INSTALL_DATA} ${WRKDIR}/nginx.conf \
 		${STAGEDIR}${WWWDIR}/nginx.conf.sample
 	${INSTALL_DATA} ${WRKDIR}/nginx-include.conf \
 		${STAGEDIR}${WWWDIR}/nginx-include.conf.sample
-	(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
+	${INSTALL_DATA} ${WRKSRC}/.env.production.sample ${WRKSRC}/app.json \
+			${WRKSRC}/config.ru ${WRKSRC}/Gemfile \
+			${WRKSRC}/LICENSE ${WRKSRC}/package.json \
+			${WRKSRC}/Rakefile \
+		${STAGEDIR}${WWWDIR}
+	(cd ${WRKSRC} && ${COPYTREE_SHARE} \
+		"app config db lib log node_modules public spec \
+		streaming vendor" \
+		${STAGEDIR}${WWWDIR})
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if exists(${NODE_BIN})
+NODE_VER!=	${NODE_BIN} -v
+.endif
+
+.include <bsd.port.post.mk>

Modified: head/net-im/mastodon/distinfo
==============================================================================
--- head/net-im/mastodon/distinfo	Fri Sep 15 19:18:09 2017	(r449932)
+++ head/net-im/mastodon/distinfo	Fri Sep 15 20:20:19 2017	(r449933)
@@ -1,3 +1,5 @@
-TIMESTAMP = 1502067757
-SHA256 (tootsuite-mastodon-v1.5.1_GH0.tar.gz) = 1caa5eaf1c5095203f52c7eb4b3f13fff31569dbf0b9f2af0320995b2ac9677b
-SIZE (tootsuite-mastodon-v1.5.1_GH0.tar.gz) = 9990113
+TIMESTAMP = 1505436147
+SHA256 (tootsuite-mastodon-v1.6.0_GH0.tar.gz) = 559416b9fbec3463e3c91c5c4795c03e748edcf31dfa03bb63e6c4ed30719262
+SIZE (tootsuite-mastodon-v1.6.0_GH0.tar.gz) = 10040471
+SHA256 (jehops-mastodon_node-1.6.0_GH0.tar.gz) = 833ff93c656ef08c0b97cfcd116ebf77ffa5dee3a343b9fcb60439b48dcff443
+SIZE (jehops-mastodon_node-1.6.0_GH0.tar.gz) = 121167009

Modified: head/net-im/mastodon/files/patch-Gemfile
==============================================================================
--- head/net-im/mastodon/files/patch-Gemfile	Fri Sep 15 19:18:09 2017	(r449932)
+++ head/net-im/mastodon/files/patch-Gemfile	Fri Sep 15 20:20:19 2017	(r449933)
@@ -1,16 +1,28 @@
---- Gemfile.orig	2017-07-25 22:12:41 UTC
+--- Gemfile.orig	2017-09-10 13:10:03 UTC
 +++ Gemfile
-@@ -20,7 +20,6 @@ gem 'paperclip-av-transcoder', '~> 0.6'
+@@ -11,7 +11,7 @@ gem 'uglifier', '~> 3.2'
  
+ gem 'hamlit-rails', '~> 0.2'
+ gem 'pg', '~> 0.20'
+-gem 'pghero', '~> 1.7'
++gem 'pghero', '~> 2.0'
+ gem 'dotenv-rails', '~> 2.2'
+ 
+ gem 'aws-sdk', '~> 2.9'
+@@ -21,9 +21,8 @@ gem 'paperclip-av-transcoder', '~> 0.6'
+ 
  gem 'active_model_serializers', '~> 0.10'
  gem 'addressable', '~> 2.5'
 -gem 'bootsnap'
  gem 'browser'
- gem 'charlock_holmes', '~> 0.7.3'
+-gem 'charlock_holmes', '~> 0.7.5'
++gem 'charlock_holmes', '~> 0.7.3'
+ gem 'iso-639'
  gem 'cld3', '~> 3.1'
-@@ -68,45 +67,6 @@ gem 'tzinfo-data', '~> 1.2017'
- gem 'webpacker', '~> 2.0'
- gem 'webpush'
+ gem 'devise', '~> 4.2'
+@@ -73,45 +72,6 @@ gem 'webpush'
+ gem 'json-ld-preloaded', '~> 2.2.1'
+ gem 'rdf-normalize', '~> 0.3.1'
  
 -group :development, :test do
 -  gem 'fabrication', '~> 2.16'

Modified: head/net-im/mastodon/files/patch-config_sidekiq.yml
==============================================================================
--- head/net-im/mastodon/files/patch-config_sidekiq.yml	Fri Sep 15 19:18:09 2017	(r449932)
+++ head/net-im/mastodon/files/patch-config_sidekiq.yml	Fri Sep 15 20:20:19 2017	(r449933)
@@ -1,7 +1,7 @@
---- config/sidekiq.yml.orig	2017-07-28 00:35:29 UTC
+--- config/sidekiq.yml.orig	2017-09-06 12:59:04 UTC
 +++ config/sidekiq.yml
-@@ -21,3 +21,4 @@
-   user_cleanup_scheduler:
-     cron: '4 5 * * *'
-     class: Scheduler::UserCleanupScheduler
+@@ -24,3 +24,4 @@
+   subscriptions_cleanup_scheduler:
+     cron: '2 2 * * 0'
+     class: Scheduler::SubscriptionsCleanupScheduler
 +:pidfile: tmp/mastodon_workers.pid

Modified: head/net-im/mastodon/files/patch-package.json
==============================================================================
--- head/net-im/mastodon/files/patch-package.json	Fri Sep 15 19:18:09 2017	(r449932)
+++ head/net-im/mastodon/files/patch-package.json	Fri Sep 15 20:20:19 2017	(r449933)
@@ -1,4 +1,4 @@
---- package.json.orig	2017-08-05 12:54:54 UTC
+--- package.json.orig	2017-09-09 15:36:27 UTC
 +++ package.json
 @@ -7,10 +7,9 @@
      "build:production": "cross-env RAILS_ENV=production ./bin/webpack",
@@ -13,3 +13,28 @@
    },
    "repository": {
      "type": "git",
+@@ -117,24 +116,5 @@
+     "webpack-manifest-plugin": "^1.2.1",
+     "webpack-merge": "^4.1.0",
+     "websocket.js": "^0.1.12"
+-  },
+-  "devDependencies": {
+-    "babel-eslint": "^7.2.3",
+-    "chai": "^4.1.0",
+-    "chai-enzyme": "^0.8.0",
+-    "enzyme": "^2.9.1",
+-    "eslint": "^3.19.0",
+-    "eslint-plugin-jsx-a11y": "^4.0.0",
+-    "eslint-plugin-react": "^6.10.3",
+-    "jsdom": "^11.1.0",
+-    "mocha": "^3.4.1",
+-    "react-intl-translations-manager": "^5.0.0",
+-    "react-test-renderer": "^15.6.1",
+-    "sinon": "^2.3.7",
+-    "webpack-dev-server": "^2.6.1",
+-    "yargs": "^8.0.2"
+-  },
+-  "optionalDependencies": {
+-    "fsevents": "*"
+   }
+ }

Modified: head/net-im/mastodon/files/patch-yarn.lock
==============================================================================
--- head/net-im/mastodon/files/patch-yarn.lock	Fri Sep 15 19:18:09 2017	(r449932)
+++ head/net-im/mastodon/files/patch-yarn.lock	Fri Sep 15 20:20:19 2017	(r449933)
@@ -1,6 +1,63 @@
---- yarn.lock.orig	2017-08-05 12:54:17 UTC
+--- yarn.lock.orig	2017-09-10 13:10:03 UTC
 +++ yarn.lock
-@@ -6587,6 +6587,8 @@ uuid@^3.0.0, uuid@^3.0.1, uuid@^3.1.0:
+@@ -1289,8 +1289,6 @@ chokidar@^1.6.0, chokidar@^1.7.0:
+     is-glob "^2.0.0"
+     path-is-absolute "^1.0.0"
+     readdirp "^2.0.0"
+-  optionalDependencies:
+-    fsevents "^1.0.0"
+ 
+ cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
+   version "1.0.4"
+@@ -1442,8 +1440,6 @@ compression-webpack-plugin@^0.4.0:
+   dependencies:
+     async "0.2.x"
+     webpack-sources "^0.1.0"
+-  optionalDependencies:
+-    node-zopfli "^2.0.0"
+ 
+ compression@^1.5.2:
+   version "1.7.0"
+@@ -2646,13 +2642,6 @@ fs.realpath@^1.0.0:
+   version "1.0.0"
+   resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
+ 
+-fsevents@*, fsevents@^1.0.0:
+-  version "1.1.2"
+-  resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.1.2.tgz#3282b713fb3ad80ede0e9fcf4611b5aa6fc033f4"
+-  dependencies:
+-    nan "^2.3.0"
+-    node-pre-gyp "^0.6.36"
+-
+ fstream-ignore@^1.0.5:
+   version "1.0.5"
+   resolved "https://registry.yarnpkg.com/fstream-ignore/-/fstream-ignore-1.0.5.tgz#9c31dae34767018fe1d249b24dada67d092da105"
+@@ -4051,7 +4040,7 @@ node-forge@0.6.33:
+ 
+ node-gyp@^3.3.1:
+   version "3.6.2"
+-  resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-3.6.2.tgz#9bfbe54562286284838e750eac05295853fa1c60"
++  resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-3.6.2.tgz#04669fb2b0ce0dd24d769015dc78a07f2895e6b3"
+   dependencies:
+     fstream "^1.0.0"
+     glob "^7.0.3"
+@@ -4132,15 +4121,6 @@ node-sass@^4.5.2:
+     sass-graph "^2.1.1"
+     stdout-stream "^1.4.0"
+ 
+-node-zopfli@^2.0.0:
+-  version "2.0.2"
+-  resolved "https://registry.yarnpkg.com/node-zopfli/-/node-zopfli-2.0.2.tgz#a7a473ae92aaea85d4c68d45bbf2c944c46116b8"
+-  dependencies:
+-    commander "^2.8.1"
+-    defaults "^1.0.2"
+-    nan "^2.0.0"
+-    node-pre-gyp "^0.6.4"
+-
+ "nopt@2 || 3":
+   version "3.0.6"
+   resolved "https://registry.yarnpkg.com/nopt/-/nopt-3.0.6.tgz#c6465dbf08abcd4db359317f79ac68a646b28ff9"
+@@ -6581,6 +6561,8 @@ uuid@^3.0.0, uuid@^3.0.1, uuid@^3.1.0:
  uws@^8.14.0:
    version "8.14.0"
    resolved "https://registry.yarnpkg.com/uws/-/uws-8.14.0.tgz#acc1488d13ecb23fe2f942a7eafb06681fa91431"

Modified: head/net-im/mastodon/pkg-plist
==============================================================================
--- head/net-im/mastodon/pkg-plist	Fri Sep 15 19:18:09 2017	(r449932)
+++ head/net-im/mastodon/pkg-plist	Fri Sep 15 20:20:19 2017	(r449933)
@@ -1,6 +1,5 @@
 @owner mastodon
 @group mastodon
-@dir /var/log/mastodon
 @dir %%WWWDIR%%
 @dir %%WWWDIR%%/app
 @dir %%WWWDIR%%/app/controllers
@@ -140,7 +139,6 @@
 @dir %%WWWDIR%%/app/workers/admin
 @dir %%WWWDIR%%/app/workers/pubsubhubbub
 @dir %%WWWDIR%%/app/workers/scheduler
-@dir %%WWWDIR%%/bin
 @dir %%WWWDIR%%/config
 @dir %%WWWDIR%%/config/environments
 @dir %%WWWDIR%%/config/initializers
@@ -149,11 +147,6 @@
 @dir %%WWWDIR%%/config/webpack/loaders
 @dir %%WWWDIR%%/db
 @dir %%WWWDIR%%/db/migrate
-@dir %%WWWDIR%%/docs
-@dir %%WWWDIR%%/docs/Contributing-to-Mastodon
-@dir %%WWWDIR%%/docs/Running-Mastodon
-@dir %%WWWDIR%%/docs/Using-Mastodon
-@dir %%WWWDIR%%/docs/Using-the-API
 @dir %%WWWDIR%%/lib
 @dir %%WWWDIR%%/lib/assets
 @dir %%WWWDIR%%/lib/mastodon
@@ -163,7 +156,2133 @@
 @dir %%WWWDIR%%/lib/templates/haml
 @dir %%WWWDIR%%/lib/templates/haml/scaffold
 @dir %%WWWDIR%%/log
-@dir %%WWWDIR%%/nanobox
+@dir %%WWWDIR%%/node_modules
+@dir %%WWWDIR%%/node_modules/.bin
+@dir %%WWWDIR%%/node_modules/abbrev
+@dir %%WWWDIR%%/node_modules/accepts
+@dir %%WWWDIR%%/node_modules/acorn
+@dir %%WWWDIR%%/node_modules/acorn-dynamic-import
+@dir %%WWWDIR%%/node_modules/acorn-dynamic-import/lib
+@dir %%WWWDIR%%/node_modules/acorn-dynamic-import/src
+@dir %%WWWDIR%%/node_modules/acorn/bin
+@dir %%WWWDIR%%/node_modules/acorn/dist
+@dir %%WWWDIR%%/node_modules/adjust-sourcemap-loader
+@dir %%WWWDIR%%/node_modules/adjust-sourcemap-loader/codec
+@dir %%WWWDIR%%/node_modules/adjust-sourcemap-loader/codec/utility
+@dir %%WWWDIR%%/node_modules/adjust-sourcemap-loader/lib
+@dir %%WWWDIR%%/node_modules/adjust-sourcemap-loader/lib/process
+@dir %%WWWDIR%%/node_modules/ajv
+@dir %%WWWDIR%%/node_modules/ajv-keywords
+@dir %%WWWDIR%%/node_modules/ajv-keywords/keywords
+@dir %%WWWDIR%%/node_modules/ajv-keywords/keywords/dot
+@dir %%WWWDIR%%/node_modules/ajv-keywords/keywords/dotjs
+@dir %%WWWDIR%%/node_modules/ajv/dist
+@dir %%WWWDIR%%/node_modules/ajv/lib
+@dir %%WWWDIR%%/node_modules/ajv/lib/compile
+@dir %%WWWDIR%%/node_modules/ajv/lib/dot
+@dir %%WWWDIR%%/node_modules/ajv/lib/dotjs
+@dir %%WWWDIR%%/node_modules/ajv/lib/refs
+@dir %%WWWDIR%%/node_modules/ajv/scripts
+@dir %%WWWDIR%%/node_modules/align-text
+@dir %%WWWDIR%%/node_modules/alphanum-sort
+@dir %%WWWDIR%%/node_modules/alphanum-sort/lib
+@dir %%WWWDIR%%/node_modules/amdefine
+@dir %%WWWDIR%%/node_modules/ansi-regex
+@dir %%WWWDIR%%/node_modules/ansi-styles
+@dir %%WWWDIR%%/node_modules/any-promise
+@dir %%WWWDIR%%/node_modules/anymatch
+@dir %%WWWDIR%%/node_modules/ap
+@dir %%WWWDIR%%/node_modules/ap/examples
+@dir %%WWWDIR%%/node_modules/ap/test
+@dir %%WWWDIR%%/node_modules/aproba
+@dir %%WWWDIR%%/node_modules/are-we-there-yet
+@dir %%WWWDIR%%/node_modules/argparse
+@dir %%WWWDIR%%/node_modules/argparse/lib
+@dir %%WWWDIR%%/node_modules/argparse/lib/action
+@dir %%WWWDIR%%/node_modules/argparse/lib/action/append
+@dir %%WWWDIR%%/node_modules/argparse/lib/action/store
+@dir %%WWWDIR%%/node_modules/argparse/lib/argument
+@dir %%WWWDIR%%/node_modules/argparse/lib/help
+@dir %%WWWDIR%%/node_modules/arr-diff
+@dir %%WWWDIR%%/node_modules/arr-flatten
+@dir %%WWWDIR%%/node_modules/array-find-index
+@dir %%WWWDIR%%/node_modules/array-flatten
+@dir %%WWWDIR%%/node_modules/array-includes
+@dir %%WWWDIR%%/node_modules/array-includes/test
+@dir %%WWWDIR%%/node_modules/array-union
+@dir %%WWWDIR%%/node_modules/array-uniq
+@dir %%WWWDIR%%/node_modules/array-unique
+@dir %%WWWDIR%%/node_modules/arrify
+@dir %%WWWDIR%%/node_modules/asap
+@dir %%WWWDIR%%/node_modules/asn1
+@dir %%WWWDIR%%/node_modules/asn1.js
+@dir %%WWWDIR%%/node_modules/asn1.js/lib
+@dir %%WWWDIR%%/node_modules/asn1.js/lib/asn1
+@dir %%WWWDIR%%/node_modules/asn1.js/lib/asn1/base
+@dir %%WWWDIR%%/node_modules/asn1.js/lib/asn1/constants
+@dir %%WWWDIR%%/node_modules/asn1.js/lib/asn1/decoders
+@dir %%WWWDIR%%/node_modules/asn1.js/lib/asn1/encoders
+@dir %%WWWDIR%%/node_modules/asn1/lib
+@dir %%WWWDIR%%/node_modules/asn1/lib/ber
+@dir %%WWWDIR%%/node_modules/asn1/tst
+@dir %%WWWDIR%%/node_modules/asn1/tst/ber
+@dir %%WWWDIR%%/node_modules/assert
+@dir %%WWWDIR%%/node_modules/assert-plus
+@dir %%WWWDIR%%/node_modules/async
+@dir %%WWWDIR%%/node_modules/async-each
+@dir %%WWWDIR%%/node_modules/async-foreach
+@dir %%WWWDIR%%/node_modules/async-foreach/dist
+@dir %%WWWDIR%%/node_modules/async-foreach/lib
+@dir %%WWWDIR%%/node_modules/async-foreach/test
+@dir %%WWWDIR%%/node_modules/async/dist
+@dir %%WWWDIR%%/node_modules/async/internal
+@dir %%WWWDIR%%/node_modules/asynckit
+@dir %%WWWDIR%%/node_modules/asynckit/lib
+@dir %%WWWDIR%%/node_modules/atob
+@dir %%WWWDIR%%/node_modules/atob/bin
+@dir %%WWWDIR%%/node_modules/autoprefixer
+@dir %%WWWDIR%%/node_modules/autoprefixer/data
+@dir %%WWWDIR%%/node_modules/autoprefixer/lib
+@dir %%WWWDIR%%/node_modules/autoprefixer/lib/hacks
+@dir %%WWWDIR%%/node_modules/aws-sign2
+@dir %%WWWDIR%%/node_modules/aws4
+@dir %%WWWDIR%%/node_modules/axios
+@dir %%WWWDIR%%/node_modules/axios/dist
+@dir %%WWWDIR%%/node_modules/axios/lib
+@dir %%WWWDIR%%/node_modules/axios/lib/adapters
+@dir %%WWWDIR%%/node_modules/axios/lib/cancel
+@dir %%WWWDIR%%/node_modules/axios/lib/core
+@dir %%WWWDIR%%/node_modules/axios/lib/helpers
+@dir %%WWWDIR%%/node_modules/babel-code-frame
+@dir %%WWWDIR%%/node_modules/babel-code-frame/lib
+@dir %%WWWDIR%%/node_modules/babel-core
+@dir %%WWWDIR%%/node_modules/babel-core/lib
+@dir %%WWWDIR%%/node_modules/babel-core/lib/api
+@dir %%WWWDIR%%/node_modules/babel-core/lib/helpers
+@dir %%WWWDIR%%/node_modules/babel-core/lib/tools
+@dir %%WWWDIR%%/node_modules/babel-core/lib/transformation
+@dir %%WWWDIR%%/node_modules/babel-core/lib/transformation/file
+@dir %%WWWDIR%%/node_modules/babel-core/lib/transformation/file/options
+@dir %%WWWDIR%%/node_modules/babel-core/lib/transformation/internal-plugins
+@dir %%WWWDIR%%/node_modules/babel-generator
+@dir %%WWWDIR%%/node_modules/babel-generator/lib
+@dir %%WWWDIR%%/node_modules/babel-generator/lib/generators
+@dir %%WWWDIR%%/node_modules/babel-generator/lib/node
+@dir %%WWWDIR%%/node_modules/babel-helper-builder-binary-assignment-operator-visitor
+@dir %%WWWDIR%%/node_modules/babel-helper-builder-binary-assignment-operator-visitor/lib
+@dir %%WWWDIR%%/node_modules/babel-helper-builder-react-jsx
+@dir %%WWWDIR%%/node_modules/babel-helper-builder-react-jsx/lib
+@dir %%WWWDIR%%/node_modules/babel-helper-call-delegate
+@dir %%WWWDIR%%/node_modules/babel-helper-call-delegate/lib
+@dir %%WWWDIR%%/node_modules/babel-helper-define-map
+@dir %%WWWDIR%%/node_modules/babel-helper-define-map/lib
+@dir %%WWWDIR%%/node_modules/babel-helper-explode-assignable-expression
+@dir %%WWWDIR%%/node_modules/babel-helper-explode-assignable-expression/lib
+@dir %%WWWDIR%%/node_modules/babel-helper-function-name
+@dir %%WWWDIR%%/node_modules/babel-helper-function-name/lib
+@dir %%WWWDIR%%/node_modules/babel-helper-get-function-arity
+@dir %%WWWDIR%%/node_modules/babel-helper-get-function-arity/lib
+@dir %%WWWDIR%%/node_modules/babel-helper-hoist-variables
+@dir %%WWWDIR%%/node_modules/babel-helper-hoist-variables/lib
+@dir %%WWWDIR%%/node_modules/babel-helper-optimise-call-expression
+@dir %%WWWDIR%%/node_modules/babel-helper-optimise-call-expression/lib
+@dir %%WWWDIR%%/node_modules/babel-helper-regex
+@dir %%WWWDIR%%/node_modules/babel-helper-regex/lib
+@dir %%WWWDIR%%/node_modules/babel-helper-remap-async-to-generator
+@dir %%WWWDIR%%/node_modules/babel-helper-remap-async-to-generator/lib
+@dir %%WWWDIR%%/node_modules/babel-helper-replace-supers
+@dir %%WWWDIR%%/node_modules/babel-helper-replace-supers/lib
+@dir %%WWWDIR%%/node_modules/babel-helpers
+@dir %%WWWDIR%%/node_modules/babel-helpers/lib
+@dir %%WWWDIR%%/node_modules/babel-loader
+@dir %%WWWDIR%%/node_modules/babel-loader/lib
+@dir %%WWWDIR%%/node_modules/babel-loader/lib/utils
+@dir %%WWWDIR%%/node_modules/babel-messages
+@dir %%WWWDIR%%/node_modules/babel-messages/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-check-es2015-constants
+@dir %%WWWDIR%%/node_modules/babel-plugin-check-es2015-constants/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-lodash
+@dir %%WWWDIR%%/node_modules/babel-plugin-lodash/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-preval
+@dir %%WWWDIR%%/node_modules/babel-plugin-preval/dist
+@dir %%WWWDIR%%/node_modules/babel-plugin-react-intl
+@dir %%WWWDIR%%/node_modules/babel-plugin-react-intl/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-react-transform
+@dir %%WWWDIR%%/node_modules/babel-plugin-react-transform/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-react-transform/test
+@dir %%WWWDIR%%/node_modules/babel-plugin-react-transform/test/fixtures
+@dir %%WWWDIR%%/node_modules/babel-plugin-react-transform/test/fixtures/code-call-expression-with-render-method
+@dir %%WWWDIR%%/node_modules/babel-plugin-react-transform/test/fixtures/code-class-expression
+@dir %%WWWDIR%%/node_modules/babel-plugin-react-transform/test/fixtures/code-class-expression-extends-react-component-with-render-method
+@dir %%WWWDIR%%/node_modules/babel-plugin-react-transform/test/fixtures/code-class-extends-component-with-render-method
+@dir %%WWWDIR%%/node_modules/babel-plugin-react-transform/test/fixtures/code-class-extends-react-component
+@dir %%WWWDIR%%/node_modules/babel-plugin-react-transform/test/fixtures/code-class-extends-react-component-with-render-method
+@dir %%WWWDIR%%/node_modules/babel-plugin-react-transform/test/fixtures/code-class-with-render-method
+@dir %%WWWDIR%%/node_modules/babel-plugin-react-transform/test/fixtures/code-class-within-function
+@dir %%WWWDIR%%/node_modules/babel-plugin-react-transform/test/fixtures/code-class-within-function-extends-react-component-with-render-method
+@dir %%WWWDIR%%/node_modules/babel-plugin-react-transform/test/fixtures/code-class-without-name
+@dir %%WWWDIR%%/node_modules/babel-plugin-react-transform/test/fixtures/code-class-without-name-extends-react-component-with-render-method
+@dir %%WWWDIR%%/node_modules/babel-plugin-react-transform/test/fixtures/code-exports
+@dir %%WWWDIR%%/node_modules/babel-plugin-react-transform/test/fixtures/code-ignore
+@dir %%WWWDIR%%/node_modules/babel-plugin-react-transform/test/fixtures/code-react-create-class
+@dir %%WWWDIR%%/node_modules/babel-plugin-react-transform/test/fixtures/code-react-create-class-with-dynamic-display-name
+@dir %%WWWDIR%%/node_modules/babel-plugin-react-transform/test/fixtures/code-react-create-class-with-render-method
+@dir %%WWWDIR%%/node_modules/babel-plugin-react-transform/test/fixtures/code-react-create-class-with-string-literal-display-name
+@dir %%WWWDIR%%/node_modules/babel-plugin-react-transform/test/fixtures/code-react-create-class-with-string-literal-display-name-with-render-method
+@dir %%WWWDIR%%/node_modules/babel-plugin-react-transform/test/fixtures/code-react-create-class-without-display-name
+@dir %%WWWDIR%%/node_modules/babel-plugin-react-transform/test/fixtures/options-custom-factories
+@dir %%WWWDIR%%/node_modules/babel-plugin-react-transform/test/fixtures/options-custom-factories-with-render-method
+@dir %%WWWDIR%%/node_modules/babel-plugin-react-transform/test/fixtures/options-custom-super-classes
+@dir %%WWWDIR%%/node_modules/babel-plugin-react-transform/test/fixtures/options-custom-super-classes-with-render-method
+@dir %%WWWDIR%%/node_modules/babel-plugin-react-transform/test/fixtures/options-multiple-transforms
+@dir %%WWWDIR%%/node_modules/babel-plugin-react-transform/test/fixtures/options-multiple-transforms-with-render-method
+@dir %%WWWDIR%%/node_modules/babel-plugin-react-transform/test/fixtures/options-with-imports
+@dir %%WWWDIR%%/node_modules/babel-plugin-react-transform/test/fixtures/options-with-imports-with-render-method
+@dir %%WWWDIR%%/node_modules/babel-plugin-react-transform/test/fixtures/options-with-locals
+@dir %%WWWDIR%%/node_modules/babel-plugin-react-transform/test/fixtures/options-with-locals-with-render-method
+@dir %%WWWDIR%%/node_modules/babel-plugin-syntax-async-functions
+@dir %%WWWDIR%%/node_modules/babel-plugin-syntax-async-functions/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-syntax-class-properties
+@dir %%WWWDIR%%/node_modules/babel-plugin-syntax-class-properties/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-syntax-decorators
+@dir %%WWWDIR%%/node_modules/babel-plugin-syntax-decorators/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-syntax-dynamic-import
+@dir %%WWWDIR%%/node_modules/babel-plugin-syntax-dynamic-import/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-syntax-exponentiation-operator
+@dir %%WWWDIR%%/node_modules/babel-plugin-syntax-exponentiation-operator/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-syntax-flow
+@dir %%WWWDIR%%/node_modules/babel-plugin-syntax-flow/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-syntax-jsx
+@dir %%WWWDIR%%/node_modules/babel-plugin-syntax-jsx/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-syntax-object-rest-spread
+@dir %%WWWDIR%%/node_modules/babel-plugin-syntax-object-rest-spread/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-syntax-trailing-function-commas
+@dir %%WWWDIR%%/node_modules/babel-plugin-syntax-trailing-function-commas/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-async-to-generator
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-async-to-generator/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-class-properties
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-class-properties/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-decorators-legacy
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-decorators-legacy/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-arrow-functions
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-arrow-functions/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-block-scoped-functions
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-block-scoped-functions/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-block-scoping
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-block-scoping/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-classes
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-classes/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-classes/lib/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-computed-properties
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-computed-properties/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-destructuring
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-destructuring/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-duplicate-keys
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-duplicate-keys/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-for-of
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-for-of/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-function-name
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-function-name/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-literals
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-literals/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-modules-amd
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-modules-amd/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-modules-commonjs
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-modules-commonjs/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-modules-systemjs
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-modules-systemjs/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-modules-umd
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-modules-umd/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-object-super
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-object-super/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-parameters
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-parameters/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-shorthand-properties
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-shorthand-properties/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-spread
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-spread/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-sticky-regex
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-sticky-regex/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-template-literals
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-template-literals/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-typeof-symbol
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-typeof-symbol/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-unicode-regex
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-es2015-unicode-regex/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-exponentiation-operator
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-exponentiation-operator/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-flow-strip-types
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-flow-strip-types/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-object-rest-spread
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-object-rest-spread/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-react-display-name
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-react-display-name/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-react-inline-elements
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-react-inline-elements/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-react-jsx
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-react-jsx-self
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-react-jsx-self/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-react-jsx-source
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-react-jsx-source/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-react-jsx/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-react-remove-prop-types
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-react-remove-prop-types/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-react-remove-prop-types/src
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-regenerator
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-regenerator/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-runtime
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-runtime/lib
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-strict-mode
+@dir %%WWWDIR%%/node_modules/babel-plugin-transform-strict-mode/lib
+@dir %%WWWDIR%%/node_modules/babel-preset-env
+@dir %%WWWDIR%%/node_modules/babel-preset-env/.github
+@dir %%WWWDIR%%/node_modules/babel-preset-env/data
+@dir %%WWWDIR%%/node_modules/babel-preset-env/lib
+@dir %%WWWDIR%%/node_modules/babel-preset-flow
+@dir %%WWWDIR%%/node_modules/babel-preset-flow/lib
+@dir %%WWWDIR%%/node_modules/babel-preset-react
+@dir %%WWWDIR%%/node_modules/babel-preset-react/lib
+@dir %%WWWDIR%%/node_modules/babel-register
+@dir %%WWWDIR%%/node_modules/babel-register/lib
+@dir %%WWWDIR%%/node_modules/babel-runtime
+@dir %%WWWDIR%%/node_modules/babel-runtime/core-js
+@dir %%WWWDIR%%/node_modules/babel-runtime/core-js/array
+@dir %%WWWDIR%%/node_modules/babel-runtime/core-js/error
+@dir %%WWWDIR%%/node_modules/babel-runtime/core-js/json
+@dir %%WWWDIR%%/node_modules/babel-runtime/core-js/math
+@dir %%WWWDIR%%/node_modules/babel-runtime/core-js/number
+@dir %%WWWDIR%%/node_modules/babel-runtime/core-js/object
+@dir %%WWWDIR%%/node_modules/babel-runtime/core-js/reflect
+@dir %%WWWDIR%%/node_modules/babel-runtime/core-js/regexp
+@dir %%WWWDIR%%/node_modules/babel-runtime/core-js/string
+@dir %%WWWDIR%%/node_modules/babel-runtime/core-js/symbol
+@dir %%WWWDIR%%/node_modules/babel-runtime/core-js/system
+@dir %%WWWDIR%%/node_modules/babel-runtime/helpers
+@dir %%WWWDIR%%/node_modules/babel-runtime/regenerator
+@dir %%WWWDIR%%/node_modules/babel-template
+@dir %%WWWDIR%%/node_modules/babel-template/lib
+@dir %%WWWDIR%%/node_modules/babel-traverse
+@dir %%WWWDIR%%/node_modules/babel-traverse/lib
+@dir %%WWWDIR%%/node_modules/babel-traverse/lib/path
+@dir %%WWWDIR%%/node_modules/babel-traverse/lib/path/inference
+@dir %%WWWDIR%%/node_modules/babel-traverse/lib/path/lib
+@dir %%WWWDIR%%/node_modules/babel-traverse/lib/scope
+@dir %%WWWDIR%%/node_modules/babel-traverse/lib/scope/lib
+@dir %%WWWDIR%%/node_modules/babel-types
+@dir %%WWWDIR%%/node_modules/babel-types/lib
+@dir %%WWWDIR%%/node_modules/babel-types/lib/definitions
+@dir %%WWWDIR%%/node_modules/babylon
+@dir %%WWWDIR%%/node_modules/babylon/bin
+@dir %%WWWDIR%%/node_modules/babylon/lib
+@dir %%WWWDIR%%/node_modules/backoff
+@dir %%WWWDIR%%/node_modules/backoff/lib
+@dir %%WWWDIR%%/node_modules/backoff/lib/strategy
+@dir %%WWWDIR%%/node_modules/backoff/tests
+@dir %%WWWDIR%%/node_modules/balanced-match
+@dir %%WWWDIR%%/node_modules/base64-js
+@dir %%WWWDIR%%/node_modules/base64-js/test
+@dir %%WWWDIR%%/node_modules/bcrypt-pbkdf
+@dir %%WWWDIR%%/node_modules/big.js
+@dir %%WWWDIR%%/node_modules/binary-extensions
+@dir %%WWWDIR%%/node_modules/block-stream
+@dir %%WWWDIR%%/node_modules/bn.js
+@dir %%WWWDIR%%/node_modules/bn.js/lib
+@dir %%WWWDIR%%/node_modules/bn.js/util
+@dir %%WWWDIR%%/node_modules/boom
+@dir %%WWWDIR%%/node_modules/boom/images
+@dir %%WWWDIR%%/node_modules/boom/lib
+@dir %%WWWDIR%%/node_modules/boom/test
+@dir %%WWWDIR%%/node_modules/brace-expansion
+@dir %%WWWDIR%%/node_modules/braces
+@dir %%WWWDIR%%/node_modules/brorand
+@dir %%WWWDIR%%/node_modules/brorand/test
+@dir %%WWWDIR%%/node_modules/browserify-aes
+@dir %%WWWDIR%%/node_modules/browserify-aes/modes
+@dir %%WWWDIR%%/node_modules/browserify-cipher
+@dir %%WWWDIR%%/node_modules/browserify-des
+@dir %%WWWDIR%%/node_modules/browserify-rsa
+@dir %%WWWDIR%%/node_modules/browserify-sign
+@dir %%WWWDIR%%/node_modules/browserify-sign/browser
+@dir %%WWWDIR%%/node_modules/browserify-zlib
+@dir %%WWWDIR%%/node_modules/browserify-zlib/src
+@dir %%WWWDIR%%/node_modules/browserify-zlib/test
+@dir %%WWWDIR%%/node_modules/browserify-zlib/test/fixtures
+@dir %%WWWDIR%%/node_modules/browserify-zlib/test/ignored
+@dir %%WWWDIR%%/node_modules/browserslist
+@dir %%WWWDIR%%/node_modules/buffer
+@dir %%WWWDIR%%/node_modules/buffer-writer
+@dir %%WWWDIR%%/node_modules/buffer-writer/benchmark
+@dir %%WWWDIR%%/node_modules/buffer-writer/test
+@dir %%WWWDIR%%/node_modules/buffer-xor
+@dir %%WWWDIR%%/node_modules/buffer-xor/test
+@dir %%WWWDIR%%/node_modules/buffer/bin
+@dir %%WWWDIR%%/node_modules/buffer/test
+@dir %%WWWDIR%%/node_modules/buffer/test/node
+@dir %%WWWDIR%%/node_modules/builtin-modules
+@dir %%WWWDIR%%/node_modules/builtin-status-codes
+@dir %%WWWDIR%%/node_modules/camelcase
+@dir %%WWWDIR%%/node_modules/camelcase-css
+@dir %%WWWDIR%%/node_modules/camelcase-keys
+@dir %%WWWDIR%%/node_modules/caniuse-api
+@dir %%WWWDIR%%/node_modules/caniuse-api/dist
+@dir %%WWWDIR%%/node_modules/caniuse-db
+@dir %%WWWDIR%%/node_modules/caniuse-db/features-json
+@dir %%WWWDIR%%/node_modules/caniuse-db/fulldata-json
+@dir %%WWWDIR%%/node_modules/caniuse-db/region-usage-json
+@dir %%WWWDIR%%/node_modules/caniuse-lite
+@dir %%WWWDIR%%/node_modules/caniuse-lite/data
+@dir %%WWWDIR%%/node_modules/caniuse-lite/data/features
+@dir %%WWWDIR%%/node_modules/caniuse-lite/data/regions
+@dir %%WWWDIR%%/node_modules/caniuse-lite/dist
+@dir %%WWWDIR%%/node_modules/caniuse-lite/dist/unpacker
+@dir %%WWWDIR%%/node_modules/caseless
+@dir %%WWWDIR%%/node_modules/center-align
+@dir %%WWWDIR%%/node_modules/chalk
+@dir %%WWWDIR%%/node_modules/chokidar
+@dir %%WWWDIR%%/node_modules/chokidar/lib
+@dir %%WWWDIR%%/node_modules/cipher-base
+@dir %%WWWDIR%%/node_modules/clap
+@dir %%WWWDIR%%/node_modules/classnames
+@dir %%WWWDIR%%/node_modules/cliui
+@dir %%WWWDIR%%/node_modules/clone
+@dir %%WWWDIR%%/node_modules/clone-deep
+@dir %%WWWDIR%%/node_modules/co
+@dir %%WWWDIR%%/node_modules/coa
+@dir %%WWWDIR%%/node_modules/coa/.nyc_output
+@dir %%WWWDIR%%/node_modules/coa/coverage
+@dir %%WWWDIR%%/node_modules/coa/coverage/coa
+@dir %%WWWDIR%%/node_modules/coa/coverage/coa/lib
+@dir %%WWWDIR%%/node_modules/coa/lib
+@dir %%WWWDIR%%/node_modules/coa/src
+@dir %%WWWDIR%%/node_modules/coa/test
+@dir %%WWWDIR%%/node_modules/coa/tests
+@dir %%WWWDIR%%/node_modules/code-point-at
+@dir %%WWWDIR%%/node_modules/color
+@dir %%WWWDIR%%/node_modules/color-convert
+@dir %%WWWDIR%%/node_modules/color-name
+@dir %%WWWDIR%%/node_modules/color-string
+@dir %%WWWDIR%%/node_modules/color-string/test
+@dir %%WWWDIR%%/node_modules/colormin
+@dir %%WWWDIR%%/node_modules/colormin/dist
+@dir %%WWWDIR%%/node_modules/colormin/dist/lib
+@dir %%WWWDIR%%/node_modules/colors
+@dir %%WWWDIR%%/node_modules/colors/examples
+@dir %%WWWDIR%%/node_modules/colors/lib
+@dir %%WWWDIR%%/node_modules/colors/lib/custom
+@dir %%WWWDIR%%/node_modules/colors/lib/maps
+@dir %%WWWDIR%%/node_modules/colors/lib/system
+@dir %%WWWDIR%%/node_modules/colors/themes
+@dir %%WWWDIR%%/node_modules/combined-stream
+@dir %%WWWDIR%%/node_modules/combined-stream/lib
+@dir %%WWWDIR%%/node_modules/commander
+@dir %%WWWDIR%%/node_modules/commondir
+@dir %%WWWDIR%%/node_modules/commondir/example
+@dir %%WWWDIR%%/node_modules/commondir/test
+@dir %%WWWDIR%%/node_modules/complex.js
+@dir %%WWWDIR%%/node_modules/complex.js/examples
+@dir %%WWWDIR%%/node_modules/complex.js/tests
+@dir %%WWWDIR%%/node_modules/compression-webpack-plugin
+@dir %%WWWDIR%%/node_modules/concat-map
+@dir %%WWWDIR%%/node_modules/concat-map/example
+@dir %%WWWDIR%%/node_modules/concat-map/test
+@dir %%WWWDIR%%/node_modules/console-browserify
+@dir %%WWWDIR%%/node_modules/console-browserify/test
+@dir %%WWWDIR%%/node_modules/console-browserify/test/static
+@dir %%WWWDIR%%/node_modules/console-control-strings
+@dir %%WWWDIR%%/node_modules/constants-browserify
+@dir %%WWWDIR%%/node_modules/content-disposition
+@dir %%WWWDIR%%/node_modules/content-type
+@dir %%WWWDIR%%/node_modules/convert-source-map
+@dir %%WWWDIR%%/node_modules/convert-source-map/example
+@dir %%WWWDIR%%/node_modules/convert-source-map/test
+@dir %%WWWDIR%%/node_modules/convert-source-map/test/fixtures
+@dir %%WWWDIR%%/node_modules/cookie
+@dir %%WWWDIR%%/node_modules/cookie-signature
+@dir %%WWWDIR%%/node_modules/core-js
+@dir %%WWWDIR%%/node_modules/core-js/build
+@dir %%WWWDIR%%/node_modules/core-js/client
+@dir %%WWWDIR%%/node_modules/core-js/core
+@dir %%WWWDIR%%/node_modules/core-js/es5
+@dir %%WWWDIR%%/node_modules/core-js/es6
+@dir %%WWWDIR%%/node_modules/core-js/es7
+@dir %%WWWDIR%%/node_modules/core-js/fn
+@dir %%WWWDIR%%/node_modules/core-js/fn/array
+@dir %%WWWDIR%%/node_modules/core-js/fn/array/virtual
+@dir %%WWWDIR%%/node_modules/core-js/fn/date
+@dir %%WWWDIR%%/node_modules/core-js/fn/dom-collections
+@dir %%WWWDIR%%/node_modules/core-js/fn/error
+@dir %%WWWDIR%%/node_modules/core-js/fn/function
+@dir %%WWWDIR%%/node_modules/core-js/fn/function/virtual
+@dir %%WWWDIR%%/node_modules/core-js/fn/json
+@dir %%WWWDIR%%/node_modules/core-js/fn/math
+@dir %%WWWDIR%%/node_modules/core-js/fn/number
+@dir %%WWWDIR%%/node_modules/core-js/fn/number/virtual
+@dir %%WWWDIR%%/node_modules/core-js/fn/object
+@dir %%WWWDIR%%/node_modules/core-js/fn/reflect
+@dir %%WWWDIR%%/node_modules/core-js/fn/regexp
+@dir %%WWWDIR%%/node_modules/core-js/fn/string
+@dir %%WWWDIR%%/node_modules/core-js/fn/string/virtual
+@dir %%WWWDIR%%/node_modules/core-js/fn/symbol
+@dir %%WWWDIR%%/node_modules/core-js/fn/system
+@dir %%WWWDIR%%/node_modules/core-js/fn/typed
+@dir %%WWWDIR%%/node_modules/core-js/library
+@dir %%WWWDIR%%/node_modules/core-js/library/core
+@dir %%WWWDIR%%/node_modules/core-js/library/es5
+@dir %%WWWDIR%%/node_modules/core-js/library/es6
+@dir %%WWWDIR%%/node_modules/core-js/library/es7
+@dir %%WWWDIR%%/node_modules/core-js/library/fn
+@dir %%WWWDIR%%/node_modules/core-js/library/fn/array
+@dir %%WWWDIR%%/node_modules/core-js/library/fn/array/virtual
+@dir %%WWWDIR%%/node_modules/core-js/library/fn/date
+@dir %%WWWDIR%%/node_modules/core-js/library/fn/dom-collections
+@dir %%WWWDIR%%/node_modules/core-js/library/fn/error
+@dir %%WWWDIR%%/node_modules/core-js/library/fn/function
+@dir %%WWWDIR%%/node_modules/core-js/library/fn/function/virtual
+@dir %%WWWDIR%%/node_modules/core-js/library/fn/json
+@dir %%WWWDIR%%/node_modules/core-js/library/fn/math
+@dir %%WWWDIR%%/node_modules/core-js/library/fn/number
+@dir %%WWWDIR%%/node_modules/core-js/library/fn/number/virtual
+@dir %%WWWDIR%%/node_modules/core-js/library/fn/object
+@dir %%WWWDIR%%/node_modules/core-js/library/fn/reflect
+@dir %%WWWDIR%%/node_modules/core-js/library/fn/regexp
+@dir %%WWWDIR%%/node_modules/core-js/library/fn/string
+@dir %%WWWDIR%%/node_modules/core-js/library/fn/string/virtual
+@dir %%WWWDIR%%/node_modules/core-js/library/fn/symbol
+@dir %%WWWDIR%%/node_modules/core-js/library/fn/system
+@dir %%WWWDIR%%/node_modules/core-js/library/fn/typed
+@dir %%WWWDIR%%/node_modules/core-js/library/modules
+@dir %%WWWDIR%%/node_modules/core-js/library/stage
+@dir %%WWWDIR%%/node_modules/core-js/library/web
+@dir %%WWWDIR%%/node_modules/core-js/modules
+@dir %%WWWDIR%%/node_modules/core-js/modules/library
+@dir %%WWWDIR%%/node_modules/core-js/stage
+@dir %%WWWDIR%%/node_modules/core-js/web
+@dir %%WWWDIR%%/node_modules/core-util-is
+@dir %%WWWDIR%%/node_modules/core-util-is/lib
+@dir %%WWWDIR%%/node_modules/cosmiconfig
+@dir %%WWWDIR%%/node_modules/cosmiconfig/lib
+@dir %%WWWDIR%%/node_modules/create-ecdh
+@dir %%WWWDIR%%/node_modules/create-hash
+@dir %%WWWDIR%%/node_modules/create-hmac
+@dir %%WWWDIR%%/node_modules/create-react-class
+@dir %%WWWDIR%%/node_modules/cross-env
+@dir %%WWWDIR%%/node_modules/cross-env/dist
+@dir %%WWWDIR%%/node_modules/cross-env/dist/bin
+@dir %%WWWDIR%%/node_modules/cross-spawn
+@dir %%WWWDIR%%/node_modules/cross-spawn/lib
+@dir %%WWWDIR%%/node_modules/cryptiles
+@dir %%WWWDIR%%/node_modules/cryptiles/lib
+@dir %%WWWDIR%%/node_modules/cryptiles/test
+@dir %%WWWDIR%%/node_modules/crypto-browserify
+@dir %%WWWDIR%%/node_modules/crypto-browserify/example
+@dir %%WWWDIR%%/node_modules/crypto-browserify/test
+@dir %%WWWDIR%%/node_modules/crypto-browserify/test/node
+@dir %%WWWDIR%%/node_modules/css
+@dir %%WWWDIR%%/node_modules/css-color-function
+@dir %%WWWDIR%%/node_modules/css-color-function/lib
+@dir %%WWWDIR%%/node_modules/css-color-function/test
+@dir %%WWWDIR%%/node_modules/css-color-names
+@dir %%WWWDIR%%/node_modules/css-font-size-keywords
+@dir %%WWWDIR%%/node_modules/css-font-stretch-keywords
+@dir %%WWWDIR%%/node_modules/css-font-style-keywords
+@dir %%WWWDIR%%/node_modules/css-font-weight-keywords
+@dir %%WWWDIR%%/node_modules/css-global-keywords
+@dir %%WWWDIR%%/node_modules/css-list-helpers
+@dir %%WWWDIR%%/node_modules/css-loader
+@dir %%WWWDIR%%/node_modules/css-loader/lib
+@dir %%WWWDIR%%/node_modules/css-selector-tokenizer
+@dir %%WWWDIR%%/node_modules/css-selector-tokenizer/lib
+@dir %%WWWDIR%%/node_modules/css-system-font-keywords
+@dir %%WWWDIR%%/node_modules/css/lib
+@dir %%WWWDIR%%/node_modules/css/lib/parse
+@dir %%WWWDIR%%/node_modules/css/lib/stringify
+@dir %%WWWDIR%%/node_modules/cssesc
+@dir %%WWWDIR%%/node_modules/cssesc/bin
+@dir %%WWWDIR%%/node_modules/cssnano
+@dir %%WWWDIR%%/node_modules/cssnano/dist
+@dir %%WWWDIR%%/node_modules/cssnano/dist/lib
+@dir %%WWWDIR%%/node_modules/csso
+@dir %%WWWDIR%%/node_modules/csso/bin
+@dir %%WWWDIR%%/node_modules/csso/dist
+@dir %%WWWDIR%%/node_modules/csso/lib
+@dir %%WWWDIR%%/node_modules/csso/lib/compressor
+@dir %%WWWDIR%%/node_modules/csso/lib/compressor/clean
+@dir %%WWWDIR%%/node_modules/csso/lib/compressor/compress
+@dir %%WWWDIR%%/node_modules/csso/lib/compressor/compress/atrule
+@dir %%WWWDIR%%/node_modules/csso/lib/compressor/compress/property
+@dir %%WWWDIR%%/node_modules/csso/lib/compressor/restructure
+@dir %%WWWDIR%%/node_modules/csso/lib/compressor/restructure/prepare
+@dir %%WWWDIR%%/node_modules/csso/lib/parser
+@dir %%WWWDIR%%/node_modules/csso/lib/utils
+@dir %%WWWDIR%%/node_modules/currently-unhandled
+@dir %%WWWDIR%%/node_modules/d
+@dir %%WWWDIR%%/node_modules/d/test
+@dir %%WWWDIR%%/node_modules/dashdash
+@dir %%WWWDIR%%/node_modules/dashdash/etc
+@dir %%WWWDIR%%/node_modules/dashdash/lib
+@dir %%WWWDIR%%/node_modules/date-now
+@dir %%WWWDIR%%/node_modules/date-now/test
+@dir %%WWWDIR%%/node_modules/date-now/test/static
+@dir %%WWWDIR%%/node_modules/debug
+@dir %%WWWDIR%%/node_modules/debug/src
+@dir %%WWWDIR%%/node_modules/decamelize
+@dir %%WWWDIR%%/node_modules/decimal.js
+@dir %%WWWDIR%%/node_modules/decimal.js/doc
+@dir %%WWWDIR%%/node_modules/deep-extend
+@dir %%WWWDIR%%/node_modules/deep-extend/lib
+@dir %%WWWDIR%%/node_modules/define-properties
+@dir %%WWWDIR%%/node_modules/define-properties/test
+@dir %%WWWDIR%%/node_modules/defined
+@dir %%WWWDIR%%/node_modules/defined/example
+@dir %%WWWDIR%%/node_modules/defined/test
+@dir %%WWWDIR%%/node_modules/delayed-stream
+@dir %%WWWDIR%%/node_modules/delayed-stream/lib
+@dir %%WWWDIR%%/node_modules/delegates
+@dir %%WWWDIR%%/node_modules/delegates/test
+@dir %%WWWDIR%%/node_modules/depd
+@dir %%WWWDIR%%/node_modules/depd/lib
+@dir %%WWWDIR%%/node_modules/depd/lib/browser
+@dir %%WWWDIR%%/node_modules/depd/lib/compat
+@dir %%WWWDIR%%/node_modules/des.js
+@dir %%WWWDIR%%/node_modules/des.js/lib
+@dir %%WWWDIR%%/node_modules/des.js/lib/des
+@dir %%WWWDIR%%/node_modules/des.js/test
+@dir %%WWWDIR%%/node_modules/destroy
+@dir %%WWWDIR%%/node_modules/detect-indent
+@dir %%WWWDIR%%/node_modules/detect-passive-events
+@dir %%WWWDIR%%/node_modules/detect-passive-events/lib
+@dir %%WWWDIR%%/node_modules/detect-passive-events/src
+@dir %%WWWDIR%%/node_modules/diffie-hellman
+@dir %%WWWDIR%%/node_modules/diffie-hellman/lib
+@dir %%WWWDIR%%/node_modules/dom-helpers
+@dir %%WWWDIR%%/node_modules/dom-helpers/class
+@dir %%WWWDIR%%/node_modules/dom-helpers/events
+@dir %%WWWDIR%%/node_modules/dom-helpers/query
+@dir %%WWWDIR%%/node_modules/dom-helpers/style
+@dir %%WWWDIR%%/node_modules/dom-helpers/transition
+@dir %%WWWDIR%%/node_modules/dom-helpers/util
+@dir %%WWWDIR%%/node_modules/domain-browser
+@dir %%WWWDIR%%/node_modules/dotenv
+@dir %%WWWDIR%%/node_modules/dotenv/lib
+@dir %%WWWDIR%%/node_modules/double-ended-queue
+@dir %%WWWDIR%%/node_modules/double-ended-queue/js
+@dir %%WWWDIR%%/node_modules/duplexer
+@dir %%WWWDIR%%/node_modules/duplexer/test
+@dir %%WWWDIR%%/node_modules/ecc-jsbn
+@dir %%WWWDIR%%/node_modules/ecc-jsbn/lib
+@dir %%WWWDIR%%/node_modules/ee-first
+@dir %%WWWDIR%%/node_modules/ejs
+@dir %%WWWDIR%%/node_modules/ejs/lib
+@dir %%WWWDIR%%/node_modules/ejs/test
+@dir %%WWWDIR%%/node_modules/ejs/test/fixtures
+@dir %%WWWDIR%%/node_modules/ejs/test/fixtures/includes
+@dir %%WWWDIR%%/node_modules/ejs/test/fixtures/includes/menu
+@dir %%WWWDIR%%/node_modules/ejs/test/tmp
+@dir %%WWWDIR%%/node_modules/electron-to-chromium
+@dir %%WWWDIR%%/node_modules/elliptic
+@dir %%WWWDIR%%/node_modules/elliptic/lib
+@dir %%WWWDIR%%/node_modules/elliptic/lib/elliptic
+@dir %%WWWDIR%%/node_modules/elliptic/lib/elliptic/curve
+@dir %%WWWDIR%%/node_modules/elliptic/lib/elliptic/ec
+@dir %%WWWDIR%%/node_modules/elliptic/lib/elliptic/eddsa
+@dir %%WWWDIR%%/node_modules/elliptic/lib/elliptic/precomputed
+@dir %%WWWDIR%%/node_modules/encodeurl
+@dir %%WWWDIR%%/node_modules/encoding
+@dir %%WWWDIR%%/node_modules/encoding/lib
+@dir %%WWWDIR%%/node_modules/encoding/test
+@dir %%WWWDIR%%/node_modules/enhanced-resolve
+@dir %%WWWDIR%%/node_modules/enhanced-resolve/lib
+@dir %%WWWDIR%%/node_modules/errno

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709152020.v8FKKJbK051248>