Skip to content

Instantly share code, notes, and snippets.

@jeancroy
Created November 26, 2015 17:55
Show Gist options
  • Save jeancroy/8f62d4b1a16427e54c7c to your computer and use it in GitHub Desktop.
Save jeancroy/8f62d4b1a16427e54c7c to your computer and use it in GitHub Desktop.
{
"name": "minimap",
"repository": {
"type": "git",
"url": "https:\/\/github.com\/atom-minimap\/minimap"
},
"downloads": 971268,
"stargazers_count": 2109,
"releases": {
"latest": "4.16.2"
},
"readme": "# Minimap package [![Build Status](https:\/\/travis-ci.org\/atom-minimap\/minimap.svg?branch=master)](https:\/\/travis-ci.org\/atom-minimap\/minimap)\n\nA preview of the full source code.\n\n![Minimap Screenshot](https:\/\/github.com\/atom-minimap\/minimap\/blob\/master\/resources\/screenshot.png?raw=true)\n<small>In the screenshot above the minimap-git-diff and minimap-highlight-selected plugins are activated.<\/small>\n\n### Installation\n\n```\napm install minimap\n```\n\n### Features\n\n* Service-based Plugin API: Use the plugin generation command and start developing your plugin right away.\n* Decoration API: Use the same API to manage `TextEditor` and `Minimap` decorations.\n* Canvas-based Rendering: Simple, fast and flexible.\n* Stand-alone Mode: Wants to display a preview of a text editor in your UIs, use a stand-alone version of the Minimap.\n\n### Available Plugins\n\nBelow is the list of available plugins so far:\n\nPackage|Description\n---|---\n[Auto-Hide](https:\/\/atom.io\/packages\/minimap-autohide)|Hides the Minimap while editing.\n[Bookmarks](https:\/\/atom.io\/packages\/minimap-bookmarks)|Displays Atom bookmarks.\n[Code Glance](https:\/\/atom.io\/packages\/minimap-codeglance)|Shows the code that's under the mouse cursor when hovering the Minimap.\n[Find And Replace](https:\/\/atom.io\/packages\/minimap-find-and-replace)|Displays the search matches.\n[Git Diff](https:\/\/atom.io\/packages\/minimap-git-diff)|Displays the file diff.\n[Hide on inactive panes](https:\/\/atom.io\/packages\/minimap-hide)|Hide the Minimap when pane isn't focus.\n[Highlight Selected](https:\/\/atom.io\/packages\/minimap-highlight-selected)|A Minimap binding for the [highlight-selected](http:\/\/atom.io\/packages\/highlight-selected) package.\n[Linter](https:\/\/atom.io\/packages\/minimap-linter)|Displays [linter](https:\/\/atom.io\/packages\/linter) markers.\n[Pigments](https:\/\/atom.io\/packages\/minimap-pigments)|Displays the [Pigments](https:\/\/atom.io\/packages\/pigments) colors.\n[Selection](https:\/\/atom.io\/packages\/minimap-selection)|Display the buffer's selections.\n[Split-Diff](https:\/\/atom.io\/packages\/minimap-split-diff)|A Minimap binding for the [split-diff](https:\/\/atom.io\/packages\/split-diff) package.\n[Google-Repo-Diff-Minimap](https:\/\/atom.io\/packages\/google-repo-diff-minimap)|A Minimap binding for the [google-repo-diff](https:\/\/atom.io\/packages\/google-repo-diff) package and [google-repo](https:\/\/atom.io\/packages\/google-repo) package.\n\n### Settings\n\n#### Auto Toggle\n\nIf checked the Minimap is toggled on at startup. `(default=true)`\n\n#### Display Code Highlights\n\nIf checked the code will be highlighted using the grammar tokens. `(default=true)`\n\n`true`|`false`\n---|---\n![](https:\/\/github.com\/atom-minimap\/minimap\/blob\/master\/resources\/with-code-highlights.png?raw=true)| ![](https:\/\/github.com\/atom-minimap\/minimap\/blob\/master\/resources\/without-code-highlights.png?raw=true)\n\n#### Display Minimap On Left\n\nIf checked the Minimap appears on the left side of editors, otherwise it appears on the right side. `(default=false)`\n\n`true`|`false`\n---|---\n![](https:\/\/github.com\/atom-minimap\/minimap\/blob\/master\/resources\/minimap-on-left.png?raw=true)|![](https:\/\/github.com\/atom-minimap\/minimap\/blob\/master\/resources\/minimap-on-right.png?raw=true)\n\n#### Char Height\n\nThe height of a character in the Minimap in pixels. `(default=2)`\n\n`1px`|`2px`|`4px`\n---|---|---\n![](https:\/\/github.com\/atom-minimap\/minimap\/blob\/master\/resources\/1px-char-height.png?raw=true)|![](https:\/\/github.com\/atom-minimap\/minimap\/blob\/master\/resources\/2px-char-height.png?raw=true)|![](https:\/\/github.com\/atom-minimap\/minimap\/blob\/master\/resources\/4px-char-height.png?raw=true)\n\n#### Char Width\n\nThe width of a character in the Minimap in pixels. `(default=1)`\n\n`1px`|`2px`\n---|---\n![](https:\/\/github.com\/atom-minimap\/minimap\/blob\/master\/resources\/1px-char-width.png?raw=true)|![](https:\/\/github.com\/atom-minimap\/minimap\/blob\/master\/resources\/2px-char-width.png?raw=true)\n\n#### Interline\n\nThe space between lines in the Minimap in pixels. `(default=1)`\n\n`1px`|`2px`\n---|---\n![](https:\/\/github.com\/atom-minimap\/minimap\/blob\/master\/resources\/1px-interline.png?raw=true)|![](https:\/\/github.com\/atom-minimap\/minimap\/blob\/master\/resources\/2px-interline.png?raw=true)\n\n#### Text Opacity\n\nThe opacity used to render the line text in the Minimap. `(default=0.6)`\n\n`0.6`|`1`\n---|---\n![](https:\/\/github.com\/atom-minimap\/minimap\/blob\/master\/resources\/text-opacity-default.png?raw=true)|![](https:\/\/github.com\/atom-minimap\/minimap\/blob\/master\/resources\/text-opacity-1.png?raw=true)\n\n### Display Plugins Controls\n\nIf checked, the Minimap plugins can be activated\/deactivated from the Minimap settings view and a quick settings dropdown will be available on the top right corner of the Minimap. `(default=true)`\n\n**You need to restart Atom for this setting to be effective.**\n\n![](https:\/\/github.com\/atom-minimap\/minimap\/blob\/master\/resources\/plugins-control.png?raw=true)\n\n#### Minimap Scroll Indicator\n\nToggles the display of a side line showing which part of the buffer is currently displayed by the Minimap. The side line appear only if the Minimap height is bigger than the editor view height. `(default=true)`\n\n![](https:\/\/github.com\/atom-minimap\/minimap\/blob\/master\/resources\/scroll-indicator.png?raw=true)\n\n#### Plugins *\n\nWhen plugins are installed, a setting is created for each to enable\/disable them directly from the Minimap settings view.\n\n\n#### Scroll Animation\n\nEnable animations when scrolling the editor by clicking on the Minimap. `(default=false)`\n\n#### Scroll Animation Duration\n\nDuration of the scroll animation when clicking on the Minimap. `(default=300)`\n\n\n#### Use Hardware Acceleration\n\nIf checked the Minimap scroll is done using a `translate3d` transform, otherwise the `translate` transform is used. `(default=true)`\n\n#### Absolute Mode\n\nWhen enabled the Minimap uses an absolute positioning, letting the editor's content flow below the Minimap. `(default=true)`\n\nNote that this setting will do nothing if `Display Minimap On Left` is also enabled.\n\n`false`|`true`\n---|---\n![](https:\/\/github.com\/atom-minimap\/minimap\/blob\/master\/resources\/normal-mode.png?raw=true)|![](https:\/\/github.com\/atom-minimap\/minimap\/blob\/master\/resources\/absolute-mode.png?raw=true)\n\n### Key Bindings\n\nThe Minimap package doesn't provide any default keybindings. But you can define your own as demonstrated below:\n\n```cson\n'atom-workspace':\n 'cmd-m': 'minimap:toggle'\n 'ctrl-alt-cmd-j': 'minimap:generate-javascript-plugin'\n 'ctrl-alt-cmd-b': 'minimap:generate-babel-plugin'\n 'ctrl-alt-cmd-c': 'minimap:generate-coffee-plugin'\n```\n\n### Tweaking The Minimap\n\n#### Hiding scrollbars\n\nIf you want to hide the default editor scrollbar, edit your `style.less` (Open Your Stylesheet) and use the following snippet:\n\n```css\natom-text-editor .vertical-scrollbar,\natom-text-editor::shadow .vertical-scrollbar {\n opacity: 0;\n width: 0;\n}\n```\n\n#### Changing the Minimap's background\n\n![minimap-custom-background](https:\/\/github.com\/atom-minimap\/minimap\/blob\/master\/resources\/minimap-custom-background.png?raw=true)\n\n```css\natom-text-editor atom-text-editor-minimap,\natom-text-editor::shadow atom-text-editor-minimap {\n background: green;\n}\n```\n\n#### Changing the color of the Minimap's `visible-area`\n\n![minimap-custom-background](https:\/\/github.com\/atom-minimap\/minimap\/blob\/master\/resources\/minimap-custom-visible-area.png?raw=true)\n\n```css\natom-text-editor atom-text-editor-minimap::shadow .minimap-visible-area,\natom-text-editor::shadow atom-text-editor-minimap::shadow .minimap-visible-area {\n background-color: green;\n opacity: .5;\n}\n```\n\n#### Changing the color of the Minimap's `scroll-indicator`\n\n![minimap-custom-background](https:\/\/github.com\/atom-minimap\/minimap\/blob\/master\/resources\/minimap-custom-scroll-indicator.png?raw=true)\n\n```css\natom-text-editor atom-text-editor-minimap::shadow .minimap-scroll-indicator,\natom-text-editor::shadow atom-text-editor-minimap::shadow .minimap-scroll-indicator {\n background-color: green;\n}\n```\n\n#### Disabling mouse interactions when in absolute mode\n\nIf you want to prevent to catch the mouse pointer when the `absoluteMode` setting is enabled you can use the following snippet to do so:\n\n```css\natom-text-editor atom-text-editor-minimap,\natom-text-editor::shadow atom-text-editor-minimap {\n pointer-events: none;\n}\n\natom-text-editor atom-text-editor-minimap::shadow .minimap-visible-area,\natom-text-editor::shadow atom-text-editor-minimap::shadow .minimap-visible-area {\n pointer-events: auto;\n}\n```\n\nThe visible area will still allow interaction but the Minimap track won't.\n\n### ASCII Art Comments\n\nOne neat trick is to use ASCII art to create huge comments visible in the minimap. This is really efficient when navigating huge files.\n\n![ASCII Art Comments](https:\/\/github.com\/atom-minimap\/minimap\/blob\/master\/resources\/ascii-comments.png?raw=true)\n\nTo generate these comments you can use on these useful Atom packages:\n\n- [Figlet](https:\/\/atom.io\/packages\/figlet)\n- [Figletify](https:\/\/atom.io\/packages\/figletify)\n- [Minimap Titles](https:\/\/atom.io\/packages\/minimap-titles)\n- [Draw Package](https:\/\/atom.io\/packages\/draw-package)\n\n----\n\n## Developers Documentation\n\nYou can find below the developers documentation on how to create Minimap's plugins and how to use decorations and stand-alone Minimaps.\n\nFor a more detailled documentation of the API make sure to check the [Minimap API Documentation](http:\/\/atom-minimap.github.io\/minimap\/).\n\n### Plugins\n\nThe Minimap comes with a plugin system used to extend the features displayed in it. Minimap plugins, once activated, are known and can be managed through the Minimap settings.\n\n#### Plugin Generation Command\n\nUse the `Generate Javascript Plugin`, `Generate Coffee Plugin` or `Generate Babel Plugin` commands, available in the command palette, to generate a new Minimap plugin package.\n\n- `Minimap: Generate Javascript Plugin`: Will generate a vanilla JavaScript package.\n- `Minimap: Generate Coffee Plugin`: Will generate a CoffeeScript package.\n- `Minimap: Generate Babel Plugin`: Will generate a ES6 package that uses babel-js.\n\n#### Plugins Controls\n\nWhen the `displayPluginsControls` setting is toggled on, plugins activation can be managed directly from the Minimap package settings or by using the quick settings dropdown available on the Mimimap itself:\n\n![Minimap Screenshot](https:\/\/github.com\/atom-minimap\/minimap\/blob\/master\/resources\/plugins-list.gif?raw=true)\n\n### Stand-alone Mode\n\nStarting with version 4.13, the Minimap can operate in a stand-alone mode. Basically, it means that a Minimap can be appended to the DOM outside of a `TextEditor` and without being affected by it.\n\nThe example below demonstrates how to retrieve and display a stand-alone Minimap:\n\n```coffee\natom.packages.serviceHub.consume 'minimap', '1.0.0', (api) ->\n editor = atom.workspace.getActiveTextEditor()\n minimap = api.standAloneMinimapForEditor(editor)\n\n minimapElement = atom.views.getView(minimap)\n minimapElement.attach(document.body)\n minimapElement.style.cssText = '''\n width: 300px;\n height: 300px;\n position: fixed;\n top: 0;\n right: 100px;\n z-index: 10;\n '''\n```\n\nIn a nutshell, here's the main changes to expect when using a stand-alone Minimap:\n\n- In stand-alone mode, it's the `MinimapElement` that is responsible to sets the size of the underlying `Minimap` model, so you can give it any size and the Minimap will just adapt to it.\n- Scrolling in the target `TextEditor` won't change the Minimap display.\n- The mouse controls in the Minimap are removed.\n- The visible area and the quick settings button are removed.\n- Stand-alone Minimaps aren't dispatched in the `observeMinimaps` callback, so they won't be targeted by plugins and won't receive the decorations that plugins normally creates on Minimaps.\n\nFor the moment, stand-alone Minimaps still need a target `TextEditor` but I hope to make it work with just a path at some point.\n\n### Minimap Decorations\n\nThe Minimap package mimic the decoration API available on editors so that you can easily add your own decorations on the Minimap.\n\nWhile the interface is the same, some details such as the available decorations types change relatively to the editor's decorations API.\n\n#### Scope And Styling\n\nThe most important change is that decorations on the Minimap doesn't use a `class`, but rather a `scope`\n\n```coffee\nminimapView.decorateMarker(marker, type: 'line', scope: '.scope .to .the.marker.style')\n```\n\nIt's still possible to pass a class parameter to the decoration:\n\n\n```coffee\nminimapView.decorateMarker(marker, type: 'line', class: 'the marker style')\n```\n\nIn that case, when rendering the decoration a scope will be build that will look like `.minimap .editor .the.marker.style`.\n\nThe reason of using a scope rather than a class is that while editor's decorations are part of the DOM and benefit of the styles cascading, Minimap's decorations, rendered in a canvas, do not. In order to work around that, decoration's styles are defined using a `scope` property containing the selector allowing to retrieve the decoration style.\n\nThis allow the Minimap decorations to still be styled using css. For instance, the scope used by the `minimap-selection` package is:\n\n```css\n.minimap .editor .selection .region {\n \/* ... *\/\n}\n```\n\nNote that the scope is prefixed with `.minimap` so that you can override the selection style in the Minimap without impacting the editor's one.\n\nAlso note that only the `background` property will be retrieved to style a decoration.\n\nA last option is to pass a css color directly in a `color` option, such as:\n\n```coffee\nminimapView.decorateMarker(marker, type: 'line', color: '#ff0000')\n```\n\nIn that case neither the scope nor the class will be used.\n\n#### Decorations Types\n\nAnother non-trivial change is the list of available decoration's type. At the time, the available types on the Minimap are:\n\n- `line`: Same as the editor one, it colors the line background with a color extracted from the decoration scope.\n- `highlight-under`: Correspond to an editor `highlight` decoration that is rendered before rendering the line content.\n- `highlight-over`, `highlight`: Correspond to an editor `highlight` decoration that is rendered after having rendered the line content.\n- `highlight-outline`: Correspond to an editor `highlight` decoration that is rendered only as an outline in the Minimap.\n\n### License\n\nMIT\n",
"metadata": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.16.2",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"keywords": [
"minimap",
"overview"
],
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/atom-minimap\/minimap",
"license": "MIT",
"engines": {
"atom": ">=0.208.0"
},
"providedServices": {
"minimap": {
"description": "Exposes the minimap API to other packages",
"versions": {
"1.0.0": "provideMinimapServiceV1"
}
}
},
"dependencies": {
"atom-utils": "0.7.x",
"delegato": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x"
}
},
"versions": {
"4.16.2": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.16.2",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"keywords": [
"minimap",
"overview"
],
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/atom-minimap\/minimap",
"license": "MIT",
"engines": {
"atom": ">=0.208.0"
},
"providedServices": {
"minimap": {
"description": "Exposes the minimap API to other packages",
"versions": {
"1.0.0": "provideMinimapServiceV1"
}
}
},
"dependencies": {
"atom-utils": "0.7.x",
"delegato": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.16.2\/tarball"
}
},
"4.11.0": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.11.0",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/atom-minimap\/minimap",
"license": "MIT",
"engines": {
"atom": ">=0.208.0"
},
"providedServices": {
"minimap": {
"description": "Exposes the minimap API to other packages",
"versions": {
"1.0.0": "provideMinimapServiceV1"
}
}
},
"dependencies": {
"atom-utils": "0.5.x",
"delegato": "1.x",
"event-kit": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.11.0\/tarball"
}
},
"4.16.1": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.16.1",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"keywords": [
"minimap",
"overview"
],
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/atom-minimap\/minimap",
"license": "MIT",
"engines": {
"atom": ">=0.208.0"
},
"providedServices": {
"minimap": {
"description": "Exposes the minimap API to other packages",
"versions": {
"1.0.0": "provideMinimapServiceV1"
}
}
},
"dependencies": {
"atom-utils": "0.7.x",
"delegato": "1.x",
"event-kit": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.16.1\/tarball"
}
},
"4.15.2": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.15.2",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"keywords": [
"minimap",
"overview"
],
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/atom-minimap\/minimap",
"license": "MIT",
"engines": {
"atom": ">=0.208.0"
},
"providedServices": {
"minimap": {
"description": "Exposes the minimap API to other packages",
"versions": {
"1.0.0": "provideMinimapServiceV1"
}
}
},
"dependencies": {
"atom-utils": "0.5.x",
"delegato": "1.x",
"event-kit": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.15.2\/tarball"
}
},
"4.10.0": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.10.0",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/atom-minimap\/minimap",
"license": "MIT",
"engines": {
"atom": ">=0.184.0"
},
"providedServices": {
"minimap": {
"description": "Exposes the minimap API to other packages",
"versions": {
"1.0.0": "provideMinimapServiceV1"
}
}
},
"dependencies": {
"atom-utils": "0.5.x",
"delegato": "1.x",
"event-kit": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.10.0\/tarball"
}
},
"4.16.0": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.16.0",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"keywords": [
"minimap",
"overview"
],
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/atom-minimap\/minimap",
"license": "MIT",
"engines": {
"atom": ">=0.208.0"
},
"providedServices": {
"minimap": {
"description": "Exposes the minimap API to other packages",
"versions": {
"1.0.0": "provideMinimapServiceV1"
}
}
},
"dependencies": {
"atom-utils": "0.7.x",
"delegato": "1.x",
"event-kit": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.16.0\/tarball"
}
},
"4.15.1": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.15.1",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"keywords": [
"minimap",
"overview"
],
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/atom-minimap\/minimap",
"license": "MIT",
"engines": {
"atom": ">=0.208.0"
},
"providedServices": {
"minimap": {
"description": "Exposes the minimap API to other packages",
"versions": {
"1.0.0": "provideMinimapServiceV1"
}
}
},
"dependencies": {
"atom-utils": "0.5.x",
"delegato": "1.x",
"event-kit": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.15.1\/tarball"
}
},
"4.15.0": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.15.0",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"keywords": [
"minimap",
"overview"
],
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/atom-minimap\/minimap",
"license": "MIT",
"engines": {
"atom": ">=0.208.0"
},
"providedServices": {
"minimap": {
"description": "Exposes the minimap API to other packages",
"versions": {
"1.0.0": "provideMinimapServiceV1"
}
}
},
"dependencies": {
"atom-utils": "0.5.x",
"delegato": "1.x",
"event-kit": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.15.0\/tarball"
}
},
"4.14.0": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.14.0",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"keywords": [
"minimap",
"overview"
],
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/atom-minimap\/minimap",
"license": "MIT",
"engines": {
"atom": ">=1.0.20"
},
"providedServices": {
"minimap": {
"description": "Exposes the minimap API to other packages",
"versions": {
"1.0.0": "provideMinimapServiceV1"
}
}
},
"dependencies": {
"atom-utils": "0.5.x",
"fs-plus": "2.x",
"mixto": "1.x",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.14.0\/tarball"
}
},
"1.0.1": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "1.0.1",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"prolix": "1.x",
"delegato": "1.x",
"semver": "~2.3.0"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/1.0.1\/tarball"
}
},
"1.4.0": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "1.4.0",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"prolix": "1.x",
"delegato": "1.x",
"semver": "~2.3.0"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/1.4.0\/tarball"
}
},
"1.1.0": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "1.1.0",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"prolix": "1.x",
"delegato": "1.x",
"semver": "~2.3.0"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/1.1.0\/tarball"
}
},
"4.13.4": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.13.4",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"keywords": [
"minimap",
"overview"
],
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/atom-minimap\/minimap",
"license": "MIT",
"engines": {
"atom": ">=0.208.0"
},
"providedServices": {
"minimap": {
"description": "Exposes the minimap API to other packages",
"versions": {
"1.0.0": "provideMinimapServiceV1"
}
}
},
"dependencies": {
"atom-utils": "0.5.x",
"delegato": "1.x",
"event-kit": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.13.4\/tarball"
}
},
"4.13.3": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.13.3",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"keywords": [
"minimap",
"overview"
],
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/atom-minimap\/minimap",
"license": "MIT",
"engines": {
"atom": ">=0.208.0"
},
"providedServices": {
"minimap": {
"description": "Exposes the minimap API to other packages",
"versions": {
"1.0.0": "provideMinimapServiceV1"
}
}
},
"dependencies": {
"atom-utils": "0.5.x",
"delegato": "1.x",
"event-kit": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.13.3\/tarball"
}
},
"4.12.1": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.12.1",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/atom-minimap\/minimap",
"license": "MIT",
"engines": {
"atom": ">=0.208.0"
},
"providedServices": {
"minimap": {
"description": "Exposes the minimap API to other packages",
"versions": {
"1.0.0": "provideMinimapServiceV1"
}
}
},
"dependencies": {
"atom-utils": "0.5.x",
"delegato": "1.x",
"event-kit": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.12.1\/tarball"
}
},
"4.13.0": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.13.0",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"keywords": [
"minimap",
"overview"
],
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/atom-minimap\/minimap",
"license": "MIT",
"engines": {
"atom": ">=0.208.0"
},
"providedServices": {
"minimap": {
"description": "Exposes the minimap API to other packages",
"versions": {
"1.0.0": "provideMinimapServiceV1"
}
}
},
"dependencies": {
"atom-utils": "0.5.x",
"delegato": "1.x",
"event-kit": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.13.0\/tarball"
}
},
"4.10.1": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.10.1",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/atom-minimap\/minimap",
"license": "MIT",
"engines": {
"atom": ">=0.208.0"
},
"providedServices": {
"minimap": {
"description": "Exposes the minimap API to other packages",
"versions": {
"1.0.0": "provideMinimapServiceV1"
}
}
},
"dependencies": {
"atom-utils": "0.5.x",
"delegato": "1.x",
"event-kit": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.10.1\/tarball"
}
},
"4.13.2": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.13.2",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"keywords": [
"minimap",
"overview"
],
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/atom-minimap\/minimap",
"license": "MIT",
"engines": {
"atom": ">=0.208.0"
},
"providedServices": {
"minimap": {
"description": "Exposes the minimap API to other packages",
"versions": {
"1.0.0": "provideMinimapServiceV1"
}
}
},
"dependencies": {
"atom-utils": "0.5.x",
"delegato": "1.x",
"event-kit": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.13.2\/tarball"
}
},
"4.12.0": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.12.0",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/atom-minimap\/minimap",
"license": "MIT",
"engines": {
"atom": ">=0.208.0"
},
"providedServices": {
"minimap": {
"description": "Exposes the minimap API to other packages",
"versions": {
"1.0.0": "provideMinimapServiceV1"
}
}
},
"dependencies": {
"atom-utils": "0.5.x",
"delegato": "1.x",
"event-kit": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.12.0\/tarball"
}
},
"4.13.1": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.13.1",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"keywords": [
"minimap",
"overview"
],
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/atom-minimap\/minimap",
"license": "MIT",
"engines": {
"atom": ">=0.208.0"
},
"providedServices": {
"minimap": {
"description": "Exposes the minimap API to other packages",
"versions": {
"1.0.0": "provideMinimapServiceV1"
}
}
},
"dependencies": {
"atom-utils": "0.5.x",
"delegato": "1.x",
"event-kit": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.13.1\/tarball"
}
},
"4.12.3": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.12.3",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/atom-minimap\/minimap",
"license": "MIT",
"engines": {
"atom": ">=0.208.0"
},
"providedServices": {
"minimap": {
"description": "Exposes the minimap API to other packages",
"versions": {
"1.0.0": "provideMinimapServiceV1"
}
}
},
"dependencies": {
"atom-utils": "0.5.x",
"delegato": "1.x",
"event-kit": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.12.3\/tarball"
}
},
"3.4.9": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "3.4.9",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.133.0"
},
"dependencies": {
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x",
"atom-space-pen-views": ">= 0.20.0"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.4.9\/tarball"
}
},
"4.12.2": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.12.2",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/atom-minimap\/minimap",
"license": "MIT",
"engines": {
"atom": ">=0.208.0"
},
"providedServices": {
"minimap": {
"description": "Exposes the minimap API to other packages",
"versions": {
"1.0.0": "provideMinimapServiceV1"
}
}
},
"dependencies": {
"atom-utils": "0.5.x",
"delegato": "1.x",
"event-kit": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.12.2\/tarball"
}
},
"4.11.2": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.11.2",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/atom-minimap\/minimap",
"license": "MIT",
"engines": {
"atom": ">=0.208.0"
},
"providedServices": {
"minimap": {
"description": "Exposes the minimap API to other packages",
"versions": {
"1.0.0": "provideMinimapServiceV1"
}
}
},
"dependencies": {
"atom-utils": "0.5.x",
"delegato": "1.x",
"event-kit": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.11.2\/tarball"
}
},
"4.11.1": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.11.1",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/atom-minimap\/minimap",
"license": "MIT",
"engines": {
"atom": ">=0.208.0"
},
"providedServices": {
"minimap": {
"description": "Exposes the minimap API to other packages",
"versions": {
"1.0.0": "provideMinimapServiceV1"
}
}
},
"dependencies": {
"atom-utils": "0.5.x",
"delegato": "1.x",
"event-kit": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.11.1\/tarball"
}
},
"4.10.2": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.10.2",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/atom-minimap\/minimap",
"license": "MIT",
"engines": {
"atom": ">=0.208.0"
},
"providedServices": {
"minimap": {
"description": "Exposes the minimap API to other packages",
"versions": {
"1.0.0": "provideMinimapServiceV1"
}
}
},
"dependencies": {
"atom-utils": "0.5.x",
"delegato": "1.x",
"event-kit": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.10.2\/tarball"
}
},
"3.3.2": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "3.3.2",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.130.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.3.2\/tarball"
}
},
"4.9.4": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.9.4",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/atom-minimap\/minimap",
"license": "MIT",
"engines": {
"atom": ">=0.184.0"
},
"providedServices": {
"minimap": {
"description": "Exposes the minimap API to other packages",
"versions": {
"1.0.0": "provideMinimapServiceV1"
}
}
},
"dependencies": {
"atom-utils": "0.5.x",
"delegato": "1.x",
"event-kit": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.9.4\/tarball"
}
},
"4.9.3": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.9.3",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/atom-minimap\/minimap",
"license": "MIT",
"engines": {
"atom": ">=0.184.0"
},
"providedServices": {
"minimap": {
"description": "Exposes the minimap API to other packages",
"versions": {
"1.0.0": "provideMinimapServiceV1"
}
}
},
"dependencies": {
"atom-utils": "0.5.x",
"delegato": "1.x",
"event-kit": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.9.3\/tarball"
}
},
"4.9.2": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.9.2",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/atom-minimap\/minimap",
"license": "MIT",
"engines": {
"atom": ">=0.184.0"
},
"providedServices": {
"minimap": {
"description": "Exposes the minimap API to other packages",
"versions": {
"1.0.0": "provideMinimapServiceV1"
}
}
},
"dependencies": {
"atom-utils": "0.5.x",
"delegato": "1.x",
"event-kit": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.9.2\/tarball"
}
},
"4.7.6": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.7.6",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/atom-minimap\/minimap",
"license": "MIT",
"engines": {
"atom": ">=0.184.0"
},
"providedServices": {
"minimap": {
"description": "Exposes the minimap API to other packages",
"versions": {
"1.0.0": "provideMinimapServiceV1"
}
}
},
"dependencies": {
"atom-utils": "0.5.x",
"delegato": "1.x",
"event-kit": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.7.6\/tarball"
}
},
"4.9.1": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.9.1",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/atom-minimap\/minimap",
"license": "MIT",
"engines": {
"atom": ">=0.184.0"
},
"providedServices": {
"minimap": {
"description": "Exposes the minimap API to other packages",
"versions": {
"1.0.0": "provideMinimapServiceV1"
}
}
},
"dependencies": {
"atom-utils": "0.5.x",
"delegato": "1.x",
"event-kit": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.9.1\/tarball"
}
},
"4.8.0": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.8.0",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/atom-minimap\/minimap",
"license": "MIT",
"engines": {
"atom": ">=0.184.0"
},
"providedServices": {
"minimap": {
"description": "Exposes the minimap API to other packages",
"versions": {
"1.0.0": "provideMinimapServiceV1"
}
}
},
"dependencies": {
"atom-utils": "0.5.x",
"delegato": "1.x",
"event-kit": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.8.0\/tarball"
}
},
"4.1.3": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.1.3",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">=0.175.0"
},
"dependencies": {
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "1.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x",
"atom-space-pen-views": ">= 0.20.0"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.1.3\/tarball"
}
},
"4.9.0": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.9.0",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/atom-minimap\/minimap",
"license": "MIT",
"engines": {
"atom": ">=0.184.0"
},
"providedServices": {
"minimap": {
"description": "Exposes the minimap API to other packages",
"versions": {
"1.0.0": "provideMinimapServiceV1"
}
}
},
"dependencies": {
"atom-utils": "0.5.x",
"delegato": "1.x",
"event-kit": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.9.0\/tarball"
}
},
"4.3.1": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.3.1",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/atom-minimap\/minimap",
"license": "MIT",
"engines": {
"atom": ">=0.177.0"
},
"dependencies": {
"atom-space-pen-views": ">= 0.20.0",
"delegato": "1.x",
"event-kit": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x",
"atom-utils": "0.5.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.3.1\/tarball"
}
},
"3.3.14": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "3.3.14",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.133.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.3.14\/tarball"
}
},
"4.4.0": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.4.0",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/atom-minimap\/minimap",
"license": "MIT",
"engines": {
"atom": ">=0.184.0"
},
"providedServices": {
"minimap": {
"description": "Exposes the minimap API to other packages",
"versions": {
"1.0.0": "provideMinimapServiceV1"
}
}
},
"dependencies": {
"atom-space-pen-views": ">= 0.20.0",
"atom-utils": "0.5.x",
"delegato": "1.x",
"event-kit": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.4.0\/tarball"
}
},
"3.5.3": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "3.5.3",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.133.0"
},
"dependencies": {
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x",
"atom-space-pen-views": ">= 0.20.0",
"theorist": "^1"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.5.3\/tarball"
}
},
"3.3.7": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "3.3.7",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.133.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.3.7\/tarball"
}
},
"0.9.9": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "0.9.9",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"prolix": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/0.9.9\/tarball"
}
},
"3.3.16": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "3.3.16",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.133.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x",
"atom-space-pen-views": "^0"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.3.16\/tarball"
}
},
"3.1.0": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "3.1.0",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.125.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.1.0\/tarball"
}
},
"0.9.5": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "0.9.5",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"prolix": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/0.9.5\/tarball"
}
},
"0.9.4": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "0.9.4",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"prolix": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/0.9.4\/tarball"
}
},
"3.4.5": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "3.4.5",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.133.0"
},
"dependencies": {
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x",
"atom-space-pen-views": ">= 0.20.0"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.4.5\/tarball"
}
},
"3.3.10": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "3.3.10",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.133.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.3.10\/tarball"
}
},
"1.3.1": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "1.3.1",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"prolix": "1.x",
"delegato": "1.x",
"semver": "~2.3.0"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/1.3.1\/tarball"
}
},
"0.8.0": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "0.8.0",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"prolix": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/0.8.0\/tarball"
}
},
"1.3.0": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "1.3.0",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"prolix": "1.x",
"delegato": "1.x",
"semver": "~2.3.0"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/1.3.0\/tarball"
}
},
"3.3.12": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "3.3.12",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.133.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.3.12\/tarball"
}
},
"2.1.0": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "2.1.0",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"prolix": "1.x",
"delegato": "1.x",
"semver": "~2.3.0"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/2.1.0\/tarball"
}
},
"3.1.1": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "3.1.1",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.125.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.1.1\/tarball"
}
},
"0.9.10": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "0.9.10",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"prolix": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/0.9.10\/tarball"
}
},
"2.0.0": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "2.0.0",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"prolix": "1.x",
"delegato": "1.x",
"semver": "~2.3.0"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/2.0.0\/tarball"
}
},
"3.1.2": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "3.1.2",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.125.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.1.2\/tarball"
}
},
"3.3.11": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "3.3.11",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.133.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.3.11\/tarball"
}
},
"1.0.0": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "1.0.0",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"prolix": "1.x",
"delegato": "1.x",
"semver": "~2.3.0"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/1.0.0\/tarball"
}
},
"1.5.3": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "1.5.3",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"prolix": "1.x",
"delegato": "1.x",
"semver": "~2.3.0"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/1.5.3\/tarball"
}
},
"2.3.1": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "2.3.1",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"prolix": "1.x",
"delegato": "1.x",
"semver": "~2.3.0"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/2.3.1\/tarball"
}
},
"0.9.6": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "0.9.6",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"prolix": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/0.9.6\/tarball"
}
},
"3.3.13": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "3.3.13",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.133.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.3.13\/tarball"
}
},
"3.4.0": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "3.4.0",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.133.0"
},
"dependencies": {
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x",
"atom-space-pen-views": "^0"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.4.0\/tarball"
}
},
"2.2.1": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "2.2.1",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"prolix": "1.x",
"delegato": "1.x",
"semver": "~2.3.0"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/2.2.1\/tarball"
}
},
"1.5.1": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "1.5.1",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"prolix": "1.x",
"delegato": "1.x",
"semver": "~2.3.0"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/1.5.1\/tarball"
}
},
"1.6.0": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "1.6.0",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"prolix": "1.x",
"delegato": "1.x",
"semver": "~2.3.0"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/1.6.0\/tarball"
}
},
"1.5.0": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "1.5.0",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"prolix": "1.x",
"delegato": "1.x",
"semver": "~2.3.0"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/1.5.0\/tarball"
}
},
"3.4.4": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "3.4.4",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.133.0"
},
"dependencies": {
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x",
"atom-space-pen-views": ">= 0.20.0"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.4.4\/tarball"
}
},
"0.9.7": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "0.9.7",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"prolix": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/0.9.7\/tarball"
}
},
"2.2.0": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "2.2.0",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"prolix": "1.x",
"delegato": "1.x",
"semver": "~2.3.0"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/2.2.0\/tarball"
}
},
"0.9.2": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "0.9.2",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"prolix": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/0.9.2\/tarball"
}
},
"3.3.15": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "3.3.15",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.133.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x",
"atom-space-pen-views": "^0"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.3.15\/tarball"
}
},
"3.2.1": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "3.2.1",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.125.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.2.1\/tarball"
}
},
"3.4.3": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "3.4.3",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.133.0"
},
"dependencies": {
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x",
"atom-space-pen-views": ">= 0.20.0"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.4.3\/tarball"
}
},
"0.9.3": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "0.9.3",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"prolix": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/0.9.3\/tarball"
}
},
"3.3.18": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "3.3.18",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.133.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x",
"atom-space-pen-views": "^0"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.3.18\/tarball"
}
},
"3.5.2": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "3.5.2",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.133.0"
},
"dependencies": {
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x",
"atom-space-pen-views": ">= 0.20.0",
"theorist": "^1"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.5.2\/tarball"
}
},
"3.5.1": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "3.5.1",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.133.0"
},
"dependencies": {
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x",
"atom-space-pen-views": ">= 0.20.0",
"theorist": "^1"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.5.1\/tarball"
}
},
"0.9.1": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "0.9.1",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"prolix": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/0.9.1\/tarball"
}
},
"3.0.2": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "3.0.2",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.125.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.0.2\/tarball"
}
},
"0.10.0": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "0.10.0",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"prolix": "1.x",
"semver": "~2.3.0"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/0.10.0\/tarball"
}
},
"0.9.8": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "0.9.8",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"prolix": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/0.9.8\/tarball"
}
},
"1.2.0": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "1.2.0",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"prolix": "1.x",
"delegato": "1.x",
"semver": "~2.3.0"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/1.2.0\/tarball"
}
},
"3.3.17": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "3.3.17",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.133.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x",
"atom-space-pen-views": "^0"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.3.17\/tarball"
}
},
"1.0.2": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "1.0.2",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"prolix": "1.x",
"delegato": "1.x",
"semver": "~2.3.0"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/1.0.2\/tarball"
}
},
"0.9.0": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "0.9.0",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"prolix": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/0.9.0\/tarball"
}
},
"3.3.6": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "3.3.6",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.133.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.3.6\/tarball"
}
},
"3.3.4": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "3.3.4",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.133.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.3.4\/tarball"
}
},
"4.7.5": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.7.5",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/atom-minimap\/minimap",
"license": "MIT",
"engines": {
"atom": ">=0.184.0"
},
"providedServices": {
"minimap": {
"description": "Exposes the minimap API to other packages",
"versions": {
"1.0.0": "provideMinimapServiceV1"
}
}
},
"dependencies": {
"atom-utils": "0.5.x",
"delegato": "1.x",
"event-kit": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.7.5\/tarball"
}
},
"4.7.4": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.7.4",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/atom-minimap\/minimap",
"license": "MIT",
"engines": {
"atom": ">=0.184.0"
},
"providedServices": {
"minimap": {
"description": "Exposes the minimap API to other packages",
"versions": {
"1.0.0": "provideMinimapServiceV1"
}
}
},
"dependencies": {
"atom-utils": "0.5.x",
"delegato": "1.x",
"event-kit": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.7.4\/tarball"
}
},
"4.7.3": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.7.3",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/atom-minimap\/minimap",
"license": "MIT",
"engines": {
"atom": ">=0.184.0"
},
"providedServices": {
"minimap": {
"description": "Exposes the minimap API to other packages",
"versions": {
"1.0.0": "provideMinimapServiceV1"
}
}
},
"dependencies": {
"atom-utils": "0.5.x",
"delegato": "1.x",
"event-kit": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.7.3\/tarball"
}
},
"4.7.2": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.7.2",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/atom-minimap\/minimap",
"license": "MIT",
"engines": {
"atom": ">=0.184.0"
},
"providedServices": {
"minimap": {
"description": "Exposes the minimap API to other packages",
"versions": {
"1.0.0": "provideMinimapServiceV1"
}
}
},
"dependencies": {
"atom-utils": "0.5.x",
"delegato": "1.x",
"event-kit": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.7.2\/tarball"
}
},
"4.7.1": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.7.1",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/atom-minimap\/minimap",
"license": "MIT",
"engines": {
"atom": ">=0.184.0"
},
"providedServices": {
"minimap": {
"description": "Exposes the minimap API to other packages",
"versions": {
"1.0.0": "provideMinimapServiceV1"
}
}
},
"dependencies": {
"atom-utils": "0.5.x",
"delegato": "1.x",
"event-kit": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.7.1\/tarball"
}
},
"4.7.0": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.7.0",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/atom-minimap\/minimap",
"license": "MIT",
"engines": {
"atom": ">=0.184.0"
},
"providedServices": {
"minimap": {
"description": "Exposes the minimap API to other packages",
"versions": {
"1.0.0": "provideMinimapServiceV1"
}
}
},
"dependencies": {
"atom-utils": "0.5.x",
"delegato": "1.x",
"event-kit": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.7.0\/tarball"
}
},
"4.2.2": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.2.2",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">=0.177.0"
},
"dependencies": {
"atom-space-pen-views": ">= 0.20.0",
"delegato": "1.x",
"event-kit": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x",
"atom-utils": "0.5.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.2.2\/tarball"
}
},
"3.5.6": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "3.5.6",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.133.0"
},
"dependencies": {
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x",
"atom-space-pen-views": ">= 0.20.0",
"theorist": "^1"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.5.6\/tarball"
}
},
"4.2.0": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.2.0",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">=0.177.0"
},
"dependencies": {
"atom-space-pen-views": ">= 0.20.0",
"delegato": "1.x",
"event-kit": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x",
"atom-utils": "0.5.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.2.0\/tarball"
}
},
"4.5.0": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.5.0",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/atom-minimap\/minimap",
"license": "MIT",
"engines": {
"atom": ">=0.184.0"
},
"providedServices": {
"minimap": {
"description": "Exposes the minimap API to other packages",
"versions": {
"1.0.0": "provideMinimapServiceV1"
}
}
},
"dependencies": {
"atom-utils": "0.5.x",
"delegato": "1.x",
"event-kit": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.5.0\/tarball"
}
},
"4.1.2": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.1.2",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">=0.175.0"
},
"dependencies": {
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "1.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x",
"atom-space-pen-views": ">= 0.20.0"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.1.2\/tarball"
}
},
"4.2.3": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.2.3",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">=0.177.0"
},
"dependencies": {
"atom-space-pen-views": ">= 0.20.0",
"delegato": "1.x",
"event-kit": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x",
"atom-utils": "0.5.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.2.3\/tarball"
}
},
"4.1.1": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.1.1",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">=0.175.0"
},
"dependencies": {
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "1.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x",
"atom-space-pen-views": ">= 0.20.0"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.1.1\/tarball"
}
},
"4.0.1": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.0.1",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">=0.175.0"
},
"dependencies": {
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x",
"atom-space-pen-views": ">= 0.20.0",
"theorist": "^1"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.0.1\/tarball"
}
},
"4.0.0": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.0.0",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">=0.175.0"
},
"dependencies": {
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x",
"atom-space-pen-views": ">= 0.20.0",
"theorist": "^1"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.0.0\/tarball"
}
},
"3.3.0": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "3.3.0",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.125.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.3.0\/tarball"
}
},
"4.0.2": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.0.2",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">=0.175.0"
},
"dependencies": {
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x",
"atom-space-pen-views": ">= 0.20.0",
"theorist": "^1"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.0.2\/tarball"
}
},
"4.1.0": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.1.0",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">=0.175.0"
},
"dependencies": {
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x",
"atom-space-pen-views": ">= 0.20.0"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.1.0\/tarball"
}
},
"3.5.5": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "3.5.5",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.133.0"
},
"dependencies": {
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x",
"atom-space-pen-views": ">= 0.20.0",
"theorist": "^1"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.5.5\/tarball"
}
},
"3.5.0": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "3.5.0",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.133.0"
},
"dependencies": {
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x",
"atom-space-pen-views": ">= 0.20.0",
"theorist": "^1"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.5.0\/tarball"
}
},
"3.4.2": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "3.4.2",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.133.0"
},
"dependencies": {
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x",
"atom-space-pen-views": ">= 0.20.0"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.4.2\/tarball"
}
},
"3.4.1": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "3.4.1",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.133.0"
},
"dependencies": {
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x",
"atom-space-pen-views": ">= 0.20.0"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.4.1\/tarball"
}
},
"3.4.8": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "3.4.8",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.133.0"
},
"dependencies": {
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x",
"atom-space-pen-views": ">= 0.20.0"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.4.8\/tarball"
}
},
"2.3.3": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "2.3.3",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"prolix": "1.x",
"delegato": "1.x",
"semver": "~2.3.0"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/2.3.3\/tarball"
}
},
"3.5.4": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "3.5.4",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.133.0"
},
"dependencies": {
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x",
"atom-space-pen-views": ">= 0.20.0",
"theorist": "^1"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.5.4\/tarball"
}
},
"3.4.7": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "3.4.7",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.133.0"
},
"dependencies": {
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x",
"atom-space-pen-views": ">= 0.20.0"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.4.7\/tarball"
}
},
"3.3.1": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "3.3.1",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.130.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.3.1\/tarball"
}
},
"3.1.3": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "3.1.3",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.125.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.1.3\/tarball"
}
},
"3.3.5": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "3.3.5",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.133.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.3.5\/tarball"
}
},
"3.1.4": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "3.1.4",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.125.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.1.4\/tarball"
}
},
"3.0.1": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "3.0.1",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.125.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.0.1\/tarball"
}
},
"2.2.2": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "2.2.2",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"prolix": "1.x",
"delegato": "1.x",
"semver": "~2.3.0"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/2.2.2\/tarball"
}
},
"2.3.0": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "2.3.0",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"prolix": "1.x",
"delegato": "1.x",
"semver": "~2.3.0"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/2.3.0\/tarball"
}
},
"3.2.0": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "3.2.0",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.125.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.2.0\/tarball"
}
},
"2.3.2": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "2.3.2",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"prolix": "1.x",
"delegato": "1.x",
"semver": "~2.3.0"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/2.3.2\/tarball"
}
},
"0.1.4": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "0.1.4",
"private": true,
"description": "A preview of the full source code.",
"activationEvents": [
"minimap:toggle"
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/0.1.4\/tarball"
}
},
"1.5.2": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "1.5.2",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"prolix": "1.x",
"delegato": "1.x",
"semver": "~2.3.0"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/1.5.2\/tarball"
}
},
"3.3.9": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "3.3.9",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.133.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.3.9\/tarball"
}
},
"3.0.3": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "3.0.3",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.125.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.0.3\/tarball"
}
},
"4.6.0": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.6.0",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/atom-minimap\/minimap",
"license": "MIT",
"engines": {
"atom": ">=0.184.0"
},
"providedServices": {
"minimap": {
"description": "Exposes the minimap API to other packages",
"versions": {
"1.0.0": "provideMinimapServiceV1"
}
}
},
"dependencies": {
"atom-utils": "0.5.x",
"delegato": "1.x",
"event-kit": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.6.0\/tarball"
}
},
"4.3.0": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.3.0",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/atom-minimap\/minimap",
"license": "MIT",
"engines": {
"atom": ">=0.177.0"
},
"dependencies": {
"atom-space-pen-views": ">= 0.20.0",
"delegato": "1.x",
"event-kit": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x",
"atom-utils": "0.5.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.3.0\/tarball"
}
},
"4.2.1": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.2.1",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">=0.177.0"
},
"dependencies": {
"atom-space-pen-views": ">= 0.20.0",
"delegato": "1.x",
"event-kit": "1.x",
"fs-plus": "2.x",
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x",
"atom-utils": "0.5.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.2.1\/tarball"
}
},
"4.1.4": {
"name": "minimap",
"main": ".\/lib\/main",
"version": "4.1.4",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">=0.177.0"
},
"dependencies": {
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "1.x",
"fs-plus": "2.x",
"underscore-plus": "1.x",
"atom-space-pen-views": ">= 0.20.0"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/4.1.4\/tarball"
}
},
"3.3.3": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "3.3.3",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.133.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.3.3\/tarball"
}
},
"3.0.0": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "3.0.0",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.125.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.0.0\/tarball"
}
},
"2.1.1": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "2.1.1",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"prolix": "1.x",
"delegato": "1.x",
"semver": "~2.3.0"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/2.1.1\/tarball"
}
},
"3.3.8": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "3.3.8",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.133.0"
},
"dependencies": {
"emissary": "1.x",
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.3.8\/tarball"
}
},
"3.4.6": {
"name": "minimap",
"main": ".\/lib\/minimap",
"version": "3.4.6",
"private": true,
"description": "A preview of the full source code.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"contributors": [
{
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
{
"name": "C\u00e9dric N\u00e9h\u00e9mie",
"email": "cedric.nehemie@gmail.com"
}
],
"repository": "https:\/\/github.com\/fundon\/atom-minimap",
"license": "MIT",
"engines": {
"atom": ">0.133.0"
},
"dependencies": {
"mixto": "1.x",
"delegato": "1.x",
"semver": "~2.3.0",
"event-kit": "0.7.x",
"grim": "0.12.x",
"fs-plus": "2.x",
"temp": "0.5.0",
"underscore-plus": "1.x",
"atom-space-pen-views": ">= 0.20.0"
},
"dist": {
"tarball": "https:\/\/www.atom.io\/api\/packages\/minimap\/versions\/3.4.6\/tarball"
}
}
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment