{"analyzedAt":"2022-07-01T02:13:02.927Z","collected":{"metadata":{"name":"license-webpack-plugin","scope":"unscoped","version":"4.0.2","description":"Outputs licenses from 3rd party libraries to a file","keywords":["license","plugin","webpack"],"date":"2022-02-10T13:36:32.465Z","author":{"name":"S K","url":"xz64"},"publisher":{"username":"xz64.xyz","email":"xz64.xyz@gmail.com"},"maintainers":[{"username":"xz64.xyz","email":"xz64.xyz@gmail.com"}],"repository":{"type":"git","url":"git+ssh://git@github.com/xz64/license-webpack-plugin.git"},"links":{"npm":"https://www.npmjs.com/package/license-webpack-plugin","homepage":"https://github.com/xz64/license-webpack-plugin#readme","repository":"https://github.com/xz64/license-webpack-plugin","bugs":"https://github.com/xz64/license-webpack-plugin/issues"},"license":"ISC","dependencies":{"webpack-sources":"^3.0.0"},"devDependencies":{"@types/jest":"^22.2.2","@types/webpack-sources":"^0.1.5","cross-env":"^5.2.0","jest":"^22.4.3","prettier":"^1.19.1","rimraf":"^2.6.2","ts-jest":"^22.4.2","tslint":"^5.9.1","tslint-config-airbnb":"^5.8.0","tslint-config-prettier":"^1.10.0","typescript":"^3.8.0"},"releases":[{"from":"2022-06-01T00:00:00.000Z","to":"2022-07-01T00:00:00.000Z","count":1},{"from":"2022-04-02T00:00:00.000Z","to":"2022-07-01T00:00:00.000Z","count":1},{"from":"2022-01-02T00:00:00.000Z","to":"2022-07-01T00:00:00.000Z","count":3},{"from":"2021-07-01T00:00:00.000Z","to":"2022-07-01T00:00:00.000Z","count":7},{"from":"2020-07-01T00:00:00.000Z","to":"2022-07-01T00:00:00.000Z","count":27}],"hasTestScript":true,"hasSelectiveFiles":true,"readme":"# License Webpack Plugin\n\n[![Build Status](https://api.travis-ci.org/xz64/license-webpack-plugin.svg?branch=master)](https://travis-ci.org/xz64/license-webpack-plugin)\n\nManage third-party license compliance in your webpack build.\n\n## Installation\n`npm install license-webpack-plugin --save-dev`\n\n## Usage\n\nTo use the plugin, simply add it to the plugins section in the webpack config.\n\nExample:\n```javascript\nconst LicenseWebpackPlugin = require('license-webpack-plugin').LicenseWebpackPlugin;\n\nmodule.exports = {\n  plugins: [\n    new LicenseWebpackPlugin()\n  ]\n};\n```\n\nThe default behavior will add a license notice file to each chunk of the webpack build. In addition, it will add a banner indicating the path to the license notice file in any Javascript assets. Third party libraries imported via external tools like SASS `@import` may not appear in the output (since webpack does not process `@import`). If this issue happens, please specify additional modules that the plugin should scan.\n\nTo configure the plugin, check the [documentation](DOCUMENTATION.md).\n\n## Build Instructions\n\n```\nyarn\nyarn build\n```\n\n## Migration Guides\n\nMigration guides for breaking changes are documented [here](MIGRATION.md).\n\n## Changelog\n\nThe changelog can be found [here](CHANGELOG.md).\n\n## License\n[ISC](https://opensource.org/licenses/ISC)"},"npm":{"downloads":[{"from":"2022-06-30T00:00:00.000Z","to":"2022-07-01T00:00:00.000Z","count":0},{"from":"2022-06-24T00:00:00.000Z","to":"2022-07-01T00:00:00.000Z","count":2033566},{"from":"2022-06-01T00:00:00.000Z","to":"2022-07-01T00:00:00.000Z","count":10160445},{"from":"2022-04-02T00:00:00.000Z","to":"2022-07-01T00:00:00.000Z","count":29625631},{"from":"2022-01-02T00:00:00.000Z","to":"2022-07-01T00:00:00.000Z","count":59131069},{"from":"2021-07-01T00:00:00.000Z","to":"2022-07-01T00:00:00.000Z","count":109528261}],"starsCount":1},"github":{"starsCount":148,"forksCount":54,"subscribersCount":5,"issues":{"count":121,"openCount":7,"distribution":{"3600":16,"10800":1,"32400":11,"97200":13,"291600":15,"874800":20,"2624400":19,"7873200":16,"23619600":8,"70858800":2,"212576400":0},"isDisabled":false},"contributors":[{"username":"markjm","commitsCount":4},{"username":"tobiasweibel","commitsCount":2},{"username":"dvdckl","commitsCount":1},{"username":"xz64","commitsCount":253},{"username":"wictorwilen","commitsCount":1},{"username":"beenotung","commitsCount":1},{"username":"alan-agius4","commitsCount":1},{"username":"emmilco","commitsCount":1},{"username":"filipesilva","commitsCount":1},{"username":"wszgrcy","commitsCount":1},{"username":"vikashkumar29","commitsCount":1},{"username":"taion","commitsCount":3},{"username":"arcanis","commitsCount":1},{"username":"cakeinpanic","commitsCount":8},{"username":"JoostK","commitsCount":1},{"username":"jackfruit2","commitsCount":1}],"commits":[{"from":"2022-06-24T00:00:00.000Z","to":"2022-07-01T00:00:00.000Z","count":0},{"from":"2022-06-01T00:00:00.000Z","to":"2022-07-01T00:00:00.000Z","count":0},{"from":"2022-04-02T00:00:00.000Z","to":"2022-07-01T00:00:00.000Z","count":0},{"from":"2022-01-02T00:00:00.000Z","to":"2022-07-01T00:00:00.000Z","count":7},{"from":"2021-07-01T00:00:00.000Z","to":"2022-07-01T00:00:00.000Z","count":21}]},"source":{"files":{"readmeSize":1329,"testsSize":31611,"hasChangelog":true},"badges":[{"urls":{"original":"https://api.travis-ci.org/xz64/license-webpack-plugin.svg?branch=master","service":"https://api.travis-ci.org/xz64/license-webpack-plugin.svg?branch=master","shields":"https://img.shields.io/travis/xz64/license-webpack-plugin/master.svg","content":"https://img.shields.io/travis/xz64/license-webpack-plugin/master.json"},"info":{"service":"travis","type":"build","modifiers":{"branch":"master"}}}],"linters":["editorconfig","prettier","tslint"]}},"evaluation":{"quality":{"carefulness":0.9999999999999999,"tests":0.6,"health":1,"branding":0.15},"popularity":{"communityInterest":224,"downloadsCount":9875210.333333334,"downloadsAcceleration":16758.146023592082,"dependentsCount":0},"maintenance":{"releasesFrequency":1,"commitsFrequency":0.9,"openIssues":1,"issuesDistribution":0.9}},"score":{"final":0.7816634186061251,"detail":{"quality":0.9323791309610258,"popularity":0.43419201233782795,"maintenance":0.9999499285702218}}}