{"maintainers":[{"name":"anonymous","email":"vivo@fancyber.com"}],"keywords":["angular","json"],"dist-tags":{"latest":"3.2.1"},"author":{"name":"Vivo Xu","email":"vivo@fancyber.com"},"description":"JSON formatter / viewer for Angular","readme":"# ngx-json-viewer\n\nJSON formatter and viewer for Angular\n\nLive demo:\n- Angular 14: https://stackblitz.com/edit/angular-14-ngx-json-viewer\n- Angular 5: https://stackblitz.com/edit/ngx-json-viewer\n\n## Install\n```bash\nnpm install ngx-json-viewer\n```\n\nor\n\n```bash\nyarn add ngx-json-viewer\n```\n\nFor older Angular:\n\n```bash\n# For Angular 4/5/6/7+:\nnpm install ngx-json-viewer@2\n\n# For Angular 2:\nnpm install ngx-json-viewer@1\n```\n\nNPM Package: https://www.npmjs.com/package/ngx-json-viewer\n\n## Usage\n\nIn your `app.module.ts` import `NgxJsonViewerModule` like\n```js\nimport { NgxJsonViewerModule } from 'ngx-json-viewer';\n\n@NgModule({\n  ...,\n  imports: [\n    ...,\n    NgxJsonViewerModule,\n    ...\n  ],\n  ...\n})\nexport class AppModule { }\n```\n\nIn your component:\n```html\n<ngx-json-viewer [json]=\"someObject\"></ngx-json-viewer>\n```\n\nTo collapse all nodes at first:\n```html\n<ngx-json-viewer [json]=\"someObject\" [expanded]=\"false\"></ngx-json-viewer>\n```\n\nTo only expand 3 levels:\n```html\n<ngx-json-viewer [json]=\"someObject\" [depth]=\"3\"></ngx-json-viewer>\n```\n\n### Theming\n\nTheming can be done with CSS variables\n\n* --ngx-json-string : color of string values\n* --ngx-json-number : color of number values\n* --ngx-json-boolean : color of boolean values\n* --ngx-json-date : color of date values\n* --ngx-json-array : color of array values\n* --ngx-json-object : color of object values\n* --ngx-json-function : color of function values\n* --ngx-json-null : color of null values\n* --ngx-json-null-bg : background color of null values\n* --ngx-json-undefined : color of undefined values\n* --ngx-json-toggler : color of toggler\n* --ngx-json-key : color of keys\n* --ngx-json-separator : color of separators\n* --ngx-json-value : color of values\n* --ngx-json-undefined-key : color for key of undefined values\n* --ngx-json-font-family : font-family \n* --ngx-json-font-family : font-size \n","repository":{"type":"git","url":"git+https://github.com/hivivo/ngx-json-viewer.git"},"users":{"hivivo":true},"bugs":{"url":"https://github.com/hivivo/ngx-json-viewer/issues"},"license":"MIT","versions":{"1.0.0":{"name":"ngx-json-viewer","version":"1.0.0","description":"JSON formatter / viewer for Angular 4+","main":"index.ts","repository":{"type":"git","url":"git+https://github.com/hivivo/ngx-json-viewer.git"},"keywords":["angular","json"],"author":{"name":"Vivo Xu","email":"vivo@fancyber.com"},"license":"MIT","bugs":{"url":"https://github.com/hivivo/ngx-json-viewer/issues"},"homepage":"https://github.com/hivivo/ngx-json-viewer#readme","gitHead":"a2fa1f0e2bf70503d470b7aeb4b076919c27212e","_id":"ngx-json-viewer@1.0.0","scripts":{},"_shasum":"188f1055d6e4e6f2ae336c99e7112c19f1667017","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.1","_npmUser":{"name":"anonymous","email":"vivo@fancyber.com"},"dist":{"shasum":"188f1055d6e4e6f2ae336c99e7112c19f1667017","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/ngx-json-viewer/-/ngx-json-viewer-1.0.0.tgz","integrity":"sha512-U0R2IWx/Xjovt5ZKpe7qk3b/SiTzKw6kk9TD7JVIr4Vzr+QWszMpvRphOcd+bLS3YuiEhJkozjhoD/Fylh5Eiw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICpgWYp3iBDEaMEFYii+IAgXwwLpuk8XOuak8jvW8rzQAiBHGfOHWNqWy9iG+2rSI4xj9A537gFLGridr5pIxbz86A=="}]},"maintainers":[{"name":"anonymous","email":"vivo@fancyber.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ngx-json-viewer-1.0.0.tgz_1500004347702_0.3811272345483303"},"directories":{}},"2.0.1":{"name":"ngx-json-viewer","version":"2.0.1","description":"JSON formatter / viewer for Angular 2/4/5+","main":"index.ts","repository":{"type":"git","url":"git+https://github.com/hivivo/ngx-json-viewer.git"},"keywords":["angular","json"],"author":{"name":"Vivo Xu","email":"vivo@fancyber.com"},"license":"MIT","bugs":{"url":"https://github.com/hivivo/ngx-json-viewer/issues"},"homepage":"https://github.com/hivivo/ngx-json-viewer#readme","scripts":{"transpile":"ngc","package":"rollup -c","minify":"uglifyjs dist/bundles/jsvwr.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/jsvwr.umd.min.js","build":"npm run transpile && npm run package && npm run minify"},"dependencies":{},"peerDependencies":{"@angular/core":">=5.0.0 <6.0.0","@angular/common":">=5.0.0 <6.0.0","rxjs":"^5.5.2"},"devDependencies":{"@angular/common":"^5.2.2","@angular/compiler":"^5.2.2","@angular/compiler-cli":"^5.2.2","@angular/core":"^5.2.2","rollup":"^0.55.0","rxjs":"^5.5.6","typescript":"^2.6.2","uglify-js":"^3.3.8","zone.js":"^0.8.20"},"_id":"ngx-json-viewer@2.0.1","_npmVersion":"5.6.0","_nodeVersion":"8.2.1","_npmUser":{"name":"anonymous","email":"vivo@fancyber.com"},"dist":{"integrity":"sha512-f+HZykKL3cl7tW8VRQfvrDjeEW91SkiBU/nwqZgQkmYW+ufoykJZCtKdPNigK8dokCqXoJFxo5dSP5tem55/OQ==","shasum":"deca066ba1e0081928cbc22db1e2a254e71ba976","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/ngx-json-viewer/-/ngx-json-viewer-2.0.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCSJLmEwCb0iIQkTkD1J15xomHr12sRO3nA/Is83Vo8HQIhALCSEpqndkBcaxLSeJ1F4ZagmoeTUV0ohAZWsgPg4HIP"}]},"maintainers":[{"name":"anonymous","email":"vivo@fancyber.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ngx-json-viewer-2.0.1.tgz_1516931301331_0.591835546772927"},"directories":{}},"2.0.1-beta1":{"name":"ngx-json-viewer","version":"2.0.1-beta1","description":"JSON formatter / viewer for Angular 2/4/5+","main":"index.ts","repository":{"type":"git","url":"git+https://github.com/hivivo/ngx-json-viewer.git"},"keywords":["angular","json"],"author":{"name":"Vivo Xu","email":"vivo@fancyber.com"},"license":"MIT","bugs":{"url":"https://github.com/hivivo/ngx-json-viewer/issues"},"homepage":"https://github.com/hivivo/ngx-json-viewer#readme","scripts":{"build":"node build.js","pack:lib":"npm run build && npm pack ./dist","publish:lib":"npm run build && npm publish ./dist","publish:lib:next":"npm run build && npm publish --tag next ./dist"},"dependencies":{},"peerDependencies":{"@angular/core":">=5.0.0 <6.0.0","@angular/common":">=5.0.0 <6.0.0","rxjs":"^5.5.2"},"devDependencies":{"@angular/common":"^5.2.2","@angular/compiler":"^5.2.2","@angular/compiler-cli":"^5.2.2","@angular/core":"^5.2.2","chalk":"^2.3.0","path":"^0.12.7","rollup":"^0.55.0","rollup-plugin-angular":"^0.5.3","rollup-plugin-license":"^0.5.0","rollup-plugin-node-resolve":"^3.0.2","rollup-plugin-sourcemaps":"^0.4.2","rxjs":"^5.5.6","shelljs":"^0.8.1","typescript":"^2.6.2","uglify-js":"^3.3.8","zone.js":"^0.8.20"},"_id":"ngx-json-viewer@2.0.1-beta1","_npmVersion":"5.6.0","_nodeVersion":"8.2.1","_npmUser":{"name":"anonymous","email":"vivo@fancyber.com"},"dist":{"integrity":"sha512-9jzFFrPLLRvU/bSfArVFgJCAChZFngUpUpIAhAFtYeQ0EBBrZb/DNgpASdqBYyvFStyhb/k9LwxtnnLC244qiA==","shasum":"6764a1429851755904d4e9314c5bc554d0b711ee","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/ngx-json-viewer/-/ngx-json-viewer-2.0.1-beta1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQChlcm65+1kJVm5J/uYNoyYwhOVuvhflOfjwmtpWlk25wIhANMbGEpDCiku0dyffeT/h5S277hZIrtytGZ+4gQYW1YV"}]},"maintainers":[{"name":"anonymous","email":"vivo@fancyber.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ngx-json-viewer-2.0.1-beta1.tgz_1516933818649_0.5992585143540055"},"directories":{}},"2.0.1-beta2":{"name":"ngx-json-viewer","version":"2.0.1-beta2","description":"JSON formatter / viewer for Angular 2/4/5+","main":"./bundles/ngx-json-viewer.umd.js","module":"./esm5/ngx-json-viewer.js","es2015":"./esm2015/ngx-json-viewer.js","repository":{"type":"git","url":"git+https://github.com/hivivo/ngx-json-viewer.git"},"keywords":["angular","json"],"author":{"name":"Vivo Xu","email":"vivo@fancyber.com"},"license":"MIT","bugs":{"url":"https://github.com/hivivo/ngx-json-viewer/issues"},"homepage":"https://github.com/hivivo/ngx-json-viewer#readme","scripts":{"build":"node build.js","pack:lib":"npm run build && npm pack ./dist","publish:lib":"npm run build && npm publish ./dist","publish:lib:next":"npm run build && npm publish --tag next ./dist"},"dependencies":{},"peerDependencies":{"@angular/core":">=5.0.0 <6.0.0","@angular/common":">=5.0.0 <6.0.0","rxjs":"^5.5.2"},"devDependencies":{"@angular/common":"^5.2.2","@angular/compiler":"^5.2.2","@angular/compiler-cli":"^5.2.2","@angular/core":"^5.2.2","chalk":"^2.3.0","path":"^0.12.7","rollup":"^0.55.0","rollup-plugin-angular":"^0.5.3","rollup-plugin-license":"^0.5.0","rollup-plugin-node-resolve":"^3.0.2","rollup-plugin-sourcemaps":"^0.4.2","rxjs":"^5.5.6","shelljs":"^0.8.1","typescript":"^2.6.2","uglify-js":"^3.3.8","zone.js":"^0.8.20"},"_id":"ngx-json-viewer@2.0.1-beta2","_npmVersion":"5.6.0","_nodeVersion":"8.2.1","_npmUser":{"name":"anonymous","email":"vivo@fancyber.com"},"dist":{"integrity":"sha512-smSonbmPAcBg6WLV44eRk9DTtvnWNav8rDxQEC+xgMK9QzI5a6zKN8frQZ3ZsZP56PFbzIl/9E8zHWN64VER0w==","shasum":"95e08f4fb520e26dff8c9948388b57f65825e770","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/ngx-json-viewer/-/ngx-json-viewer-2.0.1-beta2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCZw5WC9rdiyO+G1hwv5rwC2cPCPTsVcJf+EVsb6QbWMwIhAJDFBvlDNKwlHYclF4pfXTQrs/9O9W5tjHRm77xCdT8c"}]},"maintainers":[{"name":"anonymous","email":"vivo@fancyber.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ngx-json-viewer-2.0.1-beta2.tgz_1516933946028_0.19452165020629764"},"directories":{}},"2.0.1-beta3":{"name":"ngx-json-viewer","version":"2.0.1-beta3","description":"JSON formatter / viewer for Angular 2/4/5+","main":"./bundles/ngx-json-viewer.umd.js","module":"./esm5/ngx-json-viewer.js","es2015":"./esm2015/ngx-json-viewer.js","repository":{"type":"git","url":"git+https://github.com/hivivo/ngx-json-viewer.git"},"keywords":["angular","json"],"author":{"name":"Vivo Xu","email":"vivo@fancyber.com"},"license":"MIT","bugs":{"url":"https://github.com/hivivo/ngx-json-viewer/issues"},"homepage":"https://github.com/hivivo/ngx-json-viewer#readme","scripts":{"build":"node build.js","pack:lib":"npm run build && npm pack ./dist","publish:lib":"npm run build && npm publish ./dist","publish:lib:dev":"npm run build && npm publish --tag dev ./dist"},"typings":"./ngx-json-viewer.d.ts","dependencies":{},"peerDependencies":{"@angular/core":">=5.0.0 <6.0.0","@angular/common":">=5.0.0 <6.0.0","rxjs":"^5.5.2"},"devDependencies":{"@angular/common":"^5.2.2","@angular/compiler":"^5.2.2","@angular/compiler-cli":"^5.2.2","@angular/core":"^5.2.2","chalk":"^2.3.0","path":"^0.12.7","rollup":"^0.55.0","rollup-plugin-angular":"^0.5.3","rollup-plugin-license":"^0.5.0","rollup-plugin-node-resolve":"^3.0.2","rollup-plugin-sourcemaps":"^0.4.2","rxjs":"^5.5.6","shelljs":"^0.8.1","typescript":"^2.6.2","uglify-js":"^3.3.8","zone.js":"^0.8.20"},"_id":"ngx-json-viewer@2.0.1-beta3","_npmVersion":"5.6.0","_nodeVersion":"8.2.1","_npmUser":{"name":"anonymous","email":"vivo@fancyber.com"},"dist":{"integrity":"sha512-N9dMv5SWTDo8DWsmC3+ayD6/5mzWLSPqW6LUkiROJCnMp+tFLQWUyU7/0s+QNBVUWilj9mpfy6lvLZE6ON/ONQ==","shasum":"63b9413095aec19425331125efe0df23d2ad1d41","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/ngx-json-viewer/-/ngx-json-viewer-2.0.1-beta3.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDAkoZrGlWfDa0Cc5TjKdy1GZx5qAHEfreXY+96t/aDCgIhANgp0fMYp7d5Rg7Evg2iyCd1DmArj3kvWGurEhm+hNLJ"}]},"maintainers":[{"name":"anonymous","email":"vivo@fancyber.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ngx-json-viewer-2.0.1-beta3.tgz_1517034109289_0.5597278780769557"},"directories":{}},"2.0.2":{"name":"ngx-json-viewer","version":"2.0.2","description":"JSON formatter / viewer for Angular 2/4/5+","keywords":["angular","json"],"author":{"name":"Vivo Xu","email":"vivo@fancyber.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/hivivo/ngx-json-viewer.git"},"bugs":{"url":"https://github.com/hivivo/ngx-json-viewer/issues"},"homepage":"https://github.com/hivivo/ngx-json-viewer#readme","main":"bundles/ngx-json-viewer.umd.js","$schema":"./node_modules/ng-packagr/package.schema.json","scripts":{"build":"ng-packagr -p package.json","pack:lib":"npm run build && npm pack ./dist","publish:lib":"npm run build && npm publish ./dist"},"dependencies":{},"peerDependencies":{"@angular/core":">=5.0.0 <6.0.0","@angular/common":">=5.0.0 <6.0.0","rxjs":"^5.5.2"},"devDependencies":{"@angular/common":"^5.2.2","@angular/compiler":"^5.2.2","@angular/compiler-cli":"^5.2.2","@angular/core":"^5.2.2","ng-packagr":"^1.6.0","rxjs":"^5.5.6","typescript":"^2.6.2","zone.js":"^0.8.20"},"module":"ngx-json-viewer.es5.js","es2015":"ngx-json-viewer.js","typings":"ngx-json-viewer.d.ts","metadata":"ngx-json-viewer.metadata.json","_id":"ngx-json-viewer@2.0.2","_npmVersion":"5.6.0","_nodeVersion":"8.2.1","_npmUser":{"name":"anonymous","email":"vivo@fancyber.com"},"dist":{"integrity":"sha512-NQ0OCtPpfQZvB+5J2M9Ia5ezUFE/m/dGMNJ4zfY0x8Onzk+sRuKsT71E4Kw2w5opknbX0q8RbQWjeUqu1fbtwA==","shasum":"7fd41f749bda9f06c7c051f298185cfc60337bc2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/ngx-json-viewer/-/ngx-json-viewer-2.0.2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB0MvUqeKB2u8QIIPpg8ufI1HInvCaDWvaAgUXBXTa/pAiEAt8Qet4fEVwYgVa2ADbKWuZI83KIX4TPwVbD0xQw4eRw="}]},"maintainers":[{"name":"anonymous","email":"vivo@fancyber.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ngx-json-viewer-2.0.2.tgz_1517036509263_0.6842280463315547"},"directories":{}},"2.0.3":{"name":"ngx-json-viewer","version":"2.0.3","description":"JSON formatter / viewer for Angular 2/4/5+","keywords":["angular","json"],"author":{"name":"Vivo Xu","email":"vivo@fancyber.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/hivivo/ngx-json-viewer.git"},"bugs":{"url":"https://github.com/hivivo/ngx-json-viewer/issues"},"homepage":"https://github.com/hivivo/ngx-json-viewer#readme","main":"bundles/ngx-json-viewer.umd.js","$schema":"./node_modules/ng-packagr/package.schema.json","scripts":{"build":"ng-packagr -p package.json","pack:lib":"npm run build && npm pack ./dist","publish:lib":"npm run build && npm publish ./dist"},"dependencies":{},"peerDependencies":{"@angular/core":">=5.0.0 <6.0.0","@angular/common":">=5.0.0 <6.0.0","rxjs":"^5.5.2"},"devDependencies":{"@angular/common":"^5.2.2","@angular/compiler":"^5.2.2","@angular/compiler-cli":"^5.2.2","@angular/core":"^5.2.2","ng-packagr":"^1.6.0","rxjs":"^5.5.6","typescript":"^2.6.2","zone.js":"^0.8.20"},"module":"ngx-json-viewer.es5.js","es2015":"ngx-json-viewer.js","typings":"ngx-json-viewer.d.ts","metadata":"ngx-json-viewer.metadata.json","_id":"ngx-json-viewer@2.0.3","_npmVersion":"5.6.0","_nodeVersion":"8.2.1","_npmUser":{"name":"anonymous","email":"vivo@fancyber.com"},"dist":{"integrity":"sha512-IrKIeb09zeWZPYhBtWkt+R9MIaiMm1xWBW+jUYw5F3vy2skoRu8W+TJZ5f18RnJNF4gM5dE/RL4h23OA8PHKgg==","shasum":"03bf1b6eea69fb42d42ff6202650a653e3b58751","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/ngx-json-viewer/-/ngx-json-viewer-2.0.3.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGxv8fcNJmEeFWKnbQgJfeznzUfqMHyDaABDLncvQzxWAiAtPoQ4JQProxROGWPWUvhCIMcMEpsG85WnlBhfIlNSmg=="}]},"maintainers":[{"name":"anonymous","email":"vivo@fancyber.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ngx-json-viewer-2.0.3.tgz_1517263245906_0.11448100791312754"},"directories":{}},"2.0.4":{"name":"ngx-json-viewer","version":"2.0.4","description":"JSON formatter / viewer for Angular 2/4/5+","keywords":["angular","json"],"author":{"name":"Vivo Xu","email":"vivo@fancyber.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/hivivo/ngx-json-viewer.git"},"bugs":{"url":"https://github.com/hivivo/ngx-json-viewer/issues"},"homepage":"https://github.com/hivivo/ngx-json-viewer#readme","main":"bundles/ngx-json-viewer.umd.js","$schema":"./node_modules/ng-packagr/package.schema.json","scripts":{"build":"ng-packagr -p package.json","pack:lib":"npm run build && npm pack ./dist","publish:lib":"npm run build && npm publish ./dist"},"dependencies":{},"peerDependencies":{"@angular/core":">=5.0.0 <6.0.0","@angular/common":">=5.0.0 <6.0.0","rxjs":"^5.5.2"},"devDependencies":{"@angular/common":"^5.2.2","@angular/compiler":"^5.2.2","@angular/compiler-cli":"^5.2.2","@angular/core":"^5.2.2","ng-packagr":"^1.6.0","rxjs":"^5.5.6","typescript":"^2.6.2","zone.js":"^0.8.20"},"module":"ngx-json-viewer.es5.js","es2015":"ngx-json-viewer.js","typings":"ngx-json-viewer.d.ts","metadata":"ngx-json-viewer.metadata.json","_id":"ngx-json-viewer@2.0.4","_npmVersion":"5.6.0","_nodeVersion":"8.2.1","_npmUser":{"name":"anonymous","email":"vivo@fancyber.com"},"dist":{"integrity":"sha512-MRHP9fP88RBpTSSYmDlWi6cn70Yz17gH8D0p8m7TFl6pWvU189iHXikd4HYAO9QCKVtQyw6dzeqqQwhgXAXg6w==","shasum":"bae5c09b6e48ad6cfd9937b5d31aefce51fc80f2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/ngx-json-viewer/-/ngx-json-viewer-2.0.4.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCehOy7phaiilwnIukDvBTyXsOFix7xNt7sm2OB2N9yMAIhAMVztkz6r4FiTUM9VDPrWI4aE5uqPGHD4E5ROjInHEF/"}]},"maintainers":[{"name":"anonymous","email":"vivo@fancyber.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ngx-json-viewer-2.0.4.tgz_1517538259247_0.4135374769102782"},"directories":{}},"2.1.0":{"name":"ngx-json-viewer","version":"2.1.0","description":"JSON formatter / viewer for Angular 2/4/5+","keywords":["angular","json"],"author":{"name":"Vivo Xu","email":"vivo@fancyber.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/hivivo/ngx-json-viewer.git"},"bugs":{"url":"https://github.com/hivivo/ngx-json-viewer/issues"},"homepage":"https://github.com/hivivo/ngx-json-viewer#readme","main":"bundles/ngx-json-viewer.umd.js","$schema":"./node_modules/ng-packagr/package.schema.json","scripts":{"build":"ng-packagr -p package.json","pack:lib":"npm run build && npm pack ./dist","publish:lib":"npm run build && npm publish ./dist"},"dependencies":{},"peerDependencies":{"@angular/core":">=5.0.0 <6.0.0","@angular/common":">=5.0.0 <6.0.0","rxjs":"^5.5.2"},"devDependencies":{"@angular/common":"^5.2.2","@angular/compiler":"^5.2.2","@angular/compiler-cli":"^5.2.2","@angular/core":"^5.2.2","ng-packagr":"^1.6.0","rxjs":"^5.5.6","typescript":"^2.6.2","zone.js":"^0.8.20"},"module":"ngx-json-viewer.es5.js","es2015":"ngx-json-viewer.js","typings":"ngx-json-viewer.d.ts","metadata":"ngx-json-viewer.metadata.json","_id":"ngx-json-viewer@2.1.0","_npmVersion":"5.6.0","_nodeVersion":"8.2.1","_npmUser":{"name":"anonymous","email":"vivo@fancyber.com"},"dist":{"integrity":"sha512-ZlgYLanMOzlgZIAEGA0ORlZCuyHVaOdw4kZ4724b7n7JFYn2Hj+pL0960Vxp1p0SksMgpKu9a+1Yh20M2pQPxQ==","shasum":"ddfca46aba69813f7e071a48804930d3fc19b6a2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/ngx-json-viewer/-/ngx-json-viewer-2.1.0.tgz","fileCount":16,"unpackedSize":86031,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIELrfWSPljqnBZxGWqy3+/nXIil1yW3eqIPwxnX3LTZRAiBzh0CkxL911zxPBKfHUnlBqtQi/iu0DGB30jvVqQK/Tw=="}]},"maintainers":[{"name":"anonymous","email":"vivo@fancyber.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ngx-json-viewer_2.1.0_1518198643481_0.026757949470088027"},"_hasShrinkwrap":false},"2.2.0":{"name":"ngx-json-viewer","version":"2.2.0","description":"JSON formatter / viewer for Angular 2/4/5+","keywords":["angular","json"],"author":{"name":"Vivo Xu","email":"vivo@fancyber.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/hivivo/ngx-json-viewer.git"},"bugs":{"url":"https://github.com/hivivo/ngx-json-viewer/issues"},"homepage":"https://github.com/hivivo/ngx-json-viewer#readme","main":"bundles/ngx-json-viewer.umd.js","$schema":"./node_modules/ng-packagr/package.schema.json","scripts":{"build":"ng-packagr -p package.json","pack:lib":"npm run build && npm pack ./dist","publish:lib":"npm run build && npm publish ./dist"},"dependencies":{},"peerDependencies":{"@angular/core":">=5.0.0 <6.0.0","@angular/common":">=5.0.0 <6.0.0","rxjs":"^5.5.2"},"devDependencies":{"@angular/common":"^5.2.2","@angular/compiler":"^5.2.2","@angular/compiler-cli":"^5.2.2","@angular/core":"^5.2.2","ng-packagr":"^1.6.0","rxjs":"^5.5.6","typescript":"^2.6.2","zone.js":"^0.8.20"},"module":"ngx-json-viewer.es5.js","es2015":"ngx-json-viewer.js","typings":"ngx-json-viewer.d.ts","metadata":"ngx-json-viewer.metadata.json","_id":"ngx-json-viewer@2.2.0","_npmVersion":"5.6.0","_nodeVersion":"8.2.1","_npmUser":{"name":"anonymous","email":"vivo@fancyber.com"},"dist":{"integrity":"sha512-YnOlZWli0Cc+/4vuOxuaP9of5UbH0Mu/IhXSZEj9No74Nwrv0qZkErfhYz9zFX0YnOOEMlMKPoDM1RLEtMsaEw==","shasum":"18a6c82cfe98b53bbe1eb1afb6aa87d183f5c19c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/ngx-json-viewer/-/ngx-json-viewer-2.2.0.tgz","fileCount":16,"unpackedSize":87061,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBTj6yr6mkxyrhKENHJAwb3CeZ4xMZ4ASrzmzyiOGy1cAiEA4zxXXAw3KfaenpmHh8rBJcZeEBGiBkQF5C+3DUEMZtg="}]},"maintainers":[{"name":"anonymous","email":"vivo@fancyber.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ngx-json-viewer_2.2.0_1519600044986_0.9325512040902737"},"_hasShrinkwrap":false},"2.3.0":{"name":"ngx-json-viewer","version":"2.3.0","description":"JSON formatter / viewer for Angular 2/4/5/6+","keywords":["angular","json"],"author":{"name":"Vivo Xu","email":"vivo@fancyber.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/hivivo/ngx-json-viewer.git"},"bugs":{"url":"https://github.com/hivivo/ngx-json-viewer/issues"},"homepage":"https://github.com/hivivo/ngx-json-viewer#readme","main":"bundles/ngx-json-viewer.umd.js","$schema":"./node_modules/ng-packagr/package.schema.json","scripts":{"build":"ng-packagr -p package.json","pack:lib":"npm run build && npm pack ./dist","publish:lib":"npm run build && npm publish ./dist"},"dependencies":{},"peerDependencies":{"@angular/core":">=5.0.0","@angular/common":">=5.0.0","rxjs":">=5.5.2"},"devDependencies":{"@angular/common":"^5.2.2","@angular/compiler":"^5.2.2","@angular/compiler-cli":"^5.2.2","@angular/core":"^5.2.2","ng-packagr":"^1.6.0","rxjs":"^5.5.6","typescript":"^2.6.2","zone.js":"^0.8.20"},"module":"ngx-json-viewer.es5.js","es2015":"ngx-json-viewer.js","typings":"ngx-json-viewer.d.ts","metadata":"ngx-json-viewer.metadata.json","_id":"ngx-json-viewer@2.3.0","_npmVersion":"5.8.0","_nodeVersion":"9.8.0","_npmUser":{"name":"anonymous","email":"vivo@fancyber.com"},"dist":{"integrity":"sha512-vrsQ1puqd/46hxCMSy0+Xw7KzxYOyeBKFi7jCwFCvf/HPcMUbn3fkUYjw601L9sCZIoLBeQXlCEVOTxOby1acA==","shasum":"82c6808ae837331bbfcf105bee05494ea7675210","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/ngx-json-viewer/-/ngx-json-viewer-2.3.0.tgz","fileCount":16,"unpackedSize":87417,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbHxPkCRA9TVsSAnZWagAA/TYQAI2Lu83LWQPGaiXRwFQ5\n6JxsV8neS3LrPqUrB1gtFj2EG8xmllsk6xJfukqygQPoZkGypzMK4KuPyK28\n8xclBl9KorcZGWLx6lKgsRQQ3wG4yJyvZ2m81iGPno9cwI2Nk0XAjFMnz2QR\np6cefATI285xTm2FVHiZQPubBF2RQlp5vFuf70PZ+f4zXviDVQdCVAWvl822\nW8eKF0IpF7rSZQ67o9DYEavVzGkOLB4t7x/SYH9e7/XaMVpHEjSL8xsD09AM\nPoUTJ/fvlVad/wE/ggepzgm8wPc4IluwfGkc9VaLckU8Rti4CZqN369qLNbH\nSmIKzlaarBn18OwS8xpkXMTPy0zPyJtoyw1c+FFcvcXJ9o8OrEDpC/yjoNgs\nMpRGqvnkvOPAQ/E9JHVnUs492b2PVnMf7mV9W8yY2tZch/RRniGbU2crVIR4\nWE0p0e2Hp9QtLA15/ilZpefOHMzXY+g9qMEQWpOE5kcyADs58Y8QZScVhuV2\nwep2CtFkhFLhAmqBaDeqJQOp6r4YHVzGvZ5b7zBi5AcdTYKJ3GZuuLOvbcjk\nymGEVnCCTwfIdNEogZjNepop5wqzecRWnlYw/fIJGkWOi4+laic2SAfQgEXf\nVbEKPNSL+WWS59IQjUqjOxz1xDxCn5hB3eupzDRX+uUh/QOQEAYYnd5w2Wnm\nq1iV\r\n=77KH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQChQ5CZzzdrmmAv/X74MuV3N3HkyQkpbqlTQ0ewOm6A4AIgBJOqMeLNoEV75JvDMZoeTkgwTggKDRDrXS7zUYxxDo4="}]},"maintainers":[{"name":"anonymous","email":"vivo@fancyber.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ngx-json-viewer_2.3.0_1528763362363_0.5016968476640176"},"_hasShrinkwrap":false},"2.3.1":{"name":"ngx-json-viewer","version":"2.3.1","description":"JSON formatter / viewer for Angular 2/4/5/6+","keywords":["angular","json"],"author":{"name":"Vivo Xu","email":"vivo@fancyber.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/hivivo/ngx-json-viewer.git"},"bugs":{"url":"https://github.com/hivivo/ngx-json-viewer/issues"},"homepage":"https://github.com/hivivo/ngx-json-viewer#readme","main":"bundles/ngx-json-viewer.umd.js","$schema":"./node_modules/ng-packagr/package.schema.json","scripts":{"build":"ng-packagr -p package.json","pack:lib":"npm run build && npm pack ./dist","publish:lib":"npm run build && npm publish ./dist"},"dependencies":{},"peerDependencies":{"@angular/core":">=5.0.0","@angular/common":">=5.0.0","rxjs":">=5.5.2"},"devDependencies":{"@angular/common":"^5.2.2","@angular/compiler":"^5.2.2","@angular/compiler-cli":"^5.2.2","@angular/core":"^5.2.2","ng-packagr":"^1.6.0","rxjs":"^5.5.6","typescript":"^2.6.2","zone.js":"^0.8.20"},"module":"ngx-json-viewer.es5.js","es2015":"ngx-json-viewer.js","typings":"ngx-json-viewer.d.ts","metadata":"ngx-json-viewer.metadata.json","_id":"ngx-json-viewer@2.3.1","_npmVersion":"6.1.0","_nodeVersion":"10.5.0","_npmUser":{"name":"anonymous","email":"vivo@fancyber.com"},"dist":{"integrity":"sha512-2VEJtn98NjzEtHQpuzKWZ00kqS1c2lJPd+n85qEF27WwXkE/CpckbjZTRr5zE5RuKP2aLFVxNWQP8YCCzDRYHg==","shasum":"4f54b1283bdeec1867b2da0da3c3843e7c1d3999","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/ngx-json-viewer/-/ngx-json-viewer-2.3.1.tgz","fileCount":16,"unpackedSize":87629,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbeHTvCRA9TVsSAnZWagAA3TQP/AqP2zRdQqSWjQt3ZL2B\nkCZD8GVqJLfIobJFxi6yrZV1pxmevxv46gkas67CX9yyU1y1YuPLb0o11/Es\nvzZ/3jR4hReuki8t2A1VJZuU3+hecwrbM2ttEuHnKzE0ibzwzlU7UUGgOOH1\n4NCtHOk3n941qO8trihCJ7fy2G9QchAXEzySLh5D2vVvHqkpHP/mYElVVZ1f\n6LaAu56AtxRVnliQAxqb9UXpnMbb93YytcZl4zsytuyKwG3J+ROI4+LaTGZd\n3WZ9Su1KVUx+kkO+rhzoOnybffnoUSvxE1bzIXmqsbTyKW0KX/vpdtotffQP\nApAvzCUAFy3feD46OS44lah+Vieb6aQICGDv3aViRj6anhNqL+Ihp/Agwjcf\n1YGX6PrLmHmsu9ppvfBgKDxMFYCnutitgLboyVvO4zv12mikob0KIvkSG6rL\nVHm4Zi99A6g5PiIDnYBF2rKuKGCqK9BD37hjdsZPhJqHPkID/xL1RIsBaPVy\nMmqxFF0CHPwRxfEUYEnFYgOAtdsKgQQGGz9ImAyrYSeJQOkR4Lf8sKrUEGUj\niy1TM7e+R+hCZ8LZ9CCN7Una5L/Tm6SOcUQ6gK1Mt/9Cg1pRNNhrs4q0ptlm\nkt944MVu5ZBep9sE0PDnm7ZJ5rQXG2pW4LMDYAE0DhMoUuNMXGdmzKZMyaYR\nz3hk\r\n=6WiY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCeu9lQocY5J/StwadRf6beRzK2bI6UJDd/zKblF/3k2QIhAL7Iioy+tyNgXWqejadzQURpRxjQnzlpBgrAsJKH6I30"}]},"maintainers":[{"name":"anonymous","email":"vivo@fancyber.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ngx-json-viewer_2.3.1_1534620911062_0.07240763493175195"},"_hasShrinkwrap":false},"2.4.0":{"name":"ngx-json-viewer","version":"2.4.0","description":"JSON formatter / viewer for Angular 2/4/5/6/7+","keywords":["angular","json"],"author":{"name":"Vivo Xu","email":"vivo@fancyber.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/hivivo/ngx-json-viewer.git"},"bugs":{"url":"https://github.com/hivivo/ngx-json-viewer/issues"},"homepage":"https://github.com/hivivo/ngx-json-viewer#readme","main":"bundles/ngx-json-viewer.umd.js","$schema":"./node_modules/ng-packagr/package.schema.json","scripts":{"build":"ng-packagr -p package.json","pack:lib":"npm run build && npm pack ./dist","publish:lib":"npm run build && npm publish ./dist"},"dependencies":{},"peerDependencies":{"@angular/core":">=5.0.0","@angular/common":">=5.0.0","rxjs":">=5.5.2"},"devDependencies":{"@angular/common":"^5.2.2","@angular/compiler":"^5.2.2","@angular/compiler-cli":"^5.2.2","@angular/core":"^5.2.2","ng-packagr":"^1.6.0","rxjs":"^5.5.6","typescript":"^2.6.2","zone.js":"^0.8.20"},"module":"ngx-json-viewer.es5.js","es2015":"ngx-json-viewer.js","typings":"ngx-json-viewer.d.ts","metadata":"ngx-json-viewer.metadata.json","_id":"ngx-json-viewer@2.4.0","_npmVersion":"6.4.0","_nodeVersion":"10.5.0","_npmUser":{"name":"anonymous","email":"vivo@fancyber.com"},"dist":{"integrity":"sha512-26QmLp+0ds90aFug3KbSIwqtmQgCcJYFNNNcmcZHgPRj75nhKzbo4ceKxkhWmY5auKZClVO0HTZSs5bBhgb1Bw==","shasum":"55eab11dda36c3752285efec1579dba3fcb18163","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/ngx-json-viewer/-/ngx-json-viewer-2.4.0.tgz","fileCount":16,"unpackedSize":88973,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb1knLCRA9TVsSAnZWagAA5Q8P/j1okDPspeKhONy5pybu\n0Jf6gw1xfqxToZlbaknjtvPjzr8AfPUDyo/oQI0G53ApvZvp/DRZIIl+29tq\nIg/SJs5Iae9bapLOif7esTJO0wT3/duhQITOpOaXSL6KPVBq+zmcSmrhQg5P\nTrxanariYiwPxqqOR2guIRE2nVJVXWjqYmhwWOpayPXM8TdLzLDxUXqFxUNp\nFL5j142Vpbddr5qfl2yFsKqNavAxPT9foqtTzNHBSRSYukF+W6YX/ZEzSxCt\nW/kvUAAjdY5gmtRq4DukNkt57YLm8oFG3sE3ZvIVvtSkFTZnQNLT+j++m8ui\nWgFEzgjxv2VDNtlDJ0qrdm6lxCiK96towCFWtVMcqphG2VqDyYOCoBKLqWX+\nlqfMbQBXiQNJAB3HKV4uC8DRqv7ozUogj8A3TF4UBAdSck9iNKYTTFR+MI43\nMkRlQ1DjUkUMBS6eLn6EB9hvxbuRlSv8VIMCOOsZNLfGUqeSwkUuh67qPMYY\nHbK2gubV8Wn/BFATBd0vGQmkY9aCJv3wVl37imCrqlDJpklpXZf5105LlN9L\n5YMOPcbqQoH2EC9Y8sodoRxX5Uztpw5aFfrX7rqVVT6gPJQRmBuCWVD4IJAl\nkpV27MiwbWXyQnxqRWK+W187Kkuj+00A+BrqdhjUadY37lSsi4cX6+sA7n7P\nffNV\r\n=WMcw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE0SGGHzA6fZe7ToCZ78nuirZriVF2d9RzmdyJtdWDcSAiBem/h88mVYMT2qUvq+ByDAS3uyY/XfwAbAC2SnPnzY5w=="}]},"maintainers":[{"name":"anonymous","email":"vivo@fancyber.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ngx-json-viewer_2.4.0_1540770250995_0.16107867905291973"},"_hasShrinkwrap":false},"3.0.0":{"name":"ngx-json-viewer","version":"3.0.0","description":"JSON formatter / viewer for Angular 2/4/5/6/7/8+","keywords":["angular","json"],"author":{"name":"Vivo Xu","email":"vivo@fancyber.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/hivivo/ngx-json-viewer.git"},"bugs":{"url":"https://github.com/hivivo/ngx-json-viewer/issues"},"homepage":"https://github.com/hivivo/ngx-json-viewer#readme","main":"index.ts","$schema":"./node_modules/ng-packagr/package.schema.json","ngPackage":{"lib":{"entryFile":"index.ts"}},"scripts":{"build":"ng-packagr -p package.json","pack:lib":"npm run build && npm pack ./dist","publish:lib":"npm run build && npm publish ./dist"},"dependencies":{},"peerDependencies":{"@angular/common":">=10.0.0","@angular/core":">=10.0.0","rxjs":">=6.6.2"},"devDependencies":{"@angular/common":"^11.0.7","@angular/compiler":"^11.0.7","@angular/compiler-cli":"^11.0.7","@angular/core":"^11.0.7","ng-packagr":"^11.0.3","rxjs":"^6.6.0","tslib":"^2.0.0","typescript":"~4.0.2","zone.js":"^0.10.2"},"licenseText":"MIT License\n\nCopyright (c) 2017 Vivo Xu\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","_id":"ngx-json-viewer@3.0.0","dist":{"shasum":"25b70c8b4a0edf94f6b6bbd4cf7dc2b7a01b7d7f","integrity":"sha512-qS2tAE0dYQgXvvjp6Zg8tuQKbZXqcu9O0kma8FnMytexPoIMe644a/CYIhIIzCk/GopFliEvzSBEakdCBMzVyA==","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/ngx-json-viewer/-/ngx-json-viewer-3.0.0.tgz","fileCount":47,"unpackedSize":32017,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf+K3uCRA9TVsSAnZWagAAJy4P/2/nJZ7ycQopEoKX273B\nbIlEnjeJf3iKKP9AdxKVC1Zm7zwXzaYHvcNI0+m1zk56m3ExT+q1iSzhGd0q\n7DJXRbOnmJrv+3eo4OvRqHAMnzaq4Gk51dENGzPCRHhHnACGniu5PiDgfYKU\nxFPJ0Z+X5zxsYYVdKl7EODLrfzlWAarQksykz29wO4aiSMCXW0JxUjod16QJ\nDYfFYn+N3Q9WkfUvOe80zqLPAyzZu3g0rd67RIEzVz+WDMc21jvgQSr8zy08\nZQW8qVrR+QMJO6KWHbjRvhR2eKXokYaBJ6yWWwGHYgTsu4CWT3G2HZUNiI3W\nQ92iNvKmNt5s2goj+lOlKa0bCP/dSREBMoh6ZmcYIW+vQ//lPzKmDDAWMnFm\nqUwYmEjNCWPIaXmFD7ov4Gl3/J6+BOA2ITivjbh0YHdakBM3Wp15JHpU1J22\nAZCAZAxnL+9FVmz/hzW9YhNE4/WjDcmnCKVq7bgourf2fDiTj4toPWQF6F+8\nESsKk02s/jVg32N9oxyzsY8iiq7Yt6Sz6kvw68XGCyJeWCDJWHBm9EHaIxFe\nYtl2qyZYKGh0aYU7oiDji6oFT4QRpkYa6Io3RZt+Dizlzw1epDFd2PDDEJpe\nuS1Y6KQHzDrKQHwZIWCUFP3IjS21WOc8n0mdVgkN68GDsxnfBhFwLfT5vBFu\nKsCz\r\n=q95l\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBM5Iel1ORhKrBLdxmqrZh6Fb6ni4Iejqfqa6W4Ny3unAiAqWMVvaNuPIJrzfdE5rXMJ5hjiTiqEmHVHZLEyxJrSdw=="}]},"_npmUser":{"name":"anonymous","email":"vivo@fancyber.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"vivo@fancyber.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ngx-json-viewer_3.0.0_1610132973847_0.1693896980767846"},"_hasShrinkwrap":false},"3.0.1":{"name":"ngx-json-viewer","version":"3.0.1","description":"JSON formatter / viewer for Angular 2/4/5/6/7/8+","keywords":["angular","json"],"author":{"name":"Vivo Xu","email":"vivo@fancyber.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/hivivo/ngx-json-viewer.git"},"bugs":{"url":"https://github.com/hivivo/ngx-json-viewer/issues"},"homepage":"https://github.com/hivivo/ngx-json-viewer#readme","main":"index.ts","$schema":"./node_modules/ng-packagr/package.schema.json","ngPackage":{"lib":{"entryFile":"index.ts"}},"scripts":{"build":"ng-packagr -p package.json","pack:lib":"npm run build && npm pack ./dist","publish:lib":"npm run build && npm publish ./dist"},"dependencies":{},"peerDependencies":{"@angular/common":">=10.0.0","@angular/core":">=10.0.0","rxjs":">=6.6.2"},"devDependencies":{"@angular/common":"^11.0.7","@angular/compiler":"^11.0.7","@angular/compiler-cli":"^11.0.7","@angular/core":"^11.0.7","ng-packagr":"^11.0.3","rxjs":"^6.6.0","tslib":"^2.0.0","typescript":"~4.0.2","zone.js":"^0.10.2"},"licenseText":"MIT License\n\nCopyright (c) 2017 Vivo Xu\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","_id":"ngx-json-viewer@3.0.1","dist":{"shasum":"a59d6228592db74d8d8091d9d42c22320d0f5744","integrity":"sha512-J5RS6fgGKgJnmehXYjqQATx0ldF/AFgatxP3VIWiEk2BoC0kppY7TP06rlZgCjXOGtLIszysSdTlyBx5Itw2dA==","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/ngx-json-viewer/-/ngx-json-viewer-3.0.1.tgz","fileCount":47,"unpackedSize":33300,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf+MRSCRA9TVsSAnZWagAAg0sP/1gTz3fzhlIUqySodQpw\nHegmh/zStBHSkBXa37jyn4qb+mvtcGtldw39aXhMOqGpF9hSqEZTXaOlGCPS\n9RiMvI9XiSU/pNoKVAeXOdtIAnRsmwoP/mOr+prCAicagsg+Fvr+f+c3lBrH\nKOEdMKjliGe8SOCUVaqufOEGRT3hL4bdycAaeeVOtnghMUopPYbO/SkzrVcM\nPjVYDdkeNAebcAOaYk75+iEUx2Li2wyxbqy5TKZOaGZnKS7rzpk3S2p9psLS\nDnbuRIiBpB+ZMADFZHh/Ea7o2ywKMK+/KN96bdT9g5EQo1Q5lHsySH4nsWve\nx6wv1v4sfqRgP0u4AjkV3aiZfZ/eDeL8HmDwmlWi3j9xzJccoJuloUSP23I5\nHiv99IwfU6d4bs57XxuyOAwk1Z3dlZkVE4o6e526XCURVmW7ABb6O5GETUpx\ny3w+xUs9hVY/zBJECIR7EGKMpumf9hl/J65crd8k3LaUoXtangI044dxggjR\nYeBx7vY50X8IghtedEUqthLcWWDsCghZRVSS5OD8/d9Xd1lA+rQeA1gTsxhG\narnAzVhYYQY28P0PcP8yf5quHHqe3UJRWgYOvvVWX+UfIMimJDfG96bZxHKw\nhiAqOYrItiz9AaO+euuy4PD8cFRotITXDqB71br+OV6yWZr1iEXych3hJmFL\nqTZN\r\n=v11U\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDYf69/OIZkbZSUqLyCzixQmi2kx8XfFMcYgcxatpzULAIgSaf9tdXIE8vqbH6PnD5dhjysJJ8qVder73orvrk8TxQ="}]},"_npmUser":{"name":"anonymous","email":"vivo@fancyber.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"vivo@fancyber.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ngx-json-viewer_3.0.1_1610138705706_0.25811911257352005"},"_hasShrinkwrap":false},"3.0.2":{"name":"ngx-json-viewer","version":"3.0.2","description":"JSON formatter / viewer for Angular 2/4/5/6/7/8+","keywords":["angular","json"],"author":{"name":"Vivo Xu","email":"vivo@fancyber.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/hivivo/ngx-json-viewer.git"},"bugs":{"url":"https://github.com/hivivo/ngx-json-viewer/issues"},"homepage":"https://github.com/hivivo/ngx-json-viewer#readme","main":"bundles/ngx-json-viewer.umd.js","$schema":"./node_modules/ng-packagr/package.schema.json","dependencies":{"tslib":"^2.0.0"},"peerDependencies":{"@angular/common":">=10.0.0","@angular/core":">=10.0.0","rxjs":">=6.6.2"},"module":"fesm2015/ngx-json-viewer.js","es2015":"fesm2015/ngx-json-viewer.js","esm2015":"esm2015/ngx-json-viewer.js","fesm2015":"fesm2015/ngx-json-viewer.js","typings":"ngx-json-viewer.d.ts","metadata":"ngx-json-viewer.metadata.json","sideEffects":false,"licenseText":"MIT License\n\nCopyright (c) 2017 Vivo Xu\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","_id":"ngx-json-viewer@3.0.2","dist":{"shasum":"91e72fe41f80756181aa0d36b4bfaeac5df5b1b1","integrity":"sha512-XBj0DgUDIBOeJuAczlFQIIMCaELJGoEbvjBWIXHIh2QebiB5lY6itslRkbE5TAgFn1bYK+2ToxqwspLgP4DDJg==","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/ngx-json-viewer/-/ngx-json-viewer-3.0.2.tgz","fileCount":26,"unpackedSize":77297,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf+M5hCRA9TVsSAnZWagAAW8sP/28QKRSgH12IFevFvOJY\nuWS2U1d5/lF2cBfvf9q5NKkOTx1iKznnA4sOgce2E//bZAnwZt+ODUkPJ0QS\n+SZ4pjh+KS+1LDjq3vvFWOftcxc/NisoBRNZZqRHhJW/x8zcvOb2or2SeQx9\nUrKqJ5yrZNv3FbXfmoMhZVH+BfoWQeRoxcWgVQBmnwRCOigNvamvxegSdqmY\nFB3cWwkazm2hAJoeqhWNMJW16fmNzZ/b0raEbB1QSy5ZmgPhfykvD0OA7xWW\ngSG7Tdivln+himmfmuTWq61EZEh5bbjX/V8OQ6MYoXw5yNejBi5egjfj1hc8\nAa+Kji4J2eXslMyNJFnikcffEu54doslAi9avZD8QaR73Mg35XYHXqHvwihM\nj5zZrnTMTUR+5AB0Qbeu0jkDCvGujuqvda7CP/ULtnt2kli6CizIs6Reslb3\nxSCFXFRCDuNngRy4yl7hPGOBKDWnUVNwX08RYMuknaNDdsC6rN2q+NGOnNTO\nuCzVvWdr4EkY04vuFV70bWyjaqavZDef3KFkVFLvz7M2NZKg1Gt+i2oHr5pW\nxRv/xcFGFHlbjTRdAFpcGbGKVaLss6IwG+MQablumsRIuVrSJ4smtCoeW91w\nS2JumhQ/JiuL+CjOq84MibZ8tj9ArxTmhjjL1Zk5E9K1UISUIu8/IMV9VHvs\n0Iuz\r\n=zuFF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF1eibLmkQhsknF7KJKMvpr1KC0yAh5dd4vHcJUoWyHbAiAUc31yjCCERrU3pyDA56croDjCqbOEeIzueJPbihN9+w=="}]},"_npmUser":{"name":"anonymous","email":"vivo@fancyber.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"vivo@fancyber.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ngx-json-viewer_3.0.2_1610141281270_0.8215397139229228"},"_hasShrinkwrap":false},"3.1.0":{"name":"ngx-json-viewer","version":"3.1.0","description":"JSON formatter / viewer for Angular 2/4/5/6/7/8+","keywords":["angular","json"],"author":{"name":"Vivo Xu","email":"vivo@fancyber.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/hivivo/ngx-json-viewer.git"},"bugs":{"url":"https://github.com/hivivo/ngx-json-viewer/issues"},"homepage":"https://github.com/hivivo/ngx-json-viewer#readme","main":"index.ts","$schema":"./node_modules/ng-packagr/package.schema.json","dependencies":{"tslib":"^2.3.0"},"peerDependencies":{"rxjs":">=6.6.2"},"module":"fesm2015/ngx-json-viewer.mjs","es2020":"fesm2020/ngx-json-viewer.mjs","esm2020":"esm2020/ngx-json-viewer.mjs","fesm2020":"fesm2020/ngx-json-viewer.mjs","fesm2015":"fesm2015/ngx-json-viewer.mjs","typings":"ngx-json-viewer.d.ts","exports":{"./package.json":{"default":"./package.json"},".":{"types":"./ngx-json-viewer.d.ts","esm2020":"./esm2020/ngx-json-viewer.mjs","es2020":"./fesm2020/ngx-json-viewer.mjs","es2015":"./fesm2015/ngx-json-viewer.mjs","node":"./fesm2015/ngx-json-viewer.mjs","default":"./fesm2020/ngx-json-viewer.mjs"}},"sideEffects":false,"licenseText":"MIT License\n\nCopyright (c) 2017 Vivo Xu\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","_id":"ngx-json-viewer@3.1.0","dist":{"shasum":"af8404b930f3a7850f96b7ad16ad2ab7bc541334","integrity":"sha512-+m90gQ/5TJNusqUgRlXU4e7ZwAKfK5jUV/zvvZYv4uiO/yQDM37cKTQ+YPgK/bC3a+03xDssCSpi0y+DrgUUpg==","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/ngx-json-viewer/-/ngx-json-viewer-3.1.0.tgz","fileCount":25,"unpackedSize":82606,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDLIWAbzCFwY3G3oF6TW/aXsbJFwgrPVTQCAhzyGcNsIAiBklOrl8uvoWybrW2OwOA5Mb/BBdmdPC+X9Wo7DKGlwsQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJirWSzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrcXg//cAdCznNvzuoeQw+/CQZODPkyqA9tvXikeRQyvffOF3Nlvp23\r\nMLOf6yeUWdL+9YaprQnENSki7be5HxHNDOR2/gMcGWqCZQdmJquhpNWMFKrn\r\n3ZvYqQdrQD59ebj4ccB8YvXpQb8eoMe1Xg1TLTW955x6v3DeEqUGIpMuSdfG\r\nF5ppITwo1ZKwVpmLMZiUFIXwkuWjMUQTjdf5JZLV4Ioe1ckeIiztMwCQjn4k\r\nB8LDaTYVAIPheiYn7lqWvMnwolemIXqe/zLkCOfg/W0DFEsfQaLRP4ZBen1W\r\nyfz4B03PgXghYB+SaBiQWbcXzANd283/EVKvTUybwiN8oX0XRGrwARK+EYvA\r\nbdyZa+4HHoWTGpXtrGdA8q1W9Yoi3YBV66nGb4qk5btFE6EQyReBqWmgr7nl\r\nrPFvJm6TF7bLz1Yld1vP/CdwclCp6NJSUdWpRclNutkvMQLHC3LxdNKW8hFI\r\nstEnHpYzBLyDmvn2O0fvH/9qiqRUVU+LIkKtfW9or0GTuxN+22rrvrNrj+uU\r\nkVXMx4Ei4CrgQQuHHlLuMGOIJ2zpsDODlQYLWaZowX8UXyQyuAV1QfNkVmpR\r\nlLAwyAGVK6Be5QtwZ4neJ1WZRrDPjUZeNmaf+db1AO4M9opHPHXQj3czKBD8\r\nBJ3D3NY7Ik2U6a3wWho6dl/6uQcCG6cMGkQ=\r\n=ZFVX\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"vivo@fancyber.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"vivo@fancyber.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ngx-json-viewer_3.1.0_1655530675051_0.27622832710810163"},"_hasShrinkwrap":false},"3.2.0":{"name":"ngx-json-viewer","version":"3.2.0","description":"JSON formatter / viewer for Angular","keywords":["angular","json"],"author":{"name":"Vivo Xu","email":"vivo@fancyber.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/hivivo/ngx-json-viewer.git"},"bugs":{"url":"https://github.com/hivivo/ngx-json-viewer/issues"},"homepage":"https://github.com/hivivo/ngx-json-viewer#readme","main":"index.ts","dependencies":{"tslib":"^2.3.0"},"module":"fesm2015/ngx-json-viewer.mjs","es2020":"fesm2020/ngx-json-viewer.mjs","esm2020":"esm2020/ngx-json-viewer.mjs","fesm2020":"fesm2020/ngx-json-viewer.mjs","fesm2015":"fesm2015/ngx-json-viewer.mjs","typings":"index.d.ts","exports":{"./package.json":{"default":"./package.json"},".":{"types":"./index.d.ts","esm2020":"./esm2020/ngx-json-viewer.mjs","es2020":"./fesm2020/ngx-json-viewer.mjs","es2015":"./fesm2015/ngx-json-viewer.mjs","node":"./fesm2015/ngx-json-viewer.mjs","default":"./fesm2020/ngx-json-viewer.mjs"}},"sideEffects":false,"licenseText":"MIT License\n\nCopyright (c) 2022 Vivo Xu\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","_id":"ngx-json-viewer@3.2.0","dist":{"shasum":"66ad3d76b1c758e21c3328cbd5397660f5ab1065","integrity":"sha512-A5PvhAePGx5FbvbyaXdp5nEo9UVT96ZdYI+n0kI4+lNMSzK6Z3PnXUVZLPOeTRciDXvgxAFvi/POfiPkt/Ut8Q==","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/ngx-json-viewer/-/ngx-json-viewer-3.2.0.tgz","fileCount":24,"unpackedSize":87964,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCEcVFy74OAi/hLYskmiPVixJWNvH+LWmiOeffouR5wmQIhAPmpRE6T6DsjqNX5EDxIZshkndq0LtOOwsOu4+ceyXkS"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjV2lpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmouCQ//UDn64h27kgyJKLmMHlbpirHjPs+AYcrxhCA7i4Zpgg/pFKcc\r\nv0+rZlRCeuXkqbGUOkIwoiLSLR096IogGXE2J4jT/BOSU6kcRUmLv+XZH35p\r\nXyUd6FIsGbt4/EoQraRBgRIWuoHUt9wGiXqQAVRGGpusy1C7J9L4u5YN+QCV\r\nVUxyjuyKro/yNJGu+VxiJt6ezTxQEANWjTvkPbsz9ntyXS6afegaTKOb9qST\r\nO0RzjyA81C4LJEQYH+dqxDx13PU+Rp8c0zegcFj0F/n/q4IqJ0xg8q8qtz39\r\nAiLScEbA9BOyin9drPm5KKfhPy2SeHTyoj6Pmu+FtyngGKNrgyQek6TsZb/H\r\naAMO7EQlvGMCN75pVOw1yMnCrc6QymQEfTxFbZmq6xaraJRxjwPU0F91YyG5\r\nfzkBNkR6kINo+honV6FFKF2lw1HIOYawoCLgKgDEkLp2z+u5Kj1TP8E1+QYl\r\nZB1+rd9C7nyeJ2h6/tH55SyAgBO3MRuMfjHgHhMEZO1QSBu3JiMOqHhGrSQs\r\nzmNZHYMYEAAYwoOmVqJCTNi/Xn61vCZZeTmrW6rfc0xyUqgmhPUG7blwzTPe\r\nMtib0R+fjMFr5hfanJfUDif+ZE6JosmfQCfab7dKOSbXTqB523Z5o2c3I1R4\r\n7ZLa/00g7BiUmz7QBnmT+IFKaoczkH+cbLM=\r\n=dT7b\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"vivo@fancyber.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"vivo@fancyber.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ngx-json-viewer_3.2.0_1666673000742_0.8806125658727053"},"_hasShrinkwrap":false},"3.2.1-alpha.0":{"name":"ngx-json-viewer","version":"3.2.1-alpha.0","description":"JSON formatter / viewer for Angular","keywords":["angular","json"],"author":{"name":"Vivo Xu","email":"vivo@fancyber.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/hivivo/ngx-json-viewer.git"},"bugs":{"url":"https://github.com/hivivo/ngx-json-viewer/issues"},"homepage":"https://github.com/hivivo/ngx-json-viewer#readme","dependencies":{"tslib":"^2.3.0"},"module":"fesm2015/ngx-json-viewer.mjs","es2020":"fesm2020/ngx-json-viewer.mjs","esm2020":"esm2020/ngx-json-viewer.mjs","fesm2020":"fesm2020/ngx-json-viewer.mjs","fesm2015":"fesm2015/ngx-json-viewer.mjs","typings":"index.d.ts","exports":{"./package.json":{"default":"./package.json"},".":{"types":"./index.d.ts","esm2020":"./esm2020/ngx-json-viewer.mjs","es2020":"./fesm2020/ngx-json-viewer.mjs","es2015":"./fesm2015/ngx-json-viewer.mjs","node":"./fesm2015/ngx-json-viewer.mjs","default":"./fesm2020/ngx-json-viewer.mjs"}},"sideEffects":false,"licenseText":"MIT License\n\nCopyright (c) 2022 Vivo Xu\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","_id":"ngx-json-viewer@3.2.1-alpha.0","dist":{"shasum":"ff7b2fc70c7ddd2bdd91a14afc8b5a4fe237544c","integrity":"sha512-ZHjJXO+zBnvRMxG+0EPQwsKobY0gBFH/QMnsUQvwaMzlQoXe6ecU/ZFKMQk75WaW7nCuzxi7Njysnns2B7cH4g==","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/ngx-json-viewer/-/ngx-json-viewer-3.2.1-alpha.0.tgz","fileCount":24,"unpackedSize":85812,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDkognNlEMw460LQk/uH0Xm3KqGkzDyjFMag02VgL/sewIhAPK34yRqvZxFVYLKGv9FpAiV48H2BvordYskVo0k7cgC"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjV32UACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq9vQ/9F25pHASrDiKiZ4s5N9vmnHkRhKO3t+0hRmuYbxmV1CsRJgdZ\r\naMv+JSnhK2NMiVYEBoOIOnWenQhn+gGom0gIKH219oqZEm0IE1/wbn2ASHzt\r\nv6GH1pKXFhRv6Bjhfe1wGKhPrYcX112Z577Zy/lucmBA7rM0cGR/fr7v7nGM\r\nu/piHAubbUZJpcchEDrnRWtmXTaaPisf/sUlBEF0WxoeE8UEkg0Z/T5piIc+\r\nGTcG7s9orQFFqP+vmrsHG8eokvIn9FAbQC8WprzO6gld8P4JMjq+Ren967EI\r\n6dm8GSVqwBG6EvKX8vHTrUe5L9oxu3wCGZLgrRBzDal+l/3sWsWguEYI4mRn\r\ncmWrDlGRYjSgE7+7mlUFmMdxuGCrYbM+MGEcuYo3z0l3ifxCnh2oJ41InEY2\r\nkkYYF06qELdYlYy6Loo4r4VLJk4l6rt8RxsJYL8mfFA9XN8N1T8sg31+s/YS\r\nDW1K+7ee8NDSTw6I9fNqTjtfDspF/UVLMmgNiMDdYBLcnnWk5HCcz3AWLVZN\r\n4cElB3g27GLL3VXC1DviifjrUFGzzjmzYjib2AZrIqc1K0wMBMvnLvJurL8E\r\nhNAcXudH47vrwZ0P9tFLZlrXD5GaSKgc7Zlau9P2RhNk/um4QfKktUJw7QN+\r\nFvZP7XqNcrOB6pRXY9iLaUOYIK/ch7AqeJ8=\r\n=2Drl\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"vivo@fancyber.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"vivo@fancyber.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ngx-json-viewer_3.2.1-alpha.0_1666678164650_0.14676824666635113"},"_hasShrinkwrap":false},"3.2.1":{"name":"ngx-json-viewer","version":"3.2.1","description":"JSON formatter / viewer for Angular","keywords":["angular","json"],"author":{"name":"Vivo Xu","email":"vivo@fancyber.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/hivivo/ngx-json-viewer.git"},"bugs":{"url":"https://github.com/hivivo/ngx-json-viewer/issues"},"homepage":"https://github.com/hivivo/ngx-json-viewer#readme","dependencies":{"tslib":"^2.3.0"},"module":"fesm2015/ngx-json-viewer.mjs","es2020":"fesm2020/ngx-json-viewer.mjs","esm2020":"esm2020/ngx-json-viewer.mjs","fesm2020":"fesm2020/ngx-json-viewer.mjs","fesm2015":"fesm2015/ngx-json-viewer.mjs","typings":"index.d.ts","exports":{"./package.json":{"default":"./package.json"},".":{"types":"./index.d.ts","esm2020":"./esm2020/ngx-json-viewer.mjs","es2020":"./fesm2020/ngx-json-viewer.mjs","es2015":"./fesm2015/ngx-json-viewer.mjs","node":"./fesm2015/ngx-json-viewer.mjs","default":"./fesm2020/ngx-json-viewer.mjs"}},"sideEffects":false,"licenseText":"MIT License\n\nCopyright (c) 2022 Vivo Xu\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","_id":"ngx-json-viewer@3.2.1","dist":{"shasum":"20e5e42c4cdf8aaae763a6ac59f9821d2081ab5b","integrity":"sha512-TTHtXsrBX+IXPqqAIsxklHPqSNmyGeQaziFZbCDJq1PnPOQmTrEHfwNrzN3LnWGhf7UxeM1cK0njegVPChwEcg==","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/ngx-json-viewer/-/ngx-json-viewer-3.2.1.tgz","fileCount":24,"unpackedSize":85886,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGgTXiP1FrKIu2io+X/2nRiVDS4G/oFY9tiYftj98r/sAiEArK2OeLc+4MnoJ7NjjTOZpP4PGLRdim508XWJhkFvjqA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJje+4WACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqVqg//ZU9vKbo67POqsMCN97TY1jv5sSi7DMCHRd249rSTvergVjcn\r\npTW+6SClvMrDIWC4hcuUfJ+whpYQcTTKiuAMszzDFTn/5Ce8+ysSpbqER6X0\r\nzn5I5YrXZrbcLo6nZxIRRMG/7cRhR7/dDyRpTNCteZKm8ul3hSR6fzW+XPXk\r\n1YsD+APDpGkwbHj+v5mIuoj/Mr794iSQU3jwK6kw4mVzgwwaQ45vo3VEOcdh\r\nWiDF5IuwM/Z5SLKLKUJ+k/Oh7Ne9V4e3WLAHLZtB7nRQGx8b6jfYOi4RFQBY\r\ndG/wMWwIQ46IN52Xrp3T6ZKwOjHUjhNZ6Cvf5t44GvIX2mMqri7CEP5nTutu\r\nHry4Tn46MnPeKzd5e8VvhFL/T6PP9khxBjzECG0n5ckziOJaEtVvi3eWk0IH\r\nlehIkDU4mg5ulG/AEdG61AuU2YCR0Svzh3Ublf6ioHrmnhNjWFFa+nSuxuCQ\r\nps0d19HXMUxGIsSvU9kTr0S1GWrt7l5x16QkDfmG8ZwYd4vQSZa3F7w7kXjs\r\nO2whjDcmKdE8E6Yzru0PoM6KPeOw8cMw6b0iXLegUVAC+9yPaocO8feew/Q2\r\nXdpM6CwL7KFHD/AmA6rRPkQ/uUXNN4nLQOIrzRCWBDjRNUKX0A+GqaZaijIH\r\nRXwtOM+Gz5xCnUM0L0Dkaiv+D8uBUTK++2g=\r\n=Dknw\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"vivo@fancyber.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"vivo@fancyber.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ngx-json-viewer_3.2.1_1669066262158_0.29076732560516194"},"_hasShrinkwrap":false}},"name":"ngx-json-viewer","time":{"modified":"2022-11-21T21:31:02.390Z","created":"2017-07-14T03:52:27.823Z","1.0.0":"2017-07-14T03:52:27.823Z","2.0.0":"2018-01-25T23:51:39.048Z","2.0.1":"2018-01-26T01:48:21.609Z","2.0.1-beta1":"2018-01-26T02:30:18.729Z","2.0.1-beta2":"2018-01-26T02:32:26.143Z","2.0.1-beta3":"2018-01-27T06:21:49.399Z","2.0.2":"2018-01-27T07:01:49.357Z","2.0.3":"2018-01-29T22:00:45.962Z","2.0.4":"2018-02-02T02:24:19.352Z","2.1.0":"2018-02-09T17:50:43.620Z","2.2.0":"2018-02-25T23:07:25.085Z","2.3.0":"2018-06-12T00:29:22.424Z","2.3.1":"2018-08-18T19:35:11.232Z","2.4.0":"2018-10-28T23:44:11.179Z","3.0.0":"2021-01-08T19:09:33.967Z","3.0.1":"2021-01-08T20:45:05.819Z","3.0.2":"2021-01-08T21:28:01.371Z","3.1.0":"2022-06-18T05:37:55.217Z","3.2.0":"2022-10-25T04:43:20.973Z","3.2.1-alpha.0":"2022-10-25T06:09:24.872Z","3.2.1":"2022-11-21T21:31:02.332Z"},"readmeFilename":"README.md","homepage":"https://github.com/hivivo/ngx-json-viewer#readme"}