mirror of
https://github.com/actions/labeler.git
synced 2025-12-17 23:59:40 +00:00
build
This commit is contained in:
6
node_modules/spdx-exceptions/index.json
generated
vendored
6
node_modules/spdx-exceptions/index.json
generated
vendored
@@ -15,6 +15,9 @@
|
||||
"GCC-exception-2.0",
|
||||
"GCC-exception-3.1",
|
||||
"gnu-javamail-exception",
|
||||
"GPL-3.0-linking-exception",
|
||||
"GPL-3.0-linking-source-exception",
|
||||
"GPL-CC-1.0",
|
||||
"i2p-gpl-java-exception",
|
||||
"Libtool-exception",
|
||||
"Linux-syscall-note",
|
||||
@@ -22,6 +25,7 @@
|
||||
"LZMA-exception",
|
||||
"mif-exception",
|
||||
"Nokia-Qt-exception-1.1",
|
||||
"OCaml-LGPL-linking-exception",
|
||||
"OCCT-exception-1.0",
|
||||
"OpenJDK-assembly-exception-1.0",
|
||||
"openvpn-openssl-exception",
|
||||
@@ -29,6 +33,8 @@
|
||||
"Qt-GPL-exception-1.0",
|
||||
"Qt-LGPL-exception-1.1",
|
||||
"Qwt-exception-1.0",
|
||||
"Swift-exception",
|
||||
"u-boot-exception-2.0",
|
||||
"Universal-FOSS-exception-1.0",
|
||||
"WxWindows-exception-3.1"
|
||||
]
|
||||
|
||||
38
node_modules/spdx-exceptions/package.json
generated
vendored
38
node_modules/spdx-exceptions/package.json
generated
vendored
@@ -1,39 +1,34 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"spdx-exceptions@2.2.0",
|
||||
"/Users/pjquirk/Source/GitHub/actions/labeler"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "spdx-exceptions@2.2.0",
|
||||
"_id": "spdx-exceptions@2.2.0",
|
||||
"_from": "spdx-exceptions@^2.1.0",
|
||||
"_id": "spdx-exceptions@2.3.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-2XQACfElKi9SlVb1CYadKDXvoajPgBVPn/gOQLrTvHdElaVhr7ZEbqJaRnJLVNeaI4cMEAgVCeBMKF6MWRDCRA==",
|
||||
"_integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==",
|
||||
"_location": "/spdx-exceptions",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "spdx-exceptions@2.2.0",
|
||||
"raw": "spdx-exceptions@^2.1.0",
|
||||
"name": "spdx-exceptions",
|
||||
"escapedName": "spdx-exceptions",
|
||||
"rawSpec": "2.2.0",
|
||||
"rawSpec": "^2.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.2.0"
|
||||
"fetchSpec": "^2.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/spdx-expression-parse"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz",
|
||||
"_spec": "2.2.0",
|
||||
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
|
||||
"_resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz",
|
||||
"_shasum": "3f28ce1a77a00372683eade4a433183527a2163d",
|
||||
"_spec": "spdx-exceptions@^2.1.0",
|
||||
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/spdx-expression-parse",
|
||||
"author": {
|
||||
"name": "The Linux Foundation"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/kemitchell/spdx-exceptions.json/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Kyle E. Mitchell",
|
||||
@@ -41,7 +36,11 @@
|
||||
"url": "https://kemitchell.com/"
|
||||
}
|
||||
],
|
||||
"deprecated": false,
|
||||
"description": "list of SPDX standard license exceptions",
|
||||
"files": [
|
||||
"index.json"
|
||||
],
|
||||
"homepage": "https://github.com/kemitchell/spdx-exceptions.json#readme",
|
||||
"license": "CC-BY-3.0",
|
||||
"name": "spdx-exceptions",
|
||||
@@ -49,5 +48,8 @@
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/kemitchell/spdx-exceptions.json.git"
|
||||
},
|
||||
"version": "2.2.0"
|
||||
"scripts": {
|
||||
"build": "node build.js"
|
||||
},
|
||||
"version": "2.3.0"
|
||||
}
|
||||
|
||||
8
node_modules/spdx-exceptions/test.log
generated
vendored
8
node_modules/spdx-exceptions/test.log
generated
vendored
@@ -1,8 +0,0 @@
|
||||
up to date in 1.038s
|
||||
found 0 vulnerabilities
|
||||
|
||||
|
||||
> spdx-exceptions@2.1.0 test /home/kyle/spdx-exceptions.json
|
||||
> echo 'Error: no test specified'
|
||||
|
||||
Error: no test specified
|
||||
Reference in New Issue
Block a user