mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-06-09 02:14:28 +00:00
v7
This commit is contained in:
parent
033d472283
commit
49df04613e
6774 changed files with 1602535 additions and 1 deletions
39
node_modules/spdx-license-ids/package.json
generated
vendored
Normal file
39
node_modules/spdx-license-ids/package.json
generated
vendored
Normal file
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"name": "spdx-license-ids",
|
||||
"version": "3.0.5",
|
||||
"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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue