1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
| {
| "name": "spdx-exceptions",
| "description": "list of SPDX standard license exceptions",
| "version": "2.5.0",
| "author": "The Linux Foundation",
| "contributors": [
| "Kyle E. Mitchell <kyle@kemitchell.com> (https://kemitchell.com/)"
| ],
| "license": "CC-BY-3.0",
| "repository": "kemitchell/spdx-exceptions.json",
| "files": [
| "index.json",
| "deprecated.json"
| ],
| "scripts": {
| "build": "node build.js",
| "latest": "node latest.js"
| }
|
| ,"_resolved": "https://registry.npmmirror.com/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz"
| ,"_integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w=="
| ,"_from": "spdx-exceptions@^2.1.0"
| }
|
|