{"maintainers":[{"email":"Rich@Sollenne.com","name":"anonymous"}],"keywords":["angular","angular2","angular4","angular5","angular6","responsive","responsive font","scale","autoscale","auto scale","auto-scale","font","fittext","fittext.js","ng fittext","ng2 fittext","ng4 fittext","ng5 fittext","ng6 fittext","ng-fittext","ng-fittext angular2","ng-fittext angular4","ng-fittext angular5","ng-fittext angular6","ngx-fittext","ng2-fittext","ng4-fittext","ng5-fittext","ng6-fittext","angular fittext","angular2 fittext","angular4 fittext","angular5 fittext","angular6 fittext","angular-fittext","angular2-fittext","angular4-fittext","angular5-fittext","angular6-fittext","fit-text","fit text","fit","text"],"dist-tags":{"latest":"2.1.1"},"author":{"name":"Rich Sollenne"},"description":"An Angular directive to auto-scale the font-size of an element to fit it's parent element.","readme":"# angular-fittext \n[Change Log](https://github.com/sollenne/angular-fittext/releases)\n\n### [Heres the demo!](http://sollenne.com/angular-fittext-demo/)\n\nAngular directive (typescript) to do what fittext.js did when jquery was cool.\nThis auto-scales the font size to fit the width of it's container. \n\n### Versioning & What heppened to ng4-fittext?\nThis package was renamed angular-fittext to get rid of the ng version binding. This will follow the updates for angular and will not need to be bound specifically to a version of angular. We have kept the same github repo, but renamed it to angular-fittext. \n\n### Installation\n\nInstall the library\n```sh\n$ npm install --save angular-fittext\n```\n\n### Usage\n\nImport it in your Angular project as a module\n\n1) Declare it in your module\n    ```sh\n    import {AngularFittextModule} from 'angular-fittext';\n    \n    @NgModule({\n      imports: [\n        AngularFittextModule,\n        ...\n      ]\n    })\n    \n    ```\n    \n2) Use it in a component\n    \n    **The element that contains this directive should have a CSS width!**\n    ```sh\n   import {Component} from '@angular/core';\n   \n    @Component({\n      selector: 'hero',\n      template: `\n        <div style=\"align-content: center;\">\n            <div style=\"width: 20%; height: 20%; margin: 0 auto;\">\n                <div fittext>test</div>\n            </div>\n         </div>`\n    })\n    \n    export class AppComponent {}\n    ```\n\n   Parameters:\n    \n  | Parameter | Description | Values |\n  | --- | --- | --- |\n  | `fittext` (required) | Selector for the directive. | boolean (defaults to `true`)\n  | `[activateOnResize]` (optional) | enable/disable the auto-scale in case of window resize | boolean (defaults to `true`)\n  | `[compression]` (optional) | compression rate. How fast should the text resize? *As of v1.2.0, this can receive a dynamic value. | number (defaults to `1`)\n  | `[minFontSize]` (optional) | minimum font size allowed on element | number (defaults to `0`)\n  | `[maxFontSize]` (optional) | maximum font size allowed on element | number (defaults to `infinity`)\n  | `[delay]` (optional) | time to delay resize (in nanoseconds) | number (defaults to `100`)\n  | `[fontUnit]` (optional) | font unit to apply to the fontSize | px, em, ... (defaults to `px`)\n\n\n### Development\nWant to contribute? Great!\nSimply, clone the repository!\n\nLicense\n----\nISC\n\n\n**- Rich**\n  \n","repository":{"url":"git+https://github.com/sollenne/angular-fittext.git","type":"git"},"users":{"sollenne":true},"bugs":{"url":"https://github.com/sollenne/angular-fittext/issues"},"license":"ISC","versions":{"2.0.0":{"name":"angular-fittext","version":"2.0.0","keywords":["angular","angular2","angular4","angular5","responsive","responsive font","fittext","fittext.js","ng-fittext","ng-fittext angular2","ng-fittext angular4","ng-fittext angular5","ngx-fittext","ng2-fittext","ng4-fittext","angular-fittext","angular2-fittext","angular4-fittext","angular5-fittext","fit-text","fit text","fit","text"],"author":{"name":"Rich Sollenne"},"license":"ISC","_id":"angular-fittext@2.0.0","maintainers":[{"name":"anonymous","email":"Rich@Sollenne.com"}],"homepage":"https://github.com/sollenne/angular-fittext#readme","bugs":{"url":"https://github.com/sollenne/angular-fittext/issues"},"dist":{"shasum":"d3972356da9e7f7e1ef95ddabd2185ef67f86f44","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/angular-fittext/-/angular-fittext-2.0.0.tgz","integrity":"sha512-+e8X/DzyWg5+BqenNWFjFS5sXBipXB/Ijns0s8QY24bUlPdiBhosf1wz/AX7E6bTaN/nB0Zmt2YjspNWwaayBw==","signatures":[{"sig":"MEYCIQC/FzUbJ3sOvqBNq9Ny8b+gGyy8ximt66eXKa3GAVwCEQIhAJPbwGPdztwuPLN2YkiI/2KmfnQtl6WTzolyOIX52YAj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"bundles/angular-fittext.umd.js","es2015":"angular-fittext.js","module":"angular-fittext.es5.js","scripts":{"pack":"npm run update && npm run packagr && cd dist && npm pack && cd -","test":"echo \"Error: no test specified\" && exit 1","update":"rm -Rf node_modules package-lock.json && npm install","packagr":"ng-packagr -p ng-package.json"},"typings":"angular-fittext.d.ts","_npmUser":{"name":"anonymous","email":"Rich@Sollenne.com"},"metadata":"angular-fittext.metadata.json","repository":{"url":"git+https://github.com/sollenne/angular-fittext.git","type":"git"},"_npmVersion":"5.5.1","description":"An Angular directive to auto-scale the font-size of an element to fit it's parent element.","directories":{},"_nodeVersion":"9.2.0","dependencies":{"rxjs":"^5.5.2","zone.js":"^0.8.18","@angular/core":"^5.0.2"},"publishConfig":{"registry":"https://registry.npmjs.org/"},"devDependencies":{"karma":"~1.7.1","karma-cli":"~1.0.1","ng-packagr":"^1.1.0","typescript":"^2.5.2","jasmine-core":"~2.8.0","karma-jasmine":"~1.1.0","@types/jasmine":"2.5.54","source-map-explorer":"^1.5.0","jasmine-spec-reporter":"~4.2.1","karma-chrome-launcher":"~2.2.0"},"_npmOperationalInternal":{"tmp":"tmp/angular-fittext-2.0.0.tgz_1510961140233_0.8597850454971194","host":"s3://npm-registry-packages"}},"2.0.1":{"name":"angular-fittext","version":"2.0.1","keywords":["angular","angular2","angular4","angular5","responsive","responsive font","fittext","fittext.js","ng-fittext","ng-fittext angular2","ng-fittext angular4","ng-fittext angular5","ngx-fittext","ng2-fittext","ng4-fittext","angular-fittext","angular2-fittext","angular4-fittext","angular5-fittext","fit-text","fit text","fit","text"],"author":{"name":"Rich Sollenne"},"license":"ISC","_id":"angular-fittext@2.0.1","maintainers":[{"name":"anonymous","email":"Rich@Sollenne.com"}],"homepage":"https://github.com/sollenne/angular-fittext#readme","bugs":{"url":"https://github.com/sollenne/angular-fittext/issues"},"dist":{"shasum":"6778a0582f87770eb5bddf09b3a596442449d8e1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/angular-fittext/-/angular-fittext-2.0.1.tgz","integrity":"sha512-lE7gPzSsI4osDSZMbWEIdIqQuV8rK+zQi2oFl6dZyacoXuWvV7vGcySOkXWhK8+/y+EDcOaEozlORO3JXPe71Q==","signatures":[{"sig":"MEUCIAOgdtif38Lh9aditZ2RAJEKaIpWnicqSAn7AuLRrrfWAiEApUDV6OXYNr6LwyP75ygIOScP3jctMInoMvUx8gjxY60=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"bundles/angular-fittext.umd.js","es2015":"angular-fittext.js","module":"angular-fittext.es5.js","scripts":{"pack":"npm run update && npm run packagr && cd dist && npm pack && cd -","test":"echo \"Error: no test specified\" && exit 1","update":"rm -Rf node_modules package-lock.json && npm install","packagr":"ng-packagr -p ng-package.json"},"typings":"angular-fittext.d.ts","_npmUser":{"name":"anonymous","email":"Rich@Sollenne.com"},"metadata":"angular-fittext.metadata.json","repository":{"url":"git+https://github.com/sollenne/angular-fittext.git","type":"git"},"_npmVersion":"5.5.1","description":"An Angular directive to auto-scale the font-size of an element to fit it's parent element.","directories":{},"_nodeVersion":"9.2.0","dependencies":{"rxjs":"^5.5.2","zone.js":"^0.8.18","@angular/core":"^5.0.2"},"publishConfig":{"registry":"https://registry.npmjs.org/"},"devDependencies":{"karma":"~1.7.1","karma-cli":"~1.0.1","ng-packagr":"^1.1.0","typescript":"^2.5.2","jasmine-core":"~2.8.0","karma-jasmine":"~1.1.0","@types/jasmine":"2.5.54","source-map-explorer":"^1.5.0","jasmine-spec-reporter":"~4.2.1","karma-chrome-launcher":"~2.2.0"},"_npmOperationalInternal":{"tmp":"tmp/angular-fittext-2.0.1.tgz_1510961390735_0.28088823216967285","host":"s3://npm-registry-packages"}},"2.0.2":{"name":"angular-fittext","version":"2.0.2","keywords":["angular","angular2","angular4","angular5","responsive","responsive font","fittext","fittext.js","ng-fittext","ng-fittext angular2","ng-fittext angular4","ng-fittext angular5","ngx-fittext","ng2-fittext","ng4-fittext","angular-fittext","angular2-fittext","angular4-fittext","angular5-fittext","fit-text","fit text","fit","text"],"author":{"name":"Rich Sollenne"},"license":"ISC","_id":"angular-fittext@2.0.2","maintainers":[{"name":"anonymous","email":"Rich@Sollenne.com"}],"homepage":"https://github.com/sollenne/angular-fittext#readme","bugs":{"url":"https://github.com/sollenne/angular-fittext/issues"},"dist":{"shasum":"16d383567467f824b25b85f448a8cddff8815264","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/angular-fittext/-/angular-fittext-2.0.2.tgz","integrity":"sha512-isQ7DKGjSThyxv8GFMtXwDl+UUiT3KALHOqv/Y3qhgel79hczCIwUcJndVAgnjhW9Heuvit2y74WjRov1wFSzw==","signatures":[{"sig":"MEQCIH67LFtceIMawnA7lk9EF7cX7KEjIDpZnI530vDB1cRnAiBwTG0xj8zDkVrj+x1Nb7FZU/rVAJ5STOWfIgkxgwfC3g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"bundles/angular-fittext.umd.js","es2015":"angular-fittext.js","module":"angular-fittext.es5.js","scripts":{"pack":"npm run update && npm run packagr && cd dist && npm pack && cd -","test":"echo \"Error: no test specified\" && exit 1","update":"rm -Rf node_modules package-lock.json && npm install","packagr":"ng-packagr -p ng-package.json"},"typings":"angular-fittext.d.ts","_npmUser":{"name":"anonymous","email":"Rich@Sollenne.com"},"metadata":"angular-fittext.metadata.json","repository":{"url":"git+https://github.com/sollenne/angular-fittext.git","type":"git"},"_npmVersion":"5.5.1","description":"An Angular directive to auto-scale the font-size of an element to fit it's parent element.","directories":{},"_nodeVersion":"9.2.0","dependencies":{"rxjs":"^5.5.2","zone.js":"^0.8.18","@angular/core":"^5.0.2"},"publishConfig":{"registry":"https://registry.npmjs.org/"},"devDependencies":{"karma":"~1.7.1","karma-cli":"~1.0.1","ng-packagr":"^1.1.0","typescript":"^2.5.2","jasmine-core":"~2.8.0","karma-jasmine":"~1.1.0","@types/jasmine":"2.5.54","source-map-explorer":"^1.5.0","jasmine-spec-reporter":"~4.2.1","karma-chrome-launcher":"~2.2.0"},"_npmOperationalInternal":{"tmp":"tmp/angular-fittext-2.0.2.tgz_1511277427741_0.3905071085318923","host":"s3://npm-registry-packages"}},"2.0.3":{"name":"angular-fittext","version":"2.0.3","keywords":["angular","angular2","angular4","angular5","responsive","responsive font","fittext","fittext.js","ng-fittext","ng-fittext angular2","ng-fittext angular4","ng-fittext angular5","ngx-fittext","ng2-fittext","ng4-fittext","angular-fittext","angular2-fittext","angular4-fittext","angular5-fittext","fit-text","fit text","fit","text"],"author":{"name":"Rich Sollenne"},"license":"ISC","_id":"angular-fittext@2.0.3","maintainers":[{"name":"anonymous","email":"Rich@Sollenne.com"}],"homepage":"https://github.com/sollenne/angular-fittext#readme","bugs":{"url":"https://github.com/sollenne/angular-fittext/issues"},"dist":{"shasum":"dc380d4b887f996c33b28e23c4abc6d4745d0ac8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/angular-fittext/-/angular-fittext-2.0.3.tgz","integrity":"sha512-iLn5tH5V40lql288Mk+ozHpIIVk/oSaLO0IvWzgmwks7fWzhHVppIWGMWyTf4HheXynfpX56JYvGX3lnqmc6uA==","signatures":[{"sig":"MEQCIB9inO2nGy3FVcANGxbP2bUM42egLGk2xLPwyBLP1UHJAiATIXj+d19uVpvjI1Qplxj7kFGpkpWqe4pyTlgwf5VF2g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"bundles/angular-fittext.umd.js","es2015":"angular-fittext.js","module":"angular-fittext.es5.js","scripts":{"pack":"npm run update && npm run packagr && cd dist && npm pack && cd -","test":"echo \"Error: no test specified\" && exit 1","update":"rm -Rf node_modules package-lock.json && npm install","packagr":"ng-packagr -p ng-package.json"},"typings":"angular-fittext.d.ts","_npmUser":{"name":"anonymous","email":"Rich@Sollenne.com"},"metadata":"angular-fittext.metadata.json","repository":{"url":"git+https://github.com/sollenne/angular-fittext.git","type":"git"},"_npmVersion":"5.5.1","description":"An Angular directive to auto-scale the font-size of an element to fit it's parent element.","directories":{},"_nodeVersion":"9.2.0","dependencies":{"rxjs":"^5.5.2","zone.js":"^0.8.18","@angular/core":"^5.0.2"},"publishConfig":{"registry":"https://registry.npmjs.org/"},"devDependencies":{"karma":"~1.7.1","karma-cli":"~1.0.1","ng-packagr":"^1.1.0","typescript":"^2.5.2","jasmine-core":"~2.8.0","karma-jasmine":"~1.1.0","@types/jasmine":"2.5.54","source-map-explorer":"^1.5.0","jasmine-spec-reporter":"~4.2.1","karma-chrome-launcher":"~2.2.0"},"_npmOperationalInternal":{"tmp":"tmp/angular-fittext-2.0.3.tgz_1511278512176_0.8047898795921355","host":"s3://npm-registry-packages"}},"2.0.4":{"name":"angular-fittext","version":"2.0.4","keywords":["angular","angular2","angular4","angular5","responsive","responsive font","fittext","fittext.js","ng-fittext","ng-fittext angular2","ng-fittext angular4","ng-fittext angular5","ngx-fittext","ng2-fittext","ng4-fittext","angular-fittext","angular2-fittext","angular4-fittext","angular5-fittext","fit-text","fit text","fit","text"],"author":{"name":"Rich Sollenne"},"license":"ISC","_id":"angular-fittext@2.0.4","maintainers":[{"name":"anonymous","email":"Rich@Sollenne.com"}],"homepage":"https://github.com/sollenne/angular-fittext#readme","bugs":{"url":"https://github.com/sollenne/angular-fittext/issues"},"dist":{"shasum":"daa6a7db272bee9d0e6afb79181dfdd46f2420dd","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/angular-fittext/-/angular-fittext-2.0.4.tgz","integrity":"sha512-5RLtyOQAjsFKkGCfIWtTKaOl3j9F6JlC+N2LQRwGh9qg70omR7scbA8lLhKtvKJdiAZbrelPt88o/C0gsakGqg==","signatures":[{"sig":"MEYCIQD1Fi8jXHAk5O54K1smCskdkx1rfLxChp5vu/8h2ce2ygIhAOggcRpgATAFMNTwqmnleWLu7JOfAZQ59kOil/ZVD4HZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"bundles/angular-fittext.umd.js","es2015":"angular-fittext.js","module":"angular-fittext.es5.js","scripts":{"pack":"npm run update && npm run packagr && cd dist && npm pack && cd -","test":"echo \"Error: no test specified\" && exit 1","update":"rm -Rf node_modules package-lock.json && npm install","packagr":"ng-packagr -p ng-package.json"},"typings":"angular-fittext.d.ts","_npmUser":{"name":"anonymous","email":"Rich@Sollenne.com"},"metadata":"angular-fittext.metadata.json","repository":{"url":"git+https://github.com/sollenne/angular-fittext.git","type":"git"},"_npmVersion":"5.5.1","description":"An Angular directive to auto-scale the font-size of an element to fit it's parent element.","directories":{},"_nodeVersion":"9.2.0","dependencies":{"ajv":"^5.4.0","rxjs":"^5.5.2","core-js":"^2.5.1","zone.js":"^0.8.18","@angular/core":"^5.0.2","@angular/http":"^5.0.2","@angular/forms":"^5.0.2","@angular/common":"^5.0.2","@angular/router":"^5.0.2","@angular/compiler":"^5.0.2","@angular/animations":"^5.0.2","@angular/platform-browser":"^5.0.2","@angular/platform-browser-dynamic":"^5.0.2"},"publishConfig":{"registry":"https://registry.npmjs.org/"},"devDependencies":{"karma":"~1.7.0","tslint":"~5.7.0","ts-node":"~3.2.0","codelyzer":"^4.0.1","karma-cli":"~1.0.1","ng-packagr":"^1.6.0","protractor":"~5.1.2","typescript":"~2.4.2","@types/node":"~6.0.60","@angular/cli":"1.5.3","jasmine-core":"~2.6.2","karma-jasmine":"~1.1.0","@types/jasmine":"~2.5.53","@types/jasminewd2":"~2.0.2","@angular/compiler-cli":"^5.0.2","jasmine-spec-reporter":"~4.1.0","karma-chrome-launcher":"~2.1.1","@angular/language-service":"^5.0.2","karma-jasmine-html-reporter":"^0.2.2","karma-coverage-istanbul-reporter":"^1.2.1"},"_npmOperationalInternal":{"tmp":"tmp/angular-fittext-2.0.4.tgz_1511288760246_0.9585546988528222","host":"s3://npm-registry-packages"}},"2.0.5":{"name":"angular-fittext","version":"2.0.5","keywords":["angular","angular2","angular4","angular5","responsive","responsive font","fittext","fittext.js","ng-fittext","ng-fittext angular2","ng-fittext angular4","ng-fittext angular5","ngx-fittext","ng2-fittext","ng4-fittext","angular-fittext","angular2-fittext","angular4-fittext","angular5-fittext","fit-text","fit text","fit","text"],"author":{"name":"Rich Sollenne"},"license":"ISC","_id":"angular-fittext@2.0.5","maintainers":[{"name":"anonymous","email":"Rich@Sollenne.com"}],"homepage":"https://github.com/sollenne/angular-fittext#readme","bugs":{"url":"https://github.com/sollenne/angular-fittext/issues"},"dist":{"shasum":"c8988acee18275784b1aa917932f405469ffc5f6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/angular-fittext/-/angular-fittext-2.0.5.tgz","integrity":"sha512-4dtTE9bNAgw3sOHw38L+Tvrp79APaC+6m8J/CbMfjvlUJ4vk6e1e1dYC46nVVoAOMGtjvO3XaaJftpsmehukSA==","signatures":[{"sig":"MEQCIEwFYepPQZoibsbsu6ryqsUFddN8wEbrMKTtbzxgvdPXAiAbIzH+V2TZSPrYREAfpIyrpZWP4e3nhFfygnVGfTGJTQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"bundles/angular-fittext.umd.js","es2015":"angular-fittext.js","module":"angular-fittext.es5.js","scripts":{"pack":"npm run update && npm run packagr && cd dist && npm pack && cd -","test":"echo \"Error: no test specified\" && exit 1","update":"rm -Rf node_modules package-lock.json && npm install","packagr":"ng-packagr -p ng-package.json"},"typings":"angular-fittext.d.ts","_npmUser":{"name":"anonymous","email":"Rich@Sollenne.com"},"metadata":"angular-fittext.metadata.json","repository":{"url":"git+https://github.com/sollenne/angular-fittext.git","type":"git"},"_npmVersion":"5.5.1","description":"An Angular directive to auto-scale the font-size of an element to fit it's parent element.","directories":{},"_nodeVersion":"9.2.0","dependencies":{"ajv":"^5.4.0","rxjs":"^5.5.2","core-js":"^2.5.1","zone.js":"^0.8.18","@angular/core":"^5.0.2","@angular/http":"^5.0.2","@angular/forms":"^5.0.2","@angular/common":"^5.0.2","@angular/router":"^5.0.2","@angular/compiler":"^5.0.2","@angular/animations":"^5.0.2","@angular/platform-browser":"^5.0.2","@angular/platform-browser-dynamic":"^5.0.2"},"publishConfig":{"registry":"https://registry.npmjs.org/"},"devDependencies":{"karma":"~1.7.0","tslint":"~5.7.0","ts-node":"~3.2.0","codelyzer":"^4.0.1","karma-cli":"~1.0.1","ng-packagr":"^1.6.0","protractor":"~5.1.2","typescript":"~2.4.2","@types/node":"~6.0.60","@angular/cli":"1.5.3","jasmine-core":"~2.6.2","karma-jasmine":"~1.1.0","@types/jasmine":"~2.5.53","@types/jasminewd2":"~2.0.2","@angular/compiler-cli":"^5.0.2","jasmine-spec-reporter":"~4.1.0","karma-chrome-launcher":"~2.1.1","@angular/language-service":"^5.0.2","karma-jasmine-html-reporter":"^0.2.2","karma-coverage-istanbul-reporter":"^1.2.1"},"_npmOperationalInternal":{"tmp":"tmp/angular-fittext-2.0.5.tgz_1511290386695_0.10015588882379234","host":"s3://npm-registry-packages"}},"2.0.6":{"name":"angular-fittext","version":"2.0.6","keywords":["angular","angular2","angular4","angular5","responsive","responsive font","fittext","fittext.js","ng-fittext","ng-fittext angular2","ng-fittext angular4","ng-fittext angular5","ngx-fittext","ng2-fittext","ng4-fittext","angular-fittext","angular2-fittext","angular4-fittext","angular5-fittext","fit-text","fit text","fit","text"],"author":{"name":"Rich Sollenne"},"license":"ISC","_id":"angular-fittext@2.0.6","maintainers":[{"name":"anonymous","email":"Rich@Sollenne.com"}],"homepage":"https://github.com/sollenne/angular-fittext#readme","bugs":{"url":"https://github.com/sollenne/angular-fittext/issues"},"dist":{"shasum":"beeef4c96c65539c91eda4c3174b7282f0714c76","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/angular-fittext/-/angular-fittext-2.0.6.tgz","integrity":"sha512-bIDPTBNMtlNZiAT1ETNHmevxnnElgqWS+6Bc6Tz4fLL3Yd96uYTaJFqhjqUMWY2qg88ZG8K3pSgBowv+6SgyCA==","signatures":[{"sig":"MEQCICkkuYRl3txzTQi0mB/I0RZRMGhd6sFGMjuU+lr5CI/6AiADiDS+QGUhKX18QlZwp5cyCz+NWkirwYB3Bq6K1YPT5w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"bundles/angular-fittext.umd.js","es2015":"angular-fittext.js","module":"angular-fittext.es5.js","scripts":{"pack":"npm run update && npm run packagr && cd dist && npm pack && cd -","test":"echo \"Error: no test specified\" && exit 1","update":"rm -Rf node_modules package-lock.json && npm install","packagr":"ng-packagr -p ng-package.json"},"typings":"angular-fittext.d.ts","_npmUser":{"name":"anonymous","email":"Rich@Sollenne.com"},"metadata":"angular-fittext.metadata.json","repository":{"url":"git+https://github.com/sollenne/angular-fittext.git","type":"git"},"_npmVersion":"5.5.1","description":"An Angular directive to auto-scale the font-size of an element to fit it's parent element.","directories":{},"_nodeVersion":"9.2.0","dependencies":{"ajv":"^5.5.0","rxjs":"^5.5.2","core-js":"^2.5.1","zone.js":"^0.8.18"},"publishConfig":{"registry":"https://registry.npmjs.org/"},"devDependencies":{"karma":"~1.7.0","tslint":"~5.7.0","ts-node":"~3.2.0","codelyzer":"^4.0.1","karma-cli":"~1.0.1","ng-packagr":"^1.6.0","protractor":"~5.1.2","typescript":"~2.4.2","@types/node":"~6.0.60","@angular/cli":"^1.5.5","jasmine-core":"~2.6.2","karma-jasmine":"~1.1.0","@types/jasmine":"~2.5.53","@types/jasminewd2":"~2.0.2","@angular/compiler-cli":"^5.0.4","jasmine-spec-reporter":"~4.1.0","karma-chrome-launcher":"~2.1.1","@angular/language-service":"^5.0.4","karma-jasmine-html-reporter":"^0.2.2","karma-coverage-istanbul-reporter":"^1.2.1"},"peerDependencies":{"@angular/core":">=4.0.0 <6.0.0","@angular/http":">=4.0.0 <6.0.0","@angular/forms":">=4.0.0 <6.0.0","@angular/common":">=4.0.0 <6.0.0","@angular/router":">=4.0.0 <6.0.0","@angular/compiler":">=4.0.0 <6.0.0","@angular/animations":">=4.0.0 <6.0.0","@angular/platform-browser":">=4.0.0 <6.0.0","@angular/platform-browser-dynamic":">=4.0.0 <6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/angular-fittext-2.0.6.tgz_1512147955948_0.45341562177054584","host":"s3://npm-registry-packages"}},"2.0.7":{"name":"angular-fittext","version":"2.0.7","keywords":["angular","angular2","angular4","angular5","responsive","responsive font","scale","autoscale","auto scale","auto-scale","font","fittext","fittext.js","ng fittext","ng2 fittext","ng4 fittext","ng5 fittext","ng-fittext","ng-fittext angular2","ng-fittext angular4","ng-fittext angular5","ngx-fittext","ng2-fittext","ng4-fittext","angular fittext","angular2 fittext","angular4 fittext","angular5 fittext","angular-fittext","angular2-fittext","angular4-fittext","angular5-fittext","fit-text","fit text","fit","text"],"author":{"name":"Rich Sollenne"},"license":"ISC","_id":"angular-fittext@2.0.7","maintainers":[{"name":"anonymous","email":"Rich@Sollenne.com"}],"homepage":"https://github.com/sollenne/angular-fittext#readme","bugs":{"url":"https://github.com/sollenne/angular-fittext/issues"},"dist":{"shasum":"cd9e0b432ba982b3d01b5854faa8ead86eac3921","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/angular-fittext/-/angular-fittext-2.0.7.tgz","integrity":"sha512-SXzBdNzK2U7HErTHx34uFsG/WewWWO5KaI5qFacIHEzfPfV0MMVBBgmL3A2otX6oZr4AyMkCf/hDBBIcCEaEsA==","signatures":[{"sig":"MEYCIQCOswHBbQepwZeVZoobUGjkAhy1JhvRXaWBXc9sINV7eQIhAJG4x1SQbfWBKw/CkPpcSMJD+2MLb+PVpZi15GrmNpyI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"bundles/angular-fittext.umd.js","es2015":"angular-fittext.js","module":"angular-fittext.es5.js","scripts":{"pack":"npm run update && npm run packagr && cd dist && npm pack && cd -","test":"echo \"Error: no test specified\" && exit 1","update":"rm -Rf node_modules package-lock.json && npm install","packagr":"ng-packagr -p ng-package.json"},"typings":"angular-fittext.d.ts","_npmUser":{"name":"anonymous","email":"Rich@Sollenne.com"},"metadata":"angular-fittext.metadata.json","repository":{"url":"git+https://github.com/sollenne/angular-fittext.git","type":"git"},"_npmVersion":"5.5.1","description":"An Angular directive to auto-scale the font-size of an element to fit it's parent element.","directories":{},"_nodeVersion":"9.2.0","dependencies":{"ajv":"^5.5.0","rxjs":"^5.5.2","core-js":"^2.5.1","zone.js":"^0.8.18"},"publishConfig":{"registry":"https://registry.npmjs.org/"},"devDependencies":{"karma":"~1.7.0","tslint":"~5.7.0","ts-node":"~3.2.0","codelyzer":"^4.0.1","karma-cli":"~1.0.1","ng-packagr":"^1.6.0","protractor":"~5.1.2","typescript":"~2.4.2","@types/node":"~6.0.60","@angular/cli":"^1.5.5","jasmine-core":"~2.6.2","karma-jasmine":"~1.1.0","@types/jasmine":"~2.5.53","@types/jasminewd2":"~2.0.2","@angular/compiler-cli":"^5.0.4","jasmine-spec-reporter":"~4.1.0","karma-chrome-launcher":"~2.1.1","@angular/language-service":"^5.0.4","karma-jasmine-html-reporter":"^0.2.2","karma-coverage-istanbul-reporter":"^1.2.1"},"peerDependencies":{"@angular/core":">=4.0.0 <6.0.0","@angular/http":">=4.0.0 <6.0.0","@angular/forms":">=4.0.0 <6.0.0","@angular/common":">=4.0.0 <6.0.0","@angular/router":">=4.0.0 <6.0.0","@angular/compiler":">=4.0.0 <6.0.0","@angular/animations":">=4.0.0 <6.0.0","@angular/platform-browser":">=4.0.0 <6.0.0","@angular/platform-browser-dynamic":">=4.0.0 <6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/angular-fittext-2.0.7.tgz_1512157437932_0.31998715130612254","host":"s3://npm-registry-packages"}},"2.0.8":{"name":"angular-fittext","version":"2.0.8","keywords":["angular","angular2","angular4","angular5","responsive","responsive font","scale","autoscale","auto scale","auto-scale","font","fittext","fittext.js","ng fittext","ng2 fittext","ng4 fittext","ng5 fittext","ng-fittext","ng-fittext angular2","ng-fittext angular4","ng-fittext angular5","ngx-fittext","ng2-fittext","ng4-fittext","angular fittext","angular2 fittext","angular4 fittext","angular5 fittext","angular-fittext","angular2-fittext","angular4-fittext","angular5-fittext","fit-text","fit text","fit","text"],"author":{"name":"Rich Sollenne"},"license":"ISC","_id":"angular-fittext@2.0.8","maintainers":[{"name":"anonymous","email":"Rich@Sollenne.com"}],"homepage":"https://github.com/sollenne/angular-fittext#readme","bugs":{"url":"https://github.com/sollenne/angular-fittext/issues"},"dist":{"shasum":"b1cb8ff344da514b1f4f5def92b4d005b4c39044","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/angular-fittext/-/angular-fittext-2.0.8.tgz","integrity":"sha512-/Sssj6Z9bgRQ+AMWcx2XT1d6rI/xyxUjTF6gdcmK9UQ2yMJPc5mZPyuAnlX/x1v3O4N+lfzchIW2VDISpRe3hQ==","signatures":[{"sig":"MEYCIQDRtGhCg9oalhXHqK3RUpf8+K/UkJAQ4CL+DjrZdlXWTAIhAK+x9D8ItY7SIkC4Is9FYeq0uXkVYwwoLfkPk40sLLQS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"bundles/angular-fittext.umd.js","es2015":"angular-fittext.js","module":"angular-fittext.es5.js","scripts":{"pack":"npm run update && npm run packagr && cd dist && npm pack && cd -","test":"echo \"Error: no test specified\" && exit 1","update":"rm -Rf node_modules package-lock.json && npm install","packagr":"ng-packagr -p ng-package.json"},"typings":"angular-fittext.d.ts","_npmUser":{"name":"anonymous","email":"Rich@Sollenne.com"},"metadata":"angular-fittext.metadata.json","repository":{"url":"git+https://github.com/sollenne/angular-fittext.git","type":"git"},"_npmVersion":"5.5.1","description":"An Angular directive to auto-scale the font-size of an element to fit it's parent element.","directories":{},"_nodeVersion":"9.2.0","dependencies":{"ajv":"^5.5.0","rxjs":"^5.5.2","core-js":"^2.5.1","zone.js":"^0.8.18"},"publishConfig":{"registry":"https://registry.npmjs.org/"},"devDependencies":{"karma":"~1.7.0","tslint":"~5.7.0","ts-node":"~3.2.0","codelyzer":"^4.0.1","karma-cli":"~1.0.1","ng-packagr":"^1.6.0","protractor":"~5.1.2","typescript":"~2.4.2","@types/node":"~6.0.60","@angular/cli":"^1.5.5","jasmine-core":"~2.6.2","karma-jasmine":"~1.1.0","@types/jasmine":"~2.5.53","@types/jasminewd2":"~2.0.2","@angular/compiler-cli":"^5.0.4","jasmine-spec-reporter":"~4.1.0","karma-chrome-launcher":"~2.1.1","@angular/language-service":"^5.0.4","karma-jasmine-html-reporter":"^0.2.2","karma-coverage-istanbul-reporter":"^1.2.1"},"peerDependencies":{"@angular/core":">=4.0.0 <6.0.0","@angular/forms":">=4.0.0 <6.0.0","@angular/common":">=4.0.0 <6.0.0","@angular/compiler":">=4.0.0 <6.0.0","@angular/platform-browser":">=4.0.0 <6.0.0","@angular/platform-browser-dynamic":">=4.0.0 <6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/angular-fittext-2.0.8.tgz_1513796933843_0.9555214145220816","host":"s3://npm-registry-packages"}},"2.1.0":{"name":"angular-fittext","version":"2.1.0","keywords":["angular","angular2","angular4","angular5","angular6","responsive","responsive font","scale","autoscale","auto scale","auto-scale","font","fittext","fittext.js","ng fittext","ng2 fittext","ng4 fittext","ng5 fittext","ng6 fittext","ng-fittext","ng-fittext angular2","ng-fittext angular4","ng-fittext angular5","ng-fittext angular6","ngx-fittext","ng2-fittext","ng4-fittext","ng5-fittext","ng6-fittext","angular fittext","angular2 fittext","angular4 fittext","angular5 fittext","angular6 fittext","angular-fittext","angular2-fittext","angular4-fittext","angular5-fittext","angular6-fittext","fit-text","fit text","fit","text"],"author":{"name":"Rich Sollenne"},"license":"ISC","_id":"angular-fittext@2.1.0","maintainers":[{"name":"anonymous","email":"Rich@Sollenne.com"}],"homepage":"https://github.com/sollenne/angular-fittext#readme","bugs":{"url":"https://github.com/sollenne/angular-fittext/issues"},"dist":{"shasum":"4a6da25f4d2a99d710f2d80829550bbe3f4a8c43","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/angular-fittext/-/angular-fittext-2.1.0.tgz","fileCount":26,"integrity":"sha512-Z5Iv1MiV91JsZSgf5e06YxUg7a69qWtIHWehiKy09jtf3p0bRw/7I2FKmoOhwOi6gHCqVYk2YvgGfHbrFZYZ6g==","signatures":[{"sig":"MEQCIAa4j0b6bVuBqZdXFpS/OFmjNkTKZmgyXNdjD2th89vsAiAgtksljVN1OkXcanv2PvxGkMxPu3JRoaFL7YrOc5tJEQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141944,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa+zU4CRA9TVsSAnZWagAAx+IP/jZW54CKkMufqXbChcDC\nOr5nut/vf8C8nBFbsDAqhQb/mr1/fTDqvvlhsO94GkYbPdHrIfFPIfGSRDTc\n72/OuzXWEjGVNq9ed8VjjMTZ7/S5IRDir/vjgqf6XsfSFaEBJEuwmDIKjB2D\nTqzSqMGVf+rvku12+c6uDyGvsHhP6Q5q8E09J+u6+i6OCEkhY9FFE8FZtK64\ng6vSGlk+DMtFFU7tVLw9fJHWUAI7rlTrP0QAwQ/DGJRWNJExZ7xVEwBfUyAk\nFfelD7EMjb7byNREMbr1SGlFb2BQFAPhzDoNcneEr0/ylUAXd5oR+1tksQGO\nx1Znnxp4CK18D1myTwuIYTL160XWnR4UvZDPZtY3uh9tyG5eK1Sn68CV7dRk\nqM8hvc17mNIgnx0L8+DTdogL8gOIlzrN/RN/7wH0XKBriK8AhcD2NZBG4pdE\nRdvBHGqK4MTWuIYGnW8GRi3yt2LiBY2JAQmWBe7rlUpJN+xldXpyTNcS/3yO\nrG12L1oYVZKdmeRiLNJdWBfphylle+ly7mt63NxES2AOqi3Oz2cYvyHKXXJY\n77fuSYuauQI/dt7nDhBCBPkz8gxBeqfq5b6IIW9rb6KoaqR5edXpPrVDtLN5\nXhNZHWppH+lIhsQezFaBZDQ7DsEbLoMuoaO26uBWsYur55NcPzHokuhB+Xnz\n75kw\r\n=MlSw\r\n-----END PGP SIGNATURE-----\r\n"},"esm5":"esm5/angular-fittext.js","main":"bundles/angular-fittext.umd.js","fesm5":"fesm5/angular-fittext.js","es2015":"fesm2015/angular-fittext.js","module":"fesm5/angular-fittext.js","esm2015":"esm2015/angular-fittext.js","typings":"angular-fittext.d.ts","_npmUser":{"name":"anonymous","email":"Rich@Sollenne.com"},"fesm2015":"fesm2015/angular-fittext.js","metadata":"angular-fittext.metadata.json","repository":{"url":"git+https://github.com/sollenne/angular-fittext.git","type":"git"},"_npmVersion":"5.6.0","description":"An Angular directive to auto-scale the font-size of an element to fit it's parent element.","directories":{},"sideEffects":false,"_nodeVersion":"9.4.0","dependencies":{"tslib":"^1.9.0","@angular/core":"^6.0.1"},"publishConfig":{"registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^6.0.0","rxjs":"^6.1.0","karma":"~1.7.0","tslint":"~5.10.0","core-js":"~2.5.6","ts-node":"~3.2.0","zone.js":"~0.8.26","codelyzer":"^4.3.0","karma-cli":"~1.0.1","ng-packagr":"^3.0.0-rc.4","protractor":"~5.1.2","typescript":"~2.7.2","@types/node":"~6.0.60","@angular/cli":"^6.0.1","jasmine-core":"~2.6.2","karma-jasmine":"~1.1.0","@types/jasmine":"~2.5.53","@angular/compiler":"^6.0.1","@types/jasminewd2":"~2.0.2","@angular/compiler-cli":"^6.0.1","jasmine-spec-reporter":"~4.1.0","karma-chrome-launcher":"~2.1.1","@angular/language-service":"^6.0.1","karma-jasmine-html-reporter":"^0.2.2","@angular-devkit/build-angular":"~0.6.1","karma-coverage-istanbul-reporter":"^1.2.1"},"peerDependencies":{"@angular/core":"^6.0.1"},"_npmOperationalInternal":{"tmp":"tmp/angular-fittext_2.1.0_1526412598825_0.46190222986043517","host":"s3://npm-registry-packages"}},"2.1.1":{"name":"angular-fittext","version":"2.1.1","keywords":["angular","angular2","angular4","angular5","angular6","responsive","responsive font","scale","autoscale","auto scale","auto-scale","font","fittext","fittext.js","ng fittext","ng2 fittext","ng4 fittext","ng5 fittext","ng6 fittext","ng-fittext","ng-fittext angular2","ng-fittext angular4","ng-fittext angular5","ng-fittext angular6","ngx-fittext","ng2-fittext","ng4-fittext","ng5-fittext","ng6-fittext","angular fittext","angular2 fittext","angular4 fittext","angular5 fittext","angular6 fittext","angular-fittext","angular2-fittext","angular4-fittext","angular5-fittext","angular6-fittext","fit-text","fit text","fit","text"],"author":{"name":"Rich Sollenne"},"license":"ISC","_id":"angular-fittext@2.1.1","maintainers":[{"name":"anonymous","email":"Rich@Sollenne.com"}],"homepage":"https://github.com/sollenne/angular-fittext#readme","bugs":{"url":"https://github.com/sollenne/angular-fittext/issues"},"dist":{"shasum":"533ed6abe2bc6d3d45bae6775f3db41ef1baed08","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/angular-fittext/-/angular-fittext-2.1.1.tgz","fileCount":26,"integrity":"sha512-z2jEwSSjn7jLQik9DcBKZDDMSzn+Hltf0c5t2pMY9Vxf80vkpvaerPfUnU4d5oGDDQeWtuZnva2kS0bjZlPVpw==","signatures":[{"sig":"MEUCIQDC0Z3Snz5CZU8nnVU5DSRDyTXm966+J+171v5ki9yhVgIgCZusOiJPCF3mkhkmsCXojOqmjOHNnnnz2xWbKV7i3sc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":143825,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbMlmsCRA9TVsSAnZWagAA2kkQAIct9HjVD01pWLysa2H2\nBXSnVU6sBQhd1O7tHw+GqOzII5FxpHwhxWVGbrObCtZBgWbTbYTkTodD3U8L\n1jEcR5M9mr85VlEporQ6RB0yesfwQ7otfOKqtJuv0Kd3OJir+1d92o/ZU0Bu\n7kQjbm4JCmTwnYo9eouWTbqpf/HiV0US9LiPbOhvpCSScnZxRZfXJ0Kz4p7J\nNbhqnl1VipWB2DTn3lF0b8hoG6F2fSlOdI3fYtfkSDYx6KCdfRG2AiPmE8vG\n20NJ3oYuh46hd97dloONMSMO9+IEVIFJXlZBl5q5d6Vc9sQlgS0OIEN3TAXt\nnOVWzeQN3vfVaz8O9M52kiAc9JGTFivuL20ypgGcn3u4TIhOmSRhpec1G7PB\nE7dNnSYad7QOIsecPSqyZQ1COp3gNuyFZDvG1hK8t55ZAvNiYqRYJY+6Rh19\n0XopHPdqt4ELd2dhCWziQxJizMpPpzq68AIZcHrn1/Xon22BkxaxjMhw9RIy\ng3hK5ReAOaKsjDS/H/A7/tUp6JirTUuluO1i6f5f19afcSmD5199m1yAZPDa\nEekJBTdZKXtxmMu0Z/lObGd6gZMu1VklDCyHy6sQIwtEGVtV8w55wTBuvnsc\nafV54fe52V+a/a1SozWShQgTl8q+w62JNU0kc58wUQqqacaGbzqzpRemjFjp\npX0P\r\n=qFsr\r\n-----END PGP SIGNATURE-----\r\n"},"esm5":"esm5/angular-fittext.js","main":"bundles/angular-fittext.umd.js","fesm5":"fesm5/angular-fittext.js","es2015":"fesm2015/angular-fittext.js","module":"fesm5/angular-fittext.js","esm2015":"esm2015/angular-fittext.js","typings":"angular-fittext.d.ts","_npmUser":{"name":"anonymous","email":"Rich@Sollenne.com"},"fesm2015":"fesm2015/angular-fittext.js","metadata":"angular-fittext.metadata.json","repository":{"url":"git+https://github.com/sollenne/angular-fittext.git","type":"git"},"_npmVersion":"5.6.0","description":"An Angular directive to auto-scale the font-size of an element to fit it's parent element.","directories":{},"sideEffects":false,"_nodeVersion":"9.4.0","dependencies":{"tslib":"^1.9.0"},"publishConfig":{"registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"rxjs":"^6.1.0","karma":"~2.0.2","tslib":"^1.9.1","tslint":"~5.10.0","core-js":"~2.5.6","jasmine":"^3.1.0","ts-node":"~6.0.0","tsickle":"^0.28.0","zone.js":"~0.8.26","karma-cli":"~1.0.1","ng-packagr":"^3.0.0-rc.4","protractor":"~5.3.2","typescript":"~2.7.2","@types/node":"^10.1.1","@angular/cli":"^6.0.3","jasmine-core":"~3.1.0","@angular/core":"^6.0.2","karma-jasmine":"~1.1.0","@types/jasmine":"~2.8.7","@angular/compiler":"^6.0.2","@types/jasminewd2":"~2.0.2","@angular/compiler-cli":"^6.0.2","jasmine-spec-reporter":"~4.2.1","karma-chrome-launcher":"~2.2.0","karma-jasmine-html-reporter":"^1.1.0","@angular-devkit/build-angular":"~0.6.3","karma-coverage-istanbul-reporter":"^2.0.0"},"peerDependencies":{"@angular/core":">=5.0.0 <7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/angular-fittext_2.1.1_1530026412069_0.11720107940542324","host":"s3://npm-registry-packages"}}},"name":"angular-fittext","time":{"created":"2017-11-17T23:25:41.639Z","modified":"2024-08-19T16:08:52.146Z","2.0.0":"2017-11-17T23:25:41.639Z","2.0.1":"2017-11-17T23:29:51.729Z","2.0.2":"2017-11-21T15:17:08.745Z","2.0.3":"2017-11-21T15:35:13.149Z","2.0.4":"2017-11-21T18:26:01.277Z","2.0.5":"2017-11-21T18:53:06.804Z","2.0.6":"2017-12-01T17:05:56.883Z","2.0.7":"2017-12-01T19:43:58.878Z","2.0.8":"2017-12-20T19:08:54.785Z","2.1.0":"2018-05-15T19:29:58.996Z","2.1.1":"2018-06-26T15:20:12.230Z"},"readmeFilename":"README.md","homepage":"https://github.com/sollenne/angular-fittext#readme"}