{"analyzedAt":"2022-08-22T16:44:08.036Z","collected":{"metadata":{"name":"spdx-license-ids","scope":"unscoped","version":"3.0.12","description":"A list of SPDX license identifiers","keywords":["spdx","license","licenses","id","identifier","identifiers","json","array","oss"],"date":"2022-08-22T16:43:44.393Z","author":{"name":"Shinnosuke Watanabe","url":"https://github.com/shinnn"},"publisher":{"username":"kemitchell","email":"kyle@kemitchell.com"},"maintainers":[{"username":"kemitchell","email":"kyle@kemitchell.com"},{"username":"shinnn","email":"snnskwtnb@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/jslicense/spdx-license-ids.git"},"links":{"npm":"https://www.npmjs.com/package/spdx-license-ids","homepage":"https://github.com/jslicense/spdx-license-ids#readme","repository":"https://github.com/jslicense/spdx-license-ids","bugs":"https://github.com/jslicense/spdx-license-ids/issues"},"license":"CC0-1.0","devDependencies":{"@shinnn/eslint-config":"^7.0.0","eslint":"^8.2.0","eslint-formatter-codeframe":"^7.32.1","rmfr":"^2.0.0","tape":"^5.3.1"},"releases":[{"from":"2022-07-23T00:00:00.000Z","to":"2022-08-22T00:00:00.000Z","count":0},{"from":"2022-05-24T00:00:00.000Z","to":"2022-08-22T00:00:00.000Z","count":0},{"from":"2022-02-23T00:00:00.000Z","to":"2022-08-22T00:00:00.000Z","count":0},{"from":"2021-08-22T00:00:00.000Z","to":"2022-08-22T00:00:00.000Z","count":1},{"from":"2020-08-22T00:00:00.000Z","to":"2022-08-22T00:00:00.000Z","count":6}],"hasTestScript":true,"hasSelectiveFiles":true,"readme":"# spdx-license-ids\n\n[![npm version](https://img.shields.io/npm/v/spdx-license-ids.svg)](https://www.npmjs.com/package/spdx-license-ids)\n[![Github Actions](https://action-badges.now.sh/jslicense/spdx-license-ids)](https://wdp9fww0r9.execute-api.us-west-2.amazonaws.com/production/results/jslicense/spdx-license-ids)\n\nA list of [SPDX license](https://spdx.org/licenses/) identifiers\n\n## Installation\n\n[Download JSON directly](https://raw.githubusercontent.com/jslicense/spdx-license-ids/main/index.json), or [use](https://docs.npmjs.com/cli/install) [npm](https://docs.npmjs.com/about-npm/):\n\n```\nnpm install spdx-license-ids\n```\n\n## [Node.js](https://nodejs.org/) API\n\n### require('spdx-license-ids')\n\nType: `string[]`\n\nAll license IDs except for the currently deprecated ones.\n\n```javascript\nconst ids = require('spdx-license-ids');\n//=> ['0BSD', 'AAL', 'ADSL', 'AFL-1.1', 'AFL-1.2', 'AFL-2.0', 'AFL-2.1', 'AFL-3.0', 'AGPL-1.0-only', ...]\n\nids.includes('BSD-3-Clause'); //=> true\nids.includes('CC-BY-1.0'); //=> true\n\nids.includes('GPL-3.0'); //=> false\n```\n\n### require('spdx-license-ids/deprecated')\n\nType: `string[]`\n\nDeprecated license IDs.\n\n```javascript\nconst deprecatedIds = require('spdx-license-ids/deprecated');\n//=> ['AGPL-1.0', 'AGPL-3.0', 'GFDL-1.1', 'GFDL-1.2', 'GFDL-1.3', 'GPL-1.0', 'GPL-2.0', ...]\n\ndeprecatedIds.includes('BSD-3-Clause'); //=> false\ndeprecatedIds.includes('CC-BY-1.0'); //=> false\n\ndeprecatedIds.includes('GPL-3.0'); //=> true\n```\n\n## License\n\n[Creative Commons Zero v1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/deed)"},"npm":{"downloads":[{"from":"2022-08-21T00:00:00.000Z","to":"2022-08-22T00:00:00.000Z","count":1078602},{"from":"2022-08-15T00:00:00.000Z","to":"2022-08-22T00:00:00.000Z","count":22792952},{"from":"2022-07-23T00:00:00.000Z","to":"2022-08-22T00:00:00.000Z","count":94421372},{"from":"2022-05-24T00:00:00.000Z","to":"2022-08-22T00:00:00.000Z","count":277335454},{"from":"2022-02-23T00:00:00.000Z","to":"2022-08-22T00:00:00.000Z","count":555842107},{"from":"2021-08-22T00:00:00.000Z","to":"2022-08-22T00:00:00.000Z","count":1108379516}],"starsCount":0},"github":{"homepage":"https://spdx.org/licenses/","starsCount":29,"forksCount":14,"subscribersCount":4,"issues":{"count":29,"openCount":0,"distribution":{"3600":7,"10800":5,"32400":2,"97200":3,"291600":2,"874800":2,"2624400":2,"7873200":0,"23619600":4,"70858800":2,"212576400":0},"isDisabled":false},"contributors":[{"username":"kemitchell","commitsCount":41},{"username":"shinnn","commitsCount":72},{"username":"dependabot[bot]","commitsCount":4}],"commits":[{"from":"2022-08-15T00:00:00.000Z","to":"2022-08-22T00:00:00.000Z","count":2},{"from":"2022-07-23T00:00:00.000Z","to":"2022-08-22T00:00:00.000Z","count":2},{"from":"2022-05-24T00:00:00.000Z","to":"2022-08-22T00:00:00.000Z","count":2},{"from":"2022-02-23T00:00:00.000Z","to":"2022-08-22T00:00:00.000Z","count":2},{"from":"2021-08-22T00:00:00.000Z","to":"2022-08-22T00:00:00.000Z","count":13}]},"source":{"files":{"readmeSize":1573,"testsSize":904},"badges":[{"urls":{"original":"https://img.shields.io/npm/v/spdx-license-ids.svg","shields":"https://img.shields.io/npm/v/spdx-license-ids.svg","content":"https://img.shields.io/npm/v/spdx-license-ids.json"},"info":{"service":"npm","type":"version","modifiers":{"type":"v"}}}],"linters":["editorconfig","eslint"]}},"evaluation":{"quality":{"carefulness":0.9199999999999999,"tests":0.6,"health":1,"branding":0.15},"popularity":{"communityInterest":50,"downloadsCount":92445151.33333333,"downloadsAcceleration":40519.58894596656,"dependentsCount":0},"maintenance":{"releasesFrequency":0.9,"commitsFrequency":0.9,"openIssues":1,"issuesDistribution":0.9}},"score":{"final":0.812464009463996,"detail":{"quality":0.9224253195868369,"popularity":0.5307690840866133,"maintenance":0.9999063833075152}}}