Page MenuHomeSolus

D7867.id.diff
No OneTemporary

D7867.id.diff

This file is larger than 256 KB, so syntax highlighting was skipped.
diff --git a/files/0001-fix-file-indexing.patch b/files/0001-fix-file-indexing.patch
deleted file mode 100644
--- a/files/0001-fix-file-indexing.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-From 837ff394a72f3ceb42febcca596a3665f4cf1b27 Mon Sep 17 00:00:00 2001
-From: Jacob <Jacalz@users.noreply.github.com>
-Date: Wed, 23 Oct 2019 20:03:21 +0200
-Subject: [PATCH] Revert git-utils to 5.5.0 in package.json
-
----
- package-lock.json | 6 +++---
- package.json | 2 +-
- 2 files changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/package-lock.json b/package-lock.json
-index 79c6c314b..da125eb44 100644
---- a/package-lock.json
-+++ b/package-lock.json
-@@ -3201,9 +3201,9 @@
- }
- },
- "git-utils": {
-- "version": "5.6.1",
-- "resolved": "https://registry.npmjs.org/git-utils/-/git-utils-5.6.1.tgz",
-- "integrity": "sha512-wDF7vSbH940NupuMFC87As0x/VSke51P7xTnkdSlk96YN3tzOagXzBUNq5Nq16KOVuMSxcGj1l3qHF5VXl39Ng==",
-+ "version": "5.5.0",
-+ "resolved": "https://registry.npmjs.org/git-utils/-/git-utils-5.5.0.tgz",
-+ "integrity": "sha512-4t3f2pU4HPgKOyTXyaEdMHTBwa24ubC4FykCXlqnsPgHlupSq66d0/aq0h92BgnyGwI3ogqx9D0a+Uw/jNckOg==",
- "requires": {
- "fs-plus": "^3.0.0",
- "nan": "^2.0.0"
-diff --git a/package.json b/package.json
-index 604b99b2d..bce56ff50 100644
---- a/package.json
-+++ b/package.json
-@@ -64,7 +64,7 @@
- "fuzzaldrin": "^2.1",
- "fuzzy-finder": "https://www.atom.io/api/packages/fuzzy-finder/versions/1.14.0/tarball",
- "git-diff": "file:packages/git-diff",
-- "git-utils": "5.6.1",
-+ "git-utils": "5.5.0",
- "github": "https://www.atom.io/api/packages/github/versions/0.30.1/tarball",
- "glob": "^7.1.1",
- "go-to-line": "file:packages/go-to-line",
---
-2.23.0
-
diff --git a/files/icon-512.png b/files/icon-512.png
new file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,15 +1,13 @@
name : atom
-version : 1.41.0
-release : 127
+version : 1.44.0
+release : 128
source :
- - https://github.com/atom/atom/archive/v1.41.0.tar.gz : 4a440909462c461cbec9b82b5f97bd21719a34f0ab59f2d859df85a40246c949
+ - https://github.com/atom/atom/releases/download/v1.44.0/atom-amd64.tar.gz : 2f736a47668834aa3a96506514265990daf89617e8c7b2418803566b3e246c5f
license : MIT
component : programming.ide
summary : Atom is a hackable text editor for the 21st century.
description: |
Atom is a hackable text editor for the 21st century.
-ccache : no
-networking : yes
builddeps :
- pkgconfig(alsa)
- pkgconfig(gconf-2.0)
@@ -25,35 +23,22 @@
- pkgconfig(xscrnsaver)
- pkgconfig(xtst)
- cups-devel
- - git
- nodejs-devel
rundeps :
- curl-gnutls
- git
-setup : |
- %patch -p1 < $pkgfiles/0001-fix-file-indexing.patch
-build : |
- mkdir -p %installroot%/usr/bin/
- script/build
install : |
+ # Create the install destinations.
install -dm00644 $installdir/usr/bin
install -dm00644 $installdir/usr/share/atom/
- find out/atom-$version-amd64 \
- -path "*/apm/etc" -prune -exec rm -r '{}' \; \
- -or -path "*.md" -prune -exec rm -r '{}' \; \
- -or -name "LICENSE" -prune -exec rm -r '{}' \; \
- -or -name "doc" -prune -exec rm -r '{}' \; \
- -or -name "example" -prune -exec rm -r '{}' \; \
- -or -name "examples" -prune -exec rm -r '{}' \; \
- -or -name "license" -prune -exec rm -r '{}' \; \
- -or -name "man" -prune -exec rm -r '{}' \; \
- -or -name "obj.target" -prune -exec rm -r '{}' \; \
- -or -name "samples" -prune -exec rm -r '{}' \; \
- -or -name "test" -prune -exec rm -r '{}' \; \
- -or -name "tests" -prune -exec rm -r '{}' \; \
- -or -name "tst" -prune -exec rm -r '{}' \;
- cp -R out/atom-$version-amd64/* $installdir/usr/share/atom/
+
+ # The main install of atom.
+ cp -R * $installdir/usr/share/atom/
+
+ # Linking to the bin directory.
ln -s /usr/share/atom/resources/app/apm/bin/apm $installdir/usr/bin/apm
ln -s /usr/share/atom/atom $installdir/usr/bin/atom
- install -Dm644 $pkgfiles/atom.desktop %installroot%/usr/share/applications/atom.desktop
- install -Dm644 resources/app-icons/stable/png/512.png %installroot%/usr/share/pixmaps/atom.png
+
+ # Installation of the desktop file and a missing icon file.
+ install -Dm00644 $pkgfiles/atom.desktop %installroot%/usr/share/applications/atom.desktop
+ install -Dm00644 $pkgfiles/icon-512.png %installroot%/usr/share/pixmaps/atom.png
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -22,6 +22,7 @@
<Path fileType="executable">/usr/bin/apm</Path>
<Path fileType="executable">/usr/bin/atom</Path>
<Path fileType="data">/usr/share/applications/atom.desktop</Path>
+ <Path fileType="data">/usr/share/atom/LICENSE</Path>
<Path fileType="data">/usr/share/atom/LICENSES.chromium.html</Path>
<Path fileType="data">/usr/share/atom/atom</Path>
<Path fileType="data">/usr/share/atom/atom.png</Path>
@@ -86,6 +87,7 @@
<Path fileType="data">/usr/share/atom/locales/zh-TW.pak</Path>
<Path fileType="data">/usr/share/atom/natives_blob.bin</Path>
<Path fileType="data">/usr/share/atom/resources.pak</Path>
+ <Path fileType="data">/usr/share/atom/resources/LICENSE.md</Path>
<Path fileType="data">/usr/share/atom/resources/app.asar</Path>
<Path fileType="data">/usr/share/atom/resources/app.asar.unpacked/node_modules/@atom/fuzzy-native/build/Release/fuzzy-native.node</Path>
<Path fileType="data">/usr/share/atom/resources/app.asar.unpacked/node_modules/@atom/nsfw/build/Release/nsfw.node</Path>
@@ -224,8 +226,9 @@
<Path fileType="data">/usr/share/atom/resources/app.asar.unpacked/node_modules/nslog/build/Release/nslog.node</Path>
<Path fileType="data">/usr/share/atom/resources/app.asar.unpacked/node_modules/oniguruma/build/Release/onig_scanner.node</Path>
<Path fileType="data">/usr/share/atom/resources/app.asar.unpacked/node_modules/pathwatcher/build/Release/pathwatcher.node</Path>
- <Path fileType="data">/usr/share/atom/resources/app.asar.unpacked/node_modules/scandal/node_modules/git-utils/build/Release/git.node</Path>
<Path fileType="data">/usr/share/atom/resources/app.asar.unpacked/node_modules/scrollbar-style/build/Release/scrollbar-style-observer.node</Path>
+ <Path fileType="data">/usr/share/atom/resources/app.asar.unpacked/node_modules/spellchecker/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app.asar.unpacked/node_modules/spellchecker/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app.asar.unpacked/node_modules/spellchecker/build/Release/hunspell.a</Path>
<Path fileType="data">/usr/share/atom/resources/app.asar.unpacked/node_modules/spellchecker/build/Release/spellchecker.node</Path>
<Path fileType="data">/usr/share/atom/resources/app.asar.unpacked/node_modules/spellchecker/lib/spellchecker.js</Path>
@@ -239,7 +242,6 @@
<Path fileType="data">/usr/share/atom/resources/app.asar.unpacked/node_modules/symbols-view/vendor/ctags-darwin</Path>
<Path fileType="data">/usr/share/atom/resources/app.asar.unpacked/node_modules/symbols-view/vendor/ctags-linux</Path>
<Path fileType="data">/usr/share/atom/resources/app.asar.unpacked/node_modules/symbols-view/vendor/ctags-win32.exe</Path>
- <Path fileType="data">/usr/share/atom/resources/app.asar.unpacked/node_modules/text-buffer/node_modules/fs-admin/build/Release/fs_admin.node</Path>
<Path fileType="data">/usr/share/atom/resources/app.asar.unpacked/node_modules/text-buffer/node_modules/superstring/build/Release/superstring.node</Path>
<Path fileType="data">/usr/share/atom/resources/app.asar.unpacked/node_modules/tree-sitter-bash/build/Release/tree_sitter_bash_binding.node</Path>
<Path fileType="data">/usr/share/atom/resources/app.asar.unpacked/node_modules/tree-sitter-c/build/Release/tree_sitter_c_binding.node</Path>
@@ -262,6 +264,11 @@
<Path fileType="data">/usr/share/atom/resources/app.asar.unpacked/resources/atom.png</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/.github/no-response.yml</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/BUNDLED_NODE_VERSION</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/CONTRIBUTING.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/ISSUE_TEMPLATE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/PULL_REQUEST_TEMPLATE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/bin/apm</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/bin/apm.cmd</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/bin/node</Path>
@@ -335,11 +342,17 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/.bin/sshpk-verify</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/.bin/uuid</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/.bin/window-size</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/@atom/plist/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/@atom/plist/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/@atom/plist/lib/plist.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/@atom/plist/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/abbrev/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/abbrev/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/abbrev/abbrev.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/abbrev/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/ajv/.tonic_example.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/ajv/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/ajv/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/ajv/dist/ajv.bundle.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/ajv/dist/ajv.min.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/ajv/lib/ajv.js</Path>
@@ -386,6 +399,7 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/ajv/lib/dot/required.jst</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/ajv/lib/dot/uniqueItems.jst</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/ajv/lib/dot/validate.jst</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/ajv/lib/dotjs/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/ajv/lib/dotjs/_limit.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/ajv/lib/dotjs/_limitItems.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/ajv/lib/dotjs/_limitLength.js</Path>
@@ -426,17 +440,30 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/ajv/scripts/publish-built-version</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/ajv/scripts/travis-gh-pages</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/ansi-regex/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/ansi-regex/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/ansi-regex/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/ansi-regex/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/aproba/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/aproba/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/aproba/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/aproba/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/are-we-there-yet/CHANGES.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/are-we-there-yet/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/are-we-there-yet/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/are-we-there-yet/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/are-we-there-yet/node_modules/isarray/.travis.yml</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/are-we-there-yet/node_modules/isarray/Makefile</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/are-we-there-yet/node_modules/isarray/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/are-we-there-yet/node_modules/isarray/component.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/are-we-there-yet/node_modules/isarray/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/are-we-there-yet/node_modules/isarray/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/are-we-there-yet/node_modules/isarray/test.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/are-we-there-yet/node_modules/readable-stream/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/are-we-there-yet/node_modules/readable-stream/CONTRIBUTING.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/are-we-there-yet/node_modules/readable-stream/GOVERNANCE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/are-we-there-yet/node_modules/readable-stream/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/are-we-there-yet/node_modules/readable-stream/README.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/are-we-there-yet/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/are-we-there-yet/node_modules/readable-stream/duplex-browser.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/are-we-there-yet/node_modules/readable-stream/duplex.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/are-we-there-yet/node_modules/readable-stream/lib/_stream_duplex.js</Path>
@@ -455,9 +482,13 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/are-we-there-yet/node_modules/readable-stream/transform.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/are-we-there-yet/node_modules/readable-stream/writable-browser.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/are-we-there-yet/node_modules/readable-stream/writable.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/are-we-there-yet/node_modules/safe-buffer/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/are-we-there-yet/node_modules/safe-buffer/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/are-we-there-yet/node_modules/safe-buffer/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/are-we-there-yet/node_modules/safe-buffer/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/are-we-there-yet/node_modules/string_decoder/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/are-we-there-yet/node_modules/string_decoder/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/are-we-there-yet/node_modules/string_decoder/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/are-we-there-yet/node_modules/string_decoder/lib/string_decoder.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/are-we-there-yet/node_modules/string_decoder/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/are-we-there-yet/package.json</Path>
@@ -465,9 +496,12 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/are-we-there-yet/tracker-group.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/are-we-there-yet/tracker-stream.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/are-we-there-yet/tracker.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/asar-require/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/asar-require/lib/require.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/asar-require/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/asar/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/asar/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/asar/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/asar/bin/asar</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/asar/lib/asar.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/asar/lib/crawlfs.js</Path>
@@ -475,6 +509,22 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/asar/lib/filesystem.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/asar/lib/snapshot.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/asar/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/asar/test/expected/extractthis/dir1</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/asar/test/expected/extractthis/dir2</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/asar/test/expected/packthis-unpack.asar.unpacked/dir2</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/asar/test/input/extractthis-unpack-dir.asar.unpacked/dir2</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/asar/test/input/extractthis-unpack.asar.unpacked/dir2</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/asar/test/input/packthis-glob/x1</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/asar/test/input/packthis-glob/x2</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/asar/test/input/packthis-glob/y3/x1</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/asar/test/input/packthis-glob/y3/z1/x2</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/asar/test/input/packthis-glob/z4/w1</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/asar/test/input/packthis-subdir/dir1</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/asar/test/input/packthis-subdir/dir2/subdir</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/asar/test/input/packthis/dir1</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/asar/test/input/packthis/dir2</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/asn1/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/asn1/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/asn1/lib/ber/errors.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/asn1/lib/ber/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/asn1/lib/ber/reader.js</Path>
@@ -483,11 +533,17 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/asn1/lib/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/asn1/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/assert-plus/AUTHORS</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/assert-plus/CHANGES.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/assert-plus/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/assert-plus/assert.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/assert-plus/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/async/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/async/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/async/component.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/async/lib/async.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/async/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/asynckit/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/asynckit/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/asynckit/bench.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/asynckit/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/asynckit/lib/abort.js</Path>
@@ -506,32 +562,51 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/asynckit/serial.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/asynckit/serialOrdered.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/asynckit/stream.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/aws-sign2/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/aws-sign2/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/aws-sign2/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/aws-sign2/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/aws4/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/aws4/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/aws4/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/aws4/aws4.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/aws4/lru.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/aws4/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/balanced-match/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/balanced-match/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/balanced-match/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/balanced-match/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bcrypt-pbkdf/CONTRIBUTING.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bcrypt-pbkdf/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bcrypt-pbkdf/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bcrypt-pbkdf/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bcrypt-pbkdf/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/binary/.travis.yml</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/binary/README.markdown</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/binary/example</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/binary/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/binary/lib/vars.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/binary/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/binary/perf/loop.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/binary/perf/small.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/binary/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bl/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bl/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bl/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bl/bl.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bl/node_modules/isarray/.travis.yml</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bl/node_modules/isarray/Makefile</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bl/node_modules/isarray/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bl/node_modules/isarray/component.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bl/node_modules/isarray/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bl/node_modules/isarray/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bl/node_modules/isarray/test.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bl/node_modules/readable-stream/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bl/node_modules/readable-stream/CONTRIBUTING.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bl/node_modules/readable-stream/GOVERNANCE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bl/node_modules/readable-stream/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bl/node_modules/readable-stream/README.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bl/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bl/node_modules/readable-stream/duplex-browser.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bl/node_modules/readable-stream/duplex.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bl/node_modules/readable-stream/lib/_stream_duplex.js</Path>
@@ -543,6 +618,8 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bl/node_modules/readable-stream/lib/internal/streams/destroy.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bl/node_modules/readable-stream/lib/internal/streams/stream-browser.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bl/node_modules/readable-stream/lib/internal/streams/stream.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bl/node_modules/readable-stream/node_modules/safe-buffer/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bl/node_modules/readable-stream/node_modules/safe-buffer/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bl/node_modules/readable-stream/node_modules/safe-buffer/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bl/node_modules/readable-stream/node_modules/safe-buffer/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bl/node_modules/readable-stream/package.json</Path>
@@ -553,46 +630,76 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bl/node_modules/readable-stream/writable-browser.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bl/node_modules/readable-stream/writable.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bl/node_modules/string_decoder/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bl/node_modules/string_decoder/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bl/node_modules/string_decoder/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bl/node_modules/string_decoder/lib/string_decoder.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bl/node_modules/string_decoder/node_modules/safe-buffer/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bl/node_modules/string_decoder/node_modules/safe-buffer/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bl/node_modules/string_decoder/node_modules/safe-buffer/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bl/node_modules/string_decoder/node_modules/safe-buffer/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bl/node_modules/string_decoder/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bl/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/bl/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/block-stream/LICENCE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/block-stream/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/block-stream/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/block-stream/block-stream.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/block-stream/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/brace-expansion/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/brace-expansion/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/brace-expansion/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/brace-expansion/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/buffer-alloc-unsafe/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/buffer-alloc-unsafe/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/buffer-alloc-unsafe/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/buffer-alloc/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/buffer-alloc/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/buffer-alloc/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/buffer-fill/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/buffer-fill/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/buffer-fill/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/buffers/README.markdown</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/buffers/examples</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/buffers/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/buffers/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/buffers/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/camelcase/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/camelcase/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/camelcase/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/camelcase/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/caseless/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/caseless/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/caseless/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/caseless/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/caseless/test.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/chainsaw/README.markdown</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/chainsaw/examples</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/chainsaw/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/chainsaw/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/chainsaw/test</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/chownr/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/chownr/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/chownr/chownr.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/chownr/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/chromium-pickle-js/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/chromium-pickle-js/lib/exports.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/chromium-pickle-js/lib/pickle.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/chromium-pickle-js/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/chromium-pickle-js/test.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/cliui/CHANGELOG.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/cliui/LICENSE.txt</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/cliui/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/cliui/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/cliui/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/code-point-at/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/code-point-at/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/code-point-at/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/code-point-at/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/coffee-script/CNAME</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/coffee-script/CONTRIBUTING.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/coffee-script/LICENSE</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/coffee-script/README</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/coffee-script/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/coffee-script/bin/cake</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/coffee-script/bin/coffee</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/coffee-script/bower.json</Path>
@@ -616,6 +723,7 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/coffee-script/register.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/coffee-script/repl.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/colors/MIT-LICENSE.txt</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/colors/ReadMe.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/colors/colors.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/colors/example.html</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/colors/example.js</Path>
@@ -624,82 +732,128 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/colors/themes/winston-dark.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/colors/themes/winston-light.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/combined-stream/License</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/combined-stream/Readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/combined-stream/lib/combined_stream.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/combined-stream/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/combined-stream/yarn.lock</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/commander/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/commander/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/commander/Readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/commander/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/commander/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/commander/typings</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/concat-map/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/concat-map/LICENSE</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/concat-map/README.markdown</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/concat-map/example</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/concat-map/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/concat-map/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/concat-map/test</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/console-control-strings/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/console-control-strings/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/console-control-strings/README.md~</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/console-control-strings/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/console-control-strings/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/core-util-is/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/core-util-is/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/core-util-is/float.patch</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/core-util-is/lib/util.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/core-util-is/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/core-util-is/test.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/cson-parser/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/cson-parser/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/cson-parser/CONTRIBUTING.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/cson-parser/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/cson-parser/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/cson-parser/lib/cson-parser.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/cson-parser/lib/parse.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/cson-parser/lib/stringify.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/cson-parser/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/cuint/History.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/cuint/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/cuint/build.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/cuint/build/uint32.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/cuint/build/uint32.min.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/cuint/build/uint64.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/cuint/build/uint64.min.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/cuint/examples</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/cuint/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/cuint/lib/uint32.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/cuint/lib/uint64.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/cuint/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/cuint/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/d/.travis.yml</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/d/CHANGES</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/d/LICENCE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/d/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/d/auto-bind.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/d/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/d/lazy.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/d/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/d/test</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/dashdash/CHANGES.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/dashdash/LICENSE.txt</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/dashdash/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/dashdash/etc/dashdash.bash_completion.in</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/dashdash/lib/dashdash.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/dashdash/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/decamelize/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/decamelize/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/decamelize/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/decamelize/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/decompress-response/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/decompress-response/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/decompress-response/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/decompress-response/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/decompress-zip/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/decompress-zip/bin/decompress-zip</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/decompress-zip/changelog.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/decompress-zip/lib/decompress-zip.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/decompress-zip/lib/extractors.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/decompress-zip/lib/file-details.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/decompress-zip/lib/signatures.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/decompress-zip/lib/structures.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/decompress-zip/license</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/decompress-zip/node_modules/q/CHANGES.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/decompress-zip/node_modules/q/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/decompress-zip/node_modules/q/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/decompress-zip/node_modules/q/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/decompress-zip/node_modules/q/q.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/decompress-zip/node_modules/q/queue.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/decompress-zip/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/deep-extend/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/deep-extend/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/deep-extend/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/deep-extend/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/deep-extend/lib/deep-extend.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/deep-extend/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/delayed-stream/License</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/delayed-stream/Makefile</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/delayed-stream/Readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/delayed-stream/lib/delayed_stream.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/delayed-stream/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/delegates/History.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/delegates/License</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/delegates/Makefile</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/delegates/Readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/delegates/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/delegates/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/delegates/test</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/detect-libc/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/detect-libc/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/detect-libc/bin/detect-libc.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/detect-libc/lib/detect-libc.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/detect-libc/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/ecc-jsbn/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/ecc-jsbn/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/ecc-jsbn/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/ecc-jsbn/lib/LICENSE-jsbn</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/ecc-jsbn/lib/ec.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/ecc-jsbn/lib/sec.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/ecc-jsbn/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/ecc-jsbn/test.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/emissary/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/emissary/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/emissary/lib/behavior.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/emissary/lib/emissary.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/emissary/lib/emitter.js</Path>
@@ -708,9 +862,14 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/emissary/lib/subscriber.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/emissary/lib/subscription.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/emissary/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/end-of-stream/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/end-of-stream/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/end-of-stream/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/end-of-stream/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/CHANGELOG.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/CHANGES</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/array/#/@@iterator/implement.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/array/#/@@iterator/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/array/#/@@iterator/is-implemented.js</Path>
@@ -930,13 +1089,20 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/math/trunc/is-implemented.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/math/trunc/shim.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/node_modules/d/.github/FUNDING.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/node_modules/d/CHANGELOG.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/node_modules/d/CHANGES</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/node_modules/d/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/node_modules/d/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/node_modules/d/auto-bind.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/node_modules/d/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/node_modules/d/lazy.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/node_modules/d/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/node_modules/d/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/node_modules/es6-iterator/#/chain.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/node_modules/es6-iterator/CHANGELOG.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/node_modules/es6-iterator/CHANGES</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/node_modules/es6-iterator/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/node_modules/es6-iterator/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/node_modules/es6-iterator/appveyor.yml</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/node_modules/es6-iterator/array.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/node_modules/es6-iterator/for-of.js</Path>
@@ -945,9 +1111,12 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/node_modules/es6-iterator/is-iterable.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/node_modules/es6-iterator/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/node_modules/es6-iterator/string.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/node_modules/es6-iterator/test/#</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/node_modules/es6-iterator/valid-iterable.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/node_modules/es6-symbol/.travis.yml</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/node_modules/es6-symbol/CHANGES</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/node_modules/es6-symbol/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/node_modules/es6-symbol/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/node_modules/es6-symbol/implement.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/node_modules/es6-symbol/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/node_modules/es6-symbol/is-implemented.js</Path>
@@ -955,6 +1124,7 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/node_modules/es6-symbol/is-symbol.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/node_modules/es6-symbol/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/node_modules/es6-symbol/polyfill.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/node_modules/es6-symbol/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/node_modules/es6-symbol/validate-symbol.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/number/#/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/number/#/pad.js</Path>
@@ -1162,10 +1332,78 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/string/raw/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/string/raw/is-implemented.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/string/raw/shim.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/array/#/@@iterator</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/array/#/concat</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/array/#/copy-within</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/array/#/entries</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/array/#/fill</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/array/#/filter</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/array/#/find</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/array/#/find-index</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/array/#/keys</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/array/#/map</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/array/#/slice</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/array/#/splice</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/array/#/values</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/array/from</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/array/of</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/boolean</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/date/#</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/error/#</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/function/#</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/iterable</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/math/acosh</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/math/asinh</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/math/atanh</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/math/cbrt</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/math/clz32</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/math/cosh</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/math/expm1</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/math/fround</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/math/hypot</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/math/imul</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/math/log10</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/math/log1p</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/math/log2</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/math/sign</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/math/sinh</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/math/tanh</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/math/trunc</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/number/#</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/number/epsilon</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/number/is-finite</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/number/is-integer</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/number/is-nan</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/number/is-safe-integer</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/number/max-safe-integer</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/number/min-safe-integer</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/object/assign</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/object/entries</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/object/keys</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/object/set-prototype-of</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/promise/#/finally</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/reg-exp/#/match</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/reg-exp/#/replace</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/reg-exp/#/search</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/reg-exp/#/split</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/reg-exp/#/sticky</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/reg-exp/#/unicode</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/string/#/@@iterator</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/string/#/code-point-at</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/string/#/contains</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/string/#/ends-with</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/string/#/normalize</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/string/#/repeat</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/string/#/starts-with</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/string/from-code-point</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/test/string/raw</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es5-ext/to-short-string-representation.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es6-iterator/#/chain.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es6-iterator/.travis.yml</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es6-iterator/CHANGES</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es6-iterator/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es6-iterator/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es6-iterator/array.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es6-iterator/for-of.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es6-iterator/get.js</Path>
@@ -1173,9 +1411,12 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es6-iterator/is-iterable.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es6-iterator/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es6-iterator/string.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es6-iterator/test/#</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es6-iterator/valid-iterable.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es6-symbol/.travis.yml</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es6-symbol/CHANGES</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es6-symbol/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es6-symbol/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es6-symbol/implement.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es6-symbol/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es6-symbol/is-implemented.js</Path>
@@ -1183,10 +1424,12 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es6-symbol/is-symbol.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es6-symbol/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es6-symbol/polyfill.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es6-symbol/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es6-symbol/validate-symbol.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es6-weak-map/.travis.yml</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es6-weak-map/CHANGES</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es6-weak-map/LICENCE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es6-weak-map/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es6-weak-map/implement.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es6-weak-map/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es6-weak-map/is-implemented.js</Path>
@@ -1194,7 +1437,10 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es6-weak-map/is-weak-map.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es6-weak-map/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es6-weak-map/polyfill.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es6-weak-map/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/es6-weak-map/valid-weak-map.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/event-kit/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/event-kit/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/event-kit/api.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/event-kit/lib/composite-disposable.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/event-kit/lib/disposable.js</Path>
@@ -1202,27 +1448,42 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/event-kit/lib/event-kit.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/event-kit/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/expand-template/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/expand-template/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/expand-template/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/expand-template/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/expand-template/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/expand-template/test.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/extend/.jscs.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/extend/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/extend/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/extend/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/extend/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/extend/component.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/extend/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/extend/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/extsprintf/.gitmodules</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/extsprintf/LICENSE</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/extsprintf/Makefile</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/extsprintf/Makefile.targ</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/extsprintf/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/extsprintf/jsl.node.conf</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/extsprintf/lib/extsprintf.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/extsprintf/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fast-deep-equal/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fast-deep-equal/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fast-deep-equal/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fast-deep-equal/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fast-json-stable-stringify/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fast-json-stable-stringify/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fast-json-stable-stringify/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fast-json-stable-stringify/benchmark/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fast-json-stable-stringify/benchmark/test.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fast-json-stable-stringify/example</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fast-json-stable-stringify/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fast-json-stable-stringify/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fast-json-stable-stringify/test</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/first-mate/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/first-mate/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/first-mate/api.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/first-mate/benchmark/bootstrap.css</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/first-mate/benchmark/bootstrap.min.css</Path>
@@ -1240,23 +1501,33 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/first-mate/lib/scope-selector-parser.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/first-mate/lib/scope-selector.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/first-mate/node_modules/.bin/csonc</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/first-mate/node_modules/season/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/first-mate/node_modules/season/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/first-mate/node_modules/season/bin/csonc</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/first-mate/node_modules/season/lib/cson.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/first-mate/node_modules/season/lib/csonc.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/first-mate/node_modules/season/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/first-mate/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/forever-agent/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/forever-agent/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/forever-agent/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/forever-agent/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/form-data/License</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/form-data/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/form-data/README.md.bak</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/form-data/lib/browser.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/form-data/lib/form_data.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/form-data/lib/populate.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/form-data/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/form-data/yarn.lock</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fs-constants/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fs-constants/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fs-constants/browser.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fs-constants/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fs-constants/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fs-extra/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fs-extra/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fs-extra/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fs-extra/lib/copy-sync/copy-file-sync.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fs-extra/lib/copy-sync/copy-sync.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fs-extra/lib/copy-sync/index.js</Path>
@@ -1287,17 +1558,27 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fs-extra/lib/util/utimes.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fs-extra/lib/walk/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fs-extra/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fs-plus/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fs-plus/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fs-plus/appveyor.yml</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fs-plus/lib/fs-plus.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fs-plus/node_modules/async/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fs-plus/node_modules/async/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fs-plus/node_modules/async/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fs-plus/node_modules/async/dist/async.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fs-plus/node_modules/async/dist/async.min.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fs-plus/node_modules/async/lib/async.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fs-plus/node_modules/async/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fs-plus/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fs.realpath/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fs.realpath/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fs.realpath/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fs.realpath/old.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fs.realpath/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fstream/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fstream/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fstream/README.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fstream/examples</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fstream/fstream.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fstream/lib/abstract.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fstream/lib/collect.js</Path>
@@ -1314,6 +1595,9 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fstream/lib/socket-reader.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fstream/lib/writer.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/fstream/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/gauge/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/gauge/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/gauge/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/gauge/base-theme.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/gauge/error.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/gauge/has-color.js</Path>
@@ -1331,12 +1615,29 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/gauge/themes.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/gauge/wide-truncate.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/getpass/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/getpass/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/getpass/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/getpass/lib/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/getpass/package.json</Path>
- <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/build/Release/.deps/Release</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/README.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/build/Release/.deps/Release/obj.target/git/src</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/build/Release/.deps/Release/obj.target/http_parser/deps/libgit2/deps/http-parser</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/build/Release/.deps/Release/obj.target/libgit2/deps/libgit2/src/hash</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/build/Release/.deps/Release/obj.target/libgit2/deps/libgit2/src/transports</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/build/Release/.deps/Release/obj.target/libgit2/deps/libgit2/src/unix</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/build/Release/.deps/Release/obj.target/libgit2/deps/libgit2/src/xdiff</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/build/Release/.deps/Release/obj.target/zlib/deps/libgit2/deps/zlib</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/build/Release/git.node</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/build/Release/git2.a</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/build/Release/http_parser.a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/build/Release/obj.target/git/src</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/build/Release/obj.target/http_parser/deps/libgit2/deps/http-parser</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/build/Release/obj.target/libgit2/deps/libgit2/src/hash</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/build/Release/obj.target/libgit2/deps/libgit2/src/transports</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/build/Release/obj.target/libgit2/deps/libgit2/src/unix</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/build/Release/obj.target/libgit2/deps/libgit2/src/xdiff</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/build/Release/obj.target/zlib/deps/libgit2/deps/zlib</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/build/Release/zlib.a</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/cmake/Modules</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/deps/http-parser</Path>
@@ -1344,6 +1645,8 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/deps/winhttp</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/deps/zlib</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/docs</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/examples/network</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/examples/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/include/git2/sys</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/script</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/src/hash</Path>
@@ -1351,25 +1654,1876 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/src/unix</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/src/win32</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/src/xdiff</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/attr</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/blame</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/buf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/checkout</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/cherrypick</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/clar</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/clone</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/commit</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/config</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/core</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/date</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/describe</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/diff</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/fetchhead</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/filter</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/graph</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/index</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/merge/trees</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/merge/workdir</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/network/remote</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/notes</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/object/blob</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/object/commit</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/object/raw</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/object/tag</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/object/tree</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/odb/backend</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/online</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/pack</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/path</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/perf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/rebase</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/refs/branches</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/refs/reflog</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/remote</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/repo</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/reset</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/logs/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/10</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/16</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/21</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/24</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/29</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/2b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/2c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/2d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/37</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/3a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/3b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/3e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/45</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/4d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/4e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/55</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/58</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/60</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/6b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/6d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/71</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/8d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/93</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/94</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/96</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/99</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/9e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/9f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/a0</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/a5</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/a9</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/b4</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/c0</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/c4</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/c7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/c9</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/ce</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/d5</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/d8</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/dc</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/de</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/e5</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/ec</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/ed</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/f2</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/f5</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/fb</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/fe</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/objects/ff</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/.gitted/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/dir</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/sub/dir</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/sub/ign/sub</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr/sub/sub</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr_index/.gitted/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr_index/.gitted/logs/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr_index/.gitted/objects/38</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr_index/.gitted/objects/59</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr_index/.gitted/objects/cd</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr_index/.gitted/objects/f7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr_index/.gitted/objects/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr_index/.gitted/objects/pack</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr_index/.gitted/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/attr_index/sub/sub</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/bad_tag.git/objects/pack</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/bad_tag.git/refs</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/binaryunicode/.gitted/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/binaryunicode/.gitted/objects/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/binaryunicode/.gitted/objects/pack</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/binaryunicode/.gitted/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/blametest.git/objects/0c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/blametest.git/objects/1a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/blametest.git/objects/1b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/blametest.git/objects/37</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/blametest.git/objects/48</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/blametest.git/objects/4e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/blametest.git/objects/5a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/blametest.git/objects/63</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/blametest.git/objects/66</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/blametest.git/objects/8b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/blametest.git/objects/96</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/blametest.git/objects/98</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/blametest.git/objects/aa</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/blametest.git/objects/ad</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/blametest.git/objects/b1</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/blametest.git/objects/b9</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/blametest.git/objects/bc</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/blametest.git/objects/cf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/blametest.git/objects/d0</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/blametest.git/objects/da</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/blametest.git/objects/de</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/blametest.git/objects/e5</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/blametest.git/objects/ef</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/blametest.git/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/01</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/02</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/06</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/08</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/0d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/11</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/12</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/19</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/1c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/1e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/20</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/28</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/2a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/2c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/35</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/38</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/3f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/40</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/44</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/48</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/49</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/4b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/4c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/51</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/54</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/56</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/58</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/5d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/5e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/5f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/63</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/6c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/6d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/74</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/82</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/85</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/8b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/96</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/9c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/a1</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/a2</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/a4</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/a5</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/a6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/a8</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/a9</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/ab</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/b8</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/ba</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/bb</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/bc</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/bd</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/ce</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/cf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/d0</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/d3</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/e2</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/e5</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/e6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/e7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/e9</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/eb</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/f0</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/f2</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/f5</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/objects/f9</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/cherrypick/.gitted/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/config</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/04</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/09</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/0a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/0d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/0e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/0f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/16</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/18</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/20</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/23</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/2a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/2b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/2c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/33</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/38</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/3f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/41</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/47</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/4b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/5a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/68</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/69</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/6a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/6c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/77</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/78</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/79</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/7c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/85</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/92</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/96</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/97</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/9a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/9d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/a2</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/a9</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/aa</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/af</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/bb</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/c3</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/c8</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/cd</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/d1</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/dc</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/de</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/e5</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/e6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/ea</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/ef</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/f2</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/f4</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/fe</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_false</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_false,-crlf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_false,-text</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_false,crlf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_false,eol_crlf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_false,eol_lf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_false,text</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_false,text,eol_crlf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_false,text,eol_lf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_false,text_auto</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_false,text_auto,eol_crlf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_false,text_auto,eol_lf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_input</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_input,-crlf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_input,-text</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_input,crlf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_input,eol_crlf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_input,eol_lf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_input,text</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_input,text,eol_crlf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_input,text,eol_lf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_input,text_auto</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_input,text_auto,eol_crlf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_input,text_auto,eol_lf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_true</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_true,-crlf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_true,-text</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_true,crlf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_true,eol_crlf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_true,eol_lf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_true,text</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_true,text,eol_crlf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_true,text,eol_lf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_true,text_auto</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_true,text_auto,eol_crlf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_true,text_auto,eol_lf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_false</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_false,-crlf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_false,-text</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_false,crlf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_false,eol_crlf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_false,eol_lf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_false,text</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_false,text,eol_crlf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_false,text,eol_lf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_false,text_auto</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_false,text_auto,eol_crlf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_false,text_auto,eol_lf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_input</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_input,-crlf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_input,-text</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_input,crlf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_input,eol_crlf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_input,eol_lf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_input,text</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_input,text,eol_crlf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_input,text,eol_lf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_input,text_auto</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_input,text_auto,eol_crlf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_input,text_auto,eol_lf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_true</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_true,-crlf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_true,-text</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_true,crlf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_true,eol_crlf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_true,eol_lf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_true,text</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_true,text,eol_crlf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_true,text,eol_lf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_true,text_auto</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_true,text_auto,eol_crlf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_true,text_auto,eol_lf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/deprecated-mode.git/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/deprecated-mode.git/objects/06</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/deprecated-mode.git/objects/08</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/deprecated-mode.git/objects/1b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/deprecated-mode.git/objects/3d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/deprecated-mode.git/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/describe/.gitted/logs/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/describe/.gitted/objects/03</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/describe/.gitted/objects/10</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/describe/.gitted/objects/17</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/describe/.gitted/objects/19</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/describe/.gitted/objects/1e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/describe/.gitted/objects/22</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/describe/.gitted/objects/25</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/describe/.gitted/objects/2b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/describe/.gitted/objects/31</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/describe/.gitted/objects/42</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/describe/.gitted/objects/4d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/describe/.gitted/objects/4f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/describe/.gitted/objects/52</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/describe/.gitted/objects/56</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/describe/.gitted/objects/61</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/describe/.gitted/objects/62</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/describe/.gitted/objects/65</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/describe/.gitted/objects/68</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/describe/.gitted/objects/69</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/describe/.gitted/objects/6a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/describe/.gitted/objects/6d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/describe/.gitted/objects/75</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/describe/.gitted/objects/81</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/describe/.gitted/objects/8e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/describe/.gitted/objects/94</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/describe/.gitted/objects/9c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/describe/.gitted/objects/a6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/describe/.gitted/objects/a9</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/describe/.gitted/objects/aa</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/describe/.gitted/objects/b2</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/describe/.gitted/objects/ce</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/describe/.gitted/objects/d5</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/describe/.gitted/objects/f2</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/describe/.gitted/objects/f7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/describe/.gitted/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff/.gitted/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff/.gitted/logs/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff/.gitted/objects/29</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff/.gitted/objects/3e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff/.gitted/objects/54</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff/.gitted/objects/7a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff/.gitted/objects/7b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff/.gitted/objects/88</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff/.gitted/objects/cb</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff/.gitted/objects/d7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff/.gitted/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/0a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/10</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/13</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/17</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/1a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/1b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/1e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/20</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/23</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/24</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/25</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/27</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/29</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/2f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/39</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/45</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/4a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/4c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/4d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/4f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/50</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/52</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/55</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/62</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/66</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/69</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/6b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/6c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/6e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/73</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/74</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/77</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/7a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/7f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/87</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/89</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/8d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/92</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/94</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/9a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/9b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/a3</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/a5</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/a7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/a9</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/af</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/b0</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/b4</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/bd</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/cb</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/cd</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/ce</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/d1</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/d5</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/d7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/db</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/e1</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/e6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/e9</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/ee</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/f3</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/f4</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/f9</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/fc</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/objects/ff</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/diff_format_email/.gitted/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/duplicate.git/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/duplicate.git/logs/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/duplicate.git/objects/03</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/duplicate.git/objects/0d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/duplicate.git/objects/ce</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/duplicate.git/objects/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/duplicate.git/objects/pack</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/duplicate.git/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/empty_bare.git/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/empty_bare.git/objects/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/empty_bare.git/objects/pack</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/empty_bare.git/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/empty_standard_repo/.gitted/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/empty_standard_repo/.gitted/objects/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/empty_standard_repo/.gitted/objects/pack</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/empty_standard_repo/.gitted/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/filemodes/.gitted/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/filemodes/.gitted/logs/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/filemodes/.gitted/objects/99</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/filemodes/.gitted/objects/a5</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/filemodes/.gitted/objects/e7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/filemodes/.gitted/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/icase/.gitted/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/icase/.gitted/logs/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/icase/.gitted/objects/3e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/icase/.gitted/objects/4d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/icase/.gitted/objects/62</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/icase/.gitted/objects/76</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/icase/.gitted/objects/d4</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/icase/.gitted/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/icase/L</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/icase/k</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/issue_1397/.gitted/objects/7f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/issue_1397/.gitted/objects/83</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/issue_1397/.gitted/objects/8a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/issue_1397/.gitted/objects/8e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/issue_1397/.gitted/objects/f2</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/issue_1397/.gitted/objects/ff</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/issue_1397/.gitted/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/issue_592/.gitted/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/issue_592/.gitted/logs/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/issue_592/.gitted/objects/06</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/issue_592/.gitted/objects/49</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/issue_592/.gitted/objects/4d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/issue_592/.gitted/objects/71</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/issue_592/.gitted/objects/be</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/issue_592/.gitted/objects/e3</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/issue_592/.gitted/objects/f1</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/issue_592/.gitted/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/issue_592/c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/issue_592/t</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/issue_592b/.gitted/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/issue_592b/.gitted/logs/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/issue_592b/.gitted/objects/3f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/issue_592b/.gitted/objects/6f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/issue_592b/.gitted/objects/80</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/issue_592b/.gitted/objects/a6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/issue_592b/.gitted/objects/ae</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/issue_592b/.gitted/objects/b3</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/issue_592b/.gitted/objects/f7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/issue_592b/.gitted/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/issue_592b/ignored/contained</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/00</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/01</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/05</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/06</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/07</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/0b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/0e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/0f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/12</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/15</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/16</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/1c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/1e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/21</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/34</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/37</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/38</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/3a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/3b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/3f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/41</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/42</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/43</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/48</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/4b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/4c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/4d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/4e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/4f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/50</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/53</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/56</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/5a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/5b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/5e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/5f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/63</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/65</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/66</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/68</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/6c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/6e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/71</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/72</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/73</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/74</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/75</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/78</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/7a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/7c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/7e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/81</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/88</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/89</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/8a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/8f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/94</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/95</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/96</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/97</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/98</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/9a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/9b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/9c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/9e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/a0</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/a2</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/a3</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/a7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/a8</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/aa</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/ad</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/b2</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/b4</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/b9</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/bd</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/c0</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/c4</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/ca</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/cb</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/d0</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/d2</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/d6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/d7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/d8</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/da</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/db</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/de</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/e1</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/e2</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/e5</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/ef</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/f1</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/f3</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/f5</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/f7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/fa</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/fd</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/fe</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/objects/ff</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-recursive/.gitted/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/logs/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/modules/submodule/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/modules/submodule/objects/18</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/modules/submodule/objects/29</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/modules/submodule/objects/38</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/modules/submodule/objects/ab</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/modules/submodule/objects/ad</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/modules/submodule/objects/ae</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/modules/submodule/objects/c2</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/modules/submodule/objects/d3</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/modules/submodule/objects/f1</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/modules/submodule/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/modules/submodule/refs/remotes/origin</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/00</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/01</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/02</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/03</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/05</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/07</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/09</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/0a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/0c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/0d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/0e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/0f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/11</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/13</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/14</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/15</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/16</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/17</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/18</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/19</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/1a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/1c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/1e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/1f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/20</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/21</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/22</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/23</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/24</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/25</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/26</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/27</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/2b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/2d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/2f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/31</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/32</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/33</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/34</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/35</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/36</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/37</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/38</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/3b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/3e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/40</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/41</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/42</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/43</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/45</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/46</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/47</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/49</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/4a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/4b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/4c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/4e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/4f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/50</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/51</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/52</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/53</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/54</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/55</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/56</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/57</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/58</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/59</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/5c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/5d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/5e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/5f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/60</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/61</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/62</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/63</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/67</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/68</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/69</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/6a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/6b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/6c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/6e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/6f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/71</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/72</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/74</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/75</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/76</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/7a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/7c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/7e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/7f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/80</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/81</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/83</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/84</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/86</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/87</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/88</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/8a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/8b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/8c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/8f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/90</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/91</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/92</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/93</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/94</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/95</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/96</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/97</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/98</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/99</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/9a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/9c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/9e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/9f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/a0</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/a3</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/a4</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/a5</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/a7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/a8</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/a9</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/ab</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/ac</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/ad</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/b2</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/b4</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/b6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/b7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/b8</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/ba</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/bc</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/bd</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/be</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/c0</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/c1</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/c3</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/c4</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/c5</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/c6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/c8</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/c9</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/ca</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/cb</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/cc</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/ce</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/cf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/d0</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/d2</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/d3</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/d4</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/d5</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/d6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/d7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/d8</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/d9</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/da</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/db</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/dd</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/de</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/df</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/e0</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/e1</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/e2</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/e3</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/e4</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/e5</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/e6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/e8</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/e9</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/eb</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/ec</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/ed</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/ee</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/ef</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/f0</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/f2</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/f3</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/f4</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/f5</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/f6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/f7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/f8</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/fa</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/fb</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/fc</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/fd</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/fe</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/objects/ff</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-resolve/.gitted/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-whitespace/.gitted/objects/01</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-whitespace/.gitted/objects/08</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-whitespace/.gitted/objects/0a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-whitespace/.gitted/objects/11</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-whitespace/.gitted/objects/24</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-whitespace/.gitted/objects/25</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-whitespace/.gitted/objects/26</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-whitespace/.gitted/objects/2f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-whitespace/.gitted/objects/3c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-whitespace/.gitted/objects/40</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-whitespace/.gitted/objects/42</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-whitespace/.gitted/objects/43</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-whitespace/.gitted/objects/4b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-whitespace/.gitted/objects/54</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-whitespace/.gitted/objects/5e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-whitespace/.gitted/objects/70</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-whitespace/.gitted/objects/74</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-whitespace/.gitted/objects/77</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-whitespace/.gitted/objects/9c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-whitespace/.gitted/objects/a2</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-whitespace/.gitted/objects/a4</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-whitespace/.gitted/objects/a8</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-whitespace/.gitted/objects/a9</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-whitespace/.gitted/objects/b2</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-whitespace/.gitted/objects/bc</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-whitespace/.gitted/objects/bf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-whitespace/.gitted/objects/c3</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-whitespace/.gitted/objects/c7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-whitespace/.gitted/objects/d9</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-whitespace/.gitted/objects/e6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-whitespace/.gitted/objects/ec</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-whitespace/.gitted/objects/ee</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-whitespace/.gitted/objects/ef</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-whitespace/.gitted/objects/f0</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-whitespace/.gitted/objects/f1</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-whitespace/.gitted/objects/f4</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-whitespace/.gitted/objects/f8</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/merge-whitespace/.gitted/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/mergedrepo/.gitted/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/mergedrepo/.gitted/logs/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/mergedrepo/.gitted/objects/03</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/mergedrepo/.gitted/objects/17</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/mergedrepo/.gitted/objects/1f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/mergedrepo/.gitted/objects/22</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/mergedrepo/.gitted/objects/32</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/mergedrepo/.gitted/objects/38</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/mergedrepo/.gitted/objects/3a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/mergedrepo/.gitted/objects/44</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/mergedrepo/.gitted/objects/47</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/mergedrepo/.gitted/objects/51</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/mergedrepo/.gitted/objects/53</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/mergedrepo/.gitted/objects/6a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/mergedrepo/.gitted/objects/70</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/mergedrepo/.gitted/objects/75</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/mergedrepo/.gitted/objects/7b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/mergedrepo/.gitted/objects/84</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/mergedrepo/.gitted/objects/88</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/mergedrepo/.gitted/objects/8a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/mergedrepo/.gitted/objects/8b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/mergedrepo/.gitted/objects/8f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/mergedrepo/.gitted/objects/9a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/mergedrepo/.gitted/objects/9d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/mergedrepo/.gitted/objects/b7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/mergedrepo/.gitted/objects/d0</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/mergedrepo/.gitted/objects/e2</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/mergedrepo/.gitted/objects/e6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/mergedrepo/.gitted/objects/f7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/mergedrepo/.gitted/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/02</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/04</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/05</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/09</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/0a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/0b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/0d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/10</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/11</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/12</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/13</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/14</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/15</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/16</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/19</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/1e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/24</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/26</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/27</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/2b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/2d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/35</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/38</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/39</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/3b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/44</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/46</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/4a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/4d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/53</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/5d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/65</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/68</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/69</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/6b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/6c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/71</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/7a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/7b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/7d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/7f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/80</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/81</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/82</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/88</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/89</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/8b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/8c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/8f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/91</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/94</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/96</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/9a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/9d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/9e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/a0</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/a5</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/a7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/ac</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/af</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/b1</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/b8</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/bb</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/bc</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/bf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/c2</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/c3</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/c4</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/c6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/c8</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/cc</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/cd</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/ce</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/cf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/d2</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/dc</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/de</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/e2</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/e3</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/e4</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/e5</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/e7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/e8</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/eb</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/ed</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/ef</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/f2</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/fa</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/objects/fd</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nasty/.gitted/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nsecs/.gitted/objects/03</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nsecs/.gitted/objects/6d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nsecs/.gitted/objects/c5</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nsecs/.gitted/objects/df</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/nsecs/.gitted/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/partial-testrepo/.gitted/objects/13</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/partial-testrepo/.gitted/objects/14</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/partial-testrepo/.gitted/objects/16</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/partial-testrepo/.gitted/objects/18</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/partial-testrepo/.gitted/objects/45</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/partial-testrepo/.gitted/objects/4a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/partial-testrepo/.gitted/objects/4e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/partial-testrepo/.gitted/objects/5b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/partial-testrepo/.gitted/objects/62</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/partial-testrepo/.gitted/objects/66</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/partial-testrepo/.gitted/objects/75</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/partial-testrepo/.gitted/objects/81</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/partial-testrepo/.gitted/objects/84</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/partial-testrepo/.gitted/objects/9f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/partial-testrepo/.gitted/objects/a4</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/partial-testrepo/.gitted/objects/a7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/partial-testrepo/.gitted/objects/a8</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/partial-testrepo/.gitted/objects/c4</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/partial-testrepo/.gitted/objects/cf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/partial-testrepo/.gitted/objects/d5</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/partial-testrepo/.gitted/objects/f6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/partial-testrepo/.gitted/objects/fa</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/partial-testrepo/.gitted/objects/fd</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/partial-testrepo/.gitted/objects/pack</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/partial-testrepo/.gitted/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/peeled.git/objects/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/peeled.git/objects/pack</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/peeled.git/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/logs/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/logs/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/logs/refs/remotes/origin</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/objects/08</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/objects/13</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/objects/18</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/objects/1a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/objects/1b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/objects/1f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/objects/25</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/objects/27</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/objects/2d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/objects/32</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/objects/36</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/objects/45</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/objects/4a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/objects/4b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/objects/52</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/objects/5b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/objects/75</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/objects/76</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/objects/7b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/objects/81</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/objects/84</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/objects/94</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/objects/9a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/objects/9f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/objects/a4</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/objects/a6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/objects/a7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/objects/a8</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/objects/ae</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/objects/b2</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/objects/b6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/objects/be</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/objects/c4</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/objects/d0</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/objects/d6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/objects/d7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/objects/e6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/objects/e7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/objects/f1</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/objects/f6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/objects/fa</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/objects/fd</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/objects/pack</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/modules/submodule/refs/remotes/origin</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/objects/08</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/objects/27</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/objects/28</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/objects/36</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/objects/5c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/objects/61</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/objects/64</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/objects/78</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/objects/80</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/objects/95</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/objects/a7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/objects/b4</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/objects/c1</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/objects/cd</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/objects/d9</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/objects/dc</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/objects/ee</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/objects/f7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/objects/f8</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/objects/fa</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/objects/ff</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/objects/pack</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/.gitted/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/fold</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/push_src/submodule</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/logs</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/00</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/01</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/02</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/05</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/0e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/0f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/11</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/12</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/19</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/1b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/1f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/20</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/22</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/2a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/2b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/30</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/32</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/33</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/34</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/3c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/3d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/3e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/3f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/40</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/41</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/42</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/44</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/4b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/4c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/4f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/50</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/53</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/58</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/5b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/60</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/61</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/63</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/67</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/68</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/6c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/6d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/73</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/74</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/78</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/79</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/7a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/7c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/7f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/80</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/83</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/85</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/86</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/8d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/8f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/92</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/95</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/9a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/9c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/a0</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/a1</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/a7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/aa</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/ab</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/ad</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/ae</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/b1</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/b6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/b7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/b9</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/bc</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/c4</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/c5</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/cb</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/d4</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/d6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/da</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/dc</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/df</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/e4</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/e5</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/e7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/e8</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/e9</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/ec</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/ed</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/ee</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/ef</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/f5</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/f6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/f7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/f8</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/fc</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/objects/ff</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/rebase/.gitted/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/redundant.git/objects/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/redundant.git/objects/pack</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/redundant.git/refs</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/renames/.gitted/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/renames/.gitted/logs/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/renames/.gitted/objects/03</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/renames/.gitted/objects/17</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/renames/.gitted/objects/19</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/renames/.gitted/objects/1c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/renames/.gitted/objects/2b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/renames/.gitted/objects/31</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/renames/.gitted/objects/35</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/renames/.gitted/objects/36</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/renames/.gitted/objects/3c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/renames/.gitted/objects/42</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/renames/.gitted/objects/44</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/renames/.gitted/objects/47</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/renames/.gitted/objects/4e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/renames/.gitted/objects/50</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/renames/.gitted/objects/5e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/renames/.gitted/objects/61</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/renames/.gitted/objects/66</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/renames/.gitted/objects/93</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/renames/.gitted/objects/9a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/renames/.gitted/objects/ad</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/renames/.gitted/objects/b9</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/renames/.gitted/objects/d7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/renames/.gitted/objects/ea</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/renames/.gitted/objects/f9</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/renames/.gitted/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/00</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/0a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/0c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/0f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/10</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/13</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/15</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/18</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/1b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/1f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/21</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/29</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/2d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/33</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/39</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/3a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/46</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/4b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/52</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/55</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/5a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/6b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/71</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/72</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/73</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/74</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/75</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/77</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/83</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/87</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/8b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/8f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/97</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/9a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/a6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/a8</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/aa</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/ac</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/b7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/be</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/ce</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/d1</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/dd</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/e3</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/e5</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/ea</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/eb</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/ee</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/objects/f4</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/revert/.gitted/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/shallow.git/objects/pack</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/shallow.git/refs</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/short_tag.git/objects/4a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/short_tag.git/objects/4d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/short_tag.git/objects/5d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/short_tag.git/objects/e6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/short_tag.git/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/status/.gitted/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/status/.gitted/logs/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/status/.gitted/objects/00</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/status/.gitted/objects/06</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/status/.gitted/objects/18</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/status/.gitted/objects/19</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/status/.gitted/objects/26</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/status/.gitted/objects/2b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/status/.gitted/objects/32</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/status/.gitted/objects/37</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/status/.gitted/objects/45</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/status/.gitted/objects/52</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/status/.gitted/objects/53</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/status/.gitted/objects/54</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/status/.gitted/objects/55</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/status/.gitted/objects/70</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/status/.gitted/objects/73</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/status/.gitted/objects/75</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/status/.gitted/objects/90</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/status/.gitted/objects/9c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/status/.gitted/objects/a0</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/status/.gitted/objects/a6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/status/.gitted/objects/aa</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/status/.gitted/objects/d4</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/status/.gitted/objects/da</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/status/.gitted/objects/e8</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/status/.gitted/objects/e9</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/status/.gitted/objects/ed</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/status/.gitted/objects/ee</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/status/.gitted/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/status/subdir</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/sub.git/logs/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/sub.git/objects/10</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/sub.git/objects/17</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/sub.git/objects/94</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/sub.git/objects/b7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/sub.git/objects/d0</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/sub.git/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/logs/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_added_and_uncommited/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_added_and_uncommited/logs/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_added_and_uncommited/logs/refs/remotes/origin</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_added_and_uncommited/objects/06</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_added_and_uncommited/objects/0e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_added_and_uncommited/objects/17</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_added_and_uncommited/objects/41</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_added_and_uncommited/objects/48</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_added_and_uncommited/objects/5e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_added_and_uncommited/objects/6b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_added_and_uncommited/objects/73</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_added_and_uncommited/objects/78</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_added_and_uncommited/objects/88</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_added_and_uncommited/objects/d0</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_added_and_uncommited/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_added_and_uncommited/refs/remotes/origin</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_file/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_file/logs/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_file/logs/refs/remotes/origin</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_file/objects/06</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_file/objects/0e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_file/objects/17</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_file/objects/41</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_file/objects/48</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_file/objects/5e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_file/objects/6b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_file/objects/73</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_file/objects/78</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_file/objects/88</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_file/objects/d0</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_file/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_file/refs/remotes/origin</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_head/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_head/logs/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_head/logs/refs/remotes/origin</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_head/objects/06</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_head/objects/0e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_head/objects/17</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_head/objects/3d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_head/objects/41</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_head/objects/48</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_head/objects/5e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_head/objects/6b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_head/objects/73</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_head/objects/77</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_head/objects/78</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_head/objects/88</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_head/objects/8e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_head/objects/d0</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_head/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_head/refs/remotes/origin</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_index/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_index/logs/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_index/logs/refs/remotes/origin</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_index/objects/06</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_index/objects/0e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_index/objects/17</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_index/objects/41</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_index/objects/48</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_index/objects/5e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_index/objects/6b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_index/objects/73</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_index/objects/78</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_index/objects/88</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_index/objects/a0</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_index/objects/d0</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_index/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_index/refs/remotes/origin</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_untracked_file/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_untracked_file/logs/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_untracked_file/logs/refs/remotes/origin</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_untracked_file/objects/06</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_untracked_file/objects/0e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_untracked_file/objects/17</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_untracked_file/objects/41</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_untracked_file/objects/48</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_untracked_file/objects/5e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_untracked_file/objects/6b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_untracked_file/objects/73</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_untracked_file/objects/78</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_untracked_file/objects/88</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_untracked_file/objects/d0</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_untracked_file/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_changed_untracked_file/refs/remotes/origin</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_missing_commits/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_missing_commits/logs/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_missing_commits/logs/refs/remotes/origin</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_missing_commits/objects/06</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_missing_commits/objects/0e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_missing_commits/objects/17</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_missing_commits/objects/41</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_missing_commits/objects/5e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_missing_commits/objects/6b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_missing_commits/objects/78</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_missing_commits/objects/88</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_missing_commits/objects/d0</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_missing_commits/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_missing_commits/refs/remotes/origin</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_unchanged/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_unchanged/logs/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_unchanged/logs/refs/remotes/origin</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_unchanged/objects/06</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_unchanged/objects/0e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_unchanged/objects/17</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_unchanged/objects/41</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_unchanged/objects/48</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_unchanged/objects/5e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_unchanged/objects/6b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_unchanged/objects/73</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_unchanged/objects/78</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_unchanged/objects/88</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_unchanged/objects/d0</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_unchanged/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/modules/sm_unchanged/refs/remotes/origin</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/objects/09</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/objects/14</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/objects/22</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/objects/25</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/objects/2a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/objects/42</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/objects/57</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/objects/59</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/objects/60</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/objects/74</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/objects/7b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/objects/87</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/objects/97</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/objects/9d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/objects/a9</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/objects/b6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/objects/d4</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/objects/d9</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/objects/e3</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/objects/f5</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/objects/f9</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/.gitted/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/just_a_dir</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/not-submodule/.gitted/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/not-submodule/.gitted/logs/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/not-submodule/.gitted/objects/68</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/not-submodule/.gitted/objects/71</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/not-submodule/.gitted/objects/f0</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/not-submodule/.gitted/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/not/.gitted</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/sm_added_and_uncommited</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/sm_changed_file</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/sm_changed_head</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/sm_changed_index</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/sm_changed_untracked_file</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/sm_missing_commits</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2/sm_unchanged</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2_target/.gitted/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2_target/.gitted/logs/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2_target/.gitted/objects/06</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2_target/.gitted/objects/0e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2_target/.gitted/objects/17</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2_target/.gitted/objects/41</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2_target/.gitted/objects/48</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2_target/.gitted/objects/5e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2_target/.gitted/objects/6b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2_target/.gitted/objects/73</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2_target/.gitted/objects/78</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2_target/.gitted/objects/88</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2_target/.gitted/objects/d0</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submod2_target/.gitted/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodule_simple/.gitted/objects/22</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodule_simple/.gitted/objects/5b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodule_simple/.gitted/objects/a8</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodule_simple/.gitted/objects/b4</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodule_simple/.gitted/objects/d6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodule_simple/.gitted/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodule_with_path/.gitted/objects/18</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodule_with_path/.gitted/objects/36</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodule_with_path/.gitted/objects/89</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodule_with_path/.gitted/objects/b1</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodule_with_path/.gitted/objects/ba</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodule_with_path/.gitted/objects/c8</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodule_with_path/.gitted/objects/d5</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodule_with_path/.gitted/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/.gitted/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/.gitted/logs/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/.gitted/objects/26</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/.gitted/objects/78</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/.gitted/objects/97</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/.gitted/objects/b6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/.gitted/objects/d5</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/.gitted/objects/e3</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/.gitted/objects/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/.gitted/objects/pack</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/.gitted/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/testrepo/.gitted/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/testrepo/.gitted/logs/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/testrepo/.gitted/objects/13</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/testrepo/.gitted/objects/18</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/testrepo/.gitted/objects/1f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/testrepo/.gitted/objects/27</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/testrepo/.gitted/objects/32</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/testrepo/.gitted/objects/36</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/testrepo/.gitted/objects/45</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/testrepo/.gitted/objects/4a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/testrepo/.gitted/objects/5b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/testrepo/.gitted/objects/75</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/testrepo/.gitted/objects/76</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/testrepo/.gitted/objects/7b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/testrepo/.gitted/objects/81</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/testrepo/.gitted/objects/84</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/testrepo/.gitted/objects/94</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/testrepo/.gitted/objects/9a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/testrepo/.gitted/objects/9f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/testrepo/.gitted/objects/a4</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/testrepo/.gitted/objects/a6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/testrepo/.gitted/objects/a7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/testrepo/.gitted/objects/a8</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/testrepo/.gitted/objects/ae</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/testrepo/.gitted/objects/b2</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/testrepo/.gitted/objects/b6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/testrepo/.gitted/objects/be</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/testrepo/.gitted/objects/c4</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/testrepo/.gitted/objects/d6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/testrepo/.gitted/objects/e6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/testrepo/.gitted/objects/e7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/testrepo/.gitted/objects/f1</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/testrepo/.gitted/objects/f6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/testrepo/.gitted/objects/fa</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/testrepo/.gitted/objects/fd</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/testrepo/.gitted/objects/pack</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/testrepo/.gitted/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/submodules/testrepo/.gitted/refs/remotes/origin</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/super/.gitted/objects/51</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/super/.gitted/objects/79</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/super/.gitted/objects/d7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/super/.gitted/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/template/branches</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/template/hooks</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/template/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/logs/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/logs/refs/remotes/origin</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/logs/refs/remotes/test</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/objects/08</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/objects/13</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/objects/18</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/objects/1a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/objects/1b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/objects/1f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/objects/25</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/objects/27</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/objects/2d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/objects/32</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/objects/36</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/objects/45</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/objects/4a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/objects/4b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/objects/52</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/objects/5b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/objects/75</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/objects/76</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/objects/7b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/objects/81</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/objects/84</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/objects/94</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/objects/9a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/objects/9f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/objects/a4</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/objects/a6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/objects/a7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/objects/a8</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/objects/ae</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/objects/b2</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/objects/b6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/objects/be</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/objects/c4</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/objects/d0</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/objects/d6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/objects/d7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/objects/e6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/objects/e7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/objects/f1</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/objects/f6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/objects/fa</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/objects/fd</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/objects/pack</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/refs/notes</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo.git/refs/remotes/test</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/09</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/13</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/14</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/16</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/18</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/1d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/1f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/27</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/2b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/32</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/36</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/45</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/4a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/4e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/5b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/62</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/66</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/6b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/6f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/75</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/76</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/7b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/81</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/84</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/87</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/94</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/9a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/9f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/a4</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/a6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/a7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/a8</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/ae</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/af</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/b2</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/b6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/be</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/c0</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/c3</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/c4</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/ce</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/cf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/d4</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/d5</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/d6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/e3</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/e6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/e7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/ee</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/f1</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/f6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/fa</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/fd</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/objects/pack</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo/.gitted/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo2/.gitted/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo2/.gitted/logs/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo2/.gitted/logs/refs/remotes/origin</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo2/.gitted/objects/0c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo2/.gitted/objects/13</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo2/.gitted/objects/18</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo2/.gitted/objects/2d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo2/.gitted/objects/36</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo2/.gitted/objects/45</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo2/.gitted/objects/4a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo2/.gitted/objects/5b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo2/.gitted/objects/61</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo2/.gitted/objects/75</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo2/.gitted/objects/7f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo2/.gitted/objects/81</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo2/.gitted/objects/84</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo2/.gitted/objects/9f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo2/.gitted/objects/a4</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo2/.gitted/objects/a7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo2/.gitted/objects/a8</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo2/.gitted/objects/be</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo2/.gitted/objects/c4</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo2/.gitted/objects/e6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo2/.gitted/objects/f6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo2/.gitted/objects/fa</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo2/.gitted/objects/fd</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo2/.gitted/objects/pack</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo2/.gitted/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo2/.gitted/refs/remotes/origin</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/testrepo2/subdir/subdir2</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/twowaymerge.git/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/twowaymerge.git/objects/0c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/twowaymerge.git/objects/10</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/twowaymerge.git/objects/17</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/twowaymerge.git/objects/1c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/twowaymerge.git/objects/1f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/twowaymerge.git/objects/22</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/twowaymerge.git/objects/29</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/twowaymerge.git/objects/31</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/twowaymerge.git/objects/3b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/twowaymerge.git/objects/42</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/twowaymerge.git/objects/49</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/twowaymerge.git/objects/59</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/twowaymerge.git/objects/6a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/twowaymerge.git/objects/6c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/twowaymerge.git/objects/76</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/twowaymerge.git/objects/7b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/twowaymerge.git/objects/82</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/twowaymerge.git/objects/8b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/twowaymerge.git/objects/9a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/twowaymerge.git/objects/9b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/twowaymerge.git/objects/9f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/twowaymerge.git/objects/a4</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/twowaymerge.git/objects/a9</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/twowaymerge.git/objects/bd</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/twowaymerge.git/objects/c3</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/twowaymerge.git/objects/cb</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/twowaymerge.git/objects/cd</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/twowaymerge.git/objects/d6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/twowaymerge.git/objects/d9</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/twowaymerge.git/objects/e6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/twowaymerge.git/objects/ef</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/twowaymerge.git/objects/fc</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/twowaymerge.git/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/modules/b/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/modules/b/objects/06</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/modules/b/objects/0e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/modules/b/objects/17</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/modules/b/objects/41</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/modules/b/objects/48</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/modules/b/objects/5e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/modules/b/objects/6b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/modules/b/objects/73</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/modules/b/objects/78</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/modules/b/objects/88</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/modules/b/objects/d0</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/modules/b/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/modules/b/refs/remotes/origin</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/modules/d/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/modules/d/objects/06</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/modules/d/objects/0e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/modules/d/objects/17</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/modules/d/objects/41</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/modules/d/objects/48</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/modules/d/objects/5e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/modules/d/objects/6b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/modules/d/objects/73</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/modules/d/objects/78</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/modules/d/objects/88</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/modules/d/objects/d0</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/modules/d/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/modules/d/refs/remotes/origin</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/modules/e/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/modules/e/objects/06</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/modules/e/objects/0e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/modules/e/objects/17</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/modules/e/objects/41</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/modules/e/objects/48</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/modules/e/objects/5e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/modules/e/objects/6b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/modules/e/objects/73</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/modules/e/objects/78</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/modules/e/objects/88</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/modules/e/objects/d0</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/modules/e/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/modules/e/refs/remotes/origin</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/objects/0d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/objects/0e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/objects/0f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/objects/18</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/objects/1b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/objects/1e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/objects/42</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/objects/46</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/objects/63</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/objects/68</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/objects/6a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/objects/6e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/objects/6f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/objects/71</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/objects/75</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/objects/76</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/objects/79</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/objects/85</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/objects/8b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/objects/93</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/objects/96</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/objects/99</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/objects/9b</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/objects/9d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/objects/9e</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/objects/a0</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/objects/b1</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/objects/d7</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/objects/da</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/objects/e1</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/objects/e4</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/objects/e6</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/objects/f2</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/objects/fd</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/typechanges/.gitted/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/unsymlinked.git/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/unsymlinked.git/objects/08</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/unsymlinked.git/objects/13</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/unsymlinked.git/objects/19</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/unsymlinked.git/objects/58</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/unsymlinked.git/objects/5c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/unsymlinked.git/objects/6f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/unsymlinked.git/objects/7f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/unsymlinked.git/objects/80</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/unsymlinked.git/objects/83</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/unsymlinked.git/objects/a8</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/unsymlinked.git/objects/cf</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/unsymlinked.git/objects/d5</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/unsymlinked.git/objects/f4</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/unsymlinked.git/objects/f9</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/unsymlinked.git/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/userdiff/.gitted/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/userdiff/.gitted/objects/09</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/userdiff/.gitted/objects/0c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/userdiff/.gitted/objects/39</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/userdiff/.gitted/objects/3c</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/userdiff/.gitted/objects/46</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/userdiff/.gitted/objects/53</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/userdiff/.gitted/objects/63</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/userdiff/.gitted/objects/f3</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/userdiff/.gitted/objects/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/userdiff/.gitted/objects/pack</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/userdiff/.gitted/refs</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/userdiff/after</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/userdiff/before</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/userdiff/expected/driver</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/userdiff/expected/nodriver</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/userdiff/files</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/win32-forbidden/.gitted/info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/win32-forbidden/.gitted/objects/10</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/win32-forbidden/.gitted/objects/17</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/win32-forbidden/.gitted/objects/2d</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/win32-forbidden/.gitted/objects/34</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/win32-forbidden/.gitted/objects/8f</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/win32-forbidden/.gitted/objects/da</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/win32-forbidden/.gitted/objects/ea</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/win32-forbidden/.gitted/refs/heads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/revert</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/revwalk</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/stash</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/status</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/stress</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/submodule</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/threads</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/trace/windows</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/transport</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/win32</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/lib/git.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/git-utils/src</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/github-from-package/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/github-from-package/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/github-from-package/example</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/github-from-package/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/github-from-package/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/github-from-package/readme.markdown</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/github-from-package/test</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/glob/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/glob/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/glob/common.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/glob/glob.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/glob/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/glob/sync.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/graceful-fs/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/graceful-fs/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/graceful-fs/clone.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/graceful-fs/graceful-fs.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/graceful-fs/legacy-streams.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/graceful-fs/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/graceful-fs/polyfills.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/grim/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/grim/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/grim/lib/deprecation.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/grim/lib/grim.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/grim/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/har-schema/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/har-schema/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/har-schema/lib/afterRequest.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/har-schema/lib/beforeRequest.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/har-schema/lib/browser.json</Path>
@@ -1390,54 +3544,84 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/har-schema/lib/response.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/har-schema/lib/timings.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/har-schema/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/har-validator/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/har-validator/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/har-validator/lib/async.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/har-validator/lib/error.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/har-validator/lib/promise.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/har-validator/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/has-unicode/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/has-unicode/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/has-unicode/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/has-unicode/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/hosted-git-info/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/hosted-git-info/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/hosted-git-info/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/hosted-git-info/git-host-info.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/hosted-git-info/git-host.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/hosted-git-info/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/hosted-git-info/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/http-signature/.dir-locals.el</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/http-signature/CHANGES.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/http-signature/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/http-signature/README.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/http-signature/http_signing.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/http-signature/lib/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/http-signature/lib/parser.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/http-signature/lib/signer.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/http-signature/lib/utils.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/http-signature/lib/verify.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/http-signature/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/inflight/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/inflight/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/inflight/inflight.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/inflight/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/inherits/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/inherits/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/inherits/inherits.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/inherits/inherits_browser.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/inherits/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/ini/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/ini/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/ini/ini.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/ini/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/invert-kv/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/invert-kv/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/invert-kv/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/is-fullwidth-code-point/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/is-fullwidth-code-point/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/is-fullwidth-code-point/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/is-fullwidth-code-point/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/is-typedarray/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/is-typedarray/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/is-typedarray/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/is-typedarray/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/is-typedarray/test.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/isarray/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/isarray/build/build.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/isarray/component.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/isarray/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/isarray/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/isstream/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/isstream/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/isstream/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/isstream/isstream.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/isstream/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/isstream/test.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/jsbn/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/jsbn/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/jsbn/example.html</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/jsbn/example.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/jsbn/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/jsbn/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/json-schema-traverse/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/json-schema-traverse/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/json-schema-traverse/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/json-schema-traverse/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/json-schema-traverse/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/json-schema-traverse/spec/fixtures/schema.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/json-schema-traverse/spec/index.spec.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/json-schema/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/json-schema/draft-00/hyper-schema</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/json-schema/draft-00/json-ref</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/json-schema/draft-00/links</Path>
@@ -1450,6 +3634,7 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/json-schema/draft-02/json-ref</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/json-schema/draft-02/links</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/json-schema/draft-02/schema</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/json-schema/draft-03/examples</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/json-schema/draft-03/hyper-schema</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/json-schema/draft-03/json-ref</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/json-schema/draft-03/links</Path>
@@ -1462,97 +3647,178 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/json-schema/lib/links.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/json-schema/lib/validate.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/json-schema/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/json-schema/test</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/json-stringify-safe/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/json-stringify-safe/LICENSE</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/json-stringify-safe/Makefile</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/json-stringify-safe/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/json-stringify-safe/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/json-stringify-safe/stringify.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/json-stringify-safe/test</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/jsonfile/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/jsonfile/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/jsonfile/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/jsonfile/appveyor.yml</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/jsonfile/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/jsonfile/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/jsprim/CHANGES.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/jsprim/CONTRIBUTING.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/jsprim/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/jsprim/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/jsprim/lib/jsprim.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/jsprim/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/keytar/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/keytar/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/keytar/build/Release/keytar.node</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/keytar/lib/keytar.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/keytar/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/keytar/src</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/klaw/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/klaw/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/klaw/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/klaw/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/klaw/src/assign.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/klaw/src/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/lcid/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/lcid/lcid.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/lcid/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/lcid/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/lcid/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mime-db/HISTORY.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mime-db/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mime-db/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mime-db/db.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mime-db/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mime-db/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mime-types/HISTORY.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mime-types/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mime-types/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mime-types/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mime-types/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mimic-response/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mimic-response/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mimic-response/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mimic-response/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/minimatch/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/minimatch/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/minimatch/minimatch.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/minimatch/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/minimist/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/minimist/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/minimist/example</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/minimist/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/minimist/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/minimist/readme.markdown</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/minimist/test</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mixto/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mixto/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mixto/lib/mixin.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mixto/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mkdirp/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mkdirp/LICENSE</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mkdirp/bin/cmd.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mkdirp/bin/usage.txt</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mkdirp/examples</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mkdirp/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mkdirp/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mkdirp/readme.markdown</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mkdirp/test</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mkpath/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mkpath/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mkpath/mkpath.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mkpath/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mkpath/test</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mksnapshot/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mksnapshot/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mksnapshot/lib/main.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mksnapshot/lib/mksnapshot-call.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mksnapshot/lib/mksnapshot-path.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mksnapshot/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mute-stream/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mute-stream/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mute-stream/mute.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mute-stream/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mv/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mv/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mv/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mv/node_modules/.bin/ncp</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mv/node_modules/.bin/rimraf</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mv/node_modules/mkdirp/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mv/node_modules/mkdirp/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mv/node_modules/mkdirp/examples</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mv/node_modules/mkdirp/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mv/node_modules/mkdirp/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mv/node_modules/mkdirp/readme.markdown</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mv/node_modules/mkdirp/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mv/node_modules/ncp/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mv/node_modules/ncp/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mv/node_modules/ncp/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mv/node_modules/ncp/bin/ncp</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mv/node_modules/ncp/lib/ncp.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mv/node_modules/ncp/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mv/node_modules/ncp/test/fixtures/src/sub</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mv/node_modules/rimraf/AUTHORS</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mv/node_modules/rimraf/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mv/node_modules/rimraf/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mv/node_modules/rimraf/bin.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mv/node_modules/rimraf/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mv/node_modules/rimraf/rimraf.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mv/node_modules/rimraf/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mv/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/mv/test/a-folder/another-folder</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/nan/doc</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/nan/tools</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/napi-build-utils/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/napi-build-utils/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/napi-build-utils/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/napi-build-utils/index.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/napi-build-utils/napi-build-utils-1.0.0.tgz</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/napi-build-utils/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/ncp/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/ncp/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/ncp/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/ncp/bin/ncp</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/ncp/lib/ncp.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/ncp/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/ncp/test/fixtures/src/sub</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/next-tick/.travis.yml</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/next-tick/CHANGES</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/next-tick/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/next-tick/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/next-tick/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/next-tick/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/next-tick/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/node-abi/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/node-abi/CODE_OF_CONDUCT.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/node-abi/CONTRIBUTING.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/node-abi/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/node-abi/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/node-abi/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/node-abi/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/node-abi/test</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/noop-logger/History.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/noop-logger/Makefile</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/noop-logger/Readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/noop-logger/circle.yml</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/noop-logger/lib/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/noop-logger/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/noop-logger/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/nopt/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/nopt/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/nopt/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/nopt/bin/nopt.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/nopt/examples</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/nopt/lib/nopt.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/nopt/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/nopt/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/.mailmap</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/.travis.yml</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/AUTHORS</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/CONTRIBUTING.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/LICENSE</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/Makefile</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/appveyor.yml</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/bin/node-gyp-bin/node-gyp</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/bin/node-gyp-bin/node-gyp.cmd</Path>
@@ -1562,8 +3828,19 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/bin/npx</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/bin/npx-cli.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/bin/npx.cmd</Path>
- <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/changelogs</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/changelogs/CHANGELOG-1.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/changelogs/CHANGELOG-2.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/changelogs/CHANGELOG-3.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/changelogs/CHANGELOG-4.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/changelogs/CHANGELOG-5.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/configure</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/doc/cli</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/doc/files</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/doc/misc</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/doc/spec</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/html/doc/cli</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/html/doc/files</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/html/doc/misc</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/html/static</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/lib/access.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/lib/adduser.js</Path>
@@ -1610,6 +3887,7 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/lib/edit.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/lib/explore.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/lib/fetch-package-metadata.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/lib/fetch-package-metadata.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/lib/get.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/lib/help-search.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/lib/help.js</Path>
@@ -1761,6 +4039,9 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/lib/whoami.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/lib/xmas.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/make.bat</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/man/man1</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/man/man5</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/man/man7</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/.bin/JSONStream</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/.bin/errno</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/.bin/is-ci</Path>
@@ -1781,49 +4062,84 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/JSONStream/LICENSE.APACHE2</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/JSONStream/LICENSE.MIT</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/JSONStream/bin.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/JSONStream/examples</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/JSONStream/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/JSONStream/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/JSONStream/readme.markdown</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/JSONStream/test/fixtures</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/abbrev/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/abbrev/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/abbrev/abbrev.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/abbrev/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/agent-base/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/agent-base/History.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/agent-base/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/agent-base/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/agent-base/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/agent-base/patch-core.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/agent-base/test</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/agentkeepalive/History.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/agentkeepalive/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/agentkeepalive/browser.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/agentkeepalive/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/agentkeepalive/lib/_http_agent.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/agentkeepalive/lib/agent.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/agentkeepalive/lib/https_agent.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/agentkeepalive/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ansi-align/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ansi-align/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ansi-align/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ansi-align/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ansi-align/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ansi-regex/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ansi-regex/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ansi-regex/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ansi-regex/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ansi-styles/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ansi-styles/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ansi-styles/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ansi-styles/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ansicolors/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ansicolors/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ansicolors/ansicolors.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ansicolors/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ansicolors/test</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ansistyles/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ansistyles/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ansistyles/ansistyles.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ansistyles/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ansistyles/test</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/aproba/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/aproba/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/aproba/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/aproba/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/archy/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/archy/LICENSE</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/archy/README.markdown</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/archy/examples</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/archy/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/archy/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/archy/test</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/are-we-there-yet/CHANGES.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/are-we-there-yet/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/are-we-there-yet/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/are-we-there-yet/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/are-we-there-yet/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/are-we-there-yet/tracker-base.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/are-we-there-yet/tracker-group.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/are-we-there-yet/tracker-stream.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/are-we-there-yet/tracker.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/asap/CHANGES.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/asap/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/asap/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/asap/asap.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/asap/browser-asap.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/asap/browser-raw.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/asap/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/asap/raw.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/asn1/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/asn1/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/asn1/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/asn1/lib/ber/errors.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/asn1/lib/ber/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/asn1/lib/ber/reader.js</Path>
@@ -1831,9 +4147,14 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/asn1/lib/ber/writer.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/asn1/lib/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/asn1/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/asn1/tst/ber</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/assert-plus/AUTHORS</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/assert-plus/CHANGES.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/assert-plus/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/assert-plus/assert.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/assert-plus/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/asynckit/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/asynckit/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/asynckit/bench.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/asynckit/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/asynckit/lib/abort.js</Path>
@@ -1852,21 +4173,38 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/asynckit/serial.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/asynckit/serialOrdered.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/asynckit/stream.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/aws-sign2/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/aws-sign2/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/aws-sign2/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/aws-sign2/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/aws4/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/aws4/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/aws4/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/aws4/aws4.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/aws4/lru.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/aws4/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/balanced-match/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/balanced-match/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/balanced-match/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/balanced-match/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/bcrypt-pbkdf/CONTRIBUTING.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/bcrypt-pbkdf/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/bcrypt-pbkdf/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/bcrypt-pbkdf/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/bcrypt-pbkdf/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/bin-links/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/bin-links/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/bin-links/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/bin-links/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/bin-links/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/block-stream/LICENCE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/block-stream/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/block-stream/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/block-stream/block-stream.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/block-stream/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/bluebird/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/bluebird/README.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/bluebird/changelog.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/bluebird/js/browser/bluebird.core.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/bluebird/js/browser/bluebird.core.min.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/bluebird/js/browser/bluebird.js</Path>
@@ -1910,30 +4248,51 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/bluebird/js/release/util.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/bluebird/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/boom/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/boom/CONTRIBUTING.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/boom/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/boom/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/boom/images/boom.png</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/boom/lib/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/boom/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/boom/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/boxen/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/boxen/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/boxen/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/boxen/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/brace-expansion/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/brace-expansion/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/brace-expansion/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/brace-expansion/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/buffer-from/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/buffer-from/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/buffer-from/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/buffer-from/test.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/builtin-modules/builtin-modules.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/builtin-modules/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/builtin-modules/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/builtin-modules/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/builtin-modules/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/builtin-modules/static.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/builtins/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/builtins/History.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/builtins/License</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/builtins/Readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/builtins/builtins.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/builtins/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/builtins/test.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/byline/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/byline/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/byline/lib/byline.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/byline/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/byte-size/LICENSE</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/byte-size/README.hbs</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/byte-size/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/byte-size/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/byte-size/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cacache/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cacache/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cacache/README.es.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cacache/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cacache/en.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cacache/es.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cacache/get.js</Path>
@@ -1959,63 +4318,108 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cacache/put.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cacache/rm.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cacache/verify.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/call-limit/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/call-limit/call-limit.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/call-limit/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/camelcase/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/camelcase/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/camelcase/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/camelcase/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/capture-stack-trace/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/capture-stack-trace/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/capture-stack-trace/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/caseless/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/caseless/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/caseless/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/caseless/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/caseless/test.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/chalk/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/chalk/index.js.flow</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/chalk/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/chalk/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/chalk/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/chalk/templates.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/chalk/types</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/chownr/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/chownr/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/chownr/chownr.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/chownr/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ci-info/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ci-info/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ci-info/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ci-info/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cidr-regex/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cidr-regex/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cidr-regex/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cidr-regex/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cli-boxes/boxes.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cli-boxes/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cli-boxes/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cli-boxes/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cli-boxes/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cli-columns/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cli-columns/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cli-columns/color.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cli-columns/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cli-columns/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cli-columns/test.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cli-table3/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cli-table3/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cli-table3/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cli-table3/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cli-table3/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cli-table3/src/cell.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cli-table3/src/layout-manager.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cli-table3/src/table.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cli-table3/src/utils.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cliui/CHANGELOG.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cliui/LICENSE.txt</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cliui/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cliui/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cliui/node_modules/ansi-regex/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cliui/node_modules/ansi-regex/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cliui/node_modules/ansi-regex/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cliui/node_modules/ansi-regex/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cliui/node_modules/strip-ansi/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cliui/node_modules/strip-ansi/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cliui/node_modules/strip-ansi/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cliui/node_modules/strip-ansi/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cliui/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/clone/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/clone/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/clone/clone.iml</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/clone/clone.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/clone/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cmd-shim/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cmd-shim/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cmd-shim/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cmd-shim/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cmd-shim/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cmd-shim/test</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/co/History.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/co/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/co/Readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/co/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/co/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/code-point-at/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/code-point-at/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/code-point-at/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/code-point-at/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/color-convert/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/color-convert/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/color-convert/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/color-convert/conversions.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/color-convert/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/color-convert/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/color-convert/route.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/color-name/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/color-name/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/color-name/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/color-name/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/color-name/test.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/colors/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/colors/README.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/colors/examples</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/colors/lib/colors.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/colors/lib/custom/trap.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/colors/lib/custom/zalgo.js</Path>
@@ -2031,42 +4435,67 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/colors/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/colors/safe.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/colors/themes/generic-logging.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/columnify/LICENSE</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/columnify/Makefile</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/columnify/Readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/columnify/columnify.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/columnify/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/columnify/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/columnify/utils.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/columnify/width.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/combined-stream/License</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/combined-stream/Readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/combined-stream/lib/combined_stream.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/combined-stream/lib/defer.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/combined-stream/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/concat-map/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/concat-map/LICENSE</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/concat-map/README.markdown</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/concat-map/example</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/concat-map/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/concat-map/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/concat-map/test</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/concat-stream/LICENSE</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/concat-stream/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/concat-stream/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/concat-stream/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/config-chain/LICENCE</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/config-chain/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/config-chain/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/config-chain/readme.markdown</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/config-chain/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/configstore/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/configstore/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/configstore/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/configstore/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/console-control-strings/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/console-control-strings/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/console-control-strings/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/console-control-strings/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/copy-concurrently/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/copy-concurrently/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/copy-concurrently/copy.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/copy-concurrently/is-windows.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/copy-concurrently/node_modules/iferr/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/copy-concurrently/node_modules/iferr/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/copy-concurrently/node_modules/iferr/index.coffee</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/copy-concurrently/node_modules/iferr/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/copy-concurrently/node_modules/iferr/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/copy-concurrently/node_modules/iferr/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/copy-concurrently/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/core-util-is/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/core-util-is/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/core-util-is/float.patch</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/core-util-is/lib/util.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/core-util-is/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/core-util-is/test.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/create-error-class/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/create-error-class/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/create-error-class/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/create-error-class/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cross-spawn/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cross-spawn/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cross-spawn/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cross-spawn/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cross-spawn/lib/enoent.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cross-spawn/lib/parse.js</Path>
@@ -2077,98 +4506,159 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cross-spawn/lib/util/resolveCommand.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cross-spawn/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cryptiles/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cryptiles/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cryptiles/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cryptiles/lib/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cryptiles/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cryptiles/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/crypto-random-string/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/crypto-random-string/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/crypto-random-string/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/crypto-random-string/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cyclist/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cyclist/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/cyclist/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/dashdash/CHANGES.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/dashdash/LICENSE.txt</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/dashdash/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/dashdash/etc/dashdash.bash_completion.in</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/dashdash/lib/dashdash.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/dashdash/node_modules/assert-plus/AUTHORS</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/dashdash/node_modules/assert-plus/CHANGES.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/dashdash/node_modules/assert-plus/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/dashdash/node_modules/assert-plus/assert.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/dashdash/node_modules/assert-plus/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/dashdash/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/debug/.coveralls.yml</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/debug/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/debug/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/debug/LICENSE</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/debug/Makefile</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/debug/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/debug/karma.conf.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/debug/node.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/debug/node_modules/ms/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/debug/node_modules/ms/license.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/debug/node_modules/ms/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/debug/node_modules/ms/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/debug/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/debug/src/browser.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/debug/src/debug.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/debug/src/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/debug/src/node.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/debuglog/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/debuglog/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/debuglog/debuglog.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/debuglog/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/decamelize/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/decamelize/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/decamelize/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/decamelize/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/decode-uri-component/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/decode-uri-component/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/decode-uri-component/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/decode-uri-component/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/deep-extend/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/deep-extend/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/deep-extend/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/deep-extend/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/deep-extend/lib/deep-extend.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/deep-extend/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/defaults/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/defaults/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/defaults/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/defaults/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/defaults/test.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/delayed-stream/License</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/delayed-stream/Makefile</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/delayed-stream/Readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/delayed-stream/lib/delayed_stream.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/delayed-stream/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/delegates/History.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/delegates/License</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/delegates/Makefile</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/delegates/Readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/delegates/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/delegates/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/delegates/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/detect-indent/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/detect-indent/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/detect-indent/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/detect-indent/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/detect-newline/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/detect-newline/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/detect-newline/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/detect-newline/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/dezalgo/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/dezalgo/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/dezalgo/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/dezalgo/dezalgo.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/dezalgo/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/dezalgo/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/dot-prop/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/dot-prop/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/dot-prop/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/dot-prop/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/dotenv/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/dotenv/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/dotenv/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/dotenv/appveyor.yml</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/dotenv/config.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/dotenv/lib/main.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/dotenv/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/duplexer3/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/duplexer3/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/duplexer3/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/duplexer3/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/duplexify/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/duplexify/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/duplexify/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/duplexify/example.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/duplexify/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/duplexify/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/duplexify/test.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ecc-jsbn/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ecc-jsbn/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ecc-jsbn/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ecc-jsbn/lib/LICENSE-jsbn</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ecc-jsbn/lib/ec.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ecc-jsbn/lib/sec.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ecc-jsbn/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ecc-jsbn/test.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/editor/LICENSE</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/editor/README.markdown</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/editor/example</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/editor/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/editor/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/encoding/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/encoding/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/encoding/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/encoding/lib/encoding.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/encoding/lib/iconv-loader.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/encoding/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/encoding/test</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/end-of-stream/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/end-of-stream/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/end-of-stream/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/end-of-stream/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/err-code/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/err-code/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/err-code/bower.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/err-code/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/err-code/index.umd.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/err-code/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/err-code/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/errno/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/errno/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/errno/build.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/errno/cli.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/errno/custom.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/errno/errno.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/errno/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/errno/test.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/es6-promise/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/es6-promise/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/es6-promise/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/es6-promise/auto.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/es6-promise/dist/es6-promise.auto.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/es6-promise/dist/es6-promise.auto.map</Path>
@@ -2192,63 +4682,104 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/es6-promise/lib/es6-promise/then.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/es6-promise/lib/es6-promise/utils.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/es6-promise/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/es6-promisify/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/es6-promisify/dist/promise.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/es6-promisify/dist/promisify.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/es6-promisify/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/escape-string-regexp/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/escape-string-regexp/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/escape-string-regexp/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/escape-string-regexp/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/execa/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/execa/lib/errname.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/execa/lib/stdio.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/execa/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/execa/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/execa/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/extend/.jscs.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/extend/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/extend/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/extend/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/extend/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/extend/component.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/extend/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/extend/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/extsprintf/.gitmodules</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/extsprintf/LICENSE</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/extsprintf/Makefile</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/extsprintf/Makefile.targ</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/extsprintf/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/extsprintf/jsl.node.conf</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/extsprintf/lib/extsprintf.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/extsprintf/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/figgy-pudding/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/figgy-pudding/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/figgy-pudding/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/figgy-pudding/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/figgy-pudding/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/find-npm-prefix/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/find-npm-prefix/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/find-npm-prefix/find-prefix.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/find-npm-prefix/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/find-npm-prefix/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/find-up/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/find-up/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/find-up/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/find-up/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/flush-write-stream/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/flush-write-stream/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/flush-write-stream/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/flush-write-stream/example.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/flush-write-stream/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/flush-write-stream/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/flush-write-stream/test.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/forever-agent/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/forever-agent/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/forever-agent/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/forever-agent/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/form-data/License</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/form-data/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/form-data/lib/browser.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/form-data/lib/form_data.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/form-data/lib/populate.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/form-data/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/from2/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/from2/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/from2/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/from2/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/from2/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/from2/test.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/fs-minipass/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/fs-minipass/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/fs-minipass/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/fs-minipass/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/fs-vacuum/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/fs-vacuum/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/fs-vacuum/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/fs-vacuum/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/fs-vacuum/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/fs-vacuum/vacuum.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/iferr/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/iferr/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/iferr/index.coffee</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/iferr/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/iferr/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/iferr/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/test</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/fs.realpath/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/fs.realpath/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/fs.realpath/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/fs.realpath/old.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/fs.realpath/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/fstream/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/fstream/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/fstream/README.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/fstream/examples</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/fstream/fstream.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/fstream/lib/abstract.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/fstream/lib/collect.js</Path>
@@ -2265,12 +4796,17 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/fstream/lib/socket-reader.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/fstream/lib/writer.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/fstream/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/gauge/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/gauge/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/gauge/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/gauge/base-theme.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/gauge/error.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/gauge/has-color.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/gauge/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/gauge/node_modules/string-width/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/gauge/node_modules/string-width/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/gauge/node_modules/string-width/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/gauge/node_modules/string-width/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/gauge/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/gauge/plumbing.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/gauge/process.js</Path>
@@ -2283,42 +4819,68 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/gauge/theme-set.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/gauge/themes.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/gauge/wide-truncate.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/genfun/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/genfun/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/genfun/lib/genfun.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/genfun/lib/method.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/genfun/lib/role.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/genfun/lib/util.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/genfun/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/gentle-fs/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/gentle-fs/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/gentle-fs/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/gentle-fs/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/gentle-fs/lib/link.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/gentle-fs/lib/rm.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/gentle-fs/node_modules/iferr/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/gentle-fs/node_modules/iferr/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/gentle-fs/node_modules/iferr/index.coffee</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/gentle-fs/node_modules/iferr/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/gentle-fs/node_modules/iferr/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/gentle-fs/node_modules/iferr/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/gentle-fs/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/get-caller-file/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/get-caller-file/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/get-caller-file/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/get-stream/buffer-stream.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/get-stream/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/get-stream/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/get-stream/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/get-stream/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/getpass/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/getpass/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/getpass/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/getpass/lib/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/getpass/node_modules/assert-plus/AUTHORS</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/getpass/node_modules/assert-plus/CHANGES.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/getpass/node_modules/assert-plus/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/getpass/node_modules/assert-plus/assert.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/getpass/node_modules/assert-plus/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/getpass/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/glob/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/glob/README.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/glob/changelog.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/glob/common.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/glob/glob.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/glob/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/glob/sync.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/global-dirs/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/global-dirs/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/global-dirs/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/global-dirs/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/got/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/got/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/got/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/got/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/graceful-fs/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/graceful-fs/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/graceful-fs/fs.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/graceful-fs/graceful-fs.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/graceful-fs/legacy-streams.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/graceful-fs/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/graceful-fs/polyfills.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/har-schema/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/har-schema/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/har-schema/lib/afterRequest.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/har-schema/lib/beforeRequest.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/har-schema/lib/browser.json</Path>
@@ -2339,6 +4901,8 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/har-schema/lib/response.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/har-schema/lib/timings.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/har-schema/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/har-validator/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/har-validator/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/har-validator/lib/browser/async.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/har-validator/lib/browser/error.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/har-validator/lib/browser/promise.js</Path>
@@ -2352,6 +4916,8 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/har-validator/lib/node7/error.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/har-validator/lib/node7/promise.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/.tonic_example.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/dist/ajv.bundle.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/dist/ajv.min.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/dist/nodent.min.js</Path>
@@ -2398,6 +4964,7 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dot/v5/patternRequired.jst</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dot/v5/switch.jst</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dot/validate.jst</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dotjs/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dotjs/_formatLimit.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dotjs/_limit.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dotjs/_limitItems.js</Path>
@@ -2437,13 +5004,20 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/har-validator/src/error.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/har-validator/src/promise.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/has-flag/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/has-flag/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/has-flag/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/has-flag/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/has-unicode/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/has-unicode/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/has-unicode/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/has-unicode/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/hawk/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/hawk/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/hawk/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/hawk/bower.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/hawk/component.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/hawk/dist/client.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/hawk/example</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/hawk/images/hawk.png</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/hawk/images/logo.png</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/hawk/lib/browser.js</Path>
@@ -2453,21 +5027,37 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/hawk/lib/server.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/hawk/lib/utils.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/hawk/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/hawk/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/hoek/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/hoek/CONTRIBUTING.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/hoek/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/hoek/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/hoek/images/hoek.png</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/hoek/lib/escape.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/hoek/lib/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/hoek/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/hoek/test/modules</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/hosted-git-info/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/hosted-git-info/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/hosted-git-info/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/hosted-git-info/git-host-info.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/hosted-git-info/git-host.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/hosted-git-info/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/hosted-git-info/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/http-cache-semantics/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/http-cache-semantics/node4/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/http-cache-semantics/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/http-proxy-agent/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/http-proxy-agent/History.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/http-proxy-agent/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/http-proxy-agent/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/http-proxy-agent/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/http-proxy-agent/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/http-signature/.dir-locals.el</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/http-signature/CHANGES.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/http-signature/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/http-signature/README.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/http-signature/http_signing.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/http-signature/lib/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/http-signature/lib/parser.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/http-signature/lib/signer.js</Path>
@@ -2475,11 +5065,20 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/http-signature/lib/verify.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/http-signature/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/https-proxy-agent/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/https-proxy-agent/History.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/https-proxy-agent/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/https-proxy-agent/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/https-proxy-agent/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/https-proxy-agent/test</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/humanize-ms/History.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/humanize-ms/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/humanize-ms/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/humanize-ms/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/humanize-ms/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/iconv-lite/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/iconv-lite/Changelog.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/iconv-lite/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/iconv-lite/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/iconv-lite/encodings/dbcs-codec.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/iconv-lite/encodings/dbcs-data.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/iconv-lite/encodings/index.js</Path>
@@ -2502,81 +5101,137 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/iconv-lite/lib/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/iconv-lite/lib/streams.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/iconv-lite/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/iferr/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/iferr/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/iferr/iferr.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/iferr/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ignore-walk/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ignore-walk/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ignore-walk/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ignore-walk/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/import-lazy/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/import-lazy/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/import-lazy/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/import-lazy/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/imurmurhash/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/imurmurhash/imurmurhash.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/imurmurhash/imurmurhash.min.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/imurmurhash/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/inflight/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/inflight/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/inflight/inflight.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/inflight/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/inherits/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/inherits/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/inherits/inherits.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/inherits/inherits_browser.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/inherits/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ini/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ini/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ini/ini.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ini/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/init-package-json/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/init-package-json/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/init-package-json/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/init-package-json/default-input.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/init-package-json/init-package-json.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/init-package-json/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/invert-kv/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/invert-kv/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/invert-kv/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ip-regex/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ip-regex/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ip-regex/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ip-regex/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ip/.jscsrc</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ip/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ip/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ip/lib/ip.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ip/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ip/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-builtin-module/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-builtin-module/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-builtin-module/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-builtin-module/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-ci/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-ci/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-ci/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-ci/bin.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-ci/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-ci/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-ci/test.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-cidr/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-cidr/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-cidr/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-cidr/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-fullwidth-code-point/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-fullwidth-code-point/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-fullwidth-code-point/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-fullwidth-code-point/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-installed-globally/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-installed-globally/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-installed-globally/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-installed-globally/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-npm/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-npm/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-npm/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-obj/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-obj/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-obj/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-obj/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-path-inside/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-path-inside/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-path-inside/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-path-inside/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-redirect/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-redirect/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-redirect/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-redirect/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-retry-allowed/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-retry-allowed/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-retry-allowed/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-retry-allowed/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-stream/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-stream/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-stream/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-stream/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-typedarray/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-typedarray/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-typedarray/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-typedarray/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/is-typedarray/test.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/isarray/.travis.yml</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/isarray/Makefile</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/isarray/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/isarray/component.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/isarray/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/isarray/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/isarray/test.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/isexe/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/isexe/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/isexe/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/isexe/mode.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/isexe/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/isexe/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/isexe/windows.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/isstream/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/isstream/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/isstream/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/isstream/isstream.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/isstream/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/isstream/test.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/jsbn/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/jsbn/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/jsbn/example.html</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/jsbn/example.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/jsbn/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/jsbn/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/json-parse-better-errors/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/json-parse-better-errors/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/json-parse-better-errors/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/json-parse-better-errors/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/json-parse-better-errors/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/json-schema/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/json-schema/draft-00/hyper-schema</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/json-schema/draft-00/json-ref</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/json-schema/draft-00/links</Path>
@@ -2589,6 +5244,7 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/json-schema/draft-02/json-ref</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/json-schema/draft-02/links</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/json-schema/draft-02/schema</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/json-schema/draft-03/examples</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/json-schema/draft-03/hyper-schema</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/json-schema/draft-03/json-ref</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/json-schema/draft-03/links</Path>
@@ -2601,37 +5257,64 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/json-schema/lib/links.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/json-schema/lib/validate.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/json-schema/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/json-schema/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/json-stable-stringify/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/json-stable-stringify/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/json-stable-stringify/example</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/json-stable-stringify/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/json-stable-stringify/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/json-stable-stringify/readme.markdown</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/json-stable-stringify/test</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/json-stringify-safe/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/json-stringify-safe/LICENSE</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/json-stringify-safe/Makefile</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/json-stringify-safe/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/json-stringify-safe/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/json-stringify-safe/stringify.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/json-stringify-safe/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/jsonify/README.markdown</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/jsonify/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/jsonify/lib/parse.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/jsonify/lib/stringify.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/jsonify/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/jsonify/test</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/jsonparse/LICENSE</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/jsonparse/README.markdown</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/jsonparse/bench.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/jsonparse/examples</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/jsonparse/jsonparse.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/jsonparse/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/jsonparse/samplejson/basic.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/jsonparse/samplejson/basic2.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/jsonparse/test</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/jsprim/CHANGES.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/jsprim/CONTRIBUTING.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/jsprim/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/jsprim/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/jsprim/lib/jsprim.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/jsprim/node_modules/assert-plus/AUTHORS</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/jsprim/node_modules/assert-plus/CHANGES.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/jsprim/node_modules/assert-plus/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/jsprim/node_modules/assert-plus/assert.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/jsprim/node_modules/assert-plus/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/jsprim/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/latest-version/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/latest-version/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/latest-version/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/latest-version/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lazy-property/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lazy-property/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lazy-property/component.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lazy-property/lazyProperty.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lazy-property/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lcid/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lcid/lcid.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lcid/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lcid/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lcid/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/libcipm/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/libcipm/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/libcipm/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/libcipm/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/libcipm/lib/config/lifecycle-opts.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/libcipm/lib/config/npm-config.js</Path>
@@ -2640,8 +5323,14 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/libcipm/lib/silentlog.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/libcipm/lib/worker.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/libcipm/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/libnpmhook/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/libnpmhook/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/libnpmhook/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/libnpmhook/config.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/libnpmhook/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/libnpmhook/node_modules/npm-registry-fetch/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/libnpmhook/node_modules/npm-registry-fetch/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/libnpmhook/node_modules/npm-registry-fetch/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/libnpmhook/node_modules/npm-registry-fetch/auth.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/libnpmhook/node_modules/npm-registry-fetch/check-response.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/libnpmhook/node_modules/npm-registry-fetch/config.js</Path>
@@ -2650,6 +5339,9 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/libnpmhook/node_modules/npm-registry-fetch/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/libnpmhook/node_modules/npm-registry-fetch/silentlog.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/libnpmhook/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/libnpx/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/libnpx/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/libnpx/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/libnpx/auto-fallback.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/libnpx/child.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/libnpx/get-prefix.js</Path>
@@ -2683,95 +5375,170 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/libnpx/util.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/libnpx/y.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/locate-path/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/locate-path/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/locate-path/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/locate-path/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lock-verify/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lock-verify/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lock-verify/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lock-verify/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lockfile/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lockfile/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lockfile/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lockfile/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lockfile/gen-changelog.sh</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lockfile/lockfile.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lockfile/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lockfile/sockets.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lockfile/speedtest.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lockfile/test/fixtures</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash._baseindexof/LICENSE.txt</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash._baseindexof/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash._baseindexof/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash._baseindexof/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash._baseuniq/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash._baseuniq/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash._baseuniq/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash._baseuniq/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash._bindcallback/LICENSE.txt</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash._bindcallback/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash._bindcallback/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash._bindcallback/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash._cacheindexof/LICENSE.txt</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash._cacheindexof/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash._cacheindexof/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash._cacheindexof/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash._createcache/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash._createcache/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash._createcache/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash._createcache/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash._createset/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash._createset/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash._createset/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash._createset/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash._getnative/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash._getnative/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash._getnative/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash._getnative/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash._root/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash._root/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash._root/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash._root/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash.clonedeep/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash.clonedeep/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash.clonedeep/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash.clonedeep/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash.restparam/LICENSE.txt</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash.restparam/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash.restparam/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash.restparam/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash.union/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash.union/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash.union/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash.union/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash.uniq/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash.uniq/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash.uniq/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash.uniq/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash.without/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash.without/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash.without/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lodash.without/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lowercase-keys/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lowercase-keys/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lowercase-keys/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lowercase-keys/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lru-cache/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lru-cache/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lru-cache/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/lru-cache/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/make-dir/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/make-dir/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/make-dir/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/make-dir/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/make-fetch-happen/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/make-fetch-happen/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/make-fetch-happen/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/make-fetch-happen/agent.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/make-fetch-happen/cache.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/make-fetch-happen/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/make-fetch-happen/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/make-fetch-happen/warning.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/meant/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/meant/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/meant/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/meant/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/meant/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/meant/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/meant/test.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/mem/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/mem/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/mem/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/mem/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/mime-db/HISTORY.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/mime-db/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/mime-db/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/mime-db/db.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/mime-db/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/mime-db/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/mime-types/HISTORY.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/mime-types/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/mime-types/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/mime-types/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/mime-types/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/mimic-fn/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/mimic-fn/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/mimic-fn/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/mimic-fn/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/minimatch/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/minimatch/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/minimatch/minimatch.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/minimatch/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/minimist/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/minimist/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/minimist/example</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/minimist/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/minimist/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/minimist/readme.markdown</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/minimist/test</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/minipass/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/minipass/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/minipass/node_modules/yallist/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/minipass/node_modules/yallist/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/minipass/node_modules/yallist/iterator.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/minipass/node_modules/yallist/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/minipass/node_modules/yallist/yallist.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/minipass/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/minizlib/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/minizlib/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/minizlib/constants.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/minizlib/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/minizlib/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/mississippi/changelog.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/mississippi/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/mississippi/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/mississippi/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/mississippi/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/mkdirp/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/mkdirp/LICENSE</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/mkdirp/README.markdown</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/mkdirp/bin/cmd.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/mkdirp/bin/usage.txt</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/mkdirp/examples</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/mkdirp/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/mkdirp/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/mkdirp/test</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/move-concurrently/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/move-concurrently/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/move-concurrently/move.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/move-concurrently/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ms/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ms/license.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ms/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ms/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/mute-stream/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/mute-stream/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/mute-stream/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/mute-stream/coverage/lcov-report/__root__/index.html</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/mute-stream/coverage/lcov-report/__root__/mute.js.html</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/mute-stream/coverage/lcov-report/base.css</Path>
@@ -2783,6 +5550,10 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/mute-stream/coverage/lcov.info</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/mute-stream/mute.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/mute-stream/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/mute-stream/test</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-fetch-npm/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-fetch-npm/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-fetch-npm/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-fetch-npm/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-fetch-npm/src/blob.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-fetch-npm/src/body.js</Path>
@@ -2792,11 +5563,17 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-fetch-npm/src/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-fetch-npm/src/request.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-fetch-npm/src/response.js</Path>
- <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/.github</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/.github/ISSUE_TEMPLATE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/.github/PULL_REQUEST_TEMPLATE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/CONTRIBUTING.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/addon.gypi</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/gyp/AUTHORS</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/gyp/DEPS</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/gyp/LICENSE</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/gyp/OWNERS</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/gyp/PRESUBMIT.py</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/gyp/codereview.settings</Path>
@@ -2860,6 +5637,8 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.py</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.pyc</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xml_fix.py</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/gyp/samples/samples</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/gyp/samples/samples.bat</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/gyp/setup.py</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/gyp/tools/README</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/gyp/tools/Xcode/README</Path>
@@ -2890,14 +5669,23 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/.bin/nopt</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/.bin/semver</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/nopt/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/nopt/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/nopt/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/nopt/bin/nopt.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/nopt/examples</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/nopt/lib/nopt.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/nopt/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/nopt/test</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/semver/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/semver/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/semver/bin/semver</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/semver/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/semver/range.bnf</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/semver/semver.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/tar/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/tar/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/tar/README.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/tar/examples</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/tar/lib/buffer-entry.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/tar/lib/entry-writer.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/tar/lib/entry.js</Path>
@@ -2910,13 +5698,22 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/tar/lib/parse.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/tar/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/tar/tar.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/tar/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/src/win_delay_load_hook.cc</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/test/fixtures</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/nopt/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/nopt/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/nopt/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/nopt/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/nopt/bin/nopt.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/nopt/examples</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/nopt/lib/nopt.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/nopt/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/nopt/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/AUTHORS</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/lib/extract_description.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/lib/fixer.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/lib/make_warning.js</Path>
@@ -2925,6 +5722,9 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/lib/typos.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/lib/warning_messages.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-audit-report/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-audit-report/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-audit-report/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-audit-report/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-audit-report/lib/utils.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-audit-report/package.json</Path>
@@ -2933,28 +5733,55 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-audit-report/reporters/json.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-audit-report/reporters/parseable.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-audit-report/reporters/quiet.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-bundled/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-bundled/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-bundled/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-cache-filename/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-cache-filename/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-cache-filename/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-cache-filename/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-cache-filename/test.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-install-checks/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-install-checks/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-install-checks/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-install-checks/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-install-checks/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-install-checks/test</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-lifecycle/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-lifecycle/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-lifecycle/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-lifecycle/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin/node-gyp</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin/node-gyp.cmd</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-lifecycle/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-logical-tree/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-logical-tree/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-logical-tree/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-logical-tree/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-logical-tree/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-package-arg/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-package-arg/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-package-arg/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-package-arg/npa.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-package-arg/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-packlist/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-packlist/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-packlist/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-packlist/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-pick-manifest/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-pick-manifest/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-pick-manifest/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-pick-manifest/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-pick-manifest/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-profile/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-profile/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-profile/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-profile/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-profile/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/lib/access.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/lib/adduser.js</Path>
@@ -2983,19 +5810,32 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/lib/whoami.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/License</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/Makefile</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/equation.gif</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/example</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/lib/retry.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/lib/retry_operation.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/test/integration</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/node_modules/ssri/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/node_modules/ssri/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/node_modules/ssri/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/node_modules/ssri/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/node_modules/ssri/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/auth.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/check-response.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/config.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/errors.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/README.es.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/en.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/es.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/get.js</Path>
@@ -3017,75 +5857,135 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/locales/es.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/locales/es.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/ls.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/node_modules/mississippi/changelog.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/node_modules/mississippi/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/node_modules/mississippi/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/node_modules/mississippi/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/node_modules/mississippi/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/put.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/rm.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/verify.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/figgy-pudding/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/figgy-pudding/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/figgy-pudding/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/figgy-pudding/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/figgy-pudding/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/make-fetch-happen/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/make-fetch-happen/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/make-fetch-happen/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/make-fetch-happen/agent.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/make-fetch-happen/cache.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/make-fetch-happen/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/make-fetch-happen/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/make-fetch-happen/warning.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/pump/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/pump/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/pump/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/pump/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/pump/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/pump/test-browser.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/pump/test-node.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/smart-buffer/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/smart-buffer/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/smart-buffer/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/smart-buffer/build/smartbuffer.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/smart-buffer/lib/smart-buffer.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/smart-buffer/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/smart-buffer/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/smart-buffer/typings</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks-proxy-agent/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks-proxy-agent/History.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks-proxy-agent/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks-proxy-agent/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks-proxy-agent/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks-proxy-agent/test</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks/README.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks/examples</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks/lib/socks-agent.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks/lib/socks-client.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/ssri/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/ssri/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/ssri/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/ssri/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/ssri/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/silentlog.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-run-path/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-run-path/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-run-path/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-run-path/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-user-validate/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-user-validate/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-user-validate/npm-user-validate.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npm-user-validate/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npmlog/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npmlog/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npmlog/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npmlog/log.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/npmlog/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/number-is-nan/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/number-is-nan/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/number-is-nan/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/number-is-nan/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/oauth-sign/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/oauth-sign/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/oauth-sign/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/oauth-sign/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/object-assign/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/object-assign/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/object-assign/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/object-assign/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/once/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/once/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/once/once.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/once/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/opener/LICENSE.txt</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/opener/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/opener/opener.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/opener/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/os-homedir/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/os-homedir/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/os-homedir/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/os-homedir/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/os-locale/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/os-locale/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/os-locale/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/os-locale/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/os-tmpdir/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/os-tmpdir/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/os-tmpdir/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/os-tmpdir/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/osenv/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/osenv/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/osenv/osenv.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/osenv/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/p-finally/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/p-finally/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/p-finally/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/p-finally/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/p-limit/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/p-limit/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/p-limit/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/p-limit/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/p-locate/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/p-locate/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/p-locate/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/p-locate/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/p-try/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/p-try/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/p-try/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/p-try/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/package-json/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/package-json/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/package-json/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/package-json/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/pacote/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/pacote/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/pacote/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/pacote/extract.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/pacote/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/pacote/lib/extract-stream.js</Path>
@@ -3117,63 +6017,108 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/pacote/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/pacote/prefetch.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/pacote/tarball.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/parallel-transform/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/parallel-transform/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/parallel-transform/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/parallel-transform/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/path-exists/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/path-exists/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/path-exists/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/path-exists/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/path-is-absolute/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/path-is-absolute/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/path-is-absolute/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/path-is-absolute/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/path-is-inside/LICENSE.txt</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/path-is-inside/lib/path-is-inside.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/path-is-inside/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/path-key/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/path-key/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/path-key/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/path-key/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/performance-now/.tm_properties</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/performance-now/.travis.yml</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/performance-now/Makefile</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/performance-now/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/performance-now/lib/performance-now.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/performance-now/license.txt</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/performance-now/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/performance-now/src/performance-now.coffee</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/performance-now/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/pify/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/pify/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/pify/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/pify/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/prepend-http/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/prepend-http/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/prepend-http/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/prepend-http/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/process-nextick-args/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/process-nextick-args/license.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/process-nextick-args/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/process-nextick-args/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/promise-inflight/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/promise-inflight/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/promise-inflight/inflight.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/promise-inflight/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/promise-retry/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/promise-retry/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/promise-retry/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/promise-retry/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/promise-retry/node_modules/retry/License</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/promise-retry/node_modules/retry/Makefile</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/promise-retry/node_modules/retry/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/promise-retry/node_modules/retry/equation.gif</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/promise-retry/node_modules/retry/example</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/promise-retry/node_modules/retry/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/promise-retry/node_modules/retry/lib/retry.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/promise-retry/node_modules/retry/lib/retry_operation.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/promise-retry/node_modules/retry/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/promise-retry/node_modules/retry/test/integration</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/promise-retry/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/promise-retry/test</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/promzard/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/promzard/README.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/promzard/example/npm-init</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/promzard/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/promzard/promzard.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/promzard/test</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/proto-list/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/proto-list/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/proto-list/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/proto-list/proto-list.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/proto-list/test</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/protoduck/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/protoduck/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/protoduck/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/protoduck/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/protoduck/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/prr/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/prr/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/prr/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/prr/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/prr/prr.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/prr/test.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/pseudomap/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/pseudomap/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/pseudomap/map.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/pseudomap/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/pseudomap/pseudomap.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/pseudomap/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/pump/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/pump/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/pump/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/pump/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/pump/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/pump/test-browser.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/pump/test-node.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/pumpify/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/pumpify/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/pumpify/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/pumpify/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/pumpify/node_modules/pump/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/pumpify/node_modules/pump/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/pumpify/node_modules/pump/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/pumpify/node_modules/pump/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/pumpify/node_modules/pump/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/pumpify/node_modules/pump/test-browser.js</Path>
@@ -3181,12 +6126,17 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/pumpify/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/pumpify/test.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/punycode/LICENSE-MIT.txt</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/punycode/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/punycode/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/punycode/punycode.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/qrcode-terminal/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/qrcode-terminal/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/qrcode-terminal/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/qrcode-terminal/bin/qrcode-terminal.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/qrcode-terminal/example</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/qrcode-terminal/lib/main.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/qrcode-terminal/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/qrcode-terminal/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QR8bitByte.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRBitBuffer.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRErrorCorrectLevel.js</Path>
@@ -3199,6 +6149,9 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/qs/.eslintignore</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/qs/.jscs.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/qs/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/qs/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/qs/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/qs/dist/qs.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/qs/lib/formats.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/qs/lib/index.js</Path>
@@ -3206,34 +6159,64 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/qs/lib/stringify.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/qs/lib/utils.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/qs/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/qs/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/query-string/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/query-string/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/query-string/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/query-string/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/qw/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/qw/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/qw/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/qw/qw.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/rc/LICENSE.APACHE2</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/rc/LICENSE.BSD</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/rc/LICENSE.MIT</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/rc/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/rc/browser.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/rc/cli.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/rc/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/rc/lib/utils.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/rc/node_modules/minimist/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/rc/node_modules/minimist/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/rc/node_modules/minimist/example</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/rc/node_modules/minimist/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/rc/node_modules/minimist/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/rc/node_modules/minimist/readme.markdown</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/rc/node_modules/minimist/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/rc/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/rc/test</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/read-cmd-shim/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/read-cmd-shim/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/read-cmd-shim/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/read-cmd-shim/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/read-installed/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/read-installed/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/read-installed/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/read-installed/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/read-installed/read-installed.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/read-installed/test/fixtures/extraneous-detected</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/read-installed/test/fixtures/extraneous-dev-dep</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/read-installed/test/fixtures/grandparent-peer</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/read-installed/test/fixtures/grandparent-peer-dev</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/read-package-json/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/read-package-json/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/read-package-json/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/read-package-json/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/read-package-json/read-json.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/read-package-tree/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/read-package-tree/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/read-package-tree/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/read-package-tree/rpt.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/read/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/read/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/read/lib/read.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/read/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/readable-stream/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/readable-stream/CONTRIBUTING.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/readable-stream/GOVERNANCE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/readable-stream/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/readable-stream/README.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/readable-stream/duplex-browser.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/readable-stream/duplex.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/readable-stream/lib/_stream_duplex.js</Path>
@@ -3253,15 +6236,34 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/readable-stream/writable-browser.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/readable-stream/writable.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/readdir-scoped-modules/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/readdir-scoped-modules/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/readdir-scoped-modules/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/readdir-scoped-modules/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/readdir-scoped-modules/readdir.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/readdir-scoped-modules/test/fixtures/@org/x</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/readdir-scoped-modules/test/fixtures/@org/y</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/readdir-scoped-modules/test/fixtures/@scope/x</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/readdir-scoped-modules/test/fixtures/@scope/y</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/readdir-scoped-modules/test/fixtures/a/x</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/readdir-scoped-modules/test/fixtures/a/y</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/readdir-scoped-modules/test/fixtures/b/x</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/readdir-scoped-modules/test/fixtures/b/y</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/registry-auth-token/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/registry-auth-token/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/registry-auth-token/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/registry-auth-token/base64.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/registry-auth-token/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/registry-auth-token/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/registry-auth-token/registry-url.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/registry-auth-token/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/registry-auth-token/yarn.lock</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/registry-url/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/registry-url/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/registry-url/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/registry-url/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/request/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/request/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/request/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/request/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/request/lib/auth.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/request/lib/cookies.js</Path>
@@ -3276,56 +6278,88 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/request/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/request/request.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/require-directory/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/require-directory/LICENSE</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/require-directory/README.markdown</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/require-directory/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/require-directory/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/require-main-filename/.travis.yml</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/require-main-filename/LICENSE.txt</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/require-main-filename/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/require-main-filename/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/require-main-filename/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/require-main-filename/test.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/resolve-from/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/resolve-from/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/resolve-from/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/resolve-from/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/retry/.travis.yml</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/retry/License</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/retry/Makefile</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/retry/Readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/retry/equation.gif</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/retry/example</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/retry/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/retry/lib/retry.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/retry/lib/retry_operation.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/retry/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/retry/test/integration</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/rimraf/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/rimraf/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/rimraf/bin.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/rimraf/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/rimraf/rimraf.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/run-queue/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/run-queue/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/run-queue/queue.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/safe-buffer/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/safe-buffer/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/safe-buffer/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/safe-buffer/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/safer-buffer/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/safer-buffer/Porting-Buffer.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/safer-buffer/Readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/safer-buffer/dangerous.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/safer-buffer/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/safer-buffer/safer.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/safer-buffer/tests.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/semver-diff/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/semver-diff/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/semver-diff/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/semver-diff/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/semver/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/semver/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/semver/bin/semver</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/semver/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/semver/range.bnf</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/semver/semver.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/set-blocking/CHANGELOG.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/set-blocking/LICENSE.txt</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/set-blocking/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/set-blocking/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/set-blocking/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sha/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sha/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sha/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sha/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/shebang-command/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/shebang-command/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/shebang-command/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/shebang-command/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/shebang-regex/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/shebang-regex/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/shebang-regex/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/shebang-regex/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/signal-exit/CHANGELOG.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/signal-exit/LICENSE.txt</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/signal-exit/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/signal-exit/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/signal-exit/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/signal-exit/signals.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/slash/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/slash/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/slash/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/slide/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/slide/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/slide/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/slide/lib/async-map-ordered.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/slide/lib/async-map.js</Path>
@@ -3334,29 +6368,45 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/slide/lib/slide.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/slide/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/smart-buffer/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/smart-buffer/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/smart-buffer/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/smart-buffer/build/smartbuffer.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/smart-buffer/build/utils.js</Path>
- <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/smart-buffer/docs</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/smart-buffer/docs/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/smart-buffer/docs/README_v3.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/smart-buffer/docs/ROADMAP.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/smart-buffer/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/smart-buffer/typings</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/smart-buffer/yarn.lock</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sntp/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sntp/LICENSE</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sntp/Makefile</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sntp/README.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sntp/examples</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sntp/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sntp/lib/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sntp/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sntp/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/socks-proxy-agent/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/socks-proxy-agent/History.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/socks-proxy-agent/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/socks-proxy-agent/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/socks-proxy-agent/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/socks-proxy-agent/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/socks/.prettierrc.yaml</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/socks/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/socks/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/socks/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/socks/build/client/socksclient.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/socks/build/common/constants.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/socks/build/common/helpers.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/socks/build/common/receivebuffer.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/socks/build/common/util.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/socks/build/index.js</Path>
- <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/socks/docs</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/socks/docs/examples/javascript</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/socks/docs/examples/typescript</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/socks/docs/index.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/socks/docs/migratingFromV1.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/socks/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/socks/typings/client</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/socks/typings/common</Path>
@@ -3366,15 +6416,22 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sorted-object/lib/sorted-object.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sorted-object/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sorted-union-stream/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sorted-union-stream/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sorted-union-stream/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sorted-union-stream/example.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sorted-union-stream/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/test.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sorted-union-stream/node_modules/isarray/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sorted-union-stream/node_modules/isarray/build/build.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sorted-union-stream/node_modules/isarray/component.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sorted-union-stream/node_modules/isarray/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sorted-union-stream/node_modules/isarray/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sorted-union-stream/node_modules/readable-stream/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sorted-union-stream/node_modules/readable-stream/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sorted-union-stream/node_modules/readable-stream/duplex.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sorted-union-stream/node_modules/readable-stream/float.patch</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sorted-union-stream/node_modules/readable-stream/lib/_stream_duplex.js</Path>
@@ -3387,23 +6444,33 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sorted-union-stream/node_modules/readable-stream/readable.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sorted-union-stream/node_modules/readable-stream/transform.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sorted-union-stream/node_modules/readable-stream/writable.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sorted-union-stream/node_modules/string_decoder/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sorted-union-stream/node_modules/string_decoder/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sorted-union-stream/node_modules/string_decoder/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sorted-union-stream/node_modules/string_decoder/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sorted-union-stream/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sorted-union-stream/test.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/spdx-correct/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/spdx-correct/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/spdx-correct/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/spdx-correct/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/spdx-exceptions/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/spdx-exceptions/index.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/spdx-exceptions/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/spdx-expression-parse/AUTHORS</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/spdx-expression-parse/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/spdx-expression-parse/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/spdx-expression-parse/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/spdx-expression-parse/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/spdx-expression-parse/parse.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/spdx-expression-parse/scan.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/spdx-license-ids/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/spdx-license-ids/deprecated.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/spdx-license-ids/index.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/spdx-license-ids/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sshpk/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sshpk/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sshpk/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sshpk/bin/sshpk-conv</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sshpk/bin/sshpk-sign</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sshpk/bin/sshpk-verify</Path>
@@ -3431,51 +6498,89 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sshpk/lib/signature.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sshpk/lib/ssh-buffer.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sshpk/lib/utils.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sshpk/man/man1/sshpk-conv.1</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sshpk/man/man1/sshpk-sign.1</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sshpk/man/man1/sshpk-verify.1</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sshpk/node_modules/assert-plus/AUTHORS</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sshpk/node_modules/assert-plus/CHANGES.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sshpk/node_modules/assert-plus/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sshpk/node_modules/assert-plus/assert.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sshpk/node_modules/assert-plus/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/sshpk/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ssri/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ssri/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ssri/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ssri/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/ssri/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/stream-each/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/stream-each/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/stream-each/README.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/stream-each/collaborators.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/stream-each/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/stream-each/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/stream-each/test.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/stream-iterate/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/stream-iterate/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/stream-iterate/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/stream-iterate/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/stream-iterate/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/stream-iterate/test.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/stream-shift/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/stream-shift/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/stream-shift/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/stream-shift/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/stream-shift/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/stream-shift/test.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/strict-uri-encode/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/strict-uri-encode/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/strict-uri-encode/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/strict-uri-encode/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/string-width/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/string-width/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/string-width/node_modules/ansi-regex/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/string-width/node_modules/ansi-regex/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/string-width/node_modules/ansi-regex/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/string-width/node_modules/ansi-regex/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/string-width/node_modules/is-fullwidth-code-point/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/string-width/node_modules/is-fullwidth-code-point/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/string-width/node_modules/is-fullwidth-code-point/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/string-width/node_modules/is-fullwidth-code-point/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/string-width/node_modules/strip-ansi/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/string-width/node_modules/strip-ansi/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/string-width/node_modules/strip-ansi/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/string-width/node_modules/strip-ansi/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/string-width/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/string-width/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/string_decoder/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/string_decoder/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/string_decoder/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/string_decoder/lib/string_decoder.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/string_decoder/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/stringstream/.travis.yml</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/stringstream/LICENSE.txt</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/stringstream/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/stringstream/example.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/stringstream/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/stringstream/stringstream.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/strip-ansi/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/strip-ansi/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/strip-ansi/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/strip-ansi/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/strip-eof/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/strip-eof/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/strip-eof/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/strip-eof/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/strip-json-comments/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/strip-json-comments/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/strip-json-comments/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/strip-json-comments/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/supports-color/browser.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/supports-color/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/supports-color/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/supports-color/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/supports-color/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tar/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tar/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tar/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tar/lib/buffer.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tar/lib/create.js</Path>
@@ -3497,29 +6602,43 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tar/lib/warn-mixin.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tar/lib/winchars.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tar/lib/write-entry.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tar/node_modules/yallist/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tar/node_modules/yallist/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tar/node_modules/yallist/iterator.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tar/node_modules/yallist/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tar/node_modules/yallist/yallist.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tar/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/term-size/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/term-size/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/term-size/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/term-size/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/term-size/vendor/macos/term-size</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/term-size/vendor/windows/term-size.exe</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/text-table/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/text-table/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/text-table/example</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/text-table/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/text-table/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/text-table/readme.markdown</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/text-table/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/through/.travis.yml</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/through/LICENSE.APACHE2</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/through/LICENSE.MIT</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/through/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/through/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/through/readme.markdown</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/through/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/through2/LICENSE.html</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/through2/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/through2/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/through2/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/through2/through2.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/timed-out/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/timed-out/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/timed-out/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/timed-out/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tiny-relative-date/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tiny-relative-date/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tiny-relative-date/lib/factory.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tiny-relative-date/lib/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tiny-relative-date/package.json</Path>
@@ -3530,6 +6649,8 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tiny-relative-date/translations/en-short.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tiny-relative-date/translations/en.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tiny-relative-date/translations/es.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tough-cookie/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tough-cookie/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tough-cookie/lib/cookie.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tough-cookie/lib/memstore.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tough-cookie/lib/pathMatch.js</Path>
@@ -3537,23 +6658,39 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tough-cookie/lib/pubsuffix.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tough-cookie/lib/store.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tough-cookie/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tunnel-agent/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tunnel-agent/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tunnel-agent/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tunnel-agent/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tweetnacl/AUTHORS.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tweetnacl/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tweetnacl/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tweetnacl/PULL_REQUEST_TEMPLATE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tweetnacl/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tweetnacl/nacl-fast.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tweetnacl/nacl-fast.min.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tweetnacl/nacl.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tweetnacl/nacl.min.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/tweetnacl/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/typedarray/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/typedarray/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/typedarray/example</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/typedarray/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/typedarray/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/typedarray/readme.markdown</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/typedarray/test/server</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/uid-number/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/uid-number/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/uid-number/get-uid-gid.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/uid-number/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/uid-number/uid-number.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/umask/ChangeLog</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/umask/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/umask/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/umask/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/umask/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/umask/test</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/unique-filename/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/unique-filename/coverage/__root__/index.html</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/unique-filename/coverage/__root__/index.js.html</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/unique-filename/coverage/base.css</Path>
@@ -3564,27 +6701,50 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/unique-filename/coverage/sorter.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/unique-filename/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/unique-filename/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/unique-filename/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/unique-slug/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/unique-slug/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/unique-slug/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/unique-slug/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/unique-slug/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/unique-string/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/unique-string/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/unique-string/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/unique-string/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/unpipe/HISTORY.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/unpipe/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/unpipe/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/unpipe/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/unpipe/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/unzip-response/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/unzip-response/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/unzip-response/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/unzip-response/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/update-notifier/check.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/update-notifier/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/update-notifier/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/update-notifier/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/update-notifier/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/url-parse-lax/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/url-parse-lax/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/url-parse-lax/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/url-parse-lax/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/util-deprecate/History.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/util-deprecate/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/util-deprecate/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/util-deprecate/browser.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/util-deprecate/node.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/util-deprecate/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/util-extend/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/util-extend/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/util-extend/extend.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/util-extend/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/util-extend/test.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/uuid/AUTHORS</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/uuid/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/uuid/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/uuid/README.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/uuid/README_js.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/uuid/bin/uuid</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/uuid/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/uuid/lib/bytesToUuid.js</Path>
@@ -3600,63 +6760,115 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/uuid/v3.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/uuid/v4.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/uuid/v5.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/validate-npm-package-license/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/validate-npm-package-license/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/validate-npm-package-license/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/validate-npm-package-license/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/validate-npm-package-license/test.log</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/validate-npm-package-name/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/validate-npm-package-name/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/validate-npm-package-name/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/validate-npm-package-name/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/validate-npm-package-name/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/validate-npm-package-name/test</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/verror/CHANGES.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/verror/CONTRIBUTING.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/verror/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/verror/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/verror/lib/verror.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/verror/node_modules/assert-plus/AUTHORS</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/verror/node_modules/assert-plus/CHANGES.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/verror/node_modules/assert-plus/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/verror/node_modules/assert-plus/assert.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/verror/node_modules/assert-plus/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/verror/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/wcwidth/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/wcwidth/Readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/wcwidth/combining.js</Path>
- <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/wcwidth/docs</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/wcwidth/docs/index.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/wcwidth/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/wcwidth/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/wcwidth/test</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/which-module/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/which-module/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/which-module/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/which-module/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/which-module/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/which/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/which/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/which/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/which/bin/which</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/which/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/which/which.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/wide-align/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/wide-align/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/wide-align/align.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/wide-align/node_modules/string-width/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/wide-align/node_modules/string-width/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/wide-align/node_modules/string-width/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/wide-align/node_modules/string-width/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/wide-align/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/widest-line/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/widest-line/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/widest-line/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/widest-line/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/worker-farm/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/worker-farm/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/worker-farm/README.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/worker-farm/examples/basic</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/worker-farm/examples/pi</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/worker-farm/lib/child/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/worker-farm/lib/farm.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/worker-farm/lib/fork.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/worker-farm/lib/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/worker-farm/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/worker-farm/tests</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/wrap-ansi/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/wrap-ansi/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/wrap-ansi/node_modules/string-width/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/wrap-ansi/node_modules/string-width/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/wrap-ansi/node_modules/string-width/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/wrap-ansi/node_modules/string-width/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/wrap-ansi/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/wrap-ansi/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/wrappy/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/wrappy/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/wrappy/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/wrappy/wrappy.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/write-file-atomic/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/write-file-atomic/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/write-file-atomic/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/write-file-atomic/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/xdg-basedir/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/xdg-basedir/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/xdg-basedir/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/xdg-basedir/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/xtend/LICENCE</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/xtend/Makefile</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/xtend/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/xtend/immutable.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/xtend/mutable.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/xtend/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/xtend/test.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/y18n/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/y18n/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/y18n/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/y18n/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/y18n/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/yallist/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/yallist/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/yallist/iterator.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/yallist/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/yallist/yallist.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/yargs-parser/CHANGELOG.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/yargs-parser/LICENSE.txt</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/yargs-parser/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/yargs-parser/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/yargs-parser/lib/tokenize-arg-string.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/yargs-parser/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/yargs/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/yargs/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/yargs/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/yargs/completion.sh.hbs</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/yargs/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/yargs/lib/apply-extends.js</Path>
@@ -3691,6 +6903,8 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/yargs/locales/tr.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/yargs/locales/zh_CN.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/yargs/locales/zh_TW.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/yargs/node_modules/y18n/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/yargs/node_modules/y18n/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/yargs/node_modules/y18n/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/yargs/node_modules/y18n/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/yargs/package.json</Path>
@@ -3710,20 +6924,37 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/scripts/release.sh</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/scripts/relocate.sh</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npm/scripts/update-authors.sh</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npmlog/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npmlog/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npmlog/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npmlog/log.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/npmlog/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/number-is-nan/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/number-is-nan/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/number-is-nan/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/number-is-nan/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/oauth-sign/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/oauth-sign/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/oauth-sign/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/oauth-sign/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/object-assign/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/object-assign/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/object-assign/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/object-assign/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/once/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/once/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/once/once.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/once/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/oniguruma/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/oniguruma/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/oniguruma/appveyor.yml</Path>
- <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/oniguruma/build/Release/.deps/Release</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/oniguruma/build/Release/.deps/Release/obj.target/onig_scanner/src</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/oniguruma/build/Release/.deps/Release/obj.target/oniguruma/deps/onig/enc</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/oniguruma/build/Release/obj.target/onig_scanner/src</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/oniguruma/build/Release/obj.target/oniguruma/deps/onig/enc</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/oniguruma/build/Release/onig_scanner.node</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/oniguruma/build/Release/oniguruma.a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/oniguruma/deps/onig/doc</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/oniguruma/deps/onig/enc</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/oniguruma/deps/onig/m4</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/oniguruma/deps/onig/sample</Path>
@@ -3733,28 +6964,46 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/oniguruma/spec/onig-scanner-spec.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/oniguruma/spec/onig-string-spec.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/oniguruma/src/oniguruma.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/open/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/open/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/open/lib/open.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/open/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/open/vendor/xdg-open</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/optimist/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/optimist/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/optimist/example</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/optimist/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/optimist/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/optimist/readme.markdown</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/optimist/test/_</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/os-homedir/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/os-homedir/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/os-homedir/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/os-homedir/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/os-locale/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/os-locale/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/os-locale/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/os-locale/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/os-tmpdir/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/os-tmpdir/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/os-tmpdir/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/os-tmpdir/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/path-is-absolute/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/path-is-absolute/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/path-is-absolute/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/path-is-absolute/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/performance-now/.tm_properties</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/performance-now/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/performance-now/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/performance-now/lib/performance-now.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/performance-now/license.txt</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/performance-now/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/performance-now/src/performance-now.coffee</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/performance-now/test/scripts</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/prebuild-install/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/prebuild-install/CONTRIBUTING.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/prebuild-install/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/prebuild-install/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/prebuild-install/appveyor.yml</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/prebuild-install/asset.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/prebuild-install/bin.js</Path>
@@ -3764,19 +7013,28 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/prebuild-install/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/prebuild-install/log.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/prebuild-install/node_modules/minimist/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/prebuild-install/node_modules/minimist/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/prebuild-install/node_modules/minimist/example</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/prebuild-install/node_modules/minimist/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/prebuild-install/node_modules/minimist/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/prebuild-install/node_modules/minimist/readme.markdown</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/prebuild-install/node_modules/minimist/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/prebuild-install/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/prebuild-install/proxy.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/prebuild-install/rc.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/prebuild-install/util.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/process-nextick-args/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/process-nextick-args/license.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/process-nextick-args/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/process-nextick-args/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/property-accessors/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/property-accessors/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/property-accessors/lib/property-accessors.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/property-accessors/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/psl/.eslintignore</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/psl/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/psl/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/psl/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/psl/data/rules.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/psl/dist/psl.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/psl/dist/psl.min.js</Path>
@@ -3786,20 +7044,29 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/psl/scripts/ci-build.sh</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/psl/scripts/update-rules.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/pump/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/pump/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/pump/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/pump/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/pump/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/pump/test-browser.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/pump/test-node.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/punycode/LICENSE-MIT.txt</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/punycode/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/punycode/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/punycode/punycode.es6.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/punycode/punycode.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/q/CONTRIBUTING.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/q/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/q/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/q/benchmark/compare-with-callbacks.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/q/benchmark/scenarios.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/q/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/q/q.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/q/queue.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/qs/.eslintignore</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/qs/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/qs/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/qs/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/qs/dist/qs.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/qs/lib/formats.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/qs/lib/index.js</Path>
@@ -3807,20 +7074,30 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/qs/lib/stringify.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/qs/lib/utils.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/qs/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/qs/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/rc/LICENSE.APACHE2</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/rc/LICENSE.BSD</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/rc/LICENSE.MIT</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/rc/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/rc/browser.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/rc/cli.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/rc/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/rc/lib/utils.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/rc/node_modules/minimist/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/rc/node_modules/minimist/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/rc/node_modules/minimist/example</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/rc/node_modules/minimist/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/rc/node_modules/minimist/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/rc/node_modules/minimist/readme.markdown</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/rc/node_modules/minimist/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/rc/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/rc/test</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/read/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/read/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/read/lib/read.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/read/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/readable-stream/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/readable-stream/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/readable-stream/duplex.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/readable-stream/float.patch</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/readable-stream/lib/_stream_duplex.js</Path>
@@ -3833,6 +7110,9 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/readable-stream/readable.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/readable-stream/transform.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/readable-stream/writable.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/request/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/request/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/request/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/request/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/request/lib/auth.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/request/lib/cookies.js</Path>
@@ -3847,28 +7127,45 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/request/lib/tunnel.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/request/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/request/request.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/rimraf/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/rimraf/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/rimraf/bin.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/rimraf/node_modules/glob/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/rimraf/node_modules/glob/README.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/rimraf/node_modules/glob/changelog.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/rimraf/node_modules/glob/common.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/rimraf/node_modules/glob/glob.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/rimraf/node_modules/glob/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/rimraf/node_modules/glob/sync.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/rimraf/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/rimraf/rimraf.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/safe-buffer/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/safe-buffer/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/safe-buffer/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/safe-buffer/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/safer-buffer/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/safer-buffer/Porting-Buffer.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/safer-buffer/Readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/safer-buffer/dangerous.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/safer-buffer/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/safer-buffer/safer.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/safer-buffer/tests.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/season/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/season/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/season/bin/csonc</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/season/lib/cson.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/season/lib/csonc.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/season/node_modules/.bin/cake</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/season/node_modules/.bin/coffee</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/season/node_modules/async/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/season/node_modules/async/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/season/node_modules/async/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/season/node_modules/async/dist/async.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/season/node_modules/async/dist/async.min.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/season/node_modules/async/lib/async.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/season/node_modules/async/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/season/node_modules/coffee-script/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/season/node_modules/coffee-script/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/season/node_modules/coffee-script/bin/cake</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/season/node_modules/coffee-script/bin/coffee</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/season/node_modules/coffee-script/lib/coffee-script/browser.js</Path>
@@ -3890,31 +7187,50 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/season/node_modules/coffee-script/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/season/node_modules/coffee-script/register.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/season/node_modules/coffee-script/repl.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/season/node_modules/cson-parser/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/season/node_modules/cson-parser/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/season/node_modules/cson-parser/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/season/node_modules/cson-parser/lib/cson-parser.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/season/node_modules/cson-parser/lib/parse.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/season/node_modules/cson-parser/lib/stringify.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/season/node_modules/cson-parser/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/season/node_modules/fs-plus/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/season/node_modules/fs-plus/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/season/node_modules/fs-plus/appveyor.yml</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/season/node_modules/fs-plus/lib/fs-plus.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/season/node_modules/fs-plus/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/season/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/semver/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/semver/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/semver/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/semver/bin/semver</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/semver/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/semver/range.bnf</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/semver/semver.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/set-blocking/CHANGELOG.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/set-blocking/LICENSE.txt</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/set-blocking/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/set-blocking/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/set-blocking/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/signal-exit/CHANGELOG.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/signal-exit/LICENSE.txt</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/signal-exit/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/signal-exit/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/signal-exit/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/signal-exit/signals.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/simple-concat/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/simple-concat/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/simple-concat/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/simple-concat/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/simple-concat/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/simple-concat/test</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/simple-get/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/simple-get/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/simple-get/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/simple-get/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/sshpk/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/sshpk/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/sshpk/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/sshpk/bin/sshpk-conv</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/sshpk/bin/sshpk-sign</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/sshpk/bin/sshpk-verify</Path>
@@ -3943,33 +7259,61 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/sshpk/lib/signature.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/sshpk/lib/ssh-buffer.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/sshpk/lib/utils.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/sshpk/man/man1/sshpk-conv.1</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/sshpk/man/man1/sshpk-sign.1</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/sshpk/man/man1/sshpk-verify.1</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/sshpk/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/string-width/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/string-width/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/string-width/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/string-width/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/string_decoder/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/string_decoder/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/string_decoder/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/string_decoder/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/strip-ansi/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/strip-ansi/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/strip-ansi/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/strip-ansi/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/strip-json-comments/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/strip-json-comments/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/strip-json-comments/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/strip-json-comments/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-fs/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-fs/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-fs/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-fs/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-fs/node_modules/pump/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-fs/node_modules/pump/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-fs/node_modules/pump/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-fs/node_modules/pump/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-fs/node_modules/pump/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-fs/node_modules/pump/test-browser.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-fs/node_modules/pump/test.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-fs/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-fs/test/fixtures/a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-fs/test/fixtures/b/a</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-fs/test/fixtures/d/sub-dir</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-fs/test/fixtures/d/sub-files</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-fs/test/fixtures/e/directory</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-stream/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-stream/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-stream/extract.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-stream/headers.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-stream/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-stream/node_modules/isarray/.travis.yml</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-stream/node_modules/isarray/Makefile</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-stream/node_modules/isarray/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-stream/node_modules/isarray/component.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-stream/node_modules/isarray/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-stream/node_modules/isarray/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-stream/node_modules/isarray/test.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-stream/node_modules/readable-stream/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-stream/node_modules/readable-stream/CONTRIBUTING.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-stream/node_modules/readable-stream/GOVERNANCE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-stream/node_modules/readable-stream/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-stream/node_modules/readable-stream/README.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-stream/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-stream/node_modules/readable-stream/duplex-browser.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-stream/node_modules/readable-stream/duplex.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-stream/node_modules/readable-stream/lib/_stream_duplex.js</Path>
@@ -3988,9 +7332,13 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-stream/node_modules/readable-stream/transform.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-stream/node_modules/readable-stream/writable-browser.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-stream/node_modules/readable-stream/writable.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-stream/node_modules/safe-buffer/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-stream/node_modules/safe-buffer/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-stream/node_modules/safe-buffer/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-stream/node_modules/safe-buffer/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-stream/node_modules/string_decoder/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-stream/node_modules/string_decoder/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-stream/node_modules/string_decoder/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-stream/node_modules/string_decoder/lib/string_decoder.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-stream/node_modules/string_decoder/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar-stream/pack.js</Path>
@@ -4021,6 +7369,8 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar/.nyc_output/processinfo/fdecfc06-a944-4897-9530-e08f62883fc1.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar/.nyc_output/processinfo/index.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar/coverage/lcov-report/base.css</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar/coverage/lcov-report/index.html</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar/coverage/lcov-report/prettify.css</Path>
@@ -4049,6 +7399,7 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar/coverage/lcov-report/tar/lib/winchars.js.html</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar/coverage/lcov-report/tar/lib/write-entry.js.html</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar/coverage/lcov.info</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar/examples</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar/lib/buffer-entry.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar/lib/entry-writer.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar/lib/entry.js</Path>
@@ -4061,33 +7412,54 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar/lib/parse.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar/tar.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tar/test/link-file-entry-collision</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/temp/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/temp/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/temp/README.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/temp/examples</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/temp/lib/temp.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/temp/no_cleanup.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/temp/no_cleanup_on_exit.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/temp/no_cleanup_on_exit.spec.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/temp/node_modules/.bin/rimraf</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/temp/node_modules/rimraf/AUTHORS</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/temp/node_modules/rimraf/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/temp/node_modules/rimraf/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/temp/node_modules/rimraf/bin.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/temp/node_modules/rimraf/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/temp/node_modules/rimraf/rimraf.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/temp/node_modules/rimraf/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/temp/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/temp/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tmp/.travis.yml</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tmp/Gruntfile.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tmp/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tmp/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tmp/cleanup.sh</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tmp/lib/tmp.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tmp/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tmp/test/symlinkme</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/to-buffer/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/to-buffer/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/to-buffer/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/to-buffer/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/to-buffer/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/to-buffer/test.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/touch/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/touch/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/touch/bin/touch.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/touch/node_modules/.bin/nopt</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/touch/node_modules/nopt/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/touch/node_modules/nopt/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/touch/node_modules/nopt/bin/nopt.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/touch/node_modules/nopt/examples</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/touch/node_modules/nopt/lib/nopt.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/touch/node_modules/nopt/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/touch/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/touch/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/touch/touch.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tough-cookie/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tough-cookie/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tough-cookie/lib/cookie.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tough-cookie/lib/memstore.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tough-cookie/lib/pathMatch.js</Path>
@@ -4095,20 +7467,33 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tough-cookie/lib/pubsuffix-psl.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tough-cookie/lib/store.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tough-cookie/node_modules/punycode/LICENSE-MIT.txt</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tough-cookie/node_modules/punycode/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tough-cookie/node_modules/punycode/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tough-cookie/node_modules/punycode/punycode.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tough-cookie/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/traverse/LICENSE</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/traverse/README.markdown</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/traverse/examples</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/traverse/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/traverse/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/traverse/test</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tunnel-agent/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tunnel-agent/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tunnel-agent/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tunnel-agent/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tweetnacl/AUTHORS.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tweetnacl/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tweetnacl/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tweetnacl/PULL_REQUEST_TEMPLATE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tweetnacl/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tweetnacl/nacl-fast.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tweetnacl/nacl-fast.min.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tweetnacl/nacl.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tweetnacl/nacl.min.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/tweetnacl/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/type/.prettierrc.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/type/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/type/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/type/array-length/coerce.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/type/array-length/ensure.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/type/array-like/ensure.js</Path>
@@ -4151,18 +7536,47 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/type/safe-integer/ensure.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/type/string/coerce.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/type/string/ensure.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/type/test/_lib</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/type/test/array</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/type/test/array-length</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/type/test/array-like</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/type/test/date</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/type/test/error</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/type/test/finite</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/type/test/function</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/type/test/integer</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/type/test/iterable</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/type/test/lib</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/type/test/natural-number</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/type/test/number</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/type/test/object</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/type/test/plain-function</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/type/test/plain-object</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/type/test/promise</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/type/test/prototype</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/type/test/reg-exp</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/type/test/safe-integer</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/type/test/string</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/type/test/thenable</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/type/test/time-value</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/type/test/value</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/type/thenable/ensure.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/type/thenable/is.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/type/time-value/coerce.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/type/time-value/ensure.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/type/value/ensure.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/type/value/is.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/underscore-plus/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/underscore-plus/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/underscore-plus/appveyor.yml</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/underscore-plus/lib/underscore-plus.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/underscore-plus/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/underscore/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/underscore/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/underscore/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/underscore/underscore-min.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/underscore/underscore.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/uri-js/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/uri-js/bower.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/uri-js/dist/es5/uri.all.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/uri-js/dist/es5/uri.all.min.js</Path>
@@ -4188,12 +7602,20 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/uri-js/src/schemes/urn.ts</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/uri-js/src/uri.ts</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/uri-js/src/util.ts</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/uri-js/tests</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/uri-js/tsconfig.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/uri-js/yarn.lock</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/util-deprecate/History.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/util-deprecate/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/util-deprecate/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/util-deprecate/browser.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/util-deprecate/node.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/util-deprecate/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/uuid/AUTHORS</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/uuid/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/uuid/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/uuid/README.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/uuid/README_js.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/uuid/bin/uuid</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/uuid/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/uuid/lib/bytesToUuid.js</Path>
@@ -4209,43 +7631,75 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/uuid/v3.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/uuid/v4.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/uuid/v5.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/verror/CHANGES.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/verror/CONTRIBUTING.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/verror/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/verror/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/verror/lib/verror.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/verror/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/which-pm-runs/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/which-pm-runs/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/which-pm-runs/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/which-pm-runs/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/wide-align/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/wide-align/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/wide-align/align.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/wide-align/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/window-size/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/window-size/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/window-size/cli.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/window-size/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/window-size/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/wordwrap/README.markdown</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/wordwrap/example</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/wordwrap/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/wordwrap/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/wordwrap/test</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/wrap-ansi/index.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/wrap-ansi/license</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/wrap-ansi/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/wrap-ansi/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/wrappy/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/wrappy/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/wrappy/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/wrappy/wrappy.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/wrench/LICENSE</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/wrench/lib/wrench.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/wrench/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/wrench/readme.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/wrench/tests/readdir/foo/bar</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/wrench/tests/shown/.hidden</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/wrench/tests/shown/foo/bar</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/wrench/tests/withsymlinks</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/xmlbuilder/Makefile</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/xmlbuilder/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/xmlbuilder/lib/XMLBuilder.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/xmlbuilder/lib/XMLFragment.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/xmlbuilder/lib/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/xmlbuilder/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/xmldom/.travis.yml</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/xmldom/LICENSE</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/xmldom/__package__.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/xmldom/changelog</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/xmldom/component.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/xmldom/dom-parser.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/xmldom/dom.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/xmldom/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/xmldom/readme.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/xmldom/sax.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/xtend/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/xtend/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/xtend/immutable.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/xtend/mutable.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/xtend/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/xtend/test.js</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/y18n/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/y18n/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/y18n/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/y18n/package.json</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/yargs/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/yargs/LICENSE</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/yargs/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/yargs/completion.sh.hbs</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/yargs/index.js</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/node_modules/yargs/lib/completion.js</Path>
@@ -4278,14 +7732,22 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/script/postinstall.sh</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/src/generator/safemake.py</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/src/generator/safemake.pyc</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/templates/bundle/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/templates/bundle/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/templates/bundle/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/templates/language/.gitignore.template</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/templates/language/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/templates/language/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/templates/language/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/templates/language/grammars/__package-name__.cson</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/templates/language/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/templates/language/settings/language-__package-name__.cson</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/templates/language/snippets/language-__package-name__.cson</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/templates/language/spec/language-__package-name__-spec.coffee.template</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/templates/package-coffeescript/.gitignore.template</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/templates/package-coffeescript/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/templates/package-coffeescript/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/templates/package-coffeescript/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/templates/package-coffeescript/keymaps/__package-name__.cson.template</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/templates/package-coffeescript/lib/__package-name__-view.coffee.template</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/templates/package-coffeescript/lib/__package-name__.coffee.template</Path>
@@ -4295,6 +7757,9 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/templates/package-coffeescript/spec/__package-name__-view-spec.coffee.template</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/templates/package-coffeescript/styles/__package-name__.less.template</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/templates/package-javascript/.gitignore.template</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/templates/package-javascript/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/templates/package-javascript/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/templates/package-javascript/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/templates/package-javascript/keymaps/__package-name__.json.template</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/templates/package-javascript/lib/__package-name__-view.js.template</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/templates/package-javascript/lib/__package-name__.js.template</Path>
@@ -4304,6 +7769,9 @@
<Path fileType="data">/usr/share/atom/resources/app/apm/templates/package-javascript/spec/__package-name__-view-spec.js.template</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/templates/package-javascript/styles/__package-name__.less.template</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/templates/theme/.gitignore.template</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/templates/theme/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/templates/theme/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/atom/resources/app/apm/templates/theme/README.md</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/templates/theme/index.less</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/templates/theme/package.json</Path>
<Path fileType="data">/usr/share/atom/resources/app/apm/templates/theme/styles/base.less</Path>
@@ -4320,12 +7788,12 @@
</Files>
</Package>
<History>
- <Update release="127">
- <Date>2019-10-23</Date>
- <Version>1.41.0</Version>
+ <Update release="128">
+ <Date>2020-02-10</Date>
+ <Version>1.44.0</Version>
<Comment>Packaging update</Comment>
<Name>Jacob Alzén</Name>
<Email>jacob.alzen@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Apr 25 2023, 2:28 AM (15 w, 14 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5792542
Default Alt Text
D7867.id.diff (783 KB)

Event Timeline