{"_id":"angular-openlayers-directive","_rev":"61-6007c228090003d70b5e5abf79b17e9a","name":"angular-openlayers-directive","time":{"modified":"2022-06-13T02:56:08.573Z","created":"2014-12-21T07:11:05.447Z","0.0.1":"2014-12-21T07:11:42.108Z","0.0.2":"2014-12-21T11:16:24.412Z","0.0.3":"2015-01-15T18:09:58.564Z","0.0.6":"2015-07-31T08:24:43.187Z","0.1.0":"2015-08-21T20:51:13.807Z","1.0.0":"2015-08-22T13:16:30.289Z","1.0.1":"2015-08-24T06:13:28.652Z","1.1.0":"2015-09-23T21:17:51.141Z","1.1.1":"2015-09-27T16:30:45.763Z","1.2.0":"2015-09-27T16:53:18.765Z","1.2.1":"2015-10-05T06:50:44.986Z","1.2.2":"2015-10-08T12:01:37.100Z","1.2.3":"2015-10-26T21:07:53.278Z","1.3.0":"2015-11-13T19:03:42.274Z","1.4.0":"2015-11-15T15:28:19.299Z","1.4.1":"2015-11-20T13:11:13.378Z","1.4.2":"2015-12-02T20:06:17.395Z","1.5.0":"2015-12-07T12:29:48.307Z","1.6.0":"2015-12-25T21:35:36.395Z","1.7.0":"2016-01-11T10:13:12.284Z","1.8.0":"2016-01-19T06:45:08.904Z","1.8.1":"2016-01-19T13:36:13.654Z","1.8.2":"2016-02-02T15:12:00.435Z","1.9.0":"2016-02-18T20:36:39.832Z","1.9.1":"2016-02-18T20:41:28.180Z","1.9.2":"2016-02-18T20:46:34.660Z","1.10.0":"2016-03-30T08:39:18.110Z","1.11.0":"2016-04-08T15:03:58.666Z","1.12.0":"2016-04-21T11:41:17.459Z","1.13.0":"2016-04-21T17:17:16.313Z","1.13.1":"2016-06-10T11:47:42.074Z","1.14.0":"2016-06-13T08:21:43.925Z","1.14.1":"2016-06-29T14:34:55.005Z","1.15.0":"2016-06-29T15:04:42.213Z","1.15.1":"2016-06-29T21:47:10.930Z","1.15.2":"2016-08-02T06:02:36.363Z","1.15.3":"2016-09-02T12:03:12.418Z","1.15.4":"2016-09-02T12:06:25.792Z","1.16.0":"2016-09-22T07:35:33.748Z","1.17.0":"2016-11-22T08:25:31.173Z","1.17.1":"2016-11-22T08:26:22.520Z","1.18.0":"2016-12-19T15:17:01.125Z","1.18.1":"2017-01-11T17:14:15.688Z","1.19.0":"2017-01-12T11:09:45.554Z","1.19.1":"2017-02-15T11:39:42.667Z","1.19.2":"2017-03-10T17:37:10.521Z","1.19.3":"2017-03-24T08:39:49.234Z","1.20.0":"2017-08-24T07:10:51.679Z","1.20.1":"2017-11-07T10:50:15.151Z","1.20.2":"2018-02-14T17:17:15.837Z","2.0.0":"2018-02-14T17:35:03.435Z","2.0.1":"2018-03-06T12:55:10.487Z","2.1.0":"2018-03-06T12:55:59.642Z"},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"dist-tags":{"latest":"2.1.0"},"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","readme":"angular-openlayers-directive\n============================\n[![Build Status](https://travis-ci.org/tombatossals/angular-openlayers-directive.png)](https://travis-ci.org/tombatossals/angular-openlayers-directive)\n[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)\n[![npm version](https://badge.fury.io/js/angular-openlayers-directive.svg)](http://badge.fury.io/js/angular-openlayers-directive)\n\nWork in progress.\n\n[AngularJS](http://angularjs.org/) directive for the OpenLayers (version 3) Javascript Library. This software allows you to embed maps managed by openlayers on your [AnguarJS](http://angularjs.org/) or [OpenLayers](http://openlayers.org/) project. It's a good starting point to learn the ***Openlayers API*** too.\n\nLet's start with some basic examples. Look at the source code of the example to see all the code you need to embed a similar interactive map on our page.\n\n- [Basic example](http://tombatossals.github.io/angular-openlayers-directive/examples/010-simple-example.html)\n- [Center example](http://tombatossals.github.io/angular-openlayers-directive/examples/020-center-example.html)\n- [Center with no javascript](http://tombatossals.github.io/angular-openlayers-directive/examples/026-center-no-javascript-example.html)\n- [Center url hash example](http://tombatossals.github.io/angular-openlayers-directive/examples/021-center-url-hash-example.html)\n- [Center autodiscover example](http://tombatossals.github.io/angular-openlayers-directive/examples/022-center-autodiscover-example.html)\n- [Center constrain zoom example](http://tombatossals.github.io/angular-openlayers-directive/examples/023-center-constrain-zoom-example.html)\n- [Center with updated bounds example](http://tombatossals.github.io/angular-openlayers-directive/examples/024-center-bounds-example.html)\n- [Custom parameters example](http://tombatossals.github.io/angular-openlayers-directive/examples/030-custom-parameters-example.html)\n- [Layers customized with no javascript](http://tombatossals.github.io/angular-openlayers-directive/examples/056-layers-no-javascript-example.html)\n- [Layers change tiles example](http://tombatossals.github.io/angular-openlayers-directive/examples/040-layers-change-tiles-example.html)\n- [Layers zoom tiles changer example](http://tombatossals.github.io/angular-openlayers-directive/examples/041-layers-zoom-tiles-changer-example.html)\n- [Layers opacity example](http://tombatossals.github.io/angular-openlayers-directive/examples/042-layers-opacity-example.html)\n- [Layers Bing Maps example](http://tombatossals.github.io/angular-openlayers-directive/examples/043-layers-bing-maps-example.html)\n- [Layers MapQuest example](http://tombatossals.github.io/angular-openlayers-directive/examples/044-layers-mapquest-maps-example.html)\n- [Layers GeoJSON example](http://tombatossals.github.io/angular-openlayers-directive/examples/045-layers-geojson-example.html)\n- [Layers GeoJSON center example](http://tombatossals.github.io/angular-openlayers-directive/examples/046-layers-geojson-center-example.html)\n- [Layers TopoJSON example](http://tombatossals.github.io/angular-openlayers-directive/examples/047-layers-topojson-example.html)\n- [Layers static image example](http://tombatossals.github.io/angular-openlayers-directive/examples/048-layers-static-image-example.html)\n- [Layers Stamen maps example](http://tombatossals.github.io/angular-openlayers-directive/examples/049-layers-stamen-example.html)\n- [Layers GeoJSON change style example](http://tombatossals.github.io/angular-openlayers-directive/examples/050-layer-geojson-change-style-example.html)\n- [Layers GeoJSON change style with function example](http://tombatossals.github.io/angular-openlayers-directive/examples/051-layer-geojson-change-style-with-function-example.html)\n- [Layers Heatmap example](http://tombatossals.github.io/angular-openlayers-directive/examples/052-heatmap-example.html)\n- [Layers Image WMS example](http://tombatossals.github.io/angular-openlayers-directive/examples/053-layers-image-wms-example.html)\n- [Add/Remove/Change Layers dynamically example](http://tombatossals.github.io/angular-openlayers-directive/examples/054-add-remove-multiple-layers-example.html)\n- [Load inline GeoJson in layer example](http://tombatossals.github.io/angular-openlayers-directive/examples/055-layers-geojon-dynamic-load-example.html)\n- [Layer Clustering](http://tombatossals.github.io/angular-openlayers-directive/examples/059-layer-clustering.html)\n- [Marker example](http://tombatossals.github.io/angular-openlayers-directive/examples/060-marker-example.html)\n- [Marker and layer with no javascsript example](http://tombatossals.github.io/angular-openlayers-directive/examples/066-markers-with-layers-no-javascript-example.html)\n- [Marker add/remove from map example](http://tombatossals.github.io/angular-openlayers-directive/examples/061-markers-add-remove-example.html)\n- [Marker with label example](http://tombatossals.github.io/angular-openlayers-directive/examples/062-markers-label-example.html)\n- [Dynamic marker properties example](http://tombatossals.github.io/angular-openlayers-directive/examples/063-markers-properties-example.html)\n- [Marker with HTML render inside label example](http://tombatossals.github.io/angular-openlayers-directive/examples/064-markers-render-html-inside-labels-example.html)\n- [Marker in static image layer example](http://tombatossals.github.io/angular-openlayers-directive/examples/065-markers-static-image-layer-example.html)\n- [Marker custom icon example](http://tombatossals.github.io/angular-openlayers-directive/examples/067-marker-custom-icon-example.html)\n- [View rotation example](http://tombatossals.github.io/angular-openlayers-directive/examples/070-view-rotation-example.html)\n- [Events propagation example](http://tombatossals.github.io/angular-openlayers-directive/examples/080-events-propagation-example.html)\n- [Events with vectors example](http://tombatossals.github.io/angular-openlayers-directive/examples/081-events-vector-example.html)\n- [Events with vectors and dynamic styles example](http://tombatossals.github.io/angular-openlayers-directive/examples/082-events-vector-dynamic-styles-example.html)\n- [Events in an static image layer example](http://tombatossals.github.io/angular-openlayers-directive/examples/083-events-static-image-layer-example.html)\n- [Events in a KML layer example](http://tombatossals.github.io/angular-openlayers-directive/examples/085-events-kml-example.html)\n- [Multiple maps example](http://tombatossals.github.io/angular-openlayers-directive/examples/090-multiple-maps-example.html)\n- [Controls example](http://tombatossals.github.io/angular-openlayers-directive/examples/100-controls-example.html)\n- [Fullscreen control example](http://tombatossals.github.io/angular-openlayers-directive/examples/101-controls-fullscreen-example.html)\n\nYou can take a look at the current documentation go get a more detailed explanation of how it works and what you can accomplish with this directive:\n\n- [Openlayers directive](https://github.com/tombatossals/angular-openlayers-directive/blob/master/doc/01-openlayers-directive.md)\n- [Center attribute](https://github.com/tombatossals/angular-openlayers-directive/blob/master/doc/02-center-attribute.md)\n- [Defaults attribute](https://github.com/tombatossals/angular-openlayers-directive/blob/master/doc/03-defaults-attribute.md)\n- [Layers attribute](https://github.com/tombatossals/angular-openlayers-directive/blob/master/doc/04-layers-attribute.md)\n\nInstall\n--------\n\nBuild the files yourself, download from bower\n\n```\n$ bower install angular-openlayers-directive --save\n```\n\nor from npm\n\n```\n$ npm install angular-openlayers-directive --save\n```\n\nQuick start: How to use it\n--------------------------\n\nFirst of all, load **AngularJS** and **Openlayers(V3)** in your HTML.\n\nAfter that, you must include the openlayers-directive dependency on your angular module:\n\n```\nvar app = angular.module(\"demoapp\", [\"openlayers-directive\"]);\n```\n\nThe default behaviour will show an OpenstreetMap layer and the zoom and attributions controls, but you can customize those default vaules to fit your needs. Furthermore, you can set a bi-directional update of values between the map and the variables of your controler. This way you can interact easily with the map. Example:\n\n```javascript\nangular.extend($scope, {\n    center: {\n        lat: 51.505,\n        lon: -0.09,\n        zoom: 8\n    }\n});\n\n```\n\nFinally, you must include the markup directive on your HTML page, like this:\n\n```html\n<openlayers ol-center=\"center\" height=\"480px\" width=\"640px\"></openlayers>\n```\n\nContributing\n--------------------------\n\nContributions are more than welcome. Please refer to the [contributions guidelines](CONTRIBUTING.md) for more details on code style, development life-cycle etc.\n","versions":{"0.0.2":{"author":{"name":"https://github.com/tombatossals/angular-openlayers-directive/graphs/contributors"},"name":"angular-openlayers-directive","description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","version":"0.0.2","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"https://github.com/tombatossals/angular-openlayers-directive"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{},"devDependencies":{"grunt":"latest","grunt-bower-task":"latest","grunt-bump":"latest","grunt-contrib-concat":"latest","grunt-contrib-connect":"latest","grunt-contrib-jshint":"latest","grunt-contrib-uglify":"latest","grunt-contrib-watch":"latest","grunt-conventional-changelog":"latest","grunt-jscs":"latest","grunt-karma":"latest","grunt-karma-coveralls":"latest","grunt-ng-annotate":"latest","grunt-open":"latest","grunt-protractor-runner":"latest","grunt-shell":"latest","grunt-shell-spawn":"latest","jasmine-core":"^2.1.2","karma":"latest","karma-chrome-launcher":"latest","karma-coffee-preprocessor":"latest","karma-coverage":"latest","karma-firefox-launcher":"latest","karma-html2js-preprocessor":"latest","karma-jasmine":"^0.3.1","karma-phantomjs-launcher":"latest","karma-requirejs":"latest","karma-script-launcher":"latest","load-grunt-config":"latest","matchdep":"latest","protractor":"latest"},"scripts":{"test":"grunt travis --verbose"},"main":"dist/angular-openlayers-directive","gitHead":"b7988eea50e6e17e8bc18ecfee3b53106f5ec69f","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@0.0.2","_shasum":"02b5df32b28dc2426485a6c76813d1af51beacf6","_from":".","_npmVersion":"2.1.12","_nodeVersion":"0.10.33","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"dist":{"shasum":"02b5df32b28dc2426485a6c76813d1af51beacf6","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-0.0.2.tgz","integrity":"sha512-j3LjyBg7pvCvbkt3NpA+NSA9zN0AyNRNVV3LjRPUmX1qJFFYkD4v00cuzseFEu3vpH7mba+hqv2+tBhIofxoSg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHQzhzyzAeNxp/1kmzNDAUvmX5YXnSJZ9SRWag/JDcsIAiEAwJz6RmVV/KokqF8CD/05Oa24SnnYm1O1xNuJbE0XJzI="}]},"directories":{}},"0.0.3":{"author":{"name":"https://github.com/tombatossals/angular-openlayers-directive/graphs/contributors"},"name":"angular-openlayers-directive","description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","version":"0.0.3","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"https://github.com/tombatossals/angular-openlayers-directive"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{},"devDependencies":{"grunt":"^0.4.5","grunt-bower-task":"^0.4.0","grunt-bump":"0.0.16","grunt-contrib-concat":"^0.5.0","grunt-contrib-connect":"^0.9.0","grunt-contrib-jshint":"^0.10.0","grunt-contrib-uglify":"^0.7.0","grunt-contrib-watch":"^0.6.1","grunt-conventional-changelog":"^1.1.0","grunt-jscs":"^1.1.0","grunt-karma":"^0.9.0","grunt-karma-coveralls":"^2.5.3","grunt-ng-annotate":"^0.8.0","grunt-open":"^0.2.3","grunt-protractor-runner":"^1.1.4","grunt-shell":"^1.1.1","grunt-shell-spawn":"^0.3.0","jasmine-core":"^2.1.3","karma":"^0.12.31","karma-chrome-launcher":"^0.1.7","karma-coffee-preprocessor":"^0.2.1","karma-coverage":"^0.2.7","karma-firefox-launcher":"^0.1.4","karma-html2js-preprocessor":"^0.1.0","karma-jasmine":"^0.3.3","karma-phantomjs-launcher":"^0.1.4","karma-requirejs":"^0.2.2","karma-script-launcher":"^0.1.0","load-grunt-config":"^0.16.0","matchdep":"^0.3.0","protractor":"^1.5.0"},"scripts":{"test":"grunt travis --verbose"},"main":"dist/angular-openlayers-directive","gitHead":"09c6e210a4cc1febb807a13fca020688dcd86a75","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@0.0.3","_shasum":"4047f055d080e18426b62b3ace2ad220bfded7f0","_from":".","_npmVersion":"2.1.18","_nodeVersion":"0.10.35","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"dist":{"shasum":"4047f055d080e18426b62b3ace2ad220bfded7f0","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-0.0.3.tgz","integrity":"sha512-juKQ0iwG+G8KUZjSlGdCJcsjNgdhTUkmEH6GTpTttOTrL0BvZrthc229iwR1RipQPzzcoPEwYWSXAWHZ87zQsg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCM8krca8hHs+DQkSLcSVAA6tahLLWjZ9PR4EgX0jQhBAIgW0w3+Z3NXhspApbFcw3YMKG0du0EQWYxeLkad03fcDs="}]},"directories":{}},"0.0.6":{"author":{"name":"https://github.com/tombatossals/angular-openlayers-directive/graphs/contributors"},"name":"angular-openlayers-directive","description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","version":"0.0.6","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.10.1","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^1.2.1","grunt-jscs":"^1.5.0","grunt-karma":"^0.10.1","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^0.10.0","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"~0.12.31","karma-chrome-launcher":"~0.1.7","karma-coffee-preprocessor":"~0.2.1","karma-coverage":"^0.3.1","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"~0.1.4","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","protractor":"^2.0.0"},"scripts":{"test":"grunt travis --verbose"},"main":"dist/angular-openlayers-directive","gitHead":"6e68aa328b4f9227319ac3b8086312db3262705d","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@0.0.6","_shasum":"c4d1a12349acd8ca65d1f3b22fca661ac0521fda","_from":".","_npmVersion":"2.12.0","_nodeVersion":"0.12.5","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"c4d1a12349acd8ca65d1f3b22fca661ac0521fda","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-0.0.6.tgz","integrity":"sha512-f9bn1gApnXXHnuUNBZQUNBS0Rst0e2QW4cpL4GsfbwIWWMfaT8SVRhjzCNAPXlsU7ttHx5azb3zOLZEznjKVyg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCgZlcgSseS31W85DSp26W8q8ckx+cgYkOKULJzr/celQIhANhPYGBZywWlj7bKGo6ijUxLbKBjYIOArUEeoSbRCE+F"}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"directories":{}},"0.1.0":{"author":{"name":"https://github.com/tombatossals/angular-openlayers-directive/graphs/contributors"},"name":"angular-openlayers-directive","description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"^2.0.0","semantic-release":"^4.1.0"},"scripts":{"test":"grunt travis --verbose","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"0.1.0","gitHead":"e5e1ac5fff7dc2d8867e0027f94b6fdf1f34c089","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@0.1.0","_shasum":"f2a3938fa47b59af2719648b4372a9c5b732b251","_from":".","_npmVersion":"2.14.0","_nodeVersion":"3.1.0","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"f2a3938fa47b59af2719648b4372a9c5b732b251","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-0.1.0.tgz","integrity":"sha512-qSSyvBbq+8Gb1XSj8oTyw2AH9wO94xyZBl2EJdyrMaG616VlF9EdgmPUu2OsilKT1w85guGYcAx4l9CgvXqWCg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDzocAXxbUYjy2PjEf8StS4tnZqfJEYA9IXkDLZLSFt/AIgL5s9Zyt5Joa+pm9Xx6yveBuq41k36cRzA5Iswvu94Vo="}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"directories":{}},"1.0.0":{"author":{"name":"https://github.com/tombatossals/angular-openlayers-directive/graphs/contributors"},"name":"angular-openlayers-directive","description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"^2.0.0","semantic-release":"^4.1.0"},"scripts":{"test":"grunt travis --verbose","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.0.0","gitHead":"da2847892e151454cf0387c29551cf80d249f83a","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.0.0","_shasum":"dac6e36fb47a180c437217ca7ec0ea771623d2dd","_from":".","_npmVersion":"2.14.0","_nodeVersion":"3.1.0","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"dac6e36fb47a180c437217ca7ec0ea771623d2dd","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.0.0.tgz","integrity":"sha512-Kb0aP7mAQ9y9mCF9Iag2YvkUBokK3F0bvH55C8faDRPAz615QyUtl0CMuJvGmpCYY5HHXZg2abDDzLKB9hJwtQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDkzwvQogZTCFmFzJ+geyLpBHcrmZBQy2437CCEP0FUpQIhAKhWf+612pVq0Eu5uLZ+ogER+uMnFfFmam241ilBBJA9"}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"directories":{}},"1.0.1":{"author":{"name":"https://github.com/tombatossals/angular-openlayers-directive/graphs/contributors"},"name":"angular-openlayers-directive","description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"^2.0.0","semantic-release":"^4.1.0"},"scripts":{"test":"grunt travis --verbose","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.0.1","gitHead":"5305a335955fa93d25b5a237e84872f7ec6fe3f5","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.0.1","_shasum":"b36ff682bfc1ad30671591fd4d3dc1e75021c3c3","_from":".","_npmVersion":"2.14.0","_nodeVersion":"3.1.0","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"b36ff682bfc1ad30671591fd4d3dc1e75021c3c3","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.0.1.tgz","integrity":"sha512-p9KTlzoO2sCyKM61yba0Ptrmx62ysyc9JGlMggQhEoYtTdwvzHc8vJgd9TZieZj3j53IDO44AOMSXhCkq1z/uQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICbQFolz1ZSek9xL2KMDuGd3PN4jF02Db8pSNz8tJDliAiAGA83eEDDsVUf6XEf6J17TQf6tIoKYd7BM//N9FIszsw=="}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"directories":{}},"1.1.0":{"author":{"name":"https://github.com/tombatossals/angular-openlayers-directive/graphs/contributors"},"name":"angular-openlayers-directive","description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"^2.0.0","semantic-release":"^4.1.0"},"scripts":{"test":"grunt travis --verbose","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.1.0","gitHead":"9898b4dace6df92ec291703b11c1fb2fb77b25aa","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.1.0","_shasum":"11077c0a4aadf0c1300affaaf008b85a990b4981","_from":".","_npmVersion":"2.14.5","_nodeVersion":"3.3.1","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"11077c0a4aadf0c1300affaaf008b85a990b4981","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.1.0.tgz","integrity":"sha512-RqDcyG+Sp1einl4UEnktrBT73M/WFfmR8zP85u2E55fq6s1Bq3HS+iRFLZ4jS6uSR91hcP65Ea5Zh8uOAJjboQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEhA+5yfh51JHvxmD7Dd0l3TNgk558aznc1oqoWcRx6XAiEA9eDteILwio7PFzQWUG2Z8OxrY7vMV//wPMWGVFXmgCg="}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"directories":{}},"1.1.1":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"^2.0.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"test":"grunt build && grunt karma:unit","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.1.1","gitHead":"84c3f85a26297838b5728be4e2c5e31b9164fb61","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.1.1","_shasum":"e3c70d472b06d9fbc8fc25317c1b9c237a03e2b4","_from":".","_npmVersion":"2.14.6","_nodeVersion":"4.1.1","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"e3c70d472b06d9fbc8fc25317c1b9c237a03e2b4","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.1.1.tgz","integrity":"sha512-lzHvstG0EWDhSTsJCgR4gKA6WNWxsQKv3UjXsC5xvIyQvilXBpdEfUVaCzpWz3nSgYExRARDODs3FjuK9T8BeQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDVPp317imh4TVRIzPEhyV5rEI8NRnZ1j0FrI4R62SnygIgDuWdCZwIRe2O3CUkzkfRq9GGGX9u8rpwhYbjEOraGAA="}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"directories":{}},"1.2.0":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"^2.0.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"test":"grunt build && grunt karma:unit","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.2.0","gitHead":"7e7e807b06e23ead4d38005d8a0fefc4a66beba8","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.2.0","_shasum":"bb0fcc3db9155f577e7ed6c6c0d3a1b6a18df251","_from":".","_npmVersion":"2.14.6","_nodeVersion":"4.1.1","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"bb0fcc3db9155f577e7ed6c6c0d3a1b6a18df251","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.2.0.tgz","integrity":"sha512-t+1dZTnm4arbouBb1CQmATXTuHlOWZssZSfPNmfa/iQ4x3pcruqERx7WG6VZKqmqonBBgiHXspofG+vymTLKvA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDwznkSBHt5mlCNPoCczfkuV4roNixxhnRgB+p6W3pNpwIhAKmeMV2VTPlMIAeUUawpKkRkcwY7XEul/r/riradSlwz"}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"directories":{}},"1.2.1":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"^2.0.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"test":"grunt build && grunt karma:unit","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.2.1","gitHead":"6efedb4ab2dc6c0f38e2f3b275b26530e16e3863","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.2.1","_shasum":"6560afac5424af389491fe1aebc702d6def0556b","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.1.1","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"6560afac5424af389491fe1aebc702d6def0556b","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.2.1.tgz","integrity":"sha512-MqYXfcMkbZ8mBTTvXgnUXUnBBHdTpQrzfQQ1huhs45VKKMqOUAFxPdEoCgU5wbLfwHv/K0Zg3Ub0OkoRVpUN4Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDlLW+y6nKQw+qgtG/ROfvdINyRxEZgk5gEUZAIaNo9UgIgRHR1dY2aF+j5O16dnnOwV2cZ1iy6wDeM+IvrAIxTqh8="}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"directories":{}},"1.2.2":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"^2.0.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"test":"grunt build && grunt karma:unit","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.2.2","gitHead":"ead5fe5ba8ef998a1e526fb849a69bd8b06cff10","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.2.2","_shasum":"edef45193b81523c6f5f97579aa9385e8dc645ae","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.1.2","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"edef45193b81523c6f5f97579aa9385e8dc645ae","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.2.2.tgz","integrity":"sha512-nvh9Z89WYo6oUfR+Krsx75VTEDe6TSHqWhGPcFZVjjuGJ+GimyXQsIqCtUSdZfV3vjlY0NfnHNsCSXZkWORt2g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDXCP4gPGT9DaYO9CZ6+X4zugrjQ94fCe6wR3dqjmH+LwIgc1twgzg37mkhwjvjz+9VykTnFR3Dj5hCPUMypdqJa9A="}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"directories":{}},"1.2.3":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"^2.0.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"test":"grunt build && grunt karma:unit","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.2.3","gitHead":"c9889ba9bdfe7f668a573cd75cf56ce13c8fa5a4","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.2.3","_shasum":"4b6d07a6fa80b6dcbfeddee77218bc2bc28f0b71","_from":".","_npmVersion":"2.14.8","_nodeVersion":"4.1.2","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"4b6d07a6fa80b6dcbfeddee77218bc2bc28f0b71","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.2.3.tgz","integrity":"sha512-7yzkKuxtpl+i5T8EbmfsSnOIK1Bi26DXHK+UPa2m/+B3wxjdezLX/NUqP8thQxCtxagNYqiWnhfiGRnHiKkVWg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCGD68RpHrV100WytGryNuOrPbjAliWI7bjs3JPlORy8wIgA6N+4EnXIIQKCytoLN5DHa3zSzJLN6ZEaaMfTutYess="}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"directories":{}},"1.3.0":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"^2.0.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"test":"grunt build && grunt karma:unit","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.3.0","gitHead":"49519d0d0d7d28bac481917f2904b7526e67121d","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.3.0","_shasum":"fb8367e11931670db0116721ee717bc493db03a3","_from":".","_npmVersion":"2.14.11","_nodeVersion":"4.1.2","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"fb8367e11931670db0116721ee717bc493db03a3","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.3.0.tgz","integrity":"sha512-rYP3delpDvqWtjfdmnToURF5XsaBzPltjhjVev8vJ6aBKbaCvG2asBkb3ddg8ViW8E77i708jRgPn12iFIRprw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGLxRsQpOa3OHERrCh56BMiTHgWTJxwg4zzpkW6D/NBAAiEAtHUBnSyEUjsGHsE7vey6WlKu3YfuaY9n2spkqDIgKvk="}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"directories":{}},"1.4.0":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"^2.0.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"test":"grunt build && grunt karma:unit","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.4.0","gitHead":"85582c80bd960dcfc6cdfb525d9727f0738cbe99","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.4.0","_shasum":"3f0d4788acf71d75a10665ab067f603bb7a597a4","_from":".","_npmVersion":"2.14.11","_nodeVersion":"4.1.2","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"3f0d4788acf71d75a10665ab067f603bb7a597a4","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.4.0.tgz","integrity":"sha512-ekGpNiPo0YsgW1VDnlE3MEdhb6G+mQa0QzqqlazFAroQp8vkL4bIF5AVwJ8DaakYGcGXu2lin101t3hU9lGk2g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD8eFvfp1c5N6BQ46H9gJsz+6zoUvJNJRytpYz+gHkwzQIhAI3l3ve0IBFznchs3IFOGJHLhF5p3bo14Kz9Gf1cZ6Ja"}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"directories":{}},"1.4.1":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"^2.0.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"test":"grunt build && grunt karma:unit","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.4.1","gitHead":"5277152fc6c849159ac6f58ad69ddaf792b34499","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.4.1","_shasum":"d660f13bdfd563350ce92fac42adb3093212ecf4","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.1.2","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"d660f13bdfd563350ce92fac42adb3093212ecf4","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.4.1.tgz","integrity":"sha512-X/VAuWfadltxzlJ1TMjYWF6GCvfsZ77NbRhNIUdlZNSMoj9sUPGMxH9BrCeIILGJ0M6KNOjKWgd4owD5nVxC5Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGq/zAxowXbnrDH9YDF8FiejnHIYNxZjqSTTTI2c+oomAiBK4rWDUqmmaqq75Q2LjOUWg3oRmn/6TwWcMdtmKjiaTA=="}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"directories":{}},"1.4.2":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"^2.0.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"test":"grunt build && grunt karma:unit","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.4.2","gitHead":"8604ee4843f8422fd986339fdd64cca224c7c40c","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.4.2","_shasum":"a93bea6c54faf070483f553077068097529e735b","_from":".","_npmVersion":"2.14.13","_nodeVersion":"4.1.2","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"a93bea6c54faf070483f553077068097529e735b","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.4.2.tgz","integrity":"sha512-I/q6zc9sLxHhGWCeVMP59a3PjG8We0XPNn8R8NZ84d8fuAHcQCpPGiMk7ElEiqwg8KE6Zr4AviCjTljfA3QaZA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBsXHBnYn4mKF0RME0jly3N8Vlg7LxiaCVYKOJHZxGbQAiAbXXMBPrAqYx9okONQkniYRoK6O87Eg3rrpswixJQjDw=="}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"directories":{}},"1.5.0":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"^2.0.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"test":"grunt build && grunt karma:unit","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.5.0","gitHead":"a4dcc497ab5fd095f963ce7179abc48d09631a20","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.5.0","_shasum":"b2711f75cc7f7f6b79e7e2c591b0db1b15852b37","_from":".","_npmVersion":"2.14.14","_nodeVersion":"4.1.2","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"b2711f75cc7f7f6b79e7e2c591b0db1b15852b37","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.5.0.tgz","integrity":"sha512-bOk2VCTYMYb3rLzTl3K/0L15bTLnJAwRcpmeJEQyckRGzaToHKdifN/ea94nt9cHKgAgF6yk3wYvwombL0EcKw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEZks5iRymmyJpuRnhI0Cvh0FionN249aahFnMYXfC+MAiBKWcFv+vKp6aUiVioL29keGF3WayFA9yTUQX1IDJogCg=="}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"directories":{}},"1.6.0":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"^2.0.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"test":"grunt build && grunt karma:unit","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.6.0","gitHead":"e5ce982f4b25af53dad9d405936a02591e02aaea","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.6.0","_shasum":"5e3793fa077d7813a288dfc74990e1804aa74e2d","_from":".","_npmVersion":"2.14.15","_nodeVersion":"4.1.2","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"5e3793fa077d7813a288dfc74990e1804aa74e2d","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.6.0.tgz","integrity":"sha512-jhiHV9/0gFhoznXluzps1YHqSHqbYBdCiA82wh/iw6HyejUE8Z/yMu9c25ric3mmrvyWXB5u7mjnh1YtZR36zg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDz3HrdQ0yjlV+ZV8zE4IMlGdqSEMpwlqpU5oFkZDs4PAIhAJwz6DRsoperx9dSBw0r4Uv1OVvQFDrdKSuCpJ3OmH4k"}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"directories":{}},"1.7.0":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"^2.0.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"test":"grunt build && grunt karma:unit","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.7.0","gitHead":"3c5292d1bd939636ffb721e84719efcfc1795abe","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.7.0","_shasum":"8043b8a952dd9eb2399695b4fa2776fd7c0715ae","_from":".","_npmVersion":"2.14.15","_nodeVersion":"4.1.2","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"8043b8a952dd9eb2399695b4fa2776fd7c0715ae","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.7.0.tgz","integrity":"sha512-zdZBSAFchwDC1KLVtareTtDGaG66BZw3azim+10zvHQR32dQrg4aV3MXm0GyOXWgPduWIUJJHDoy4JWe9am1Hw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAE7lOn6NrSnjfJh3k990JCwsMJgjynB32irxo5QHb6GAiEA1vWEfvRCP3AzVIgo6GSz6A0yR9je58GhvvvU2mcywu4="}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"directories":{}},"1.8.0":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{"angular":"~1.4.8","angular-sanitize":"~1.4.8","openlayers":"~3.8"},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"^2.0.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"test":"grunt build && grunt karma:unit","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.8.0","gitHead":"e4bbf51935bbe770591e3797e88c798a3d198e3a","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.8.0","_shasum":"e704e58c0b01761f32529f722e61ee5e3cbaf1cc","_from":".","_npmVersion":"2.14.15","_nodeVersion":"4.1.2","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"e704e58c0b01761f32529f722e61ee5e3cbaf1cc","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.8.0.tgz","integrity":"sha512-+tiMX+MIGbg0XTQf1RqjdNNEvlIP60X4r6cF+HuLNPWm5xGO6wOPpAw+tWZk0BHnKeYh4z24fTqIr27Vtn44bw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDoh0zQlynmfZHye/lvXGzQTEnsDoW2yJT+J3n3Z/C94AIgRxw6lOocwkngNwARuEswPsTB6cfgXTvTlvDecKNBbEs="}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"directories":{}},"1.8.1":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{"angular":"~1.4.8","angular-sanitize":"~1.4.8","openlayers":"~3.8"},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"^2.0.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"test":"grunt build && grunt karma:unit","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.8.1","gitHead":"825ff8f700ba72ab8295fb13f4938101cbad8ac0","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.8.1","_shasum":"6c109515d0e59fa51d42945670bff51cae004c80","_from":".","_npmVersion":"2.14.15","_nodeVersion":"4.1.2","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"6c109515d0e59fa51d42945670bff51cae004c80","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.8.1.tgz","integrity":"sha512-sEeaHz3Ij1xpvQzBdJOAzLg2Zr7BGBN32OeuDCc4MAk8Js4CjsO2BNK7WeUTK4KHDgCSBlYqpW1kBSfc0SejGQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC1LhDdjAE6rBnBUaokGYXysgngnJvgSq9ouiVAFa4TrwIgBlD8pX2N+Y5fWDfW6avtnh4RVjFAWdL+VhJBC1VfoSs="}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"directories":{}},"1.8.2":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{"angular":"~1.4.8","angular-sanitize":"~1.4.8","openlayers":"~3.8"},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"^2.0.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"test":"grunt build && grunt karma:unit","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.8.2","gitHead":"77f79d0dfedaee105365166a90a8faf2b277b3c8","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.8.2","_shasum":"2ac5e822595d058a749fea0ea825a6711d3854fe","_from":".","_npmVersion":"2.14.17","_nodeVersion":"4.1.2","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"2ac5e822595d058a749fea0ea825a6711d3854fe","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.8.2.tgz","integrity":"sha512-Pl8YbtnR3MsIbVAVGy/A7zeZwr9JU4FW9Fnqt/frTSHCxqpb9Zf9Y5fFMJeM2qtW4Pkp6ElMcGNEUdq6KbYw4A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCDfSCRFJoUwNm2mFwU75GIWBC+8Z+yfigRfyVa+e3xHgIga9/xzPA34kPCdkW2dqPPAHbmd18qojfBNPgG1hYNSb0="}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/angular-openlayers-directive-1.8.2.tgz_1454425917844_0.46467575896531343"},"directories":{}},"1.9.0":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{"angular":"~1.4.8","angular-sanitize":"~1.4.8","openlayers":"~3.8"},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"^2.0.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"test":"grunt build && grunt karma:unit","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.9.0","gitHead":"5ba73883ce64014c5df48b7ade65c2b80b3f9203","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.9.0","_shasum":"d37abbb28780e55e9461aa6bf443c04860c09df4","_from":".","_npmVersion":"2.14.19","_nodeVersion":"4.1.2","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"d37abbb28780e55e9461aa6bf443c04860c09df4","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.9.0.tgz","integrity":"sha512-VxjzmtoMMHfKG6pA9XEJQNVFEkcvZWI1TDpTuHX0EgE5x/phlC5P47R7MxwK0Qhv7mmiSlvqAlV95T6Uiqr8UA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICMGornVRoaFP2+Py84K5I0QgVD66rwN2eevoiJaAazwAiEA8+WgDGOzWEah/HAqjNnndVFOmn1T0DGnzdCGPVTBqrU="}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"_npmOperationalInternal":{"host":"packages-6-west.internal.npmjs.com","tmp":"tmp/angular-openlayers-directive-1.9.0.tgz_1455827795335_0.0918201815802604"},"directories":{}},"1.9.1":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{"angular":"~1.4.8","angular-sanitize":"~1.4.8","openlayers":"~3.8"},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"^2.0.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"test":"grunt build && grunt karma:unit","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.9.1","gitHead":"43a4133e627091cd1402d0e6783cc0349e7e79e9","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.9.1","_shasum":"5ad228d3d00f7324e2713b32e8e1c3ac5cac9665","_from":".","_npmVersion":"2.14.19","_nodeVersion":"4.1.2","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"5ad228d3d00f7324e2713b32e8e1c3ac5cac9665","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.9.1.tgz","integrity":"sha512-v14rodPvLFmAARKrGFEGvmBoRnmXZPcuJPnE+9XfZVXWcLwYLbumQIUbY6fwHbHvQIH+vO7w0DXgUtsxb22HQQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDfZMHhxsEKah+T5iy+4hGqljI7p9GPsYAVy8xSTJCWYAiBRxarVFHpyW4yCEpNDleyQ+bRF/FG6AmNpBHVuyhIeLA=="}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/angular-openlayers-directive-1.9.1.tgz_1455828083740_0.3656020306516439"},"directories":{}},"1.9.2":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{"angular":"~1.4.8","angular-sanitize":"~1.4.8","openlayers":"~3.8"},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"^2.0.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"test":"grunt build && grunt karma:unit","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.9.2","gitHead":"5a30fcc99ca7242ecdcceb577aa1a5402dfb41b0","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.9.2","_shasum":"ef3b2e408621f1894d50bdb99957c502948e665d","_from":".","_npmVersion":"2.14.19","_nodeVersion":"4.1.2","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"ef3b2e408621f1894d50bdb99957c502948e665d","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.9.2.tgz","integrity":"sha512-bcNny4O7zLmmNoiNfLL9uqgYl8gvnaNJHY6TpXpdP5rhbNz0hSsor+6q9JowQBI+acWJ7AOjn4iEapzMKgDAKQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD/RZXiIpRWWog1F1oHMTIq736RnsmExAmYcxgFKFCNkQIgUFjeIMepYfrXU4FshFO1BcQgsk1xXxvnLTA4Sp0Ip34="}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"_npmOperationalInternal":{"host":"packages-6-west.internal.npmjs.com","tmp":"tmp/angular-openlayers-directive-1.9.2.tgz_1455828390302_0.004934354452416301"},"directories":{}},"1.10.0":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{"angular":"~1.4.8","angular-sanitize":"~1.4.8","openlayers":"~3.8"},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"^2.0.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"test":"grunt build && grunt karma:unit","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.10.0","gitHead":"aa5c8f7ef2ea6ab49149c6196c167b26ed51bb7a","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.10.0","_shasum":"e7d2239a865bfbc3535a9eedc4fbc3143083e432","_from":".","_npmVersion":"2.15.2","_nodeVersion":"4.1.2","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"e7d2239a865bfbc3535a9eedc4fbc3143083e432","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.10.0.tgz","integrity":"sha512-DVDjriTnFzYxt3LLEQBp2Gq+TdNIDWkF3uGeEaPYZk2NCoogVJufizFIQeZMO1EKhCcZyepJy/iPEgCLJVKmaw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCZOEz8t/BVOUPjWTASiSfdoF2d5SCpIkLDgz8+lyEmOwIgazMqWAXfzl4AVOKyHUx0Ion1uvJTKT2w9cetKBTPUnQ="}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/angular-openlayers-directive-1.10.0.tgz_1459327155815_0.6828301881905645"},"directories":{}},"1.11.0":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{"angular":"~1.4.8","angular-sanitize":"~1.4.8","openlayers":"~3.8"},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"^2.0.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"test":"grunt build && grunt karma:unit","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.11.0","gitHead":"c39a8daf8a019a058fbc4aa444a9adb71dfe2b3b","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.11.0","_shasum":"f156169d2d22e36566e0d129c395f23442a0cf4f","_from":".","_npmVersion":"2.15.3","_nodeVersion":"4.1.2","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"f156169d2d22e36566e0d129c395f23442a0cf4f","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.11.0.tgz","integrity":"sha512-lv8Pd1ON895Q14Oe9LEMtKcunBPfQZwMquHCn61efgbTj526OnmiRIv9nX0PUTCudFiRdPYXUCP3b50fNa1O9w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDIDdpOiudhg4Sjma8la7Zfl5Uc+3Ea/nmFcFNXGnxwhwIhANSHzXKQK0w5ISK1XcV6CIGxRJJPQMg0Pp/LcM67PU3P"}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/angular-openlayers-directive-1.11.0.tgz_1460127836232_0.36854599439539015"},"directories":{}},"1.12.0":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{"angular":"~1.4.8","angular-sanitize":"~1.4.8","openlayers":"~3.8"},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"^2.0.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"test":"grunt build && grunt karma:unit","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.12.0","gitHead":"22da0fc216d8a538e8930115a62d107b8970b992","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.12.0","_shasum":"fbcd358d4c7a6eee3520a6e158312809eca11b5d","_from":".","_npmVersion":"2.15.3","_nodeVersion":"4.1.2","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"fbcd358d4c7a6eee3520a6e158312809eca11b5d","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.12.0.tgz","integrity":"sha512-tfHWBVBan44kVDwP4z3AKgJtYbBXPBXcUYHCJ2z7jafd6+lov4+Jgl23+3CrmrepJQOTA77qLD14t60ibXGZWw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC9dvup7/fCh0I6QrnQ2LsxOVeQAEw1WtkFrkHXd1NiaAiEAoF/FofTijPWqnchNi+CJYeukhQKjCEoAAWS2eA3PzJ8="}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/angular-openlayers-directive-1.12.0.tgz_1461238876209_0.9166500251740217"},"directories":{}},"1.13.0":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{"angular":"~1.4.8","angular-sanitize":"~1.4.8","openlayers":"~3.8"},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"^2.0.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"test":"grunt build && grunt karma:unit","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.13.0","gitHead":"a942cf1fe36d343a46f1ad569913564305f40aa5","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.13.0","_shasum":"2d4302fdab4f797b3eb462ae27ec60af3378aa6e","_from":".","_npmVersion":"2.15.3","_nodeVersion":"4.1.2","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"2d4302fdab4f797b3eb462ae27ec60af3378aa6e","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.13.0.tgz","integrity":"sha512-tRbqk3CidUm52F5hM9Ngi/+OKjHhFwWU4JbImT6dP/Ussi5YFKCL9NqaVLIELg/Xb65/huPBOPmL54NEgd+ytQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDzv+9G5PiMuGxNfwNusaTa0LvcF3f2J7PgyzbRF051HAiB87YoPqEJqOFNL+HTr+7cFbMNv+Osz5y48ruq+5ku5fg=="}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/angular-openlayers-directive-1.13.0.tgz_1461259033625_0.6065082449931651"},"directories":{}},"1.13.1":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{"angular":"~1.4.8","angular-sanitize":"~1.4.8","openlayers":"~3.8"},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"^2.0.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"test":"grunt build && grunt karma:unit","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.13.1","gitHead":"f72ca0ec576a295bd754c8857feaa0a00e6429e0","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.13.1","_shasum":"3c14c30eab8595a7f4e2d249a8459e60ef759a20","_from":".","_npmVersion":"2.15.6","_nodeVersion":"4.1.2","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"3c14c30eab8595a7f4e2d249a8459e60ef759a20","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.13.1.tgz","integrity":"sha512-zPKumcS4SaXohliy+ORXOmy2/0eH4qevwlAbsWvBO4gfRw6iN2lO/NZl61BI9iOkzlWA9zbRnik3oSXIHtjjGQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC6K0223DCvN3/XGiOfcsCoxap6phyPNJFjL6AMVtmwNAiEAwGlq89vgV48nrR3YNr6jKJ5cnOOl799KXU3HwNOP3lc="}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/angular-openlayers-directive-1.13.1.tgz_1465559259690_0.9616811610758305"},"directories":{}},"1.14.0":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{"angular":"~1.4.8","angular-sanitize":"~1.4.8","openlayers":"~3.8"},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"~2.5.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"test":"grunt build && grunt karma:unit","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.14.0","gitHead":"ae3320b389ad7589d0c19d733a961461aca371a2","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.14.0","_shasum":"709064c5be440252b3c1b440471c3b111c07e375","_from":".","_npmVersion":"2.15.6","_nodeVersion":"4.1.2","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"709064c5be440252b3c1b440471c3b111c07e375","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.14.0.tgz","integrity":"sha512-RkCQwN6ZULgjFUhBvrR9tbhAFbb+RXVk3a3iqFjwL4E8jBVP1UrDR8AVQFdeQV73NBuaAwwAXgdm9VUF/b9n8g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE4mflIwKgzGDhvBcRRlAAJQMvaEOFLUyK5+pR3sq/faAiAi8gqfCE/0YA8mvzllbvnHRsRH7hUtZbAG7aqzFrxv0Q=="}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/angular-openlayers-directive-1.14.0.tgz_1465806101133_0.7729980763979256"},"directories":{}},"1.14.1":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{"angular":"~1.4.8","angular-sanitize":"~1.4.8","openlayers":"~3.8"},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"~2.5.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"postinstall":"bower install","test":"grunt build && grunt karma:unit","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.14.1","gitHead":"795551c3939f432ec8c5b1420124bbd0259cb821","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.14.1","_shasum":"f2b02fc56938a738c98ece495b65a724637bbe22","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.1.2","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"f2b02fc56938a738c98ece495b65a724637bbe22","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.14.1.tgz","integrity":"sha512-zh8Ti0aZ/FjJ9un/YxtVoV5GX1rg2x9kGw897yLHlaGGdOO+N+hmXa+XcRShpeleH0OPaxzw78X1A6lb1nQc9g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCFS6R0dPyzXd+EeGIpMJETpZqNrJUNq6S7pn+TqRv5SQIhANOiQqqAknXj7DbFqrat8MalSClm+RQW/m3YAfeOSJjZ"}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/angular-openlayers-directive-1.14.1.tgz_1467210892202_0.0011686717625707388"},"directories":{}},"1.15.0":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{"angular":"~1.4.8","angular-sanitize":"~1.4.8","openlayers":"~3.8"},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"~2.5.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"postinstall":"bower install","test":"grunt build && grunt karma:unit","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.15.0","gitHead":"491e8edbf7e043c3c40b242f6527e07cc3123686","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.15.0","_shasum":"b01db5034acb33bd5a43dc0ec902b9dfac3b254e","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.1.2","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"b01db5034acb33bd5a43dc0ec902b9dfac3b254e","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.15.0.tgz","integrity":"sha512-wrlZZG8QtEWgB+Hblt5NnmAyrZUi8TTAdHRMX+bu116u+Bj6gUcjcDYQj9EgIEJpHoLyxoW4fFcGObFPeuWjMA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICUTUTdqMnnLPQGD3L9ok6rpeoRqCM7qIhRdkkJP8k/KAiA0yxY/SkXvJZBnI4om99QYKFIvlILRqJSbOfR+QSx5Sg=="}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/angular-openlayers-directive-1.15.0.tgz_1467212680666_0.2051267062779516"},"directories":{}},"1.15.1":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{"angular":"~1.4.8","angular-sanitize":"~1.4.8","openlayers":"~3.8"},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"~2.5.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"test":"grunt build && grunt karma:unit","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.15.1","gitHead":"d28fcda1753c4af09cde9d0362028b7651b7caf9","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.15.1","_shasum":"0c865d0502eff73f89a5201657fbffee10d421eb","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.1.2","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"0c865d0502eff73f89a5201657fbffee10d421eb","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.15.1.tgz","integrity":"sha512-vow/2Cx5uQYRpSIl5IZm4p9i82eSXa1/tBMWwKOTlgetH2fP7YbzqrMc6wNFJMH2VvIjsPLFoLfC/VYIXZosPA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCnx6AjR8VgePz5jcu941/bz7nD5xlCc03rdSJap3tmLQIgfZg9kpXOaNyGWq2tvDOWbS8YpkDvrMCAVEErx0hq2Ng="}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/angular-openlayers-directive-1.15.1.tgz_1467236828314_0.8044093565549701"},"directories":{}},"1.15.2":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{"angular":"~1.4.8","angular-sanitize":"~1.4.8","openlayers":"~3.8"},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"~2.5.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"test":"grunt build && grunt karma:unit","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.15.2","gitHead":"814179e4a600baa277dec3c3dac8610f17b3c947","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.15.2","_shasum":"0857696cd9cb8e62b36e5deb3e287a6e3a8d9509","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.1.2","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"0857696cd9cb8e62b36e5deb3e287a6e3a8d9509","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.15.2.tgz","integrity":"sha512-Vz1+xb10TaqdOX9ZsZgnpw+mGEb3k/XPzEjOttQY1ghbaiMNTV4xqk5DJT6Sflaj1Kc34Dh7UbE3Cw3F2/D7KA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHrrPvLc38qwBOXxk7rxCpX3MrnWVK+VLTtP0+yMSqKMAiB/5S7vY5c+VzRnHPy6lt5k81OFD19hGw63phceNJzTIw=="}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/angular-openlayers-directive-1.15.2.tgz_1470117754198_0.0954472126904875"},"directories":{}},"1.15.3":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{"angular":"~1.4.8","angular-sanitize":"~1.4.8","openlayers":"~3.18.1"},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"~2.5.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"test":"grunt build && grunt karma:unit","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.15.3","gitHead":"f9eef55e2425441e4eb1f9fb8dd8cb13e4585911","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.15.3","_shasum":"ce06ed1d7fa7fa2d452dc92b428e821072524ffc","_from":".","_npmVersion":"2.15.10","_nodeVersion":"4.1.2","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"ce06ed1d7fa7fa2d452dc92b428e821072524ffc","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.15.3.tgz","integrity":"sha512-3Gy7UFXo/IYHTqcRmfLxFyi+LyyxvF8zDGcYTHA+sH5OnAHAVFq1nqY7xNqOLdx1xCtxz6dWK2IzAwMAf8/cuw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCtNm7DgUV6rhJx2Q9po4BWDfLyV9i/6Gy5n6OHjpHZZAIgPGHliZ3yTod/f/kxfHnQFr9FHfVZECBYBJk3anwqptQ="}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/angular-openlayers-directive-1.15.3.tgz_1472817790088_0.43648960907012224"},"directories":{}},"1.15.4":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{"angular":"~1.4.8","angular-sanitize":"~1.4.8","openlayers":"~3.18.1"},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"~2.5.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"test":"grunt build && grunt karma:unit","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.15.4","gitHead":"f2a72adf783390aa117ab72cb3ee41bca15ed356","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.15.4","_shasum":"39a484f5f0b7d6cbc940ca002550a27a2c1b61f4","_from":".","_npmVersion":"2.15.10","_nodeVersion":"4.1.2","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"39a484f5f0b7d6cbc940ca002550a27a2c1b61f4","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.15.4.tgz","integrity":"sha512-sySngpsrQHJzQ0lHWcqnqlvyemlKbHgSXDRnPTDW4JAcTizSW8LTSbX8q98oorY6We3wQfp632IIaHRRFvS4Pw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCyXRVRWFZKes80Fv85HMbR1fr1wYiet2pUcBTnIR0PXQIgbb1l/hwDLULkTM139D3wmsEWcoF25gf6jdVz3XB+BuM="}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/angular-openlayers-directive-1.15.4.tgz_1472817983582_0.37159349978901446"},"directories":{}},"1.16.0":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{"angular":"~1.4.8","angular-sanitize":"~1.4.8","openlayers":"~3.18.1"},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"~2.5.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"test":"grunt build && grunt karma:unit","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.16.0","gitHead":"09d6cf5e3572bac312cbab06b89e127ecfd7250b","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.16.0","_shasum":"30bada5e0149088ad7dd1868770b5c702798a23a","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.1.2","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"30bada5e0149088ad7dd1868770b5c702798a23a","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.16.0.tgz","integrity":"sha512-XhIQiLyTftwj2/AeBe1O8gmY+MG6uSihr7Gqy1a3WSkWQxUEQ9YuEMNKtQq6lEUqtcK319tTk3ghNS3vPwI0BQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFm4/7yWZ90eqn1dyq/ptco9/oDxT/CFQ2jzmksHmkgrAiEA7VXsrSbhiLTRZXET9RC/xlLNzPfrryzvrFe4PFdZo4U="}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/angular-openlayers-directive-1.16.0.tgz_1474529732962_0.4353146110661328"},"directories":{}},"1.17.0":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{"angular":"~1.4.8","angular-sanitize":"~1.4.8","openlayers":"~3.18.1"},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"~2.5.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"test":"grunt build && grunt karma:unit","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.17.0","gitHead":"cd65359d678ce618fe8d99bdfd536c79cc782faf","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.17.0","_shasum":"5e11062385c71c833fc05c1901fd0d7069ec00cc","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.1.2","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"5e11062385c71c833fc05c1901fd0d7069ec00cc","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.17.0.tgz","integrity":"sha512-WKZFprGrndK6xrsojO6RrbWCOa3vtQ/sF/sSnoL0bR0YMT/8o4UdTUy/3ZOvpcntLhTq3u7J/oG1MmZfW/KZlQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCrmEIyOG6GJxVLa0EA/j3nI5CjGOF9fSrxPmDKbhO0SwIhAKV5dEnGxYgdAS0FT7+L85NeYQCHtgOI7/Jn2SARCuw8"}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/angular-openlayers-directive-1.17.0.tgz_1479803128953_0.25630608084611595"},"directories":{}},"1.17.1":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{"angular":"~1.4.8","angular-sanitize":"~1.4.8","openlayers":"~3.18.1"},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"~2.5.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"test":"grunt build && grunt karma:unit","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.17.1","gitHead":"de0bbe28b6e6bca4edfa174cbd52fd4120881f50","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.17.1","_shasum":"0252ad79dc84ddf22a06b31cf431d050722068b2","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.1.2","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"0252ad79dc84ddf22a06b31cf431d050722068b2","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.17.1.tgz","integrity":"sha512-75ylFfcKqrMkBf66NwrJaU+agNVVb7kRc5DAG5unh80ZDosS6h2kpqBo6K74S+kAgSY0DbL2yMS+KlbpDExnaQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDqKjewnUWDiIXv+yrjKOwkt/aMjQb5pfU1Yyi1GlPGwAiA4kYpshN+39z8EdgcNKnYkCexVZEC7CiiPM9LfTiMihQ=="}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/angular-openlayers-directive-1.17.1.tgz_1479803180233_0.34716393542476"},"directories":{}},"1.18.0":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{"angular":"~1.4.8","angular-sanitize":"~1.4.8","openlayers":"~3.18.1"},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"~2.5.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"test":"grunt build && grunt karma:unit","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.18.0","gitHead":"3ecd079c8d39f550b958c1e3a34fe20d6f79f061","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.18.0","_shasum":"2724d7ff084bfc1712c53ecb2e7d8fa877bd4439","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.1.2","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"2724d7ff084bfc1712c53ecb2e7d8fa877bd4439","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.18.0.tgz","integrity":"sha512-4LLO9bfB4sY4JxXiKUBRC089kDVtPWpb5VGaLutCPoE9ajddQmSK4ouq1fmByEO31VXVuKOos+/iMQOJA9tjpg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQChDPFS+YTqSme2fSB24PEC9RXbcWHqFd2smb64El6XmQIhAPGiW8rbo9Z/vQhC/+ju1gnMffE+dTZqhNGL6SCoA9kx"}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/angular-openlayers-directive-1.18.0.tgz_1482160620280_0.28713896684348583"},"directories":{}},"1.18.1":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{"angular":"~1.4.8","angular-sanitize":"~1.4.8","openlayers":"~3.18.1"},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"~2.5.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"test":"grunt build && grunt karma:unit","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.18.1","gitHead":"34ab1fb8289de8e05d37074f8727741916b2a5c9","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.18.1","_shasum":"590fdadd9f749e538d1dc6afe94ac93de246b786","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.1.2","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"590fdadd9f749e538d1dc6afe94ac93de246b786","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.18.1.tgz","integrity":"sha512-WTq5sX1Vzg1INTF5017u1aPsQIQMN2Yw9EfUWf/o9yEyXn1NU7mGKIV7LhDkfJOB8cCWmJhC+i+9aHIg59yQ/Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDtxCJf2khaECHJWXbgg4MplLxhejFJj4O/K8U54+Q3hwIhAPnTQivjHw5Kli0czTec/2MUXQXYXr4JcB7Bvkq52Uzy"}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/angular-openlayers-directive-1.18.1.tgz_1484154853236_0.09397052437998354"},"directories":{}},"1.19.0":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{"angular":"~1.4.8","angular-sanitize":"~1.4.8","openlayers":"~3.18.1"},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"~2.5.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"test":"grunt build && grunt karma:unit","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.19.0","gitHead":"ebebb173ff6e5c2d2506e2ddafb487e135e17317","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.19.0","_shasum":"55abe4bef99a7414beb952e47b86f4ef22e491a3","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.1.2","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"55abe4bef99a7414beb952e47b86f4ef22e491a3","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.19.0.tgz","integrity":"sha512-rbG2jdspUXtgXN7oc2fNidXz8EH00eL+bHzbLy875UzVwyaCkbEFMhk7PS4eueA5JXdJ7j420UHmTZA9eSIPKg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGE5huZmFmrif+mUFcAKJEwiNCvslkrfG+W//cIy8EV3AiEA81Sn0G0D5ZL7ITDgeFKeoqzXv0RgSNbkbr0/Cy9MTVQ="}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/angular-openlayers-directive-1.19.0.tgz_1484219384784_0.07804142008535564"},"directories":{}},"1.19.1":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{"angular":"~1.4.8","angular-sanitize":"~1.4.8","openlayers":"~3.18.1"},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"~2.5.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"test":"grunt build && grunt karma:unit","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.19.1","gitHead":"5fd4421728514a1f12f220e3757bef477e39d2d2","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.19.1","_shasum":"1397a50af4115e25fb3c62c2669cd8051056a193","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.1.2","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"1397a50af4115e25fb3c62c2669cd8051056a193","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.19.1.tgz","integrity":"sha512-MT0qFWyg7PvI2IrNHqsUepDU1S0rAZLxZA6F4Z7KpFXLNc/bRmOsC/hvTckfD+FStdk5QFxYNuWXfN+zecq3jw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID2ahbLRuKhanqavakjDOPrsw4/lKv965JaqxxfJsAazAiAHHF1/MbwVqSr9DZUeUwT/MDSaS36Qxqc78z0UdbyRrw=="}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/angular-openlayers-directive-1.19.1.tgz_1487158780385_0.6492660499643534"},"directories":{}},"1.19.2":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{"angular":"~1.4.8","angular-sanitize":"~1.4.8","openlayers":"~3.18.1"},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"~2.5.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"test":"grunt build && grunt karma:unit","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.19.2","gitHead":"c32119f7d5f0903c49f3e66265153fc29edd4daf","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.19.2","_shasum":"335076e100fec707d02160d6bb5128b05a2187aa","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.1.2","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"335076e100fec707d02160d6bb5128b05a2187aa","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.19.2.tgz","integrity":"sha512-1ndNek8Pn9D47rNZOIQ8FS+rwTWHtGHaWj4aDahEdeRrzEIr3Hj+0MSLRZB61zrJwKtjxg+Mkj/Y/qZOsz692g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGltuUNSWUi6/VxXDpll10Ehd5dPSo5cm2QXG9BAZ6P0AiEAjxy3v5RUH+WwbTRCq5AY5ML0QZ8ImSRYhrkujteqp0A="}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/angular-openlayers-directive-1.19.2.tgz_1489167428344_0.3939308193512261"},"directories":{}},"1.19.3":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{"angular":"~1.4.8","angular-sanitize":"~1.4.8","openlayers":"~3.18.1"},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"~2.5.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"test":"grunt build && grunt karma:unit","test.watch":"grunt build && grunt karma:dev","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.19.3","gitHead":"f3d315529de11f88d1732b1f08eab1d416b22b24","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.19.3","_shasum":"b22ead3e2cbd6aea9d1d7bd007482dae43858d59","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.1.2","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"b22ead3e2cbd6aea9d1d7bd007482dae43858d59","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.19.3.tgz","integrity":"sha512-nWeZKnHemlvfE9bcuEc0kI3sJ6eW0gMIUUyPUQKVuzhmFqnJ0EeZhIK5Y2TkS18t8dbTbcKPufXdF4QJ82NysQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDmBke/nZUcrTORHhLjCsNJ6VEDxdLZIfhKJyDOFw3HAAiBQTNowxCHVLzHEEdYvjBnTUVjwy9GLMBtxFuv6r27/Lw=="}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/angular-openlayers-directive-1.19.3.tgz_1490344787258_0.7532929365988821"},"directories":{}},"1.20.0":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{"angular":"~1.4.8","angular-sanitize":"~1.4.8","openlayers":"~3.18.1"},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"~2.5.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"test":"grunt build && grunt karma:unit","test.watch":"grunt build && grunt karma:dev","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.20.0","gitHead":"33008fe81518564326b461d1c621104c4b27e43b","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.20.0","_shasum":"41abf660a4c308820556feb85c59c4ce24b131bb","_from":".","_npmVersion":"2.15.12","_nodeVersion":"4.1.2","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"41abf660a4c308820556feb85c59c4ce24b131bb","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.20.0.tgz","integrity":"sha512-USP//TxMjsB+nv+lGYyCsAb6C7SdXRf5jRZ5U5Dt+XJhZd738Vq3dYoddBHPYYnxIfLUVXkmuvqm38OZDJjHIQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD4i/wgxPEfVWFl7v/zDit6gy4Q8YQcD84bFcTZ6xc5pwIhANSKl/8py1M4FDoLOdIeLz+R34CH+pZK85qD0ZADoufc"}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/angular-openlayers-directive-1.20.0.tgz_1503558650529_0.0030722632072865963"},"directories":{}},"1.20.1":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{"angular":"~1.4.8","angular-sanitize":"~1.4.8","openlayers":"~3.18.1"},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^1.9.18","protractor":"~2.5.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"test":"grunt build && grunt karma:unit","test.watch":"grunt build && grunt karma:dev","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.20.1","gitHead":"24112204d4119f2ddc97c38db70527894113829b","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.20.1","_shasum":"7a52551ce60d9fa327a4f48ec56a58a1b4a34270","_from":".","_npmVersion":"2.15.12","_nodeVersion":"4.1.2","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"7a52551ce60d9fa327a4f48ec56a58a1b4a34270","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.20.1.tgz","integrity":"sha512-WcsfjO6n1nTz+pMqmJJR7ZNgR+BJFncrrEAHuM9PffX4wibejGRg80qTT9FdkufQtaQlXrBS8Lnq4bE6DEfzaA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCPo94mTht63/x5WoIZ8r/MW2GirlvFVz0HF0mmsXHftAIgJKabxh2CnABCWjVPbp5WmtNuCr9GmTwiZtdgia1uwdU="}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/angular-openlayers-directive-1.20.1.tgz_1510051814011_0.2424175834748894"},"directories":{}},"1.20.2":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{"angular":"~1.4.8","angular-sanitize":"~1.4.8","openlayers":"~4.3.4"},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^2.1.0","protractor":"~2.5.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"test":"grunt build && grunt karma:unit","test.watch":"grunt build && grunt karma:dev","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"1.20.2","gitHead":"5cb4f47860bf608fa46323d23d0cef04113c93aa","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@1.20.2","_shasum":"116df2bd355f94c65e4f91e79186db1716ab5ed3","_from":".","_npmVersion":"2.15.12","_nodeVersion":"6.1.0","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"116df2bd355f94c65e4f91e79186db1716ab5ed3","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-1.20.2.tgz","fileCount":14,"unpackedSize":301247,"integrity":"sha512-n0SuXuz6ToBEd72Kno8kQ4tOXpPS9lEUBKNQ/uikhByVgVdNJJLwBjNV9ZvcyKwS7I+duzzp8pBoP/m0UEX4oQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDywokLEYyC4GA/LY2+tKx1/t4Ffhuh6P8reUvPP6NE2QIgdtSt+agOzGRPyVhYaqY3SdzEaqihwzHkPRZ5wBmzUNY="}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/angular-openlayers-directive_1.20.2_1518628635028_0.41671325256574354"},"_hasShrinkwrap":false},"2.0.0":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{"angular":"~1.4.8","angular-sanitize":"~1.4.8","openlayers":"4.3.4"},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^2.1.0","protractor":"~2.5.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"test":"grunt build && grunt karma:unit","test.watch":"grunt build && grunt karma:dev","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"2.0.0","gitHead":"60848824eba4af15b976286d83ea2a825e6ce919","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@2.0.0","_shasum":"008821b00f0f69b3eea6dac37aac7cf4e7b359a7","_from":".","_npmVersion":"2.15.12","_nodeVersion":"6.1.0","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"008821b00f0f69b3eea6dac37aac7cf4e7b359a7","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-2.0.0.tgz","fileCount":14,"unpackedSize":301245,"integrity":"sha512-5WmlmBze4eb8n2B4V8K77gxZ97F98BfS8tThiYjkhU/zPJhvii5Z4zyj6enlqSjOZZyiwyK+p5qELJIlF3I9sQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE5g7xHnG1P5okyncV/JkQ2sQtBrdv62C+Sa3MTko1mOAiEAxW0iqqckS8NFKf9UOytjHy7GGGUOAJoqeLwCeA4wBGA="}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/angular-openlayers-directive_2.0.0_1518629701674_0.8937975843739545"},"_hasShrinkwrap":false},"2.0.1":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{"angular":"~1.4.8","angular-sanitize":"~1.4.8","openlayers":"4.3.4"},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^2.1.0","protractor":"~2.5.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"test":"grunt build && grunt karma:unit","test.watch":"grunt build && grunt karma:dev","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"2.0.1","gitHead":"1ac69e2c97e0ec075697869e664e05790a9288e7","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@2.0.1","_shasum":"1599a38c3b188fa06d92aa67ed2a8e9acd48006f","_from":".","_npmVersion":"2.15.12","_nodeVersion":"6.1.0","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"1599a38c3b188fa06d92aa67ed2a8e9acd48006f","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-2.0.1.tgz","fileCount":14,"unpackedSize":301441,"integrity":"sha512-3DrfK11d9f0f6P5mN5fKYVaGXwlCJIFUCbxYnOBX9LT/w/irCDdu2Ya4TxaZSHsJ1kcUQ6BTQZVJbO2Lfbpesw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCTO39ZZAThRJuj266yeCVCDbDX5RsfmcO+UiCHi0DTjAIhANUCVZunqbcfntgoD6rY3Z1xceJNejoM/6j0pfLUAinf"}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/angular-openlayers-directive_2.0.1_1520340910404_0.5506787978964192"},"_hasShrinkwrap":false},"2.1.0":{"name":"angular-openlayers-directive","author":{"name":"David Rubert","email":"a@a.com"},"contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}],"description":"angular-openlayers-directive - An AngularJS directive to easily interact with Openlayers maps","homepage":"http://tombatossals.github.io/angular-openlayers-directive/","repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"keywords":["angularjs","openlayers","cli"],"license":"MIT","dependencies":{"angular":"~1.4.8","angular-sanitize":"~1.4.8","openlayers":"4.3.4"},"devDependencies":{"grunt":"~0.4.5","grunt-bower-task":"~0.4.0","grunt-bump":"^0.3.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-jshint":"^0.11.0","grunt-contrib-uglify":"^0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"^4.1.0","grunt-jscs":"^2.1.0","grunt-karma":"^0.12.0","grunt-karma-coveralls":"~2.5.3","grunt-ng-annotate":"^1.0.1","grunt-open":"~0.2.3","grunt-protractor-runner":"^2.0.0","grunt-shell":"~1.1.1","grunt-shell-spawn":"~0.3.0","jasmine-core":"^2.2.0","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.0","karma-firefox-launcher":"~0.1.4","karma-html2js-preprocessor":"~0.1.0","karma-jasmine":"~0.3.3","karma-phantomjs-launcher":"^0.2.1","karma-requirejs":"~0.2.2","karma-script-launcher":"~0.1.0","load-grunt-config":"^0.17.1","matchdep":"~0.3.0","phantomjs":"^2.1.0","protractor":"~2.5.0","publish-latest":"^1.1.2","semantic-release":"^4.3.5"},"scripts":{"test":"grunt build && grunt karma:unit","test.watch":"grunt build && grunt karma:dev","build":"grunt build","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"main":"dist/angular-openlayers-directive","version":"2.1.0","gitHead":"047ef8c6c980b0edb70ad5f9e2121ff4e9198606","bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"_id":"angular-openlayers-directive@2.1.0","_shasum":"d272dd4ee5036f8d18dc54aa326968d10547a87f","_from":".","_npmVersion":"2.15.12","_nodeVersion":"6.1.0","_npmUser":{"name":"tombatossals","email":"david.rubert@gmail.com"},"dist":{"shasum":"d272dd4ee5036f8d18dc54aa326968d10547a87f","tarball":"https://registry.npmjs.org/angular-openlayers-directive/-/angular-openlayers-directive-2.1.0.tgz","fileCount":14,"unpackedSize":301603,"integrity":"sha512-SNysXJ9NzOuNXo4jt2oCe40RaoDjJAmI8JnfkNV7g04S7yWvgyXyKIfV85K3+Uk1Q16zPp4r+0OMI90mdQ11nw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBqjfjQiceXEtomcvnnldRJne4mgCHKwozXrcc8YYkg6AiEA26YrIKS9ktZdm8iG/i0AAoSY3gzKSoNHriiDNLkgEqM="}]},"maintainers":[{"name":"tombatossals","email":"david.rubert@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/angular-openlayers-directive_2.1.0_1520340959503_0.9914636406939465"},"_hasShrinkwrap":false}},"homepage":"http://tombatossals.github.io/angular-openlayers-directive/","keywords":["angularjs","openlayers","cli"],"repository":{"type":"git","url":"git+https://github.com/tombatossals/angular-openlayers-directive.git"},"author":{"name":"David Rubert","email":"a@a.com"},"bugs":{"url":"https://github.com/tombatossals/angular-openlayers-directive/issues"},"license":"MIT","readmeFilename":"README.md","contributors":[{"name":"Juri Strumpflohner","email":"juri.strumpflohner@gmail.com"}]}