{"maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"dist-tags":{"latest":"33.1.44"},"author":{"name":"Syncfusion Inc."},"description":"Essential JS 2 CircularGauge Components","readme":"# JavaScript Circular Gauge Control\n\nThe [JavaScript Circular Gauge](https://www.syncfusion.com/javascript-ui-controls/js-circular-gauge?utm_source=npm&utm_medium=listing&utm_campaign=javascript-circulargauge-npm) control is ideal to visualize numeric values over a circular scale. All the circular gauge elements are rendered using Scalable Vector Graphics (SVG).\n\n<p align=\"center\">\n    <a href=\"https://ej2.syncfusion.com/documentation/circular-gauge/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-circulargauge-npm\">Getting started</a> . \n    <a href=\"https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-circulargauge-npm#/fluent2/circular-gauge/default.html\">Online demos</a> . \n    <a href=\"https://www.syncfusion.com/javascript-ui-controls/js-circular-gauge?utm_source=npm&utm_medium=listing&utm_campaign=javascript-circulargauge-npm\">Learn more</a>\n</p>\n\n<p align=\"center\">\n    <img src=\"https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/javascript/javascript-circular-gauge.png\" alt=\"JavaScript Circular Gauge Control\">\n</p>\n\n<p align=\"center\">\nTrusted by the world's leading companies\n  <a href=\"https://www.syncfusion.com\">\n    <img src=\"https://ej2.syncfusion.com/home/images/trusted_companies.png\" alt=\"Bootstrap logo\">\n  </a>\n</p>\n\n## Setup\n\nTo install the Circular Gauge and its dependent packages, use the following command.\n\n```sh\nnpm install @syncfusion/ej2-circulargauge\n```\n\n## Supported frameworks\n\nCircular Gauge control is also offered in the following list of frameworks.\n\n| [<img src=\"https://ej2.syncfusion.com/github/images/angular-new.svg\" height=\"50\" />](https://www.syncfusion.com/angular-ui-components?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Angular](https://www.syncfusion.com/angular-ui-components?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp; | [<img src=\"https://ej2.syncfusion.com/github/images/react.svg\"  height=\"50\" />](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[React](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src=\"https://ej2.syncfusion.com/github/images/vue.svg\" height=\"50\" />](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Vue](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src=\"https://ej2.syncfusion.com/github/images/netcore.svg\" height=\"50\" />](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp; | [<img src=\"https://ej2.syncfusion.com/github/images/netmvc.svg\" height=\"50\" />](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp; | \n| :-----: | :-----: | :-----: | :-----: | :-----: |\n\n## Showcase samples\n\n* Live update - [Live Demo](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=circulargauge#/fluent2/circular-gauge/data-sample.html)\n* Direction compass - [Live Demo](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=circulargauge#/fluent2/circular-gauge/direction-compass.html)\n\n## Key features\n\n* [Arc Gauge/Radial Gauge](https://ej2.syncfusion.com/documentation/circular-gauge/gauge-axes/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-circulargauge-npm#angles-and-direction): The arc gauge or radial gauge helps in the visualization of numerical values of scales in a semi-circular or quarter-circular manner. It is possible to achieve this by changing the start and end angle values.\n* [Axes](https://ej2.syncfusion.com/documentation/circular-gauge/gauge-axes/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-circulargauge-npm): Axes is a collection of circular axis that can be used to indicate numeric values.\n* [Ranges](https://ej2.syncfusion.com/documentation/circular-gauge/gauge-ranges/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-circulargauge-npm): Supports ranges to categorize the axis values. Any number of ranges can be added to the circular gauge.\n* [Ticks and labels](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-circulargauge-npm#/fluent2/circular-gauge/ticks-and-labels.html): Provides options to customize the ticks and labels of the gauges.\n* [Pointers](https://ej2.syncfusion.com/documentation/circular-gauge/gauge-pointers/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-circulargauge-npm): Indicates the values on axis. Circular gauge supports three types of pointers: needle, range bar, and marker.\n* [Annotation](https://ej2.syncfusion.com/documentation/circular-gauge/gauge-annotations/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-circulargauge-npm): Uses any custom HTML element as annotation and place it anywhere on the gauge.\n* [Legend](https://ej2.syncfusion.com/documentation/circular-gauge/gauge-legend/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-circulargauge-npm): Summarizes the information from the ranges.\n* [Tooltip](https://ej2.syncfusion.com/documentation/circular-gauge/gauge-user-interaction/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-circulargauge-npm#tooltip-for-pointers): Provides information about the pointer and range values on hover.\n* [Pointer drag](https://ej2.syncfusion.com/documentation/circular-gauge/gauge-user-interaction/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-circulargauge-npm#pointer-drag): Provides support to place a pointer at the desired values by dragging it.\n* [Range drag](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-circulargauge-npm#/fluent2/circular-gauge/pointer-ranges-drag.html): Provides support to extend the start or end of the range at the desired values by dragging it.\n* [Print and Export](https://ej2.syncfusion.com/documentation/circular-gauge/gauge-print-and-export/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-circulargauge-npm): Prints or exports the rendered circular gauge to a desired format. Exporting supports four formats: PDF, PNG, JPEG and SVG.\n* [Templates](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-circulargauge-npm#/fluent2/circular-gauge/tooltip.html): Templates can be used to create custom user experience in the tooltip of the circular gauge.\n* [Globalization](https://ej2.syncfusion.com/documentation/circular-gauge/internationalization/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-circulargauge-npm): Personalize the circular gauge control with different languages, as well as culture-specific number, date and time formatting.\n* [Accessibility](https://ej2.syncfusion.com/documentation/circular-gauge/accessibility/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-circulargauge-npm): Provides with built-in accessibility support which helps to access all the circular gauge control features through the keyboard, screen readers, or other assistive technology devices.\n\n## Resources\n\n* [Documentation](https://ej2.syncfusion.com/documentation/introduction)\n* [Theme Studio](https://ej2.syncfusion.com/themestudio/)\n* [Custom Resource Generator](https://crg.syncfusion.com/)\n* [What's New](https://www.syncfusion.com/products/whatsnew/essential-js2?utm_medium=listing&utm_source=github)\n* [Road Map](https://www.syncfusion.com/products/roadmap/essential-js2?utm_medium=listing&utm_source=github)\n* [E-Books](https://www.syncfusion.com/ebooks?tag=javascript&utm_medium=listing&utm_source=github)\n\n## Support\n\nProduct support is available through the following mediums.\n\n* [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support\n* [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=javascript-circulargauge-npm)\n* [GitHub issues](https://github.com/syncfusion/ej2-javascript-ui-controls/issues/new)\n* [Request feature or report bug](https://www.syncfusion.com/feedback/javascript?utm_source=npm&utm_medium=listing&utm_campaign=javascript-circulargauge-npm)\n* Live chat\n\n## Changelog\n\nCheck the changelog [here](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/controls/circulargauge/CHANGELOG.md?utm_source=npm&utm_campaign=javascript-circulargauge-npm). Get minor improvements and bug fixes every week to stay up to date with frequent updates.\n\n## License and copyright\n\n> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this control, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [JavaScript UI controls](https://www.syncfusion.com/javascript-ui-controls), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).\n\n> A [free community license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.\n\nCheck the license detail [here](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/controls/circulargauge/license?utm_source=npm&utm_campaign=javascript-circulargauge-npm).\n\n© Copyright 2026 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.","repository":{"type":"git","url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"},"bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"license":"SEE LICENSE IN license","versions":{"1.0.14":{"name":"@syncfusion/ej2-circulargauge","version":"1.0.14","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@1.0.14","maintainers":[{"name":"anonymous","email":"ajithr@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-circulargauge#readme","bugs":{"url":"https://github.com/syncfusion/ej2-circulargauge/issues"},"dist":{"shasum":"735c5b0155f76db7495f41170d175f5f032313ac","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-1.0.14.tgz","integrity":"sha512-MwyomFWNSX/RG9KEzx7Wq0j3dSgX6oFeanVfiMW45k82sqvD2lbqCg73eAgK0BdKJLXS1xtdKHxZ6vYjZ0nePw==","signatures":[{"sig":"MEYCIQDxQN3oQuvx/pV16XI/VyTroAI2ryk9cVNB+8ImznEJtwIhANFvwvJtN8CweiV3AsXFUgpdTCIfPorsglfUduQE+EGh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","module":"dist/es6/index.js","_shasum":"735c5b0155f76db7495f41170d175f5f032313ac","gitHead":"9c0667edb79c42fc300bb3562697b4d927f8453b","scripts":{},"_npmUser":{"name":"anonymous","email":"ajithr@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-circulargauge.git","type":"git"},"_npmVersion":"4.6.1","description":"Essential JS 2 CircularGauge Components","directories":{},"_nodeVersion":"8.2.0","dependencies":{"@syncfusion/ej2-base":"^1.0.14","@syncfusion/ej2-popups":"^1.0.14"},"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge-1.0.14.tgz_1504215553651_0.6646160420496017","host":"s3://npm-registry-packages"}},"1.0.15":{"name":"@syncfusion/ej2-circulargauge","version":"1.0.15","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@1.0.15","maintainers":[{"name":"anonymous","email":"ajithr@syncfusion.com"},{"name":"anonymous","email":"npmjs@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-circulargauge#readme","bugs":{"url":"https://github.com/syncfusion/ej2-circulargauge/issues"},"dist":{"shasum":"ea686f26a83b105686412626dd709e823eaf122b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-1.0.15.tgz","integrity":"sha512-chrbbmdPQXLZbiOBDUvnkbQ6PeP054YlVhBDm2qQLQmL2GHDbdFa97jU313dQpqULmJwgzmP+Ar9dTMVD9upcg==","signatures":[{"sig":"MEYCIQCNfqUcSIcoXPHu87wcb/+gOIIs7wsM5oFR5TBdHfIALAIhAPjiE5Y1FbJ3hjXvGaPJ56WhUDC65Ww6qSAKL8n/O9Xc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_args":[[{"raw":"@syncfusion/ej2-circulargauge","name":"@syncfusion/ej2-circulargauge","spec":"latest","type":"tag","scope":"@syncfusion","rawSpec":"","escapedName":"@syncfusion%2fej2-circulargauge"},"C:\\Users\\ajithr\\Desktop\\fix"]],"_from":".","_spec":"@syncfusion/ej2-circulargauge","_where":"C:\\Users\\ajithr\\Desktop\\fix","module":"dist/es6/index.js","_shasum":"ea686f26a83b105686412626dd709e823eaf122b","gitHead":"9c0667edb79c42fc300bb3562697b4d927f8453b","scripts":{},"_inCache":true,"_npmUser":{"name":"anonymous","email":"ajithr@syncfusion.com"},"_location":"/@syncfusion/ej2-circulargauge","_resolved":"https://registry.npmjs.org/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-1.0.14.tgz","_requested":{"raw":"@syncfusion/ej2-circulargauge","name":"@syncfusion/ej2-circulargauge","spec":"latest","type":"tag","scope":"@syncfusion","rawSpec":"","escapedName":"@syncfusion%2fej2-circulargauge"},"repository":{"url":"git+https://github.com/syncfusion/ej2-circulargauge.git","type":"git"},"_npmVersion":"4.6.1","_requiredBy":["#USER"],"_shrinkwrap":null,"description":"Essential JS 2 CircularGauge Components","directories":{},"_nodeVersion":"8.2.0","dependencies":{"@syncfusion/ej2-base":"^1.0.14","@syncfusion/ej2-popups":"^1.0.14"},"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_phantomChildren":{},"optionalDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge-1.0.15.tgz_1510138640600_0.1008484992198646","host":"s3://npm-registry-packages"}},"15.4.17":{"name":"@syncfusion/ej2-circulargauge","version":"15.4.17","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@15.4.17","maintainers":[{"name":"anonymous","email":"ajithr@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-circulargauge#readme","bugs":{"url":"https://github.com/syncfusion/ej2-circulargauge/issues"},"dist":{"shasum":"45f14d9ee947a9f304f232001c949d9776bc1007","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-15.4.17.tgz","integrity":"sha512-+DiTh0VlB1DrbtPV5AonuLKoXc/QBMI7N9PJwlFUs20EzzvqPK58lp05bANnTQIc82+u30UMMmZn13Ta7aSzxQ==","signatures":[{"sig":"MEUCIB3zjblqGgNUoPDd9kaozQCsvJnRwyLSv0eHr8UMHzueAiEA+pQDGV9UHXKB5nw/uk4HJzN2A/czR2P5ERgsFkU737c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","module":"dist/es6/index.js","_shasum":"45f14d9ee947a9f304f232001c949d9776bc1007","scripts":{},"_npmUser":{"name":"anonymous","email":"ajithr@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-circulargauge.git","type":"git"},"_npmVersion":"4.6.1","description":"Essential JS 2 CircularGauge Components","directories":{},"_nodeVersion":"8.2.0","dependencies":{"@syncfusion/ej2-base":"^15.4.17","@syncfusion/ej2-popups":"^15.4.17"},"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge-15.4.17.tgz_1510572860209_0.8778492882847786","host":"s3://npm-registry-packages"}},"15.4.23":{"name":"@syncfusion/ej2-circulargauge","version":"15.4.23","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@15.4.23","maintainers":[{"name":"anonymous","email":"ajithr@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-circulargauge#readme","bugs":{"url":"https://github.com/syncfusion/ej2-circulargauge/issues"},"dist":{"shasum":"cd1f1ef3fb11da0de2a6770cd8d153ceb6e7d1d3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-15.4.23.tgz","integrity":"sha512-rP1OcSLwGeIYVlGbEowQWtVJXE+LyvY5Hb4AOUnu4LK5GxGog2HwvQA5ygYfHlCc3BlESQstnorr2l7LDiLp4g==","signatures":[{"sig":"MEUCIDjA3EyrOMEE847hPbIk5lcOUIFX94frsZxAzxh7lxh+AiEAnnersaoS83dbEZzrjkFkZX0QK5noq1csYMUMj7/ncPM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./dist/ej2-circulargauge.umd.min.js","_from":".","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./dist/es6/ej2-circulargauge.es5.js","_shasum":"cd1f1ef3fb11da0de2a6770cd8d153ceb6e7d1d3","scripts":{},"_npmUser":{"name":"anonymous","email":"ajithr@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-circulargauge.git","type":"git"},"_npmVersion":"4.6.1","description":"Essential JS 2 CircularGauge Components","directories":{},"_nodeVersion":"8.2.0","dependencies":{"@syncfusion/ej2-base":"^15.4.23","@syncfusion/ej2-popups":"^15.4.23"},"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge-15.4.23.tgz_1514383416048_0.9740095883607864","host":"s3://npm-registry-packages"}},"15.4.27":{"name":"@syncfusion/ej2-circulargauge","version":"15.4.27","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@15.4.27","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"ajithr@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-circulargauge#readme","bugs":{"url":"https://github.com/syncfusion/ej2-circulargauge/issues"},"dist":{"shasum":"b1abc4f064dcfa19bf9b4a9693b6ce1201d1d00c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-15.4.27.tgz","integrity":"sha512-PETZkPzkzNYOmCEkcIcLYD4RJaTtFuWCvUcDBVMf0xarctIEDFknGx4W8Jm4uLWwCtwjIMb1kWLuk2vjVDVOwA==","signatures":[{"sig":"MEUCIB6g0yrNMHWhccFUxkFo69Bj9WLRG9fjscdncvK6+7C3AiEA468BkfSLRdC6u8mLK41bhkOnnuf8rTeLmOFTeqVfOU0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./dist/es6/ej2-circulargauge.es5.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-circulargauge.git","type":"git"},"_npmVersion":"5.6.0","description":"Essential JS 2 CircularGauge Components","directories":{},"_nodeVersion":"9.4.0","dependencies":{"@syncfusion/ej2-base":"^15.4.23","@syncfusion/ej2-popups":"^15.4.27"},"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge-15.4.27.tgz_1517323556265_0.9380997123662382","host":"s3://npm-registry-packages"}},"16.1.24":{"name":"@syncfusion/ej2-circulargauge","version":"16.1.24","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@16.1.24","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-circulargauge#readme","bugs":{"url":"https://github.com/syncfusion/ej2-circulargauge/issues"},"dist":{"shasum":"f16132688a2a6060747063824aeb478349adddfa","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-16.1.24.tgz","fileCount":67,"integrity":"sha512-+Ai1NAL7k6RprW8E/qLl0pe7boCA+fxgrHgxDsMsWy5djgz0/MqejIk4DGcs7PElwdZqS2ySRCKavpFh9EIHdQ==","signatures":[{"sig":"MEUCIF3xkP76ebRofMoMzsMBLu3pD8PKHHmJtLGivdNY395jAiEAkfsoTFMbSHXJD4qEBwO2OBXA1mZ/iOF8xeoijKI0ZdY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4195388},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./dist/es6/ej2-circulargauge.es5.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-circulargauge.git","type":"git"},"_npmVersion":"5.6.0","description":"Essential JS 2 CircularGauge Components","directories":{},"_nodeVersion":"8.9.4","dependencies":{"@syncfusion/ej2-base":"^16.1.24","@syncfusion/ej2-popups":"^16.1.24"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_16.1.24_1519269102838_0.6393580819526015","host":"s3://npm-registry-packages"}},"16.1.26":{"name":"@syncfusion/ej2-circulargauge","version":"16.1.26","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@16.1.26","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-circulargauge#readme","bugs":{"url":"https://github.com/syncfusion/ej2-circulargauge/issues"},"dist":{"shasum":"9dae22d4959c826902e2f2f77bebe9404fdd10f8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-16.1.26.tgz","fileCount":67,"integrity":"sha512-2BsAE2CsE8F7bFoQpX31v5idtxqZbR7Bxzl6EWHMYAy+RnvQdWhFc3x/QcwPaPW4yprn+9SEnlA3S/M1k4m/ow==","signatures":[{"sig":"MEUCICjpNjXDMQKi3P21nqsiR19AcCJqusmD0aTNGkxLE3bGAiEA2efpgFgJQwHr2JBTdqxEFtfYJDqjpPpQ4Gzbm1MxPUg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4195388},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./dist/es6/ej2-circulargauge.es5.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-circulargauge.git","type":"git"},"_npmVersion":"5.6.0","description":"Essential JS 2 CircularGauge Components","directories":{},"_nodeVersion":"8.9.4","dependencies":{"@syncfusion/ej2-base":"^16.1.26","@syncfusion/ej2-popups":"^16.1.26"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_16.1.26_1520267478124_0.5967595058530757","host":"s3://npm-registry-packages"}},"16.1.28":{"name":"@syncfusion/ej2-circulargauge","version":"16.1.28","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@16.1.28","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-circulargauge#readme","bugs":{"url":"https://github.com/syncfusion/ej2-circulargauge/issues"},"dist":{"shasum":"f3e902f13f15aaa1f2e09b9dfa19a6f79133d0d3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-16.1.28.tgz","fileCount":67,"integrity":"sha512-rs2j/v/wysJxNb30zSt1+zAc4aQcpg+g/jl4eYlgkO9MK9zQn/v8NwZL/8xZo2F50PKens/6j/GtpRiufRxWIg==","signatures":[{"sig":"MEYCIQCts2a8E2bm5L7lVFdcKgoSa6Cy3JabXCifdg0gz2CF9wIhAMRvsEgIERyvLqr2ne5RZNCB0m3cfS1i4kpmlc5ZVtCL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4184576},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./dist/es6/ej2-circulargauge.es5.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-circulargauge.git","type":"git"},"_npmVersion":"5.6.0","description":"Essential JS 2 CircularGauge Components","directories":{},"_nodeVersion":"8.10.0","dependencies":{"@syncfusion/ej2-base":"~16.1.28","@syncfusion/ej2-popups":"~16.1.28"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_16.1.28_1520573620378_0.6619495400013014","host":"s3://npm-registry-packages"}},"16.1.32":{"name":"@syncfusion/ej2-circulargauge","version":"16.1.32","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@16.1.32","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-circulargauge#readme","bugs":{"url":"https://github.com/syncfusion/ej2-circulargauge/issues"},"dist":{"shasum":"5a48ec191c66554fa56831b85cd1b0dfcca51ee6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-16.1.32.tgz","fileCount":67,"integrity":"sha512-oN0IFnJBLlfoUnw+eYtuESwF7hx1oIQAzs6h/XhQuwR/bI2VZA/epQxDRsZTTd8mFYW9gpyMelAOPa56y3E31Q==","signatures":[{"sig":"MEUCIGfsIxQ1LdZnFJL+X42wFcA5YN/VzxWYgqp78vJn+r4EAiEA08ZnU18wMUjBa2JKAedderMleF5rd6GnD95i0nu8/dQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4184576},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./dist/es6/ej2-circulargauge.es5.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-circulargauge.git","type":"git"},"_npmVersion":"5.6.0","description":"Essential JS 2 CircularGauge Components","directories":{},"_nodeVersion":"8.11.0","dependencies":{"@syncfusion/ej2-base":"~16.1.32","@syncfusion/ej2-popups":"~16.1.32"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_16.1.32_1522326929343_0.9223256932322006","host":"s3://npm-registry-packages"}},"16.1.37":{"name":"@syncfusion/ej2-circulargauge","version":"16.1.37","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@16.1.37","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-circulargauge#readme","bugs":{"url":"https://github.com/syncfusion/ej2-circulargauge/issues"},"dist":{"shasum":"f80ef9ce5e8a3b813bf17124d5ccebcd3efe6719","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-16.1.37.tgz","fileCount":67,"integrity":"sha512-ZYqUBSslYBXwSjS5qzBbF7N7yAkdeAEvORZLHMUB6VObbF2p0Y9FgmAPlKP23Ir/zH+9i/Vg5U14zgQLKv5ZAg==","signatures":[{"sig":"MEQCIE0W5NJaaI2q9Zms+IvvoE8fLhYNWml+yR3MiRMs7HB+AiBcsxX3DjUlgZVejPMcI8y9O4h1fH/jXF6KgSk4DCeNig==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4197708,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa32HdCRA9TVsSAnZWagAAUzEP/1t+7bhkNoMVsKsHD075\nvX6ouXpicYu0s0lPmfdve0W0JtZP2+x9PaMf/jlrHCPTk5qnsAzvWkyvGKxe\nxakb7zNg5xFfa2F+JoGyKxq+y6Xc0ZkQmg797l10cnoo4grYTUvT35Yu4nI9\nEGoHjN5PuzNPDiP96UtU9K2Fcqr2+nGhzs36RN5XXSr76GSi/v58Cf9PfB0n\nwZZ3u5w8wfSG/cwekFtzFORE0dJnucUiehCzoIMuGjZA4u+Vhg1HDobmgYvz\nKqwqZgafa3xAq/zsCshqhMKrTGnYEGgTD34qAO3EXOAMJLW6GFYAY2CZ5xog\nKOC2o74yoo9D8BzoR4saBwdqmOimO/yRkI90IINBBOy4Dx0tcgGhvQVTj0jm\nXYAOARiBc2A9DHed41LQpNElhPMLGDNbsjxph6q5IhDKX+92R21Q7bVruMj+\nKdp7557+83x8SAHVxBKqfPAoKmyEGRjSSIn1CQHB3L1OgDLtu2Zz8iVHjq25\nJ5HIsBsI4lb9h4b5/jmo+DonNBRwvrBiHxgmp0OWhkV7s87Et29Lk0kv/QiC\na0GjT+MnRh4J2YtRw5rf9Nqg0jzeQfIDnv9LHP8duw0ca/5GCiLSIbS46pAX\na/TeC+gfX/4Gz4HQBaTQXzVTUzvL+XQ4H1BoWP7L3eMi+DEhRNyvmzUWbq8L\nA820\r\n=RLx7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./dist/es6/ej2-circulargauge.es5.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-circulargauge.git","type":"git"},"_npmVersion":"5.6.0","description":"Essential JS 2 CircularGauge Components","directories":{},"_nodeVersion":"8.11.1","dependencies":{"@syncfusion/ej2-base":"~16.1.37","@syncfusion/ej2-popups":"~16.1.37"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_16.1.37_1524589021246_0.7432885006310115","host":"s3://npm-registry-packages"}},"16.2.41":{"name":"@syncfusion/ej2-circulargauge","version":"16.2.41","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@16.2.41","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-circulargauge#readme","bugs":{"url":"https://github.com/syncfusion/ej2-circulargauge/issues"},"dist":{"shasum":"476bcca1e32716b98bc1aa5cf4ea31e07b55b645","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-16.2.41.tgz","fileCount":67,"integrity":"sha512-meJFNB9fg0S7HopbKWtYGJVDGkotNRv7UjwPyUZqhbxZ6Nz36ANGlSz0OozWj2pmC9LUl2m0ql+jmln8ABO3LQ==","signatures":[{"sig":"MEYCIQCTmurrgpX7sEOry5Xa2WJrEjStDwrToHsS2uBT5gwV3gIhANLN/iUkSHbtv/gQ62zcHz1zRfKcAtRWc+BeMg83Ti4E","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4737980,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbMK3VCRA9TVsSAnZWagAA9m8P/RT/PN4b1xNcq17xC9Qx\nJKJiOBss5Ffw9DObQVdvS96Go60wT03L2TzsoCfZxi4o8afZoSTiTVfkDPZR\nf874H8SZ1TssyjpcS2hSJHhvQk7dYC27nUbU8CBTVl2KL/nMCoWpi5XiJtLb\nDAZmqh2v/04eN8l1SBNpC01KOG21hx4vV0lbfeoPCgXtYngkou/9IOpA5Sza\n+YZJGp5ciu1g5W+MiWgW4jRZqhD2xJcHF+mNzilF0BPlsVhjOzgPXec2Rpe9\nGuC2Tky8fW1eY0DIinjU3a+O4XIeF5js7m5T2+eGcHCr8tt2XNhUSj/MJtON\nT09jx7cznErPHUE9Xlr9QgqBbag0dSVOz+JwejS2Qg40wjs0aPn+BdIEmzUA\n120PMMeAxoiUThQYABTsNLWir75Qq2AZB1NsE2fO9Le7YUpz2ws9wPyA/+rf\nYgEcvPaaiD7FnwcC108KzPw77Bs8DScqBSZiufGFeNyI+veCAxFNkfBgpwDo\nKji7Bf3TiLJRSwAtfBzwI72qvPwHIWbMbdEFnOkuJodYnuHW1OSBt1J01Idb\n9pTNdstHCHHDd1QTD4iysPQlTfYRzpiSpf86lP1NMN8rWHIFXtRJGakX4vFL\nwVVHa4zllkf0cD4fclbWXMLB73c3dXzCda7QE0jclrxlkn8WCSu0OfA5kf1H\nJYJG\r\n=1/4X\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./dist/es6/ej2-circulargauge.es5.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-circulargauge.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 CircularGauge Components","directories":{},"_nodeVersion":"8.11.3","dependencies":{"@syncfusion/ej2-base":"~16.2.41","@syncfusion/ej2-popups":"~16.2.41"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_16.2.41_1529916885538_0.2845364239457888","host":"s3://npm-registry-packages"}},"16.2.45":{"name":"@syncfusion/ej2-circulargauge","version":"16.2.45","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@16.2.45","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-circulargauge#readme","bugs":{"url":"https://github.com/syncfusion/ej2-circulargauge/issues"},"dist":{"shasum":"f5bb9edf70c96a8df34200fe6c7b30704bf41ba5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-16.2.45.tgz","fileCount":67,"integrity":"sha512-un3YI7VMXSBLMrn7O5VkUoNTjnPpthioGRJcMQqTYU2s9hZNLiCo3BujEowRxw3jCl4gP20voShgziEKA52Iyg==","signatures":[{"sig":"MEUCIBu+SknfQwWfLFmkSNlclZ7ibqNLDUPy/G0TRPPV7qmyAiEAiIq7LfJGCUjy/LEQUHIAOJw9je3mtJuGkNWf4rVjbYM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4860364,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbTZ1LCRA9TVsSAnZWagAASh0P/3ESyFWX1nB7n3BV9JcF\nzBIwHKU/gT03z4iCNS3Pt4YHadzSE32snHy7Be1EJymtICmvHGs7EIiKz0tn\nE2Et4vgWIfN9339wowg2t3N7e9SN4lhWMm+0ax4ou8C17rSBQw6Duz0uoe4S\nBonfrI5QY9BDDxiqfiIBZh+RfEoBBO+rZQAWa0fMSs+5POuKW/kgZAYpSKGN\nnwDi4y68GQO+DKpLqL1EQdmGi5zrQmj+dr26konydH/kG5D2dY4jjDcbCQAe\ni63BgvItFQLzqT+4wiwyloSgVgvWsLAHr35VAvPmZdItMrlEkw61PqFfERgS\n04x4cr8engVsakIu0o/vRC09bMNSyc062IMEbCSGwXY7YCZAvw4P7vSwswoR\n1InudvkG1xLqQ/yJroplsNYal9TIU7zqU9HEEDgV5fgw4jJLtQ0FEh93dCRF\nhxl7umo0zzPVg1BjcG7kYpMAc27OzuHlBHdEdqz0WCgtZUmIUhi5qhVoSuTS\nAqdZ+IEkD9WLaMkT4ViymYKJ1fgIWPFshnTrvcXnSB1LdvmR9Pe1aL9SxklY\nZ5hupJc9xg/uUVrl+wpbV/Wgb/G2olqCirU4DgVKGFJhvRPNxurOT5YAdeyE\nEH1zDqVr6Zf4MbMGzlJGFXFOGioxmafhBWYy0nfBx25qRQXVDJpUTm6FvCGm\nnlim\r\n=WYpJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./dist/es6/ej2-circulargauge.es5.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-circulargauge.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 CircularGauge Components","directories":{},"_nodeVersion":"8.11.3","dependencies":{"@syncfusion/ej2-base":"~16.2.45","@syncfusion/ej2-popups":"~16.2.45"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_16.2.45_1531813195049_0.5571542512037304","host":"s3://npm-registry-packages"}},"16.2.46":{"name":"@syncfusion/ej2-circulargauge","version":"16.2.46","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@16.2.46","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-circulargauge#readme","bugs":{"url":"https://github.com/syncfusion/ej2-circulargauge/issues"},"dist":{"shasum":"94f14c44820c18f77df6c2c2ee3cd07fc014195f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-16.2.46.tgz","fileCount":68,"integrity":"sha512-WiNcw4m6OZzF/iElF7uXifCVQaYqARe6Ry+9OrkwGC/Uqb4tj9YXgFw9qpFbq2nbsJcL5oLbLYRE5vhqJJnAgg==","signatures":[{"sig":"MEQCICh+A7X2XsFP6xunrGQ3xcZqPoWsx7bJR0fWNeRnUDkLAiAYB8rHPLW2NkXLWfcuqqSBIxaG+nIna3WTNa9o27CNyA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4823840,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbXwnDCRA9TVsSAnZWagAA47QP/RqJuqsoGDQ6tLBwMWA/\n5ADnwUTqRjFtMXevcfOkhMK1WuyCmkLzgYD1D7pyGRQ2feU0VisOSx1XFlnG\nQYqOz+iJsHqD2arTps6QOdwncoYJg7X8Ehsy15BAk921FNz3l/LHaDiCS07r\nN84GTTpRpwD4TFaXaeDusDBTIr7y7FGp/jbw11ZvQFsXkrc92bVFx/rNvHjl\nCgxtt+626wgAmceQrI8qo2fTleKgmibFa3mCww9Oi4a/RdYa95Y28lwDVOP0\nKWZhLmM7kcYEQyK5KoZC/zTp+KXJDjrIAIPBndRqvCbH05oJTlITazoz2JoB\nAeKhGJlqt4oVAQnhKhulmJw49Xn6HnqNcn7Isc4hEFCFn1xdEX/ljGQbUCQ2\nIZpCv3Q4B02a5kBS2+E529ctDL8OnNVTM5blI66HI/nwSV4Q++8DlVutWj4H\nkPLZ9fymsmjJvqNvYs+0OxGL3qiKTMgTD2wJra72rQHhB4OSVxS7EkE/32Iq\nZxNNI3RSw7m+yLkIjsssDctxhguOPu/gpavs+Y4PQsEpPwu8Zf624muT9qcK\nk+pO0p3b2cpu8OmpTUgAmXYd/DWiNzF85+v12OJGLjbvhi8j5DJOxYlpl3lW\nCV3G0m6wDHQPJ+VYINGxAyT3Do+v9/B6t7HJy/rH7lY6reevn47iEw4n16lo\npQFK\r\n=qIic\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-circulargauge.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 CircularGauge Components","directories":{},"_nodeVersion":"8.11.3","dependencies":{"@syncfusion/ej2-base":"~16.2.46","@syncfusion/ej2-popups":"~16.2.46"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_16.2.46_1532955074943_0.11994873113767812","host":"s3://npm-registry-packages"}},"16.2.49":{"name":"@syncfusion/ej2-circulargauge","version":"16.2.49","keywords":["ej2","syncfusion","web-components","ej2-circulargauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@16.2.49","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-circulargauge#readme","bugs":{"url":"https://github.com/syncfusion/ej2-circulargauge/issues"},"dist":{"shasum":"eeaad7ac84508053cea34fb7c27410c67676ed8d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-16.2.49.tgz","fileCount":68,"integrity":"sha512-jKQ2QqmAkTKJilSJ1CwEA6kf2KdkEnLiscVqq4KZoKGuLuAdBaTP95kmDw8tXX/WjPWCvaR22zB7LFlI6Jnv3A==","signatures":[{"sig":"MEQCIHBQUag37anT9Qm4XDGNXJTwQrUwtKHYV/408PDzXX+NAiAP3ONr+vPdyD9xI67ynpEtqOOT3+rE3NFIy3rIHfi49Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4824593,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbfAabCRA9TVsSAnZWagAAoMYP+QBqNbjPaBwkNmqVpjDN\nj5UG3lPdllIS7jT6aAGP012hKOawbq4CYsoCsww0x8WdxKRpzSiBDCrxHHPy\nFhjes7nWijRqsPZbADI86e3X/XykUlqf9zdICkYlavgC54LQLsDxJFKZX0BE\ns592hnAp8C8/EY4S4yXDYZTPTnf+IOyBKRKPPFjUhlBWzASdBx/0p3xZ4mmz\nQEo3leM8xpw0dEpJ5OhomJR5pSKT8Srh6vh57sn9HWvuq3AnkT0m/crKptBz\ncrMaLAhWyuMoHmaN6unpfOvnOigAjT0n2xZtkaYv5ZzhCo2AFuyK1XBdEQJ1\nwq61hZbw8WhK2iQBmd2OMexfR/kkCtpKhW8rPG3DOXZ3CKDXdEXceryU6KRl\nUDFxjDIPqN+HasZ6nXp2d8Xdm17phBx5Nsh0qod4FXNMzBHN+iHD1I/t38mn\nC54rCCKDsYla9A5WQYY5hZ1Qy4xJzKKpi/SDp01tCovYMSfHIOVTR4SaBwMy\nGkO76dmk48djL3K+89XbyEGwSQFzuEVRaNCivpb3wsPRImvog+kbEZ5Ay59r\nAn7w3XeQN5qIosO0xbojn0sYQZt4uAhX/ERcof5/+ezVg7Sx9vWx36VXtgzu\nk3s0qJiq8R8pKthlAaWpb2aANAQT3ymhQR/IEMXyAhW9R/FbP1xZn/u4LTFw\nYYis\r\n=P4la\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-circulargauge.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 CircularGauge Components","directories":{},"_nodeVersion":"8.11.4","dependencies":{"@syncfusion/ej2-base":"~16.2.49","@syncfusion/ej2-popups":"~16.2.49"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_16.2.49_1534854810885_0.6199064798777387","host":"s3://npm-registry-packages"}},"16.2.50":{"name":"@syncfusion/ej2-circulargauge","version":"16.2.50","keywords":["ej2","syncfusion","web-components","ej2-circulargauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@16.2.50","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-circulargauge#readme","bugs":{"url":"https://github.com/syncfusion/ej2-circulargauge/issues"},"dist":{"shasum":"85466d9aab868ed08036e2366eb8db8d2be564df","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-16.2.50.tgz","fileCount":68,"integrity":"sha512-Wuc2xGog/+Fug6QT0RiB6HEJwnNxlX/7mor5Bo44dlq/PeX2LDWoik5t1FSa4meZzcejzRQ8lbwcemix53Df5A==","signatures":[{"sig":"MEUCIQCQKGOnGF/4syY1Qp1WXx+HglzkeiMKwVz0UEhH94B5WAIgNyKXv4ky3SzAnsC+WST/5jbJnNNVVoTR3Yg8gp/jEiA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4824593,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbhYvrCRA9TVsSAnZWagAA8koP/RmrFI3JoXcW2in7vRuh\neEksMf1D6icEJOS+Y6CHLG821aKdIdhhOz01dZ+lRnwtYiPoSokJsp9eb1JI\nVnt8s1vqFS/AG/ZJ0pbYNVF/X3lmYk6FyCUKwjHrVffkdjOat+54p5TKGAkg\nybx7ar3PplnRl1z9BYMozJVS4nuovBTs8sjKUmTMmUFhLBpeO/qkoVj+ZL1H\nobOXCesh0NxQy1pAtHruE0xXn2+g/MBkh4FfF/SI585n6bHqvf7MC5nM1m4N\nXb+sbGwpBcSbCSjv6v8nswWlHNXB5LLSd2OKTQTSIyeIDwhvucTZYXDG9bM5\nu45PIDVibAm7GdzlZDXkECDHz+OYvbS7BXiJf8FU8kyko3u7/ra63LzkgJ2A\n5mhFGeYXxztW3fD4UHHkYTX6d8KsPZqGou/phf6dSv6RScvypgFyZ1qqRBF2\njPx7AkUqDO4/CMkCI2fGPRFcGYtTNyzzTEuMd9Wh8B3yAz7JmJNbQN1xBZhl\npjle1QX8GRguC4mGGBFYTTR87xqV968ThhF5CPt7ziULJGMnHqcT+1VhGSku\ntlcgXjqMxWQLaPPnXgBzP65m77aQwrxoOrTAN1hqbxPaW9gwYd1/1Iq8w1kL\nTRlKTLnTgmdMPz5GFBqV0rm4VYFv7eEBoFyWFzCpHXD5TAi6wRMPdu3ljI69\n0XdR\r\n=BniG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-circulargauge.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 CircularGauge Components","directories":{},"_nodeVersion":"8.11.4","dependencies":{"@syncfusion/ej2-base":"~16.2.50","@syncfusion/ej2-popups":"~16.2.50"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_16.2.50_1535478762433_0.9123399067603921","host":"s3://npm-registry-packages"}},"16.3.17":{"name":"@syncfusion/ej2-circulargauge","version":"16.3.17","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@16.3.17","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-circulargauge#readme","bugs":{"url":"https://github.com/syncfusion/ej2-circulargauge/issues"},"dist":{"shasum":"e94fbc461ee1dd431ee0fba0a6222644c639e8ef","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-16.3.17.tgz","fileCount":68,"integrity":"sha512-DBXpt8W1dLUZ1w0BN6JlPled1pC0cRJYCVBf3+uIJcPa5mwZH2oJr+KrOgyyXaVdD6LcN2lbC0/Ot1cVy8+dNw==","signatures":[{"sig":"MEUCIHeSqncC0efGBSEIn235TJAkFY2vxjo7KKXagdGICOaDAiEA6ew2n/jgeZrALT6hAzQwgYoQQ39ujvtVdT+UGobwsN4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1317079,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbl8EwCRA9TVsSAnZWagAA8V0QAI3AMzyfQcTFrIXEPL3r\n54jtu6mBmo5uPRxTtIE31mlKFDB3P6WGJQs357UeehbiG1imsZAoItShuM5E\nUVUrr9GZNdZectm+wEmc3XwrvbDArhodm9lPifd+LJJGlQGQYZmBvUv74A8V\nzkJ02KNjZjHJEUn6jJfVAvTINBdb+e6ehc3Iq1ukLrPEBzzuhLxMAMQnXwFH\nv/uwL/xErkVtqdU8BvFW3zWwv09niNtXc88TP4DG8jX1o8LnH0QgabNOY/6E\nde3OL/wnzZTuUE1Zc85nPMyA3ZLfSFlUqMt8d3nUq/jBeJV8Zob2NYxJ6oQg\nBHb1AEhRUI+U0flz05/CvKrDAnA+j+7DcgSpvl97/jAAkQSixU2De0ivOSeN\njUFLLHojLfqi+uV0EgvHp5H2Eh8hNFqnmoJVayc6C4OL8PJ6bn3Ut7AZLD4a\n/QBUnrwwjAGRqs0lZ8qRHUrkIWJ3o32CG5vG0baRVJsMY4a0qHtUsGfsiJ3s\nQv2Ydr1RR7lgZj5/eFtE42f+gmQncYQuuRQPFK/ROa7USNw3CJeMjqgQbVPa\n69GRpG6wENPD8/ihdP7AHXfJsrUysco/IxqKAX9Xmjz+x4rBoVDz0vXZRURx\n9usPmxH0yuvcXGD1Pu/mO17mEpT3m9EbUxDomy4JrwW2wIJBBDSbNyT+a1UK\nZBzg\r\n=dT0H\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-circulargauge.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 CircularGauge Components","directories":{},"_nodeVersion":"8.11.4","dependencies":{"@syncfusion/ej2-base":"~16.3.17","@syncfusion/ej2-popups":"~16.3.17","@syncfusion/ej2-svg-base":"~16.3.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_16.3.17_1536672047271_0.1837132612265917","host":"s3://npm-registry-packages"}},"16.3.21":{"name":"@syncfusion/ej2-circulargauge","version":"16.3.21","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@16.3.21","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-circulargauge#readme","bugs":{"url":"https://github.com/syncfusion/ej2-circulargauge/issues"},"dist":{"shasum":"8e4a9dd2eac9cd6a3f4915c3c9e85fd6cb2dc855","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-16.3.21.tgz","fileCount":68,"integrity":"sha512-naMvrBISOsAFfxQv8VaNaUHi+d0LSHQRpzV9OUxRMHy+Vx0xgKPBRNNR2CwYO3oEv5Yc/GKUr4U01YWW3Ciyow==","signatures":[{"sig":"MEQCID1NQfnTWo/cZNfvlFRR/Lrq5HgfM8zG8TABetogaadDAiBs/U0uixJmqxUrNbQqk3gwOcj1wAgZMuzFJpuzD9mxww==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1317128,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbpUiACRA9TVsSAnZWagAAPc0P/jTNF6y1faAASxjCnY3u\ny4aeFs1KH5GuZEMEXQN8TJx+8m13lbhYr2g2hyj7TL29XcGKgPeLKgbvvcE8\nFR0W7dmXVfX1wh7ffOTJPbBSK/bUfriRYUnc1qKXxvgnYC3W+g0zjsVW89gX\n3NpjtN1yf7SuMDFDXI3hMJ0PVhG4NJdeDGD5pLc5o54yYahQR2VyGjqKng6D\nW14n+zzXGKLhOE1zBGLWSRoFgTR26d4EYvXSP7N0u33ojjc6Beq5UwL8xgd8\naC3fJEupBYWihWWYbteq3qkydej9laVZQeBgyOJw7d2QylSGtmGY0erreDDB\nY5rPlRppuAeKw0scAVU87dwOywpyXlOX4zwObN511MVuFVT36KgjRFxX5ltl\nAjWAVFpT8LMHYyG2OEwLNpiv4gnNqTwcI4S4b2vnwMGKCkoscoTIHEzpOn5q\n5I670QJe4UFkX7PD3iAnpwKm0x2FdzqNd3CvZ8iw8ovu4eRRvfT5TFZoK4eP\nbri1d9GssQ/e4M41EHRx4z3mocbtmX03M6hl9yyHuRmnZGyiYslIWVk8IuZP\n+5KZyjzyrfP5jOlkI2dMAGQ5f7MiHmbxR0JW3eIGLkkOxkQsydzYaTsPw+Ru\n4FTAq4rpxCI24yfMPF1FO4B+toJ7E/6m0jewEWZ03eH0TRHqk/kIWFF6xT5l\n+Nn8\r\n=FFvl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-circulargauge.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~16.3.21","@syncfusion/ej2-popups":"~16.3.21","@syncfusion/ej2-svg-base":"~16.3.21"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_16.3.21_1537558655371_0.28040876861921404","host":"s3://npm-registry-packages"}},"16.3.24":{"name":"@syncfusion/ej2-circulargauge","version":"16.3.24","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@16.3.24","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-circulargauge#readme","bugs":{"url":"https://github.com/syncfusion/ej2-circulargauge/issues"},"dist":{"shasum":"bad21b387fa7d8f556c4651935212f3c55c98a0a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-16.3.24.tgz","fileCount":68,"integrity":"sha512-0VnMkY3BmOEuVbzqjd1ZrJCoC99UXmET9AQ2qDv5+2srZ0WUqC0AUqSiRSrfACSFL5dCzZ97YLb9oYwDiCuePA==","signatures":[{"sig":"MEUCIQD0SKiILn2R1neie1Ve5XOmG6qRbw90tImQGz6uLBFsiwIgfh4czcWOcXFq0H+73+kdfv7g6N2ByLZ8YOZElKwr8UI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1317128,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbvFQeCRA9TVsSAnZWagAAS5QP/ihNHJeLtff7srFZDWXN\n/T0SWM6D6IFEWkXy8GkkOIYmec05EWjGqe2DzHlYt/hP+gLa/YHKDzNzVspH\nLdsBc7g6fjsgBISpw1L/cSUMFqM4YOqp4vjIpjOZbQvvXLbFa3YG+2UGTGoV\nkuIaAGHXeRKfSaiyS8uvgrBQfFKWYBd+ZdCppezGj19wDkqHXtgitUywLva2\nN9insoRXwN1iYIQmgsAzKCnKwAzjYWKGYFmYkjyg62KyJuWPdo94KS4KawKk\nHCu6XqD5exXzHsHIo1JznZmgg0iAv8TyCHSXvPfyh1W/G+v+kJaomFW3n/CP\nuY9LEzFRY93nLXrYRG5zPJpenkFWR9TdzSLNqalPvxFNUKVA/qa1SsE21NNu\n4L66+Q3Aw/Qnwx+mVX3cEG6FbJbvfoIpXXTxFqr9IAz+ymrHEfxA9lrB4cg5\n3MP1c3PdGkiAnZBaSzDHUb9mEvVzOV94cB+z/EiEROW4UWIXIb6gddf9tXbu\ngBUXh1oIjq9vD6xCwXg8OKBZBjzBSZYVr0ppK2+SuSULswPdPRPcZCsa1rqR\nGfqchZC8v853+l6tzpcR2MhGHyg3qsi9bGOHLMdBMjDEeRhvywuONWV0nQl4\nnMImVtIm85WViyxv/cEuus1XY6Ilk5yBfgKCcEkeHj3wN12v3gIJPkd6cmlQ\nNSY0\r\n=zZmT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-circulargauge.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~16.3.24","@syncfusion/ej2-popups":"~16.3.24","@syncfusion/ej2-svg-base":"~16.3.24"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_16.3.24_1539068957308_0.0700906421450449","host":"s3://npm-registry-packages"}},"16.3.29":{"name":"@syncfusion/ej2-circulargauge","version":"16.3.29","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@16.3.29","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-circulargauge#readme","bugs":{"url":"https://github.com/syncfusion/ej2-circulargauge/issues"},"dist":{"shasum":"7022caba14242909f5d4e60ee0bb1800902e8f9f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-16.3.29.tgz","fileCount":68,"integrity":"sha512-dpeb0CtqgNQik54znTx5e6t+z09tSgXCFVLcbIuQQqZYII8tMIt675QbcLulC0qTY2tWeLfKy60En3ela8Yi6Q==","signatures":[{"sig":"MEUCIQCEbtGlBIFSmwzTi/ycgSnP3ivMNFfikZxQMIFXue+xfAIgRal+n4dF2teWz/OeswSP+ikJpJfogDrBtmBJlrDzyBg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1320293,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2TCYCRA9TVsSAnZWagAAANsP/jswJRO/ZGLdvHxhflw8\nLSBZo/x6lTpI0cdu8g0gbRq9F5M1V5ESLUWukCmuzIYXtXw0XoAA0gIxh5qm\nwO3pIOnVSpc7oAhWhOPFmX/LP5LWRThzysD75+BmjKvRWh80vx8jwg8LRUdr\nvTmz5hGUsqreb0MZDAzc/uHYfC94Dm/Zl7sgxHoBRt+3OjlyXX/Cj+qoEk3C\nZbkMTMgr5ucL8VgVWzBmKAKdefJpHFj1tbEeGSgiT6zZkmN4R/mPjtcEOFQW\nLtSuFDlG00rgidxogIXsH0NlAsdGBaq8rgqrLchomZVSGlzqpLsEynWcFFU6\nB/M8xsFSUvxuqpESKTINmC+2g73kuojt+TX89q9XCzFuXxKvHcq1jj05gOyD\nxZvLAAcEq7QA4vBfuGfqD4UHNbJ/CiHTKiXQdozHEqgU58yiTXrd8R9rNcZ0\nSlPiHcXRMVO3QbTEL+0uhW7Lnj1pkUmLK8/hCKOybJN1cTeZLaLQDCugh+pV\nfG/1G6GFv3cGcb8DLCa6ew7AftELRyjJdrrKb19DWlB1NBWTUD9gBjAkeSHg\nogdPWJAzJk8Wfd/6pLNRKgAhB7jdyMg/Y397A4SIK/hwQ6IkAaMhG/3QJLIg\nWvdilpXLZVwntopxcyosB1mw0vqMADbR521yncGOUYsPx7zZfsyVz6Olb/T+\njcMy\r\n=hu9J\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-circulargauge.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~16.3.29","@syncfusion/ej2-popups":"~16.3.29","@syncfusion/ej2-svg-base":"~16.3.29"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_16.3.29_1540960407282_0.0022375054688223983","host":"s3://npm-registry-packages"}},"16.3.30":{"name":"@syncfusion/ej2-circulargauge","version":"16.3.30","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@16.3.30","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-circulargauge#readme","bugs":{"url":"https://github.com/syncfusion/ej2-circulargauge/issues"},"dist":{"shasum":"bc47227f06925bab20cb3810409d5f58aa6b683b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-16.3.30.tgz","fileCount":68,"integrity":"sha512-ky3O7xDjPWTyc28uvSDcrl5bsciI2TCXeWe3T/9sS+PZnCjXqcDvXeJkG2eZdAgzR1yC7whL+m7BTa92BqlNaw==","signatures":[{"sig":"MEYCIQCA37HXJwBPxvZTZSQjAJZZwXCsT63nFgulPsFTRMQFXQIhAKv2lb7AqyE1Mc8Lo0QeAXqTYpUaH1F6npu4JNOPXf5U","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1394757,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2uFmCRA9TVsSAnZWagAAo4AQAI1G2LhCJyo9ceZ/g54J\nMKcJRifRJfNTSHqYfXiB+MWpdknzp5zpoSdvx4VHBojvEI8jfAGXXSi2+u0z\nbGCd+5YDzm0vq/zY5QCkcrkZI8TId8cjGwidKFMvO2hztvl+Q5LSs8FEcH/f\nA6Xa9US2JITPTwzVtao0WWD5XEVlrl09HIfWTq2S6t5USE5kaji6NQqc/Czy\nda7KWBudd5yeF/BwKb4QX32LuswFK6ZSMTYqCcr70alSq3gYVtB1xk6k8P6d\nkdPGFZp1u5TbiRxB1U12pazqBUDrrX9clP8X6j3wT5q9UHGK5SeOQyrNqLuR\nRxYcU5hB4+aDaof9GIvdTLzhqmMiPESEWD7nKbMjPHS9WPd9rv6NlJWwzUUU\nJIHlThj0CS8ndryeR8Dv8dqBzxnyykE50U6TyaVLVRFsfRk0yCuL03eGrvJW\nqoDrEtSuyjhIEjqzrRe8pk63pW7fQgr9VOKTmtNprpEZCpUh17PjkeN1lcjV\nU9cdO4jGPFxKVRITtm7Vak1OQ50SO7y4mAvTAoH2uUe+g1XeoZYB4SujraQg\nV0TmeLTbZI5bolsolAgYJOoKUM8gewf15GtvvGnMyo4pewfI5lXe5tXOQlZc\nmoYwTR3wECse98+ZV6ebgEtNCTjLIQ8JQuPLOPp6sYYILkbhmvhJQsSC47Vt\nzI0z\r\n=35N8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-circulargauge.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~16.3.30","@syncfusion/ej2-popups":"~16.3.30","@syncfusion/ej2-svg-base":"~16.3.30"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_16.3.30_1541071205779_0.5400386442634726","host":"s3://npm-registry-packages"}},"16.3.32":{"name":"@syncfusion/ej2-circulargauge","version":"16.3.32","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@16.3.32","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-circulargauge#readme","bugs":{"url":"https://github.com/syncfusion/ej2-circulargauge/issues"},"dist":{"shasum":"9db88a9612335b492e03aba5d244d95401787b82","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-16.3.32.tgz","fileCount":68,"integrity":"sha512-JeZDWiOQ51+prDGXGJZj8tmcKePYOLqIP2GdPEZAfsZ39bKdfW/d30yT7KtaK8Yr67c5XNA+ThSRsuy/OS8Ltg==","signatures":[{"sig":"MEYCIQClmcfBNTd/Si47ldoS+LtpC0kDb0kfLOdfdlRVdJaipwIhAKwAkhFIL9dE+hdcLpmjr4S+5qRMvWVT707dYyJBTEkd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1427568,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6m32CRA9TVsSAnZWagAAmSsP/RhOAl+IbAgA8Eti6pyn\nT5tb1B8vbOVYCToBYBTYjzfRRJhBzURanwWnSMgMJurnl3RmlsTHB9sq+9/l\no/SfOVt54N/Q5b2vuIbRWLge0apyA1s6Po5VdsKFEUYZQIm9TRcXOMs+fi1f\n3qbmPNE/FZW/No+A+kwcaADcWb2qUZT35yGmFXyEhFqUNt61qOW6UUn59M0Z\nttgQ/u6P0I/wOPLxOMTBzYm0GuBB47ScmaGYkGbCywVkF+FvPK4YqPGdx49E\nJwcehS5y6IM2UVdtMT/DJXuzrpCYbEPncjU0pVdYOb+ty8sfob3b3tRDBEha\n+zBAVZlbeKmpW/y7IcC+t79/1mcJY+udWnHJBvpwqPS+xGvEQNF36ewfu1JG\nRUPEywxkdINXsUIiwMqlvLlI3NaR0mzLpg8sW4EtmUicF6Unf2yNQRowA5C9\nx4Qy8XvIRAmEuieC5IYbTAwElKX/7gtvfQj+KKC/lamIje8t/EuX5ek/PQsm\nw9mB5ekwZNmAg3ekuZXBI52mGrS+zKhyMkZEsB/4YlmEC8wEIxLep6DxVDWc\nfei6f75YvaXRr6UI+yhXwG+Jsq+CnwUDoqDGH9o7QFy/LXpr2scm5LP8T1AD\n12nDvehezuX4FFCDJ/sakvq2Iiail1jOjzL2u4HFgY4QppF7i6eiUJ8CQodx\nliFt\r\n=HRyP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-circulargauge.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~16.3.32","@syncfusion/ej2-popups":"~16.3.32","@syncfusion/ej2-svg-base":"~16.3.30"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_16.3.32_1542090229397_0.5755708564918443","host":"s3://npm-registry-packages"}},"16.3.33":{"name":"@syncfusion/ej2-circulargauge","version":"16.3.33","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@16.3.33","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"eea54291aecee3303b7cc4e81c0706922c868646","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-16.3.33.tgz","fileCount":51,"integrity":"sha512-5yWHqoJGgKW2YE5pucS/SLVWujiGaqeYT8mBcp+7F4dKLp8bcJ47YYwfr4Lzs4IazVo79cC1Qk0zNamVuB6fEg==","signatures":[{"sig":"MEUCIAowvr+bPKRq1krW/RoGYWElE2vb0j1HP4kyZYCk8pSpAiEAwwgQic7wQFBMt0voIZskwaOkAbsurV558Hb4K0+731s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1430264,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9AeqCRA9TVsSAnZWagAAhmkP/1MRYnW2TNK8VWRjWhWk\nprG2AmAgaw5vycEqyJ0hPER45AdmM4ICyVgIgtbNdq9d3684EY6ezWS5+J4g\nVPkcVG9v4OipqNE8919AoZuohNiLAFC1gTYc5lpwBEA93bZNdcu+AOwVFeAo\nVnzUuY0U2dbWefViCjp5ulaQP5si0s6Pwxsfn4tMj4twsDRjvmFIdo63rOv0\nmFSF/26NqxDPWPTdbThOZuV1GYGWFZnjEQ4unWwaHzhxZpaEyT+8M6Hcrq/s\nXnx8aLZM/kunQPqAbvC44htqEn0hQ9/zMsGuqSIATklWNxrcjzzCUElBCGW1\nOtYC/DkXXnmlUDw8X9Ms5xcFEoYxJBYCKGx7dotSjx7noUd7Gam6mo25R4vR\n+c0lwQpJQKgiWgoi4UZpQHXvXunNNG8XPsooIg8gvfQ0g4o0ESSBwG9oPwSR\nax4A8x6ILzB1BvLUO1lZ9tK0AEz3IrG5RaBOUKC9dtqGgHGSIJi8aEBs5BgA\nB77yfKyD/SGI9nciMSg4hcD9+4vY/K1DOHI/2fKpCBneziCe0Pmz6IOuQAqz\nz25qacMI6SWMvl2IzsTFXDrdOSV/C3X8IsGJ5GTDWC1cF0u+9/sTLpXzctYx\njbJccWLPsn4KCnvpoGBEnu6FkMM/i9/F+O7eXDbWDRIczYsF0dIHwoyCTmse\nXZjp\r\n=ngqR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~16.3.33","@syncfusion/ej2-popups":"~16.3.33","@syncfusion/ej2-svg-base":"~16.3.33"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_16.3.33_1542719401972_0.2399897174977812","host":"s3://npm-registry-packages"}},"16.3.34":{"name":"@syncfusion/ej2-circulargauge","version":"16.3.34","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@16.3.34","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"81b95f298587c00e64e81e0cf02fdecb1020dfce","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-16.3.34.tgz","fileCount":51,"integrity":"sha512-aT/AZSzBYg4IDB0dX+GvSJcZ+5gnq+7wdb5Z3BATF0OdFLUgBOIPPVYZOpNH2G1Yl28eAxrSPFQ7iWtaT82Q+A==","signatures":[{"sig":"MEYCIQChndqURgLuyFT+/l+cxYVs1i5zN5dDwo+axZz1mSaTmAIhAPUajwaFpVF+4TdX6tv626h2B61ECEHXIhhLRm1NbrgO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1430264,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9iZeCRA9TVsSAnZWagAArYYP+wcd4g5+prkDjBrf8Jcr\nS+vc6nDKvepfyso+9f9ff9fTUYc93oUzoGSp4LaaQscYbIRMrCL1Lyg5zbRj\n2Q81uFMdgNFWHFr8hfo7BpQi3ergp6yXId0rKwPXeAGxpzznVKuHPwlPyXkC\nmjmXki5NKOoyCw+Vvd24lvoJTdCQq7UOW9JGF3wTyzU05JXlFb77geeQ+Zvv\nzMWNJXYuYx9MbT3fVZYUaqOL2e+X4UqCkj8Z+wEiJ0jHhTADHAAf6OW7SqWL\nO2Ay2Byx5tjvKCLxhMcouQF848JpPDXcpgaydEkznp6ASEagaNTZe8Yu4Xgb\nzOdNGq4YEkUq4iAL6VehU2C0GN9mo9OIkbjQxfS5XSO8NdyNmORZCbe3tHPK\ntcuXA94H1WwPfPU21/dqgAQnwd3wmjcNLWdha20yICnvg3NPww/Re3WGbKER\nHUB/UcfnrBevdZlMiyVPxYur/VT9CCGnZixRRMF2mpLUVsjIDOZtNyn44mVK\nSk5EKssb9AepFch8ycHbn2DUq5eVn4svhgW2hNZikZ2eGApWQFhJLf9XTmBk\noiaYgQPq6cBw3tkbN/hAwdN4oCMEkmqwaBfFIvLq6xqfiWQB8p4iw5aufJMd\nUsv/MVdTqyc3kooyJ7od2Upeo5YYBRku9ipZ4+CaNM+gO64ii5TO5b617Ov8\nPHmc\r\n=v6KQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~16.3.34","@syncfusion/ej2-popups":"~16.3.34","@syncfusion/ej2-svg-base":"~16.3.34"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_16.3.34_1542858333378_0.28304134921133084","host":"s3://npm-registry-packages"}},"16.4.40-beta":{"name":"@syncfusion/ej2-circulargauge","version":"16.4.40-beta","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@16.4.40-beta","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f46e3f4cbfc47235d506b2e63defe667f4c7f8e8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-16.4.40-beta.tgz","fileCount":51,"integrity":"sha512-wKJDrlobFz53aFYGXppWkiO3kW9Nv8enbY7SPpBSODLsj6MHW8MOFFsOp2/8Zl18rATmFWP79vHgP4kZdRqj6g==","signatures":[{"sig":"MEQCICQHDHvyKLT/xNeqJ/XqW6/Cp3djfmtfZvIOLlME1BKoAiAcEqlnRMX3TWmfPCtXjLANQ0sX2tz6fI0HE2XKZvTHLw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1459449,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcDlnHCRA9TVsSAnZWagAAJ+cP/R4/a5ghICI2Zbv1ME+7\nI84aF3YXjvOJu5VR87jox9LYb/csrecwZwnr85DmYou5YMWqVMwEZuKHXEme\nUIxt3h3GIn1pdhITNMZa/M1M0oOWnLeGMN78bc5fzn2LJLYUsw6Zbstm7T1F\nYGeXxtDZSKlYSnT6k6V8l0gHumAV+NwVpbv2mLb9kazR3e1zS1FgILz01ina\n0qFCoXLcvCzN+THh9NSxnrRNv1fQCmV9nuj2EzUuhonr6+cp6+TD7O8/xRCi\nPFwwxIrjigJTJC6otDNd/MVFzFYQ1GXBjMBP35GFkn1TCrd1mydUoXs+xg/d\ndoz0Z85aBsStmIQa6qvJPSQ0dgiG8GazEla5evTaSvKnPuXR3laTP0Mm5Vu8\nhZg9KMB/Lh0tWeEabnOA5gbO8GdQdafIFRO5F+1+Th4yBrqzugVoG5nNpn/n\nOMvEhB3XodLU3w9C/qaJNwcYeKuiHASBycR2D2ukL3oxFFgPXDd6q/llat95\nuFc2MNmirQ2ISIVLdd1U7u3gCU2ExzXFjEPRfWtVDvpex3otW7QsVEG8JSFA\nKIUDoUom4rVHxchej/YT/dg+xWmjOfwHJHkX6nkzh2/jksXuSBHpNVRxhFsg\neHeDLlRnnU745MSM21ndcTsI2wIFz9On2TSuBRyeQbNkPEOtKTzmn/CDSM9U\n0TZq\r\n=MXqG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.14.0","dependencies":{"@syncfusion/ej2-base":"~16.4.40-beta","@syncfusion/ej2-popups":"~16.4.40-beta","@syncfusion/ej2-svg-base":"~16.4.40-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_16.4.40-beta_1544444358278_0.6122451133266631","host":"s3://npm-registry-packages"}},"16.4.42":{"name":"@syncfusion/ej2-circulargauge","version":"16.4.42","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@16.4.42","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"18e33c7984f9f304b89f693e27d1f83829eff90b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-16.4.42.tgz","fileCount":51,"integrity":"sha512-xCXMLa+CNc3CmwRK++QaPDlRZFr7g5vBYVCW8px+9a+5SbG/gIlQ6JlY26rr8OoiIlt9kc37DZs3Ypfxs1+vvA==","signatures":[{"sig":"MEYCIQCgqH0yH9JcLy7e4o4EZQcRMJVnhxnfWqKndJ+1RyfHMQIhAOfbFo9DImG+LPJ2YIJS92Il/xrvwmh639X0MEL8RHOL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1458866,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcF58pCRA9TVsSAnZWagAAN1QQAJ/L/iJS1w6OvVqF3xBX\nXWywi4TSQ8ok+KJCpoyDuhM3Zk7XkGXv0D0ePdzMUI8vP2Ple2vkWUnGA1/R\nlU1LHFKkLVvyuKOvu//vd/IT0xl9jD+sQDceB5ag8djOBSRKth1ZQ1wu6gWq\nDBelFjCaD9YBwVTuNCae+yA8OxUbK0Tp4akEawUfxQaHsbF0TKJ9PbEpShrE\ndJEjmem2iCom2lGEn2dVHkx/twbZ6oke2bOL+jM2fTRki2htA64/cUK8s/n5\nvgz7r+KTG/OqYq1/+Is9TI7taRLwZNycY6YD0U10YjvIdIEFHz0g1Qpo1UoN\nYOPU3Z315acB3muWarW+Fk+JaGpVZnVE6wK6+bnLPCFg6Sxc2R7871lDsXJV\n0zUvtwaPH4utxLCBbVoDeYMIcB1IAgjwMYQCharxiK2Qry/+JENDeMkMsgCg\nEj8Xd+POcMrfyfOjZp8Ovaj5KegmxtD+QOHv4Gv5Ad3Pzs7fKplNWdbKq2wE\nU6lmoH1jaieuWFl6P66it6ZR93i8THTP9jaDAFE2RVvkGC59eOo/+jP1ubWh\nGvyRYPWNmJHz0JKQs/JDwoefZDohDuti5lnxPAnN80M+1fCvZtWuBUDqEVwc\nncDMFbi/hKCKldPOEwxVcbSMZkoMaNayTN6NZsapVWAbliN7hBckFcSRcNNW\nS636\r\n=19P/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.14.0","dependencies":{"@syncfusion/ej2-base":"~16.4.42","@syncfusion/ej2-popups":"~16.4.42","@syncfusion/ej2-svg-base":"~16.4.42"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_16.4.42_1545051944869_0.9279821083908288","host":"s3://npm-registry-packages"}},"16.4.45":{"name":"@syncfusion/ej2-circulargauge","version":"16.4.45","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@16.4.45","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"28340c8fa0f1a285b34fd22fb750645c5be28b55","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-16.4.45.tgz","fileCount":51,"integrity":"sha512-qoYxnyYRykaSSf19Yw3GxsUjCK/Cf538F8f7NwLy7mNZqP1nHPjJ/MHInI/aOiKCNDS1eJk8PeARXDMQCLs0ig==","signatures":[{"sig":"MEYCIQDPjRqQfA6+ZRBxR0IGeOh4yLUAxSEVG+ff9Nioy9Br/gIhAPx3zvkrd57+zmTgL3oqG8AsybreyiqI3cWTUxLSyvzu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1464610,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcLKeICRA9TVsSAnZWagAAXF0QAJuGuiSGN5LmKijz1s3g\niA8UI/7qtZ4pIrOsW6LTXXQlq34I1+2tFMhWZnCa3NF0U8u9EnIvql1gptJM\nlbJ3NAWu0ikD9R5yUYpK5Dw3IVUesnsGB7Hin4dTdM0w5xqkfo0JCiSSVWHp\nhcjoD9OKuJxh9NI9sX9w2tKpBimjvw1f+FawGjE5R3AUaQW4B7BLYLj4YhLU\nBiH8Za3lstH88VAwztn43kGGXjdx75cyHR9KS75Rkcf414MP8B9GtvTwOKof\nBFy8RAuBQbXkwmozh/iEJIi/qaJeIDiM4PFOAertOmxbDA4Sy23Lf84G255F\nD81LSv7Vv1GgF5puhMt6tmrbygwiuhE9WuznusaPX2/UVXf3Zd/eCFc9emr1\ny+vrfWhQBUP8tnZ3irM7IGd0c1OGCwi+Va/R3KfmLs3zros1100WC3+7NoL9\nnaTF/yKdSaZKomE9BjX0VaJcPgFNuw3a/TWB6M9dCVUCh0lA7v1E1wi0zRSY\ncppGzEcrKdYicE+T8tggnA/9hKiaLqy+arPkf5qGsXH4mnIvbBuxG7pPcAsp\nAWcKMCnI/snZDYJa0DfqO7J0x+PAAmFkUtv53Yl45h7+0aELTKtYmscn6l2W\n93ShReD6JN4+IbCKjBnGURW+lJW9VsQCXkTNWVVtKr7W8kt0ihKIxRjHnN8s\nzo3R\r\n=XSKN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~16.4.42","@syncfusion/ej2-popups":"~16.4.45","@syncfusion/ej2-svg-base":"~16.4.44"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_16.4.45_1546430344111_0.3642858618268314","host":"s3://npm-registry-packages"}},"16.4.47":{"name":"@syncfusion/ej2-circulargauge","version":"16.4.47","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@16.4.47","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"4e337053d87d673b9fca6f7127b3cab90c9ce35a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-16.4.47.tgz","fileCount":51,"integrity":"sha512-p5cNdGBLAG3tgbINfD5eFSY3oej9AUi4LqY1/dQBqx2Z0q704w/oBXRUoX0QWVFLoUAyZeIS15pMTzwhDOZDWQ==","signatures":[{"sig":"MEUCIQCxl4IkNSalGpTYIbWQtK2lWpr01LxorNxv/KscaR94nAIgESTfnWLXZO693y5mj56V1X4iHThF7fbtRDiA9HpRjnk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1465132,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcPxG7CRA9TVsSAnZWagAAn0EP/iOQv5x2X5wCA5s+AZ7Y\nFyngJVQzjBYhf4ouoUof8ejUOcSv/8yISZPQnQNDtxthvmj/LXPE5ohD6uGd\neCqIVXyqnhhIKvKA6cUxPoc+E6ZWHTe5RVZ8WUf6A1yBgyKlH6g3D6ohTXqk\nhl6JR/eSLPnr8e61eDGw3EFTltJX8Q8KV+Nkn+rnr431qYCOnspE09B+poA8\n2BjQ5X1DPFF8aR4qiixjWBKPmVn5DSzVqIriOjezzUgkjrs85RwSHjCgWFGj\njVRMW/a/E1cS+Zsi4yA5G+uMUPmxUdIydBwU8CkokiQICNAVCbE9NLY22S1Q\n9gxHJoL4RDYMKfcmr4zaNYlypcfiiUhbOsp4/QEgDlV5lebqTYMSMW/7yuRs\njrn7Sl+ZXGpj1IMjoZdkAHEn9/A4n8B1GBl4qkMAC6d6Hw7v/Jz8ko6LUyCJ\nqT1qe/bEHUrJOUMkiSIQcYoEppCmbq0ZAf3+/WX0VfVqKjosB0UxSnGTud3S\nZ3z4dFpaZt8e4sLA1OGJ3xY/bkNx7KCU1CpSJ5oG+UoUrvW6ivNh72PT2WWk\nf7eyZ2pFheVMS0SnV8vxRowC5gjjFwn3710FwQ9DweChneC/IKmsFWdM3ViI\np8bWi2jGqo4SlQWvL+uAI7YWOvXVuSxddjBMMZgUgJpHbNMCUuQCVtjGbT+Z\nyumR\r\n=k43K\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~16.4.47","@syncfusion/ej2-popups":"~16.4.47","@syncfusion/ej2-svg-base":"~16.4.47"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_16.4.47_1547637178249_0.47399386975644364","host":"s3://npm-registry-packages"}},"17.1.1-beta":{"name":"@syncfusion/ej2-circulargauge","version":"17.1.1-beta","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@17.1.1-beta","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"492e0d0744fb2d089c136ce8378ecfc407ec1e7a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.1.1-beta.tgz","fileCount":55,"integrity":"sha512-W5wFhQZQu1ow254qIvGADfA5gQHrdt9lZxankFb6jg5qfuOu8HM0YP8OGZLeMxtGGAjZ87qTi9UnsyiWNLPvyQ==","signatures":[{"sig":"MEUCIQCGDwKwVjoA8i1WoZgcvUNxC0Ux99H4GFFzzx2o2e6EaAIgdeQPzqLXl7cWXx6IXyAeJm/vtYZ2HDObJ+w7hTsEtAQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1488838,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcUFiWCRA9TVsSAnZWagAAhfMP/RG+m6EG3tzqv8eDabdF\nCwUN6IUVn4699DJMPxNFGSWSEbJmeNZEArbWFeGqBoxX85Ikl5CFZ+nQTKmK\naEV+ObSgj66wGcR4yWov8orREq8a8iyorcHX3pBioloGFx8v5SnFccSui/rY\n8C5RV4uVmpDqa4WUIdU9BHutzd+s0AFVcw6kzo8dnNrilfCJdIG0yku3c7uC\nyJVzbTctG9SMwTXPihtpIGCctQNrNHb62mOeDwjc8RblKy+wUAN1sD35R4VL\nxmzQES1Vwb2bPJTud7K1cAwVnLVxNegnCuKS4wnOPMSvkT0PtWj/cDWh3GBJ\n5aMzF7KZaq5VPvfPypCUa43F6maEgXlYgbzVkCAK/XZ5tbT8wtalAg0ljted\noPt0R+z6PuPkKNuasbBF4+nG07N17OnyNCWQO046bmgdf7GgZZG4VZ1hjaSz\ndo5OgfSDOcoOBWopTbyEVoMHlHwAr9ZBla77PWmDTz8d/3PTapeiCJE0p7WT\nmCG1Dm1FnP6xYywh4cVI1qbKVByRaUps44MlZeMIeCi4Fsx9e8TROtnjMwIb\nvTKNQ+i7vEwPWJHMMVUPxdiRacxftlQJcyCpSAmFmdJQoKjejlgnZM5GKALZ\nqW8+L2Q2tJNj+OV906SPMVG9Q9pl4awfih9wfmN1cql5wc1Wn8LZuP/EcFIs\nJW4W\r\n=vDVm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~17.1.1-beta","@syncfusion/ej2-popups":"~17.1.1-beta","@syncfusion/ej2-svg-base":"~17.1.1-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_17.1.1-beta_1548769427962_0.9159951610525465","host":"s3://npm-registry-packages"}},"16.4.52":{"name":"@syncfusion/ej2-circulargauge","version":"16.4.52","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@16.4.52","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"11416bfd2956a34d3218431d580d402b7c267aa1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-16.4.52.tgz","fileCount":55,"integrity":"sha512-8TIuAodZGeyS8vSq6sblZLZOPz/8oOzbVvXkbLR7z+ApM/RIcVaCLjPSdz7cbv+GmRouStN1QqgR9SXjSu6C4A==","signatures":[{"sig":"MEQCIAlwml2yE4LgrZk8pjDUX6Z8XKapuz5dL27tuV912LVUAiBSeHIhfgR2vN0K0vvSFjyAM3eeH+qrEBR0tdND7ik8Ng==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1490344,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWbqbCRA9TVsSAnZWagAA93gQAJgDy0Aa+7xqDlcyA/+i\nDWBzpG4ZyeofTlYp6JRAtvjJkd3FaYQeVbDCoI/jDcEWecoSHpoLFQ9jaQoz\nqMtQ8RXDg8nkHfEXnxZ2VHsKSPnTGWXyHPMF3ZeVqZNpPtigFtqS4dVelkjq\n+WG0FhVZM/XLkZzS4S2R/+xPYcYnEclsIMje17GvKvzrnAZuj8xZ3Im+N2wN\nMH9F1mVfEyp+vncnXwm0gBVBtMROBazDrjpY67o73cAJHOJuNhwOdeapDaxq\ngmUNFl4M2nDKdhWUcr036JNDkpRSm814MRpCk5rYX8GlI2DD0Hac+S6sDs7q\nRknkpZM77sdTddf4m2XHjg41+I6CO7teRTy2Q7N/CBSzrrn7mYBHhlrepJhC\naN1+ZcOiTET1kjFOTL2rklfAirRWsXX+rOn71U/pC49WjDIawBG/cdr8TD7b\n+dC1aOwqvh5tB6mnCz9/iUYGQEuEHDD/LSv+7oE/LtAwkI8iV8xG0oWgxzYJ\n4VP7s2vAGUTw9lcphMQKhD6Uvjq2nRWaTjTfMyE9OPiBWUg70sQWWdi5cywH\nAEH2QMFbMnNlemlSVC4HrDTPN7ozWgNg78LtBBQzS57AcwWu8IZogh5hkOdj\nSftNPDeZuG3F+ZAwPo+0OswSYdJO24AynP/r5PXy2HcQIF6vBF14x9aJkbY+\ni/Wn\r\n=diSk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~16.4.52","@syncfusion/ej2-popups":"~16.4.52","@syncfusion/ej2-svg-base":"~16.4.52"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_16.4.52_1549384346574_0.5103075928013543","host":"s3://npm-registry-packages"}},"16.4.53":{"name":"@syncfusion/ej2-circulargauge","version":"16.4.53","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@16.4.53","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"4590ba4384d4bf1047339438137d438ca1338fd9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-16.4.53.tgz","fileCount":55,"integrity":"sha512-2ai47bETmVvTmtsaA2yFSjdLPFnyIydj0+ln5J4iVVHzU1BUSIVWR/41V6Ma1wTfBV2GYYdFFaf0lfRuhBuiOg==","signatures":[{"sig":"MEQCIB0MCs0nyERt5829wGRnn7JJgQQQ3er48kWDl2BQ+N9DAiAvT9j155XSuCPBaXrcFigVZP+edJUaMrwAVjkzTzcl7w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1496060,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcY+x+CRA9TVsSAnZWagAAJ8oQAJNcdargUtNFaMAsEqjX\ngct7MsDqZKUsFHyDhHuN6s2ZI7Ld/NGouk7G0AgObJkekeWXBzY2uGcc58tI\n1tAXYxO1EhWp698DZec+UaJnn04dXwFru0s31Md2LJFLYnfjEpq+aSxo0KRN\n0D/xy6fqYPFSwSymZDF4eguvFyNSQNuq01V0rjluBf7yG36N/AzH0FIUhPkr\nFE17r0NAchPOl+uLGlBdbgdxMSqeTiADxOi7XkF/ms5w7g9FI1hJ4cRYqDf5\nA5zeZmFvHhhzTq0gFsAIodpmdh2MAaRetZk0Q5Z35sFqVEmlLWK/MBZhrFQH\nHnXYcj9myuyArn28FeqZTCAzbPKO93Qd0DsI78MgQ58qB1v/LEuBCrdA2X1g\nMs2WiKVnf6fA9rd9yfains4V4816DrfIZx/+U/ylQbeZMqU09H6Rbx7T8uZ0\ntQ46L01IkooggTZu+k2KUYCNySHlI6wcYJzZZ6MwjQcP+jBLnxoRFFJBl8eS\nJnNlGCmPzs4t5gvdNDQEt5samLYYEG1LpwrvLoNcM7O/xTVByMQ3/kAUvcyc\nx8bynmo7ik/PLXZP21Ly0z2swGZWCCRMMXc29pfZ1/IyseN4eHwZtTl4D9pk\nGq8fLx4sySn0scvv4D7L4fL2T7V6kJb4SrHdFIzQaEenciI2U6vGHMfS0zNq\naqdP\r\n=CP9W\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~16.4.52","@syncfusion/ej2-popups":"~16.4.53","@syncfusion/ej2-svg-base":"~16.4.52"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_16.4.53_1550052478007_0.5354368470149451","host":"s3://npm-registry-packages"}},"16.4.54":{"name":"@syncfusion/ej2-circulargauge","version":"16.4.54","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@16.4.54","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"78778bba040486c5fbd1859334cc34ba7260846d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-16.4.54.tgz","fileCount":55,"integrity":"sha512-iKTVcd8Z+ZMXuA5kqCaWeKvUAO0fGyeLUXE7G8YFjxHwn8JRkDLTsdJZRkOd3Rfb6YiBIssCYMtNskfUvvemag==","signatures":[{"sig":"MEUCIQCBnoJmuhN/fcZrQ6kvhMZoy5oMThJwg50AyEccdQM9VgIgKHKNL511U6dKuQJCM55nlErQBJ2/D2xsL5DUpO+2NfY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1496212,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJca6/XCRA9TVsSAnZWagAAySYP/Aje0VPxpMyvGQSJsM24\na++piV2jDaaF9E4GMqMaaEak9W6kf3MF7QhbNVY+4fQQ8IB6uvxGsK9qN0RY\nMhXAq3ekjReq6VO7ZiSl2QWGJ0Tyk5JwZ7smHHzxfrFmchdb9NczM1+5Hl4l\nNmkaH+edULhe6sUNNTZ7drYdU3YG2aLancu69YlqnsnPA525OtKUh4+7SY3y\nw2Hr1uC89oSwFfhdn4Y7e07N6FZdyGHRHKs4OZJ0tokOeTWkJYXkDmNDg6Yb\ntfUt3nZLUqHh0IJiNMA9DYk2hi59CqlimLru76Ai4ZnXGAQkHkB0keERBrH/\n7d7H4vXuATCVoPvZui/KuqpnUNvrz263i0fFoEQAUq7obJEYkIOYcFILq3Uh\nmIyAT19X4ixp2uGGCRGRDIp4oG0hhKtcSUqCYPQSiaoZvEIubkW9iW3qNupZ\nMnycobS+fOC8RKVizaFTuI4Z3al5TYE2DysWmGFXGaNXG/D29IfY452YQ0mR\nlDyStYfj5QpuwgtGB5e1uUcDrDha7b9g2JIH0hmxN+cWutnoLJdPZcaBRWDL\nxtkSee/GooIjOaXgdlNWq5mlz3LGR3msg6uE+TOyI23d+ivm6FwX1dEzPbWH\nqzsgw6b/bIRSfnuLvF47AxeCQWzYbuFMuEjLplxUWY8zBdRxPKI95I7HvL8i\nTC3E\r\n=5gSl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~16.4.52","@syncfusion/ej2-popups":"~16.4.54","@syncfusion/ej2-svg-base":"~16.4.54"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_16.4.54_1550561239186_0.8589434019476367","host":"s3://npm-registry-packages"}},"17.1.32-beta":{"name":"@syncfusion/ej2-circulargauge","version":"17.1.32-beta","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@17.1.32-beta","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"dd314cc2345ab17936b8e711d9ccc1908d1dad43","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.1.32-beta.tgz","fileCount":59,"integrity":"sha512-YS3GZtw9ALHEJMX72KbOQeaT16chN9iSd6/+zUaJq3E6yS06TSPbYBaX+YaC1SNmdlm4Ydys3BW23phSgQI9Mg==","signatures":[{"sig":"MEQCIDEGbi1H4/9jFmMTWAGWWw6v4yeR2GGJt66zZTDTQcgOAiA1LLZjKerEfE4tiJAwQHezyFbtu8lVBxzw9ML4zBXInQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1532709,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJciRypCRA9TVsSAnZWagAAchMP/0HCZYA0jdUI7lVtK2jN\npbQ+157N64jI2pA0/zgN+xeNVdKxUz4vSjhpmzr1htilsU70bMHQL5BKeIpi\nZKxUpKZALgfjlybfIhaNXTdVjvflsuRwOLtMsguUeeWTXHFicRhfbkxUllcH\nobA6OSsYjuyMb3ZD6bZVMtakW2QEkcF43lQcj7dhVr0CaVQca2xoqCKTwhVY\n1vXadQxTBvIyhqG7QUs8+7p6u6n7KVajRA1Ey2I60+EhcJKiiCuhbyggjGAV\n9BIEPJFRImtn1SiJDNdH6wn/J+0s9zRQ2zSRARXKkh+0wjicwONqDisiy9lV\n970FaY+I2ZdPEK+Eehe3gsDiPPxI9SDnprbnXADNDUP/LTxo83LIUKY13FWR\nUo1HXFhm9PmTtX1UoQE9DwwwU4JmLeX+HUxKZyRSKxa7XaK9hVaDIUyGpoki\nfSdSjZ+NkTNKBBZOaRUpzBfAhn6kH/mDeP2crZJrJLyr4kRWwlVXvQ09VP72\nkUbIBGVON0iCfHjh6/XaqCnJS2dHZJL/C8Sld87LgcislCNFB50y3vt1jnah\n//aEq3miLWohFELWkHXWpDhHwZ82U4YeFuht9VttMIhJf/sI1OC9aPyctBr8\nzAPo6/y0Aqs0VOJdXRv1kxq4t/Z0wbkiOeJ2iV7lbWTMnm4gJEy/uebbUuDl\nn580\r\n=Mo1y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.15.1","dependencies":{"@syncfusion/ej2-base":"~17.1.32-beta","@syncfusion/ej2-popups":"~17.1.32-beta","@syncfusion/ej2-svg-base":"~17.1.32-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_17.1.32-beta_1552489640797_0.11556994628931117","host":"s3://npm-registry-packages"}},"17.1.38":{"name":"@syncfusion/ej2-circulargauge","version":"17.1.38","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@17.1.38","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"5a6c6e4f035d2fab9594a0a50a99aa7a77dc5520","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.1.38.tgz","fileCount":55,"integrity":"sha512-hUSyWhXJV91KVGpPwSCaYxkyaVEN/A/P2iGAYNhCHHtIMkU9SvaXYszqUdH4zwCyS7AYcJdreh8qjasdTKju5A==","signatures":[{"sig":"MEUCIDiW92Wrh9ibXlerP7yN75cE2zDcyLHqJi0y0nFotJGuAiEAhTUO2U26t8H7lqevqMmjEoqZuNFXYoap1QbZh2SJhkA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1528811,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcnclgCRA9TVsSAnZWagAASS4P/1YBcsPmPGaDxAOlRWEK\nqH+ZIhjRt4IHV7zK201oTalMzeA4jLyZ0u5I6tSuDKEtsTkanIWd67HbQy/B\naviJhcXHZK9PaOrauw2vADY0s3akjiaXvygYEfADkPmubkdRTcBgLP6d3+dG\n4JNVt0L7W5fdRLLKPlXSyQYCbOo8Acu/axmfgUcX8eNcsOjdI1XzXs+NgT/h\nYtxuObdkn0WlBwp9a1fA0FmHz7QV0bY9phFwz3BYY2eJD8IxTeVSNXCzuxLe\ns5vsDwFqW3QZpxK0A8l2NeX9tmITET3Jg6moR7xhBegE+DixCxOX4WHnfi0i\n626sQy17NoFpP4Sz89k2kNmLn4HDG+vUpN6DULgeimO+7fych21O25mJUCOI\nq6Bvh/dEOHreJvHT6YvaD0wt6ni3nqVP5HKY7KpVIZy6KJ+gz5bs2kSExwqQ\nauyJrRI5xR7ZWUgTvP5Q50knQ5TLwh64z0eoFX6YAl/VJ8ef65F43TwclEmR\nChKNViB9ZJu2GsjNFTn9XTQRSOgT9PXmLhkNbehg8Oy+FjqjSRd68SgcnGQO\nKq3thLHIKcMihVvBYxQBMnpaSOx8tzMhMTZhRFun/vmX/nPDvMChFBTAPlEV\nAcszpGFhgy9wFQa81oCK6Uh9o1f/QQk3U6XjWxaFq9unbZlreoGeNafdW7bp\neeN4\r\n=8U9J\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.15.1","dependencies":{"@syncfusion/ej2-base":"~17.1.38","@syncfusion/ej2-popups":"~17.1.38","@syncfusion/ej2-svg-base":"~17.1.38"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_17.1.38_1553844576082_0.9727785149423798","host":"s3://npm-registry-packages"}},"17.1.42":{"name":"@syncfusion/ej2-circulargauge","version":"17.1.42","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@17.1.42","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b86ed3c365e3fea6eddd60402812260ce2b12f81","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.1.42.tgz","fileCount":55,"integrity":"sha512-Qmt7n1GlOALhzHRlvfdN4MTUtNtKzEzx+DS2XJ2lFliya3HpYvkPHMMKkHdkJRKctn4X2VRuqI0r0z7tLPHUaA==","signatures":[{"sig":"MEQCIGGnPpT8XfWhTSbAvpdkCFlrLUADOHTRKXRm0Dd0Q4hOAiB/soryd4cfZwLVMvIFrfiye2+sMVXXNdaFS/iy4FUGDw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1528811,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcvtVWCRA9TVsSAnZWagAAhGQP/R2AZoywpc5tNoCn+vzN\nmfK46qVyBM7UfV8MpnDG6HBmE1z/B81CIEhlsIMqUntAl76+sJA2flBo0qbZ\n278ImST3SP75kxVK45m9Uc0XBVsI4771+x3IzKu5LJwYypkW1j0BppGkBYq+\nsYvUccRsjQZrt0Ow4LZRxeS0iPMW3nt1BR/ZhHxxm1O1kmOyGic+n0RL7z8q\n1YoQjHBEkL4tM+dEhAVeJg3P96JiOIJwyExxjRcgpZK/qJ9BZ14A3vBckVJQ\nllteStgTYtjfDZAQ4ngWkztz4yhYDoj0KJF4F3AAdXgvsiB8c9CIhutUTCov\nvOBY+SzTYY+8EQqDdZjuW2TIN8PCKZ/uAfJ2B2SCr6bLjP3+auQCQORifyhl\na+henushsYxEcb/y54lqYl09g5+CJrJ+ZZIOnMHHcG74XTIAqOMOHh7YxAmx\nxQPKgXS1uY1ELeZAOn6NIEJrdnF9IfzdmeI3KTP81OboehkDkSABDJ0FP2db\nnVOy+GCsAMA1wG1gL0JjOVtU7G/YadwMEODRi23a9I3kgS3Lw4DbOP6c40tJ\ngelYyAwMbZCw8YNPKDA6adrfRLk2GnMKFeLVmI5VTb1x8u4IGpKBdd2rEAMF\n/GYcNWyaVRDA0B7FXIx8mPzMczWp1O2aCoYHTQSKOEBNYxILY5XzLK/2eGsG\nDgzE\r\n=PfM7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.1.42","@syncfusion/ej2-popups":"~17.1.42","@syncfusion/ej2-svg-base":"~17.1.42"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_17.1.42_1556010326112_0.697964479559529","host":"s3://npm-registry-packages"}},"17.1.43":{"name":"@syncfusion/ej2-circulargauge","version":"17.1.43","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@17.1.43","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"5e22aa31a309e442434905d6f9860cf55e431255","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.1.43.tgz","fileCount":59,"integrity":"sha512-miuYC2Nmgygaoq4JmYsKfXl100tSyOuCceGQqPQ2i/QnXbdajcJ7/KHLQyzsZKVxAkDT4uKPVyMxekvmGkFpgw==","signatures":[{"sig":"MEYCIQCB287tLoKVsgNZRkyBLzruQaG3SKEvuGuLlhOHbYhGOwIhAKnKok3I2EUdGuHYROSBIrZvVihul+l3Ku/nC0nZZtK0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1535160,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcyCEgCRA9TVsSAnZWagAAIwYP/25sbHzrxqY/vW2VOzv+\n78wjfWjiVLxOEUGdwYVV0DuPbMB/u70zHX5tqGi2eVyoit2U522qD22e2mei\nlEsSiFgQ0qEIvpVzR7ENjlErC8Gspn8wolJQRc/SNsxEMPrLIM3c4cgVZ7fg\n6ZJQ6vmT/RumjhZoLV6Kx5VARu4DUFJFymz/3+Ux3ptT21MEthbZjBmjUWo/\nqpiW1+Onpu9BkrbLzj7WxtBo83dLzINrnmSrekLtjCzNT64OfFUnIFKkIfhF\n5evXkbq+FInLlF6Td6CB/DDRK6kjg19H+VQ/JbiR6dCBeT4H5/keGnPy1whT\nGfQhLp+awd4ehh+eH4/4/r+GcmLiCbcQ7kcbN5wAJAHKmUWzLYgtc3kpYJP5\nELbMicK0nvFrRNCPyy8nNNKr32eLw5hE7Gn5P4bTU1xIvqdG/dQUC4XAiWGO\nbNQCGhjec+rLnTOqwk3m8U7jQqkowkuB4zv/I5coGtbRtVOqwIxIwnQ5vpRo\n4/Ce4swmpkAEo9TKlZdoYRBVyZ7rFjifDtR+1Ycf8fDt3enEoyix1Rk4nIJW\n828WuskEB4UcuBk0hCjOiG4iOY3zE/+xl6r5I4/UBtJR45sTQ+W6EhY3QS/t\nH3OdUCccQ9fyzHVjbVdMZkF3OXoUjRsTNjrsypDOn+nvJtcnRMeWag9/6Obi\nJTks\r\n=TPSh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.1.43","@syncfusion/ej2-popups":"~17.1.42","@syncfusion/ej2-svg-base":"~17.1.42"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_17.1.43_1556619551408_0.2765999175476124","host":"s3://npm-registry-packages"}},"17.1.44":{"name":"@syncfusion/ej2-circulargauge","version":"17.1.44","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@17.1.44","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f545ed9b2e135014cb409c472223966012a85db8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.1.44.tgz","fileCount":59,"integrity":"sha512-gBU3dwBgcv7Psj7eaWaDqrvcqlITyCYqaxKUDzGKgzVUc7prDzUaQ7eHgeqmcHr/dWZs7msMYfsMXL0btlAUHQ==","signatures":[{"sig":"MEQCID4q07rnuf85+ClDdK+U9ar66wn9zwCvPn7ZzVXFFQlmAiA2efc4SeoURuPRoyCdjkOIfKumCyOWtJeLOpkmMoAPLA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1535789,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc0VEBCRA9TVsSAnZWagAAIw8QAJF40Uiwsmb8Zl4JyxzM\nN8IdLGGnUcZ01SQLPMNgmi5KsMHcVcikMgdCDJ7kxSXK7Y37oEkMZG0qPuCv\nDK8L5MLkkhI3I+BTH7bI0qfz2tU8Y0bFT2IF9BDOkb3Jx5bEXjFaoKSDaiZj\noyFBW7dE2NqcCzjlMRJxz8qlz4IsA+MXNLoO3jx8jvF13Bx3bkx2ULvZvlf7\nv2ESbhQsTC008KAAlOX7HAefGSmrD52BWN49PWiQsilQBRKiZkBRA4tM51rw\nBBfvylbG0e3cpUQK2XNtAHvKlddSXVNu9Cg1v3QnffpRBpnYFgf23k0AUr+V\nQV0ve9NjIT4SmEy+ZuMLzAd8XUyEl36RR6BWpDfFs/f4qiCCqC625bZmuf43\nbiXtJDs4AQNvHmcufihHsUnF20le9914CYMogFF2ZVhEBXZvkBIwW+5n9QfM\npVJngAQMBiRFXc9ajnN79hEY9OIsmc2JZpvoCsjeA7+J1uhdN26+Y/Vkd0wR\nALSs9K1PZNTP88usYjH+4Se7DKJUq+VcZ9ClMJFtxqhx9NyJ0ygF/dK++oGa\nFNpXGINHpc6yIfrM8DCJh9/ia7nDsQUuvPqXTwfFe9WHQDRiFhvJmEqEbmPJ\noSZeXCe1K6JLbobr1h9BukiIceqEmhLeHaZgbK077SZiqbO2igNKAjXgo38i\n9Fl9\r\n=/qGG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.1.43","@syncfusion/ej2-popups":"~17.1.42","@syncfusion/ej2-svg-base":"~17.1.42"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_17.1.44_1557221632333_0.5887154036377051","host":"s3://npm-registry-packages"}},"17.1.47":{"name":"@syncfusion/ej2-circulargauge","version":"17.1.47","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@17.1.47","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"602fadf8ce4392b9ac8162a510f84a4455d3df1f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.1.47.tgz","fileCount":59,"integrity":"sha512-fAOqamx7MZ6glslftgTwXUrfORfJ11bBkys9WjDnctdLzsbH3nMs/hUPH5l+QuG0b+Em8tMF2ubWnqX1V8br7w==","signatures":[{"sig":"MEQCIGeh2/DNc+C4/f/raJQWxLXs4oDqtZSHMcKEw/Hh5pj9AiBeqV4y0uyKyCMEAyTs0j5ypg6KK9za4OOZ5vk0MFxdtQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1537629,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc2prhCRA9TVsSAnZWagAARg8QAICDREAb41CHq2hQhoWz\nIjmNHxcDLNCIWKHXWSZDcfU7Z6W+kTdklbXpNR9Y2RdTv02PrO9luNKj3Yp4\n/rmS0WEeZRGfMjKmxKGmCAVNGMsboAJ+jQweoPiRNJm+E3GeBoHMMeey8/4u\nowPoi/NrM3k11+h7b3ocBKippMyIyeOHs7E0zg2h8DsASOzRlBwT28tdFl+3\nEx2kMQXClgE41hBmu9EUtqt+rzagI3qb53pLs2VfVtmoQuQamTgNvff5DFeN\nnG1LYes+1l748gI5PU62WKj2CfTdIapEVVVuweIw6uNQ/IBWw6SpHzMCNPbM\nnGXz+HbkgKfZFHggglEAZe/TNePUh8xw3PmPlliHjGUoTbji3O79I7XuLEJq\ngsh9ixhBqkKYJMDMZtf947Lh/auyawWHHyqk74Y2fP8v9XVVrIMKtCtfJ4UQ\nekTP/LYIN/+GymadzsvcGnqoOvqALuyrhtphltMVHveREys+kN8dqnKb5Bcy\nEU8z1bK/2Ha8TGK6GFA+6kNhHOufoiayeaituZYAbAPwmp0HBUH0DLYeozLH\nMOwKYl40aONGwGT/A3iwqRfecbfXTuxnad45tmkhoPavX8BqDfE88hM9DP2X\nXM32edZ/lM5aYh2DbRetVMlH3q6SLCTI+avFdvJK3bV3USQ3C6ejoRpKE1yi\nWH42\r\n=og19\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.1.47","@syncfusion/ej2-popups":"~17.1.47","@syncfusion/ej2-svg-base":"~17.1.47"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_17.1.47_1557830369348_0.8658616846812857","host":"s3://npm-registry-packages"}},"17.1.48":{"name":"@syncfusion/ej2-circulargauge","version":"17.1.48","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@17.1.48","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a082b3297e7ee7a7c7a973dfb92c0fc7b8efab76","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.1.48.tgz","fileCount":59,"integrity":"sha512-het1sPggGdyZtq8OWVeQETBHUoD4w2N1eF+ZvQRlufwyP4XIow0I/Nkm+z+HG7qoBJGZ4jPvgnAuujwXuRM85w==","signatures":[{"sig":"MEUCIQCL/hm0m7HCjw4hP6tcBl6jBf34DTlUsXFAIqkREiMG+AIgP2Cks3F3sFYlxWWl5iI/cG+HA96FVp9a9E/Ka1kdz4g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1536590,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc4+ulCRA9TVsSAnZWagAAIp0P/iR7H25UJfoIGKhUkvy0\nnPckG4QxehVMUuMSiCDS7flmvTCeFsoOaQJGEp2i/V12Ci3DLVh8HRU/VYez\nDxsRRNW9GebTEsK1/12j1VzbxklC170XXFUzExW/N1Em63AHhuP9Q/Vx/sN4\nfiBaiHWfsbhTcuwbzFa7WxhEZFn19ZJR3L5AzmRQk5zQ8pqoWNVd2SRRBQV3\nkAT9pEnquEc6d7nP3GD7OsUVCWYzw1TYQYQ/ncx8pqqi1RD+0AHo+XpOhWGr\nziAm1OZefufyKMlq5ICnjFqhiDPNTbPljnNN0wDBPcOLDZlkWwVhu6N0nzgj\nHf9CwAjAQ3R/YYNwlbN1imMg018Op0bLyIkhhhZQ5X4nbAo9C6quOxBymjXK\nryABDd/7A8d8Tj3+dkdIpdnRcjgc44wOJiNYDUmuoM5/JAx8WATxDOmZ0b7p\nKfcb5QcwGBuUvGdHLGt7Et3OSiHshgZcSNuSU2olJ4Pit/F0rbVtFTb0gR1y\n84Hs3rg6RZTOSThhaz1DvquCschKnNpvadh2FuzO1qb0s5rwdyF6yROvHHJm\ncCfbSaeB2vFX/Sz4vjjmpv2JbrjOwDqbtasHE17sSTAiWAMJYteCAkpeueHK\nG4otSftV7uY28QVWJ4iZPLYrZXYeOctfBLc0ze13F9+xxPskbnNOs2FMUxaJ\nhS05\r\n=40GJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.1.48","@syncfusion/ej2-popups":"~17.1.47","@syncfusion/ej2-svg-base":"~17.1.48"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_17.1.48_1558440868379_0.06582510981515721","host":"s3://npm-registry-packages"}},"17.1.50":{"name":"@syncfusion/ej2-circulargauge","version":"17.1.50","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@17.1.50","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"625ce21cbadd19ab976f31f9b70fdb10c9697430","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.1.50.tgz","fileCount":59,"integrity":"sha512-aSg5ahN+SHYYxhwNf7q8wJHoACFC/qDisjCTrrD9RlOtRyCluQss6Np41n6fW9/9OVjmDSCB/Feu3UeA+uzp7A==","signatures":[{"sig":"MEQCIGrwAGyxP2VRCwzqMXjgJaX5sDK+FOmWdFJDDR6LFxVZAiAZsaRwFIKZuyVjMH/a+coC9kpeb86HlenGCxplbIzCxQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1538778,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc9nmICRA9TVsSAnZWagAAu0cP/1yV1Tw7uAeYJ23yXwdf\ndk9rf65PYtkFeH5mrslkNQmOBWVyWQveLnaTMy6IkgT4QVIbiHSu65VCSuJW\nyFI8jhtsHt8psgUUQu3TjTWd9I+/CrXJd0b1xKBozERbXGZqEZNKQeDCdhyE\n8VBuKq1Dg6NCCFUJcCRdVNsDkpbkMuos3xtGfKEZ+M5A1dSLugcXSbV0bmB6\nv0ZxVRlvPfa1TZe+JyqM3NI3ZxUVFb+ung//0dBM5yzQpHm67H44NlnZwTr8\n4Qy0XQb6NAaiDc6rKiEp+Dk6vCtTq6L1TpQBdCWlYqh/eZpVAtfQ/8LCezQ7\nQzH6sdWugUsCyhKZf4mvkB28J8VPZSutJpD5H7OkJNYwq5Ovsjgx9j9cuZSS\n8BwAELL/ptEczruysLktu3lv+GZcCJHyVH84zYbSFzRpITPdJDnJ08O46X5I\nTRwLb1MrY1qPYJeC+FFZ8avWMWMMiRgVCC8QdovlnxU8Oo8HgYEg65ZKGW37\nfVF/nMKXElp+bEZ8Kdbu5s0470NdwvD7gAVYiZ5SEhNgX4hmQ1GYUdboDr5L\ngemC9F6I72SfG/jEDUCfjK39pydo/m0FYBisRmhTxcXMKdxI6ZLPZR4Sf7t/\nWlaFM/qeLjwk3flEocNLMd4ed2BG8t6mhVEZ0UAWOgcaMjgxLA+ksnaBHOmg\nuhYf\r\n=yqJ4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ@2/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"ef7eb9b33c195b13fc4d4abd3ea2633d3b29404d","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.1.48.tgz","_integrity":"sha512-wytE2veazSKDfW9V3yjU9zxcTxXcYCBeZOkvPy0lYVJucXAEdowAABgQPZhQ6MREXhOv1V2VlwqcwtBnpyqucA==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.1.49","@syncfusion/ej2-popups":"~17.1.50","@syncfusion/ej2-svg-base":"~17.1.48"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_17.1.50_1559656839678_0.1469671722405126","host":"s3://npm-registry-packages"}},"17.2.28-beta":{"name":"@syncfusion/ej2-circulargauge","version":"17.2.28-beta","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@17.2.28-beta","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"55e107b1ca45a256c8e965c487eff17ecc21c398","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.2.28-beta.tgz","fileCount":59,"integrity":"sha512-QHWYpjFwEHzxx5GeSzclNYZNUtsaIBxcuesAGOaHP/J5PdwEXBjgczaj9uXD37R7outVi28ooO+y8bEsijLToQ==","signatures":[{"sig":"MEYCIQC+ru2j0YWrjeOWJAfm1LLOYZGHESVcebwmUO89gbzNKwIhAJm7ROULRGvp9Iyp5iCirPqxrX+URUAaRHKALWsspOfx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1561199,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdFNeJCRA9TVsSAnZWagAA8dYP/iyzMlrqMbXxkHmuhBke\n3I1XWM9/QLscQqK/UnCaOKXtPJAZBKAVrkmvj6YOU2rrgbrWg+wGCC2V//0X\nbA1gwunDgXJFOmY19NZrGF0/GXezxnRuxb8RjzFIq8DOJmCd+0Qjr6NBPQB1\nht4hHaXYGxGuekAqNZ6jCRlM6vnSOjkncD7wFTYx+HCsMWfJGqsq1kcyEfZI\noXQzX2jaL//yYHvFTGdGNLpFXTjsC1m5tXeVJ5oaSnI8O32z1NtZ90HW6rFT\nC0sIbDNO8GVYB6G9QNdmIlYUtDvKPfhhHtX0QuUEGhGdsdJ2iIYygBAxMJNW\nZZsoiw/Js9jaqIOaGY6YmiseOi6OovApxxetHo8dtpa+FPV6zGuXEStuenNz\nCIte93l2JJB/1OC1m3OYOib/H5lf98llVS5BKzAu5sYhbx2R7RMVbZS/NPYI\n6CEbBADpUvd+5iESbzOoOcLilP8SS227bKZlrER+4CT4sic9qhfwhkgxYaFL\na2Z+X1QZLoBl7O0P6RXsJvZsPACWcenfot4hWbKfY9lrmmhGgwF+GB9/wCnk\nSqgF2pGTW/LZtwm/ZFBcQ/qrzJlbn1BIJIut5sNjq44veSdLjzf6Hz3lO0td\nEdCvMk5Ci+b8KmhKgc0/XXNKYr3sGfKvu157tej2Yt6xcAzL0cYzNS4u121c\nUnr7\r\n=yPL3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"c811dcdcd5425305d84b9383dbe34b9378fc1c07","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.1.1.tgz","_integrity":"sha512-PMmGJG9sYCjG0quARu/5M07VMG8/LdxNjnn+f5Kf6+sdhIwyMgCtcH6NTrIvjioIREOKdIW2czhUX1odUT+Hsw==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.2.28-beta","@syncfusion/ej2-popups":"~17.2.28-beta","@syncfusion/ej2-svg-base":"~17.2.28-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_17.2.28-beta_1561646985021_0.9136434779497191","host":"s3://npm-registry-packages"}},"17.2.34":{"name":"@syncfusion/ej2-circulargauge","version":"17.2.34","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@17.2.34","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"2d58b1ee9d188336bb49ae1e00213af385c624a6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.2.34.tgz","fileCount":59,"integrity":"sha512-GXftcfsv/q32MHZxvgtllYstX4YB9g/3t9LOkCh/qK1o0tnBKrTBTTnO8+R+VCcen53V+fMRB3KAn9YoCTFq0w==","signatures":[{"sig":"MEUCIQCmeWxjuEr1cQGmXK31uy6shcR4WNuESaJjB055/Pt8BgIgahVV2IRHyKXSOkVdA8Xp1+GfVY43qbG8i/ePJxxcnfM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1591004,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdJy0xCRA9TVsSAnZWagAAztIP/1QCBs+s7pi1AMqVpeHH\nrhn66HKLWSvz5LINTS1R2hbe5ZNkGgaNxcYtor/ldI/J9kIRwa6ejaOvO2yC\naIAYTKjRuDFZFalgZzER4nTIqZTScwr0RdrQxONGHUh06/XcbIDyJWiPV5MJ\nMDdMPIulcFN/loD5mzglcuqCqVMT9dl+dkUyOxIUlMz9w0nqDiiVIwf04yRt\n+PKLBplXBJIVb79fAuYEAL5a730WoDIYdX/KHmR7wkt3kxM/YjlUhG1vdHpv\n5Y7BO5288VFyBEWARR8Vn8mmS/sgRipI9i2EPoeaHOh7xcz1WKO9wZkhuASA\nrzMNhjmP4/lSSHiycjp97pnqCKTkNwJDdKOpNjmdzcVSQqXG3huEr/wlL40i\ncSaZAdfAuYsTdbYPjWvK5ZR/3nZ9NAjmzkJ5ScU/9rbXQTZft3TCwE0bFTsw\ngJI40PK7rMlNiYPbnpZ6CYncRJ5L5dQokiJH0dT/o0Wnw/mqaGx2+8Jx/S4X\ndSKRCBnOf4Nq9M4ghhlNogHxt6Y3nOSQSxAQOhC//ZHsuHu2SdYs1RrH95dY\n2E45rrZAy6OQwaZLxKdL/hQm9uFIb/RIUKy5SIvNdmI5cVI1LwQSGt77r6+k\nysEOFZz/Cn8Bfme0DuKWuF5QZMRxslepe8LJerkqIHs1sfprMZf1BE9QfqHN\n4zJc\r\n=1umP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"d84c59ed5ade09202a333c806a796cbf1e652fd7","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.2.28.tgz","_integrity":"sha512-3uyYDpY/cOraPWZI0YD4lzrp6QBLAg3ApuN8sqPp3Z6AKTEOa8XNtos/L96m6wEHkGQWtR399pGI560E/BJ6mA==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.2.34","@syncfusion/ej2-popups":"~17.2.34","@syncfusion/ej2-svg-base":"~17.2.34"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_17.2.34_1562848560426_0.6417066857823068","host":"s3://npm-registry-packages"}},"17.2.36":{"name":"@syncfusion/ej2-circulargauge","version":"17.2.36","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@17.2.36","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a612b37d011ce8e1dfa0bbf97442851676922214","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.2.36.tgz","fileCount":59,"integrity":"sha512-FFDFJ38LB24w0LlW1GbQ4RXJY1KGM8U7RCkZKHU+/CHHJQytjReo7MPkJ1Cpy6cAzjS1Sx+72WKiIu33Wk/KFA==","signatures":[{"sig":"MEUCIQCYwHdegiiT02BWjKQxCSDGa0RHrlXH9Q1dP9lquGJwJwIgWZF9qlX33C7cgEL0K/Xoh76/LikbXCovPi5NJ4549jg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1601901,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOAvBCRA9TVsSAnZWagAAbEQP/0rHMzJsdxXmCqTD3Yqj\nvAIAmeIWWPlkKnP+zzmjFVFWpErvCjBGTR+SIQbpj8CrXbgzW07KLU7dVPT7\nHD5rCz/PKhzTaV3Kb6pBr7dIlarknZtQiJdf3LU1H74FurIXOmMMzXl3ZdMI\nhdWWdRTSOkvXxPIrjTScx+AE5wsxUAATvyWEobqnniW/kgQPpG2pfs3zaOKz\nB9Om3mqBT7fQn7ly18oeIOX3ir9ikFBi/OkE647CQN47FQREenXe3c4gZXON\nOL7XJiDMOr1JQ/u/X4spg5xyruTVKMjl+cCbNyQIhGWSYvAuSzY1AcmcXvi5\nqGHvuIADWwsDsujFy4jGbh5nsqieyx5b9vfrAWAxZVnqOcff5OSheTqRX25X\nbzItf+TC9ahfriEyOciq4HQ4srdNA25On6eFEOngbXili0PY8cyvH29sL7FB\nlZX/9EI0zGlvPFtNyTUtl9gKZ36CkugqXs74hqKRg2SCJKZm1SV8fUiAIFAz\n+tGeNIop6v0Y3qxZCEFWANEhJbX72Qo9C0wbx2QHOyLpECa4vpAYRt1zFOqP\nL1XVme5XqNXBleTG7tl0AHVdaxx4bV0PpRRpq/BT32zv8ZZfmMYMPNSjuQmx\nidDhrBsNpjRTXAxgxfpIrRyiKdyRAmxAbyF3bZskv1CRm7b5QE0N2e7OA7BL\n6ThN\r\n=BXGF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"571a9a1a62d20b9787076ee779d4b37882238a97","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.2.34.tgz","_integrity":"sha512-MdV/EGc2n/R7XDd3dPp8aWpw5cZ7O1VxF0OzCB9zQ/+XAN3Gg/q7vBq+cy9dG+S0CSbsncPdfW+r6/7nkwRV0Q==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.2.35","@syncfusion/ej2-popups":"~17.2.35","@syncfusion/ej2-svg-base":"~17.2.34"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_17.2.36_1563954113257_0.35582599095516265","host":"s3://npm-registry-packages"}},"17.2.39":{"name":"@syncfusion/ej2-circulargauge","version":"17.2.39","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@17.2.39","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"127fbc3d5f1c08d147105a978292beeffa77ab59","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.2.39.tgz","fileCount":59,"integrity":"sha512-Hx/ZXNdUL6BzumCcLH/dadX+8psSS7qmluJkFJdVpQPt09kuY4WDBXwxR5Dj/7ONXguX11nySWuDQPjQAqpxBQ==","signatures":[{"sig":"MEQCIAZNwVTrptTLF/S0d0I6I7fQKAgmi0VsyXcEByxTFIv7AiB3J1lCtW43lrLOLLPUYt7xxEjV+skitPMf1OPmvL6DAg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1601643,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdP/A0CRA9TVsSAnZWagAAS4UP/0qr1IalxXutajNeYWiK\no1F2X3LX2DswuZ73jdjhT/TeY6MgJCcsgitEJ9tnKRysylDhUQQ167E6K0z3\nvLXDSbtoHhSDp9yzVGA3hHam6F+7mI41VUOWQN8rGpPjp9imxuQs1xMJ2Xm6\nKOK0iz/SWLthezkDAiwYlhtS0mZWRgSgx5oOYGrx8CJRqXvH/rOvtY1t+VxM\nm3N4zVsOq4lDZ6jWZcDfVJxbcLmSXGnBqIzrBrDkv4LrSPh/cFqv6HW9abk/\nfmtSNfPTKCnQHy4gFYBjlquPWPVmd/ntun8H68Al6gW2QDQrNnLDu1E5UNXp\n/U8mSricXDMYHr82mRI962ZiApcdTDEQA1dU3JtfVYfxXf+k2o80ONaJUBvw\npnYikA3NkDrs4Jtnk/gccdhRsZTmtqu4OnLY7450ZWqfxjbxsZm6Y3s7LUSB\nDSUE/ipnbJcvNVdgq2u2l53K/wySGCDv8G5u+xAjHVSf9wvHyclGspRsAiuD\n3Ey+6divk52d7iXnsnMAYxSClBdfQkmpsRlXzPDGyeVYTfpHbas9FxxonQHM\nG//3eJEoRHjhnDBibByaj3BKZa9o3i2FoB5Bb/yF3stxceA4ZmeP3iC4Nd+X\nTzmbKp3MH3K4Htk95c5Wpi7hoN4tfwM8Cq2jcYIHmh3G1BmYxk6nMMv0865r\nj9dG\r\n=G1D3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"cd529665d70c323ac9a612c0df6b53858b2bd767","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.2.36.tgz","_integrity":"sha512-/Y3wn8tnHp6rAjAmJd2YKBmEOEQ+CYBRVkKk/tJ6l0z1THJIPAYpm//yVXaMMB0GZVXTdmXbPK/hFCUQaSBzTw==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.2.39","@syncfusion/ej2-popups":"~17.2.35","@syncfusion/ej2-svg-base":"~17.2.34"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_17.2.39_1564471347786_0.1762334783726669","host":"s3://npm-registry-packages"}},"17.2.46":{"name":"@syncfusion/ej2-circulargauge","version":"17.2.46","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@17.2.46","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"898a65ae70e9e873bb62684658e7ccc153a056a2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.2.46.tgz","fileCount":59,"integrity":"sha512-Pl2sRsD6dB1c3KyLg1R3mcJs9CeY4hkqk6PPpyjEaBZq3mlSNQdTd2QLBX5cffb9qKK1VYRhltpsEOjHK0UqMg==","signatures":[{"sig":"MEUCIQDXq9FDtcxUgfElXkBAIEcm46Axaf0r1SkQeiwWqha/VQIgLQfBPRFoluUy5X692RNBb/hFi3fqdgYESpUHa8DNvMw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1600825,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXnM8CRA9TVsSAnZWagAA8n0P+gLiIKllck3b9MnN2cqp\nw2rBr2HP34o6TjZKBFutS1T3/lhnTPjmU8EEHUOTIFQen0WmJ+WwoKZgl5xR\ncst/7zPePGuQHqJ6nm1VpbDXal6aIv7ubUGkCzIpXipyWsM/xN7SxdQ8j/9B\nZPAQUiaBArsH5OutgwzerTLDm9VZAy5F1awGv6n+XdtQlMiDqUjhaWGTKvrj\n2POydSM5Qn04HcSbu5fTLmFG1V78S5aZT8O4jHsK1q6BuXqsWnBzYOOyUrHl\nAmWNcWRMBD1QWyWB3g/xHx5iUsHMFfpSunbdjqHZARCXgvgrpEh3AhRACwIB\ncfQUJwyJ9M4Hh+VPjg018xVuVVS3lbNOyGz5NyTBZ/kmjGXymX2XRX4FPAS9\nVej6FHvc+Ue5bOBBIaKJIKRjvqHPAneVDtmTqQThH6VDpznaUYuq5PSyCazc\nj/hjDzb4Cl240eZiVcyKAu3mCzOeRbiL02BWRuHTa/f2klw1jASTuFS9p7Zh\n9XR1LYy/hhcDc9Z1Pj3Y9k6m5Kph7oiaqqRHAddAV2APwLDMu4r8gsOmP5Tr\nxl4763M/BFCqmyuw49y3LTiQ8MuKdWqJRwkCRxp31w1I1KutqBZVSqbbgJmI\nzz3zytKmDrg8zzNFidKUBLsddWrZv8iGQbFykqbxd8XuS91AtNei0zqU/dCv\nAKnb\r\n=IQ6o\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"8535ceecf8d012cf6552f0fd23443d67e5f9203e","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.2.39.tgz","_integrity":"sha512-8t6eSSakuPknjXYC/Yr+/guQSITCeROG1jk5CQQLBag141HGx8YG221oyrPAxCx6RszCluwO7nx0It7pTwej9Q==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.16.1","dependencies":{"@syncfusion/ej2-base":"~17.2.46","@syncfusion/ej2-popups":"~17.2.46","@syncfusion/ej2-svg-base":"~17.2.46"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_17.2.46_1566470971388_0.642457097045533","host":"s3://npm-registry-packages"}},"17.2.47":{"name":"@syncfusion/ej2-circulargauge","version":"17.2.47","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@17.2.47","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"687a6ef3924ae6e19a84e52e132902f1fc7dd4ec","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.2.47.tgz","fileCount":59,"integrity":"sha512-s98IkgtBg9Ved5FGCL+6jZXD3LDGIVp4P6p7L83BgQCbr4PIakb151GfR01s+eGscUi1xcnv00y8g01b2oWt4w==","signatures":[{"sig":"MEUCIQC4YXFnZYUxpypT23MiKoGwOcUbWeClwHoiKiBrcqcssAIgePee8KWiuprW1l/IrHluQds7EdV+btw+rkOQfQa7Q9s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1600852,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZTxoCRA9TVsSAnZWagAAKqkP/R+zlkCpcG5OvWKyHyKl\nX87wow9pkQMUbX06blTzrW1041LtbQ4/1ys6LBaTVkcdcacinGrErvPrg2ds\nMIA5tWqf6SMofWTOJ6gUgEiLiW2Dkk/G4qMMBKm1vdVV9tpMK4EtCU1KdO1G\nffXJlA9EN8hrtEcmbJjeXIsNtCjyFZGzYJtOTbQ5fu27yZsvYHWyGb8TwzeT\nnjgvq0Yu5Ud5kx4hiN+6dyZ/YcypNyokAPt8GIOWqBWEk42wbfgF1vhujnHL\nKfIKJtbSm+IQbNXWeU1ndw3vR5J70lOmf2H2Xa0+4ZtrXaLLTytLmZ29CH6W\nLAKBdQdLOReO80ITxQpZDaOFE3zBsIMnQJLp+2mKA8rl7q/wU7H+q+wP4u+x\nULZrEnFJxObhVScolIpIqReh/VD7gZICcus215bBNzcdsISVkSwxXBdqYPH/\nN9w2dvef89ra04HHttbQD/1/1pBWyWBC4bNbYCTOxKg5dkkT+s+8T3iKJVDL\n/oYVGvbjczKLr7UvSVSM0aYJ6c8TYB+I4B7SVpRGB14OwwKtVPfrYaH2514B\nk7g3xr2kzC3TT8UorCiOxmlghB7IqhNwT/uZEnf7BcfPyDKv9Zp5KT4+93fY\nQ89BpITgesP7lj2tj/bXXlC5ayrCqz1RPDEUaBpl0p/ZTaON2Ja/XL1+/CXQ\n8nu4\r\n=qB+d\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"dbc17e310582bdaf77be8edab65945175542aaa4","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.2.46.tgz","_integrity":"sha512-zTVF8OdFsSFRnLMqcgGQ0e9zwi69WkZaFrz0wCK7Ymnypo8tCYAv7pvDHf8kd+6GzNNgrBW1RrHilqoN68wFIA==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.16.1","dependencies":{"@syncfusion/ej2-base":"~17.2.47","@syncfusion/ej2-popups":"~17.2.47","@syncfusion/ej2-svg-base":"~17.2.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_17.2.47_1566915688250_0.5056059874285481","host":"s3://npm-registry-packages"}},"17.2.29-beta":{"name":"@syncfusion/ej2-circulargauge","version":"17.2.29-beta","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@17.2.29-beta","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"d43f0bab77dc387150375c48c72148941bd93922","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.2.29-beta.tgz","fileCount":59,"integrity":"sha512-Gud7eIb8vA4+wo7F6AE6O3Avwy9DS1KgLH+Ne/wuWbORVfdi8wkN4cN16e5PMVFfafsx2GtpzSWVduOZ3l8zxw==","signatures":[{"sig":"MEQCICGaU9qZyywGs3ACF2Zqe0S5Kg6koxW0Dnr6Zyw8Gv5LAiAuNRC0Y3Qt7I8KSeX7ntv1ebJtrA66zjQNjGPD1XyFtQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1599816,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZYp6CRA9TVsSAnZWagAAYdcP+QCGqpE6cd0ys3EdqqnN\niOID6QzAAuqNazPSEdBE4FKV8VOdtOfE4Qob47BxQ9oSRPJuAP50QXmojQRv\nTS795tBIUQnrJojzhpCviYnJoSdY2fcc3c86BYhlqlS6lmgKknM+QZsx/rL3\nDtLDvfibMoaHYs9vesUHIj5pjh1v4b+RuzOyKUO2pGGzlWrLZ980fmtiqokF\nu3Uqp+QGMQl4vXM78ySEH1jGnJWnnKyKv3AFpC7bQRWwcj63C3FPna/7lEzr\n3DBMRH8Sog9i62DxbrcDoskg1MUcwZmEteumo5h6Fabbd3ho5vBHVYwzGwEF\ntPPqUDN89DYwO9V2CWHeiinVvYir3U+r2Y/Axp0UYo1JsMSFGdXoPrxrS7ms\n+z9q2C/G1LcNWIFFWcl3TssBkpGxo7ga84eY6U/d7HEqtqNQtjovC7er3Ezt\nU7mefnf0Ze6OqtrnW4WIV0r4PJDE33mso3xKYRxhnnezkXSQduFsF5YtCVwO\nhTlFnnVeBka5gYq67OV5MRg1X37laRTays5XRaXR3BNZM8Mi0HMBtpnxNPbu\nRvzF/yO3Ejo06Z4UYe3Eu5Omr1LdRjRadreG+/IjP2/SkPOXb5B8OLmYfpge\njs/YELi/R3vXKqB+hybJ07IMCHgt6diPV9+josOl/sjEwX882fHQlDEU1hwR\n4fZF\r\n=P1wM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"24462d86902f76a5ef41eb5faa31ef74fcc2ba42","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-production/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.1.1.tgz","_integrity":"sha512-8CbT7tEklVsqb6v3LGB4Jjr4oy2a9Afci2+JYnNlRnon64gpoeucfVkn9KWqDIEzbGfnJEwyJXfhNITC4TLdmA==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.16.1","dependencies":{"@syncfusion/ej2-base":"17.2.29-beta","@syncfusion/ej2-popups":"17.2.29-beta","@syncfusion/ej2-svg-base":"17.2.29-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_17.2.29-beta_1566935674255_0.5943979792294116","host":"s3://npm-registry-packages"}},"17.2.48-beta":{"name":"@syncfusion/ej2-circulargauge","version":"17.2.48-beta","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@17.2.48-beta","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"3cd3028fdb172946d9c15a0caba63dd732dddda7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.2.48-beta.tgz","fileCount":59,"integrity":"sha512-+5MRtHvS+fxeFzyZWLFY446piY1Rp8sfgIAGDp24xWAMqIoGlxWNf/EL2V3U0uZx48YWwPyuO2w9T+BJkiohVw==","signatures":[{"sig":"MEUCIQDP5cwM0SQrR3RSMh5XHp7mj+dvBZ2EmDNgzzorZpD23AIgBAkWt5AtoG6aL331ni7vulfFEmKwg42XFORTr+vX+5M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1600886,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZo44CRA9TVsSAnZWagAAmNwP/RQeb1RgVe0SL8qblt7g\nd5VSzEQFIfnazVfR+6BoBqdocMrpWHkaxOt5cASm9lmsJkex5Cuc9O6qS1TK\nx0RjBhxRhED2bCuy8pVWzgqODgy8bFnvGiNbyDtzr1u9GC0NZpwAqb6R0/ce\noGsvCYdnlQai3RViFC7aschV4G6YbfOpu4szt99J4r+GQ0rb19LVIs2e0IL6\nFTwEiXtPs78BP0+RGjLumwX60xe5NrybsAxBQqP4dVEeHgjd7WpeOyvLOW90\nMsdznplckiMzZqzS3K3+XU7iMbbJONwJksVWHlBcBx0WoDfsHesnW8s1nYdh\nbrrOY7tCNXa4X9XRI/sbsyZdD3AFi2tzLQSuKhjJRvvUfxbuMS9wycsrYr2A\nsfJm+sw7hB3wfSHQaQFErWuOc2oncqRWikVnXnB7Q5hxo0CR706r3F7u8e/j\nC8JmdnpPanaH7Y8/gXSvFV89AgWkTA2JkPmpXlGDGSXN1/dvpIiiqdgDwCR6\nLJbBvEWXzyuRHaao5CeWCywMGviWWJ/T78d+6pT7vJQ/XfTMlk6vijKzxFkt\n3p5YN/75DBPXXWYalfCSVK85/9zep5ytm/UNYpbBUdZTzT9hKuJ0igltMRrp\nUpcdQvfZEH/0IfYsuCGYa51hUYKeLXZ7Nnr7R2MMyJulAFkfbF67Skdedlnw\nR4wQ\r\n=zlRo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"24462d86902f76a5ef41eb5faa31ef74fcc2ba42","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-production/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.1.1.tgz","_integrity":"sha512-8CbT7tEklVsqb6v3LGB4Jjr4oy2a9Afci2+JYnNlRnon64gpoeucfVkn9KWqDIEzbGfnJEwyJXfhNITC4TLdmA==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.16.1","dependencies":{"@syncfusion/ej2-base":"17.2.48-beta","@syncfusion/ej2-popups":"17.2.48-beta","@syncfusion/ej2-svg-base":"17.2.48-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_17.2.48-beta_1567002167319_0.7558550820294039","host":"s3://npm-registry-packages"}},"17.3.9-beta":{"name":"@syncfusion/ej2-circulargauge","version":"17.3.9-beta","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@17.3.9-beta","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"684f286b9b1addec1c2c6f2dc61ef92f0fdc457c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.3.9-beta.tgz","fileCount":62,"integrity":"sha512-XxgiUM2RHLCymoWKilQuWmeuTpNJP4aOEQz29LAsoHwoIPO77JaYjg3CxjD9qIeTZq0G1KA7QGFca87su2YNWQ==","signatures":[{"sig":"MEYCIQCyNV2wKCSaAuVTnJFetuc7Zojin3V8VuaT80KYwJxfrwIhANC3/4wi4MEqg6zn03bYl4x8o6COW2puWZkUleFm7qt0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2324394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdhMiBCRA9TVsSAnZWagAA7qYP+gKG+cXjmFGQX5WHb+Gv\n8E9kCJT+fpFY5LtDq05Z0o27soIK3VNrAkKKjSZDC/x4BbBp4wP+wxFzGgTy\nuFfZyeHI/QAb1hKkyRrsnb/P3J5WE1bhLeIXbD1AX04Tdv/RB4WpDWx28NjY\np2f8qzZrfjtEWxp6LXkrzXPoUPuQpkAVa3Arla5KDwa6db7ppjBgjRTmVWyz\ny907UGfOh02aWnVLOFplrJ1orBEQopZ0wt1McRK8TzJv4Z7JeMuSmILieLpA\nfNF4hcE/5Pb0n5H5/dR0BQ0FI8jndQaZQCaIF2YOKL4zt+t02q3IoD8cxfGX\nDukGSsKUy7O691QDdswRRJI3vtpj6cRYfVXQkdIPiOviikxZlmTz1BSh+AQ/\nw5ZTFv503PnLhm9Dh1VAzxdT9sOp34qF4vTNanrEaESn3pvoYsKsg2Qpwenk\nxdIpdugVVo2wLw1F5rOQv2RwibE6JWtMSZj49pCjwDJZQAuvvRweNRKR6ay1\nqryIN8Nge70osfD7DnAXjPUdDpHKsAhWsVCA7BvCiTpoCQzy+NrU9MT6Bvyx\nEgKNyROSY8uJ2pKtW14qGIL/SmDqFCJZXcI2nXzyG4hyqOT4AfvePGZ+9pNQ\noktTT9KcY9Ko87LIAF0qO4P2PX+BdRmCKGTHCPQvR91zdXMzc9DclKpPoKry\n1aYv\r\n=KWAd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"15603117c91d6812bbdf69df22bd0c4ba61739f2","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.2.48.tgz","_integrity":"sha512-4byUOAAKgELBMumcj42yOfIdRM7WepV4P1Hwdf0EDZ0a87Uv8UJTPJtSYuTwZSfX1Gs3Yhd6trfikz53lZ7xbA==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.16.1","dependencies":{"@syncfusion/ej2-base":"~17.3.9-beta","@syncfusion/ej2-popups":"~17.3.9-beta","@syncfusion/ej2-svg-base":"~17.3.9-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_17.3.9-beta_1568983168450_0.9922128717648317","host":"s3://npm-registry-packages"}},"17.3.14":{"name":"@syncfusion/ej2-circulargauge","version":"17.3.14","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@17.3.14","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"1b25e02a3cd31dbdd75607b7f0e9e891dc2edf52","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.3.14.tgz","fileCount":62,"integrity":"sha512-t5qGhDusNuSC9lOL/a7zq6j61UCbzKTw/9k04gFJ7/cHdpDEzz7BUsm+ggQ+3CvAh9TnbtRt+E0NZ40rzWlgdg==","signatures":[{"sig":"MEYCIQCcwE7NC23FGCzMScftAf3G/Zpr65ai6Ss4/qNGt9s9zQIhAN4WdvWvNCVndd3zZlGv2h8qwQ710H/OSUqa4VdIToUW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2317820,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdlh5sCRA9TVsSAnZWagAAPJoP/jiXuypixgpXZQ6a/+Nf\n9Itq6INbhC7f719UeyP4bmNEet1ZQHMWskzrwecSdjsLcTXBAeUUnR0uZwkh\nKNg/9rXiYky7k17B7c1MGfHufA5EBB64fBrPfEg300YKLl2hNSuftOqg9U42\nJI1wIx+4kOTwFbsEpKz8gBVb02dsF7MPDt2hQ9pkHcwM8WN/srcsE9SH2Yzd\nN0oK3fOAnn9Y3hVNPlB6akyqSnVc6f7UbFkdv8DnOC5xlPXaxLUXOqx/cs5G\nkFHaSnzKJmXUGLW8SN3TK5uFeSZJmbjQgFDtRUJ/4ux8iGxUW0pzJhs/viYK\nxYGDMNhr2yVWKjzQn+z7Kd3pkihjlEc2xgOuAA0FADucjLym23ROSIuE0/Mw\njTN8+I0OAZ+XbTs7ZiaEixIVTryv9FMzbnF8+ZMmacZm8S+iDtuqzBn+oeiJ\nP8/yaShIiS+PdwrSbeYZ4d/KxbUFH8SHODj7HGCxy4IVZziclbTJn7qM3imz\ngUcZ8wVo51GVI7wFWbsmcgEWSY7xBz70odxJ7hZuRl12k51O/ah3Ir+47wPH\ncXrfJDAeNeON0pmx5Y3TDbzbT8KhyxPcXYrZbCvm7lhJvciNqhWkOWoiP/AV\nsEtMbpd5YQimctXHgTM1OqfR/Zn6kIGQRzEgqM6e6fhr2XBzZsC5MZQ6U7W6\n6uHU\r\n=wHk+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"94a80c36d2951b41d63893caae280f2d0e6a4abc","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.3.9.tgz","_integrity":"sha512-jFi1IQjpACMuUUm1elcPrD3vE6x9A4fK4xgGE96PjFcwlykcHlc8mxQ7ZTjoZZob38e+XFSg3i6ejtadfV8w/Q==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.16.1","dependencies":{"@syncfusion/ej2-base":"~17.3.14","@syncfusion/ej2-popups":"~17.3.14","@syncfusion/ej2-svg-base":"~17.3.14"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_17.3.14_1570119276030_0.2807980366147038","host":"s3://npm-registry-packages"}},"17.3.19":{"name":"@syncfusion/ej2-circulargauge","version":"17.3.19","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@17.3.19","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"02a7a434fe693eb3be89b36282c97fe80b9cda52","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.3.19.tgz","fileCount":62,"integrity":"sha512-AWKBk78ttCOLQ0nvx4ogwD9KF+3kBz5tRHhqTpyw21+PwML2f/M/vcnco5vHiGjJYgkP0SfGPw9RbuV/9xfFmg==","signatures":[{"sig":"MEYCIQDH2l5+fSlV3XFaQbdnOsKEknJoxvLLS+eN3j+2VAfTYQIhAJdUOm8KONYxwn5/STE1UJpgzgIOnAw1T9qPIjGjJXm1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2323965,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdrvc0CRA9TVsSAnZWagAAXE4P/0mnSkx3xM9fyWlCiKop\nWL52rO6iLto/7rS/ht45bcADQSbkjAG3L7/wvl9cpBLDq/pccs/8+b6OSshV\ntjCVVGt6KfeOXF7dhTaoWzoponGWjuk9hVgdLPwbEsgsO6N40sxE1dKY1T+Q\nwripj1hy3jXHw/YV+k/PJSyxNvtrs7G3IJ3FEzQbshQ5pcMT7EFL2s34A97x\nIExUso7eO5aBIwmgaqGQA9dRv8KTunGMQnF9UDCIq99ONnj+vR0+x93PKJj6\nnOh5hJfp8t9vHVQH/oRBGvFkayB9cdS34+wjYsLdsyIyEJNb35pH4oU1eMG6\nJMZGIwI7YczNphBj4kqfjP5YxQr/s0yVFap/vhsMqliWOt7qokZZh92VjVAM\nBiWwF8J1RSQQ7g11bXYmgsOh7u3SRHRaLaUrZ2JWGva3MW1xxzXlAaquzWzt\nmutBN8TEUlH79Ai1mW16nEu2ICZyi7GHAXnuiULzxFtDzQjuJsRFlQJeb358\ntylnfoQ2PeauN3CYSRUm6SWH9feBQWnWoafI1mlE6Rps4xukHc5rpWk26CUz\nsjDAaPPu6xgj+Q6/mbLn1CnX5cdx+jrwJqGoFeSxqj+Jol4CUogpYGm+J0bp\nHus87zUAu4ggQdnJ0kbKq7/zYACQzibUR7e/GNVcxm0m5Knv8Hwv/+9Mvv45\nMamx\r\n=o786\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"7b6e4d4c57080df6163556d1eb2e0ef51fd1ea2d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.3.14.tgz","_integrity":"sha512-ba4VKP1AEUB+b0hh9JFkxlqMizTSse1N8WoWo5fwc3CmPV5i2c4YOU9NiUeO6YsktPbM3RbQDg22CLLTio8kbw==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.16.2","dependencies":{"@syncfusion/ej2-base":"~17.3.19","@syncfusion/ej2-popups":"~17.3.19","@syncfusion/ej2-svg-base":"~17.3.19"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_17.3.19_1571747636075_0.19222298871591947","host":"s3://npm-registry-packages"}},"17.3.26":{"name":"@syncfusion/ej2-circulargauge","version":"17.3.26","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@17.3.26","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"401601182102cc15fb3ecd39399b6515b479049f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.3.26.tgz","fileCount":62,"integrity":"sha512-zF/2v31XiQGQFybnyUZTJxQyYWPZMCOpo+yob+NIs8ih/LeXxzPY/SyLvDdvDZXrqgQ8MdbloNyk0JxJNFFe3Q==","signatures":[{"sig":"MEUCICCEijPg/NuDhFKmeZrrEd2IHIJteqALXFKewM0SD8psAiEAw2Z7sLhLe/iUysnDj71GVQ77r8+OuZx7mypauDfrmZo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2323965,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdwcBwCRA9TVsSAnZWagAAqpUP/2IJ0jlbp70Lg5DhPCfE\n8Rs5Q3bIHAKpE5Zw2jfJAxhzM1LQjDb5BmkXqDWK4EmJ7paym+DNQd0jEJBn\no1bjtZ2BKIYLgWHwR0MihXjDqB1JsqvkDvN8VhM2+ZGTNAvXfOai0zBBDoyI\nWn1IJ8ovIrhhyG877i/iG5deL4gYl7kKx/l5gqHCpt5GOWcT54fi1dw648pk\n77D8mWjOA1VdtganU9ucAPItgQGGKtB8wWgTIT9bIU26ZNexx+dtTDUXUNJt\nY0h/AcSMr7s4pacFhAAlOgZzqMEbmLP6cBdeVXaBEauynb/ykAg2httKrrTD\nhGuxRf16kW0FnLy7RTlGJ68CnjJb+jkFExAohRXi9ZDTRdkbXKwpPdCsmj6P\nIaHkh90CxioFZDfeOBU7bZLKHnUai1jX8IAtcHM9bpBeJ4EPA15IGFFyy+sl\n12vJYcr+WcgvzHhVacTiy68NclbDjWBL5PmR2Irr+7184r94ImoAjl/g3yMy\nOa4y/Obg7s8RQPRBeLg2r/lPznAXGUONDBXGf34cL0MXNdlHFcNUBAqgl6u3\nMvgWbX2oXq1i+uuHKYP44zL8b1BwQGFp6SKrh6RcLTrdASL1H1piRqddCD3Q\nzxYNZnFtjB1WmnSAisxK5x6+zkdOMYqYgpHp8e/XMY4zFDLTtSDz5k/IO/kd\nGUhf\r\n=OW3D\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"b29e5ec845f8f9f66b4a5e64c46024c75db2bfeb","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.3.19.tgz","_integrity":"sha512-eI3TK7oXd/GEAhDw+DFitMlEd4XIsODoBdfntkclvt1CBjy6MkFKgMNEUNFWTJLHF/xsm35LIIg8QrF0MLxoCA==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.16.2","dependencies":{"@syncfusion/ej2-base":"~17.3.26","@syncfusion/ej2-popups":"~17.3.26","@syncfusion/ej2-svg-base":"~17.3.26"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_17.3.26_1572978800245_0.9463642990820824","host":"s3://npm-registry-packages"}},"17.3.27":{"name":"@syncfusion/ej2-circulargauge","version":"17.3.27","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@17.3.27","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"6a668dfac44eddfae3098058975583702d8dde4f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.3.27.tgz","fileCount":62,"integrity":"sha512-BHcHwsy0AuKpvZ98CccxrSAutMYN2JffBmazG+LCppr+M5hTh1Om2yOt7UIiRbxHB934PiCTMMzVM1TxTTaDPA==","signatures":[{"sig":"MEUCIAi/Uj1YAieBOjLf+XyqDAM6Bt/yC3B8YiLCfgHYd8c5AiEAjqWtfmUmW1Pr2MjMALx3Legcin8Ypxsf2o5+Mywdv7A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2323965,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdyp9iCRA9TVsSAnZWagAAO3gP/AtK7ScipNbrM5dqWwmG\nEWry/TeN/7gOaQYrxth6dVheyCceh+mbRS4FH9ZIh/bQwJ5ptDdM3KRSmZKh\n3Rd4Qvg8WRCjnVqf5I9T30H2RHHzPM9Kgum8se8ukVtXRm++sVsXhWP4H7HO\n9dh0mvjT9kfUS9D03tONCnDi/r2x+W0mdTNBL9+SLiaH4CSoD0OBc4xBo3UX\n0APS3tTH4hTpEgvgjAQH7WiyrQLduYXEL/MZIAoV5Gs6fEqtOEQ7vdQjVuy1\nTBN5nsCvX8Pa5BbS2ivoIdXZL2AEdBxcHRAdM3+9rz6EJeWVr9oWT2fdnT6q\nctqp65bzvk5lj7gnYWIJpoKCS0pIqdS5sbL5vfoa0iRS32sO8AIrdfZ7AAeR\n/NyGMKiG4EQqyIf/SJc5tES9lso4g3ckjROSTIFxda6EkT6B3miWmuZ74N4I\nwgFTTjpyrO49Ppsg/9tW1Huaah4kAQ1G/datmWt5p4iCRjTfSk3R754DF6a7\nuEp/pUBCrNeVOnzdQtq+EftNkfjMQZebUcCDS09T1c3KplliklFnv4watIX9\n3UzniNBd/NUUcGDNvxcdGQ/MKF+RATPtJE74BDmpIWxDy/qDB7eHMkYbzXb2\nbSiSSIRRTdJUNPJtrj2d/eRJ+BaGWNhGzjnhKfTXeECZdtryktGpCfkRDGUP\nQKd6\r\n=dIX1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"dbb755e85d38db9113d494d9294f830f105b0fa0","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.3.26.tgz","_integrity":"sha512-kewV1qgkm8dJfdSGRSaYY0PW/j88YiD0cFrsoFBRB3rI9Kz62LHE8RexJQqEg6AASd9olIBYs2CVfoJB5JrRIg==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.16.2","dependencies":{"@syncfusion/ej2-base":"~17.3.27","@syncfusion/ej2-popups":"~17.3.27","@syncfusion/ej2-svg-base":"~17.3.27"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_17.3.27_1573560161928_0.518101330652774","host":"s3://npm-registry-packages"}},"17.4.39":{"name":"@syncfusion/ej2-circulargauge","version":"17.4.39","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@17.4.39","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"2a2996fa26226bb81ba84e5f39394ea0cffb572b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.4.39.tgz","fileCount":62,"integrity":"sha512-3UZhPQPhhBMQWc/saAmZ5tfrVVZ+e40Op6Zs9XNUfrvvj0NY0WRbBT8Vwi6BezoGf3RT0boOp891F5D7GFDXcg==","signatures":[{"sig":"MEUCIQCdh9wEIC4kxrW6H0GveqxO2WKv+afddxxXFoUsJfRQyAIgaEXIotXCrHBcv729QcmFGl8k9sUSxaxKydUOdlMMy7A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2338227,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd+KwDCRA9TVsSAnZWagAACXwP/R4roGRrLjTQMuQktABc\npwNJn4PVdLUn8UYTSJMPceylj3hAJ04fbwILSCJCJt7AyWSuj5PrE5VDdZEm\nHvWLLehv00SPIyxLcbyjIKiCUoa0Jig6L4tvJdfjMOGMCfTFIV9sW9BENGx7\nh3tc58e9cKzII/TaFj8jqEaLGSjKYeNUcMwbxzF9lRgJxljKaIJUJt4W37eK\nX5UUifLGsSxR6QEpx/L7QiD8KVo5mY6f1jh21/c77df6Z6M88hQHJQxpUV0m\n52nWnpKqXht4QIViJvQqWhMzeQsFM+0mBRuVYvo/0dRy4AWLME6cck9Pz5rf\n1tkpDho7d/vzh8s/lB7oTiaYO0VsNWONQM0BzDXD+sGkLFnnWMH7ibisJ1eS\nzwaVcNTjZqnLzfA+sOxLunj9nu5ux5y2fOdfMSIkwcVKZv+KP2nSBhgWED19\nD8WS89fLdNYxSq2bC6qch/3SC/N8ASyz//Ddl1i9Id1tpp5fpiENYkirs+AQ\ni+BiUetp8D9ueKUAhRYZgZnuXQif6SGBCuTo1US9eJ4L0tR6vwFpbbtOC4aI\nTH02urfEZa/4QsJajh8x8eWoaRkmO/srNMAbXB4ZXbqHtjN0FcEYu1EfYgYh\nrGUWuWJz18sznNBSBy29UHXvVCTFKRfJVJcKwidozQM2noqc/rNH+m3K7Fr1\nCv7c\r\n=nLqD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"b06436767765d99a9a09c9150ba2df3458aaec5b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.2.48.tgz","_integrity":"sha512-KC5FzheRpBeFRzD1Yc9w+ZfrHJKU8NY3X4lsQKGFEdvRZKEhJFzCqXAj2Enni8TxEoT7N+AKDiuVT0N9UZwhDA==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.16.2","dependencies":{"@syncfusion/ej2-base":"~17.4.39","@syncfusion/ej2-svg-base":"~17.4.39"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_17.4.39_1576578051071_0.4891381384765452","host":"s3://npm-registry-packages"}},"17.4.41":{"name":"@syncfusion/ej2-circulargauge","version":"17.4.41","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@17.4.41","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"45fcf361c17b91a04dd1a4ce5121ea96fdafbf5d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.4.41.tgz","fileCount":62,"integrity":"sha512-ayDYYtLahj8zo1NpZkPbyxJV2VEYGvY+Dvh6W8XKWLr6p0r/ggtsN08/AQZLKKL7BhNpSzfAiFFW73ThHWdinw==","signatures":[{"sig":"MEUCIQDaS+TyZukqKzivVrNt5DI277OFtZY4Pi8Gau0oau5MOwIgGMmqQkZMZySfqsFNFsdQzwWH4EVSTOnveLGH7wY68cU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2338833,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeFE/qCRA9TVsSAnZWagAAcqMQAILd+Xq01QEmpCGtstSG\n1HdHj0+OlJcyaBWtFdynHI+NeyAq5wHPVKgerD4dA/vHFamPu+oKKpV1EW2f\nlLNK+UtNZRFHwl6p/qOAf5bHZNJ3M+GR8uB2oNNaYx8FS5jRQLh3f4n9jSNW\nKmOLzBLqX4l21kXaryDD8iOzAfF7xP1wA+zW49lnMEsdQ4fH6d0ryYT75RdV\ntsMq+qHYt1t4BWuXdwJpOYWZEws8DiCUyI+fK+efzW0zpiKpKeC02hA7m3PR\nrkliy4xRIKkvAApL5NhwJeZUwsifj4zCTjA24Ud1q8cnabHHLuAa/WovUHUN\niKb4Omz4J24OSTca9ExzB+IsX9VjRp3T17ISMmlU3Ex73OL5QZV/p12LHlzc\nbg4DEgqvRZDCm4mCs4l6KVVnF8Sot4wLWJE3744TfAbvc80TlyBXU5EcF5DU\nGTjDwz7ZD7jieBLLZjxu7OvrSq1zwrXwjpV8TpTgbLhiFF/CUBUuUdWLFfzz\ncmLx3Z2AJBov/S2nISkUm4L1qyAEUvmpiCT7luXBGeEr2rKL/PxXKJHoWMbv\nJnVHF+MSPfETU7PBNfyJ6kAZYDofykuOySZVw+XbbZAjWXRHB7UDtw+os8Wb\nL5zqA1Qvo4eJZPveFLmNjGZ8PHbJ1fBbVWxgnV64V2gPDX3hKcgN9CWYPuLS\nL7Ky\r\n=SQf4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"9ea04b588e02a24500388d561e94d2b8ba67f2f7","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.4.39.tgz","_integrity":"sha512-f97YXJfoVHdAP1k/Pgzc1+qYvEsE3Y/kJARTavOgbwa8YcjWco30Vhq1eveC4lfNqA7bEG8V1zRlE7twCAlvUQ==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~17.4.41","@syncfusion/ej2-svg-base":"~17.4.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_17.4.41_1578389482107_0.1450201622192877","host":"s3://npm-registry-packages"}},"17.4.43":{"name":"@syncfusion/ej2-circulargauge","version":"17.4.43","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@17.4.43","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"e1aed159bb57a96dbd60d6b80b62d53d3940d0b3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.4.43.tgz","fileCount":62,"integrity":"sha512-QYNY1D/8RHDi65nsaleRhcLStTELTXXJN35WjB9fULLjz8ar8VB6oWU0Nx2hJ3eKWY0vsAUsyYZW2h/Sykp5/w==","signatures":[{"sig":"MEQCIG7jsyA3UkQQXCr2Y0dsK65u7a7KdQYoacftl/i90OLCAiBYL3P4qr+LEm83tLjErlxvUl6H3/bW1WgcAfzOet6QMg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2338858,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeHWOvCRA9TVsSAnZWagAAnLsP/27lnHrGobmmiBjOHmHi\nwkTW/VVprkuDpdAB/Wmhu8pprLZQbNjDZZwvIQnlPlr9U7Rx0751RkmZbMq2\nVNaUd4UWPE9JGp8TAxZG+e15tPFPXeNNV2GD1BL25fIWM07viGLJvHyOiIVl\nojTKNqaEFS3TlQwH7MGwPwgEGoWenV9DafF9jN/5tiqTyvHv1a8FQzl9+doZ\nEsPx//oXv5clnOcpXfxvoMsNA0wk+gRwqcGR8o0naZDSnAZyneCq6wQJ1Djv\nI8uqDfUjAvKus+D/Tugx2KbUrFS+r9cJMHc7uJQiLIk1DdM4W+XlAojtyVsV\nx+vobWHcshjrwj5+ulsVJXR02fjkW5YVSD9sgnRAKSt0MvoG4a1JLTEq7MJY\nEwl7D/AvN8GVofFA+nXL5sEfjn3h9mcXEkB+6MwcgmsztrQB7Ulm1BW5HvQL\nO99K45oKpbHei3zjgHqUpr32vA92w5BO4cbzfrohH6Gr6obZoG5eNmO9PFZp\nBOR9MFqWAK+pGUaFWFQXlay5Uk0v3E8ippchicR5I3XUrKi+Wtww6xiJz/z8\n71fmbgf7jskIyk1XhjsOy4+bT/Ovryd9BQH9o2J8utFwlAc8HdhtJhxMhukv\nCG2apNnha9qHWF410k7witmbQ2ewAWHc6AUMdI6vhqBLDhkmLDOMIV2Gjsyc\nG/7V\r\n=1YG2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"9e2c2cd38f80c2cf47ec27ca31f0bc55f3f38392","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.4.41.tgz","_integrity":"sha512-wIjyrVKTaXKmSMJN5Wt5ZEI+mt7329D0qizyVLCYZPuMKpK3eV9v7xGzvHbKZiCK1iZaiLz10p2qrB5HuwGXBQ==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~17.4.43","@syncfusion/ej2-svg-base":"~17.4.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_17.4.43_1578984366565_0.810704220640079","host":"s3://npm-registry-packages"}},"17.4.46":{"name":"@syncfusion/ej2-circulargauge","version":"17.4.46","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@17.4.46","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"2bd202e9ad554565e0482beeadb0ad6e44da20f3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.4.46.tgz","fileCount":62,"integrity":"sha512-dk/IMJ3Iun3bn7/rjj8cEre80DtFt+Bv2ufgripqravMDaM7/FyUA+MfMxCeOkaQau0pBIghmfSkt+TNleCjiw==","signatures":[{"sig":"MEYCIQDJ49dmQ5j/kNUCTGxNHK7UvKNxdjWq2xgOkHfUsVOthgIhALLlemE9sRQCXowEqY/5veOLqS08mclYqLG2I+ZdUzKx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2338858,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeMqAECRA9TVsSAnZWagAAoIEP/iBAdHy9m/wJQ6VzLi7n\nA0XZYHgt+9umktBdpYV2xrHc+pal4E6QE4eSnmGzGBR2jdiuEdjbizAaL6IJ\nCFOTKSNDBXEiBbawO1ITFIlTkYDXSrzgDnb83NuCUKsA/XpZXprhvcSyrLp4\nIvKd2kVXKTyJBllAymNj+OV341v/veWuIGGGsrBaReoBYr8buI1Xugzq23H2\n4PE2nQxxlRCGr8oYvG67w8BwaPnMwF+fe2x0O8sUCGM/08N9GUE/VD4jcjFa\nDbug/fsWfsfguxvCa4Rni8azn+QgqX6dUA9uVs8H2IbopCHNkVsINsiDnkT7\nRxfBlEshnJ6h515iZqXRVvGUSQp/odRycmc74p4RmUXWLuIkxiV1CTY98hK5\n3ey3YLEN+UKHwHz+u+8dylLDC5Ax+xWbte9VU8Z2vV/bKgPRgyFgHcjUhoq/\n5Dn9emLMiJcMHgb6eQy6UYs3z86QgjPt2rQL57faq6yTIFTT+I/xN0MMXYnd\nH/rks6tTTumb41s0rKhyhof7ZuBkpcbY27dmnUdB6ZXqpu4Uaa7JfzFl2fUR\nGj/2wdhJKvrjQwk0eyw20Q01xEK4uidOlqZMz4on3wPXixdgGqe/o/6vGg9t\nPzHFLaglU5+SagEizIYDgkSS1nZUKm0uVx8OkLAjqcL4J43Q3cV/MTdTC0GP\nXVuJ\r\n=pOoq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"9e2c2cd38f80c2cf47ec27ca31f0bc55f3f38392","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.4.41.tgz","_integrity":"sha512-wIjyrVKTaXKmSMJN5Wt5ZEI+mt7329D0qizyVLCYZPuMKpK3eV9v7xGzvHbKZiCK1iZaiLz10p2qrB5HuwGXBQ==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~17.4.46","@syncfusion/ej2-svg-base":"~17.4.46"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_17.4.46_1580376067859_0.7100382702165338","host":"s3://npm-registry-packages"}},"17.4.47":{"name":"@syncfusion/ej2-circulargauge","version":"17.4.47","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@17.4.47","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"307b04acc4efe22537ca221bcf88869f87008476","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.4.47.tgz","fileCount":64,"integrity":"sha512-Kp6Its9/ycaW7pi9qW+eBF3UGz1ysZJE925m239+bAQ5CGjsD7JexhoL/skXqxqUo7CAXoLDMN4V3c1pYfuu6g==","signatures":[{"sig":"MEUCIQDw2EIZAqvQcQm7V8x7Bt9ttWWhJzWIcN1M5iv/4P5UTQIgRjPpDkDzxyqzll3zG61wIilgvVpZy17w+j7VL7XmBJE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2478162,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeOmeoCRA9TVsSAnZWagAA6qEP/1s/FcaZAUlsL2mHUkZ9\n8tJu15sbkIVRlbrK8FMTJ4gqhVGa+PMjfIgOOotFIXpqXvuxNXOhCaqboKgI\n+EEb/llV6M9dAnoZEkxYmR+qhc3Mw5UQvS/fuVbflMNRDt9iOVNZ15VfhsGO\nifWMbtcY9ExugY9zbKDb9kM6NlQ0iWMl62wuK4JOAivATpHTolHbtciIac57\nDmi0eoYBDh5yMNRenGtEcb99Ea9F5nL1V+C4/9vNimeIGfhly+uI5M6L5t67\nDfKxEdkNgLhSccrZgxxz/Vd2QLkVjuRr06C0yO47NtHTxN7+Yks1P9pLwDN4\nhp5iOTu11HAvbnEpEAfXNVbTyW2Jmibh4YE+PGhZF90pLk6ygGuro+e4wihm\n+IzoSUFjGJjTglZkqPW357nzTwr+q1E7UK/eAo1iD1oV6T+iMWRIVuwT5/LH\nVouKjMIY7cmD0GETXQvfkvh20c2WP4D7caOKsAR3aOVm7mDWIGilL1+9dxd7\nPReqmlpWZLadg8QUPoqI64wmw/DgH8eImJsQziUjEzP4gOeOXJ4Rxj/6U7KH\nn3MwgIhZzuhlmDfuW7tFYTFoP3FXkHMMLOHrPnHDCaD/w+0azyoZQM+/tFRJ\n7tWCLGRBtYJqq7eiZIHmm3aTs/bSnIREqsKfJGqhY012WgRf+B42TEcIwO3d\ninVP\r\n=OAk+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"d3c4bd02c1a27a9820bd14f47ef41218939774ae","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.4.46.tgz","_integrity":"sha512-n/iMXdYxdSpUUI4E4XSfZe4xju1TuCHufd7eN0DI9TivTT3PmtvwXCy9GywmaG3IJFSzfsokE9pMN+GdfQ5Mkg==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~17.4.47","@syncfusion/ej2-svg-base":"~17.4.47","@syncfusion/ej2-pdf-export":"~17.4.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_17.4.47_1580885927455_0.6077388540619133","host":"s3://npm-registry-packages"}},"17.4.50":{"name":"@syncfusion/ej2-circulargauge","version":"17.4.50","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@17.4.50","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ab3405e49186283f509cb209f780e5a9376cda67","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.4.50.tgz","fileCount":64,"integrity":"sha512-NTqfePBUN3d9wGZAVFMPO1BiaQ8WS04uwd7ZlspKsj2bybVPlwdi2vRlp87N69T1jDpPQRilkcRxrRPr+p6z/g==","signatures":[{"sig":"MEYCIQCJf/anxvbFVgp6RaVdry6jGlDE59VXcWdVyC3PFXK8MAIhAKFWCL2KOCtEZjZ0LR+pDZm+2HEBoZL59fYsco7eVecO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2478318,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeS9CfCRA9TVsSAnZWagAAX8EP/j+B65j0LJdVZ/xU23CY\n6F1NE6z9Cp4SNhME/4gL/78A2NkIFOTrmY08lXiepBUtdSWSgdfN5jh4/Kr6\n6IT0nICpMgaktyTqAAdzX8O1whJR86DKvvTyJnV7rgUTJq9EyaRwIQ1/guoz\ntreN5p57LvHGEFCE1wlAALgk7iSEQ6tWqkxtrL4Caz3dVv7AtOrWfXrHnOU8\nfWro12TNiTk9N3+aj1KSSK/4vYEbFdLjjglT9Kr3Uc2K97SlXaYlOvHiStp2\n7uZYAI9ENmM7ST9kRXNHtTSwBVJYhQ2B/5fcP5fjHQYDfg++qv8JOjhqfQA7\nZTqIXkGg7LAoJes9O86arl2O8PZQtZkVfxhrRlQyK+PIYus9DDA5lB5LYJva\no7ugsDPyKYkvOcXrMmvvCWXr5SoTQAGLRHpwjRSOq8462Yfh8grRvYbKwYaY\nkluoTxMrnHqsiJNSMk1OHDyjqYmTnvAL52AWO+oHc5DcjAHlZwK8NYqkDPhP\nNAwys+oOS4bF94mFsiWJ22epnx0aTntCxD+lUQVf7GZKHnR5308mA3XIpZog\nFWK93h9V6TDEjSyOyhPRFXaJAjB8h/eT6TJiH55FyI2exGB6c5Km5LArpglx\njtB8VsOd+re7pNnZYnqDc1W1PhjOHoV9ENsZfneXI0QLvkDhL2/u3NLgD80r\nSUGi\r\n=+vVc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"cda57d1bbac01d34cfbab97c8bf1f805174ef199","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.4.47.tgz","_integrity":"sha512-z/LDjgehAuW5uIMW+uPxMcaAo5ND3woGNjcXGE6R1pMrIkrxf6BvlMKYh7CB773gttwDsOPpHfMCxieAG1/T3g==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~17.4.47","@syncfusion/ej2-svg-base":"~17.4.47","@syncfusion/ej2-pdf-export":"~17.4.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_17.4.50_1582026910352_0.456941889677017","host":"s3://npm-registry-packages"}},"17.4.51":{"name":"@syncfusion/ej2-circulargauge","version":"17.4.51","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@17.4.51","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b56769a068eac43c8b8874823fee007bd87fde2e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.4.51.tgz","fileCount":64,"integrity":"sha512-uF7LPdcP0dwKHz4wvcsvYs+0NLv1W6ylPIUb4ztLPi/tJ7nZo3gmroQyitlZhwdJCSprST90X9kCijYwGNziQA==","signatures":[{"sig":"MEUCIQCdIXo9QyLz02JG2CMrzvZlJw9h4c2v88uarWZnIwMxlgIgfoKhLSvX8Jb1yr543qvAUsGY2+BpRQPYt5iyMaQp1gE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2480577,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeVSzWCRA9TVsSAnZWagAAUsMP/3rxGcq80FWLsY1Bhp3M\noDL5cnrAfzpijfIWgyIZPMocU7yNouvaFE1Q1JzZIHVjFEq0glR3f6r1us/x\n8R3eB595bjv7cBKopJ8yX6Y+g0KNnuvU+tS3YOOMix/bUZQamB/x5z1Iqn+l\n/1qRDzp9lNBKpYI9FHwqFcxFudorviEqzaroUjdFMs+L7SB+qtyztCWhJj/x\nLXoZsIymuXSeLSAhGutAqQO6lhhLlmdNdH7Q0KsEzx3pY9wSET2IVxjvhMNe\nvJX37gcUbGVF9EkrQUIHaC+5474emuf8caQjQyA8gBsslppH8RFOeEqt95Ry\nfoZNtVcXmmyMjLApirdI2u7RkorsPugNbJVOBrXTjMjRuYKEmYZARDyJymOu\neuQW6tbTQflbPkQj81ejUUbssJogBVAPu3/GvQ/8ZYaxb+BgAQgOnJfgTMRu\n9WkIVRe1d5saX6ikt6Yw8PjPahPF5not8szYhYMGeC8/xTy5HKqOdTqs2wi3\nq8wBNLUAg+u+YfJB4NSWmbUK2A1gLggZ0h0cFWenzPMtDXIsqw3+unG+6XjO\ni3ZTkEjIZPgWoPRFnKo3xe31yUGwbS0KKDIcmkotL2J9WXwzxq5M4OM83+af\nVwhEFqFXx8CWP1JQFCTYMsua62gPhsYCxCI0dqhBulliuYgt3JRDcaKbX+N1\n/ZG9\r\n=uEWl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"e3252059fb5635ac74cc5bc628dc8b0fbcbc2563","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.4.50.tgz","_integrity":"sha512-ktWIZ6YUoNlc00iGOggufE6BCkGuSRvkeVIXvEpXZfMTYaJPJDl88ODBhfiZaAEN9xZxYeO30ZNFnlf/yHrWBQ==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~17.4.51","@syncfusion/ej2-svg-base":"~17.4.51","@syncfusion/ej2-pdf-export":"~17.4.51"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_17.4.51_1582640341619_0.5580310949517375","host":"s3://npm-registry-packages"}},"18.1.36-beta":{"name":"@syncfusion/ej2-circulargauge","version":"18.1.36-beta","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@18.1.36-beta","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7be24b1fc34e034e08326625c6d0a296ab7f8bfa","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-18.1.36-beta.tgz","fileCount":60,"integrity":"sha512-B+7CK4VvUBb4rvfnnEDMydhxMI9y7QzHRM9CkXuIvcR8xwOwAJICpQiEjZyilSE/qO3iYU8F983ID5URBspXlA==","signatures":[{"sig":"MEUCIECySQR0Jf5q3fJLZVWsDdD+vRcl0lVERgaNX8hXHpdgAiEA079FRLt9konqQ5NId7PqJIItSDqbcrDT2tgX+vQ/7vQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2608254,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeczcDCRA9TVsSAnZWagAAEP0P/j5NLHGEcuZNzkLDtVsp\nEvJUeAFiOVGbcWbhRwBeUh+D5bOj8anSYQ6VW4gdy9uhSU3Be1Q7sffItKRX\nB3Iip+QYdAJDam8KeDGuksu6eFY4tDVPG5E4/yE9sTyx+C7gZNDse2lZ1B6z\nPsRBiBAst/pfOT/Udx+woT3ksivcBrhCP/dboudSlyj68m8GSEXC0BGoXO4o\nlp8BZgYHfyB/cd8xzyqZdC/Qd1f0IqvcCKHxBTzms6ZbIE1PCfMsdGUnGGd3\n6gUSCRUBQJwietVvCnxoJ5eTAbJ4GidZqoQpAzg57XliIkgASCcBeTHpkRcS\nCydyKC6Tr1P+5Yc3D23GMmLqf/0mDTVNo19feNJK7DmKf/NMus4TgdkLwfOs\nTa0Hlg6sESEsVgc5Cb29LqnIIf8GWROBTiUIgCVo1YXm5+C5/8NNkt/6LAE1\nN8Javl7HWcsylwgu+7m+mYmKm2GI/N4O4wJw70BH3o1QqKVZITOMgvnVwFkx\nIxv8qGEnOICWZ0WT/DS9aa7i9d9vePnuRLHnhh8zkUZDzOwXQZrV5pNhA8pO\nB8Agoc0E5KYKr0oIrixD4Dz4SwPAbmTMzUx+Hx4Mt4HlK5jfgdt1Br7BOcJS\n6haujycen1uU7Ne7TPNDIqHoRYLd/iaazFPPvsxp2vGdQhvHXF5/6Qm9tBFa\nzuog\r\n=rOLW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"a8d7f20c341f75d9b097b95200b956312124961f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.4.39.tgz","_integrity":"sha512-wsYKZ3s0GaB57R7+3xbfEiOSzB2HvkTuFcJw6DGbylB6E3H4e5kM7m1d4bRiQ1FyArBSDpjlHyi8jsf/Ivn94Q==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.36-beta","@syncfusion/ej2-svg-base":"~18.1.36-beta","@syncfusion/ej2-pdf-export":"~18.1.36-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_18.1.36-beta_1584609026460_0.27567483857447295","host":"s3://npm-registry-packages"}},"18.1.42":{"name":"@syncfusion/ej2-circulargauge","version":"18.1.42","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@18.1.42","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a6429b37af5da9debb09cde388385d7c24b6efbe","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-18.1.42.tgz","fileCount":60,"integrity":"sha512-NKiqq5SpRVkRGPUWBHovcqM0w0pVBj5kNnE1BRQsAZwxh1lKPlUmFr/L94dATaogBKJBVRId7ugle58oYETpTA==","signatures":[{"sig":"MEUCIQDFKzxsfGeyo2NzmHeOFVdU8L9byE1sF9yLtLZGeScRfAIgRNMPq44bT73N94PlhlB8TxnAykeeCyn5ncSX3equB2Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2646875,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJehHCdCRA9TVsSAnZWagAAWUoP/1TK/1Zeh8sgl6ZiH9a7\nr/WvUGhP9aB1S2CcpNmyRxa/yoLBgaqaCywfVHKyc0lU0l1HqZrVVooaUwfe\nX2eOo0mM9k5r5lWtNDF7zt/V8tlPP9ekowSGD3WRDdJJjdaGAxue72OZ/fxy\niK0rVgfLLITrQO702H10bMJdjy9eElRsPP81HczOpffJxej/5nK9/n6DOqaR\nDnuLg6BrMe99RnSYDAE0FHQMr8olRMhvjBAev8/KjKdDvmTz1JVPxC9cgS/y\nkyDodwxHm9VGSByxC5fXTW5c9z6kFii/orXTyhMVZx8HM8AX+q9SEgRfTNF2\nW2j5CInB465aHyqgTcyQwuFW09608nI4meAWlnVXGAboPDu6afwegjFgOHVI\nBd3eVtX7kYI0o/gdKRD2VenSp3v3NDnsntDCWj9xuESxlyREmgma8TD7Brgq\nEhgzF1JDyyQ4BwdebKjZ/JAFjn3i6Tv3Zsl/eqFtz4UyIkzXeM9YP2cYPnUr\nIrIpoPIRuTx4ZdghU/g9mXTiDe8VSFMQbzNA3IxF+cEFLN+V6xKnmHUjdai2\nilpe5h5wv/vgRBIZl3Js20ojfKlYdCsBsVemWmKynLcDEHKenbcJ7zVvxRHn\nvWFsh+buxfiu7Dfb40A7sGui0dd80AnxcCLBSMdX4BhB+U1FzeKMfbqWbkH7\nYxqV\r\n=aRoK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"84722728a7468b603f6fef8409ef6c82c3dfe45d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-18.1.36.tgz","_integrity":"sha512-N4s55SNxEYnCXZK9AL7XFvEqYWPKQHUq0Mr95qYim2PKYggvdcCYlmfqBO2ZdKDnZ3aSoYyJbr5p/EB89YDg6g==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.42","@syncfusion/ej2-svg-base":"~18.1.42","@syncfusion/ej2-pdf-export":"~18.1.42"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_18.1.42_1585737884956_0.5002571967977061","host":"s3://npm-registry-packages"}},"18.1.52":{"name":"@syncfusion/ej2-circulargauge","version":"18.1.52","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@18.1.52","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"007183c5ec8b6dd0dd29aa49985aaaae3a4632a0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-18.1.52.tgz","fileCount":64,"integrity":"sha512-pb0p8e8C+SS4rCJyclPw2oV6lvqfOqzs7CXx3ujTX0a/xFiSsXHcbh/icM59tq9EHzD8VDYAWA65L0RF+6vEAA==","signatures":[{"sig":"MEUCIDzErIsffv4hmZFK6p4BeHtjJgKqp81eoU77lClHOeQCAiEAxRg57RPI6hcwL+I46W4ybliFhfL38qGwJN+eWQruM/8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2703412,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeu64jCRA9TVsSAnZWagAA6H4P/1NyGNZ8zCBnwNsYXwTT\niZmTzNfxt9CPKDIIVEUOYhbtUOlVsWHLC5kzBbOJl7TD/AvGRWKy9aP4EM7S\nGn8WmDf5vH4FJ+ex4w1bkMDxWKulpImq4UOgefkC/Y7B2TzUjQNe0jCuXo8L\ngSjswwIY3BOgGswpZbu1mBMOifqjU8d71rBL16HTTqYI78ZiiE7juXpgkNt+\nW+u+vc5ylSzt2FMEVBD9kO/WrH9TR7B0z/tO2fs3E1JTYDJTcmxTKDzLfoo9\nFUr2Jd+OifHwL+QghJpkyo8huZDy+iLMFZQth15OfWrXeSlRWZLQ7rgZSTpF\n7GNaw5Mwgfnhd498P4pEDVxjbvDDeK85YCElQaEs20cRnCWJhtKViGWPqVYP\nsTLpNLyOpx9WehdLMxoDIokKbGlB0on5QdIWqEFmGrYOxN8ej2PlRvpKsZUd\nwuWuOD/hel/nV8N/vGY+vd+oqYzRZbAZSKjY+p6E5J6N012z3zC7KhKr+PiG\nch8cHgTa4AE2GMu9A/ZM6lyQQtB57DRe4LwYCm5QgnSnaLsHengbv7ad1MtK\nuuPp/j9VBmXewN9d9YmkTl7PwXNG9QGWqhne7MBf+ZHaHSrtnzatngEdUCQt\nWweux94SgQOkz9rZ/zF1X7KYBGxfj5I3Qqs7xEM1FdUmsZ9Q4/mT17+jB6SI\nQlRB\r\n=/GxL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"e84140b9af5d85c03a80b714a63323a2d4e79478","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-18.1.36.tgz","_integrity":"sha512-Awx2j3oPzRlyRmzun/mbDKI8rljnqrfB3MATs61JqHKlSQEBf7zVHfnpsmi2+hx4yqIV0//xAgHbMMGxB9iUMw==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.52","@syncfusion/ej2-svg-base":"~18.1.52","@syncfusion/ej2-pdf-export":"~18.1.52"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_18.1.52_1589358114909_0.4771073253567637","host":"s3://npm-registry-packages"}},"18.2.44":{"name":"@syncfusion/ej2-circulargauge","version":"18.2.44","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@18.2.44","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ae1742b48a2f66584ecea8ac06f49c3701e53682","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-18.2.44.tgz","fileCount":67,"integrity":"sha512-r0ecsFjDFwGaYk9CE7IHEiZY2qxlrf5uYXdab1rtSTW+KNOab6sWYsBdY5JbcgBqIJVKV7Zrrw2pyQEUTXZc1Q==","signatures":[{"sig":"MEUCIQDo23aALpjljCd3x6vj4qvf10ni4he9dcktxo6KPuJhdwIgcBcbvuTOzD3HAEt5GwJ5gd8jAH2WnkJpOvqmmaN+eDo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2824330,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfA8SZCRA9TVsSAnZWagAATOYP/2dI0fg+P4A8OhqxSF6x\nrPp4tPEJerFL81ZR6SxQTPd63t+HF0K3fTnQ/jVIRSfGsUccC9d/LH4JaUUG\nHC6epjb5dg+FLGfezWyx4cdNYWUXmB+9KClGfLSe/qEONP+jbWZTPGKeOKD/\nnk0+bK8Ay96Lstkun57d05XmsNvb7Q4iTtBLcmlhyXoT0N3G1m1T6BT1DX1e\n1HfgJ/UmuwUZukVoFNrcd5qvZsAYHPvvmwwLAk+f+Q97RPRvXTTIYJYtfu1N\nwAtLEYNpBj5wFGhql3zduop7PPJpgrz5/PW9bHkai635gO4X2ByyK3eaeepS\n0yuwU9Z7Z5QoHKCfEPvK7338P5HiY4eZ4KbDW64p0BJYO7lyQPBt9TPIhWhG\niMIK0Qwwdc8U6uwsdBJ3n1zxFIfBB5mFExt1BCEiHZsflgxrhDdH5K16B3E1\n/JF08PXpYa6+yL3OQaSrK5I7w/31lqee2SDHwLC2uhyo+ktO2UryTgF7BX/c\nfnJCEjbaxc3r7sg1sFV01VixQwQ496kaM+mhcqov+EIRQOEPlShX7zLTNKwJ\nERnG+uRepLcnfAscaQ2BWENEHb2wCSVirxCNWptezN3Dwqy7YcaBzVyn0rwX\nFglky1SRcPJMuM/UGLit5lHqftB45MYVL4ahMMhDoPl0141RgG3vCkUKWXat\nRh0Q\r\n=AP9G\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"2c33040d7eebc131f844843de673333dcd2b2951","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.4.39.tgz","_integrity":"sha512-33ZpNsMHH7HG6vIASCtAPulfWSxaewSDVE3K8Gtil2wQCva7omaTnFt1sw1AuljgdMJrwvk0SzUk6qYMkypCQA==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.2.44","@syncfusion/ej2-svg-base":"~18.2.44","@syncfusion/ej2-pdf-export":"~18.2.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_18.2.44_1594082457133_0.9536576315428298","host":"s3://npm-registry-packages"}},"18.2.54":{"name":"@syncfusion/ej2-circulargauge","version":"18.2.54","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@18.2.54","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"e6e9e2008dc4fe648c15c83bbc511bb03260e37b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-18.2.54.tgz","fileCount":67,"integrity":"sha512-HvgE62VuGdD9LaDu4LUaQYw7S9H8v94nCFkizZEbCCGvm9oin/vaipN93+VkZO9fpgWIIjewTq2ZvVHdgZh31Q==","signatures":[{"sig":"MEYCIQDMjUANWIEP2Y/GCNxQjPNvexJV8VC/LbXCNZwI37wgywIhAMbrRXwt4KEyXoYCbdZ3xYDjHr7jg7nHC9WrNH7qRV77","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2825936,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfO8ftCRA9TVsSAnZWagAAuvsP/ifWMKv1iNUyI6hBMtxc\nK92plqRU/yuHg1FWooB/1aF3EJiAd8nyRcLFwaU9F6VGiCPbNNieI1RR8OzY\n/nR8ft5vtv3zk2HMQ7YwusmWr6c4YiNmPlTklWRWtA7U0v21BJbVWPadTyhf\nSrL5VBanlcvZBEwQQDLlAfUMn/xi/mbN866ydz4li5rH98PTFr7++hGa9Fy+\nFI6Pu3qm8t6eW/n6E/HMlbxnJebkP6CQL03Sx141kHZCp0Kn+8V/gYRQMIWe\ng5mYjj+w9mJR/obleMAEAqamKf+uPLrJAA1unqVydAwlmdNLRc1Q5RpqpIdu\ngLIwXNa6PAovBFB+SCAIpHcs1RXdZ8QvRee/NYsAOq/XopQ3TFSiRbPndT8C\nb6gsPrU3rvM+nLmc5OpLEQ+19y+Tc5IT2LvlDhJX9e+GQOl90WU8nM320C41\nLj64Dyk8bWrEuBkols6bCjqlMXWsG51mmXin9VVAG3sCZmSD37wWiLFblauc\nPiLnzNCQw4rJmFoyg+DmJShJ37DQGzIlJxYmsWsHhTj9laB7lgmP+hmdR38Z\nplwx9ArkE/fYKYF+Cjz7gAElrcOgLlAB99wax/o8w+YBlYgNVV/dqK9y87YW\nSgH2gpdF9UyF4iEYSbJCZZ7YQR+k/GLpMfIGIcN78ACWj/UYmUBoUyTt2rnx\nyQzI\r\n=UtV6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"e114a77960a0d18c1237d2f3d55b4b455d653b50","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-18.2.44.tgz","_integrity":"sha512-wzJP4c5q8dekxMQTSg977dvIB054QMWh2RuHh5/q+g3iEQzhpYPcocGAg0y74Uj/UqTtbzVaba1g8UUR9XDr7g==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.2.54","@syncfusion/ej2-svg-base":"~18.2.54","@syncfusion/ej2-pdf-export":"~18.2.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_18.2.54_1597753325207_0.851384763998893","host":"s3://npm-registry-packages"}},"18.2.58":{"name":"@syncfusion/ej2-circulargauge","version":"18.2.58","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@18.2.58","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"fcece7628fda551dcad81ef6118f581250e0ac7b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-18.2.58.tgz","fileCount":67,"integrity":"sha512-RWrK/RaGRlb/M5GY7DS5zNFisMeoNvS//5iK/eNHQXDKrYftzRy7fsJoZRFzJ/bsBGy+hDFioXs4qqABarWOAw==","signatures":[{"sig":"MEQCIDFTNQMg1mBqiluAVLydQTsWWHi+ToQNa9b5SS4jjMxgAiAvvJsrriALguBOBIlpN4gxZJrPi/Vx1rscnLVphvBjzA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2823468,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfYPjMCRA9TVsSAnZWagAAjLcP/Rh4k3blkpsyc3lhGF7N\nt+qGsld/t5mmVkeDO5fBhnoTwZajxlQMJXNfSn00Ct1JYF+pO0uEJUpMajJX\nDTFcqZQ5OhFzCEaLyJHaWXRumGsFDkkc/eS8zhX61Wv3bcMeuPeh/0T8NHbG\n/iGEwgHLMAlaQAOZWeUHryN7vHydpJqXg608GsPdJVxFGfQGPgdSqYF7mGmQ\nKNtYErweHIg+NLTOjN8q2NETg5ogXUZ3VFVD7BVK8CxWJF0rpAE2OLajAOTf\nZbuzAWmBsatdzb9Wo47889a8Ybv8xyjibxFGkQK4WZ39uyntkyAyeUUTN+nY\noMWBbdwQRmHRYyuhcHK7CO6dM4lJ76Lr82kJjGANkQPYgfwvc7tDTlM95R8c\n/1b3Sg6TKmUkNKoEfVdXdjz+DgcYwJVe36xNb08QXnuZAT8kPnPpBMjQUVQ5\nfcdod/f0wwYQ5yG9/Nm/gpNOsyHlcHlXRLypY5i0qq9MHiIyf+uZBXtmdQ8v\nxk1e3ajKie7R5JAc5NP/081YOmFXfSaQ/N3GTKdsHOe2RZDUPyENPe1gPtxB\n5ZZAY4cqxOjPrGssSZTHqCLqX0BzBAdKGeK8TdwJRhbyVYxS+dn0dEcVntVW\nh9PoimihHER9HqPDeQVzfGNC8CDK02utSS5R0ELFjuJ0ALC8lyh+EgYtcomE\nqqoF\r\n=hsEe\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.4.1","description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.15.1","dependencies":{"@syncfusion/ej2-base":"18.2.57","@syncfusion/ej2-popups":"18.2.58","@syncfusion/ej2-svg-base":"18.2.54"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_18.2.58_1600190668176_0.5835601884271637","host":"s3://npm-registry-packages"}},"18.3.35":{"name":"@syncfusion/ej2-circulargauge","version":"18.3.35","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@18.3.35","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"458d098f992cc1022279b2469ccf284f844b3642","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-18.3.35.tgz","fileCount":67,"integrity":"sha512-pp3tSMLjwCKLjvrgzzon8iWcCYK8Oga7eH5PcVYjI+qqt4XmT/uC8zwadayrPEXxkLAetsKOiN7IpsAOvYMWSQ==","signatures":[{"sig":"MEUCIQDsI3DKj5JiwFB3fbJrgwySOdSLmFZ3P453HnHDfKvaWAIgDGLyoBxYIYLKQVpfRhYapYg/jhAhLLZSU9vvvN93r3k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2829671,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfdaQKCRA9TVsSAnZWagAAbxAQAI7B9RomBX80hfQ/i9Bf\n6BYAn/3lTnaecLl1t09bmEk5my/EtR2UQcxDuutrEVajxdgG8BtOR53cqub6\nmpHV+hVL5p34aVluJFAYGvc8PoqC7nf58f1e0mCR5+PQQyrVQKOC4VClvHzg\nIqfzCjTFWXTfzqT+53eGtWgheGxBYc+WxM8izFP4ML1qpi639/gHAv3aekV7\n7j35AqoVUbiLODGe26yHcG/nRD0RI93px/TLbXajsJjRdKUPItHTo83LbPI9\nzPtdctOh11M3eVAoTKewmL9TOgUpVurozHLTHzK2NxyYpXi0W1b8XR3B6Rja\n1QfyHySyeWxQL0sdkAeFoqSYj7cbZKfHuM6mCMsukMluxDcheDteyM26OscK\nXih3N6rX2uWxIl1Bb7aTWig3yD1IfPmyokFNrtUERHYV9jW/povY11rMz96E\nOh5G6xE58DVWq7cv4tmdqXMKry8b2qLe5nORXBntDXqnxTDaOp2sF+CDR6Id\nKovEDkZdt+YvmQnPwYoTAFdhiPT/TgmLGdr2idFNPMUdY4SFt7L0QGOIcdXN\nl5F0CnbIBpCpsfrc0c8xhYgDOQVo8IzPgV/EUIoh9c2IJQvz4v+OYt8nwEYM\nqXr5LrakqYcSRH1eyjgLCzdlKeZeYbCCuOZ/pztZKQsC5SVh/RZMtjBXQ6eu\nCKXL\r\n=RxsM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"fb36201f136503df5888eb01206e0af80ff876b0","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.4.39.tgz","_integrity":"sha512-935xJL5eXXx4o1zSsQ2hc7weYqUQharofpeYK2seop8gNExVR5lWlu2SQUoh1fYS2qLn/NmcM+ZhFEQ5+2906g==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.3.35","@syncfusion/ej2-svg-base":"~18.3.35","@syncfusion/ej2-pdf-export":"~18.3.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_18.3.35_1601545225412_0.11636041181457935","host":"s3://npm-registry-packages"}},"18.3.44":{"name":"@syncfusion/ej2-circulargauge","version":"18.3.44","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@18.3.44","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"8a37c0db5aa4d52fe4f0887ce1e55db59d5acba6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-18.3.44.tgz","fileCount":67,"integrity":"sha512-8eUB/ze1jB8zIe7yT3xvvnna0HhpRzf3m+VAKvFJCICo5sEJ6JJAHx7UBndDpDJIeYDMjCaec9X5FRnT0183eg==","signatures":[{"sig":"MEUCIA9jW1XLtYuBu5U4DbjaUGOywhjEIBZGpgyL61rmV07LAiEA3uOU1ij+YAeEELkhKdu/a7+TwXTYaBlGGr9EG+gwQ+w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2905275,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfl/qICRA9TVsSAnZWagAAJRIP/1hWVGnqIaJUPBkPgue/\nV6G3vwHzxHpF/3sYI0odXdkw7k6+rTwT4Ic/U8GSuQtVpU1sDv3R1AXtxPoI\nvb1VGvO/o+GGOb/hPT1F6mXj3/VDfgpYlMTMNCieCuVLvmDqVEjKUVW6MRv9\nU8pui30t8EMwb4YVw65/tsjzlHFlKB+IZ1GuwZa/wOMW9I6MxBZKFmjMg1Nt\n8//MpEK4RAb71+py+35Drk2VetuD9Sav4p0R2b1s1RFMOf0rq/mBY0lZfA3u\nHNgO2ipABccktEIfIYqxCriJT4xRUAuoRirH0NIAhL2WJ+DzElvSaT4xiJg8\nfGgexNMn+UxI7WA3VudwxrpV1rgsf9JLe2kxAw4Ydv5ElmgW3oHuYC2DI6Cc\n4FJHLd6rPoznOHlYCaJDZgKKLvgPs61cItgtt3SUFZfr1h+6fjE//qjQznQI\noiti9avNUKOf4aP62ZTtpIe/OSzet0do8vss5U0Gev9s4yvWMNFQy/kRpoAQ\n4NfNYvsWI1hFmji5No1coFUf1+KD+Fw7IOPKBNvRdBMg7xZPl8TNO1Od087h\n2/kYROY7aUYRm+bGsMcNd/1k0JmxQrmrGUsud8z9rBx7SRY2pMQEnPJp1k/U\nq/wQ82EF6zYcqD9DytaPdXlEv8Fip35ie/LVnxBV3/toJ504ZhUB7uUWcmv6\neh7p\r\n=OLjo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"14e7c3e5707fffbc3601fabfe24f38ae8546ef35","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-18.3.35.tgz","_integrity":"sha512-ZvL3gkQ8psIKzjskvg5251Tgscw6T4U8VfDo/paHBNccMD7TeJkPqG030R+vZt/XV2pMtwG9Cq7O4a/pNCGecA==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.3.44","@syncfusion/ej2-svg-base":"~18.3.35","@syncfusion/ej2-pdf-export":"~18.3.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_18.3.44_1603795592077_0.9556307227049059","host":"s3://npm-registry-packages"}},"18.3.47":{"name":"@syncfusion/ej2-circulargauge","version":"18.3.47","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@18.3.47","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"2848b32ed11b57e6511461c56f23f44df5b34c71","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-18.3.47.tgz","fileCount":67,"integrity":"sha512-d7pTH/Vw9zgEWdpWbNUhwi2putXlphqJeB9moL7u/W5RVngdiTq1yYz6FiQbtZlGhoM3pNTnyXjMuw+diEkNKw==","signatures":[{"sig":"MEUCIEIjK4MzlQDiHmQKa31Z0XOi6JnhwEbFmNP/UmVSnL6HAiEAmRbYnkexwd8uaBLkeBG/G+g7Xjd0LqAhMV0rBwYOfkw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2909209,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfo7QsCRA9TVsSAnZWagAAKgEQAIlP2xWY/Rvb9KPVxsF2\nziWdRLaC0nvCxNgCNu+KtOQuvhBMpnP0eeMYJnKdSXRCybQI3A/bLFPsSEz/\nBndHp3sRyZECAhnstHFbzBWsFE3MOrKMkwswiejQUNhBkzZV5d+wM0qLdxav\nKSvIPowHlH5Qv9T4nzks3fI3lUQ3sk4zee6jUmp0HaFvRE3dXKuxtdSfhEbS\n9ccPONtiB0vh/BQqMXKbl6ZjZQvsFd/ILn65jZ/x2yY6QlnqVa6VQdJTD3rX\nbF2jm4zxf3MMseZ2W1NArt5FlkOKjCJvhMto6OnLk61z8bbjK++VGo53Xow+\nlTsCcpgdJ/foAP3+NNogxAzMuanJDqyQhsRzFHR4ToPKT2QwKWJmLPts6oKv\n/d5Lem5/rZRByes+2ANxr7DokhJwPvbAx8JUNqHAjLu6OlHn9BjtpPfg7xXW\nq14DYzpM0wrxuRjoBmADFitHMVWrekw5ndK8igwKNOyZuzIYvDt+OnAFn8la\n7cDl28DuJKc+2Xck/T8q2FoHBEtW6yzcQ7dsGKsdvDTAGRIWtquRl0+99nKp\n1cX8sHebfzH5VV6jLGkAy7aTKjySnUS9ke2B69rTZPUrsAgNfawfWrHfCEh0\nq2yZECtijgjA9p/SU2dM0dlg2jJzwEg2RarubWmLDoCi/ikZ5p98VoB0ajIu\nKva0\r\n=bjQD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"00f97f1cb5e15b5366a831c4a16f2f13b6eac888","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-18.3.44.tgz","_integrity":"sha512-vYP5knGfihXWjsRv4JpQq+tU0V7LsTpNckX72HS7xkCKBdeW534c36kKcDe6noPjyS7ZiCrimV42yLdTGNJ6EA==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.3.47","@syncfusion/ej2-svg-base":"~18.3.47","@syncfusion/ej2-pdf-export":"~18.3.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_18.3.47_1604564011628_0.6114580400663803","host":"s3://npm-registry-packages"}},"18.3.50":{"name":"@syncfusion/ej2-circulargauge","version":"18.3.50","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@18.3.50","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a9d9bc8bfeda63aa22ccce13986ea4abfdf50f60","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-18.3.50.tgz","fileCount":67,"integrity":"sha512-NQE1ru6qhou3jrk0W2kxwGa7stMF/O8jWhZWCzB5oj8q9CCkMHyjHvej8gT6tqcJVSw2+Tk14vncNn5PXugMbA==","signatures":[{"sig":"MEUCIQDQkIiTruF7/5r2rSSSZSSE+Cag2hcPcCFsJai/w6d0RgIgX1s86iuGrT6Q1FOCcDyre6ZFsDEejw8/cyM6GPsvrio=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2910660,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfs8bICRA9TVsSAnZWagAArhsP/0Y+cGaMtunaLcKcnwZM\nG8JUhmv4rtoAAXaqfDewOBpQJl3EVnTv/FI66PohFovpt1bvwVzAUyWXXsSx\nKKqcxGqNUBFswRk1OO9zWl+BqBARiVTbLpXScvV7mwbXzohxBvGRmAvHAD5y\ndv2br7aI2OVWVohlT3ILdXqcsPshMvbzwUUp9u7Yk80vjsXwGM1TlyQT+deA\nB4tUf24M8DaUj1odEooqgWHCWnfoCFF02kkllx88xm36XQ/vaYnXyFtxTFZH\n4NA2GLzwxZIacWOHp3N8MBHtwcNmpsi3Gi0BxQOGeIQI4gC9F5fw6G4Gk87I\nbPzYm2aGYuAr47YH5H23lucKB93eHuXra30yPRHnwFhlrW5dNkA3ET4nvXoC\nEaqyxbAuegj4m5Kt87M0a5RNd07CpHpDSdIvH6dskVsM+PtMBbpYj6U7h5JO\n2ii+h5EHqESB3ASoYro0K6pMH8++G/jbakjWjx+W5xiF5JKPPvbhVhzw0zwh\nepILzQaVeVjx8+XlluBPN7t/Vdb1cjbhoo2J6R2L7GcNyoAhsXgJGQ2LVFSi\ngAx/vStl3wdHZmZoav0a8P97kT9JuOP5oBbFn3LS3LuPlpXjrOjnqCgus6g1\n196IfGTebhXEyrdkwMhMrZWdBDLr+nYoI5vhGoiuoeIhdHrm+Q0mwUnI+iYu\nb617\r\n=VxRj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"1116e0b18e83f6c1cc959f7f2f704f375b6f1378","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-18.3.47.tgz","_integrity":"sha512-flU4EPErNcdtu+Te21zpGtPJiOlieim5CUI+p4hzh8uoPdJNGV/OvcuzsZ/YVow4/RbT0+6KrVpoj6cbSq3htA==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.3.49","@syncfusion/ej2-svg-base":"~18.3.47","@syncfusion/ej2-pdf-export":"~18.3.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_18.3.50_1605617352202_0.8948916547279622","host":"s3://npm-registry-packages"}},"17.2.52-1205479":{"name":"@syncfusion/ej2-circulargauge","version":"17.2.52-1205479","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@17.2.52-1205479","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"9ece04b4a18b03c4b6f8f93a82e1d942392008f8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.2.52-1205479.tgz","fileCount":59,"integrity":"sha512-bM9jtNPbY+f0tgbAvYeSlT0iIBJYoiej90uCmh5C1VCg6yzMn1G+B0+WKdVs17nDZP37xmaYj9o4TmlEmrzpKw==","signatures":[{"sig":"MEQCIEfcEIWAA9Tun4cOpm2X7tE4yICXZ/0eCTdOTVDudsH2AiA2N0LAaaGew5flDpaNtHyCd0cNMnEIDOa5ISV5t5elrw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1600891,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfu6obCRA9TVsSAnZWagAAmBkP+QH0ZPW2c8AaiWw9EJgO\nRlTlgTEzsZAWYufu9G8P8c6RJivts92RDYDtvPcU/+VR9JHvqIr3CwPopzw7\nCDyBg87iGzprldn3toLhFJ+maGAWChKIagx7yXK+rTKXkgkkyc6mcSUDBkaY\n6mI/3ACrwU4kwzLadPCk8UCqO+neAopTMFg+lgBhjPXIneLUIkkYtyAMd3QG\nI7fSEzSXq9UJaOEP68hDVKqBPfuyRqxaFYJBVwCFaMiN73VrTLiG86egyWFU\nUMn3EmBNTPkz3ea9fzhsWpnvGO+1jbyWXtrC80JkSFWokR/x+yMO0/XY1b62\nJ9OKKgK34ZmmEz1ez6ivH1Ly5fqn0Hul+dR3a10fe+sAd6AKSSsbxK7OUN1q\nA2+oCf574yMhI2Iyu9nihe3d/+TYNflzlFBw2B7DYyx+9Xjk3CnUSiifN41V\n62MPk0WVtk/apsuJUVKBQK8paU5u6kisBcjaEUSHCIgubIfXE3KkeAEQRQlG\noevEcZtLLf3htxOyw990p+EfgU1Gs/dqhTVa1UC1QhoVojimlS8BTP7qLBwr\nS0vXBSqXWTXTIoMzgZH5gDqaLmqAIYCWUSgnJkcisQROeiGP53le57ayKqmp\nh2q04/6CUiIec2DnkPvJ+feyoZtOCVCOaAHv7jR0k6gZGEMQwyLrHY+kR/Og\nLkbr\r\n=i88c\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@~17.2.47","_spec":"@syncfusion/ej2-circulargauge@~17.2.47","_where":"D:\\today\\cusom pub;ish\\node_modules\\@syncfusion\\ej2","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"687a6ef3924ae6e19a84e52e132902f1fc7dd4ec","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"https://registry.npmjs.org/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.2.47.tgz","_integrity":"sha512-s98IkgtBg9Ved5FGCL+6jZXD3LDGIVp4P6p7L83BgQCbr4PIakb151GfR01s+eGscUi1xcnv00y8g01b2oWt4w==","_requested":{"raw":"@syncfusion/ej2-circulargauge@~17.2.47","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"~17.2.47","registry":true,"saveSpec":null,"fetchSpec":"~17.2.47","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.4.1","_requiredBy":["/@syncfusion/ej2"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.15.1","dependencies":{"@syncfusion/ej2-base":"~17.2.52-1205479","@syncfusion/ej2-popups":"~17.2.52-1205479","@syncfusion/ej2-svg-base":"~17.2.52-1205479"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_17.2.52-1205479_1606134299374_0.5636140930803422","host":"s3://npm-registry-packages"}},"18.3.51":{"name":"@syncfusion/ej2-circulargauge","version":"18.3.51","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@18.3.51","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f9d0cb113af8a4c3dd40d1baae28ef04548fd30d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-18.3.51.tgz","fileCount":67,"integrity":"sha512-OSvamdBPGVFRoJOVxHjb0y3y5cTcQu/wSkLmEU9lVMo/4J144JGhv28Cr3zWOLKJrZYmsCAkNQ7e4XcOf8UThQ==","signatures":[{"sig":"MEUCIQDGd5mzMulYA04eMn4yiBJ9bccm7cibmlLULwLtMVOvrQIgachbPqCckT2/pr33t5l3JdhSulJLyVoUPonM49OhQYA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2911975,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfvO4mCRA9TVsSAnZWagAAACkQAKCQCGMuxEiNLz6BLnif\nXXwFY3rcY3lIxxfhWmKp53ie6FXv5JGdBVahHC/c3U2WZd6ICp7+tLxd/j4a\nS/RyLKa/bWMQmHleeN6dymrWoljXD5RiNJ2kqBfk+1oTvRx4ZRxTS+ieOu4c\nbURGzpwvk6BVftODOrsEyQh3Jl/QJWYeAZ8dno0EkVsyEx6njWC6LIVJzx3e\nGAkDTroGbeOoJxUWi0S/5SdHzgGrghWkU805vetGkF5nUE/Lo1n1rST3UOdU\n8EXoJ/dXEFtfFzC2BZLdBjJyJubY4QL3qCbf6Ad+q2+Ize+y/oJuUmUXkknH\nsr+s8bL0G/3eRH/ybiQ/Ew7Q3v6UuLLac1fMP5T6VU59i/vJIsDZufyrIHjn\nl9+hQ6FZt/kId/j8SIiKY+tfnyLZD6enq7avJBYQK4nPCimc9sz/uCVhaqZY\nD/RUT8MihUWPix9V3jLxrsPil6n0nhwjzwyZo16NvYWuxb59lu1I8o4DxxxE\nSm4ttgTY0QNnFmuItQBXbbwt5LMDtLukvuguuyNQIJo4eMDZaWgzWvQ2/Tb4\nuA24GAbHDT/c870HLTrxYLweVE0LRnVsiSLEiXtzVnbd9V4zPdGB9eFkyhYl\nB0repFcZQIH8UG81i4SrV+92kKo0g9pWZVKHicHHN84KvYQ2X4nztw5XXOp7\n8xAj\r\n=RtH+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"de33043eb8ec30562b54c2c743b15c64dec57fe2","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-18.3.50.tgz","_integrity":"sha512-dx3KDka79/ABk8uF23mKNjOgZeFrDuBaqS8rn8qH2PrxEMwHlfgqapXFfuBwJV0YcJse0j2yLf5Q4uyOiswwrw==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.3.51","@syncfusion/ej2-svg-base":"~18.3.51","@syncfusion/ej2-pdf-export":"~18.3.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_18.3.51_1606217254270_0.8189955491665666","host":"s3://npm-registry-packages"}},"18.4.30":{"name":"@syncfusion/ej2-circulargauge","version":"18.4.30","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@18.4.30","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f3737bd87ee424f975d202488c66422d2605ab89","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-18.4.30.tgz","fileCount":67,"integrity":"sha512-nqeQRpVpoxlhWgh/2QHAgdTzAXFc/JNZck3t5rXMOKwg/HLsn7w+7thZZgz0mKmikkcUp/Tj8lVEmPATIjZV7w==","signatures":[{"sig":"MEUCIQCdVGfsEB7Xo4HRIbCNgFqgMSej9VGUgumCvRcNqVTV8AIgJ9TmrN8w2ClKL2AlbudzYGKSjgr+vidqR5Qn79VuIk0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2912591,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf2wdmCRA9TVsSAnZWagAAdEQQAKDgNkqy9HUZKss0/+65\nevs5k0u2o0FZ0I9C7kqW122Y7JACAgDwr1mxQE+D0i9cfsLQdlimnHJe9UpE\nXJXx3hZUc5sMuZEF8wBBZ4NsHa2f4WaZ+C6JiMg/Sgrcb+hNGT+tTiX6cOwN\na70D+V5ZQJSvI7nRIN1WHmQ2tsfT2oPTNboaGdG2DaVSESR6ymFU+uajA7Pu\niop6TQe/1DrwvQkhiNYJpTZnNSq7fRpkQpXXmAQFNxynpPPmXRJxsh9XNJSy\n5os9HJUr0vXwF7LXNXYfSOq3MtquISVtzUtaz6lJJKdulDrcmtWhlJehqPy3\nNOZZ2vm9o03Uxst0zNdkAWj+fDYLWIsHEtDLo96l4AuIaUMexqCswS7Qwxs5\nGU1qjoK716qZtvmy5/16NtP83khDvdGSjlpKC93NTlTw8aKKNJiSQYMwxQsp\nqW0TvqSrT55oOPhGFQNYQhoRnMbCDd7vxRxs+DHzYC7CDBcx2itysYkKwwTX\ntOlbYsDkc9q5e6zJjaoRdstznctWZz87Fp/kHwxZO7pkRQgM7X2caH0SqT7g\nyei3Uwx+uIUKz2+/nSkD9S/bBFY3vBZyKYjedZ06kWmLsH/HJErs/qBRmvZP\nb5vnilZQO8pOYWwEIUdptyOGXQ8w9T4M0pqZN6v/CCb1V18nVpNIeF7RZ99R\nLEG0\r\n=vjZj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"362d1d21c0a2e90c814ed9a0bc59396787e24fcf","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.4.39.tgz","_integrity":"sha512-eNxsbsn+wDsbGfaYk95KUtWfcaYmI14zufqaZuHBqGMD/AijWqbZhzE9AmEV8oQyOgdv81pNvLovFAcOMC2Sqw==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.30","@syncfusion/ej2-svg-base":"~18.4.30","@syncfusion/ej2-pdf-export":"~18.4.30"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_18.4.30_1608189798379_0.8229508234954124","host":"s3://npm-registry-packages"}},"18.4.34":{"name":"@syncfusion/ej2-circulargauge","version":"18.4.34","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@18.4.34","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"0333d4d7d0d0ec841a92f7976240438d725525d9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-18.4.34.tgz","fileCount":67,"integrity":"sha512-OcqXnLq/uWkD0R8hcayA6WhpyDVukVl0mtarN4pY9uuzOoo8btzqPghajbGIrnU7X240PbRtp7xpbgQjhhbTWw==","signatures":[{"sig":"MEYCIQDUmcWACFkH1/g459sTePJmfkBmELrnQQy0KoDMWuEb3QIhAKEp7Nx5B40qmGWEVdfbIRAyiNZtgJgTZ6HQ7mNTYT19","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2912590,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf/bPrCRA9TVsSAnZWagAANosP/3p0OZHrZ2S7xMrpa8yg\nGp0vASRQ4ylo+7JqzypnD5nfPpU74mqUWpeCSHWIfzhfM6XJJIF7BiJF0IKJ\nUbKCmM6Btw5jfiOlwqjpU14B7cbs4UchscpxJoO8SPChBoOtNXEmmm6BJBfK\nfdZYhEcuvLnVc1p8V08AKEHoK/DTHoivEcOet8Z4MslBusnNhzznFAk/Ncde\nKn9tKU7otct71hKmjU3HfQ0VPZNk/7WTLEfaDmF4y3r6cfa7AqcnQHZG9VkH\nEh1XuOijrWHGhBo3YHE4GzQVn9mjB4nXhZiOlzC5so85Wkl4tohT8GlQx1BS\njctNU+tEvAGv6G7p2A+2vBIKOPL5VbdxCSiDQ2mo6vtibtnUjEif24aHxd1Y\nYhttFn+iuvkJHzA6RbCb/sglN48ndnJD2gTdoUXBmFqwY9+gNNq1tpMNBxZ9\nsLWJb0h09mVy1BB9+S0MxBgk44YS18aHQvw6nubSHnZv84RW6/NCP9ifnyFl\n9amVYKvPfwWdFSBdG008/7GZpyYG7dZeQ8JgoFG8Lcaruex++ekEWZGGDBm/\nP70fNuWqYytN94aua6bWJvp2u64T5p58EYTAMJyjG7B9f0ag6Jh5P5qSBrSg\nzGQnOyy+x4mlC0XcZP9m5rN80yn7q/LcUo8kEx/LPoFSt4urBMiehh4JGvMh\n4V1w\r\n=by+a\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"b1e283c023868e33c92cd983cb2810f980b5cf5f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-18.4.30.tgz","_integrity":"sha512-dZY0QyNMmanDRh4LptlGVpekIwLLQj+UJ68qrH/LrHnNl0b6Fm6cnKUxCItdryy8xXDxFYam2XDVIk6GH5tRrQ==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.34","@syncfusion/ej2-svg-base":"~18.4.30","@syncfusion/ej2-pdf-export":"~18.4.30"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_18.4.34_1610462187099_0.2764644019289184","host":"s3://npm-registry-packages"}},"17.2.55-1205479":{"name":"@syncfusion/ej2-circulargauge","version":"17.2.55-1205479","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@17.2.55-1205479","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"bf555f7b7917aec089608d195a81733ad669da7e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.2.55-1205479.tgz","fileCount":59,"integrity":"sha512-pV7l0cYC3w+2EIxvDkp6C7+ps7r+fK8ifaEjZjuowtr5NXNKMOBRrIcaXVgBC3kWvQauXI9fKl4NaL4Jpm9mXQ==","signatures":[{"sig":"MEQCIB8X9/wg+k3BXqqm36g+YbbW1xelwpoc07wdc3/tPGCFAiAbUgU2/DSo7NHbEOzoEetagPsbzD0rT6IwFGxHAbDySg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1600775,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgAVpZCRA9TVsSAnZWagAAS6MP/2/VzBeMjrCU5cCsDdsR\nKnkRO4aY0YXqiX7cnKFy7cytkKRSIRAq9fg7zmOXUDccBZWLS2ZiAq27OswZ\ncRwWiKhX2Jd9fDCNjSqTeRwSIKmqJYOmhAh0psE104KP69LTJ+7kUqKlb9b9\n4QQK/ITC9yLaWp/iwFrvyenW4p0uX0U79NfsjPmZMbVFu2+IEntOuhslQ4OJ\nqy3L8NaKMbBTCrZl6YhyZQpGaHU/p3TiN/lDJsLlUXq1gLC9TQpvf/bw5nrW\nFILspsDquLlWtgkBHrXoeoVCoyeUDcslRTM7xSP1uj4R6FHKXAvBtZ4TXbK8\nmk8qJKjMDpst+xFP2rmgE7jtjzi6E28MmSXFnIOt9OqdunsHyMybzXQvpbLY\nVMAD9YrComp8y9NvfSmE5VlzhONHh+R8Z/MOLyMVfsnsy3c8VK01RCrlYl2Y\nd0Pegb6nTrkEAm7h5b9lyLPLWZTHbYJsgooNHhE50K9/RCsJn681fgC0vPwI\n+yi1v6dZ7nBKx7lOYTD9s/MidVQtzecciAMSw1K4EEpAHwLWNqnqgX2YGjzZ\nhkWeh/lnHQSmlTyI/w4WLfknYDF0W8QSbcaRnC1WCEpGwFnmsZug7RpJvovH\nKlhfIUrTNbtA0KzzUYiUB6ScsCSouM6qsFN4wv+Fhuz6kR5CnZskGYizVK0h\niK8D\r\n=kicP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@17.2.55-1205479","_spec":"@syncfusion/ej2-circulargauge@17.2.55-1205479","_where":"D:\\January 2021\\package manual publish beta\\projects","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"9ece04b4a18b03c4b6f8f93a82e1d942392008f8","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"https://registry.npmjs.org/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.2.55-1205479.tgz","_integrity":"sha512-bM9jtNPbY+f0tgbAvYeSlT0iIBJYoiej90uCmh5C1VCg6yzMn1G+B0+WKdVs17nDZP37xmaYj9o4TmlEmrzpKw==","_requested":{"raw":"@syncfusion/ej2-circulargauge@17.2.55-1205479","name":"@syncfusion/ej2-circulargauge","type":"version","scope":"@syncfusion","rawSpec":"17.2.55-1205479","registry":true,"saveSpec":null,"fetchSpec":"17.2.55-1205479","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.4.1","_requiredBy":["/","/@syncfusion/ej2-react-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.15.1","dependencies":{"@syncfusion/ej2-base":"~17.2.55-1205479","@syncfusion/ej2-popups":"~17.2.55-1205479","@syncfusion/ej2-svg-base":"~17.2.55-1205479"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_17.2.55-1205479_1610701401013_0.3242139063831393","host":"s3://npm-registry-packages"}},"18.4.35":{"name":"@syncfusion/ej2-circulargauge","version":"18.4.35","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@18.4.35","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"89fcfb811fe209db27d1697339dc51f21b34db64","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-18.4.35.tgz","fileCount":67,"integrity":"sha512-UhejJZxaFglzTi6fxsujcbv//kVYEx6jTiikB8I5gijzwh4HhDEqU4QXVjbcLqLJ5rMuXtAbIgGybnkU44wroQ==","signatures":[{"sig":"MEYCIQCY/UT7NJtwJt1H+pI0tjvSBgz/zgERekhkN+bYL05vyAIhALosVuU7yWAlSD8PJeGCXEEzX94A24Ry6V7W86rHI1PS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3053549,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgBrXYCRA9TVsSAnZWagAAiB8P+gKch4sE/705G91gGuAH\nBnuxVi1gD4QZU3BmZQybkB1kpXxU3CL7TuHUR4PNdJkqqRV5v828gLUSsv/l\nBDlQLzz7pnJ+eM02YcqFIPgBqhzfEmDs8RHv1gjC8GwFPLqXUoPi0pmgn2PC\nM9fjmdi2wJQJWTe6TjB7Ep9AlWgGKmCT5tujn6mX4z8m8XdDTApR56KYwN+8\nZ7A8PunnWBlkZ9sCTRBFdQeDis60Zg/7wQYtdl+GUovX6e4mULH7YkDY18fH\nxXufj6fqxPWvGru8T0xFjX8ppniieISQnvuolzl+2cqaqGW6cVY4+0Lpdod7\nyF+uM+u8O/rRgoy7b8K4iptMQxcMXCun21LpyGhvPZJWac71mdLwfnm9mh/F\nSk4wNEf3rKUI1RWRR003S4ewi9/bbPtUCL4m0HANwBSEFMlXUnWSD2RoOJGD\nBxdkbyqCjjfInuzMxBVVVCorHmxx2VaAf+TZTwG+qCttqjIxkGRedbwFybu5\neehdxYxH2h1bg4Lf+eRtaN3FcjeKVEn5VzhaohU8+R5Lh8KatN4Soq9KbWIb\nbMYIshPj0O4Ggn688gzjR8OgltX5mlVRonsyt8X1Gbi5rsgckdDr+EshZaki\nCdYsRf6IgJhtGv+vp1P2Gj1qcyur9uuh+qvytmkYS3W/b/2C3vjZwCagaBmE\nrDu9\r\n=MjUM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"ea2108ed81fc2fc6790c3010e3b4cee42cdcb220","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-18.4.34.tgz","_integrity":"sha512-tUPb5+xHPgQSXzHSZVQamhtJEVyJMGWZTyJ9ACtuaSXxxoJBouPYzS1ckbmsOH+0yTgkUr51QmujApzc7x0V6g==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.34","@syncfusion/ej2-svg-base":"~18.4.30","@syncfusion/ej2-pdf-export":"~18.4.30"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_18.4.35_1611052504230_0.008129181504362926","host":"s3://npm-registry-packages"}},"18.4.39":{"name":"@syncfusion/ej2-circulargauge","version":"18.4.39","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@18.4.39","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f3f3a5b9c914bcb9ece31c06dedba1693dd8ffd0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-18.4.39.tgz","fileCount":67,"integrity":"sha512-9rD15lXhHn0xp9JTxG5802xd8X5T36kzMw7f/GviwPuWyowhOUv/N6rvEGNz+FMbpD2gfDMudJphsaPKp2lZKQ==","signatures":[{"sig":"MEQCIBianrknt3754s6xCiKgN61nXH5AQVCeoeojqjkVjmnVAiAut5xtBp3pss1W6emXaUb8Z/0Q/YT+n24PIGGWqyxCzQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3055741,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgEkZBCRA9TVsSAnZWagAA0ssQAKShoC6lrZNA2Xktpeab\nWF9wtpXi3XrGFH6BD3LDEuaQO6WlvmYax2XcT6uDoLGllVtmRO3rTAaiXxbM\nRAClruMFbuu0b0O8jYuAC7dkORbvBDYs7zfqqZ0jR8S5UCiKAH4ORZo24crI\n7TxOyOwXNujOywj5O1mQTf7FwfY11Mfpob8pgAXtI1CwjGSl9CYTjgONx6Xo\nli6ED2LX0mH+/mhC006Sip8aMRivR6u8rPzIgqmHciWDf1e1BQQNT5O3bF3v\nZnD5WYbblE3E7zTN0uwcqNT9Yz6Inzt8oOVxenD94EhoO6fI2agba+F/Ylzi\npHulTn5X/ZG6pxQfcRVa8nB1nMfd7VOw8rQ//Ohw//MtnIKep4jgEeefPv5K\nqesbS2Id0IJI2aMQHSN987UmLRISrBuZ6j8b2XioF5gxkSWMp1KjdBaRPfYf\ndWepMT1NCVBhKCH/HYWXOTG33XznhiLzk1XwAf+mQNywoER2ZhLyL1d8Augt\njAjqdA7tgCeqAxx0EH0aEeI//f74QMmM9KI5K73zQlTMHRoultOz0kNnUhZN\nyune0Gp74+IWoyJ19qY4/A9DTraVMgcb1+orM4H+aaRkTwDiidikz2cO9oUL\nmGtAivcIkJ7m1ZQ/esugwVrVoNV33CdoBhbLXHVP0ftyfnIp7fuTpdATW83H\n00no\r\n=YmKA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"64a34310c4124ea887a5e851e7690a3362c1fafe","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-18.4.35.tgz","_integrity":"sha512-fYHAkvwF5L+0N1Q40e0KT6OtqGT40fa/dRSoJPj6KQ2y5GAVnLhYHOQoK8aVAkmWQttc63vGkU1zecTwj94XMQ==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.39","@syncfusion/ej2-svg-base":"~18.4.39","@syncfusion/ej2-pdf-export":"~18.4.39"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_18.4.39_1611810368918_0.7227238676273289","host":"s3://npm-registry-packages"}},"19.1.54":{"name":"@syncfusion/ej2-circulargauge","version":"19.1.54","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@19.1.54","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7f841c94f3b3de06c775fdb73fbb332d96be4371","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-19.1.54.tgz","fileCount":67,"integrity":"sha512-yT6LnOC9UHaUaD35DV4CgLcSdStyyEc2yC3DDvuJxBnCtX0j6pYb9dDzGjUhjV86qTB99Zd+EaV1o/hrruvEzg==","signatures":[{"sig":"MEYCIQChHsZQ31XFRjq2wE5jAdrp40BUyTJ4ZPIgNbtPA7I0zwIhAICJys0d0/a/lsRLa7lkYc1u/XiE04h87t1isn1dxSnA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3516594,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgYzllCRA9TVsSAnZWagAAr8cP/17z2iVprBlV4jiD/n1A\ntCNlurXUoQyzYkyqn9wQgreuyK4rutCwbdgFIPDMeWwcrMBITDfQvfV/wt0P\nknog19buzNlRlAfxM+U+T6NGKGcfM4AnRqXbbAohgHs38/85P9pKhsJ7HpwS\ngEGT+eTirRDHL1xWam8ZCpVU7H+kTVHYnlxLNUZfqv3aHbZINigg4/BNrxbb\near28+LI5iOP83izeg/0+5P6iThDs0ArBC/IH/IGaACjTMJQ25svNWg/UC0U\ngf6+UNBUGG7Np6R07rwE28qSF3mWjrwpDkhjAY3bNju21wb+1g4KqgaXQDNZ\nbj7CIBO+5mi75CHngCs1CdJlBD5rqi7DSbcBlmMYBBhDqTqiFnYLaY3qINdQ\nMW44W1SkN3/b1EQ9EMGcSvoW2L4t1k7u+sZ/Hy0kfVtmu8bpNl3sJTKPLS/p\niL0Dxb8mACkd3o2Anac4Or8r02jo9jEJ2gA156svzCiJ1KFCbbP4NOhmPsI2\nC0KQ3DPeCCEq2291rAVVXrWdQa3VcDskjGc9iwLvvBtvP/ljA4TnGMimzSbN\nVawh1paVQ4MylfKdFseEu2yLBn012Rt4BegPfyKwzuaf8aBuGo0w+zwG7diF\n07jx3r92+kasiWEnq5jZs/SyqLtaYfhuuXCj1HEDPV+/ek08pWt11MIsTm4s\nzkXy\r\n=OiZZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"3591169abaf880b92fddeee106062ddb1c81778d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.4.39.tgz","_integrity":"sha512-MZ+cCVCoCQm09mPID3ZgbaWtgDWQCKko8CQUY1rduRCrX8NvlJXvh+xwWKPTQiqP/2WJOP6wxYvwC57Exde9LA==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.1.54","@syncfusion/ej2-svg-base":"~19.1.54","@syncfusion/ej2-pdf-export":"~19.1.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_19.1.54_1617115492839_0.3514692988192869","host":"s3://npm-registry-packages"}},"19.1.55":{"name":"@syncfusion/ej2-circulargauge","version":"19.1.55","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@19.1.55","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"5bc8a59dbfc9b3d72158e487e8c279ab6ed5638b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-19.1.55.tgz","fileCount":67,"integrity":"sha512-craxDWjqv44GK/lRGUVcDyDhjUdO9jKGuKSUR8AHXZ4UhrqRR58pemJv1cn+eZsRysd1w+Av3nZ0h14XnNDlGw==","signatures":[{"sig":"MEYCIQDw7XXePUZcDrnXF5WoURrf5eqGMvyo0gzoLBUF399FnAIhAN8mwYhsSkv0pd2TMreXbz2e23u6iMKCj3WW143v4DNM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3515509,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgbABjCRA9TVsSAnZWagAA704P/jwxGWOIyh0ww1kCnPGw\nAGULMQe9ToMEYyveJRKMX06r5RSVmxT7Lh87PgFUZzPbwjoHZb4GRlbtxR+1\nCIYO2lNf2/xTRvnLh2kDiPn3G3+8MT3orliZs6+Qganl1U954XLwKCwAvTVv\nJrm2E7fkeVFtoLcIDX2vJDDE6PmXUowslPRORFzY6wshYFVr244exa2sRwbn\nJD9tJv3bhR2uc76S80UEZBGYiRjrIh+//BdKJTLIDikgt9DvzOOE+2514t2P\nnCIXhJz2S/YU7EmzWNy5TCroUbe1GT4W6bvsT/ovfU/AKi0IBHWFtnCDrzcS\nFj/5eubFzajgCmiFsdFYFHyh4d6dTYijFInhuBRa9BqXcC96Uk4WpRRbdGvA\nIBysGHYTpunAhWjwWQ7z4VzAA01JbGsmazfe+s5WqVNir2+CMNvjXX5f69zO\nMlWgGNfZcJva4MxM5VNbnOU8UDu0wA2kNMcVj6hJ5D9Ja8DM2pG6wgGScUFz\n9eyb3CwD/FBnd+Jgnn26xb16vDDXE/j5OqDoANS5sYaOovTDMDDrW02BMGB+\nmi1lxGRURYEKneUGnwU/yioUEfkGSLa6Vy3XOP80e/PnVW1ME6Nf20TaucBE\nIEA5RWrAcGOuVrKcjZlMPiyxBGK97ivJiMLroG7or+gTaOgkRnPxUyL9SRW+\nAvFa\r\n=swS4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"33e16d3296454f7959722ff4522f4ea8110e8e14","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-19.1.54.tgz","_integrity":"sha512-pYvAEbCuz4t25sFxuZgVULQneexxL7/LOS6hRqqUU3UOvtsKhHZYqHpm5dyl69+MgqDI3X9hs86X+8MtDRCH4A==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.1.54","@syncfusion/ej2-svg-base":"~19.1.54","@syncfusion/ej2-pdf-export":"~19.1.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_19.1.55_1617690722917_0.8843648787465992","host":"s3://npm-registry-packages"}},"19.1.58":{"name":"@syncfusion/ej2-circulargauge","version":"19.1.58","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@19.1.58","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f30f43dba892050489fecb9a2c47666cf314f2ce","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-19.1.58.tgz","fileCount":67,"integrity":"sha512-MKgA1jO0AAAON4UG8xUHWBRi3U+VLVOzBEDzbbptWIorbplFt5U7TGp7mVpvR/1cSHii4nC0HY6vApq6t9RF5Q==","signatures":[{"sig":"MEUCIQCaFt23RkM0/hHk585eUyYCr+Fx34IRu1XaqNmP9F4eUAIgMFyHT4hWEiI9bnzCRwiUAMmbia9iHdLL0CecpexPZUE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3516062,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgh+gkCRA9TVsSAnZWagAA/e4P/AwTPIoTBn6rGjy5jjjQ\nHOutXKh51+QnNV3DdS2RFn/MYHWpkywpdPGHtK0ntE3RGFDF0SWke5xEy+8f\n7/qtdt/w1lZXIWyZcJGlD5X9Ru0i9Mptj6JpFLZ3FJLh1dfJvJZjLU/LwunB\n78q5O7oOWCZPAND+pKt417QkXLE1PVk04BRnAP2QXgJGHo5+o3pHsCGgQWSs\nfhPwCIlV1MCda1Y4eG8uvfku7FVUiBgSbXDc1ulZqDk3/VGEXZWd/fS/agYQ\nqmvPCha3fpZtJpyyKVgBSYaG1uZBxJrF2LCepAgWYRsdC1pN72N1msXB4zWh\nCjxtM2bwWUerfkQhEueHjFsyMbOA47IuB7E4kBLKM8T7sTZW/8iPrvZk8xPj\ntMdVMm/0irCxzqSapqbuBrehIhqrkdvD2YDcUSzVbPRaB/z+3Dw86RhAGh3d\n7bOI0RjuLZPJ2X9gx+u9HPFO/br8Mr+DtYk7WJDWPMwaYiQcsF8DZFV0VXHW\nrXx5UMnXzfhHpJf98S146hy7Z9Fl8k9EZu60z3H6Um6Dk82VjbWo9+0MDaPW\nW4YfDYWhzQ6Ub6sVGgOPtud/c77wpTaM1cFu+rAiOIwgVbVSRy+m118WMXPM\n1qMWzCUWYdcElwDx8ZJCrFgi72iNrU6ugIbP1/Wqk6BUH/qOeMzqo8NVhfGQ\nKT1n\r\n=8rS6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"3c931f7442a939c2ba28f1d9edfc5cf5969d2eff","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-19.1.55.tgz","_integrity":"sha512-j8gGqG9QOBZDEDH4WEKX1zYlPcjkL0EoKqO8xlKjus0q2qJkWRREISCC2QkziqsPcp3T/iYh/vdAp8//++W4sA==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.1.57","@syncfusion/ej2-svg-base":"~19.1.57","@syncfusion/ej2-pdf-export":"~19.1.56"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_19.1.58_1619519523581_0.735127810465593","host":"s3://npm-registry-packages"}},"19.1.63":{"name":"@syncfusion/ej2-circulargauge","version":"19.1.63","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@19.1.63","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"77b3b98d5e0921a2789a3b9242035254543b4cb2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-19.1.63.tgz","fileCount":67,"integrity":"sha512-rJOo/Ia81X7uWspSoGByXkca133c0O/qR+3FRR22JmC8kISasmAP3Cy+Qvb4ak4cO5rsS0+IaUDepago2mXcPQ==","signatures":[{"sig":"MEQCIHrVXjJ2zqJ2Sb35qoNfKQ9WQYa8XEl3QpfMnmTA/1qeAiAKdPTMP22Nqth6w1XpYPzv7SnlJo+7eYhi/TsP1d6D1g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3516062,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgnL7pCRA9TVsSAnZWagAAYtkP/RoaKauj9FmHX0LvrtrT\nMHKqMkDSbaIz61+054F8oi97v1FXo/DHUm9WrHGVhTIS8XH2xfylJfEEGaWC\neBcfoFu+GyHAAnRSNBqQ4S/qAQua3m7j420zR7fEOtJQ6SFVwtu7V6dbcZP1\nd3fyVXds+PHQa1ymrgcR918n/lXkm1SYr7HpejmEf1Q1CCi6zW7aUfuDoDe5\nCURtN0APpCnuzKqu/ywwsNCBk3xDWdzSncgWNA3W8SilAznQZGGuSY97gD4F\nWQx1sug/xxmKS1H0c7eE9THKm7uB+dB7w5Bp8kFZzqMNuZ9YoH8R8tTj++gr\nzgSb0gRl/4W/69WDgRIPZBpKruhUdHZknTzSSW0axWDwemAkC22IO7N2Q7P4\n1QhPv1nEWaFtEqSC4YfrHQ/pjNmQt2SHtQ8ZYve3Y7lh2jTQFFMV3Navw8Jt\n1Ay4Wjndu+VImjuo8E/P4zIp8jj/HzvMDQsBupvVhmQy2HU/ND5iS7Os7HIj\n0zx0YT6YW0Ylu+CSVjpkNp8rIwMRzMFf7BkWVhWvpb94CM8rNgUDW02zLYXX\nnh0nW7bPQMRSloSGVd81sM7DonaLJjGoU6SxiWWnUya+ll+qt9JFKgZF6s8/\nSAWhQFAY0hqiPHYzysSU6gphrnh/Tu6CttnTRCqBZst8eaG1swmAkSFgWys3\n6CDK\r\n=MiTH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"3c931f7442a939c2ba28f1d9edfc5cf5969d2eff","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-19.1.55.tgz","_integrity":"sha512-j8gGqG9QOBZDEDH4WEKX1zYlPcjkL0EoKqO8xlKjus0q2qJkWRREISCC2QkziqsPcp3T/iYh/vdAp8//++W4sA==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.1.63","@syncfusion/ej2-svg-base":"~19.1.63","@syncfusion/ej2-pdf-export":"~19.1.63"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_19.1.63_1620885224674_0.9047791111616632","host":"s3://npm-registry-packages"}},"19.2.44":{"name":"@syncfusion/ej2-circulargauge","version":"19.2.44","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@19.2.44","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"397f0222e303a4e3c902fba56c19f7eceea6fd9c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-19.2.44.tgz","fileCount":69,"integrity":"sha512-kiRPsrEQmlAEpWqx65rEBoq4AULQebYzKiWO7f9sAnuPkbpaxRq8Kmp9n6+u6aa2HJ7vmP3HdEOghLplp2EMJw==","signatures":[{"sig":"MEQCIHskF1ZM/ShMDi4LKxJ9DeWoEDuG3M7FDlBKoCQoc6h/AiB3cMnbrf1/QRFnbOkQT7MES9ZPOE8tHz0smpTQZ5FbWg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3567845,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg2/vmCRA9TVsSAnZWagAAHacP/0L5TceJ6lkFv7AyNbUO\njgmWW6DamuYptIKpxP4Z4v9m9jGSUT9UloJ2bqmyb6L23v2l3n0ZLI0Xjr/8\nKegkoB0bFgYvSDyhhtuPrD94TG1c8o0ZIQY3gemr16xPxYgXytfTC+a8Zlpq\nw4d/xzvdfbyE0kY7Yq1NykOto6kaGgvORbXI4EYc6SXz/2QDXj5+fXqo3H/P\nj8+NlF4PsaSxFf9d1fXZ7Z6S+pg7OATV2MXGAGg39AYHUaTtod1rxxtYCpr8\nIESKxnRLtxOeDeZjfMrFjtP8uMvHBNLy7i2W+6CE253cs4EWdAUZuBZyQXrA\n/JmR8/rb405bcfA3Aym90QuFTxkQS2CZOKauJukJc48HY+FLD/5CDPJHOhiA\nwtmmuxtGHduIhYwoilEPKCBGLDxzQusf8tEUV5CS6TL3prpHGOuQ2xhQImTH\ns7gF+T6SywA4ydyhLKk29Cbe0SUsSvSTwmot20FDF+I57tOj0VfxnWrh7kup\n9dv1c0AxWe3Z5GvQm+r10WQehi9CDgEkuSfbSufrDnpJsM7017aG+Kk/xp/O\nGqYfopRlQOjOu043Y+nwMxrNbhRlSAm87KPUKX5I+nCrBt52SZSV7a5150ff\noXr5g1JHR9ZhVkb0jU1rTlSMAfdZtPVg7dIAzL7/yIQBKHOEvEBsyVbm51C9\nptp7\r\n=NWvI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"be27d02753be42b99231d7ec3ba6f4a914b576a6","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.4.39.tgz","_integrity":"sha512-7pjpR4tskNVUUDeGcZQIa0Wn2h3QbTYetp2yinI98EHDeKhSYvqMD/qjN1M5rIx5kE7yE/wxyxfg0rk2tMMMWg==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.44","@syncfusion/ej2-svg-base":"~19.2.44","@syncfusion/ej2-pdf-export":"~19.2.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_19.2.44_1625029605856_0.45903028380763056","host":"s3://npm-registry-packages"}},"19.2.46":{"name":"@syncfusion/ej2-circulargauge","version":"19.2.46","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@19.2.46","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"89bab4914f277f7e173aa19649e6dfaf63423ce0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-19.2.46.tgz","fileCount":69,"integrity":"sha512-rqr+C1mxMkZT8yr6nBeOAXPAuQiBeSQ/6zX/7tYtJLrc78Y6Qy0q7e2h28fyDvXcPrdbBH1VLZZRVqCKcWYShw==","signatures":[{"sig":"MEUCIH4b7a7UBMGqEZMvQyYtgL3IVjjNlkrW5rJhR565gk0kAiEAzBLCtOJLy5MkU5aadDKy4kAOmETexpKfLxmU6GgAue4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3575587,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5BC9CRA9TVsSAnZWagAArukP/0/L/RqokmBghCTZUck6\ndD7Vz879zDV+wMWTXlRYr8N31kzkJjsU+dYA5rvCNgJwy2kj5gWkcjFsZMFY\nbdq1jxMvInfEP1M9mTe4bsy8Lxc2uAJj0bUxmlhYsI9ySqYTiW6/HiL7If/y\nJzn4ko715iIAoc3G/bFRYfhT/S+kmkOTVb89F6pot/+FFjB5MwRzSU2BgUDa\npP46B/xSqzOfQN7fq8IeVC2HtiCrq4Ks9AotWLDyrFKmBMuYawQE/jz3P9jn\nqWshPLvdVoGDr1lWRynC7ny697qCqhhC9Bg+T8XbyTKFvZ6EaU2CNgBHoshw\nWgO/Ca+N5lYCRPNxgvli7p/cOQsnaIbsidE5WKJEVC/F55/7LcixUxagBKbV\n8TsOrP5rpvs5DCDZfWfgR3DjufEBy0+r1Z8Fxq0uU2qDYnWKvfR0cK+8v+b4\nxrXDN6qX1GyEx9HpIO9Yvxt1j5X6RdnvDa82mdBIF16DcnhCB8gG2TSa4s+r\n35DrJaZEGMLKhod/zPCysINwLYV+vfBBCTkhKc4yqTFDeLwAMMCQRRG6hOdu\ntwO/ZmSRkkR/l8kEksFvVH7BCJMauwJGgAXT2ug3UNsz7v9Sla1faG5tdDVg\nCT1pUniRbdvgNT2EZngKmOJFAUkpW6pPBrpLn68QegOuzzaG9s6oLV/wTGC9\nKuod\r\n=Gsqc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"e8ee298397a217e6388c61a3d63c2dbe5ba4b566","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.4.39.tgz","_integrity":"sha512-7CJmQvRhaHt3SSqO9jyqMLRof3joPmqq0aIkCDi0BHTI9FHhqV6Yp1zNL2ZCSJbqSJEXNCtwURgwHi+fT0P+7g==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.44","@syncfusion/ej2-svg-base":"~19.2.44","@syncfusion/ej2-pdf-export":"~19.2.46"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_19.2.46_1625559229195_0.0009629264214832123","host":"s3://npm-registry-packages"}},"19.2.47":{"name":"@syncfusion/ej2-circulargauge","version":"19.2.47","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@19.2.47","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ca2ed9cadc7e1826bc229b36162f66a195dfe635","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-19.2.47.tgz","fileCount":69,"integrity":"sha512-+TbC1D56RUFhh5SBsfAvJUBiQKt/Km/0z3x8oz5qYyM4hVIOjO8tuVQDC+UYjwoNlMFOTPReh0jnvfj6OvZ6gQ==","signatures":[{"sig":"MEQCICwgaBPNuTkrAGFUYJg3OKMHJ2JEJrc8E0bGDkAOKrleAiBfrjUlWPAqzkJ5J0jWJ+nboHlSNyY2V+P2jtHsHDMWwA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3575339,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg7UoKCRA9TVsSAnZWagAAnGwP/jA3nrueOAvofTW2TMNT\nNCatxcAa8HlBt7Tik1qg8Nf34TZOCZWrZg7OqOwkkJK1I02/dTyUGeZHJS3R\nG5Ji7JQ+kKzxwvdU/4VcCdib6+tSA2cUhMhwRP/3IJJ9BOo3pfFhL7TvO+/m\nZbWqS55D3qWc8RR+rFPwRGDdiut3ckNVpKZGAcj7HE3JQ3/NA5BQTpcKdDTW\nOmmyZelh6R7PnB56+U8Y1r7uElU5d1dPMVkXl/p//33F8yItp1xk7Xaa1NRP\nEO1ioMDC1rHx6Mow8eS7VHW/JMmfPzVNa9tx83bJPuQKONxZUJ5xy8PMpsUC\nJXs8+4LNerg6/GUsrwWHdt9TAS1DRjY6RLYN7KK9ex+xOyeBb7pYU6QPzR2X\nlZCZEf0PM1fZ+4HffTbTkRXzDpc5iy4eBSyFD94zj8bzHChk+2illB8erIq1\n+iIuxq/k878qkaGgqgLsR8Hk+DT3T4npk7I2emykOPBUq1Jb56w/x62ZPn2k\njJ+2QxCiOIScyxSPednBbzWLIT8mUjnlao/oz8UzxxzsKYoBY5ae+A6T2CzV\n5fspBY6w/wxC38uLByhooaoFjGcUpTfWg+wWSlvpkQ1Bt+VYmX0uUEb1ybjk\ntYuZ51Gz5kiJeD1RkbJSKBoDnZFFDwiGALrY6C6MvscMkJruqQUXezUeQLoX\nDrhF\r\n=8QK9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"9f07b0306c0ed8b834c4e1dfa4821b034b219e92","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-19.2.46.tgz","_integrity":"sha512-L1MBbD+GBw33mig164yzCRgK2bzWV+kkaXuJfrXIydYNnFqzMo6kseGolzaYThvmPW+KTQlE9bKpfZFufZaHfg==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.47","@syncfusion/ej2-svg-base":"~19.2.44","@syncfusion/ej2-pdf-export":"~19.2.46"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_19.2.47_1626163722222_0.8969710877780253","host":"s3://npm-registry-packages"}},"19.2.49":{"name":"@syncfusion/ej2-circulargauge","version":"19.2.49","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@19.2.49","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"16759d32d4c5de7d20b5b3f32da5f8aa75ead108","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-19.2.49.tgz","fileCount":69,"integrity":"sha512-AMt8xfiO3BOZT0Ci2/iCNVQLEquVxaD7Vzwe4gZxdmJjs/iMbe1lyYbJMjz76cbq25hImxkPZIggvq5U+oHvmw==","signatures":[{"sig":"MEQCIEc/+o8dfvbIYOAKM4mPBwrCdMJ3Ugy+cpcOgzxMEZa8AiAk1hJqo/5ls006xqwxUSnK6WWhoLyvemnfgXvHyaU4dw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3581190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg/7LxCRA9TVsSAnZWagAAuNUQAIr+V3B5dCfkwME0SEA2\n+BikQe2vZwq5N8PV9W4TJ9SEve5SrsOvNXlncURta3iulJ1P/k2gkfReI8vZ\noJhlhKsn+AvbOBs4Gv/IUVJDCB+xN2C4JEv7g3hpRmVj1GMaK6bYVkr3QFBa\nRw+phYDwhr3K5c+cKtdfGWREVPjXqFIiu+VrCu2xDGMPlcsBDQBYcnTFc25z\nd6zYJz+L9uiIaISlXFqadWuEfIryCF5UfzzRW8D+56MVvRP80JZ4mEQa6Bfd\nfJfBInUSaCUDIUbtx6qW4q3mly7uZStqU3oDnsM03t9c1qpJHiMhISCcEMFw\nbwc2qtBLgEjFJi8nUEGpIfCRWGoc6BPEGOJQd8GdBm0VMQIXydWv87Tcw447\nmzprxU31JPW575jEsXnEYKi6dLZut6cPf/SN6CEnHEV/QYK2x7ZZ2bGqHAE2\nstQsOPy6Py5CrcFD3qtLAiTBcQv+oJlYspLJTpbfg1+QDXxLlwtp9bkSJC1m\ns/igTw9t/2omQfkZ6loW4u1wWMrRViMOFVigforqiiSKt3ru6S3uDnI59JHT\nNhocZN8v91lpBxAp4dBHSJu9q7igxFG8YFnsAGgLPA1LXl0Neb9sZHotkAYO\nE0tnvKL4TWGlzt3NISJgC3HTF3SioXvhDDso5cUxl27V18dc7q5J8VKo+/rz\nO5US\r\n=9n+H\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"9da4f11ebc05219de123fcedaf11a66e07826756","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-19.2.47.tgz","_integrity":"sha512-hONuuX2SAjKJpewQpjEVdl2qTjctK2StD6gFPzJ0k3qw5tRVJfjGkD1IYtz46jksnUh8Bblli2cUVcy9W4u3Xg==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.49","@syncfusion/ej2-svg-base":"~19.2.44","@syncfusion/ej2-pdf-export":"~19.2.49"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_19.2.49_1627370225555_0.3226008229622268","host":"s3://npm-registry-packages"}},"19.2.55":{"name":"@syncfusion/ej2-circulargauge","version":"19.2.55","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@19.2.55","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"1201049d79842d7e5b82aff8c0b87dbd1dcb917d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-19.2.55.tgz","fileCount":69,"integrity":"sha512-bn4cdmCRmcK6FdLA89uOJWw9MGgZdeghYD6vPKM+e2LDe5T7cg8ZQaJFeNW0/5CuwoKXaPvSoDA+Ymcdvt3Yrw==","signatures":[{"sig":"MEQCIGInWIu9AWSKHrP8WzJGGKaPURWy+OY8Xx7AQ2QdR58tAiBtayLdyBLG0uzrwUhuoKLBF4uyIYBeRA1bxm/r9pqcqw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3581190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhE2AsCRA9TVsSAnZWagAAqMIP/2b6p+P8jsMRoxRxClRZ\nuJx2nuuaFjcvJ5fakIJImKxxreWUtWPWkJZgI9Mj7t7PZ0QJGBQQopGUgEJs\n96kyiwijiDMH/fpCZod1+xaUEarBNhFHsy5qL5LXB3B+JGRLR0H+SBkTWxLz\njacQr8NIXX3SF0tkwc6oXZ/iguP7y7dL6Ctg/Iv+YPUI6hj4+P256tKZlwfZ\n2YqvjSepyyqhjg6TZ9SKDtATFl7bLt0wlO4/N+H3ug6EYa7Se2ZTZv4SXk8E\nSWvA41UPCXe1iIm+aKYfigo3OiTWJMWbGnJGn23yg9P6nT0949K9nGagqLeR\nj0E2FhCMRARMRLndidapWjEXspij67Nk1BADTzSNTJXtly83ZwmjiXDvOUh4\nCiC/2wMhheQSkUfn2izhhTblufB9E5xCh5678j499HI8WUx/I0zDp3Z+N5rQ\n4H3CeGXIzlHRQ3f+TERZejlB8zoo7gwp3TcBgUdgmPTaH7wQQJQ11M/rd3B/\nZOEv1lFCeK2BnS9qgUOceUZxVcjDOleA6GFsYTnAn5/r2lb4pqmJlXcV16pe\ngtT9bFnB7HtzmJym/sCLc37V/yKrQegbBFRw7W6TLr6Gg4Ip4Uz9fv3q/wh6\nnxp8GVPy6MURR5kWeC8B+0EuIqJCA1k+nzdP0Qui1YjBF9EJ1cN0nTpukEKe\nrxJH\r\n=hxbU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"9da4f11ebc05219de123fcedaf11a66e07826756","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-19.2.47.tgz","_integrity":"sha512-hONuuX2SAjKJpewQpjEVdl2qTjctK2StD6gFPzJ0k3qw5tRVJfjGkD1IYtz46jksnUh8Bblli2cUVcy9W4u3Xg==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.55","@syncfusion/ej2-svg-base":"~19.2.55","@syncfusion/ej2-pdf-export":"~19.2.55"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_19.2.55_1628659756782_0.020921492672169473","host":"s3://npm-registry-packages"}},"19.2.57":{"name":"@syncfusion/ej2-circulargauge","version":"19.2.57","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@19.2.57","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"fc3828399bdf055d5fde5a90ff28bd9557b10ece","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-19.2.57.tgz","fileCount":69,"integrity":"sha512-f3e6yaDYipakHMS12RgseUNvKWjfkR60thoJbe53onk/THIwR2ddjcjD/fzrwNDkbkk5/9BIfh/Wf783D8agaw==","signatures":[{"sig":"MEUCIHQe+8pt3RxCzdwep0/162z4tVwJnfjDqwz6rIyDD6UGAiEA5fZdbvJqX2oM9+4EkhHSarxCROQVgTrRG4bGk2vW7kE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3596612,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJLeSCRA9TVsSAnZWagAA6gwP/0XQWtfovDuDZFjmnoNM\nBiPmz34N8SW67bj0KRQe6OXBPxvMFyFayHH0nwpKk6c4COZFLAiKxSfo5QPu\ncz0Q/1l4PyvAIr2fOkt5YqeZ1M9EMd7XkdTbsTAS+R8W1zxJRkLur6gS5p0U\nK6CUEjjO5HDUyI+x8N7qv9JFQ1OHU+SRnej2HzAnyvs8ozN/YbqX8zRR71md\n7Ju+Q0JTFrzLbsqzYnoEU5d/KMhE8g2+n2T9ubNxGRvj8oz71TxOOlMz8xkT\n/BQicfTxIMtJ8Q6WS4fKTutNCXv3X7higat5tIFAQKZhwgta9q32HPrIkEFz\nCEOOqOYq3wRVwRDnM472B+5sniFp+YLIVcH6WSlOWX9eIK9HSTtttBIUGEuC\nob/fMggjz3jwPgstBI1ZQrlZhmLaX23cooHWGyjs+PxYvU2ilLXvayinWkgl\nCTBjcnb5h+J9w/eMsKMUOduaqT4XByKa0jpAumMsZoWqVMCU6TObADj3GBU4\nHHeOVMxw6ZkoXqNmNba3aQ+D1K2wufDTNO2KjtiKexmZu4htK49AdI1pZeXO\nJQrCXUi7BvJKqEHt8PLE98+Jeenkp///hojDaQh0atyzxMrcUehCDKsKwUya\nv+EdtpRYNmp7owzLOtP97HcNh5ODoKB+Up6XxnZ9XM6ksF9jYlaH+sc6G3r/\n7N+G\r\n=vlr0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"d23e5664c43282742144661437ffb469419a17b4","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-19.2.55.tgz","_integrity":"sha512-FqByoAFehGjwG/J9NllGtcgn4hln1Iom0bcT2YF5kYUMsdhcvmjmcAv2UdLg898bCI/4iI3eFZ2FmbqTneN3Ng==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.55","@syncfusion/ej2-svg-base":"~19.2.55","@syncfusion/ej2-pdf-export":"~19.2.57"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_19.2.57_1629796242226_0.5718229166264752","host":"s3://npm-registry-packages"}},"19.2.60":{"name":"@syncfusion/ej2-circulargauge","version":"19.2.60","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@19.2.60","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"0d6d6f8f1ab60104e8b7659b97c29d88478f3937","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-19.2.60.tgz","fileCount":69,"integrity":"sha512-kEhzDgCz0KGSEvj2a4O5ogkeRD3T2NKHGJQf5liSGwn2G+i71XB1JWrUrTtgSAQ+/hQ0s3V3AHUtZ7q5mmDn+g==","signatures":[{"sig":"MEYCIQDD4pgaifsIFf/C/jRl8tz/ujtuyzh86yW0urlMOmn1+QIhAJ1LWeqBG7sN+LEIyzm1RqvVQICI0wx/nAJQ7RfR8BJ3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3596612,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhN0Y7CRA9TVsSAnZWagAAW1sQAIJGG+YBV/rlq5L6n3pB\nhvZleKcHgzLz3hBQ+Q29MnlnnUkSHUuT+Zw4yVEypi6srHqaIxkGcRDsucNg\njpmPHAYV62jsjbNciCGL+2zad/63sDtk8iPIIqZal1WPsLl5Pi5ys9/mDmLW\ngPhkT697fJ63Hy+drL+fGV9nlcYoEbMI9p/TAF6bB4PRwfeGHQDie61uWInt\nPYE5ukFdp2UhvW0wag3MhTGijfS8EwXxLgaLVZyQDoAhwlgFu3mnTF5SKdFI\n7WZHZ7eeMxiYo3Te4B5qBwILLWgIUmB8fE/nf+dzWiDVIxh2LGUcpDUa/tzb\nbxuq4xO1llna6Xfl3TabgfQuydBWJrGmg44KNQfV2MqfbD9lB6ooxpLQu05e\nD9Pj+xjCcP+caEPAOhh2DOZqtcDX9bl8+hMAr4VvmSetmAEtunJo0Ms394j9\nnh7hxYivtM+Em21nUMQDF/88tZ1OvbnwqjRwyM07+x0M5FCdRHgCfZY4c6Zo\nOlpA3k/+fWjrT5MlvP1wzWQ2mFnfEI7oQ2kXyxfhR4vu2tL0rrkxIuZqfWmx\nTzhQkkrh2Uzj7qscJH0pU+8e3ZnSAqFE7U9Ay4PzldilpBjV8e/wfxjT3XI1\nEsIkw/zvwarDCd3byOWfbfOFKMQscmn5kw8lrlJ25O2LRjUnv3KayRZriNXa\nGAPV\r\n=2pGP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"d23e5664c43282742144661437ffb469419a17b4","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-19.2.55.tgz","_integrity":"sha512-FqByoAFehGjwG/J9NllGtcgn4hln1Iom0bcT2YF5kYUMsdhcvmjmcAv2UdLg898bCI/4iI3eFZ2FmbqTneN3Ng==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.60","@syncfusion/ej2-svg-base":"~19.2.60","@syncfusion/ej2-pdf-export":"~19.2.60"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_19.2.60_1631012411110_0.1521304517152655","host":"s3://npm-registry-packages"}},"19.2.62":{"name":"@syncfusion/ej2-circulargauge","version":"19.2.62","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@19.2.62","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7902137c55772df937a607a5e80d26cbc3806668","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-19.2.62.tgz","fileCount":69,"integrity":"sha512-R6ATCCYDiyrNX+OqswRAUPUwX/m/TOBFe+KyU0GvirbH5FI6GcT05VYWWGin9CIiBTvmWPDnIwmmP+qXZqWFSg==","signatures":[{"sig":"MEYCIQDm6JZhirHEoFv77jNUHlR6zRexVRr5XGeTFG7GJKf/8gIhANZpJIv/t9wFf9RED6DIW0K0OaPbRA25+JhyzSRuLAf4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3599924,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhQIdwCRA9TVsSAnZWagAAp14QAJ8nf+ZwhKaSsoBphzim\nJzPKI13rLgfF91COs2x64bcuP0b3+/lzMHDXDzFP4VubTJsi5UtQkGXbjTsW\nWVvVvGSH6bZY+B9PLYM6e8n57PQ9CU70tP1zEsl/hD9es3cTv97Q5EX12i16\nMVi2aHF995llru3wOSLxHJpHGGklFBLc2Ww2Vo0QtbUUE6kSwx4cmUdyt/JN\nldKTgIu9massez6xwrhCfv+2p3Y25vIyXhgB4WeIapALv+ambI1XKxEdtvUp\nnKzry/JStwoKZM0oqBajBj1WfKPHUHXcZstfgVQuaq/79IWnOt4F8bhy6FI5\noj16Df/1At0ZMDEYJWUIKG9yVC/bLZ8reGhZMgI/xDjzq2hoosXY+kUTSsa9\nv4ATeIvWSJcyxUcA5l0vgmJqTrCp2aT0NOwu7l3YWyQYLzWr9rAawNJ7w5/S\nvZoRUmoZkGuyjYcD0HPu0Mo2h5q8B7Jh018W4dO/pu+u421aE9fm+Ib7fzjL\n+TiNgEEVtZYL5fzgTNivfAVIfQ5BoBVBTXYR852Lb/0qVhwqZBpnHzoQKV62\ndTn9wGn3v16ZQJSUV91rYjqt1IA+L7gpFYt+1Xh09Lv4lOS6rsBDA44nvQWy\n/CBmSUxVuYeCkIkYDiv4Dxo17Hd796yIUvRU6BGbEe1oeShsLkcH1YlIGNI9\nhMtL\r\n=w8JG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"7bbf94003c4dd619b2561a3d9397d1e954785d1b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-19.2.60.tgz","_integrity":"sha512-wDBx6y3P/7uZVzvS9crqE8a2VOs7d/0nWnrQnbAk0x85Ne31HgBdsHYczJcxWjJpg0/BJSE8zeAeFOVgZr2Aqg==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.60","@syncfusion/ej2-svg-base":"~19.2.60","@syncfusion/ej2-pdf-export":"~19.2.60"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_19.2.62_1631618928717_0.5646514931121613","host":"s3://npm-registry-packages"}},"19.3.43":{"name":"@syncfusion/ej2-circulargauge","version":"19.3.43","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@19.3.43","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"5104d1a41ca6a37798149fc9db4e2e29263570a6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-19.3.43.tgz","fileCount":81,"integrity":"sha512-trcvPfbiL4Ga8nOnT3PSMu55sIgFx2gjNSsHdNYzPkXyVM+lD2oIfkXPAKsQc9iNt+EF1JPJlg+jaP99GOe6aQ==","signatures":[{"sig":"MEUCIF/uhu6AyIZS3QqY/dHLt3TrqmofhkdOYuWNSW5Q9LADAiEAtiAcAHGetfZsA66YZW86oTEoJOtwRiuHJTtLztXkYjg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3575244},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"e390c04d5d91c9ac1888160d677a06d78e414649","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-16.36.4.tgz","_integrity":"sha512-mNBqcDl/m/Aw2u+H/vJQACSJBp6z6aFe2sZe91UhoL6+2sZefFp28cH8oIzNxi6H1PCzADNOBYz3J+F6ptl30w==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.3.43","@syncfusion/ej2-svg-base":"~19.3.43","@syncfusion/ej2-pdf-export":"~19.3.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_19.3.43_1632977931845_0.7068869043725334","host":"s3://npm-registry-packages"}},"19.3.44":{"name":"@syncfusion/ej2-circulargauge","version":"19.3.44","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@19.3.44","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c4b30366597550b2f57272f6173ddad0af2495d6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-19.3.44.tgz","fileCount":81,"integrity":"sha512-y/aidX9GA0bHM1Fw+0veSocW5YyZhuuNVuvFaKS52/z1BGJiXB3SN52+0VehVw4p3jXRv0ZDASMog91VhwzgtQ==","signatures":[{"sig":"MEUCIQDooYCwO2RI5WzOWFzdIvH6yE1cuEQWmPBiUbQYmwISbgIgSLEK6HuJ06j9nv6o4oCaoIBr3UJs9hXYZIURyaB0qa4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3575243},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"e390c04d5d91c9ac1888160d677a06d78e414649","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-16.36.4.tgz","_integrity":"sha512-mNBqcDl/m/Aw2u+H/vJQACSJBp6z6aFe2sZe91UhoL6+2sZefFp28cH8oIzNxi6H1PCzADNOBYz3J+F6ptl30w==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.3.43","@syncfusion/ej2-svg-base":"~19.3.44","@syncfusion/ej2-pdf-export":"~19.3.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_19.3.44_1633429008799_0.06792010601302123","host":"s3://npm-registry-packages"}},"19.3.46":{"name":"@syncfusion/ej2-circulargauge","version":"19.3.46","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@19.3.46","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f886e3473151b9ab6457f224fa1e5e85c808248e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-19.3.46.tgz","fileCount":81,"integrity":"sha512-R3+1MRLeNRqtnUI5Kp4URMNyMTwwON4Y9KZC3NZKaZ4bLAmBN3gP50dwUvjVOmcVrcYkS8vLv7C+94ktxH77JQ==","signatures":[{"sig":"MEMCIHVogEKQBIz9ERrUmEdx7HlAgKqW7yNBfsAveYsSgoeBAh8dLwtiR15UoVQYz17jBFZLxQVAtXRvxgclyTELvvh7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3584937},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"a377866d1d8aa7ae37ff71bdbf841b0fa6d09168","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-19.3.44.tgz","_integrity":"sha512-JyCFS4SDE28r/S1W292y2oY2GAl9STFKtBXabWoN25kG/8ujGnh1h7ofuabxc1EyMQiNFeo6p5cHg1x6QCUYnA==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.3.43","@syncfusion/ej2-svg-base":"~19.3.45","@syncfusion/ej2-pdf-export":"~19.3.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_19.3.46_1634638593706_0.03509363635994589","host":"s3://npm-registry-packages"}},"19.3.53":{"name":"@syncfusion/ej2-circulargauge","version":"19.3.53","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@19.3.53","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"906bd02edec497e0f312687db55ace203591ad67","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-19.3.53.tgz","fileCount":81,"integrity":"sha512-kAGVQpZSoRQKEum9zHgX/g1duOL4khWBMHAzPXXRNCuQ8M23TiuTnJtVuDxXlqZzjHaEFsUqkdjAUG4n/xyqXQ==","signatures":[{"sig":"MEUCIQDJsw+qJqV94Fv8uT9v5lANOtoYy219cqIkya4CSPaZGwIgQw6aBiVhpoaxirVr0EKx5UagIpVUNLLUW352e3xzhN8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3585369},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"37de5cb7c80882188b44bac410829cbef03e3997","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-19.3.46.tgz","_integrity":"sha512-RC/zHGy+G8wqO0Hicx6zGIdz6RZjt7v+ncezbYby217Mg45nmHT/JM9p0nmxncQSwITgpLoQMNcl9C0KxhN9Tw==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.3.53","@syncfusion/ej2-svg-base":"~19.3.53","@syncfusion/ej2-pdf-export":"~19.3.53"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_19.3.53_1636695816349_0.16510568255518754","host":"s3://npm-registry-packages"}},"19.4.38":{"name":"@syncfusion/ej2-circulargauge","version":"19.4.38","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@19.4.38","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"9db4de1da9c1296f4b951cbf4b26eb07d453745f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-19.4.38.tgz","fileCount":83,"integrity":"sha512-w3ayxZyKnCvloYL2CwLjXKQyUQ0MaZUxuJNUsEJIO7GMO6wQMTsr5cwGvnvX2kHjKl2FoLMnrMRXh2tqIRu4ug==","signatures":[{"sig":"MEUCIQCbAEFREMMcfmV3SmwRavsmYHCeAVmB793/joIA9EspYQIgM7YsVlpvyxQv5JHwpWjEasHB+53yOMAYNM9LkreJMc8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3625545,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhvCQACRA9TVsSAnZWagAA/tcP/0gOYHSYbOveg6UoUziW\nEHOek61lPqdMhjtjvixbY/TKyXhhnIK1t58sScNUc341eXanAje9vLG8VtXU\nB0p9R8/EHeUMYBSjkKil99DfX65Tsdz3JLOEYzn2NUvk0hVflDgZ/ofEt+/u\nEMi92Yb4bxK5UgpCnnDX+lcR3LRUd6vDA2GvzRLJVU4xDuGk+glDbOPvChou\nsgZTgcUfC8BKYqtdqwm/ShtLx7EJ4QIHeBAU05bWFFMSS/0pr8DNh9OQrA2+\n2pnbjX48LJT3uWL+oW1fehRvsl4nV8gPzyrn6xQmA1yGK57tEO0tU70r7VRE\n0pc9RAdpUp4Xep7S8dwV5x1zKUwxBxfTSGcqtRFpxfF31aSng0LtDCvqx+i3\nmgcxNolR1Kl4PII5orSKINudQIEdEhtgHyKNctCS5TodqHavnaGDSmH2PNA6\nEstYD+fT4YvxKXaCqrxIY7MfvmLB6DfoMeoHMSXMkgEp5Xi36uJXO2KtSvwS\nI0oobf2NfHgtojJSS4aodH64/CwjCQ9QiFWjAYi4z7LNqr5uCsWGW/KhwSHr\nNHAb1DvEpndxAbSKvfiYVhRdIWjjjKvAcvIR/xGFXUVp/N0ZGQ4u0Cv/QoI2\na0zp1texXLMVIjLQPKvgGAi3IObkS9jhfr1gO8hfGn6ZAFNcMmhBbwFWdc8W\nzyLg\r\n=Qp5j\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"31476421ef4c13e197b11d3cf6c9505432979875","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-16.37.2.tgz","_integrity":"sha512-d7+p7c9/rd7BiAtlSARPo9yvcWEMkhEjfr52CozZZx1/ZghGKjQ1hrrxPnfPoaAbmI7egIuDtOj/F4uOGVNbcw==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.38","@syncfusion/ej2-svg-base":"~19.4.38","@syncfusion/ej2-pdf-export":"~19.4.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_19.4.38_1639719936009_0.4608901459069763","host":"s3://npm-registry-packages"}},"19.4.43":{"name":"@syncfusion/ej2-circulargauge","version":"19.4.43","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@19.4.43","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"16f5e2172d2a1743f6753e7de946854c8b61a5a9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-19.4.43.tgz","fileCount":83,"integrity":"sha512-7E+tfz+dcMGGp538BhOzbpXjQmbhzrUaPDY1RU9bhDAjSgXLXRD/H2svQYSUq28mLKKDqea2TLG21jM4gy6rAQ==","signatures":[{"sig":"MEUCIQCIQbAmMo3NFzqPzBjNMfaa5lfGCiyXVuiv5ZU4d77HkwIgWuChH6Dz3EYplKqpLEd5Q1rSZRGkNQh30CXlhKfqX4k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3622255,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh5qHUCRA9TVsSAnZWagAAhAEP/1aGA5X4IM+xY3882v2y\nBaZgzBXqEmlL9KOrR2RZwO5TwcKmS8+e5LaQyjZmNAkg1ptSIHbTWNGuZUlx\nG1NxbFZzAkAusIUlF/wog2/qvlPxdVkaMucsc+plTEKSMA+Fe2faEKbIIxWG\nvt2VeU+09ipvIk8WbatGY1FvOigbrReIUUXQTvlEZz0Lr6RhokP6TnOQS4Sl\nBMHsJqsGKJxlziBbdIVweOQfrnFXuCFq/LNjEloZiIBJz76cWTW9MqLED1YI\nSbuA6/QcRx3/W4xxFTb1I5IaBiGI/P3QB4ibOL5TBwQfMOdmsR5UFTVo5ilA\n0BWcWQMrro1NRc4+bFlbAyOTuaxuTpDc8PwV+KPUMaNgqlMhg2SyY+hmn9JS\nf3QJwU+td0KsBjhkweae/gk193ydtWg5isswka21m2Dtd4abhhUez1exlKzG\nO5xvYOvW8SUPk2p1htwZ4wvjomfrf8U0DZoBvcyysjgRtsjZaMuus1AlCJal\ncGevntgqkfRGpprK00PgBwAf6tcSOE+aAnNiy29XMC4wJAVJKHL5ZvQ6Ltq8\n7p4lTLRLTPP4MFYYVCKurmDtmT2OCg9XK8z/8mecTtSKiquUVYoGapMjlv+V\nKk29Pc+rmALExWp39TE7dAIZS6/57vSBYTLUyZU53TUnNcfYhJkvKuLtkUE8\nd6SM\r\n=43DD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"6d9b48f74d0d4d62381d16a4eeb2f6de157e634c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-19.4.38.tgz","_integrity":"sha512-Dl+1z6JsyJotKEs2lI7KZNRBfPmbETZ766z1WF6GNij8TZmJ56z/e+62IVXDf7iewr6QFD3Pa6giEb47dJU0Og==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.42","@syncfusion/ej2-svg-base":"~19.4.42","@syncfusion/ej2-pdf-export":"~19.4.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_19.4.43_1642504660535_0.31683828728772867","host":"s3://npm-registry-packages"}},"19.4.48":{"name":"@syncfusion/ej2-circulargauge","version":"19.4.48","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@19.4.48","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"dbc6ab9c12daccf64e6d333439b278a0a8df291e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-19.4.48.tgz","fileCount":83,"integrity":"sha512-8VwLDo5Lp1WnKP1wz0+PHElTgUo8IWJSlFHQn+crkQVmP2DGspR3tPu9BESMIFA6QEpmWV/pUNT78z9LcCFaLw==","signatures":[{"sig":"MEUCIQDszbL1sx5GcocucqwkZOM5TnS2cVana28/X0AsPRn09gIgd9ET30nt/jebb4O0+jvDBihEgFZj54jm94XobVQpkcg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3622255,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh97X2CRA9TVsSAnZWagAA/hMQAJmr4e2aEXhwcP0XuV1S\nZNbqBexS3BsKbAUr0qWc0Yl4UMqWBsBrZND/esdlrpX0By/ikzycNSNzqktG\n4jcPY6H7Qhavf9aqfa7Si0Q3wrqJfDjtNRgPGI8LMLPOGHgzAIqYpkLo1Rcd\nQ7U19D35SO3QnVL/XK2D4TMz5Zp5EH/FQ1nJfKdKsd2x0fIbknowFZeqVj4K\nbvJb8oTCP3Cj0oYyGK5Tl8mC+jSVOTBOXXh5hWzhyMT07OFHtBQNjQ0/GHYj\nBUelINuS94l7KIFrEIrKPD87bh9JQlUcb82ToNZEPP9iMmxgpWqMKS5noP6k\nmLaV2RPdMLNCj3sbVDslF98xC2/eRhgzVq+3K12NQC+dJUb0SKDuqhAXY4Be\nIoYzMNpvMch1IWsgJIAHD8Ll28e4MDQbmjPXRv7YIUyDwpCHUlQq80xJAXwb\nc+AMuFSwldD0HGj05/iri7yCBpJVgCovZ8hpTXdb0YepGxchOlcC4uAxo6h6\nkrmCk3cqAJLcqt4MifU4O8RYvPBoUr3vYEs4SL09ja/TPUl7rbKjYrL5dBGz\nl4SFN29OkINxpRbuDssSD5oIjubtDw6BLpBQ2D3igr0Mi/DLF5+81ZFBDEd5\nhBHDyW/mIH83NsaFH+eY98/VcWWEnVfNchdNzIjx+gnWhg0DcNNl22ETgsFr\n6H++\r\n=sOLu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"6d9b48f74d0d4d62381d16a4eeb2f6de157e634c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-19.4.38.tgz","_integrity":"sha512-Dl+1z6JsyJotKEs2lI7KZNRBfPmbETZ766z1WF6GNij8TZmJ56z/e+62IVXDf7iewr6QFD3Pa6giEb47dJU0Og==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.48","@syncfusion/ej2-svg-base":"~19.4.48","@syncfusion/ej2-pdf-export":"~19.4.48"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_19.4.48_1643623925963_0.39081153510468947","host":"s3://npm-registry-packages"}},"19.4.52":{"name":"@syncfusion/ej2-circulargauge","version":"19.4.52","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@19.4.52","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"2a0e3a0b1a53f6dd6813f6a51f5acfa3e1303618","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-19.4.52.tgz","fileCount":83,"integrity":"sha512-0O8w0zTsQtEEBJ4u8gV2A2qGpL5ify7tDUw30xCOQmtisvGLSyT1IFvBUtzyRyZxJd7PNh+VUWsLSgJXD2Tdxw==","signatures":[{"sig":"MEQCIEcpqJP17k1binhUGac/tMh64XETCmtDLdk4GJGgWLt6AiAmWHihX6NNQ7qd3tGYKVK5z8L9Yz/OHOZS6NQoMaCHUQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3622255,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiC7CUCRA9TVsSAnZWagAAW74P/Rs2ueNnHpMWlp/LC7ae\nZ14mqcqdzqSGNOAMr9iyjQ3Sm0TtmgRgaJj1zrfNJxtZS3yoT93yoG3SqJdf\nWf4pkEChNxwW2dfMBWoMPDrOgHpimLEUUCgeBgRxz4OHV5MWsohrbZ5f8Bor\nqEUIDlxiqd76RyetFM1zw/NTBJ42DsUW7oHY91oQ3XaiYGM3b1U1bMTOeOos\nK/o+BJGaGxQEMayjJEPajA4v/pggUF69ziqom1jav5f8kunP5dLjckWJOj8u\nIa9Hw2l3kT4s3Ck04aaCttwiq17j4Kc7odNWOZVm4w1Sf8nMQyGlIU9ms1AW\nEPIqML5lfo7V7VP62RQMcF2kcd0jGeEAAQ4DhwjV2NEMgDjeFkWCOyDYELqJ\naKHBfNqNQPpif0ZBJz3qsoj+wzIzDREGOEmZURT6bL4Cl5lCPvzPvTcYCGYX\nJsIPweeoQI8aFb0TnGgxM1vADrqom+XDlwKJ73zQPfJ1lUbSJAJrwrO1t4SU\n9ffyjiL8P2xORzr9NUgHImS5Zkcvz1sQ83tZGDCMxd4wG2nmI3cTLQJAB7bX\nhhmhKnD6BQzOGII96WyMeGO5GKJ33rnb+SYid7jNOaIdODlYHibwUVq8kGgT\ncd4cXHeGJeWoI4998uBZEso3fkWVVVnWkxtw4p7QBLL+4z2qUGcyFaSAxnBy\n1QbW\r\n=oG4I\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"6d9b48f74d0d4d62381d16a4eeb2f6de157e634c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-19.4.38.tgz","_integrity":"sha512-Dl+1z6JsyJotKEs2lI7KZNRBfPmbETZ766z1WF6GNij8TZmJ56z/e+62IVXDf7iewr6QFD3Pa6giEb47dJU0Og==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.52","@syncfusion/ej2-svg-base":"~19.4.52","@syncfusion/ej2-pdf-export":"~19.4.52"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_19.4.52_1644933268493_0.2563058969474563","host":"s3://npm-registry-packages"}},"20.1.47":{"name":"@syncfusion/ej2-circulargauge","version":"20.1.47","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@20.1.47","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c30c2e042538b03e1e13ded06b3142dd6ed5b694","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-20.1.47.tgz","fileCount":83,"integrity":"sha512-YztHzpw8BORe92a1lrPYcMuqtfHCPngcRU8UO5DRPYhtt1DoEBS7xZk4ii+c8L72/YU3gXYyytWAkI/IWFpcoQ==","signatures":[{"sig":"MEQCIG3nK9urZVBpnDXKMWNy7UsHR2PbtKr6HvR7jvmcesZoAiAbQq8TOSCEeebzUuiLw7o3CHr4VJc0VTIKpzhKj+2CcQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3630509,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiSqbyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpfdA//ab6mSzw3g9J6VNAdlZ/0AFs4AxT5CPHQl1QFq09yWpnAGdlB\r\ny8UmLoQyoALb17s+N266gpMV7yT+NChixLMQAD5iM3C0QoyOWikhU/62nSIB\r\nF3RKlTmoLMlnn0T5SCiNedUTY+lw+YoDBnblb302vpjAttjhvvI/mwv7otUr\r\ndnnKU1wSn+baa1gB+afynyVmJOpNTokPykzOtwKhNxeWsjYg4G/hKB9wFYbQ\r\nUrwVFrjI0V/JQjwL4v9RlIic86TRnld/ux8R9pr7iPw66bwXD0WwLqcCl7bp\r\n7QaQK04fo4khM/Y0phhZ+udCNlfA30zcoJkeWDKbkqDiYmUE3jK6oEO958pA\r\nc1QEt3AnxedLwOFsWYqqGbTyq39EEDr4kHeVgQEUbpUkYEAbimUSb5EXFcUj\r\nsMIlDHrKaB7P6t0kl+AwJJXkFMHuf4kxtYeGisuNh7jZqpON3+/l1k35z5ZJ\r\n9Q6yQa6+0noW6q3EtrdYfwvT6SrdDkZfKcwIbKuxM1XGTRjTWkL3T4633Uho\r\n7HsqaZtIBmNTtdJhMuGKUw4cegZuzFEP/YP+wbQA4LtdB4h1ASbniGI702Uf\r\n1jNYU4Py4nf9wj3riwK8E1TlFFCgMf8acFntjFC4MwNPaq4wm2a8iDT9/BtK\r\nPikBZjqztbBh8n5CeWM1S5iSqoNjOolA0Is=\r\n=tITv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"21e51e3b0b2b72b8dc7a0923fe2f0918544a953a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-16.39.0.tgz","_integrity":"sha512-FzOG2mQ2XUz+Hj0CkaZVCGyVcsKVJ5taarxAiVLDJE3T6w3SeBh385kkkk47SIsTCp2aTHVBV3RJJrMbVdVcqg==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~20.1.47","@syncfusion/ej2-svg-base":"~20.1.47","@syncfusion/ej2-pdf-export":"~20.1.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_20.1.47_1649059570442_0.20736640396590378","host":"s3://npm-registry-packages"}},"20.1.55":{"name":"@syncfusion/ej2-circulargauge","version":"20.1.55","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@20.1.55","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"674f7e44d06a43e32664516a887b058ce3b72eca","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-20.1.55.tgz","fileCount":83,"integrity":"sha512-HcWVG/eFojqb4KKOeBQiZnZTs5xsX8VJhvAWkMGhy7cw2SwJShq0egSg1DP8fVtTYAK3Nh/wByNbMkAeE9QGZA==","signatures":[{"sig":"MEQCIA5uf0sDwOWkyzHer12TPN8WZoMvlfQr69MGCDJFlsP6AiB2c0fmabEAtF821tBxSpdG0HYMOwPnHxfFeaPDtHd05Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3638861,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJifQImACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmobsRAAinQxr+ys5iOPUqQcsysO33kXFaZsrk890z36CFx3tyKcwGyu\r\nFp34hv5887T5a0yHXgrLqVpmDgW+tDzHDR2NAzc6SFpU3w6P1ugUNRu7BYsa\r\ng9j070XfXGwHgw9FqajTBZBsMDZ3YyUWlEwKE4lAgwuJCA4eUKQ6YCasmh7P\r\nShELeR2NKNGryzfHc+XAXL6BtKXsLZVso15jY+YZDg6WpIFIBEloxPNs2x6c\r\nScmMgb2ggLXz9uOzZEz8nUHGt1gV1yU4wa+gxWGn18vdC9E/8B4LL7xiCdGc\r\nhjJngFIYu/TXv4pn+kKfL3drfpnitqCYCrPyLxSWoDxMMFn/Z8VebLJF6juS\r\nkauZXQuHJtD0oM1s02IitE5psaNS+hbjmzSfpPFPG0FvcQXuzlJSgD6ki7nE\r\nGEHtlkUbeJtS6aN/30v53v5bbCFycvosxQsOVOosNl860HNGZumpQMaxbynL\r\nw/oXQRjZ2cCeTG7WykJZM7ZvcOgmKgiQppe90UPvIu2IIBsRhOLAmak/dVqv\r\nK6DqHbRU5SFaBKsLuz89zY4nbFpv1f06TjSWMMk/Ot1P2s4WfSE2kYXRcn8/\r\n7jjkK5OzadWMLa9l6HpSon3Rnm2rtSworbPw+3sOlRbtOk8OZLvGVKZtc/xF\r\n19zOLXuUBthHUh8olWHYCHHAarN5XkyhK3Y=\r\n=zB0I\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"cefc8ea2308594bbf17c2a98b74fcc60c8fc9062","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-20.1.47.tgz","_integrity":"sha512-2zugUYtQnqKMcwGaoudGkkhnJ5J4HuJX++X8kcwWxgfJs7ZUqMjrf1l3KelNyO1XGN01IxPPoV+H+XXiEW96Pg==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~20.1.55","@syncfusion/ej2-svg-base":"~20.1.55","@syncfusion/ej2-pdf-export":"~20.1.55"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_20.1.55_1652359718401_0.2019255392926529","host":"s3://npm-registry-packages"}},"20.1.57":{"name":"@syncfusion/ej2-circulargauge","version":"20.1.57","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@20.1.57","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"8d143c923e0f13213dc24eedf96eb04d7669d553","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-20.1.57.tgz","fileCount":83,"integrity":"sha512-zZlcYH6OGEIxbPLZcHdOA6FQk9DItbGbm6Ie6UknAD0cx8LT2i1w5gIRqu52nvPCv62S6vBi38qHZO9+5O+bXQ==","signatures":[{"sig":"MEYCIQC529rh3UDCt8Uk2m/aFkDzNwF+6gCYtw6ETn2muyiy9AIhAMHDLcD9VrrLvE+jXZ9se9RRISsybLCKLM8hp8o3ozCl","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3642573,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijL9XACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoK9xAAm6wpAtnPsN0qakziDMLCRKhzainOOWlSdgdSo6aCxEKsokc7\r\nMX0nh/VggBZsl5hagL8DSbOV9lUZ0bXpqjcfyayqhm1p/axHfj+ufYz4eVj+\r\n5CsSvKE8UL9AdCbBs1Nk9e5A+z3cPh/5Q1cNt8uFTJwrkY7oCBtLweWGNe0n\r\n7f2SOmfOmbszrTNBgmZIXBc3ZXoXAKOKZhEijJHQHOIGYga6w7Zx4vvlv4zP\r\nb0wUS7UAwsN0O18pY8eZ0tN66Vubip5USOL+hmJz+nW1esa5oDiOe1y6rsx1\r\ne6VPWjB4liJktmdw8CjlixiWf/NsLkrykQmYP58lWw6FXov6EtNTZsy0nNSv\r\nSqyiZbU3qKP2KYqLXdS7iervXhUyEHq8YczcbdncQz8oKJ9oYYqCU8/LsB2M\r\nAjWYxqxDIBxdz+CPiwmm1Qv9iwRnJf6h3gCFX0w/bJYCbV3beTQlc3VqrxO7\r\nz//yhIzsz+w5UNKvI1En8L3PYAscBb5fKzteVQ4HvrxZ9DznGFb/J0d+osCs\r\njRnGVIP/6qrlyN3pxm2Rh4znYTPK9Wc5safSb9vvNvROcqwrL9lqLWzOg76W\r\n2yO/gHMwCnQB4Fg4r08VdlVYaToNeEhPHBKmVca/XgrjGDxK9/I/kSElz8bf\r\nTm8uNeqfCS4gLkRmgImngSMvVC1ZR4vxnMU=\r\n=FF8P\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"7c6289a20dd29155da0f051a12bdd803e509df73","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-20.1.55.tgz","_integrity":"sha512-Jqbl97rbfbrHeFqZHposMTrD5SZGrfTRM6Cn89x/oC5CzQCx5xfq0wDc9Oqi5lrhzaR78xuIQwfx67E0V1Gzjw==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~20.1.56","@syncfusion/ej2-svg-base":"~20.1.55","@syncfusion/ej2-pdf-export":"~20.1.55"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_20.1.57_1653391190980_0.5662189195635727","host":"s3://npm-registry-packages"}},"20.2.36":{"name":"@syncfusion/ej2-circulargauge","version":"20.2.36","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@20.2.36","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"5e22649fefdc8c8f0221893270dbdac22c2021c4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-20.2.36.tgz","fileCount":83,"integrity":"sha512-4sz4jauRObhbgx8xZRfY8okqhaqv/Rz3rq3iPasmYur+7Y3J7h6gwQvig7Prd+Hi8N6pIoHFHZ8RgJAoLgJ2vg==","signatures":[{"sig":"MEUCIQDQH+tJ6JhK7p2IEs6qPz6hGkIlxUrFQx2CuFYOkpE95AIgYKpJ4lanqgk7CsQoW1sa+lPxvdeI+DJT7NkRCgJbh8U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3642263,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJivWFvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq0gA//YuMrM9a64TXUUPGd1QbPhrTmyoy2uPTkbWSmrfaitkPeEmm/\r\nPm3LB9JPCfHoRKLWC1d/1w1FTrJWc5Bumv8ElELN7VRCPth42THF1zC7lzMc\r\nZhNuPFaj9K1n1DGuDqSNiS5913I0tMT9u3E0Xjnc1g9n9E1YoebI6brHU5xb\r\nBjTe3rfS+GVyE4+FDkEpiG8TdHBz7loNtlbnE3wuxECvNKKL5xlBaHAEU3jd\r\nb1xgE0yKB8NJKIauEwNFyY401p5CSftNM3/kjDv6OThWPfKxUdjEDlVRGAvC\r\ncp7m5xaMVAItsXpPEVEAd/ofYIdRWjYdhBFJdAdvMMc86/YkGg4hLhl76r1k\r\nZhgMmIzhzzRV1xb10OdkDZl0DksTwxwQRix1pAOm1SnEXnNIQvbyYFS5S7nk\r\nE3TF7bMSRY/IoX6VDidKj45EVn8geUOqAZpU/Vec7QMbRB5+HnE83aGfD4CA\r\npdv+2dGQwbdRE9EjdmRG1RAxUE8DWAr5n6/nGfP3cPrF6Zc1ht1cOri8PDeK\r\ndVmgTI82qteNmxuG3/vUSM3roV6I5Kyep57YRMu3Hx4CUneZ5s6vVMkEfVwz\r\nhQr3ndEbQLXTwPJXYPImK46F7MuZejgfUF5UDTe9Dg9p0SO7XAGkGlQW8Dr5\r\nK1tWqfKV/pqha94t5mW0dGbgjebECcN3ZsY=\r\n=BA3V\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"372206253f8f64f3e643ab6a01e4c5b5079cd3f5","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-16.40.5.tgz","_integrity":"sha512-pSghqahB6qZ6elRLkhMGTr+v46+iTbgLdyPBkMh6VZI89m+Baa0oWLra2OovsRX7X0004tbnqobogydK4l6h5w==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.2.36","@syncfusion/ej2-svg-base":"~20.2.36","@syncfusion/ej2-pdf-export":"~20.2.36"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_20.2.36_1656578415028_0.3667088930779363","host":"s3://npm-registry-packages"}},"20.2.38":{"name":"@syncfusion/ej2-circulargauge","version":"20.2.38","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@20.2.38","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"24f0b945edf4459ba5877113dd4890844a854b49","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-20.2.38.tgz","fileCount":83,"integrity":"sha512-XvF9TjA7K/4qE0/x54cWsDzhx3Fok85aV+/yQ+Z0Jh3CF529nCOnJ7QoHVQW/TkrMqUGCBN7LsxEQ/9VmSIdiw==","signatures":[{"sig":"MEQCIAoZWTtTxYxmOFogTJ6NzJXiOo/J2hWMJZdiL7uSvMZcAiA7Ea6zB0k8yiOUBmSn49nYYmYXwFCcjVcWxB/6eX9j/w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3642266,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiza0EACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrtAhAAn6xYT0/tL6WHvFXXlSzbtolfsZ0VZ2+xHI22AuLWMlGqfEYD\r\nMBOhxv8SAvqa3JClVs4mXfcGODA3qXG7c2ZSDyMt+5189/RD+3CjZEWvv/zm\r\nFLwJ4pRZ7jkHIQBYX33tY1LZVZo4U7N3bw6O/VAl2FhHI0NrGr6S/jSuPGoa\r\nKNVO3kd5xdCvyJexUwDPm7+P4AlwE3cW8IqkLCguBYHgdDsYlDsCysnXNdhT\r\nXCDhFBHtfgWsI5st43CgvnVF1tQ2jiT4FOlV7WYTL5oYWV6n/TapSXSSLvj9\r\ncVHgxF0MlsFlMvaO+vQ3dkuLUf6gTZ+irOrLJ39cqoB9OqIh+uiaUcyiaXTx\r\nUjkUWeDH17hn0CRH+1ebEeVD/wgxj1MHO93oH0PSsaEnECdJQMjsYK1ti4kW\r\nO9VbXw31zSYkJGOfFxc1GzaNZ/v6kYRF7x73Vn0brjiQNQ3FMSaE9DeDAy7b\r\nCJpsv6SOq6NvdyVQJpQfPlcsU+NpfYoozOu8MTPpAleZnRhH127cSOV8iCxV\r\nWTPzxRoU8HP3GX5AzYNETuPKms3ZuZwfxMo8s4CEFjVl14V4eoweDnzuUCde\r\neTxZcP1mpKSRF8SyxFW0YG9ak9+VqBzhot69DXsT8Rav3ezBlcCMNaMlw3AN\r\ncNQTVcRXaBxQOSIvgxIUf8TS0fzEPDcg4VA=\r\n=wjZq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"18bd1241bf529185da52650fc3ed31354ce1495e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-20.2.36.tgz","_integrity":"sha512-5Thyo38UexhAW+u1GbipYYMNyiA9RsA71O7cwR/3U3MnWk526uCYyZzDcNqgEDAs7GXFQk5uH0AHBPT6QB2Utg==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.2.38","@syncfusion/ej2-svg-base":"~20.2.38","@syncfusion/ej2-pdf-export":"~20.2.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_20.2.38_1657646340271_0.8348205219358156","host":"s3://npm-registry-packages"}},"20.2.43":{"name":"@syncfusion/ej2-circulargauge","version":"20.2.43","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@20.2.43","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"06dfd9de67997bb06d5ae66497771447395b4e04","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-20.2.43.tgz","fileCount":83,"integrity":"sha512-iJKV9M0vumTIjGsjR7BHEQtLaSlbqFSZKyI9XR72rM7dXNwbX7E0MalWxxsM1SA+09utD2j6t2lB1onOU8X0lw==","signatures":[{"sig":"MEQCICGLs+l1TSWEdrNQdcrCrtf0+ao3986F1Auj1a3DulmiAiAAhI3NbZ33r2MVenS2LAWiAGTM5hVEDXjpH5E/TJWavA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3642266,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi8KHbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpE/w/+IcA0Tnw8vawVMMEjcfGKT4Rf/eP4qNE/7E+MJJXCzhL+ATuD\r\ntCqvz4bA6+LvVoktQ3BIi1KlBwIToFs8GWTUXER/tvwZNU2cBH37oMz3lD/y\r\nkFuvo+1bG8+nTg3ucwXGYrG9WYdzrMNL+nuRgbwRiJBQ0oR7DZL/L1ZQEZD/\r\nQOrLpgljv2k3Pt17UugOCfw5YfS7nGsDl29zDRDBEzxECtutxwt6yYFglulE\r\nZmyn8wuUN+Kcl8jrXwv2h+vgtzbYvGSGD4bITpqG8/lon76YpiKy0HweFEzo\r\nxwB8Hu/EhdN8yUQWwY3y390ssTUP8FgueLFy/ikflwYcIz+XBc4D1b2AHlWp\r\nfxiTqT3LgyrWK/yUygVRzuUnD9Yjpfpnx8TaeFRBIRlXTG/UzQYPy+j/H9qH\r\ny/D7RfXJIiq96jOm3XgSmkzKDqu/wPa7xRhvh7FnC6EC4qO2iwrd8QAW+OQ2\r\ndQXltbBs8Abs/e+UTSESlOyPRELFjuHVCmrxj2ZC2C1frihft7Kr2jXKzgUk\r\nuP90iYSng1NjYp28DfE4DrlCq4upm0ZHt01Q+HhPbqKnRJPXO1Od11CVMR6C\r\nH8be9rLFess8zULrIZPKMEaQI5GYysRR/M5WumUBq2sjX4L4t4znQzUrVzMd\r\nWqsC9K8WLeyh3IuoUqM+qaljLh1UHU6snNc=\r\n=KcRZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"18bd1241bf529185da52650fc3ed31354ce1495e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-20.2.36.tgz","_integrity":"sha512-5Thyo38UexhAW+u1GbipYYMNyiA9RsA71O7cwR/3U3MnWk526uCYyZzDcNqgEDAs7GXFQk5uH0AHBPT6QB2Utg==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.2.43","@syncfusion/ej2-svg-base":"~20.2.43","@syncfusion/ej2-pdf-export":"~20.2.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_20.2.43_1659937242892_0.1554307181492034","host":"s3://npm-registry-packages"}},"20.2.45":{"name":"@syncfusion/ej2-circulargauge","version":"20.2.45","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@20.2.45","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"830969822cf3707c80bd34df9ceaf75cc49cbffd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-20.2.45.tgz","fileCount":83,"integrity":"sha512-YzM7A2Lgyr08N3OyzlrnH9Ytp/k7yNazoqQceW1yEcUaMH5+jvJomj2ZeMWskXy5lPUp29qznPw9CXd+QTl1Zw==","signatures":[{"sig":"MEYCIQCvS/qnczTc+z5SoTPbiu2VD4JJCYqEmgfLey4Lx62E6QIhAJP7ypeE8U5GSVihYrbg7M3pP0sv8JNdIstCpeLDaug8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3642266,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjBMjNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr3sw/8DIZ1/KBJHpI6pCz6REYWJb0ZeCPar+dnzIxlf3fPEmDC0XgL\r\ndA8i7OWaEMyRq6ZEXptYHRYXw/nAxxs+51yi7+EP2nkCK3e65gDZpfMF4zA1\r\n/hKlx7UQBdby45l/cyKacJXTe82OxeXH0ic9jQ6JX4hNWeeQVyKhopLE8yNy\r\n4E/wqmiBzv45Xt1H/WoArYZYDllGI2Bgfu7dZ7OX2PBYH91sXExUWZ/hH7tn\r\nI70zLhNc1/at4vMCAP+3RgMwsVmwz9CkPGP4CyovYQ/zS97Ml+Aq665+K+iF\r\nJSmww7bKhmE15iWB56n8NU2c5/jD5nOEFCv081P7BRoOh+/0LfDQ2FNMu5MK\r\neoxsJnmDm4Dnn8Q0lnHmv2boBFrMBUSfQUg01p9XTYFauM3f6yuRpbZrjIxQ\r\ntmrM8WtN6Egb/XhQAnuDGkdtJB0azaNo9eoAOajzXYSnAHXNICHv7U6ovDiw\r\n12zmybwvSI+OkcAFAEWrbpbi0Shg9ue8xXiUM06cOh2d0PMO0sPlrMuylgfg\r\n9+Fxhe+Pl2xGt8TXGIice869Te0ivib6+rUXqh1wXcBqYVC+Xz7CeiSSJRzr\r\nUC1t0viZwWNcrTmnYqxuObV0ctMESMi6mdQrjOxMlJ5N6fauLnVEbnnKHXGK\r\n6x/H1+LaisigWXs99NYf4/zP5EakAd6kPvA=\r\n=9XZb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-circulargauge.es2015.js","module":"./index.js","_shasum":"18bd1241bf529185da52650fc3ed31354ce1495e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-20.2.36.tgz","_integrity":"sha512-5Thyo38UexhAW+u1GbipYYMNyiA9RsA71O7cwR/3U3MnWk526uCYyZzDcNqgEDAs7GXFQk5uH0AHBPT6QB2Utg==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.2.45","@syncfusion/ej2-svg-base":"~20.2.45","@syncfusion/ej2-pdf-export":"~20.2.45"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_20.2.45_1661257933489_0.8568974255059869","host":"s3://npm-registry-packages"}},"20.3.47":{"name":"@syncfusion/ej2-circulargauge","version":"20.3.47","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@20.3.47","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"cea19ec3861f781d798a7d3f06ec5c9dfe48166a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-20.3.47.tgz","fileCount":84,"integrity":"sha512-brzF7uJW0pYQ4L9ugCh/MxONR1F+GMymfSts/Ye83HhkOsqzfWmYY7SfXHXAl8W4VNdrqbM35lYXl/Zg9XrPXg==","signatures":[{"sig":"MEQCIGj6eZS7rUjbBh+etzvjyn8tfpZ6gSfEkVBEGboALDj6AiBbT3RiNzy+B1qbLzYNWBMLPUZdspGszjKn1sPcfVeRfA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3883523,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjNVskACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrwEQ/9HgenQ8Te+6Uk0nOMkXm8l1EiIg5+69EVxKBopSORVHB+Wsu/\r\n994OJBoJgusiG7uSmBoaGQ7IXuav7RzHJVnLr+iSwjJtlL7bLZv63hWbsy73\r\nan6pzEJEPQGSV9G8111QoYfsGQtkEf0TLKp3LIcVlw3en/oAY7fFPDmWB2Z2\r\nu2TFpNKRXwhnWGpwU4lstlqrVPpkREKtiaLHG/tpe0U+oIgLW4jsnLBAIFrh\r\nMjQTpGuhQuHSyl5Ln9uKvwD4HY+nYMBOQ1fhGjaPrdlcix46q5Ja47VI9nNA\r\n7I6PQbCc5zx9mUsvBnxzArNfgyUI1UOKAyY6DpbbSFdddA4YyjUd/0H1XZku\r\nfjpzdSDv18YD43Yu6lr5tRI3T3BKDDbwdkJp+D7NBRP+sxV405gAXJIZ1rth\r\nL3xBCsxw4S0iOI9F0cGq9haaJKIjUWYgDSxgQAVMDlAQ7C3dekEoj4C7SlBL\r\nc6xb9Ucq01WVovJgUK/vnUvb48q7DU/C8aoHQ3Nxa2QYp/Soxtq8H8KFZP0u\r\n7dcqeTvgyJIZA74FqvNIw2LjhpPCP1U8EmxVsAv8wtueOXBdjcJ0RDkGN9Pd\r\nkH4zQvWJh/xxfULdgFy7VSGDDW9Pbxqx1ajdWA/pN8brUIXjzgtz5UhH1Lor\r\nMdmpsANGLxIh3MjLjiReRqEd4c7uCz3w4Zw=\r\n=XuVz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","_shasum":"cef42c639065d56590a7e4b1e8c02c117877e5aa","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-16.40.11.tgz","_integrity":"sha512-q6HJU37Kc/vehM4568rAqGfyXrUsOJpOAh5VBnWgisZ56j/QmGObFJs5wuBNJueay1+Hws06naeXaVSYv7pWzg==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.3.47","@syncfusion/ej2-svg-base":"~20.3.47","@syncfusion/ej2-pdf-export":"~20.3.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_20.3.47_1664441124530_0.7115456338512982","host":"s3://npm-registry-packages"}},"20.3.48":{"name":"@syncfusion/ej2-circulargauge","version":"20.3.48","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@20.3.48","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c2d9bb56ec1b7ba18ec7526f1fb8deb6dcc9bc66","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-20.3.48.tgz","fileCount":108,"integrity":"sha512-PAT7Hal5leli/O6F/HD/eQCiQU90iRkGQvEA7SwffGvFTKbsCsyeQ3+LvAczaHiK10tBQxTo0LdFC+KVlOXoZg==","signatures":[{"sig":"MEUCIQDIQGbciZjj8PAEZRL9NuqWg33WuTcTqhFYDN1WIgdxZQIgae/3ceB2+Wrx+eOFhBkJvN+iqQ73oR84l5vIJGyRBVU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4278650,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjPYftACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq0Ow/5AOK2q0MyGCprgArCiRXTJ6HQYF2ZFYc7YGuu1olaSokhSHZ/\r\nbilqOH2hdOX4jvV+scx6MG5xzdxuE2fdCd3pIibdBaET6OZkoYtC//bcllJB\r\nT0Vn1jjVtIL7mZeJ4MupkFGsn0Buts2+s5WbJsWsQzumG1R7U+dH11A2KbDO\r\nlqvauJXPzYgeJSEQWdLozmetb8b2NNqxdOZxu2yersuZXtO2yneajpfhmWJV\r\nk53OOM08XsMrkeMsTS6Fs4rQYpSRgm78GFqrShwrJH2lAEHT3ZC01MK8/5dC\r\nPLYWClpfmqzzAuWWJVh78mAG4YqaJIWLZwlZmc+auPpdAOSxJeR5jgliAnBk\r\ndQKeGVfZV0TexnVjcK19VSOgsVd0oszaD34X7A00QZwu6yF9X6NYEeFKK67l\r\njxUjKLwWCvkXOttrDr8k0ePw47xEn/lVtBJ9NCpAzWH0tADsKdErXNMu2wE0\r\nQnGHTWACfn6RdYoSopZlJw5TjBc5sb1u8cbcEwx8LD1k7bQEeBVNLZPSxNS2\r\nhSNH6+NIXu0sTD2mAnkIsYYrBpcJ7WmUPvgkoCeOEf07+nUD/PN+ts0sNRih\r\nG2EPdQP8O8/1JePYqCW/QfIalOK/PZ4+Aga45yzr3nTMs9VNRKQ+5KqrlfLu\r\n8xceOUtkUWCATWENW2aBnaTX01rqIZAxghA=\r\n=1atZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","_shasum":"35595524799ad6e013811ebac2594dc4a00e462f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-20.3.1.tgz","_integrity":"sha512-E3+aICHdfzglLLVWfQKO05kNx85zC2n4CAxUoxTipbt/hNLkX1rIDV9nQWEmfvTIpFlLn3z0mj1jp3bok6cLrg==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.3.48","@syncfusion/ej2-svg-base":"~20.3.47","@syncfusion/ej2-pdf-export":"~20.3.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_20.3.48_1664976877039_0.479554414703268","host":"s3://npm-registry-packages"}},"20.3.49":{"name":"@syncfusion/ej2-circulargauge","version":"20.3.49","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@20.3.49","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"6b8245a16c8c42583eeced6a2b092517e0038ee5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-20.3.49.tgz","fileCount":108,"integrity":"sha512-lENx1C8j+/Cb8x2T30F2hmCm4gDb+AqkfI7ARBpykugwEm8NpQ+6I/6Q+XiEbg0TmNkTih6qOeonpZWfuRwGuQ==","signatures":[{"sig":"MEUCIQDRrKMnsEuWlgZzN50NDG9iLj23apvb9ZeVeEFpt7vu5gIgOy5Sfzxzcua3QOAL9bi4nFcTID4jijadcg9OurKWP/s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4278650,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRWZMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrHKA//TEuk8iMfdjGIs9lV/rXio8sD22+Svt6rqQIa3DnB2RUcpKY4\r\nf2xidIIFcnonMnYVXS6bDR4oNkkq0JUAErdlMEV4v70IAWU7+4rmL3xnX3/E\r\nKOj3FrJC3MBE6aXAyDZo76H2SxFiH59mhU1S26wx5PW8S44bYxyytnnp0ey8\r\nQRGZIO5vtO+RptmexZexa5gAXF38tJKixdHREEEFA5yzz5jprEQ6oWFDvqBe\r\nw+itLoUYES3i3F4zJc/EBecbpiv04czJLns/ISn9FYL+bEVSBDJpXl9RqsfP\r\nFUoXWEeixnxLCSdcMFp65S4HhipSzxfDXhX29YsFtKVOyGYXV3vP7QtWP1Va\r\nPyaloCWHyy3Vf5HI2xPP/Sohg6JOHyybQYOIreAPiTq09YtcGzTMcmI9Pa7j\r\nJIT0FJNscXY4f51ZI5eNCX+q8k5YWoqMF1Lu1N9LpJ4jAQiL9KOt4/SpZDod\r\nMw7TLMpO5x4FfvS6Uu4DW1ibCsc3UD+VTNEsymVI2A1ouvMHp83Qc5KnYDqV\r\nuJiYi83YJR+ob0Ms23o9aC5aFOsKtR3NIn8dMok1FjRIhkqx2DyAIUtD/FAX\r\nUctb+5PYLh+yq5J59AW1LORSTceTRV2nMnsQ3b/GIOnu0AiXznlJNAQpVrsL\r\np7GhokBSr0YaV/Ui6+/Qs56WqY3rD7QP5HE=\r\n=VW6M\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","_shasum":"35595524799ad6e013811ebac2594dc4a00e462f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-20.3.1.tgz","_integrity":"sha512-E3+aICHdfzglLLVWfQKO05kNx85zC2n4CAxUoxTipbt/hNLkX1rIDV9nQWEmfvTIpFlLn3z0mj1jp3bok6cLrg==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.3.49","@syncfusion/ej2-svg-base":"~20.3.47","@syncfusion/ej2-pdf-export":"~20.3.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_20.3.49_1665492556025_0.7993347622245073","host":"s3://npm-registry-packages"}},"20.3.56":{"name":"@syncfusion/ej2-circulargauge","version":"20.3.56","keywords":["ej2","syncfusion","ej2-circulargauge","ej2-radialgauge","ej2-radialgauge","typescript","annotation","scale","range","axis","pointer","tooltip","thermometer","container"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@20.3.56","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b9202511a88475b28691b2bd7559aeabea4ce89b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-20.3.56.tgz","fileCount":84,"integrity":"sha512-9tYSQZlPq7o2MZtMA9bT9d2mBlig5bGLpB4flQotVRNLmbudvUZwGUFGKguRmd6pEkyNff/0N2sYOHwDTTWIZA==","signatures":[{"sig":"MEYCIQDNChIbtrcw/fC2jXrP8w8TEe4bO1GCWfm0KGxFif3uHAIhAPEM/eXCO2BsGmMHNFtpx+Fel8zu1J68vWu+iG80sEnv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3888583,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjaiZgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo4RQ/8CzRtle7fdCcCubR57AWpzGe6/0k0Cnm1oKvWqZe5suxXbD3p\r\ncIZ01+vXRQSuOF3tgeynLnkuL6pSUiykU16OXlri7EgdibHInyhiDVwrqpUy\r\n5Qzxb0FmHF2BnnH6oBSO5+Ed+jSXJUeb5nTwnyhlIpx7/kL7VObtf39EzTRm\r\n2+kFQJ8F02a51hEKRaR2uChx53j2+44rD9nyEpIzNPto2a/9gnEWfqlgaosA\r\nYvkCT73xA1l6sZ+q2Me96oEGUOQb+Ni0vfhzUjlXrT0W8MC8M3jzzBF+gz9q\r\n6VLtKLVOCFjFdjgmaKgkA0wH5GpNvWxVuKkO9eAhLWhvfXcohVLHTtvCgAb8\r\novvnO6Edr0aOTdCu6DmUaUaqQIR/HAV0gOYpUGUHx+G45vSbyKhleBtho1i5\r\nNz8fPezI/xjeZ0gQaC77M0AZ+4p9CqDsWPdwOPz1SROwcAPi0hD7ieGJFskB\r\nIRjbQWrKQrffcIsdx+4csFTIwFS7Rj2C+sq6uQVzUbuJQsFhtHxjosTtghrq\r\nFlGwUuJGc9yR9OwDXC9g3tq5OUGbnffR8hl25vlArEVUZH5LhyebreDBGQ0Z\r\nmLtatVGfz+SyfUxoD9B9+9oA+RWtTGmqd3fGMkt4+wl5YCZyNALHaKCpAJiC\r\nxAP186wjPPjj1VmBQCf9Tn+ocMMpv9S0dhk=\r\n=Rf3k\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","_shasum":"95c2178d1b9991424578d600e9be30202289b565","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-20.3.49.tgz","_integrity":"sha512-UK6BK5VVA5/G2oQPLTN1i24ZIHjCkf2/4vWJPBHoCJvVIagAdsS/W/smVkKE5unuxr+bxS89lYl15vLthIu7dw==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.3.56","@syncfusion/ej2-svg-base":"~20.3.56","@syncfusion/ej2-pdf-export":"~20.3.56"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_20.3.56_1667901024302_0.2203404335122925","host":"s3://npm-registry-packages"}},"20.4.38":{"name":"@syncfusion/ej2-circulargauge","version":"20.4.38","keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@20.4.38","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"e6b33b14f0611a01cbdacb48da0cf5942794f2c8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-20.4.38.tgz","fileCount":84,"integrity":"sha512-PT5NkP5S0eZ8WZDJxMmoVnT0p7sdAKOU8pmo3dNs0ID/toxZOR5wzvAR7cHXOfwWgA9bM/+AEpOD5cipM9SM7w==","signatures":[{"sig":"MEQCIC0i+TsTguJTW4orvCJcMTVG1SNAEhh2WdT6kDvejBwmAiA+V+LTARIxVSuYOVYjJFcz9S6O3Ue/SY7FISirWwCVfQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3850529,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjotFdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpMmg/8CCrld9lHWBDXCqKgzCio0DEaaPIPkLNsCx1tsLOa6QHBP3ef\r\nOx3c6/xQ33vcZGUCrOBR7j/tek8ecDmjEh9+7XzzyYszKRgVOMT5IlkocUyN\r\nS5ZJTkiw97v6vcSz8eBhNjeaAXLlRa/fJxv+1ADw/1wgneIeeZ3YASAaFwGj\r\nsLaixhbl36bPoUuIdEMljx2uqMsXiJTam7rWP8O7nAow59nSD5Ezg73ELU49\r\nMxfla1cndgjmWBYe3i7PQHxQjmVpOZSot8YqKghiKS9eHogbSnOW7eqjak2O\r\nGMVzs0/pwk6oTQl0QMUhcGca0CoWgHsDvLbdV7wh5GtYU9hNPvbSvDMoBt8V\r\ncC0KIS/P4BQ5vUEIj3kR+76SzV1x1sT4I8I4EVdX5+9XmczjjaFHKQzbjVvY\r\nrZJps/LHmTY4NJdM99Ul89QDu1J8rhn7VnhR7X+jhF+aXbsXMIHPsV6iAbco\r\nTGgvD5i3ckrCAesFPqB8RBLSqEnHwEnfPtJyUH4FSatfNJX4ODASsKmL2XXu\r\nk4kcp0h3u4vJkRpF88QQQb+Y3tSWwu56jXgv/l+11NYPXwb4o6JLu0gYsymp\r\n9hDgln53nvC9Ub0S7k4/fLfz/D6b/jxumg6M3unDpYTO8fa3RJJWDK7RWlBJ\r\nhCWmOWQNOuS5qbAlfYPYeVuouCspnLVTUL8=\r\n=z3Kv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","_shasum":"7560931069bdb51e2e791655c54485c58b45a201","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-16.40.22.tgz","_integrity":"sha512-tkLC6qzjYM9o4yPfV28+xU18y0k5wQYBMnIEBIp83lR+CFTFLlIs/+ByZ1UMGMZe86TqCCNJD0eNWKjxdKSKhw==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.4.38","@syncfusion/ej2-svg-base":"~20.4.38","@syncfusion/ej2-pdf-export":"~20.4.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_20.4.38_1671614812830_0.6750008105483087","host":"s3://npm-registry-packages"}},"20.4.40":{"name":"@syncfusion/ej2-circulargauge","version":"20.4.40","keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@20.4.40","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"af909a16ace60b4ca5e609d3c1f6f5cf848b4398","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-20.4.40.tgz","fileCount":84,"integrity":"sha512-CDyftmtUKxu/mkNCNnNCI/VJk7biUzP2DNt4/XWtPZFqHk5LF/oAY0TOzSzMfuoxuk4SOdhLmhUWSSTVIA1tkg==","signatures":[{"sig":"MEQCIDeQ9CpKKZO/7O/B6lqbOzXOijmYnrawNaxrf7Lf+XMXAiAbXOE1r5TdzNweaah53rB/ITd4xqTlvoyfEbrc9QjqcA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3850518,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjrHaNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoyNxAAoyKJ3QY6heqtDmn4Xcdvy24xYfDaUrdk1VlbXMlKKJenTCqm\r\n4kRxaBAHREYm6ylEnrA2vx9yuaUuHxkgyaKB84wlJ5AkcqjJZMMx0VfWoCCK\r\n3iPwkTUz1zy/WdtljPDbZkT6celQ5PLtu4JkTRR05voXZm7EAWa+GSeF0RHj\r\n/bJAy4inltzqTwct/FbtJjPUSwVOlEm6VXZ1XbIgLr1zjc33ITWz++wbWcrp\r\naQJEZ8Cg9Mq3eIMayDAo6Sf3kfpcDGj67NtE+AdR+hxz0iZkNOaw3BVRCI9J\r\nZJVoQRin4tNDTymBIE9s5mRjuXRoVW1uRwcpSUYXi54d0CT73ICx2gEylu5Y\r\nDTnANVcrQIv5G8Ball774ZsM4YAWlG6xeqtAyuFMBE+oXH6BSs1PrYxinCMv\r\n32yfSBX8XdmB2wisVXwxbyTGGFj/+qNeZ6ldNord0IC8g/1eX+wHKf0vvzLo\r\nTpg8Y9jSKEk/nJB2mgyTA5v9eSrscO+166fBcaTdcxm1s0J1B/oX2vJY5pDR\r\njwfnQH5UjpWxYAA9bO9Ihm4CI6OZAu+pGME/BC/vx8yND13z3KMivK50VVgU\r\nUSSjLojzGXV6fz/sr0r1aFT6PYBodsCijZvZIg4D29Au9e08TSdlA/j0lojp\r\n2JXkrUHFt1l4G4nOK+JsYNzGSI6dmJiIsKM=\r\n=D4Gq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","_shasum":"7560931069bdb51e2e791655c54485c58b45a201","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-16.40.22.tgz","_integrity":"sha512-tkLC6qzjYM9o4yPfV28+xU18y0k5wQYBMnIEBIp83lR+CFTFLlIs/+ByZ1UMGMZe86TqCCNJD0eNWKjxdKSKhw==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.4.40","@syncfusion/ej2-svg-base":"~20.4.40","@syncfusion/ej2-pdf-export":"~20.4.40"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_20.4.40_1672246925265_0.4807329253492254","host":"s3://npm-registry-packages"}},"20.4.42":{"name":"@syncfusion/ej2-circulargauge","version":"20.4.42","keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@20.4.42","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"2bc9cb39e443ed9f30ea529aed049ce7c78c7afa","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-20.4.42.tgz","fileCount":84,"integrity":"sha512-Q+ZHKJQLDhpgy5uuR9cgUYKnCPr5EBFXKlE3DkkptFW/wc6GglHfEusLK+bYG48ss7khk5G9v0b7guHCkbcFSA==","signatures":[{"sig":"MEYCIQC87g90s3Do8b/Wmy+sRfbQs8I3hmbdQE54Le8Y1+OYvAIhAJKlA85vxmyB5y4YxMZIBuiswveVHV/Ix9jW3Xxv7Ftt","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3853573,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjtXG7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr4bg/+ObK9yfPMCQKDN3wY4ql0BWTzcVnlI3+CBN591VN+dEMz/vlP\r\njroqARmBRhyAQbJbCwRN2jylOj/hJ+MTiAUSShdCAGwUZLG28g8MqF1YQw6F\r\nyeikAPaIzgw9ENMiddXA/KpkPfiiJamxnGZTeG8Jnr9Bext+fG5n1GW1HGvM\r\nHtb4DQjmNhPXMzkTxCTvYELL1Y4dheZ3WO152eYOuxzlxZm+0GskkXC11tNu\r\nzkHhIi2bkqfN4XFTG3iHsmPJ4EXbvedqf0wv/aa6/+mggsQpoKoW2jbPOquJ\r\nIbbj4TqJicBRqsrTgHq3YQTwPmyMYmflVw21PP7oaHZ4hTgjObfrsyPLUEAp\r\n/V/vbir7pFHLnR8yuAAsAiUYCHXi9Wet3b7ExC3syFYysY+5waT5qDr2dyBD\r\nJQFbObZ4mZq9oH8VICh5J4rQ0aEKss0sWuLbzL8Q2pSRCZpQ3Xb1lr5X+u4R\r\nHeXDGALCUYFfd1knhC+7byQMpr7y4dj8Mz39bcX1Uu5NUFFlcDymmTDLw5x4\r\nhKGJ3Xb7B+oWjnauYk8FUutNnuCAPSwZHuopoCO7Mpdbt5uqkHzqZ8DZT+KP\r\nGVaHWPWncBZP7sRZO5FpTDSZxb9gCmqZxUzRcFzpb2gc3txvYYSvqCsPMwCy\r\nm3erzgwvQHJfp5bX0sXGpemy7glAC+B3OCE=\r\n=Uzlg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","_shasum":"b710dd1f801e8bb725eff23bf7f56d09fe2c3bdb","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-20.4.40.tgz","_integrity":"sha512-Dus9vyV4VYRbazhtx6Ea40E2BJWsY1kFccZ2d/WGfZ7rV8XSlfB1kKzMRybTogfY7Uidjab3I+D27OxZNoOHoA==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.4.42","@syncfusion/ej2-svg-base":"~20.4.42","@syncfusion/ej2-pdf-export":"~20.4.42"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_20.4.42_1672835515059_0.817150229880997","host":"s3://npm-registry-packages"}},"20.4.48":{"name":"@syncfusion/ej2-circulargauge","version":"20.4.48","keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@20.4.48","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7e8841c2929210a80513705fdd0d3bf5d0a86818","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-20.4.48.tgz","fileCount":84,"integrity":"sha512-6SKi7mbOsmB9WGzDbfXqclzeCh/CUAlyx3T/ABEZ8aKyT87d2bS8qlyiWKNTBOLXH8r+FG2DEa0ZysEoq2X7ig==","signatures":[{"sig":"MEUCIE9flRILL6xYJaNyXvICHXwaVlB6mNK9viUjH0ber+KrAiEAmZYPAC4UOTNRXnOSxkEVyoiyIz9n0b+xeue337Kxnbc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3853573,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj2hICACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpGbg//d6mi9lMl0I15ylXGeXW+MSK/YHY19byMP52CMyy2ZdSSLXVa\r\nIP5k4ELOPX3EcsQ90Tl2QtiDlbN9xGau4SqST3mTdFZYm8RynuQbxQNUHAz3\r\nT7Rk7y69QAcs8Ur7X1VRDVT3kik2x9hTZBI0os7MvrgVjdkHuj9PM0VdmbLQ\r\nGkdog58MdBiwWzrhPbvvBOCRswK2vQgO5PCROTu2L8UaeWW34zRPqZi1YWuP\r\nDDCQvzbpISSUu554tb5wSVly8baGZn2EKaVei7R/wIM9mc2jNC1cyguTYBvU\r\n+rQ98StA5PRA74sGjQe2xLLxJu3SbXs3lhMRwlXcQTMy4SHkD3XI89Xu9jNm\r\nFCTTSRB4NYw3QOMVtHtJj6Qb+h91lfadU6FJ8KMWW/v6mReSpyGe5Z78vklt\r\n8tPyiUV3sZWwjZq931S/1G6xyWhMC2+kQIA+JytqxTvSQnrEwuVEo51eceXi\r\nNnmYV54AyP61JOQlnEtEKBQTjwgJ9fXhEzLwc56XriNsj1DkpmqqVtNjzWhY\r\nzANtGDHNdn1YvU2xAQ1IXDpUnUDlOJq5hlz+yPPgZo5KZ8bV9PtZgKefw9+W\r\nLDB7AlxSp3XfnwwsGHDwkEOkXASexASjE3UlPS5qLufW8mpl3TJLeDq+ZCIc\r\nikacXuex7qgo9HnXoBHC7r4EM0sn6AY6g9g=\r\n=DD9g\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","_shasum":"0a9d1f4e5221f19429213e5eda0c14a9c7102cca","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-20.4.42.tgz","_integrity":"sha512-CK3o2vF3YYsO1UwCNyh2FgJHs2PXwQyUddPFuVMR/TFDOQq3qN5xt+0J0NcPq4o7dRXvSzZWwxT3BuePDQaH6g==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.4.48","@syncfusion/ej2-svg-base":"~20.4.48","@syncfusion/ej2-pdf-export":"~20.4.48"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_20.4.48_1675235842542_0.32890129161635273","host":"s3://npm-registry-packages"}},"21.1.35":{"name":"@syncfusion/ej2-circulargauge","version":"21.1.35","keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@21.1.35","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a0b9aa8499ade41c4311b014b50c415aa39ae62e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-21.1.35.tgz","fileCount":84,"integrity":"sha512-qZR10dtdIg3LOPzo1nINfwTOIOiTGNOCQc2rYOaJoGYRZld4BscLAS5yIdazCHXRh9DehJk4RsD5a2YvqX6sgA==","signatures":[{"sig":"MEUCIQCmrGrYPJFSFU9a9BeOI0Xkf1QRhgXNJxQFrFc+4CBU/AIgK4rv8BA6NzXg/d2g6VgTq25oJYCpNA0A1wLZBnUjy5Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3879358,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkHAb9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpW/BAAh01uaDcC+s+auUalsjyIiZ9JPFlP8V0mRoDTwNx5yGQOoQWu\r\nHRw3dGKyCchzCWQ4p4ZLm33DzdyLe8KfQY+ACR6CAdRYhMvO4gH+H6MXzawc\r\ntNCJfKc+iwabAf5EUhmd6yJhoQaE4h4uDgdAksgo6FRMAloN/DcF8nWl4en1\r\nS62dEmaRzkXA8DAvS1U9JI5BEhpp7uKUQdVQ2BLdJrtrKVl+g06bm8U4Bt1U\r\nC57JN5WBFJW7XKjJAY0BjeRXXe6CTuVYOAHSSqu6RyI1UF6nmbSWMyPOfHtV\r\nuU+n1WzboYoFnkSxh+jHSz00qp/B+kGLZhxpVUo195gJ+t9fG8W/bIsGDR5a\r\nD1VbERNfog8DXtbj0TvGZvgVaq2HE+FYOFI89hn7zdnTK3cJ/6tx+TAoMS0P\r\nmwfqx/25vyj+E0hOcqX40s4Mx1n5EhAEcet++7729i2nYKf90fSi9Ojnojxb\r\nLh718ftaqRzBq2OHmTdtZbuhBa6tpaNx7UknNOFGafwskkq5fSWDi5a56nme\r\na7QwrNNuKM+z9SURCqPEqTTkH8API3UTATdHaWeblLoK2/6f8WVjJ4Xf+D10\r\nJo00gUqzGQpOb4JPEIlbPefgbZMUMIagstkB7xx7KlpQF6pv8v6ERHJaH62N\r\nqPlklVS4Zt3z2T2fSikvF+MCaSoGgSIfV3c=\r\n=lf7+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","_shasum":"a8ac5b72e037b8b4e0ecd1b68286c323a0512855","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-16.41.2.tgz","_integrity":"sha512-UEj81ah2fhQu03wJufcNADwxQW/4vHpceUdPmnGLdKAEimstLFyFqbVEiz8vf2zCXNGf5PGwzD4WCEHBaxc/+w==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.1.35","@syncfusion/ej2-svg-base":"~21.1.35","@syncfusion/ej2-pdf-export":"~21.1.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_21.1.35_1679558397384_0.24887136323718106","host":"s3://npm-registry-packages"}},"21.1.37":{"name":"@syncfusion/ej2-circulargauge","version":"21.1.37","keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@21.1.37","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c3aed55a54ad877a76c31ddbd0f61309d62c7f9e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-21.1.37.tgz","fileCount":84,"integrity":"sha512-jzGPyigmoD84Lh/B+MTHWxbYGFsaN4YVTqcxjJhmDy4SU9iW5ngMMeCdkPpaBMI3nyiOLUosEMJS+alpmoUtyg==","signatures":[{"sig":"MEQCICMtBsI5h8M2aVn3/sp5A4pW0TrgtW2vUs/6yiPl7OawAiAk+tUBBmiqB5YGJBqGqPSMnbVTitCq7fFnznk1PD4Iyw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3879361,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJFImACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqqzxAAmyS07bN6h+yZSQbAfkG1jp1Q9lEZ7J5RiYcJ+jQEWCblo1Kg\r\n0s0KG+RT14uMSdO7BPPeET09+eVg2I9xBPBOgTG+QDbbmh30P+RuoXAxpzre\r\nYWJm5pn+U9BlOsr5FhZangpN8BJb6KksGvJEFFNpewObOo0bEZ3KWtzc/gEl\r\nDt4pMFHSMkFJTfDYSj3Rri9wTgn4wAU5KPkdmRGf8afKPKq6naed1RPeNnPQ\r\nDNRxsmHZRKHMKzzNMYZCooZTBk0Qqk+E1KhgSulAXlM4w3R/XwwwqNICahmo\r\nMIY26H/0t2TmaLRswgivT5dCJeSUE7b6I5npNNq/3/kb1EReNjaacFqceynl\r\nO/QbCicCBl8DdFaw1PYCkEoI75rxvvVlqkN3abG16xYEoFRd+zdcQHBQywfJ\r\n8J2dKoNVxfK72Bb55C2JUtxKYfpuqote4GdCKfiHD9rjEO6VbxBHLBAu9v+S\r\nI4vsoyaaCeII2DB91mCoacbaGJVpuNi+ZqwxyfJHWY1C/RElbfYCkysl9iKC\r\naXVxyDAH7nhxfnKbEAVDch1Q0vwQ+2S8I2I/+EOc3Gvg1HG5SIdtbSypPL++\r\nEVVdLnBGb1poUp+O/nWIUk2YFDgYcyN5dkvjg2zZKQ046RD6LIM23qHrMY/E\r\nA37FJTf5m3E4BTEr4oIoM5ChWT7etK4C0aM=\r\n=IFP/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","_shasum":"308abed4201286c7ca6d1214121bcce436d0fa42","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-21.1.35.tgz","_integrity":"sha512-2lME+rkb4FHiU9IqhvmADu+QsHTYDcgNxasI4M2VRTvCHZd2W7CW98eh8FmoNYkssIbaEAaZTZ1yaC1rMsAMUg==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.1.37","@syncfusion/ej2-svg-base":"~21.1.37","@syncfusion/ej2-pdf-export":"~21.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_21.1.37_1680101925983_0.5039907172281257","host":"s3://npm-registry-packages"}},"21.1.38":{"name":"@syncfusion/ej2-circulargauge","version":"21.1.38","keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@21.1.38","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"bf9041ea8fe53770cbca054d83b81e7c8bddf338","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-21.1.38.tgz","fileCount":84,"integrity":"sha512-f1IoYMNBq0BFcbc8OesAc9AJlA2n222soGezYENRMHGKY3nZIkakhokeahp6GdhvkFNsnm67iC0AxQ7V2hh0xg==","signatures":[{"sig":"MEYCIQCbHP7m7752sHeo9xUdmO1Uuyfa1OQdKG7nMekbt4ItzgIhAOWt0GoJeZLb/d70swq/vCPerop7bldWs08g38Mx/eAa","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3879361,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkLCHkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqoRg//bSLWBNH4Z0R7Tr1IzH8MwM6KjFMzapI+prINTf6HmatZJ6el\r\n+IcBA8SvXC8KbxCFYrH/yMgo0AOr0IEErQTDJA/6uy9sbQeT+03Gwthe2Swl\r\nvmU1Hc8dpU0+YrW+VEQlN6N/OQVhx69feI6boQ9fjwTePPsrtWxB0Lmnmq8R\r\nnooGKVhSNu/zAfZfCpX9ioSyw536Dw+qTm0+SokMocX7xpcwjczBrCmbWn2f\r\nQdPurvxeQYRf1klRq+88Vud+c7qTgVErEz2z2VrZNeKu2NZkt3iyQC4Z2bWq\r\neYVmI07aaPn6Vc/MZVQSt52z2Y1Ued7uhHlJDI/Y6eG9aqFkhFX+0biu4jns\r\nMoCzaFE2h/YlcKGpj2I8HvlFv915UF2A9p6OLURacd2GzLtAFlTOQ2PhQMQL\r\nvc2hGQYGOztnbBnT9OVhNtvrM/58iy0skZIDL+6Xjn7ZvlHribsG9+Q7s+l/\r\ny0eDloIZFpMFAM4UlSxNzeurJHjqDy+6Ip3tw61nNXZWu1ccH6+GdEqPqcco\r\nzTGksCZB3NDs/An0D5D3fBBKRq1wRrMxEYD2Myqxov/PNKsKT7V/So4C8A99\r\nIicUz7nlM03oxfM3wyhbpoDqYXX5hoUXdKxa4DIq35Yp3U3yCPzdCrP8gJHA\r\n92BFmsqL+O3xQrQu+eHOwxOujefcMx0XGOg=\r\n=pnjC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","_shasum":"308abed4201286c7ca6d1214121bcce436d0fa42","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-21.1.35.tgz","_integrity":"sha512-2lME+rkb4FHiU9IqhvmADu+QsHTYDcgNxasI4M2VRTvCHZd2W7CW98eh8FmoNYkssIbaEAaZTZ1yaC1rMsAMUg==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.1.38","@syncfusion/ej2-svg-base":"~21.1.38","@syncfusion/ej2-pdf-export":"~21.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_21.1.38_1680613860261_0.13523071940210407","host":"s3://npm-registry-packages"}},"21.2.3":{"name":"@syncfusion/ej2-circulargauge","version":"21.2.3","keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@21.2.3","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"e2caefc75c821566ddfd5c928e1814a39ccb7393","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-21.2.3.tgz","fileCount":84,"integrity":"sha512-ZswLmTr4yk+Wh2qmxvfAoBDy3HPGRLon5wUfVnIWXGmvJ8Lxx39wcJSS9ZL2husluAz9YNcdT1kZZFVM2HeJ0w==","signatures":[{"sig":"MEQCIH4HyM9/hlPDcjvklZkqk2TLXl8hmzHhGzbsW2h8fhLwAiBDG49+PhaYoTjB7pl5rlnrGnbJHu6PCDAtQK9qQXm3uw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3879378,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkUiABACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo+AhAAo5gibJgPocqxBUOYr6sUJUDfNok+mUeeUmDyLMBD7AoEvcvu\r\nAICEjbpJlV2VmRXA+XkUSQZgvJIjNyo/ZAfdqeXI+xhsHKVIU/tcw7qAwNpg\r\nG6H5YGVXuwsruHbF/IVJfGXpwqS+GUt5m4ek7/7tACxcDC+RVePz7+OdzqED\r\nH99kk+jkCwp0VtZhgcsurxxNyN2a41ZLq0x6s9orkNQtWhCkLBoN1n0CpsEw\r\nDyqIeuzDrYuL1rN8jQy++ZVZoQoryBmPuoMCPaFHh9sudfRYzwbL++GwCUY5\r\nkhPsERZLe+EcBEwJR3u8MDUHzTL3PgQdGhQDV8leiKikR6T7uVj5aENzj/Jr\r\nLSUqSzD+VxSLI+BhVeta5BKBbwoYFIpIjOUNU0rpz/QVI0Pvz1Lm2lw6xqno\r\nPvKyx3JK6r5BZOrXOWFaNHFJ/xuKS1aLoDn9ihbjsqhq5mka7LLzRhwUeBUn\r\n6TfDXcDTtfSnXMjc7YED6fP7iCUITQ6PDjOGyyxNLEdRJGUft8vkxkmyDNXG\r\ncSesoDqCAFVCubd/yOMqAXUO3+04uSYmHC2JVUhR1/L8kRuM9LLJn8rf1y4f\r\nBugtVcea197sGZszkXgMN2HlD+tdAscG/Pz5D7X7MgAhturyl+aeKqb3BF9r\r\ntFGPfRgB1reVO5REVvZ90Z2WCQ90AZmaMQc=\r\n=pHwQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","_shasum":"1ad9d21936de73355ecf9c2425f8ee570d2eba96","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-21.1.38.tgz","_integrity":"sha512-kG/CPobeeMEv453IQ5lQWLnUPfJ1NMSQI1hCZgNCGdLJoSsQgNwQRzakDUc+XDZRrtYgCjUdfchztRF8G5jJ6g==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.2.3","@syncfusion/ej2-svg-base":"~21.2.3","@syncfusion/ej2-pdf-export":"~21.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_21.2.3_1683103745348_0.8365042366496371","host":"s3://npm-registry-packages"}},"21.2.10":{"name":"@syncfusion/ej2-circulargauge","version":"21.2.10","keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@21.2.10","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"6160b18a13f0406c8a4fd7e41dc65f99bd09fdbe","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-21.2.10.tgz","fileCount":84,"integrity":"sha512-1WyBdrZB5qgwwHha0BdY3mEC8UaD5+scfKJmcgfvTqyXpc9JlKp5dbk59g7RWV68HMzqvuBzehdbfkmHQg+Qcg==","signatures":[{"sig":"MEUCICmZ2LKPx0xY+Gi+qXS4nPNX8T72QYYJskqiq8ocsQ1tAiEAqy79ONixNx3MyGs2wrCvugLrEm3OBodAeBmTZLVOGSE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3879958},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","_shasum":"0139c36bce0b47f6d99f0476c6d83add3052add7","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-21.2.3.tgz","_integrity":"sha512-NfusW+nZEWgGbvqr4BC8pTcRWT6KRofs7HX0sUCR9D/qOkCkI+oInJIIOeXUaNZS40GUBWaV8biEsgd0Uum3TQ==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.2.9","@syncfusion/ej2-svg-base":"~21.2.3","@syncfusion/ej2-pdf-export":"~21.2.10"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_21.2.10_1686655465003_0.13737479080641912","host":"s3://npm-registry-packages"}},"22.1.34":{"name":"@syncfusion/ej2-circulargauge","version":"22.1.34","keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@22.1.34","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"157e8c7d094f39fc0a7c06846725324c701acb04","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-22.1.34.tgz","fileCount":84,"integrity":"sha512-wM1tf18CDh6tFMukA9/A60EqbLLOEqqrqCR/Dpj/xPVhS2Z8ZoCULaKrO4XAek0rJE/GALlIaYU+hNhc85aPnw==","signatures":[{"sig":"MEYCIQD77c/l55U5W8sQ54uMRQMSTiDGn9RBilGLKyxOQaNn1QIhANJqyOTLZQOMRUojesvdifqHaIs9EeipAcpFj5cbXll2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3950101},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","_shasum":"c4057078d13e5702ec284986d3ad3686e5cbd9a8","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-16.41.8.tgz","_integrity":"sha512-TnI7/ccXtcjxW0FjPKZxtUei7a2TaW5aMcbDW0EleA6Glrp99D2JF71FxBnWekXVgr5N0a8ZWC1EA6UmWkw7oQ==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.1.34","@syncfusion/ej2-svg-base":"~22.1.34","@syncfusion/ej2-pdf-export":"~22.1.34"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_22.1.34_1687348290403_0.17202668580173341","host":"s3://npm-registry-packages"}},"22.2.5":{"name":"@syncfusion/ej2-circulargauge","version":"22.2.5","keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@22.2.5","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c1bd7cd54ea08df91648378493080b1b85b93013","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-22.2.5.tgz","fileCount":84,"integrity":"sha512-xYsrLTfUqn4PtLgvPCNdXMPkXngRMkO6MQ9PFs4eYXKpwVkN/jDmKzCuUUbRt04Kwqxld7a2mr2/5gfLpgHg8A==","signatures":[{"sig":"MEUCIHJTrV7g2Q+GvMSlmyX42D2ACJ6oJRNLxSZXOqzXTR3bAiEAsg8l/CZiagWFN0OHc9LO3nXUMCVD3tfgrIxowxtZ0No=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3950121},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","_shasum":"89fa6eb6a9dff87231af607b43056b945515e600","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-16.41.8.tgz","_integrity":"sha512-lebIe76qXrarLm9Ppj5Lvyj4pk8LP4I5L/QdtBOow83/DSmpn7asVCdfZU/VcQKb/rKBkIc3zvpY/vBgpQnOoA==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.2.5","@syncfusion/ej2-svg-base":"~22.2.5","@syncfusion/ej2-pdf-export":"~22.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_22.2.5_1690468476450_0.6555920328907883","host":"s3://npm-registry-packages"}},"23.1.36":{"name":"@syncfusion/ej2-circulargauge","version":"23.1.36","keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@23.1.36","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"1dae5a119d11879ab092e5f881ef5230ce119a54","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-23.1.36.tgz","fileCount":84,"integrity":"sha512-cnBIxK8Gpz4L7FGMBR1q+KbT/tZ1UHzgHlSAFYPsE5Rhsz+w3Q5MT2sAgHfiWsm+XXnSf+mtjMRRBY8sm2/OZw==","signatures":[{"sig":"MEYCIQC7tRPF+9DTYHYpNNvY1YAd22qP0HPFoCP0ifC0+vUqoQIhAOZNwnHQotdtjAKT1mZFbUyS+A90T2syotvLZafpq2Ng","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3960714},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","_shasum":"8f7e09f9960890fe482e9954d6a8b7d32e9f837a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-16.42.0.tgz","_integrity":"sha512-lklksGyGcs9ATrcl5mWCCJrN551J8nFPmi+mA2KJ5H1pue8Vad4iMXL/62Uvbbe971Bqq7Qz3IE67FXWGVsq3w==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~23.1.36","@syncfusion/ej2-svg-base":"~23.1.36","@syncfusion/ej2-pdf-export":"~23.1.36"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_23.1.36_1694764677715_0.19679886995328455","host":"s3://npm-registry-packages"}},"23.1.38":{"name":"@syncfusion/ej2-circulargauge","version":"23.1.38","keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@23.1.38","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"eabf01122a016c64c24557650407b8c83fd24b43","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-23.1.38.tgz","fileCount":84,"integrity":"sha512-FLridktZHk6dLnyd/0YHN+C90HHQPQ2yKXJBkwhYwYcTWDZpGVmrBQf87Xaxixs96oFjOcahs1JmQa/xO6CSxQ==","signatures":[{"sig":"MEUCIQD8/drVSTW9xEEEtAhujf/FKHEhB+XwcgMBXKSesQvm1wIgN/bIpY8P6usljjRPGOZwD4DLFzyqPFiB2gnlx4SDFkw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3964468},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","_shasum":"f298dbc50ab40acfc9791909e8856a9ec9a046c3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-23.1.36.tgz","_integrity":"sha512-tiMF1YCOojWyeRSUav29tS/KaP9nTfFs674KsRt9QIyqOiJrUIjG0SwApjbWKmv5UwZvMSWoYrqSTH7pvwQ5uw==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~23.1.38","@syncfusion/ej2-svg-base":"~23.1.36","@syncfusion/ej2-pdf-export":"~23.1.36"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_23.1.38_1695728586463_0.41344677462356083","host":"s3://npm-registry-packages"}},"23.2.4":{"name":"@syncfusion/ej2-circulargauge","version":"23.2.4","keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@23.2.4","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c65f9824fdf67492a66cc323b70b0c948b218e76","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-23.2.4.tgz","fileCount":84,"integrity":"sha512-m/zARQIrCHk0YG4TnBN3Ghbpx7cECmL8SGmjSAlkXKbYFkH6v+qUXKrdsQnGHxRmp09H0uKDhwB3tfo9CZsvaw==","signatures":[{"sig":"MEUCIQCpqS2DR0YIQU9OOnG+Sc5tI3xFn0xs20oTABfHOY/jnQIgVwa2yjfJzBEyG7pjMc6rJMD7cCSIrHL9sYzD8wBRCSs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3964485},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","_shasum":"f071c0fd26637079509e45d93f6a4c5810f4669a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-23.1.38.tgz","_integrity":"sha512-gjp7atauZpy+B9zTKzWF7fgECEGq+TPXKGIKvxyh7WgsqGuS7HFYRs2U45EHStBhfwPIO3dWASHqxhEnMyAcUw==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~23.2.4","@syncfusion/ej2-svg-base":"~23.2.4","@syncfusion/ej2-pdf-export":"~23.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_23.2.4_1700460385914_0.8113984140296631","host":"s3://npm-registry-packages"}},"24.1.41":{"name":"@syncfusion/ej2-circulargauge","version":"24.1.41","keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@24.1.41","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"8fd8ceefe5b7e1bf0343f666f813ed91a6899658","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-24.1.41.tgz","fileCount":83,"integrity":"sha512-XLL4hPDoxnOppVN6TIEj038WZtVG/0tuZ3Reuzh5PuR7ZYUHJBdXiBellONb5E2WLktBzJmX5Pbphso8n4UJgg==","signatures":[{"sig":"MEQCID0b0VgWu0ZkGkO19aXz+r3Ul0NFqrcLv2nwZUJDp+J7AiBKe6fEa5+N51LZMx9cVMw7Yi0N2T9yllOm5tM5yf8jqg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4376020},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","_shasum":"7050ae895103ef50088ace7a818195bb8fa12d70","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-16.42.3.tgz","_integrity":"sha512-4E4Xooi7aB19xznUOcYnts92/3vualThamkwI31SR/wmPPGnCGN0WzUW1j3trpmbL4cPf9MEeQAf3JzZO/Nm+g==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~24.1.41","@syncfusion/ej2-svg-base":"~24.1.41","@syncfusion/ej2-pdf-export":"~24.1.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_24.1.41_1702880510290_0.15160411291099818","host":"s3://npm-registry-packages"}},"24.1.43":{"name":"@syncfusion/ej2-circulargauge","version":"24.1.43","keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@24.1.43","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"4bb8a8f6f4b36902f24c09c1ea99a8a30ef228a8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-24.1.43.tgz","fileCount":83,"integrity":"sha512-0jQGJIsPUMWGDQBpjPENfeCtTfcs9neu4jWPlmt8J/Yv+6cCYvuKSJEFz5eTxARXmbAu87XBN+UnZbCbuOiv6Q==","signatures":[{"sig":"MEQCIF3xH/QSnp32O+chYUgoggGAZkx6cg3BfD1RNm7/Jwm3AiA5u59iTjD41LapznUDtrRb1FGjkrrSEUnTbxiKQJr1ZA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4385674},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","_shasum":"4e1c6f935e3c0e2b4118893bb556e31f2411a390","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-24.1.41.tgz","_integrity":"sha512-sHR3bdhSgTVOwKgpJ6VGneY+mBHXjuwCc0POoUsiXF8TTnOlu+/ImI53vFhAr65u0i3Bar1ZD7no8KoG1Tp3dw==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~24.1.42","@syncfusion/ej2-svg-base":"~24.1.41","@syncfusion/ej2-pdf-export":"~24.1.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_24.1.43_1703657806944_0.2166246037023014","host":"s3://npm-registry-packages"}},"24.2.3":{"name":"@syncfusion/ej2-circulargauge","version":"24.2.3","keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@24.2.3","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"e7b3d3cb2bb2552c29cc7ee080f63fbafdb157c9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-24.2.3.tgz","fileCount":83,"integrity":"sha512-D0aHgua7dsrV/E59U7r/R4NDCTecrSlqy27VDRZKOVu7kiW/apJq/Cfjudg8bx72dzeky5j3uCydAcRvne2kvQ==","signatures":[{"sig":"MEUCIDK6rrMRFisUPjjjZigmzQgX+YX1TcuNAI04EB8C8mWIAiEAt3OH/fWmhVSYuBz+VIfu2nWNNr5Pg0XXojMNVlGq28s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4385691},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","_shasum":"96e403c267cf5f6f1a7a92ead272271a8b9c4ad9","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-24.1.43.tgz","_integrity":"sha512-XdCtWYpgbWGQlJaDJZPTvfwsVWVX58Hz1Inh/xapb40GDhTKgKCD2Hh55FN6YHztIs65UeI0b1qr1+aSQ3x28g==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~24.2.3","@syncfusion/ej2-svg-base":"~24.2.3","@syncfusion/ej2-pdf-export":"~24.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_24.2.3_1706709823896_0.011328107792320186","host":"s3://npm-registry-packages"}},"25.1.35":{"name":"@syncfusion/ej2-circulargauge","version":"25.1.35","keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@25.1.35","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b169135c44857146064ebea7fbe2eaab224706d6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-25.1.35.tgz","fileCount":81,"integrity":"sha512-G1khHTlpzo3VbfvgBJMDdprKjHFykRSDn1DfFLAIKJF+HoNrfCj7Ra4gS1tbHZNuJZ9vV5dU31w1gNCwCeXOXw==","signatures":[{"sig":"MEUCIC0VDNl5Q7zmF0kXR0fbRrvXmf6y29HrsRVZkh90JTSnAiEA7s8LiHThKrsNdfPnVeEkMdDl6lznuEZd/c+1i3ufx0g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4393723},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","_shasum":"ac54692149158612a93f7cb7415ec980433a9b12","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-16.42.4.tgz","_integrity":"sha512-JCBjQFKDlBsLi09e0KmhijDIscsiZLTJUFQujH0dX45u0smhbb4zqBSmO7UJLCOToAE+wRng0AwPq+zgG90HgQ==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~25.1.35","@syncfusion/ej2-svg-base":"~25.1.35","@syncfusion/ej2-pdf-export":"~25.1.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_25.1.35_1710504544821_0.7292252597571238","host":"s3://npm-registry-packages"}},"25.2.3":{"name":"@syncfusion/ej2-circulargauge","version":"25.2.3","keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@25.2.3","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"11768090dc8f8612654554384a240a7c98ce834a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-25.2.3.tgz","fileCount":81,"integrity":"sha512-b0w53b1le06yN6yCEwgmZpxB4Ma7AU4pReC0/4HZaeqd3/Z4yntXlcUxNM7GIGYr3OsxRZ7RdcAZ0ajpCOCWyg==","signatures":[{"sig":"MEUCID6gfVHLEnJBisB52byVMlm2hT9adsB3ACPk6zrnnzheAiEAynu71rmfuFJFcPXMqf4TGVuv6WHTigX0SyGsGMXkego=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4393743},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","_shasum":"c79ff930cbfb1db4c621f42e7a65224f616ec2a8","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-25.1.35.tgz","_integrity":"sha512-q0qDec2SdhBBKmQuWy7CoKfWMPc61odiGhGdoEyosVVQ7vpYQ73IXYYLYDGrxB0PFAo0ITs6Rp4uNL3J43SikQ==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~25.2.3","@syncfusion/ej2-svg-base":"~25.2.3","@syncfusion/ej2-pdf-export":"~25.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_25.2.3_1715175606799_0.680058254346918","host":"s3://npm-registry-packages"}},"26.1.35":{"name":"@syncfusion/ej2-circulargauge","version":"26.1.35","keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@26.1.35","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"2c3b60b5e24404229348e4a6b8185779a9e706ec","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-26.1.35.tgz","fileCount":81,"integrity":"sha512-gQe3nmJrwlmwSJba+DHe8S3iQYJfRYQLwCMCwVAxKbHy0oFsameSP3VTzKNdk0HOniDiNBGqKb6tQkCOM30JIw==","signatures":[{"sig":"MEUCIEKTTHXivwHPeqrExZrdaPNG6wVC5L10Iv3aUnr0WR1LAiEAtMUYMl/NgCPm8s0NGty4uUB+k8d3KN0XWfkr6lvqbFY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4526553},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","_shasum":"9715f7109fff5006b94a12fda47b0271afa98be1","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-16.42.4.tgz","_integrity":"sha512-xhdryMtYII3ZerNVb23pl0Kk98VDoPTxgasOkZv4jmk6Cndsa6cn77TttgZsL/eMi47D06tj3CBMhsGNtCGw3g==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.1.35","@syncfusion/ej2-svg-base":"~26.1.35","@syncfusion/ej2-pdf-export":"~26.1.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_26.1.35_1718111203249_0.6905759807050429","host":"s3://npm-registry-packages"}},"26.1.38":{"name":"@syncfusion/ej2-circulargauge","version":"26.1.38","keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@26.1.38","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"11322edadb76449eafea279605d29336cc88ebe4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-26.1.38.tgz","fileCount":81,"integrity":"sha512-mVm45Nuwk88vsSjCA/r5ZKx3dQyNzVmJ6PSALVxHyH9v/9V+6o2N/UKuWSYYNzgCfSqAqVrcgHRqG92Z7cnlRA==","signatures":[{"sig":"MEYCIQDjXEefetT6DQ0CNsyPhpzEYQDRxdjwftLOMBK8N65o1AIhAINoq0dQDM67y53/qnEPEbzn1c/B5DOLG031Yds1E5hN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4513912},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","_shasum":"dcc8cc49ad9b5b43934c4725ebbb3a7591fbf4c1","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-26.1.35.tgz","_integrity":"sha512-rGDLTKS2Z1kElqXLN+XSV1AOXMEaI4VVG0L6Y+wQ2AiwOWLYfxiILq9Jz0iMp8PTj2OBRIYEJeysUSvOKlpNoA==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.1.37","@syncfusion/ej2-svg-base":"~26.1.35","@syncfusion/ej2-pdf-export":"~26.1.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_26.1.38_1718791281540_0.8093873465359143","host":"s3://npm-registry-packages"}},"26.2.4":{"name":"@syncfusion/ej2-circulargauge","version":"26.2.4","keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@26.2.4","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"670edb5e5877044be8664ae9b096c7d0f4713414","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-26.2.4.tgz","fileCount":82,"integrity":"sha512-iPgG/S5I+ef1nKznSFt4L/LiZnMu2vJyQp1XDpq9fA9JulNxjaTNiK7reBsv07ntCGqZiq6a5wNGMSTYnZBmcw==","signatures":[{"sig":"MEUCIANJCcy3gqIRh3dMcPzX1V+DRaswYnMgNfSDmLFobL/pAiEArx3x5OERD8l3juOUuKRWOm4SkSgk/4rxVETjkLM3xmk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4513922},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","_shasum":"397ae93cc03d0731506b7569e4cc258c513431e6","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-26.1.38.tgz","_integrity":"sha512-kPy3G9Sj6DVeLQhlyKUazh0Qir2thocYuHWzXBi/IcpkshuB5aoxdQbQue1CByi+KivXXgdeBqlXxntI6VQDRA==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.2.4","@syncfusion/ej2-svg-base":"~26.2.4","@syncfusion/ej2-pdf-export":"~26.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_26.2.4_1721812935779_0.056717752285123435","host":"s3://npm-registry-packages"}},"26.2.5":{"name":"@syncfusion/ej2-circulargauge","version":"26.2.5","keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@26.2.5","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f45bcf9bfb945aeb0a014fb794024d9163d4ec37","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-26.2.5.tgz","fileCount":82,"integrity":"sha512-RIamluuOQdDHwH/tc7g0EtK/+Hy5+t+uT5APxI7nZ86hbyqWp2VxMIDggaytN5nMUUd1Ky8eR26uYlnJICTd7w==","signatures":[{"sig":"MEUCIBZXL3NS+ystierZyQqAFdp9wPbk8nvpcAzafJyrlpKhAiEAzqL3zaRD+VtSVuPiXa5k+Ir7QMl6L2VCcxkKjdx9D3o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4513922},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","_shasum":"397ae93cc03d0731506b7569e4cc258c513431e6","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-26.1.38.tgz","_integrity":"sha512-kPy3G9Sj6DVeLQhlyKUazh0Qir2thocYuHWzXBi/IcpkshuB5aoxdQbQue1CByi+KivXXgdeBqlXxntI6VQDRA==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.2.5","@syncfusion/ej2-svg-base":"~26.2.5","@syncfusion/ej2-pdf-export":"~26.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_26.2.5_1721949956334_0.05793101469575945","host":"s3://npm-registry-packages"}},"26.2.10":{"name":"@syncfusion/ej2-circulargauge","version":"26.2.10","keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@26.2.10","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ca8c00b28104a8371a98c0c246fa39538f9d897f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-26.2.10.tgz","fileCount":82,"integrity":"sha512-H8yFAmwgzB/YEufwhCUBw/TrPW23ZJbKX/U60d8tvTSKyTxSYUjyjxEo8KsHZtOKpmGQhZTXdcsEGZckSJ8IcA==","signatures":[{"sig":"MEQCIBscOPtTz9U2JrA5BWhqr50ns45OXLr2mOQ5JIydTtaxAiBMIVCDotvEArdE+SqTOj9S13ZZ0y/B0S22cqmk7vyPcw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4513931},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","_shasum":"397ae93cc03d0731506b7569e4cc258c513431e6","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-26.1.38.tgz","_integrity":"sha512-kPy3G9Sj6DVeLQhlyKUazh0Qir2thocYuHWzXBi/IcpkshuB5aoxdQbQue1CByi+KivXXgdeBqlXxntI6VQDRA==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.2.10","@syncfusion/ej2-svg-base":"~26.2.10","@syncfusion/ej2-pdf-export":"~26.2.10"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_26.2.10_1724108156765_0.8027281691079109","host":"s3://npm-registry-packages"}},"27.1.48":{"name":"@syncfusion/ej2-circulargauge","version":"27.1.48","keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@27.1.48","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"72b0c898ab10968a7a711d2595ecbfed036872ee","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-27.1.48.tgz","fileCount":81,"integrity":"sha512-MBUbBZ5gzzFxI5c6Xi2gZVbzm5MVam/uZbBwKwEYlxMI7tYpk8uGQqoBdYTv1fe5tXwqnqkr9I0tNMmZa/Tniw==","signatures":[{"sig":"MEQCICoT38dFmPwuq9DbebG62iOuOLNSiCf/F7PJu74mPYcQAiAC82gv4G4W8OMHhE7IH6fiyAqNSQBqKqUZEQKKWmcL/w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4545319},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","_shasum":"32f1569dc8883f0cf304727439171e4a446f8052","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-16.42.4.tgz","_integrity":"sha512-CBwtWXeCcp8+TiaVlvbaee3raDKX04ZeDI8dM1XQKe/FRMZPpT6TIBP4LiJdiOuTAc98Is3Ny8ivpcK92i42Sw==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"markdown-spellcheck":"^1.3.1","@syncfusion/ej2-base":"~27.1.48","@syncfusion/ej2-svg-base":"~27.1.48","@syncfusion/ej2-pdf-export":"~27.1.48"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_27.1.48_1726653965490_0.6811566272990084","host":"s3://npm-registry-packages"}},"27.1.50":{"name":"@syncfusion/ej2-circulargauge","version":"27.1.50","keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@27.1.50","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"5f870e5718ef3d42be2bcc496f6fa474eb95ee4b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-27.1.50.tgz","fileCount":81,"integrity":"sha512-UwzozD7/3WZTYR48rA1iiYZvZ+Vgb5pDqnzxeNp9aFH+TTix/OWYB20NpxuSx75/ZItT8tQX8QCc97sueYVr5w==","signatures":[{"sig":"MEYCIQDLrCGPTnS0nvm1bFkasN/EUucLNGWe8vcTTiG7BBViOQIhANZSPYkJksfzU2U0eZPavXFCn65IVcazDZXaxS2hpJCf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4545866},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","_shasum":"bad66d584fff8aa38b06d10747d0a3c6709011c1","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-27.1.48.tgz","_integrity":"sha512-e3s5ZLXuHvT/TxqkLTmqGLnWYJ5OFejgWWTMohnWGKfm7e0svXx8xK8xTMnJlF9jApUfxdrh5TG7PG0yUmIJQQ==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~27.1.50","@syncfusion/ej2-svg-base":"~27.1.50","@syncfusion/ej2-pdf-export":"~27.1.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_27.1.50_1727132337384_0.7542946778761561","host":"s3://npm-registry-packages"}},"27.1.57":{"name":"@syncfusion/ej2-circulargauge","version":"27.1.57","keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@27.1.57","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ab6b3277c794d2232147508f2edb6438c188d491","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-27.1.57.tgz","fileCount":81,"integrity":"sha512-rTnu+IdnPvym0jo71wCgS4INccbAOKCrbLRh4PA89f02itNqDMMkqXVAI7yp9t/KJHm7npQ1tGHc4eMjL4WF6w==","signatures":[{"sig":"MEUCIALeUAXxwMbbmh22P7TnSAYYWdmQs04bj2ILCtud9FKiAiEA1n9ac8sX37IVQIGDzIKuQxMaJOl0C35jKbM3r3UXpBo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4547734},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","_shasum":"ede0720facf020be31795c941871db0d54d6702c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-27.1.50.tgz","_integrity":"sha512-Bi2INBDKRbdj97aQUSS7axN0X0IpjYfIwOJ+JKxVVcAmC8N/PjZiUSlaRMbKbtJnr7Q1ZElFYkT22qQRL9XPww==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~27.1.55","@syncfusion/ej2-svg-base":"~27.1.50","@syncfusion/ej2-pdf-export":"~27.1.51"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_27.1.57_1730159903591_0.43328508495469586","host":"s3://npm-registry-packages"}},"27.1.58":{"name":"@syncfusion/ej2-circulargauge","version":"27.1.58","keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@27.1.58","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b5fe400dd620cd2c7d6600c824d19018402ac9a2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-27.1.58.tgz","fileCount":81,"integrity":"sha512-17moLvXgov5yGYldeU8ynqVtvBPizkqJYmd40olCtt1/b8xpV5Cl0GteVi0Gb5UNfDwbOxspo9isw8ewhjl0pQ==","signatures":[{"sig":"MEUCIQDFQvYvC/N9OCOcv8lYqADvajLeZ3B/r49vv8dR3bX0IQIgN83TruaEOEeJzG/CvK5rGbmx9/ioMXSdkcI+o1WRdKE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4548941},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","_shasum":"c5625d07297a43d853e2a9c547a5224d414cc520","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-27.1.57.tgz","_integrity":"sha512-wu5lTNGQQubwBwPkUP9R480Sdj8rSvQxen7klgFgauMAX+5Uek1UpZpRna3H2asidSWkRp80Bt+XgU3fTKX0qg==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~27.1.55","@syncfusion/ej2-svg-base":"~27.1.50","@syncfusion/ej2-pdf-export":"~27.1.51"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_27.1.58_1730767549721_0.07754016277346798","host":"s3://npm-registry-packages"}},"27.2.2":{"name":"@syncfusion/ej2-circulargauge","version":"27.2.2","keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@27.2.2","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"e1c24f42bbbc490e22e148ad0d81dd09a19522b2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-27.2.2.tgz","fileCount":81,"integrity":"sha512-ECi9tTonm9/3NmKugi3CI7Xg07BsuSvzA2b7UaXYx5UIa12t6DtasG91YqdISI1L2pHmjOotJD55ZqT5an8/cg==","signatures":[{"sig":"MEUCIQChJr6qOwUTbcKkT3I7sCh3Nq8BBpfp4Oz+53zNjC0E0AIgNrwUdvHegS1qdqNbDJogkhqWUwmo0qR2B8LjzKWQNxI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4548932},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","_shasum":"b2a79369f5bd76655e9acd88ac82bc60b89b88c1","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-27.1.58.tgz","_integrity":"sha512-N0gqqgzpouYtgsWAXrM4jKhQfpuzcmNVsNmJc7ztoVZccSG0Mkd90X2la5Y0UsM/qwSlryVUnJb6B0x+3ZU1Kg==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~27.2.2","@syncfusion/ej2-svg-base":"~27.2.2","@syncfusion/ej2-pdf-export":"~27.2.2"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_27.2.2_1731644160287_0.32797415088087134","host":"s3://npm-registry-packages"}},"28.1.33":{"name":"@syncfusion/ej2-circulargauge","version":"28.1.33","keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@28.1.33","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"0fc67752981fc2475f5526b4513eba736a9116c0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-28.1.33.tgz","fileCount":81,"integrity":"sha512-XuFvTH2Xn28HAKsm+ET0csFx4H+wxq4iEQ1NvRL2UksSv47yt9/TA6xiwipN3gG68UYeLM0Y3D1kmBAJnLz7Bw==","signatures":[{"sig":"MEYCIQCWiNWeEprD3T7rr4YXlNae4sQX2jU3/F7cI0nn368rvwIhALEyKg9d/b/TI1rr6gyBoAvF/Zg1oAB2zeEBkwdthnse","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4602267},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","_shasum":"19591b5cd689362c2317a5c0c17669ae2b4a0436","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-16.42.4.tgz","_integrity":"sha512-1JxPkCjCTHHRoxv5rIvBrOPU/TPMO9SD59fZ47vqLsiKszklZTLTaZfBTvzRdegQxDM4ttFR7mLIFa8WxIXlew==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.1.33","@syncfusion/ej2-svg-base":"~28.1.33","@syncfusion/ej2-pdf-export":"~28.1.33"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_28.1.33_1733990598540_0.6047009911466064","host":"s3://npm-registry-packages-npm-production"}},"28.2.3":{"name":"@syncfusion/ej2-circulargauge","version":"28.2.3","keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@28.2.3","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"5eaf976c57db4a6ae057fffe992a94a2991c88e1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-28.2.3.tgz","fileCount":81,"integrity":"sha512-PuvDGFLQjzEvK2wDgwI/Sza3LmqyX9tYuzYuxLyrEpCAGdVOImb29DznvwAJdIWvMpN17A17DRq+GXpDfqBTVQ==","signatures":[{"sig":"MEQCIBNgya1P+VgPUTc3MiKcUb98deFyhoNOEoYgVp2wASTMAiAhMS0xgf3CdpKyDp7Dotz6CmMrgDso5sOeobFMnfkz2w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4602261},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","_shasum":"c6e02f7f0b15fa1008ada87135cfe5130e459b82","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-28.1.33.tgz","_integrity":"sha512-E35j24hXXlCCQTgR2S2cvbzTl2VpB0otAByjiTq8ZjbXLW3n23S8HDwIS9W7d/0Ty8OxygDekNrakNSKO+v8Og==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.2.3","@syncfusion/ej2-svg-base":"~28.2.3","@syncfusion/ej2-pdf-export":"~28.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_28.2.3_1738146127092_0.5807258872545147","host":"s3://npm-registry-packages-npm-production"}},"29.1.33":{"name":"@syncfusion/ej2-circulargauge","version":"29.1.33","keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@29.1.33","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c37163ca67d7c42ecf3660a048a0ff251d389893","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-29.1.33.tgz","fileCount":81,"integrity":"sha512-PcC68rieniMzvrfBD6sberieSDPc2ow+psFqkG4Gl+5/5GGLmo9bSYHEUJkjBVe4ntixPzypWAnpDr6EH06vgg==","signatures":[{"sig":"MEUCIHRLviUf0RaxmIrU6/v4IQV76Kv/JtqgRYxjxCffXm+oAiEA64doTGi23f8CTA4W5ZDfBy/4CNFsJQyBK2cheT14890=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4602717},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","_shasum":"d377c86850365cfacdea9a6db4a31c85375d26d6","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-16.42.4.tgz","_integrity":"sha512-oFc7iQjPR8FtrRL3c0AVgQvE7bpRzATalsME3Eip1Sn21hLJD10xe3S6zEOGwivQ2ezs6f3W9+/PutjSD9Tecg==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~29.1.33","@syncfusion/ej2-svg-base":"~29.1.33","@syncfusion/ej2-pdf-export":"~29.1.33"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_29.1.33_1742897366747_0.2484289814514089","host":"s3://npm-registry-packages-npm-production"}},"29.2.4":{"name":"@syncfusion/ej2-circulargauge","version":"29.2.4","keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@29.2.4","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b28d6066645cd8f3caa0cd5e359c79352f3f3b79","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-29.2.4.tgz","fileCount":81,"integrity":"sha512-vVoYB9iTlL+AhViiYjZIToNhIYh3G7F1u1sVVFbK4s99HFnKzRljOlpRoahmADAz/r1Hc8Mj+955IgL4nZu/mA==","signatures":[{"sig":"MEUCIQCG1QUbjVHzRr+21nJAoxlaRJ8B8vfGAdFOnvghFG5tJgIgdXw2NHE0Tbt3PK4CSGEw0ie4bgJq9x5MXWwcu1w8/ak=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4602711},"main":"./dist/ej2-circulargauge.umd.min.js","_from":"@syncfusion/ej2-circulargauge@*","_spec":"@syncfusion/ej2-circulargauge@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","_shasum":"143bd9d60de3a042f6311dc038025bc13fed8bbe","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-circulargauge","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-29.1.33.tgz","_integrity":"sha512-2yxt6bWFgMOsjqx576zQ0RP5+UQruvCTi06LFQtWX0TyjmAViaZGvmDcmHi2LhwvodDfpW4uEP0Dhq9eLgwvZw==","_requested":{"raw":"@syncfusion/ej2-circulargauge@*","name":"@syncfusion/ej2-circulargauge","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-circulargauge"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-circulargauge","/@syncfusion/ej2-react-circulargauge","/@syncfusion/ej2-vue-circulargauge"],"description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~29.2.4","@syncfusion/ej2-svg-base":"~29.2.4","@syncfusion/ej2-pdf-export":"~29.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_29.2.4_1747219425444_0.5945992319403415","host":"s3://npm-registry-packages-npm-production"}},"30.1.37":{"name":"@syncfusion/ej2-circulargauge","version":"30.1.37","keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@30.1.37","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"61c7a74fbf3ec3a30739f6532df809c6e966b938","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-30.1.37.tgz","fileCount":137,"integrity":"sha512-GC2GmrvBL3hySJRjQ4AGxHcZj2ybgr8FmEVKzYvAgqf4J8rN25UPgSH0p6BgfxINyyi5NUyYXU058CK8TaUj/w==","signatures":[{"sig":"MEUCIQD0FeASAzHf3JG/Q2cBfUOuC9uiIGyV+G+BZru2aFv6cQIgG9ys6QblktzmNVBBSseEUd7Qj8xq8NUYYPCthkCME5A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5245773},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","gitHead":"5d9951c03cfb7251b1330b2712d762b61aee148b","typings":"index.d.ts","_npmUser":{"name":"anonymous","actor":{"name":"essentialjs2","type":"user","email":"essentialjs2@syncfusion.com"},"email":"essentialjs2@syncfusion.com"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~30.1.37","@syncfusion/ej2-svg-base":"~30.1.37","@syncfusion/ej2-pdf-export":"~30.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_30.1.37_1750854570604_0.12525889245103028","host":"s3://npm-registry-packages-npm-production"}},"30.2.4":{"name":"@syncfusion/ej2-circulargauge","version":"30.2.4","keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@30.2.4","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"10667e641d8392b2b0ba881853735dd79ae30ab6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-30.2.4.tgz","fileCount":81,"integrity":"sha512-m4DGCmTrBicXRepQxNzLaEmSKBBCmKKeKo4PZvXLSjh8zfxGuk5PVX7HA36rYCxKsXC/nez1VMrQNNrhznvWfA==","signatures":[{"sig":"MEUCIQCbc4ywp9IiItZGf8+WBvh/pbdEF5AQiw8K+UUyZHFn0wIgd6kS/cDQXrAeeDdctPJWgclsS4epLzqleRDKNDZCqvQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4603436},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","gitHead":"adcbe9f85b2c26f3092c1f00d968676546a06064","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~30.2.4","@syncfusion/ej2-svg-base":"~30.2.4","@syncfusion/ej2-pdf-export":"~30.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_30.2.4_1754553656668_0.41435393259992526","host":"s3://npm-registry-packages-npm-production"}},"30.2.5":{"name":"@syncfusion/ej2-circulargauge","version":"30.2.5","keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@30.2.5","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"65859f5b6b5143ffb218a4a8628bab385b4389d1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-30.2.5.tgz","fileCount":81,"integrity":"sha512-/RKYVaOP9NKCUNPfwTISvMfH36sQB2CYRimjHTY+RnHzl+Vws7sM9GMcU/uOL1rnWDornNoRP3EO6zwelkOQOw==","signatures":[{"sig":"MEQCIFPruhhJN5gdQJqz9bFCINzFjxeLKFJjxeR5UQDOIXFJAiA+QV5vu/kIYpUBesnSDR4OnDZAlwiQh7ljQ1/hKKY/Pg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4603999},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","gitHead":"adcbe9f85b2c26f3092c1f00d968676546a06064","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~30.2.4","@syncfusion/ej2-svg-base":"~30.2.4","@syncfusion/ej2-pdf-export":"~30.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_30.2.5_1755053247015_0.5898435915728955","host":"s3://npm-registry-packages-npm-production"}},"31.1.17":{"name":"@syncfusion/ej2-circulargauge","version":"31.1.17","keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@31.1.17","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"2c25a68f9cf4ad71153a88bc3cfc71909ece7d86","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-31.1.17.tgz","fileCount":137,"integrity":"sha512-M1tWxxGR9muxm01QZJ7wniMLKBBeFZJhCSaNDS9q/ZZOdrVnpGuTXNPAlSfDsHE8bEGHrPKknoyHIb77hdcN9A==","signatures":[{"sig":"MEUCIDWFWcUlQhd1RG1yZM233k38J4kGnu+xh6JMGnfDYfqSAiEAzOaouS7uy+jxbxWcnkq0lmyhTIFdPY8WHFLf2ZBXAGk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5245765},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","gitHead":"7ed70e59ab4494c9635c797f1f6e32f6b10abe42","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.1.17","@syncfusion/ej2-svg-base":"~31.1.17","@syncfusion/ej2-pdf-export":"~31.1.17"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_31.1.17_1757056290227_0.41302201823682494","host":"s3://npm-registry-packages-npm-production"}},"31.2.2":{"name":"@syncfusion/ej2-circulargauge","version":"31.2.2","keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@31.2.2","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"609d363870af5686bf25cb63cd286331feac7a57","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-31.2.2.tgz","fileCount":137,"integrity":"sha512-9qgqp1pHPPCSdfeBKrinGydGKPeVR4cR27QuvCePu0DFJzPTRG11H45MbRHXkrm1eVSOB8XGDC0JwByttgnHYw==","signatures":[{"sig":"MEUCIQCtwcTodcmUowHOe8zWeoxzO1qPnP/YG+Y3cmMcsCDqyAIgN1l576HAI/dviwimzWdttga39Yvl4KU314EhZhV5diQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5245750},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","gitHead":"eacbe1cd9d18025057b7d14fac941c13f1b051c3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.2.2","@syncfusion/ej2-svg-base":"~31.2.2","@syncfusion/ej2-pdf-export":"~31.2.2"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_31.2.2_1760521456655_0.7087208426752714","host":"s3://npm-registry-packages-npm-production"}},"31.2.12":{"name":"@syncfusion/ej2-circulargauge","version":"31.2.12","keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@31.2.12","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7de931b2f38410f1d8580f027cde172cfccf7fe8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-31.2.12.tgz","fileCount":81,"integrity":"sha512-//3Tg1xQWyztFMuNQvzhqZ5bpZt70nCW4fCR+9qfhzBpW8Kef6YfJ4ECZZmSUUYU+mZQDQLAdDfU+/nNKSrL9Q==","signatures":[{"sig":"MEYCIQDnMuXZwd1a+PzFkhNqwhZkoEOylBNyHQ+RNe4O3vvZywIhAJ9GPSTBlo3761RzbtZBjBlDD1xEtd4mesuRuvgDxlLM","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4604480},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","gitHead":"572c92fc4f3a743ac70083be749f91833db88d32","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.2.12","@syncfusion/ej2-svg-base":"~31.2.12","@syncfusion/ej2-pdf-export":"~31.2.12"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_31.2.12_1763451954255_0.3066512388767326","host":"s3://npm-registry-packages-npm-production"}},"32.1.19":{"name":"@syncfusion/ej2-circulargauge","version":"32.1.19","keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@32.1.19","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"e6e09db26bca03a1c9be8672ab5b20505ae0bece","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-32.1.19.tgz","fileCount":82,"integrity":"sha512-jo2zFUvNufYKh6AgSOuObpH8kZBY7fDMOiSGQGqbombUqCseYbnTq6fFBHEjpJ8yRslCIqWlvnXyylM9EWF72g==","signatures":[{"sig":"MEQCIAdEjWxsWDAhsp9itlxmwgDIiMDdQSCccfv4mN2XnA1aAiAZaTqPce8LGwiInXuwYPu68yzYEF4cpK1ExHtESlI3Mg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4603189},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","gitHead":"3f8b1dbb26b53877f7f5853cd0a1462692922c21","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"packages@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.1.19","@syncfusion/ej2-svg-base":"~32.1.19","@syncfusion/ej2-pdf-export":"~32.1.19"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_32.1.19_1765867202674_0.48046209306231","host":"s3://npm-registry-packages-npm-production"}},"32.1.24":{"name":"@syncfusion/ej2-circulargauge","version":"32.1.24","keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@32.1.24","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c3ef17b27761704ed71927afa1b5df6a9ac3b369","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-32.1.24.tgz","fileCount":82,"integrity":"sha512-PyduS19oZ3Dofe3eXKsdJsuK7V0KOJuvmgS6ILkW5+SW1k3SKtTK4MeO6hJqHpT1muDOLsd3MKYjsD45zNa6IA==","signatures":[{"sig":"MEUCID9HLTzoZVSyKc8yj91oC0fWoXFrz6V7FuWyTBwG1mU9AiEA+35zifaNDWSjJnhGu0ze1yjC0ZqucXScK+NtJ7e/rJ0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4604966},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","gitHead":"b732669d5d044250597d679edd465482269a2471","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"packages@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.1.24","@syncfusion/ej2-svg-base":"~32.1.24","@syncfusion/ej2-pdf-export":"~32.1.24"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_32.1.24_1768875920948_0.8482897411468531","host":"s3://npm-registry-packages-npm-production"}},"32.2.3":{"name":"@syncfusion/ej2-circulargauge","version":"32.2.3","keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-circulargauge@32.2.3","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"976d7baaa57fc75d9e28531a31f98f6c146c8cbd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-32.2.3.tgz","fileCount":82,"integrity":"sha512-mwNJPmjI9EmTZ/ZUWoDA12+rcocSej9g8Va7w1p8uM7nbG/J/PbQxWZ8gJYjoHq1fU13pJNKSdjZYPN+k4qQkQ==","signatures":[{"sig":"MEYCIQCUNp7BnWH6dLy+DV2NezSxUGTWz/DCrtU7Ru0ax+GJtwIhAK3NaFNLB3EikF4fwKuRwzu98/pHxrkR9SVEL4VsFHck","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4604957},"main":"./dist/ej2-circulargauge.umd.min.js","es2015":"./dist/es6/ej2-circulargauge.es5.js","module":"./index.js","gitHead":"b732669d5d044250597d679edd465482269a2471","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"packages@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 CircularGauge Components","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.2.3","@syncfusion/ej2-svg-base":"~32.2.3","@syncfusion/ej2-pdf-export":"~32.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-circulargauge_32.2.3_1770256767670_0.1662350027566868","host":"s3://npm-registry-packages-npm-production"}},"33.1.44":{"name":"@syncfusion/ej2-circulargauge","version":"33.1.44","description":"Essential JS 2 CircularGauge Components","author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","dependencies":{"@syncfusion/ej2-base":"~33.1.44","@syncfusion/ej2-pdf-export":"~33.1.44","@syncfusion/ej2-svg-base":"~33.1.44"},"devDependencies":{},"keywords":["ej2","syncfusion","ej2-circulargauge","typescript","javascript","circular","gauge","arc-gauge","radial-gauge","semi-circular-gauge","quarter-circular-gauge","half-gauge","quarter-gauge","scale","range","multiple-ranges","axis","needle","pointer","multiple-pointers","ticks","labels","annotation","animation","template"],"repository":{"type":"git","url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"},"main":"./dist/ej2-circulargauge.umd.min.js","module":"./index.js","es2015":"./dist/es6/ej2-circulargauge.es5.js","typings":"index.d.ts","sideEffects":false,"homepage":"https://www.syncfusion.com/javascript-ui-controls","gitHead":"eea55cfe21b7c70d785b85a941bc340546ac11dd","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"_id":"@syncfusion/ej2-circulargauge@33.1.44","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-+c7Te704+E74SWM4Mc6fyhhRGgpkG98u/63vA71jyQaafMriWUAtqjN+c+xa1y4CfPumh62OH5Nbkw4P1b0LNw==","shasum":"174d85d7c8e01467c882041d7b3e8340fcf2c49e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-33.1.44.tgz","fileCount":82,"unpackedSize":4604966,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDh3P8H0mw9iXIXPqj/+5nNc/hhxg3X1H+hHuoYH6dCCAIgTaBqs+DAK9fRhLqrjg7T3aWszSw2RZaIJCJTOEREQ+I="}]},"_npmUser":{"name":"anonymous","email":"packages@syncfusion.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/ej2-circulargauge_33.1.44_1773658307772_0.669584277068207"},"_hasShrinkwrap":false}},"name":"@syncfusion/ej2-circulargauge","time":{"created":"2017-08-31T21:39:14.011Z","modified":"2026-03-16T10:51:48.128Z","1.0.14":"2017-08-31T21:39:14.011Z","1.0.15":"2017-11-08T10:57:22.151Z","15.4.17":"2017-11-13T11:34:20.552Z","15.4.23":"2017-12-27T14:03:36.166Z","15.4.27":"2018-01-30T14:45:57.689Z","16.1.24":"2018-02-22T03:11:43.084Z","16.1.26":"2018-03-05T16:31:18.530Z","16.1.28":"2018-03-09T05:33:40.560Z","16.1.32":"2018-03-29T12:35:29.740Z","16.1.37":"2018-04-24T16:57:01.361Z","16.2.41":"2018-06-25T08:54:45.694Z","16.2.45":"2018-07-17T07:39:55.372Z","16.2.46":"2018-07-30T12:51:15.261Z","16.2.49":"2018-08-21T12:33:31.033Z","16.2.50":"2018-08-28T17:52:42.615Z","16.3.17":"2018-09-11T13:20:47.442Z","16.3.21":"2018-09-21T19:37:35.528Z","16.3.24":"2018-10-09T07:09:17.443Z","16.3.29":"2018-10-31T04:33:27.518Z","16.3.30":"2018-11-01T11:20:06.035Z","16.3.32":"2018-11-13T06:23:49.577Z","16.3.33":"2018-11-20T13:10:02.175Z","16.3.34":"2018-11-22T03:45:33.507Z","16.4.40-beta":"2018-12-10T12:19:18.568Z","16.4.42":"2018-12-17T13:05:45.322Z","16.4.45":"2019-01-02T11:59:04.263Z","16.4.47":"2019-01-16T11:12:58.393Z","17.1.1-beta":"2019-01-29T13:43:48.102Z","16.4.52":"2019-02-05T16:32:26.718Z","16.4.53":"2019-02-13T10:07:58.224Z","16.4.54":"2019-02-19T07:27:19.450Z","17.1.32-beta":"2019-03-13T15:07:20.968Z","17.1.38":"2019-03-29T07:29:36.296Z","17.1.42":"2019-04-23T09:05:26.259Z","17.1.43":"2019-04-30T10:19:11.603Z","17.1.44":"2019-05-07T09:33:52.515Z","17.1.47":"2019-05-14T10:39:29.475Z","17.1.48":"2019-05-21T12:14:28.552Z","17.1.50":"2019-06-04T14:00:39.814Z","17.2.28-beta":"2019-06-27T14:49:45.149Z","17.2.34":"2019-07-11T12:36:00.600Z","17.2.36":"2019-07-24T07:41:53.429Z","17.2.39":"2019-07-30T07:22:28.070Z","17.2.46":"2019-08-22T10:49:31.582Z","17.2.47":"2019-08-27T14:21:28.489Z","17.2.29-beta":"2019-08-27T19:54:34.386Z","17.2.48-beta":"2019-08-28T14:22:47.546Z","17.3.9-beta":"2019-09-20T12:39:28.679Z","17.3.14":"2019-10-03T16:14:36.242Z","17.3.19":"2019-10-22T12:33:56.267Z","17.3.26":"2019-11-05T18:33:20.557Z","17.3.27":"2019-11-12T12:02:42.093Z","17.4.39":"2019-12-17T10:20:51.280Z","17.4.41":"2020-01-07T09:31:22.385Z","17.4.43":"2020-01-14T06:46:06.728Z","17.4.46":"2020-01-30T09:21:07.994Z","17.4.47":"2020-02-05T06:58:47.706Z","17.4.50":"2020-02-18T11:55:10.604Z","17.4.51":"2020-02-25T14:19:01.863Z","18.1.36-beta":"2020-03-19T09:10:26.817Z","18.1.42":"2020-04-01T10:44:45.102Z","18.1.52":"2020-05-13T08:21:55.067Z","18.2.44":"2020-07-07T00:40:57.294Z","18.2.54":"2020-08-18T12:22:05.360Z","18.2.58":"2020-09-15T17:24:28.327Z","18.3.35":"2020-10-01T09:40:25.699Z","18.3.44":"2020-10-27T10:46:32.272Z","18.3.47":"2020-11-05T08:13:31.940Z","18.3.50":"2020-11-17T12:49:12.388Z","17.2.52-1205479":"2020-11-23T12:24:59.574Z","18.3.51":"2020-11-24T11:27:34.446Z","18.4.30":"2020-12-17T07:23:18.563Z","18.4.34":"2021-01-12T14:36:27.295Z","17.2.55-1205479":"2021-01-15T09:03:21.236Z","18.4.35":"2021-01-19T10:35:04.525Z","18.4.39":"2021-01-28T05:06:09.118Z","19.1.54":"2021-03-30T14:44:53.110Z","19.1.55":"2021-04-06T06:32:03.088Z","19.1.58":"2021-04-27T10:32:03.790Z","19.1.63":"2021-05-13T05:53:44.858Z","19.2.44":"2021-06-30T05:06:46.121Z","19.2.46":"2021-07-06T08:13:49.420Z","19.2.47":"2021-07-13T08:08:42.431Z","19.2.49":"2021-07-27T07:17:05.736Z","19.2.55":"2021-08-11T05:29:16.937Z","19.2.57":"2021-08-24T09:10:42.511Z","19.2.60":"2021-09-07T11:00:11.317Z","19.2.62":"2021-09-14T11:28:48.886Z","19.3.43":"2021-09-30T04:58:52.038Z","19.3.44":"2021-10-05T10:16:48.993Z","19.3.46":"2021-10-19T10:16:33.897Z","19.3.53":"2021-11-12T05:43:36.546Z","19.4.38":"2021-12-17T05:45:36.223Z","19.4.43":"2022-01-18T11:17:40.740Z","19.4.48":"2022-01-31T10:12:06.217Z","19.4.52":"2022-02-15T13:54:28.730Z","20.1.47":"2022-04-04T08:06:10.655Z","20.1.55":"2022-05-12T12:48:38.666Z","20.1.57":"2022-05-24T11:19:51.201Z","20.2.36":"2022-06-30T08:40:15.326Z","20.2.38":"2022-07-12T17:19:00.496Z","20.2.43":"2022-08-08T05:40:43.103Z","20.2.45":"2022-08-23T12:32:13.687Z","20.3.47":"2022-09-29T08:45:24.794Z","20.3.48":"2022-10-05T13:34:37.308Z","20.3.49":"2022-10-11T12:49:16.287Z","20.3.56":"2022-11-08T09:50:24.443Z","20.4.38":"2022-12-21T09:26:53.067Z","20.4.40":"2022-12-28T17:02:05.547Z","20.4.42":"2023-01-04T12:31:55.315Z","20.4.48":"2023-02-01T07:17:22.817Z","21.1.35":"2023-03-23T07:59:57.647Z","21.1.37":"2023-03-29T14:58:46.273Z","21.1.38":"2023-04-04T13:11:00.466Z","21.2.3":"2023-05-03T08:49:05.606Z","21.2.10":"2023-06-13T11:24:25.248Z","22.1.34":"2023-06-21T11:51:30.624Z","22.2.5":"2023-07-27T14:34:36.691Z","23.1.36":"2023-09-15T07:57:58.023Z","23.1.38":"2023-09-26T11:43:06.683Z","23.2.4":"2023-11-20T06:06:26.123Z","24.1.41":"2023-12-18T06:21:50.542Z","24.1.43":"2023-12-27T06:16:47.200Z","24.2.3":"2024-01-31T14:03:44.116Z","25.1.35":"2024-03-15T12:09:04.986Z","25.2.3":"2024-05-08T13:40:07.040Z","26.1.35":"2024-06-11T13:06:43.549Z","26.1.38":"2024-06-19T10:01:21.783Z","26.2.4":"2024-07-24T09:22:16.023Z","26.2.5":"2024-07-25T23:25:56.557Z","26.2.10":"2024-08-19T22:55:57.027Z","27.1.48":"2024-09-18T10:06:05.821Z","27.1.50":"2024-09-23T22:58:57.688Z","27.1.57":"2024-10-28T23:58:23.811Z","27.1.58":"2024-11-05T00:45:50.068Z","27.2.2":"2024-11-15T04:16:00.612Z","28.1.33":"2024-12-12T08:03:18.772Z","28.2.3":"2025-01-29T10:22:07.461Z","29.1.33":"2025-03-25T10:09:27.045Z","29.2.4":"2025-05-14T10:43:45.685Z","30.1.37":"2025-06-25T12:29:30.899Z","30.2.4":"2025-08-07T08:00:56.891Z","30.2.5":"2025-08-13T02:47:27.286Z","31.1.17":"2025-09-05T07:11:30.454Z","31.2.2":"2025-10-15T09:44:16.885Z","31.2.12":"2025-11-18T07:45:54.484Z","32.1.19":"2025-12-16T06:40:02.882Z","32.1.24":"2026-01-20T02:25:21.159Z","32.2.3":"2026-02-05T01:59:27.896Z","33.1.44":"2026-03-16T10:51:48.002Z"},"readmeFilename":"README.md","homepage":"https://www.syncfusion.com/javascript-ui-controls"}