From owner-svn-ports-all@freebsd.org Mon Jul 15 20:15:48 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 341E9C2BC3; Mon, 15 Jul 2019 20:15:48 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 216B775112; Mon, 15 Jul 2019 20:15:48 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F171622DCB; Mon, 15 Jul 2019 20:15:47 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x6FKFlnA014642; Mon, 15 Jul 2019 20:15:47 GMT (envelope-from pfg@FreeBSD.org) Received: (from pfg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x6FKFj6w014633; Mon, 15 Jul 2019 20:15:45 GMT (envelope-from pfg@FreeBSD.org) Message-Id: <201907152015.x6FKFj6w014633@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pfg set sender to pfg@FreeBSD.org using -f From: "Pedro F. Giffuni" Date: Mon, 15 Jul 2019 20:15:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r506709 - in head/devel: . jetbrains-webstorm jetbrains-webstorm/files X-SVN-Group: ports-head X-SVN-Commit-Author: pfg X-SVN-Commit-Paths: in head/devel: . jetbrains-webstorm jetbrains-webstorm/files X-SVN-Commit-Revision: 506709 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 216B775112 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.95)[-0.948,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jul 2019 20:15:48 -0000 Author: pfg Date: Mon Jul 15 20:15:45 2019 New Revision: 506709 URL: https://svnweb.freebsd.org/changeset/ports/506709 Log: New port: JetBrains WebStorm. An IDE meant for JavaScript and the growing number of frameworks around it. Approved by: thierry (mentor) Added: head/devel/jetbrains-webstorm/ head/devel/jetbrains-webstorm/Makefile (contents, props changed) head/devel/jetbrains-webstorm/distinfo (contents, props changed) head/devel/jetbrains-webstorm/files/ head/devel/jetbrains-webstorm/files/pkg-message.in (contents, props changed) head/devel/jetbrains-webstorm/files/webstorm.1 (contents, props changed) head/devel/jetbrains-webstorm/files/webstorm.desktop.in (contents, props changed) head/devel/jetbrains-webstorm/files/webstorm.in (contents, props changed) head/devel/jetbrains-webstorm/pkg-descr (contents, props changed) head/devel/jetbrains-webstorm/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Jul 15 20:05:53 2019 (r506708) +++ head/devel/Makefile Mon Jul 15 20:15:45 2019 (r506709) @@ -1027,6 +1027,7 @@ SUBDIR += jetbrains-clion SUBDIR += jetbrains-goland SUBDIR += jetbrains-phpstorm + SUBDIR += jetbrains-webstorm SUBDIR += jfrog-cli SUBDIR += jiic SUBDIR += jiri Added: head/devel/jetbrains-webstorm/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/jetbrains-webstorm/Makefile Mon Jul 15 20:15:45 2019 (r506709) @@ -0,0 +1,60 @@ +# Created by: Pedro Giffuni +# $FreeBSD$ + +PORTNAME= webstorm +PORTVERSION= 2019.1.3 +CATEGORIES= devel java +MASTER_SITES= https://download.jetbrains.com/webstorm/ \ + http://download.jetbrains.com/webstorm/ +PKGNAMEPREFIX= jetbrains- +DISTNAME= WebStorm-${PORTVERSION} + +MAINTAINER= pfg@FreeBSD.org +COMMENT= JetBrains JavaScript IDE + +LICENSE= IntelliJ-WebStorm +LICENSE_NAME= Subscription license agreement for business and organizations +LICENSE_TEXT= See: https://www.jetbrains.com/store/license.html +LICENSE_PERMS= dist-mirror pkg-mirror auto-accept + +RUN_DEPENDS= intellij-fsnotifier>0:java/intellij-fsnotifier \ + intellij-pty4j>0:java/intellij-pty4j + +USES= python:run shebangfix + +USE_JAVA= yes +JAVA_VERSION= 1.8+ + +SHEBANG_FILES= bin/printenv.py bin/restart.py + +NO_ARCH= yes +NO_BUILD= yes + +WRKSRC= ${WRKDIR}/WebStorm-191.7479.14 + +SUB_FILES= webstorm webstorm.desktop pkg-message +SUB_LIST= DATADIR=${DATADIR} + +do-install: + ${MKDIR} ${STAGEDIR}${DATADIR} + @${TAR} -czf - -C ${WRKSRC} . | ${TAR} xzf - -C ${STAGEDIR}${DATADIR} +# Linux/Windows/OS X only so remove them + @${RM} ${STAGEDIR}${DATADIR}/bin/fsnotifier \ + ${STAGEDIR}${DATADIR}/bin/fsnotifier-arm \ + ${STAGEDIR}${DATADIR}/bin/fsnotifier64 \ + ${STAGEDIR}${DATADIR}/bin/lib*.so + @${RM} ${STAGEDIR}${DATADIR}/plugins/performanceTesting/lib/lib*.so +# Remove the bundled native Pty4J support libraries, they are replaced +# by java/intellij-pty4j + @${RM} -r ${STAGEDIR}${DATADIR}/lib/pty4j-native +# Remove bundled linux OpenJDK and DroidSerif fonts + @${RM} -r ${STAGEDIR}${DATADIR}/jre64 + ${INSTALL_SCRIPT} ${WRKDIR}/webstorm ${STAGEDIR}${PREFIX}/bin/webstorm + ${INSTALL_MAN} ${FILESDIR}/webstorm.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_DATA} ${WRKDIR}/webstorm.desktop ${STAGEDIR}${PREFIX}/share/applications/ + cd ${WRKSRC}/lib && ${JAVA_HOME}/bin/jar xf icons.jar + ${INSTALL_DATA} ${WRKSRC}/lib/icon.png ${STAGEDIR}${DATADIR}/webstorm.png +# Use fsnotifier replacement provided by java/intellij-fsnotifier + ${ECHO} "idea.filewatcher.executable.path=${PREFIX}/intellij/bin/fsnotifier" >> ${STAGEDIR}${DATADIR}/bin/idea.properties + +.include Added: head/devel/jetbrains-webstorm/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/jetbrains-webstorm/distinfo Mon Jul 15 20:15:45 2019 (r506709) @@ -0,0 +1,3 @@ +TIMESTAMP = 1562439603 +SHA256 (WebStorm-2019.1.3.tar.gz) = c3ef27051f6de608ee679035957a8a4329897c910b046cb2dbbf840cc8151dae +SIZE (WebStorm-2019.1.3.tar.gz) = 271142666 Added: head/devel/jetbrains-webstorm/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/jetbrains-webstorm/files/pkg-message.in Mon Jul 15 20:15:45 2019 (r506709) @@ -0,0 +1,6 @@ +There is native (faster) file watching support backed by kqueue which is +enabled by default. If you encounter problems problems with watching large +trees, you disable it by appending the following property into +%%DATADIR%%/bin/idea.properties: + + idea.filewatcher.disabled=true Added: head/devel/jetbrains-webstorm/files/webstorm.1 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/jetbrains-webstorm/files/webstorm.1 Mon Jul 15 20:15:45 2019 (r506709) @@ -0,0 +1,16 @@ +.\" $OpenBSD: mdoc.template,v 1.10 2007/05/31 22:10:19 jmc Exp $ +.Dd $Mdocdate: April 9 2010 $ +.Dt webstorm 1 +.Os +.Sh NAME +.Nm phpstorm +.Nd launch JetBrains WebStorm Integrated Development Environment +.Sh SYNOPSIS +.Nm +.Op jvm-args +.Sh DESCRIPTION +.Nm +starts up the JetBrains WebStorm Integrated Development Environment. +.Sh SEE ALSO +The web site +https://www.jetbrains.com/webstorm/ . Added: head/devel/jetbrains-webstorm/files/webstorm.desktop.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/jetbrains-webstorm/files/webstorm.desktop.in Mon Jul 15 20:15:45 2019 (r506709) @@ -0,0 +1,12 @@ +[Desktop Entry] +Version=1.0 +Encoding=UTF-8 +Type=Application +Name=WebStorm +GenericName=webStorm +Comment=WebStorm Integrated Development Environment +Icon=%%DATADIR%%/bin/webstorm.png +Exec=%%DATADIR%%/bin/webstorm.sh +Terminal=false +StartupNotify=true +Categories=Application;Development; Added: head/devel/jetbrains-webstorm/files/webstorm.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/jetbrains-webstorm/files/webstorm.in Mon Jul 15 20:15:45 2019 (r506709) @@ -0,0 +1,3 @@ +#!/bin/sh + +exec "%%DATADIR%%/bin/webstorm.sh" "$@" Added: head/devel/jetbrains-webstorm/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/jetbrains-webstorm/pkg-descr Mon Jul 15 20:15:45 2019 (r506709) @@ -0,0 +1,11 @@ + WebStorm - a JavaScript IDE from JetBrains + +Use the full power of the modern JavaScript ecosystem - WebStorm's got you +covered! Enjoy the intelligent code completion, on-the-fly error detection, +powerful navigation and refactoring for JavaScript, TypeScript, stylesheet +languages, and all the most popular frameworks. + +While this is trial software, there are commercial and academic licenses +available. + +WWW: https://www.jetbrains.com/webstorm/ Added: head/devel/jetbrains-webstorm/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/jetbrains-webstorm/pkg-plist Mon Jul 15 20:15:45 2019 (r506709) @@ -0,0 +1,1864 @@ +bin/webstorm +man/man1/webstorm.1.gz +share/applications/webstorm.desktop +%%DATADIR%%/Install-Linux-tar.txt +%%DATADIR%%/bin/format.sh +%%DATADIR%%/bin/idea.properties +%%DATADIR%%/bin/inspect.sh +%%DATADIR%%/bin/log.xml +%%DATADIR%%/bin/printenv.py +%%DATADIR%%/bin/restart.py +%%DATADIR%%/bin/webstorm.png +%%DATADIR%%/bin/webstorm.sh +%%DATADIR%%/bin/webstorm.svg +%%DATADIR%%/bin/webstorm.vmoptions +%%DATADIR%%/bin/webstorm64.vmoptions +%%DATADIR%%/build.txt +%%DATADIR%%/help/ReferenceCard.pdf +%%DATADIR%%/help/ReferenceCardForMac.pdf +%%DATADIR%%/lib/FastInfoset-1.2.15.jar +%%DATADIR%%/lib/annotations-17.0.0.jar +%%DATADIR%%/lib/annotations-java5.jar +%%DATADIR%%/lib/asm-all-7.0.1.jar +%%DATADIR%%/lib/automaton-1.12-1.jar +%%DATADIR%%/lib/batik-all-1.10.jar +%%DATADIR%%/lib/bcprov-jdk15on-1.60.jar +%%DATADIR%%/lib/bootstrap.jar +%%DATADIR%%/lib/branding.jar +%%DATADIR%%/lib/cglib-nodep-3.2.4.jar +%%DATADIR%%/lib/cli-parser-1.1.2.jar +%%DATADIR%%/lib/cloud-config-client.jar +%%DATADIR%%/lib/common-image-3.4.1.jar +%%DATADIR%%/lib/common-io-3.4.1.jar +%%DATADIR%%/lib/common-lang-3.4.1.jar +%%DATADIR%%/lib/commons-codec-1.10.jar +%%DATADIR%%/lib/commons-collections-3.2.2.jar +%%DATADIR%%/lib/commons-compress-1.18.jar +%%DATADIR%%/lib/commons-httpclient-3.1-patched.jar +%%DATADIR%%/lib/commons-imaging-1.0-RC-1.jar +%%DATADIR%%/lib/commons-lang-2.4.jar +%%DATADIR%%/lib/commons-logging-1.2.jar +%%DATADIR%%/lib/commons-net-%%PYTHON_VER%%.jar +%%DATADIR%%/lib/delight-rhino-sandbox-0.0.9.jar +%%DATADIR%%/lib/eddsa-0.2.0.jar +%%DATADIR%%/lib/error_prone_annotations-2.3.1.jar +%%DATADIR%%/lib/extensions.jar +%%DATADIR%%/lib/fluent-hc-4.5.6.jar +%%DATADIR%%/lib/forms-1.1-preview.jar +%%DATADIR%%/lib/forms_rt.jar +%%DATADIR%%/lib/fst-2.57.jar +%%DATADIR%%/lib/gson-2.8.5.jar +%%DATADIR%%/lib/guava-25.1-jre.jar +%%DATADIR%%/lib/httpclient-4.5.6.jar +%%DATADIR%%/lib/httpcore-4.4.10.jar +%%DATADIR%%/lib/httpmime-4.5.6.jar +%%DATADIR%%/lib/icons.jar +%%DATADIR%%/lib/imageio-core-3.4.1.jar +%%DATADIR%%/lib/imageio-metadata-3.4.1.jar +%%DATADIR%%/lib/imageio-tiff-3.4.1.jar +%%DATADIR%%/lib/imgscalr-lib-4.2.jar +%%DATADIR%%/lib/ini4j-0.5.5-2.jar +%%DATADIR%%/lib/intellij-coverage-agent-1.0.495.jar +%%DATADIR%%/lib/intellij-test-discovery-agent-1.0.495.jar +%%DATADIR%%/lib/isorelax-20030108.jar +%%DATADIR%%/lib/istack-commons-runtime-3.0.7.jar +%%DATADIR%%/lib/jackson-annotations-2.9.0.jar +%%DATADIR%%/lib/jackson-core-2.9.7.jar +%%DATADIR%%/lib/jackson-databind-2.9.7.jar +%%DATADIR%%/lib/java-compatibility-1.0.1.jar +%%DATADIR%%/lib/javahelp-2.0.02.jar +%%DATADIR%%/lib/javassist-3.22.0-GA.jar +%%DATADIR%%/lib/javax.activation-1.2.0.jar +%%DATADIR%%/lib/javax.annotation-api-1.3.2.jar +%%DATADIR%%/lib/jaxb-api-2.3.1.jar +%%DATADIR%%/lib/jaxb-runtime-2.3.1.jar +%%DATADIR%%/lib/jaxen-1.1.6.jar +%%DATADIR%%/lib/jbcrypt-1.0.0.jar +%%DATADIR%%/lib/jdom.jar +%%DATADIR%%/lib/jediterm-pty-2.14.jar +%%DATADIR%%/lib/jettison-1.4.0.jar +%%DATADIR%%/lib/jing-20030619.jar +%%DATADIR%%/lib/jna-platform.jar +%%DATADIR%%/lib/jna.jar +%%DATADIR%%/lib/jps-model.jar +%%DATADIR%%/lib/jsch-0.1.55.jar +%%DATADIR%%/lib/jsch.agentproxy.connector-factory.jar +%%DATADIR%%/lib/jsch.agentproxy.core.jar +%%DATADIR%%/lib/jsch.agentproxy.jsch.jar +%%DATADIR%%/lib/jsch.agentproxy.pageant.jar +%%DATADIR%%/lib/jsch.agentproxy.sshagent.jar +%%DATADIR%%/lib/jsch.agentproxy.usocket-jna.jar +%%DATADIR%%/lib/jsch.agentproxy.usocket-nc.jar +%%DATADIR%%/lib/jzlib-1.1.3.jar +%%DATADIR%%/lib/kotlin-reflect-1.3.11.jar +%%DATADIR%%/lib/kotlin-stdlib-1.3.11.jar +%%DATADIR%%/lib/kotlin-stdlib-common-1.3.11.jar +%%DATADIR%%/lib/kotlin-stdlib-jdk7-1.3.11.jar +%%DATADIR%%/lib/kotlin-stdlib-jdk8-1.3.11.jar +%%DATADIR%%/lib/kotlinx-coroutines-core-1.0.1.jar +%%DATADIR%%/lib/kotlinx-coroutines-core-common-1.0.1.jar +%%DATADIR%%/lib/kotlinx-coroutines-jdk8-1.0.1.jar +%%DATADIR%%/lib/log4j.jar +%%DATADIR%%/lib/lz4-1.3.0.jar +%%DATADIR%%/lib/markdown4j-2.2-cj-1.1.jar +%%DATADIR%%/lib/markdownj-core-0.4.2-SNAPSHOT.jar +%%DATADIR%%/lib/microba.jar +%%DATADIR%%/lib/miglayout-core-5.2.jar +%%DATADIR%%/lib/miglayout-swing-5.2.jar +%%DATADIR%%/lib/nanoxml-2.2.3.jar +%%DATADIR%%/lib/netty-buffer-4.1.32.Final.jar +%%DATADIR%%/lib/netty-codec-4.1.32.Final.jar +%%DATADIR%%/lib/netty-codec-http-4.1.32.Final.jar +%%DATADIR%%/lib/netty-common-4.1.32.Final.jar +%%DATADIR%%/lib/netty-handler-4.1.32.Final.jar +%%DATADIR%%/lib/netty-resolver-4.1.32.Final.jar +%%DATADIR%%/lib/netty-transport-4.1.32.Final.jar +%%DATADIR%%/lib/objenesis-2.6.jar +%%DATADIR%%/lib/openapi.jar +%%DATADIR%%/lib/org.eclipse.lsp4j-0.7.1.jar +%%DATADIR%%/lib/org.eclipse.lsp4j.jsonrpc-0.7.1.jar +%%DATADIR%%/lib/oro-2.0.8.jar +%%DATADIR%%/lib/picocontainer-1.2.jar +%%DATADIR%%/lib/platform-api.jar +%%DATADIR%%/lib/platform-impl.jar +%%DATADIR%%/lib/proxy-vole-1.0.6.jar +%%DATADIR%%/lib/pty4j-0.9.3.jar +%%DATADIR%%/lib/purejavacomm-0.0.11.1.jar +%%DATADIR%%/lib/resources.jar +%%DATADIR%%/lib/resources_en.jar +%%DATADIR%%/lib/rhino-1.7.10.jar +%%DATADIR%%/lib/rngom-20051226-patched.jar +%%DATADIR%%/lib/serviceMessages.jar +%%DATADIR%%/lib/slf4j-api-1.7.25.jar +%%DATADIR%%/lib/slf4j-log4j12-1.7.25.jar +%%DATADIR%%/lib/snakeyaml-1.23.jar +%%DATADIR%%/lib/stax-api-1.0.1.jar +%%DATADIR%%/lib/stax-ex-1.8.jar +%%DATADIR%%/lib/streamex-0.6.7.jar +%%DATADIR%%/lib/swingx-core-1.6.2-2.jar +%%DATADIR%%/lib/trang-core.jar +%%DATADIR%%/lib/trilead-ssh2-build-217-jenkins-11.jar +%%DATADIR%%/lib/trove4j.jar +%%DATADIR%%/lib/txw2-2.3.1.jar +%%DATADIR%%/lib/util.jar +%%DATADIR%%/lib/velocity-1.7.jar +%%DATADIR%%/lib/webstorm.jar +%%DATADIR%%/lib/winp-1.28.jar +%%DATADIR%%/lib/xercesImpl-2.12.0.jar +%%DATADIR%%/lib/xml-apis-ext-1.3.04.jar +%%DATADIR%%/lib/xml-resolver-1.2.jar +%%DATADIR%%/lib/xmlbeans-2.6.0.jar +%%DATADIR%%/lib/xmlgraphics-commons-2.3.jar +%%DATADIR%%/lib/xmlpull-1.1.3.1.jar +%%DATADIR%%/lib/xmlrpc-2.0.1.jar +%%DATADIR%%/lib/xpp3_min-1.1.4c.jar +%%DATADIR%%/lib/xstream-1.4.10.jar +%%DATADIR%%/lib/xz-1.8.jar +%%DATADIR%%/lib/yjp-controller-api-redist.jar +%%DATADIR%%/license/XStream_license.txt +%%DATADIR%%/license/ant_license.txt +%%DATADIR%%/license/asm_license.txt +%%DATADIR%%/license/eclipse_license.txt +%%DATADIR%%/license/eclipse_license2.txt +%%DATADIR%%/license/growl.license +%%DATADIR%%/license/gson_license.txt +%%DATADIR%%/license/imgscalr_license.txt +%%DATADIR%%/license/javahelp_license.txt +%%DATADIR%%/license/javolution_license.txt +%%DATADIR%%/license/jaxb_license.txt +%%DATADIR%%/license/jaxen_license.txt +%%DATADIR%%/license/jdom_license.txt +%%DATADIR%%/license/jgoodies_forms_license.txt +%%DATADIR%%/license/junit_license.txt +%%DATADIR%%/license/kryo-license.txt +%%DATADIR%%/license/log4j_license.txt +%%DATADIR%%/license/microba_license.txt +%%DATADIR%%/license/miglayout_swing_license.txt +%%DATADIR%%/license/nanoxml_license.txt +%%DATADIR%%/license/oromatcher_license.txt +%%DATADIR%%/license/picoContainer_license.txt +%%DATADIR%%/license/saxon-conditions.html +%%DATADIR%%/license/swingx_license.txt +%%DATADIR%%/license/third-party-libraries.html +%%DATADIR%%/license/trove4j_license.txt +%%DATADIR%%/license/winp_license.txt +%%DATADIR%%/license/xerces_license.txt +%%DATADIR%%/license/xmlrpc_license.txt +%%DATADIR%%/license/yourkit-license-redist.txt +%%DATADIR%%/plugins/AngularJS/lib/AngularJS.jar +%%DATADIR%%/plugins/AngularJS/lib/resources_en.jar +%%DATADIR%%/plugins/AngularJS/ngCli/runner.js +%%DATADIR%%/plugins/AngularJS/ngCli/schematicsInfoProvider.js +%%DATADIR%%/plugins/AngularJS/ngCli/schematicsProvider.js +%%DATADIR%%/plugins/AngularJS/ngCli/schematicsProvider60.js +%%DATADIR%%/plugins/AngularJS/ngCli/schematicsProvider62.js +%%DATADIR%%/plugins/AngularJS/ngCli/schematicsProvider70.js +%%DATADIR%%/plugins/AngularJS/ngCli/schematicsProvider80.js +%%DATADIR%%/plugins/CSS/lib/css-openapi.jar +%%DATADIR%%/plugins/CSS/lib/css.jar +%%DATADIR%%/plugins/CSS/lib/resources_en.jar +%%DATADIR%%/plugins/CucumberJavaScript/lib/CucumberJavaScript.jar +%%DATADIR%%/plugins/CucumberJavaScript/lib/cucumberjs_formatter.js +%%DATADIR%%/plugins/CucumberJavaScript/lib/cucumberjs_formatter_common.js +%%DATADIR%%/plugins/CucumberJavaScript/lib/cucumberjs_formatter_v2.js +%%DATADIR%%/plugins/CucumberJavaScript/lib/cucumberjs_formatter_v3.js +%%DATADIR%%/plugins/Dart/lib/Dart.jar +%%DATADIR%%/plugins/Dart/lib/commons-lang3-3.2.1.jar +%%DATADIR%%/plugins/Dart/lib/json.jar +%%DATADIR%%/plugins/Dart/lib/resources_en.jar +%%DATADIR%%/plugins/Dart/lib/weberknecht-0.1.5.jar +%%DATADIR%%/plugins/Docker/lib/Docker-agent-api-rt.jar +%%DATADIR%%/plugins/Docker/lib/Docker-compose.jar +%%DATADIR%%/plugins/Docker/lib/Docker-core.jar +%%DATADIR%%/plugins/Docker/lib/Docker-file.jar +%%DATADIR%%/plugins/Docker/lib/Docker-java-impl.jar +%%DATADIR%%/plugins/Docker/lib/Docker-remote-run.jar +%%DATADIR%%/plugins/Docker/lib/Docker.jar +%%DATADIR%%/plugins/Docker/lib/commons-cli-1.2.jar +%%DATADIR%%/plugins/Docker/lib/commons-io-2.3.jar +%%DATADIR%%/plugins/Docker/lib/jackson-dataformat-yaml-2.7.3.jar +%%DATADIR%%/plugins/Docker/lib/rt/FastInfoset-1.2.15.jar +%%DATADIR%%/plugins/Docker/lib/rt/annotations-3.0.1u2.jar +%%DATADIR%%/plugins/Docker/lib/rt/aopalliance-repackaged-2.5.0-b42.jar +%%DATADIR%%/plugins/Docker/lib/rt/bcpkix-jdk15on-1.60.jar +%%DATADIR%%/plugins/Docker/lib/rt/bcprov-jdk15on-1.60.jar +%%DATADIR%%/plugins/Docker/lib/rt/commons-cli-1.2.jar +%%DATADIR%%/plugins/Docker/lib/rt/commons-codec-1.11.jar +%%DATADIR%%/plugins/Docker/lib/rt/commons-compress-1.17.jar +%%DATADIR%%/plugins/Docker/lib/rt/commons-io-2.6.jar +%%DATADIR%%/plugins/Docker/lib/rt/commons-lang-2.6.jar +%%DATADIR%%/plugins/Docker/lib/rt/docker-java-3.1.0-rc-4.jar +%%DATADIR%%/plugins/Docker/lib/rt/guava-19.0.jar +%%DATADIR%%/plugins/Docker/lib/rt/hk2-api-2.5.0-b42.jar +%%DATADIR%%/plugins/Docker/lib/rt/hk2-locator-2.5.0-b42.jar +%%DATADIR%%/plugins/Docker/lib/rt/hk2-utils-2.5.0-b42.jar +%%DATADIR%%/plugins/Docker/lib/rt/httpclient-4.5.6.jar +%%DATADIR%%/plugins/Docker/lib/rt/httpcore-4.4.10.jar +%%DATADIR%%/plugins/Docker/lib/rt/istack-commons-runtime-3.0.7.jar +%%DATADIR%%/plugins/Docker/lib/rt/jackson-annotations-2.9.0.jar +%%DATADIR%%/plugins/Docker/lib/rt/jackson-core-2.9.5.jar +%%DATADIR%%/plugins/Docker/lib/rt/jackson-databind-2.9.5.jar +%%DATADIR%%/plugins/Docker/lib/rt/jackson-jaxrs-base-2.9.5.jar +%%DATADIR%%/plugins/Docker/lib/rt/jackson-jaxrs-json-provider-2.9.5.jar +%%DATADIR%%/plugins/Docker/lib/rt/jackson-module-jaxb-annotations-2.9.5.jar +%%DATADIR%%/plugins/Docker/lib/rt/javassist-3.22.0-CR2.jar +%%DATADIR%%/plugins/Docker/lib/rt/javax.annotation-api-1.2.jar +%%DATADIR%%/plugins/Docker/lib/rt/javax.inject-1.jar +%%DATADIR%%/plugins/Docker/lib/rt/javax.inject-2.5.0-b42.jar +%%DATADIR%%/plugins/Docker/lib/rt/javax.websocket-client-api-1.1.jar +%%DATADIR%%/plugins/Docker/lib/rt/javax.ws.rs-api-2.1.jar +%%DATADIR%%/plugins/Docker/lib/rt/jaxb-api-2.3.1.jar +%%DATADIR%%/plugins/Docker/lib/rt/jaxb-runtime-2.3.1.jar +%%DATADIR%%/plugins/Docker/lib/rt/jcip-annotations-1.0.jar +%%DATADIR%%/plugins/Docker/lib/rt/jcl-over-slf4j-1.7.21.jar +%%DATADIR%%/plugins/Docker/lib/rt/jersey-apache-connector-2.27.jar +%%DATADIR%%/plugins/Docker/lib/rt/jersey-client-2.27.jar +%%DATADIR%%/plugins/Docker/lib/rt/jersey-common-2.27.jar +%%DATADIR%%/plugins/Docker/lib/rt/jersey-hk2-2.27.jar +%%DATADIR%%/plugins/Docker/lib/rt/jsr305-3.0.1.jar +%%DATADIR%%/plugins/Docker/lib/rt/junixsocket-common-2.0.4.jar +%%DATADIR%%/plugins/Docker/lib/rt/junixsocket-native-common-2.0.4.jar +%%DATADIR%%/plugins/Docker/lib/rt/log4j-1.2.17.jar +%%DATADIR%%/plugins/Docker/lib/rt/native-lib-loader-2.0.2.jar +%%DATADIR%%/plugins/Docker/lib/rt/netty-all-4.1.27.Final.jar +%%DATADIR%%/plugins/Docker/lib/rt/netty-transport-native-epoll-4.1.27.Final-linux-x86_64.jar +%%DATADIR%%/plugins/Docker/lib/rt/osgi-resource-locator-1.0.1.jar +%%DATADIR%%/plugins/Docker/lib/rt/slf4j-api-1.7.25.jar +%%DATADIR%%/plugins/Docker/lib/rt/slf4j-log4j12-1.7.25.jar +%%DATADIR%%/plugins/Docker/lib/rt/snakeyaml-1.15.jar +%%DATADIR%%/plugins/Docker/lib/rt/stax-ex-1.8.jar +%%DATADIR%%/plugins/Docker/lib/rt/tomcat-juli-8.0.22.jar +%%DATADIR%%/plugins/Docker/lib/rt/tomcat-servlet-api-8.0.22.jar +%%DATADIR%%/plugins/Docker/lib/rt/tomcat-util-8.0.22.jar +%%DATADIR%%/plugins/Docker/lib/rt/tomcat-websocket-8.0.22.jar +%%DATADIR%%/plugins/Docker/lib/rt/tomcat-websocket-api-8.0.22.jar +%%DATADIR%%/plugins/Docker/lib/rt/txw2-2.3.1.jar +%%DATADIR%%/plugins/Docker/lib/specifics/dockerSpecifics.jar +%%DATADIR%%/plugins/EJS/lib/EJS.jar +%%DATADIR%%/plugins/EJS/lib/resources_en.jar +%%DATADIR%%/plugins/IntelliLang/lib/IntelliLang.jar +%%DATADIR%%/plugins/JSIntentionPowerPack/lib/JSIntentionPowerPack.jar +%%DATADIR%%/plugins/JSIntentionPowerPack/lib/resources_en.jar +%%DATADIR%%/plugins/Jade/lib/Jade.jar +%%DATADIR%%/plugins/Jade/lib/resources_en.jar +%%DATADIR%%/plugins/JavaScriptDebugger/lib/ChromeConnector.jar +%%DATADIR%%/plugins/JavaScriptDebugger/lib/FirefoxConnector.jar +%%DATADIR%%/plugins/JavaScriptDebugger/lib/JavaScriptDebugger.jar +%%DATADIR%%/plugins/JavaScriptDebugger/lib/debugConnector.js +%%DATADIR%%/plugins/JavaScriptDebugger/lib/resources_en.jar +%%DATADIR%%/plugins/JavaScriptLanguage/grunt_js/lib/grunt-intellij-util.js +%%DATADIR%%/plugins/JavaScriptLanguage/grunt_js/tasks/grunt-tasks-fetcher.js +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/base-test-reporter/intellij-stringifier.js +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/base-test-reporter/intellij-tree.js +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/base-test-reporter/intellij-util.js +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/jest-intellij/lib/jest-intellij-jasmine.js +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/jest-intellij/lib/jest-intellij-reporter.js +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/jest-intellij/lib/jest-intellij-stdin-fix.js +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/jest-intellij/lib/jest-intellij-test-results-processor.js +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/jest-intellij/lib/jest-intellij-util.js +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/node-core-modules/node-core-modules-loader.js +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/node_modules/semver/LICENSE +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/node_modules/semver/README.md +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/node_modules/semver/bin/semver +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/node_modules/semver/package.json +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/node_modules/semver/range.bnf +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/node_modules/semver/semver.js +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/package-version-range-matcher/bin/batch-matcher +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/package-version-range-matcher/semver-range-matcher.js +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/package.json +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/jasmine-reporter.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-cli.js +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-config.js +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-jasmine-reporter.js +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-plugin.js +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-stringifier.js +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-tree.js +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-util.js +%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input +%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input.keystream +%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input.keystream.len +%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input.len +%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input.values +%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input.values.at +%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input.values.s +%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input_i +%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input_i.len +%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.names +%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.names.keystream +%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.names.keystream.len +%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.names.len +%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.names_i +%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.names_i.len +%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.version +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/browser.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/cancellationToken.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/flow.utilities.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.dom.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.dom.iterable.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.collection.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.core.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.generator.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.iterable.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.promise.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.proxy.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.reflect.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.symbol.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.symbol.wellknown.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2016.array.include.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2016.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2016.full.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.full.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.intl.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.object.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.sharedmemory.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.string.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.typedarrays.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2018.asynciterable.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2018.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2018.full.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2018.intl.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2018.promise.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2018.regexp.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.array.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.full.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.string.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.symbol.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es5.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es6.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es7.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.array.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.asynciterable.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.bigint.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.full.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.intl.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.promise.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.symbol.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.scripthost.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.webworker.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.webworker.importscripts.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/react.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/tsserverlibrary.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/typesMap.json +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/typingsInstaller.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/watchGuard.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/websql.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/xpath.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/bom.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/core.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/cssom.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/dom.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/indexeddb.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/intl.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/node.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/react-dom.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/react.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/serviceworkers.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/streams.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/webassembly.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/js-language-service.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/ide-watcher.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/logger-impl.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/out-path-process.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/service-loader.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/session/compile-info-holder.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/session/old/ts-common-session-1x_21.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/session/old/ts-project-service-1x.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/session/old/ts-project-service-21.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/session/old/ts-session-1x.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/session/old/ts-session-21.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/session/old/ts15impl.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/ts-default-options.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/ts-plugin.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/ts-session-latest.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/ts-session-provider.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/util.js +%%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/bin/eslint-plugin-provider.js +%%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/bin/eslint-plugin.js +%%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/package-lock.json +%%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/package.json +%%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/src/eslint-plugin-provider.ts +%%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/src/eslint-plugin.ts +%%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/src/typings/js-lanuage-api.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/tsconfig.json +%%DATADIR%%/plugins/JavaScriptLanguage/lib/JavaScriptLanguage.jar +%%DATADIR%%/plugins/JavaScriptLanguage/lib/javascript-openapi.jar +%%DATADIR%%/plugins/JavaScriptLanguage/lib/js-test-common.jar +%%DATADIR%%/plugins/JavaScriptLanguage/lib/resources_en.jar +%%DATADIR%%/plugins/JavaScriptLanguage/lib/semver4j-2.2.0.jar +%%DATADIR%%/plugins/LiveEdit/lib/LiveEdit.jar +%%DATADIR%%/plugins/LiveEdit/lib/resources_en.jar +%%DATADIR%%/plugins/Meteor/lib/Meteor.jar +%%DATADIR%%/plugins/Meteor/lib/resources_en.jar +%%DATADIR%%/plugins/NodeJS/js/mocha-intellij/LICENSE +%%DATADIR%%/plugins/NodeJS/js/mocha-intellij/README.md +%%DATADIR%%/plugins/NodeJS/js/mocha-intellij/lib/mocha-intellij-stringifier.js +%%DATADIR%%/plugins/NodeJS/js/mocha-intellij/lib/mochaIntellijReporter.js +%%DATADIR%%/plugins/NodeJS/js/mocha-intellij/lib/mochaIntellijTree.js +%%DATADIR%%/plugins/NodeJS/js/mocha-intellij/lib/mochaIntellijUtil.js +%%DATADIR%%/plugins/NodeJS/js/mocha-intellij/lib/mochaTreeUtil.js +%%DATADIR%%/plugins/NodeJS/js/mocha-intellij/lib/single-element-queue.js +%%DATADIR%%/plugins/NodeJS/js/mocha-intellij/package.json +%%DATADIR%%/plugins/NodeJS/js/nodeunit/nodeunit-intellij-starter.js +%%DATADIR%%/plugins/NodeJS/lib/NodeJS.jar +%%DATADIR%%/plugins/NodeJS/lib/resources_en.jar +%%DATADIR%%/plugins/RefactorX/lib/RefactorX.jar +%%DATADIR%%/plugins/RefactorX/lib/resources_en.jar +%%DATADIR%%/plugins/WebComponents/lib/WebComponents.jar +%%DATADIR%%/plugins/Yeoman/lib/Yeoman.jar +%%DATADIR%%/plugins/Yeoman/runner/yeoman-simple-cli/lib/cli.js +%%DATADIR%%/plugins/Yeoman/runner/yeoman-simple-cli/lib/prompts.js +%%DATADIR%%/plugins/asp/lib/asp.jar +%%DATADIR%%/plugins/asp/lib/resources_en.jar +%%DATADIR%%/plugins/cloud-config/lib/cloud-config.jar +%%DATADIR%%/plugins/cloud-config/lib/resources_en.jar +%%DATADIR%%/plugins/coffeescript-core/lib/coffeescript-core.jar +%%DATADIR%%/plugins/coffeescript-core/lib/resources_en.jar +%%DATADIR%%/plugins/configurationScript/lib/configurationScript.jar +%%DATADIR%%/plugins/copyright/lib/copyright.jar +%%DATADIR%%/plugins/copyright/lib/resources_en.jar +%%DATADIR%%/plugins/editorconfig/lib/editorconfig-core-java.jar +%%DATADIR%%/plugins/editorconfig/lib/editorconfig.jar +%%DATADIR%%/plugins/editorconfig/lib/resources_en.jar +%%DATADIR%%/plugins/fileWatcher/lib/fileWatcher.jar +%%DATADIR%%/plugins/fileWatcher/lib/resources_en.jar +%%DATADIR%%/plugins/gherkin/lib/gherkin.jar +%%DATADIR%%/plugins/gherkin/lib/resources_en.jar +%%DATADIR%%/plugins/git4idea/lib/git4idea-rt.jar +%%DATADIR%%/plugins/git4idea/lib/git4idea.jar +%%DATADIR%%/plugins/git4idea/lib/remote-servers-git.jar +%%DATADIR%%/plugins/git4idea/lib/resources_en.jar +%%DATADIR%%/plugins/github/lib/github.jar +%%DATADIR%%/plugins/github/lib/resources_en.jar +%%DATADIR%%/plugins/haml/lib/haml.jar +%%DATADIR%%/plugins/haml/lib/resources_en.jar +%%DATADIR%%/plugins/handlebars/lib/handlebars.jar +%%DATADIR%%/plugins/handlebars/lib/resources_en.jar +%%DATADIR%%/plugins/hg4idea/lib/hg4idea.jar +%%DATADIR%%/plugins/hg4idea/lib/resources_en.jar +%%DATADIR%%/plugins/htmltools/lib/htmltools.jar +%%DATADIR%%/plugins/htmltools/lib/resources_en.jar +%%DATADIR%%/plugins/js-karma/js_reporter/karma-intellij/LICENSE.txt +%%DATADIR%%/plugins/js-karma/js_reporter/karma-intellij/README.md +%%DATADIR%%/plugins/js-karma/js_reporter/karma-intellij/lib/fakePlugin.js +%%DATADIR%%/plugins/js-karma/js_reporter/karma-intellij/lib/intellij.conf.js +%%DATADIR%%/plugins/js-karma/js_reporter/karma-intellij/lib/intellijCli.js +%%DATADIR%%/plugins/js-karma/js_reporter/karma-intellij/lib/intellijCoverageReporter.js +%%DATADIR%%/plugins/js-karma/js_reporter/karma-intellij/lib/intellijPlugin.js +%%DATADIR%%/plugins/js-karma/js_reporter/karma-intellij/lib/intellijReporter.js +%%DATADIR%%/plugins/js-karma/js_reporter/karma-intellij/lib/intellijRunner.js +%%DATADIR%%/plugins/js-karma/js_reporter/karma-intellij/lib/intellijUtil.js +%%DATADIR%%/plugins/js-karma/js_reporter/karma-intellij/lib/karma-browser-tracker.js +%%DATADIR%%/plugins/js-karma/js_reporter/karma-intellij/lib/karma-intellij-debug.js +%%DATADIR%%/plugins/js-karma/js_reporter/karma-intellij/lib/karma-intellij-parameters.js +%%DATADIR%%/plugins/js-karma/js_reporter/karma-intellij/lib/kjhtml/intellij-restore-specFilter-after-kjhtml.js +%%DATADIR%%/plugins/js-karma/js_reporter/karma-intellij/lib/kjhtml/intellij-save-specFilter-before-kjhtml.js +%%DATADIR%%/plugins/js-karma/js_reporter/karma-intellij/lib/kjhtml/karma-intellij-adapter.js +%%DATADIR%%/plugins/js-karma/js_reporter/karma-intellij/lib/kjhtml/kjhtml-specFilter-patch.js +%%DATADIR%%/plugins/js-karma/js_reporter/karma-intellij/lib/tree.js +%%DATADIR%%/plugins/js-karma/js_reporter/karma-intellij/package.json +%%DATADIR%%/plugins/js-karma/js_reporter/karma-intellij/static/delay-karma-start-in-debug-mode.js +%%DATADIR%%/plugins/js-karma/lib/js-karma.jar +%%DATADIR%%/plugins/jsp/lib/jsp-impl.jar +%%DATADIR%%/plugins/jsp/lib/resources_en.jar +%%DATADIR%%/plugins/less/lib/less.jar +%%DATADIR%%/plugins/less/lib/resources_en.jar +%%DATADIR%%/plugins/markdown/lib/markdown-0.1.31.jar +%%DATADIR%%/plugins/markdown/lib/markdown.jar +%%DATADIR%%/plugins/markdown/lib/owasp-java-html-sanitizer.jar +%%DATADIR%%/plugins/markdown/lib/resources_en.jar +%%DATADIR%%/plugins/node-remote-interpreter/lib/node-remote-interpreter.jar +%%DATADIR%%/plugins/performanceTesting/lib/async-profiler-1.5-ea.jar +%%DATADIR%%/plugins/performanceTesting/lib/performanceTesting.jar +%%DATADIR%%/plugins/performanceTesting/lib/resources_en.jar +%%DATADIR%%/plugins/performanceTesting/lib/yjp-controller-api-redist.jar +%%DATADIR%%/plugins/phoneGap/lib/phoneGap.jar +%%DATADIR%%/plugins/phoneGap/lib/resources_en.jar +%%DATADIR%%/plugins/prettierJS/lib/intellij.prettierJS.jar +%%DATADIR%%/plugins/prettierJS/lib/resources_en.jar +%%DATADIR%%/plugins/prettierJS/prettierLanguageService/prettier-plugin-provider.js +%%DATADIR%%/plugins/prettierJS/prettierLanguageService/prettier-plugin.js +%%DATADIR%%/plugins/remote-run/lib/remote-run.jar +%%DATADIR%%/plugins/remote-run/lib/resources_en.jar +%%DATADIR%%/plugins/restClient/lib/resources_en.jar +%%DATADIR%%/plugins/restClient/lib/restClient.jar +%%DATADIR%%/plugins/sass/lib/jrubyparser-0.5.4.jar +%%DATADIR%%/plugins/sass/lib/resources_en.jar +%%DATADIR%%/plugins/sass/lib/sass.jar +%%DATADIR%%/plugins/settings-repository/lib/jgit.jar +%%DATADIR%%/plugins/settings-repository/lib/resources_en.jar +%%DATADIR%%/plugins/settings-repository/lib/settings-repository.jar +%%DATADIR%%/plugins/spy-js/lib/resources_en.jar +%%DATADIR%%/plugins/spy-js/lib/socketio.jar +%%DATADIR%%/plugins/spy-js/lib/spy-js.jar +%%DATADIR%%/plugins/spy-js/server/lib/app.js +%%DATADIR%%/plugins/spy-js/server/lib/defaultConfig.js +%%DATADIR%%/plugins/spy-js/server/lib/evaluator.js +%%DATADIR%%/plugins/spy-js/server/lib/global.js +%%DATADIR%%/plugins/spy-js/server/lib/instrument.js +%%DATADIR%%/plugins/spy-js/server/lib/proxyUtil.js +%%DATADIR%%/plugins/spy-js/server/lib/session.js +%%DATADIR%%/plugins/spy-js/server/lib/sessionCore.js +%%DATADIR%%/plugins/spy-js/server/lib/sessionNode.js +%%DATADIR%%/plugins/spy-js/server/lib/sessionStore.js +%%DATADIR%%/plugins/spy-js/server/lib/tracer.js +%%DATADIR%%/plugins/spy-js/server/lib/tracerDependencies.js +%%DATADIR%%/plugins/spy-js/server/lib/tracerNode.js +%%DATADIR%%/plugins/spy-js/server/lib/urlUtil.js +%%DATADIR%%/plugins/spy-js/server/lib/worker.js +%%DATADIR%%/plugins/spy-js/server/node_modules/.bin/acorn +%%DATADIR%%/plugins/spy-js/server/node_modules/.bin/escodegen +%%DATADIR%%/plugins/spy-js/server/node_modules/.bin/esgenerate +%%DATADIR%%/plugins/spy-js/server/node_modules/.bin/esparse +%%DATADIR%%/plugins/spy-js/server/node_modules/.bin/esvalidate +%%DATADIR%%/plugins/spy-js/server/node_modules/.bin/express +%%DATADIR%%/plugins/spy-js/server/node_modules/.bin/ncp +%%DATADIR%%/plugins/spy-js/server/node_modules/.bin/node-http-proxy +%%DATADIR%%/plugins/spy-js/server/node_modules/.bin/rimraf +%%DATADIR%%/plugins/spy-js/server/node_modules/.bin/semver +%%DATADIR%%/plugins/spy-js/server/node_modules/.bin/uglifyjs +%%DATADIR%%/plugins/spy-js/server/node_modules/.bin/uuid +%%DATADIR%%/plugins/spy-js/server/node_modules/.bin/wscat +%%DATADIR%%/plugins/spy-js/server/node_modules/acorn/.editorconfig +%%DATADIR%%/plugins/spy-js/server/node_modules/acorn/.npmignore +%%DATADIR%%/plugins/spy-js/server/node_modules/acorn/.tern-project +%%DATADIR%%/plugins/spy-js/server/node_modules/acorn/.travis.yml +%%DATADIR%%/plugins/spy-js/server/node_modules/acorn/AUTHORS +%%DATADIR%%/plugins/spy-js/server/node_modules/acorn/LICENSE +%%DATADIR%%/plugins/spy-js/server/node_modules/acorn/bin/acorn +%%DATADIR%%/plugins/spy-js/server/node_modules/acorn/bin/build-acorn.js +%%DATADIR%%/plugins/spy-js/server/node_modules/acorn/bin/generate-identifier-regex.js +%%DATADIR%%/plugins/spy-js/server/node_modules/acorn/bin/update_authors.sh +%%DATADIR%%/plugins/spy-js/server/node_modules/acorn/dist/.keep +%%DATADIR%%/plugins/spy-js/server/node_modules/acorn/dist/acorn.js +%%DATADIR%%/plugins/spy-js/server/node_modules/acorn/dist/acorn_loose.js +%%DATADIR%%/plugins/spy-js/server/node_modules/acorn/dist/walk.js +%%DATADIR%%/plugins/spy-js/server/node_modules/acorn/package.json +%%DATADIR%%/plugins/spy-js/server/node_modules/acorn/src/bin/acorn.js +%%DATADIR%%/plugins/spy-js/server/node_modules/acorn/src/expression.js +%%DATADIR%%/plugins/spy-js/server/node_modules/acorn/src/identifier.js +%%DATADIR%%/plugins/spy-js/server/node_modules/acorn/src/index.js +%%DATADIR%%/plugins/spy-js/server/node_modules/acorn/src/location.js +%%DATADIR%%/plugins/spy-js/server/node_modules/acorn/src/locutil.js +%%DATADIR%%/plugins/spy-js/server/node_modules/acorn/src/loose/acorn_loose.js +%%DATADIR%%/plugins/spy-js/server/node_modules/acorn/src/loose/expression.js +%%DATADIR%%/plugins/spy-js/server/node_modules/acorn/src/loose/index.js +%%DATADIR%%/plugins/spy-js/server/node_modules/acorn/src/loose/parseutil.js +%%DATADIR%%/plugins/spy-js/server/node_modules/acorn/src/loose/state.js +%%DATADIR%%/plugins/spy-js/server/node_modules/acorn/src/loose/statement.js +%%DATADIR%%/plugins/spy-js/server/node_modules/acorn/src/loose/tokenize.js +%%DATADIR%%/plugins/spy-js/server/node_modules/acorn/src/lval.js +%%DATADIR%%/plugins/spy-js/server/node_modules/acorn/src/node.js +%%DATADIR%%/plugins/spy-js/server/node_modules/acorn/src/options.js +%%DATADIR%%/plugins/spy-js/server/node_modules/acorn/src/parseutil.js +%%DATADIR%%/plugins/spy-js/server/node_modules/acorn/src/state.js +%%DATADIR%%/plugins/spy-js/server/node_modules/acorn/src/statement.js +%%DATADIR%%/plugins/spy-js/server/node_modules/acorn/src/tokencontext.js +%%DATADIR%%/plugins/spy-js/server/node_modules/acorn/src/tokenize.js +%%DATADIR%%/plugins/spy-js/server/node_modules/acorn/src/tokentype.js +%%DATADIR%%/plugins/spy-js/server/node_modules/acorn/src/util.js +%%DATADIR%%/plugins/spy-js/server/node_modules/acorn/src/walk/index.js +%%DATADIR%%/plugins/spy-js/server/node_modules/acorn/src/whitespace.js +%%DATADIR%%/plugins/spy-js/server/node_modules/active-x-obfuscator/.npmignore +%%DATADIR%%/plugins/spy-js/server/node_modules/active-x-obfuscator/index.js +%%DATADIR%%/plugins/spy-js/server/node_modules/active-x-obfuscator/package.json +%%DATADIR%%/plugins/spy-js/server/node_modules/active-x-obfuscator/test.js +%%DATADIR%%/plugins/spy-js/server/node_modules/amdefine/LICENSE +%%DATADIR%%/plugins/spy-js/server/node_modules/amdefine/amdefine.js +%%DATADIR%%/plugins/spy-js/server/node_modules/amdefine/intercept.js +%%DATADIR%%/plugins/spy-js/server/node_modules/amdefine/package.json +%%DATADIR%%/plugins/spy-js/server/node_modules/archiver/LICENSE-MIT +%%DATADIR%%/plugins/spy-js/server/node_modules/archiver/lib/archiver.js +%%DATADIR%%/plugins/spy-js/server/node_modules/archiver/lib/modules/core/index.js +%%DATADIR%%/plugins/spy-js/server/node_modules/archiver/lib/modules/core/queue.js +%%DATADIR%%/plugins/spy-js/server/node_modules/archiver/lib/modules/json/index.js +%%DATADIR%%/plugins/spy-js/server/node_modules/archiver/lib/modules/tar/index.js +%%DATADIR%%/plugins/spy-js/server/node_modules/archiver/lib/modules/zip/index.js +%%DATADIR%%/plugins/spy-js/server/node_modules/archiver/lib/util/index.js +%%DATADIR%%/plugins/spy-js/server/node_modules/archiver/package.json +%%DATADIR%%/plugins/spy-js/server/node_modules/asn1/.npmignore +%%DATADIR%%/plugins/spy-js/server/node_modules/asn1/LICENSE +%%DATADIR%%/plugins/spy-js/server/node_modules/asn1/lib/ber/errors.js +%%DATADIR%%/plugins/spy-js/server/node_modules/asn1/lib/ber/index.js +%%DATADIR%%/plugins/spy-js/server/node_modules/asn1/lib/ber/reader.js +%%DATADIR%%/plugins/spy-js/server/node_modules/asn1/lib/ber/types.js +%%DATADIR%%/plugins/spy-js/server/node_modules/asn1/lib/ber/writer.js +%%DATADIR%%/plugins/spy-js/server/node_modules/asn1/lib/index.js +%%DATADIR%%/plugins/spy-js/server/node_modules/asn1/package.json +%%DATADIR%%/plugins/spy-js/server/node_modules/asn1/tst/ber/reader.test.js +%%DATADIR%%/plugins/spy-js/server/node_modules/asn1/tst/ber/writer.test.js +%%DATADIR%%/plugins/spy-js/server/node_modules/assert-plus/assert.js +%%DATADIR%%/plugins/spy-js/server/node_modules/assert-plus/package.json +%%DATADIR%%/plugins/spy-js/server/node_modules/async/.npmignore +%%DATADIR%%/plugins/spy-js/server/node_modules/async/LICENSE +%%DATADIR%%/plugins/spy-js/server/node_modules/async/Makefile +%%DATADIR%%/plugins/spy-js/server/node_modules/async/index.js +%%DATADIR%%/plugins/spy-js/server/node_modules/async/lib/async.js +%%DATADIR%%/plugins/spy-js/server/node_modules/async/package.json +%%DATADIR%%/plugins/spy-js/server/node_modules/aws-sign2/LICENSE +%%DATADIR%%/plugins/spy-js/server/node_modules/aws-sign2/index.js +%%DATADIR%%/plugins/spy-js/server/node_modules/aws-sign2/package.json +%%DATADIR%%/plugins/spy-js/server/node_modules/balanced-match/.npmignore +%%DATADIR%%/plugins/spy-js/server/node_modules/balanced-match/LICENSE.md +%%DATADIR%%/plugins/spy-js/server/node_modules/balanced-match/index.js +%%DATADIR%%/plugins/spy-js/server/node_modules/balanced-match/package.json +%%DATADIR%%/plugins/spy-js/server/node_modules/base64id/.npmignore +%%DATADIR%%/plugins/spy-js/server/node_modules/base64id/lib/base64id.js +%%DATADIR%%/plugins/spy-js/server/node_modules/base64id/package.json +%%DATADIR%%/plugins/spy-js/server/node_modules/bl/.jshintrc +%%DATADIR%%/plugins/spy-js/server/node_modules/bl/.npmignore +%%DATADIR%%/plugins/spy-js/server/node_modules/bl/.travis.yml +%%DATADIR%%/plugins/spy-js/server/node_modules/bl/LICENSE.md +%%DATADIR%%/plugins/spy-js/server/node_modules/bl/bl.js +%%DATADIR%%/plugins/spy-js/server/node_modules/bl/package.json +%%DATADIR%%/plugins/spy-js/server/node_modules/boom/.npmignore +%%DATADIR%%/plugins/spy-js/server/node_modules/boom/.travis.yml +%%DATADIR%%/plugins/spy-js/server/node_modules/boom/LICENSE +%%DATADIR%%/plugins/spy-js/server/node_modules/boom/Makefile +%%DATADIR%%/plugins/spy-js/server/node_modules/boom/images/boom.png +%%DATADIR%%/plugins/spy-js/server/node_modules/boom/index.js +%%DATADIR%%/plugins/spy-js/server/node_modules/boom/lib/index.js +%%DATADIR%%/plugins/spy-js/server/node_modules/boom/package.json +%%DATADIR%%/plugins/spy-js/server/node_modules/brace-expansion/index.js +%%DATADIR%%/plugins/spy-js/server/node_modules/brace-expansion/package.json +%%DATADIR%%/plugins/spy-js/server/node_modules/buffer-crc32/LICENSE +%%DATADIR%%/plugins/spy-js/server/node_modules/buffer-crc32/index.js +%%DATADIR%%/plugins/spy-js/server/node_modules/buffer-crc32/package.json +%%DATADIR%%/plugins/spy-js/server/node_modules/bytes/.npmignore +%%DATADIR%%/plugins/spy-js/server/node_modules/bytes/History.md +%%DATADIR%%/plugins/spy-js/server/node_modules/bytes/Makefile +%%DATADIR%%/plugins/spy-js/server/node_modules/bytes/component.json +%%DATADIR%%/plugins/spy-js/server/node_modules/bytes/index.js +%%DATADIR%%/plugins/spy-js/server/node_modules/bytes/package.json +%%DATADIR%%/plugins/spy-js/server/node_modules/caseless/index.js +%%DATADIR%%/plugins/spy-js/server/node_modules/caseless/package.json +%%DATADIR%%/plugins/spy-js/server/node_modules/caseless/test.js +%%DATADIR%%/plugins/spy-js/server/node_modules/colors/MIT-LICENSE.txt +%%DATADIR%%/plugins/spy-js/server/node_modules/colors/colors.js +%%DATADIR%%/plugins/spy-js/server/node_modules/colors/example.html +%%DATADIR%%/plugins/spy-js/server/node_modules/colors/example.js +%%DATADIR%%/plugins/spy-js/server/node_modules/colors/package.json +%%DATADIR%%/plugins/spy-js/server/node_modules/colors/test.js +%%DATADIR%%/plugins/spy-js/server/node_modules/colors/themes/winston-dark.js +%%DATADIR%%/plugins/spy-js/server/node_modules/colors/themes/winston-light.js +%%DATADIR%%/plugins/spy-js/server/node_modules/combined-stream/License +%%DATADIR%%/plugins/spy-js/server/node_modules/combined-stream/lib/combined_stream.js +%%DATADIR%%/plugins/spy-js/server/node_modules/combined-stream/package.json +%%DATADIR%%/plugins/spy-js/server/node_modules/commander/index.js +%%DATADIR%%/plugins/spy-js/server/node_modules/commander/package.json +%%DATADIR%%/plugins/spy-js/server/node_modules/concat-map/.travis.yml +%%DATADIR%%/plugins/spy-js/server/node_modules/concat-map/LICENSE +%%DATADIR%%/plugins/spy-js/server/node_modules/concat-map/README.markdown +%%DATADIR%%/plugins/spy-js/server/node_modules/concat-map/example/map.js +%%DATADIR%%/plugins/spy-js/server/node_modules/concat-map/index.js +%%DATADIR%%/plugins/spy-js/server/node_modules/concat-map/package.json +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/.npmignore +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/.travis.yml +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/LICENSE +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/index.js +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/lib/cache.js +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/lib/connect.js +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/lib/index.js +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/lib/middleware/basicAuth.js +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/lib/middleware/bodyParser.js +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/lib/middleware/compress.js +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/lib/middleware/cookieParser.js +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/lib/middleware/cookieSession.js +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/lib/middleware/csrf.js +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/lib/middleware/directory.js +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/lib/middleware/errorHandler.js +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/lib/middleware/favicon.js +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/lib/middleware/json.js +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/lib/middleware/limit.js +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/lib/middleware/logger.js +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/lib/middleware/methodOverride.js +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/lib/middleware/multipart.js +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/lib/middleware/query.js +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/lib/middleware/responseTime.js +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/lib/middleware/session.js +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/lib/middleware/session/cookie.js +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/lib/middleware/session/memory.js +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/lib/middleware/session/session.js +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/lib/middleware/session/store.js +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/lib/middleware/static.js +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/lib/middleware/staticCache.js +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/lib/middleware/timeout.js +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/lib/middleware/urlencoded.js +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/lib/middleware/vhost.js +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/lib/patch.js +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/lib/proto.js +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/lib/public/directory.html +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/lib/public/error.html +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/lib/public/favicon.ico +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/lib/public/style.css +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/lib/utils.js +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/node_modules/buffer-crc32/.npmignore +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/node_modules/buffer-crc32/.travis.yml +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/node_modules/buffer-crc32/README.md +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/node_modules/buffer-crc32/index.js +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/node_modules/buffer-crc32/package.json +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/node_modules/debug/Readme.md +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/node_modules/debug/debug.js +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/node_modules/debug/lib/debug.js +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/node_modules/debug/package.json +%%DATADIR%%/plugins/spy-js/server/node_modules/connect/package.json +%%DATADIR%%/plugins/spy-js/server/node_modules/cookie-signature/.npmignore +%%DATADIR%%/plugins/spy-js/server/node_modules/cookie-signature/History.md +%%DATADIR%%/plugins/spy-js/server/node_modules/cookie-signature/Makefile +%%DATADIR%%/plugins/spy-js/server/node_modules/cookie-signature/index.js +%%DATADIR%%/plugins/spy-js/server/node_modules/cookie-signature/package.json +%%DATADIR%%/plugins/spy-js/server/node_modules/cookie/.npmignore +%%DATADIR%%/plugins/spy-js/server/node_modules/cookie/.travis.yml +%%DATADIR%%/plugins/spy-js/server/node_modules/cookie/LICENSE +%%DATADIR%%/plugins/spy-js/server/node_modules/cookie/index.js +%%DATADIR%%/plugins/spy-js/server/node_modules/cookie/package.json +%%DATADIR%%/plugins/spy-js/server/node_modules/core-util-is/LICENSE +%%DATADIR%%/plugins/spy-js/server/node_modules/core-util-is/lib/util.js +%%DATADIR%%/plugins/spy-js/server/node_modules/core-util-is/package.json +%%DATADIR%%/plugins/spy-js/server/node_modules/core-util-is/test.js +%%DATADIR%%/plugins/spy-js/server/node_modules/crc32-stream/.npmignore +%%DATADIR%%/plugins/spy-js/server/node_modules/crc32-stream/.travis.yml +%%DATADIR%%/plugins/spy-js/server/node_modules/crc32-stream/CHANGELOG +%%DATADIR%%/plugins/spy-js/server/node_modules/crc32-stream/CONTRIBUTING.md +%%DATADIR%%/plugins/spy-js/server/node_modules/crc32-stream/LICENSE-MIT +%%DATADIR%%/plugins/spy-js/server/node_modules/crc32-stream/lib/crc32-stream.js +%%DATADIR%%/plugins/spy-js/server/node_modules/crc32-stream/package.json +%%DATADIR%%/plugins/spy-js/server/node_modules/cryptiles/.npmignore +%%DATADIR%%/plugins/spy-js/server/node_modules/cryptiles/.travis.yml +%%DATADIR%%/plugins/spy-js/server/node_modules/cryptiles/LICENSE +%%DATADIR%%/plugins/spy-js/server/node_modules/cryptiles/Makefile +%%DATADIR%%/plugins/spy-js/server/node_modules/cryptiles/index.js +%%DATADIR%%/plugins/spy-js/server/node_modules/cryptiles/lib/index.js +%%DATADIR%%/plugins/spy-js/server/node_modules/cryptiles/package.json +%%DATADIR%%/plugins/spy-js/server/node_modules/ctype/.npmignore +%%DATADIR%%/plugins/spy-js/server/node_modules/ctype/CHANGELOG +%%DATADIR%%/plugins/spy-js/server/node_modules/ctype/LICENSE +%%DATADIR%%/plugins/spy-js/server/node_modules/ctype/README.old +%%DATADIR%%/plugins/spy-js/server/node_modules/ctype/ctf.js +%%DATADIR%%/plugins/spy-js/server/node_modules/ctype/ctio.js +%%DATADIR%%/plugins/spy-js/server/node_modules/ctype/ctype.js +%%DATADIR%%/plugins/spy-js/server/node_modules/ctype/man/man3ctype/ctio.3ctype +%%DATADIR%%/plugins/spy-js/server/node_modules/ctype/package.json +%%DATADIR%%/plugins/spy-js/server/node_modules/ctype/tools/jsl.conf +%%DATADIR%%/plugins/spy-js/server/node_modules/ctype/tools/jsstyle +%%DATADIR%%/plugins/spy-js/server/node_modules/debug/.jshintrc +%%DATADIR%%/plugins/spy-js/server/node_modules/debug/.npmignore +%%DATADIR%%/plugins/spy-js/server/node_modules/debug/History.md +%%DATADIR%%/plugins/spy-js/server/node_modules/debug/Makefile +%%DATADIR%%/plugins/spy-js/server/node_modules/debug/browser.js +%%DATADIR%%/plugins/spy-js/server/node_modules/debug/component.json +%%DATADIR%%/plugins/spy-js/server/node_modules/debug/debug.js +%%DATADIR%%/plugins/spy-js/server/node_modules/debug/node.js +%%DATADIR%%/plugins/spy-js/server/node_modules/debug/package.json +%%DATADIR%%/plugins/spy-js/server/node_modules/deep-equal/.travis.yml +%%DATADIR%%/plugins/spy-js/server/node_modules/deep-equal/LICENSE +%%DATADIR%%/plugins/spy-js/server/node_modules/deep-equal/example/cmp.js +%%DATADIR%%/plugins/spy-js/server/node_modules/deep-equal/index.js +%%DATADIR%%/plugins/spy-js/server/node_modules/deep-equal/lib/is_arguments.js +%%DATADIR%%/plugins/spy-js/server/node_modules/deep-equal/lib/keys.js +%%DATADIR%%/plugins/spy-js/server/node_modules/deep-equal/package.json +%%DATADIR%%/plugins/spy-js/server/node_modules/deep-equal/readme.markdown +%%DATADIR%%/plugins/spy-js/server/node_modules/deep-is/.npmignore +%%DATADIR%%/plugins/spy-js/server/node_modules/deep-is/.travis.yml +%%DATADIR%%/plugins/spy-js/server/node_modules/deep-is/LICENSE +%%DATADIR%%/plugins/spy-js/server/node_modules/deep-is/README.markdown +%%DATADIR%%/plugins/spy-js/server/node_modules/deep-is/example/cmp.js +%%DATADIR%%/plugins/spy-js/server/node_modules/deep-is/index.js +%%DATADIR%%/plugins/spy-js/server/node_modules/deep-is/package.json +%%DATADIR%%/plugins/spy-js/server/node_modules/deflate-crc32-stream/LICENSE-MIT +%%DATADIR%%/plugins/spy-js/server/node_modules/deflate-crc32-stream/lib/deflate-crc32-stream.js +%%DATADIR%%/plugins/spy-js/server/node_modules/deflate-crc32-stream/package.json +%%DATADIR%%/plugins/spy-js/server/node_modules/delayed-stream/.npmignore +%%DATADIR%%/plugins/spy-js/server/node_modules/delayed-stream/License +%%DATADIR%%/plugins/spy-js/server/node_modules/delayed-stream/Makefile +%%DATADIR%%/plugins/spy-js/server/node_modules/delayed-stream/lib/delayed_stream.js +%%DATADIR%%/plugins/spy-js/server/node_modules/delayed-stream/package.json +%%DATADIR%%/plugins/spy-js/server/node_modules/end-of-stream/LICENSE +%%DATADIR%%/plugins/spy-js/server/node_modules/end-of-stream/index.js +%%DATADIR%%/plugins/spy-js/server/node_modules/end-of-stream/package.json +%%DATADIR%%/plugins/spy-js/server/node_modules/escodegen/LICENSE.BSD +%%DATADIR%%/plugins/spy-js/server/node_modules/escodegen/LICENSE.source-map +%%DATADIR%%/plugins/spy-js/server/node_modules/escodegen/bin/escodegen.js +%%DATADIR%%/plugins/spy-js/server/node_modules/escodegen/bin/esgenerate.js +%%DATADIR%%/plugins/spy-js/server/node_modules/escodegen/escodegen.js +%%DATADIR%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/.npmignore +%%DATADIR%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/.travis.yml +%%DATADIR%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/CHANGELOG.md +%%DATADIR%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/LICENSE +%%DATADIR%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/Makefile.dryice.js +%%DATADIR%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/README.md +%%DATADIR%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/build/assert-shim.js +%%DATADIR%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/build/mini-require.js +%%DATADIR%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/build/prefix-source-map.jsm +%%DATADIR%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/build/prefix-utils.jsm +%%DATADIR%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/build/suffix-browser.js +%%DATADIR%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/build/suffix-source-map.jsm +%%DATADIR%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/build/suffix-utils.jsm +%%DATADIR%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/build/test-prefix.js +%%DATADIR%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/build/test-suffix.js +%%DATADIR%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/lib/source-map.js +%%DATADIR%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/lib/source-map/array-set.js +%%DATADIR%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/lib/source-map/base64-vlq.js +%%DATADIR%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/lib/source-map/base64.js +%%DATADIR%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/lib/source-map/basic-source-map-consumer.js +%%DATADIR%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/lib/source-map/binary-search.js +%%DATADIR%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/lib/source-map/indexed-source-map-consumer.js +%%DATADIR%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/lib/source-map/mapping-list.js +%%DATADIR%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/lib/source-map/source-map-consumer.js +%%DATADIR%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/lib/source-map/source-map-generator.js +%%DATADIR%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/lib/source-map/source-node.js +%%DATADIR%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/lib/source-map/util.js +%%DATADIR%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/package.json *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***