-
-
Save ryantm/aeb82087f0c9c92394ee5d61f1f4bf3b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/nix/store/8z6xvzan192jya1l1cqfrzfzqrqnfw33-EventStore-4.1.0 | |
├── bin | |
│ └── clusternode | |
└── lib | |
└── eventstore | |
└── clusternode | |
├── clusternode-web | |
│ ├── apple-touch-icon.png | |
│ ├── css | |
│ │ └── main.min.css | |
│ ├── es-tile.png | |
│ ├── favicon.png | |
│ ├── fonts | |
│ │ ├── roboto-bolditalic-webfont.woff | |
│ │ ├── roboto-bolditalic-webfont.woff2 | |
│ │ ├── roboto-bold-webfont.woff | |
│ │ ├── roboto-bold-webfont.woff2 | |
│ │ ├── roboto-italic-webfont.woff | |
│ │ ├── roboto-italic-webfont.woff2 | |
│ │ ├── roboto-regular-webfont.woff | |
│ │ ├── roboto-regular-webfont.woff2 | |
│ │ ├── SIL Open Font License.txt | |
│ │ ├── sourcecodepro-bold-webfont.woff | |
│ │ ├── sourcecodepro-bold-webfont.woff2 | |
│ │ ├── sourcecodepro-regular-webfont.woff | |
│ │ └── sourcecodepro-regular-webfont.woff2 | |
│ ├── images | |
│ │ └── logo.svg | |
│ ├── index.html | |
│ └── js | |
│ ├── ace | |
│ │ ├── ace.js | |
│ │ ├── mode-javascript.js | |
│ │ ├── mode-json.js | |
│ │ ├── theme-monokai.js | |
│ │ ├── worker-javascript.js | |
│ │ └── worker-json.js | |
│ ├── app.min.js | |
│ └── requirejs.min.js | |
├── EventStore.BufferManagement.dll | |
├── EventStore.BufferManagement.dll.mdb | |
├── EventStore.ClusterNode.exe | |
├── EventStore.ClusterNode.Web.dll | |
├── EventStore.ClusterNode.Web.dll.mdb | |
├── EventStore.Common.dll | |
├── EventStore.Common.dll.mdb | |
├── EventStore.Core.dll | |
├── EventStore.Core.dll.mdb | |
├── EventStore.Projections.Core.dll | |
├── EventStore.Projections.Core.dll.mdb | |
├── EventStore.Rags.dll | |
├── EventStore.Transport.Http.dll | |
├── EventStore.Transport.Http.dll.mdb | |
├── EventStore.Transport.Tcp.dll | |
├── EventStore.Transport.Tcp.dll.mdb | |
├── HdrHistogram.NET.dll | |
├── libjs1.so | |
├── log.config | |
├── Newtonsoft.Json.dll | |
├── NLog.dll | |
├── Prelude | |
│ ├── 1Prelude.js | |
│ ├── ModulesExecuted.js | |
│ ├── Modules.js | |
│ └── Projections.js | |
├── projections | |
│ └── es.projections.environment.js | |
└── protobuf-net.dll | |
12 directories, 55 files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment