Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Feb 2018 19:42:03 +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: r461097 - in head/net-im/mastodon: . files
Message-ID:  <201802061942.w16Jg3S7059171@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Tue Feb  6 19:42:03 2018
New Revision: 461097
URL: https://svnweb.freebsd.org/changeset/ports/461097

Log:
  net-im/mastodon: Set mastodon owner/group only when necessary
  
  While here, also silence some commands.
  
  Reported by:    AMDmi3

Modified:
  head/net-im/mastodon/Makefile   (contents, props changed)
  head/net-im/mastodon/files/mastodon_web.in
  head/net-im/mastodon/files/mastodon_workers.in
  head/net-im/mastodon/pkg-plist   (contents, props changed)

Modified: head/net-im/mastodon/Makefile
==============================================================================
--- head/net-im/mastodon/Makefile	Tue Feb  6 19:31:57 2018	(r461096)
+++ head/net-im/mastodon/Makefile	Tue Feb  6 19:42:03 2018	(r461097)
@@ -3,7 +3,7 @@
 PORTNAME=	mastodon
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.2.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-im www
 
 MAINTAINER=	jrm@FreeBSD.org
@@ -122,10 +122,8 @@ do-build:
 	@${CP} ${FILESDIR}/yarn.lock.in ${WRKSRC}/yarn.lock
 	(cd ${WRKSRC};\
 		HOME=${WRKSRC_mn} yarn --offline;\
-		SECRET_KEY_BASE=x RAILS_ENV=production rails assets:precompile;\
-		${REINPLACE_CMD} -e\
-		"s|^  cache_dir:.*|  cache_dir: '/var/cache/mastodon',|"\
-		${WRKSRC}/config/boot.rb)
+		SECRET_KEY_BASE=x RAILS_ENV=production rails --trace\
+		assets:precompile)
 	(cd ${WRKSRC}/public/assets &&\
 		${MV} .sprockets-manifest-*.json .sprockets-manifest-${X}.json &&\
 		${MV} doorkeeper/application-*.css doorkeeper/application-${XX}.css &&\
@@ -137,17 +135,21 @@ do-build:
 		${MV} pghero/application-*.js pghero/application-${XX}.js &&\
 		${MV} pghero/application-*.js.gz pghero/application-${XX}.js.gz &&\
 		${MV} pghero/favicon-*.png pghero/favicon-${XX}.png)
-	${REINPLACE_CMD} -e 's|application-[0-9A-Za-z]\{64\}|application-${XX}|g'\
+	@${REINPLACE_CMD} -e 's|application-[0-9A-Za-z]\{64\}|application-${XX}|g'\
 		${WRKSRC}/public/assets/.sprockets-manifest-${X}.json
-	${REINPLACE_CMD} -e 's|"digest":"[0-9A-Za-z]\{64\}"|"digest":"${XX}"|g'\
+	@${REINPLACE_CMD} -e 's|"digest":"[0-9A-Za-z]\{64\}"|"digest":"${XX}"|g'\
 		${WRKSRC}/public/assets/.sprockets-manifest-${X}.json
-
+	@${REINPLACE_CMD} -e\
+		"s|^  cache_dir:.*|  cache_dir: '/var/cache/mastodon',|"\
+		${WRKSRC}/config/boot.rb
 do-install:
 	@${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
+		${WRKSRC}/node_modules/uws/build\
+		${WRKSRC}/node_modules/babel-preset-env/.github\
+		${WRKSRC}/node_modules/redis/.github
 	@${RM}	${WRKSRC}/Gemfile.lock\
 		${WRKSRC}/lib/tasks/auto_annotate_models.rake\
 		${WRKSRC}/node_modules/uws/uws_darwin_*\
@@ -157,9 +159,10 @@ do-install:
 		${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}/var/cache/${PORTNAME}\
+	@${MKDIR} ${STAGEDIR}/var/cache/${PORTNAME} \
 		${STAGEDIR}/var/log/${PORTNAME}\
-		${STAGEDIR}/var/run/${PORTNAME}
+		${STAGEDIR}/var/run/${PORTNAME}\
+		${STAGEDIR}${WWWDIR}/public/system
 	${INSTALL_DATA} ${WRKDIR}/nginx.conf\
 		${STAGEDIR}${WWWDIR}/nginx.conf.sample
 	${INSTALL_DATA} ${WRKDIR}/nginx-include.conf\
@@ -171,6 +174,7 @@ do-install:
 	(cd ${WRKSRC} && ${COPYTREE_SHARE}\
 		"app bin config db lib log node_modules public spec streaming vendor"\
 		${STAGEDIR}${WWWDIR})
+	:>${STAGEDIR}${WWWDIR}/Gemfile.lock
 
 .include <bsd.port.pre.mk>
 

Modified: head/net-im/mastodon/files/mastodon_web.in
==============================================================================
--- head/net-im/mastodon/files/mastodon_web.in	Tue Feb  6 19:31:57 2018	(r461096)
+++ head/net-im/mastodon/files/mastodon_web.in	Tue Feb  6 19:42:03 2018	(r461097)
@@ -65,7 +65,7 @@ mastodon_web_user=mastodon
 pidfile="/var/run/mastodon/${name}.pid"
 procname="%%RUBY%%:"
 
-start_precmd="rm -f %%WWWDIR%%/Gemfile.lock"
+start_precmd=":>%%WWWDIR%%/Gemfile.lock"
 command="%%PREFIX%%/bin/puma"
 command_flags="-C config/puma.rb"
 command_args=">> /var/log/mastodon/${name##mastodon_}.log 2>&1 &"

Modified: head/net-im/mastodon/files/mastodon_workers.in
==============================================================================
--- head/net-im/mastodon/files/mastodon_workers.in	Tue Feb  6 19:31:57 2018	(r461096)
+++ head/net-im/mastodon/files/mastodon_workers.in	Tue Feb  6 19:42:03 2018	(r461097)
@@ -60,7 +60,7 @@ mastodon_workers_user=mastodon
 pidfile="/var/run/mastodon/${name}.pid"
 procname="%%RUBY%%:"
 
-start_precmd="rm -f %%WWWDIR%%/Gemfile.lock"
+start_precmd=":>%%WWWDIR%%/Gemfile.lock"
 command="%%PREFIX%%/bin/sidekiq"
 command_flags="-c ${mastodon_workers_threads} -q default -q mailers -q pull -q push"
 command_args=">> /var/log/mastodon/${name##mastodon_}.log 2>&1 &"

Modified: head/net-im/mastodon/pkg-plist
==============================================================================
--- head/net-im/mastodon/pkg-plist	Tue Feb  6 19:31:57 2018	(r461096)
+++ head/net-im/mastodon/pkg-plist	Tue Feb  6 19:42:03 2018	(r461097)
@@ -1,2040 +1,2038 @@
-@owner mastodon
-@group mastodon
-@dir %%WWWDIR%%
-@dir %%WWWDIR%%/app
-@dir %%WWWDIR%%/app/controllers
-@dir %%WWWDIR%%/app/controllers/activitypub
-@dir %%WWWDIR%%/app/controllers/admin
-@dir %%WWWDIR%%/app/controllers/api
-@dir %%WWWDIR%%/app/controllers/api/v1
-@dir %%WWWDIR%%/app/controllers/api/v1/accounts
-@dir %%WWWDIR%%/app/controllers/api/v1/apps
-@dir %%WWWDIR%%/app/controllers/api/v1/instances
-@dir %%WWWDIR%%/app/controllers/api/v1/lists
-@dir %%WWWDIR%%/app/controllers/api/v1/statuses
-@dir %%WWWDIR%%/app/controllers/api/v1/timelines
-@dir %%WWWDIR%%/app/controllers/api/web
-@dir %%WWWDIR%%/app/controllers/auth
-@dir %%WWWDIR%%/app/controllers/concerns
-@dir %%WWWDIR%%/app/controllers/oauth
-@dir %%WWWDIR%%/app/controllers/settings
-@dir %%WWWDIR%%/app/controllers/settings/exports
-@dir %%WWWDIR%%/app/controllers/settings/two_factor_authentication
-@dir %%WWWDIR%%/app/controllers/well_known
-@dir %%WWWDIR%%/app/helpers
-@dir %%WWWDIR%%/app/helpers/admin
-@dir %%WWWDIR%%/app/javascript
-@dir %%WWWDIR%%/app/javascript/fonts
-@dir %%WWWDIR%%/app/javascript/fonts/montserrat
-@dir %%WWWDIR%%/app/javascript/fonts/roboto
-@dir %%WWWDIR%%/app/javascript/fonts/roboto-mono
-@dir %%WWWDIR%%/app/javascript/images
-@dir %%WWWDIR%%/app/javascript/images/mailer
-@dir %%WWWDIR%%/app/javascript/mastodon
-@dir %%WWWDIR%%/app/javascript/mastodon/actions
-@dir %%WWWDIR%%/app/javascript/mastodon/actions/push_notifications
-@dir %%WWWDIR%%/app/javascript/mastodon/components
-@dir %%WWWDIR%%/app/javascript/mastodon/components/__tests__
-@dir %%WWWDIR%%/app/javascript/mastodon/components/__tests__/__snapshots__
-@dir %%WWWDIR%%/app/javascript/mastodon/containers
-@dir %%WWWDIR%%/app/javascript/mastodon/features
-@dir %%WWWDIR%%/app/javascript/mastodon/features/account
-@dir %%WWWDIR%%/app/javascript/mastodon/features/account/components
-@dir %%WWWDIR%%/app/javascript/mastodon/features/account_gallery
-@dir %%WWWDIR%%/app/javascript/mastodon/features/account_gallery/components
-@dir %%WWWDIR%%/app/javascript/mastodon/features/account_timeline
-@dir %%WWWDIR%%/app/javascript/mastodon/features/account_timeline/components
-@dir %%WWWDIR%%/app/javascript/mastodon/features/account_timeline/containers
-@dir %%WWWDIR%%/app/javascript/mastodon/features/blocks
-@dir %%WWWDIR%%/app/javascript/mastodon/features/community_timeline
-@dir %%WWWDIR%%/app/javascript/mastodon/features/community_timeline/components
-@dir %%WWWDIR%%/app/javascript/mastodon/features/community_timeline/containers
-@dir %%WWWDIR%%/app/javascript/mastodon/features/compose
-@dir %%WWWDIR%%/app/javascript/mastodon/features/compose/components
-@dir %%WWWDIR%%/app/javascript/mastodon/features/compose/containers
-@dir %%WWWDIR%%/app/javascript/mastodon/features/compose/util
-@dir %%WWWDIR%%/app/javascript/mastodon/features/emoji
-@dir %%WWWDIR%%/app/javascript/mastodon/features/emoji/__tests__
-@dir %%WWWDIR%%/app/javascript/mastodon/features/favourited_statuses
-@dir %%WWWDIR%%/app/javascript/mastodon/features/favourites
-@dir %%WWWDIR%%/app/javascript/mastodon/features/follow_requests
-@dir %%WWWDIR%%/app/javascript/mastodon/features/follow_requests/components
-@dir %%WWWDIR%%/app/javascript/mastodon/features/follow_requests/containers
-@dir %%WWWDIR%%/app/javascript/mastodon/features/followers
-@dir %%WWWDIR%%/app/javascript/mastodon/features/following
-@dir %%WWWDIR%%/app/javascript/mastodon/features/generic_not_found
-@dir %%WWWDIR%%/app/javascript/mastodon/features/getting_started
-@dir %%WWWDIR%%/app/javascript/mastodon/features/hashtag_timeline
-@dir %%WWWDIR%%/app/javascript/mastodon/features/home_timeline
-@dir %%WWWDIR%%/app/javascript/mastodon/features/home_timeline/components
-@dir %%WWWDIR%%/app/javascript/mastodon/features/home_timeline/containers
-@dir %%WWWDIR%%/app/javascript/mastodon/features/keyboard_shortcuts
-@dir %%WWWDIR%%/app/javascript/mastodon/features/list_editor
-@dir %%WWWDIR%%/app/javascript/mastodon/features/list_editor/components
-@dir %%WWWDIR%%/app/javascript/mastodon/features/list_timeline
-@dir %%WWWDIR%%/app/javascript/mastodon/features/lists
-@dir %%WWWDIR%%/app/javascript/mastodon/features/lists/components
-@dir %%WWWDIR%%/app/javascript/mastodon/features/mutes
-@dir %%WWWDIR%%/app/javascript/mastodon/features/notifications
-@dir %%WWWDIR%%/app/javascript/mastodon/features/notifications/components
-@dir %%WWWDIR%%/app/javascript/mastodon/features/notifications/containers
-@dir %%WWWDIR%%/app/javascript/mastodon/features/pinned_statuses
-@dir %%WWWDIR%%/app/javascript/mastodon/features/public_timeline
-@dir %%WWWDIR%%/app/javascript/mastodon/features/public_timeline/containers
-@dir %%WWWDIR%%/app/javascript/mastodon/features/reblogs
-@dir %%WWWDIR%%/app/javascript/mastodon/features/report
-@dir %%WWWDIR%%/app/javascript/mastodon/features/report/components
-@dir %%WWWDIR%%/app/javascript/mastodon/features/report/containers
-@dir %%WWWDIR%%/app/javascript/mastodon/features/standalone
-@dir %%WWWDIR%%/app/javascript/mastodon/features/standalone/compose
-@dir %%WWWDIR%%/app/javascript/mastodon/features/standalone/hashtag_timeline
-@dir %%WWWDIR%%/app/javascript/mastodon/features/standalone/public_timeline
-@dir %%WWWDIR%%/app/javascript/mastodon/features/status
-@dir %%WWWDIR%%/app/javascript/mastodon/features/status/components
-@dir %%WWWDIR%%/app/javascript/mastodon/features/status/containers
-@dir %%WWWDIR%%/app/javascript/mastodon/features/ui
-@dir %%WWWDIR%%/app/javascript/mastodon/features/ui/components
-@dir %%WWWDIR%%/app/javascript/mastodon/features/ui/components/__tests__
-@dir %%WWWDIR%%/app/javascript/mastodon/features/ui/containers
-@dir %%WWWDIR%%/app/javascript/mastodon/features/ui/util
-@dir %%WWWDIR%%/app/javascript/mastodon/features/video
-@dir %%WWWDIR%%/app/javascript/mastodon/locales
-@dir %%WWWDIR%%/app/javascript/mastodon/locales/locale-data
-@dir %%WWWDIR%%/app/javascript/mastodon/middleware
-@dir %%WWWDIR%%/app/javascript/mastodon/reducers
-@dir %%WWWDIR%%/app/javascript/mastodon/selectors
-@dir %%WWWDIR%%/app/javascript/mastodon/service_worker
-@dir %%WWWDIR%%/app/javascript/mastodon/store
-@dir %%WWWDIR%%/app/javascript/packs
-@dir %%WWWDIR%%/app/javascript/styles
-@dir %%WWWDIR%%/app/javascript/styles/fonts
-@dir %%WWWDIR%%/app/javascript/styles/mastodon
-@dir %%WWWDIR%%/app/lib
-@dir %%WWWDIR%%/app/lib/activitypub
-@dir %%WWWDIR%%/app/lib/activitypub/activity
-@dir %%WWWDIR%%/app/lib/ostatus
-@dir %%WWWDIR%%/app/lib/ostatus/activity
-@dir %%WWWDIR%%/app/lib/settings
-@dir %%WWWDIR%%/app/mailers
-@dir %%WWWDIR%%/app/models
-@dir %%WWWDIR%%/app/models/admin
-@dir %%WWWDIR%%/app/models/concerns
-@dir %%WWWDIR%%/app/models/form
-@dir %%WWWDIR%%/app/models/web
-@dir %%WWWDIR%%/app/policies
-@dir %%WWWDIR%%/app/presenters
-@dir %%WWWDIR%%/app/presenters/activitypub
-@dir %%WWWDIR%%/app/serializers
-@dir %%WWWDIR%%/app/serializers/activitypub
-@dir %%WWWDIR%%/app/serializers/rest
-@dir %%WWWDIR%%/app/serializers/web
-@dir %%WWWDIR%%/app/services
-@dir %%WWWDIR%%/app/services/activitypub
-@dir %%WWWDIR%%/app/services/concerns
-@dir %%WWWDIR%%/app/services/pubsubhubbub
-@dir %%WWWDIR%%/app/validators
-@dir %%WWWDIR%%/app/views
-@dir %%WWWDIR%%/app/views/about
-@dir %%WWWDIR%%/app/views/accounts
-@dir %%WWWDIR%%/app/views/admin
-@dir %%WWWDIR%%/app/views/admin/account_moderation_notes
-@dir %%WWWDIR%%/app/views/admin/accounts
-@dir %%WWWDIR%%/app/views/admin/action_logs
-@dir %%WWWDIR%%/app/views/admin/custom_emojis
-@dir %%WWWDIR%%/app/views/admin/domain_blocks
-@dir %%WWWDIR%%/app/views/admin/email_domain_blocks
-@dir %%WWWDIR%%/app/views/admin/instances
-@dir %%WWWDIR%%/app/views/admin/invites
-@dir %%WWWDIR%%/app/views/admin/reports
-@dir %%WWWDIR%%/app/views/admin/settings
-@dir %%WWWDIR%%/app/views/admin/statuses
-@dir %%WWWDIR%%/app/views/admin/subscriptions
-@dir %%WWWDIR%%/app/views/admin_mailer
-@dir %%WWWDIR%%/app/views/application
-@dir %%WWWDIR%%/app/views/auth
-@dir %%WWWDIR%%/app/views/auth/confirmations
-@dir %%WWWDIR%%/app/views/auth/passwords
-@dir %%WWWDIR%%/app/views/auth/registrations
-@dir %%WWWDIR%%/app/views/auth/sessions
-@dir %%WWWDIR%%/app/views/auth/shared
-@dir %%WWWDIR%%/app/views/authorize_follows
-@dir %%WWWDIR%%/app/views/errors
-@dir %%WWWDIR%%/app/views/follower_accounts
-@dir %%WWWDIR%%/app/views/following_accounts
-@dir %%WWWDIR%%/app/views/home
-@dir %%WWWDIR%%/app/views/invites
-@dir %%WWWDIR%%/app/views/kaminari
-@dir %%WWWDIR%%/app/views/layouts
-@dir %%WWWDIR%%/app/views/notification_mailer
-@dir %%WWWDIR%%/app/views/oauth
-@dir %%WWWDIR%%/app/views/oauth/authorizations
-@dir %%WWWDIR%%/app/views/oauth/authorized_applications
-@dir %%WWWDIR%%/app/views/remote_follow
-@dir %%WWWDIR%%/app/views/settings
-@dir %%WWWDIR%%/app/views/settings/applications
-@dir %%WWWDIR%%/app/views/settings/deletes
-@dir %%WWWDIR%%/app/views/settings/exports
-@dir %%WWWDIR%%/app/views/settings/follower_domains
-@dir %%WWWDIR%%/app/views/settings/imports
-@dir %%WWWDIR%%/app/views/settings/migrations
-@dir %%WWWDIR%%/app/views/settings/notifications
-@dir %%WWWDIR%%/app/views/settings/preferences
-@dir %%WWWDIR%%/app/views/settings/profiles
-@dir %%WWWDIR%%/app/views/settings/shared
-@dir %%WWWDIR%%/app/views/settings/two_factor_authentication
-@dir %%WWWDIR%%/app/views/settings/two_factor_authentication/confirmations
-@dir %%WWWDIR%%/app/views/settings/two_factor_authentication/recovery_codes
-@dir %%WWWDIR%%/app/views/settings/two_factor_authentications
-@dir %%WWWDIR%%/app/views/shared
-@dir %%WWWDIR%%/app/views/shares
-@dir %%WWWDIR%%/app/views/stream_entries
-@dir %%WWWDIR%%/app/views/tags
-@dir %%WWWDIR%%/app/views/user_mailer
-@dir %%WWWDIR%%/app/views/well_known
-@dir %%WWWDIR%%/app/views/well_known/host_meta
-@dir %%WWWDIR%%/app/views/well_known/webfinger
-@dir %%WWWDIR%%/app/workers
-@dir %%WWWDIR%%/app/workers/activitypub
-@dir %%WWWDIR%%/app/workers/admin
-@dir %%WWWDIR%%/app/workers/import
-@dir %%WWWDIR%%/app/workers/pubsubhubbub
-@dir %%WWWDIR%%/app/workers/scheduler
-@dir %%WWWDIR%%/bin
-@dir %%WWWDIR%%/config
-@dir %%WWWDIR%%/config/environments
-@dir %%WWWDIR%%/config/initializers
-@dir %%WWWDIR%%/config/locales
-@dir %%WWWDIR%%/config/webpack
-@dir %%WWWDIR%%/config/webpack/loaders
-@dir %%WWWDIR%%/db
-@dir %%WWWDIR%%/db/migrate
-@dir %%WWWDIR%%/lib
-@dir %%WWWDIR%%/lib/assets
-@dir %%WWWDIR%%/lib/json_ld
-@dir %%WWWDIR%%/lib/mastodon
-@dir %%WWWDIR%%/lib/paperclip
-@dir %%WWWDIR%%/lib/tasks
-@dir %%WWWDIR%%/lib/templates
-@dir %%WWWDIR%%/lib/templates/haml
-@dir %%WWWDIR%%/lib/templates/haml/scaffold
-@dir %%WWWDIR%%/log
-@dir %%WWWDIR%%/node_modules
-@dir %%WWWDIR%%/node_modules/.bin
-@dir %%WWWDIR%%/node_modules/@babel
-@dir %%WWWDIR%%/node_modules/@babel/code-frame
-@dir %%WWWDIR%%/node_modules/@babel/code-frame/lib
-@dir %%WWWDIR%%/node_modules/@babel/code-frame/node_modules
-@dir %%WWWDIR%%/node_modules/@babel/code-frame/node_modules/ansi-styles
-@dir %%WWWDIR%%/node_modules/@babel/code-frame/node_modules/chalk
-@dir %%WWWDIR%%/node_modules/@babel/code-frame/node_modules/chalk/types
-@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/template
-@dir %%WWWDIR%%/node_modules/@babel/template/lib
-@dir %%WWWDIR%%/node_modules/@babel/template/node_modules
-@dir %%WWWDIR%%/node_modules/@babel/template/node_modules/.bin
-@dir %%WWWDIR%%/node_modules/@babel/template/node_modules/babylon
-@dir %%WWWDIR%%/node_modules/@babel/template/node_modules/babylon/bin
-@dir %%WWWDIR%%/node_modules/@babel/template/node_modules/babylon/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/traverse/node_modules
-@dir %%WWWDIR%%/node_modules/@babel/traverse/node_modules/.bin
-@dir %%WWWDIR%%/node_modules/@babel/traverse/node_modules/babylon
-@dir %%WWWDIR%%/node_modules/@babel/traverse/node_modules/babylon/bin
-@dir %%WWWDIR%%/node_modules/@babel/traverse/node_modules/babylon/lib
-@dir %%WWWDIR%%/node_modules/@babel/traverse/node_modules/debug
-@dir %%WWWDIR%%/node_modules/@babel/traverse/node_modules/debug/src
-@dir %%WWWDIR%%/node_modules/@babel/traverse/node_modules/globals
-@dir %%WWWDIR%%/node_modules/@babel/types
-@dir %%WWWDIR%%/node_modules/@babel/types/lib
-@dir %%WWWDIR%%/node_modules/@babel/types/lib/asserts
-@dir %%WWWDIR%%/node_modules/@babel/types/lib/asserts/generated
-@dir %%WWWDIR%%/node_modules/@babel/types/lib/builders
-@dir %%WWWDIR%%/node_modules/@babel/types/lib/builders/flow
-@dir %%WWWDIR%%/node_modules/@babel/types/lib/builders/generated
-@dir %%WWWDIR%%/node_modules/@babel/types/lib/builders/react
-@dir %%WWWDIR%%/node_modules/@babel/types/lib/clone
-@dir %%WWWDIR%%/node_modules/@babel/types/lib/comments
-@dir %%WWWDIR%%/node_modules/@babel/types/lib/constants
-@dir %%WWWDIR%%/node_modules/@babel/types/lib/constants/generated
-@dir %%WWWDIR%%/node_modules/@babel/types/lib/converters
-@dir %%WWWDIR%%/node_modules/@babel/types/lib/definitions
-@dir %%WWWDIR%%/node_modules/@babel/types/lib/modifications
-@dir %%WWWDIR%%/node_modules/@babel/types/lib/modifications/flow
-@dir %%WWWDIR%%/node_modules/@babel/types/lib/retrievers
-@dir %%WWWDIR%%/node_modules/@babel/types/lib/traverse
-@dir %%WWWDIR%%/node_modules/@babel/types/lib/utils
-@dir %%WWWDIR%%/node_modules/@babel/types/lib/utils/react
-@dir %%WWWDIR%%/node_modules/@babel/types/lib/validators
-@dir %%WWWDIR%%/node_modules/@babel/types/lib/validators/generated
-@dir %%WWWDIR%%/node_modules/@babel/types/lib/validators/react
-@dir %%WWWDIR%%/node_modules/@babel/types/scripts
-@dir %%WWWDIR%%/node_modules/@babel/types/scripts/generators
-@dir %%WWWDIR%%/node_modules/@babel/types/scripts/utils
-@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/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-union
-@dir %%WWWDIR%%/node_modules/array-uniq
-@dir %%WWWDIR%%/node_modules/array-unique
-@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-limiter
-@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/bin
-@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-eslint
-@dir %%WWWDIR%%/node_modules/babel-eslint/lib
-@dir %%WWWDIR%%/node_modules/babel-eslint/lib/babylon-to-espree
-@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-module-imports
-@dir %%WWWDIR%%/node_modules/babel-helper-module-imports/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-macros
-@dir %%WWWDIR%%/node_modules/babel-plugin-macros/dist
-@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-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/.idea
-@dir %%WWWDIR%%/node_modules/babel-preset-env/.idea/inspectionProfiles
-@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/balanced-match
-@dir %%WWWDIR%%/node_modules/base64-js
-@dir %%WWWDIR%%/node_modules/big.js
-@dir %%WWWDIR%%/node_modules/binary-extensions
-@dir %%WWWDIR%%/node_modules/block-stream
-@dir %%WWWDIR%%/node_modules/bluebird
-@dir %%WWWDIR%%/node_modules/bluebird/js
-@dir %%WWWDIR%%/node_modules/bluebird/js/browser
-@dir %%WWWDIR%%/node_modules/bluebird/js/release
-@dir %%WWWDIR%%/node_modules/bn.js
-@dir %%WWWDIR%%/node_modules/bn.js/lib
-@dir %%WWWDIR%%/node_modules/bn.js/util
-@dir %%WWWDIR%%/node_modules/body-parser
-@dir %%WWWDIR%%/node_modules/body-parser/lib
-@dir %%WWWDIR%%/node_modules/body-parser/lib/types
-@dir %%WWWDIR%%/node_modules/boom
-@dir %%WWWDIR%%/node_modules/boom/lib
-@dir %%WWWDIR%%/node_modules/brace-expansion
-@dir %%WWWDIR%%/node_modules/braces
-@dir %%WWWDIR%%/node_modules/brorand
-@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/lib
-@dir %%WWWDIR%%/node_modules/browserify-zlib/src
-@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-xor
-@dir %%WWWDIR%%/node_modules/buffer/bin
-@dir %%WWWDIR%%/node_modules/builtin-modules
-@dir %%WWWDIR%%/node_modules/builtin-status-codes
-@dir %%WWWDIR%%/node_modules/bytes
-@dir %%WWWDIR%%/node_modules/cacache
-@dir %%WWWDIR%%/node_modules/cacache/lib
-@dir %%WWWDIR%%/node_modules/cacache/lib/content
-@dir %%WWWDIR%%/node_modules/cacache/lib/util
-@dir %%WWWDIR%%/node_modules/cacache/locales
-@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/lib
-@dir %%WWWDIR%%/node_modules/caniuse-lite/dist/unpacker
-@dir %%WWWDIR%%/node_modules/caseless
-@dir %%WWWDIR%%/node_modules/center-align
-@dir %%WWWDIR%%/node_modules/chain-function
-@dir %%WWWDIR%%/node_modules/chalk
-@dir %%WWWDIR%%/node_modules/chokidar
-@dir %%WWWDIR%%/node_modules/chokidar/lib
-@dir %%WWWDIR%%/node_modules/chownr
-@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/lib
-@dir %%WWWDIR%%/node_modules/coa/src
-@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/colormin
-@dir %%WWWDIR%%/node_modules/colormin/dist
-@dir %%WWWDIR%%/node_modules/colormin/dist/lib
-@dir %%WWWDIR%%/node_modules/colors
-@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/commander/typings
-@dir %%WWWDIR%%/node_modules/commondir
-@dir %%WWWDIR%%/node_modules/compression-webpack-plugin
-@dir %%WWWDIR%%/node_modules/compression-webpack-plugin/dist
-@dir %%WWWDIR%%/node_modules/concat-map
-@dir %%WWWDIR%%/node_modules/concat-stream
-@dir %%WWWDIR%%/node_modules/console-browserify
-@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/cookie
-@dir %%WWWDIR%%/node_modules/cookie-signature
-@dir %%WWWDIR%%/node_modules/copy-concurrently
-@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/map
-@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/promise
-@dir %%WWWDIR%%/node_modules/core-js/fn/reflect
-@dir %%WWWDIR%%/node_modules/core-js/fn/regexp
-@dir %%WWWDIR%%/node_modules/core-js/fn/set
-@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/fn/weak-map
-@dir %%WWWDIR%%/node_modules/core-js/fn/weak-set
-@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/map
-@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/promise
-@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/set
-@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/fn/weak-map
-@dir %%WWWDIR%%/node_modules/core-js/library/fn/weak-set
-@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/cross-spawn/lib/util
-@dir %%WWWDIR%%/node_modules/cryptiles
-@dir %%WWWDIR%%/node_modules/cryptiles/lib
-@dir %%WWWDIR%%/node_modules/crypto-browserify
-@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-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-loader/lib/url
-@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/cyclist
-@dir %%WWWDIR%%/node_modules/d
-@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/debug
-@dir %%WWWDIR%%/node_modules/debug/src
-@dir %%WWWDIR%%/node_modules/decamelize
-@dir %%WWWDIR%%/node_modules/deep-extend
-@dir %%WWWDIR%%/node_modules/deep-extend/lib
-@dir %%WWWDIR%%/node_modules/define-properties
-@dir %%WWWDIR%%/node_modules/defined
-@dir %%WWWDIR%%/node_modules/delayed-stream
-@dir %%WWWDIR%%/node_modules/delayed-stream/lib
-@dir %%WWWDIR%%/node_modules/delegates
-@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/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/domain-browser/source
-@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/duplexify
-@dir %%WWWDIR%%/node_modules/ee-first
-@dir %%WWWDIR%%/node_modules/ejs
-@dir %%WWWDIR%%/node_modules/ejs/lib
-@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/end-of-stream
-@dir %%WWWDIR%%/node_modules/enhanced-resolve
-@dir %%WWWDIR%%/node_modules/enhanced-resolve/lib
-@dir %%WWWDIR%%/node_modules/errno
-@dir %%WWWDIR%%/node_modules/error-ex
-@dir %%WWWDIR%%/node_modules/es-abstract
-@dir %%WWWDIR%%/node_modules/es-abstract/helpers
-@dir %%WWWDIR%%/node_modules/es-abstract/operations
-@dir %%WWWDIR%%/node_modules/es-to-primitive
-@dir %%WWWDIR%%/node_modules/es-to-primitive/helpers
-@dir %%WWWDIR%%/node_modules/es5-ext
-@dir %%WWWDIR%%/node_modules/es5-ext/array
-@dir %%WWWDIR%%/node_modules/es5-ext/array/#
-@dir %%WWWDIR%%/node_modules/es5-ext/array/#/@@iterator
-@dir %%WWWDIR%%/node_modules/es5-ext/array/#/concat
-@dir %%WWWDIR%%/node_modules/es5-ext/array/#/copy-within
-@dir %%WWWDIR%%/node_modules/es5-ext/array/#/entries
-@dir %%WWWDIR%%/node_modules/es5-ext/array/#/fill
-@dir %%WWWDIR%%/node_modules/es5-ext/array/#/filter
-@dir %%WWWDIR%%/node_modules/es5-ext/array/#/find
-@dir %%WWWDIR%%/node_modules/es5-ext/array/#/find-index
-@dir %%WWWDIR%%/node_modules/es5-ext/array/#/keys
-@dir %%WWWDIR%%/node_modules/es5-ext/array/#/map
-@dir %%WWWDIR%%/node_modules/es5-ext/array/#/slice
-@dir %%WWWDIR%%/node_modules/es5-ext/array/#/splice
-@dir %%WWWDIR%%/node_modules/es5-ext/array/#/values
-@dir %%WWWDIR%%/node_modules/es5-ext/array/from
-@dir %%WWWDIR%%/node_modules/es5-ext/array/of
-@dir %%WWWDIR%%/node_modules/es5-ext/boolean
-@dir %%WWWDIR%%/node_modules/es5-ext/date
-@dir %%WWWDIR%%/node_modules/es5-ext/date/#
-@dir %%WWWDIR%%/node_modules/es5-ext/error
-@dir %%WWWDIR%%/node_modules/es5-ext/error/#
-@dir %%WWWDIR%%/node_modules/es5-ext/function
-@dir %%WWWDIR%%/node_modules/es5-ext/function/#
-@dir %%WWWDIR%%/node_modules/es5-ext/iterable
-@dir %%WWWDIR%%/node_modules/es5-ext/json
-@dir %%WWWDIR%%/node_modules/es5-ext/math
-@dir %%WWWDIR%%/node_modules/es5-ext/math/acosh
-@dir %%WWWDIR%%/node_modules/es5-ext/math/asinh

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



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