Skip to content

Commit

Permalink
deps: spdx-license-ids@3.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Jan 21, 2025
1 parent a65e5ce commit 9473a86
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 16 deletions.
14 changes: 14 additions & 0 deletions node_modules/spdx-license-ids/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
"Bitstream-Vera",
"BlueOak-1.0.0",
"Boehm-GC",
"Boehm-GC-without-fee",
"Borceux",
"Brian-Gladman-2-Clause",
"Brian-Gladman-3-Clause",
Expand Down Expand Up @@ -148,6 +149,8 @@
"CC-BY-SA-3.0-IGO",
"CC-BY-SA-4.0",
"CC-PDDC",
"CC-PDM-1.0",
"CC-SA-1.0",
"CC0-1.0",
"CDDL-1.0",
"CDDL-1.1",
Expand Down Expand Up @@ -198,6 +201,7 @@
"DRL-1.1",
"DSDP",
"DocBook-Schema",
"DocBook-Stylesheet",
"DocBook-XML",
"Dotseqn",
"ECL-1.0",
Expand Down Expand Up @@ -305,6 +309,7 @@
"Imlib2",
"Info-ZIP",
"Inner-Net-2.0",
"InnoSetup",
"Intel",
"Intel-ACPI",
"Interbase-1.0",
Expand Down Expand Up @@ -349,9 +354,11 @@
"Linux-man-pages-copyleft-2-para",
"Linux-man-pages-copyleft-var",
"Lucida-Bitmap-Fonts",
"MIPS",
"MIT",
"MIT-0",
"MIT-CMU",
"MIT-Click",
"MIT-Festival",
"MIT-Khronos-old",
"MIT-Modern-Variant",
Expand Down Expand Up @@ -502,6 +509,7 @@
"SISSL",
"SISSL-1.2",
"SL",
"SMAIL-GPL",
"SMLNJ",
"SMPPL",
"SNIA",
Expand All @@ -515,6 +523,7 @@
"SchemeReport",
"Sendmail",
"Sendmail-8.23",
"Sendmail-Open-Source-1.1",
"SimPL-2.0",
"Sleepycat",
"Soundex",
Expand All @@ -540,6 +549,8 @@
"TU-Berlin-1.0",
"TU-Berlin-2.0",
"TermReadKey",
"ThirdEye",
"TrustedQSL",
"UCAR",
"UCL-1.0",
"UMich-Merit",
Expand Down Expand Up @@ -583,6 +594,7 @@
"Zimbra-1.4",
"Zlib",
"any-OSI",
"any-OSI-perl-modules",
"bcrypt-Solar-Designer",
"blessing",
"bzip2-1.0.6",
Expand All @@ -599,6 +611,7 @@
"etalab-2.0",
"fwlw",
"gSOAP-1.3b",
"generic-xts",
"gnuplot",
"gtkbook",
"hdparm",
Expand Down Expand Up @@ -627,6 +640,7 @@
"threeparttable",
"ulem",
"w3m",
"wwl",
"xinetd",
"xkeyboard-config-Zinoviev",
"xlock",
Expand Down
16 changes: 3 additions & 13 deletions node_modules/spdx-license-ids/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "spdx-license-ids",
"version": "3.0.20",
"version": "3.0.21",
"description": "A list of SPDX license identifiers",
"repository": "jslicense/spdx-license-ids",
"author": "Shinnosuke Watanabe (https://github.com/shinnn)",
"license": "CC0-1.0",
"scripts": {
"build": "node build.js",
"pretest": "eslint .",
"latest": "node latest.js",
"pretest": "npm run build",
"test": "node test.js"
},
"files": [
Expand All @@ -25,15 +25,5 @@
"json",
"array",
"oss"
],
"devDependencies": {
"@shinnn/eslint-config": "^7.0.0",
"eslint": "^8.49.0",
"eslint-formatter-codeframe": "^7.32.1",
"rmfr": "^2.0.0",
"tape": "^5.6.6"
},
"eslintConfig": {
"extends": "@shinnn"
}
]
}
6 changes: 3 additions & 3 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -14634,9 +14634,9 @@
}
},
"node_modules/spdx-license-ids": {
"version": "3.0.20",
"resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.20.tgz",
"integrity": "sha512-jg25NiDV/1fLtSgEgyvVyDunvaNHbuwF9lfNV17gSmPFAlYzdfNBlLtLzXTevwkPj7DhGbmN9VnmJIgLnhvaBw==",
"version": "3.0.21",
"resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.21.tgz",
"integrity": "sha512-Bvg/8F5XephndSK3JffaRqdT+gyhfqIPwDHpX80tJrF8QQRYMo8sNMeaZ2Dp5+jhwKnUmIOyFFQfHRkjJm5nXg==",
"inBundle": true,
"license": "CC0-1.0"
},
Expand Down

0 comments on commit 9473a86

Please sign in to comment.