mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-28 16:26:05 +00:00
.
This commit is contained in:
parent
fc725ba36b
commit
422b9fdb15
7395 changed files with 1786235 additions and 3476 deletions
43
node_modules/spdx-license-ids/package.json
generated
vendored
Normal file
43
node_modules/spdx-license-ids/package.json
generated
vendored
Normal file
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"name": "spdx-license-ids",
|
||||
"version": "3.0.4",
|
||||
"description": "A list of SPDX license identifiers",
|
||||
"repository": "shinnn/spdx-license-ids",
|
||||
"author": "Shinnosuke Watanabe (https://github.com/shinnn)",
|
||||
"license": "CC0-1.0",
|
||||
"scripts": {
|
||||
"build": "node build.js",
|
||||
"pretest": "eslint .",
|
||||
"test": "node test.js"
|
||||
},
|
||||
"files": [
|
||||
"deprecated.json",
|
||||
"index.json"
|
||||
],
|
||||
"keywords": [
|
||||
"spdx",
|
||||
"license",
|
||||
"licenses",
|
||||
"id",
|
||||
"identifier",
|
||||
"identifiers",
|
||||
"json",
|
||||
"array",
|
||||
"oss"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@shinnn/eslint-config": "^6.8.7",
|
||||
"chalk": "^2.4.1",
|
||||
"eslint": "^5.10.0",
|
||||
"get-spdx-license-ids": "^2.1.0",
|
||||
"rmfr": "^2.0.0",
|
||||
"tape": "^4.9.1"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "@shinnn"
|
||||
}
|
||||
|
||||
,"_resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.4.tgz"
|
||||
,"_integrity": "sha512-7j8LYJLeY/Yb6ACbQ7F76qy5jHkp0U6jgBfJsk97bwWlVUnUWsAgpyaCvo17h0/RQGnQ036tVDomiwoI4pDkQA=="
|
||||
,"_from": "spdx-license-ids@3.0.4"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue