Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « spdx-license-ids « node_modules « npm « deps - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1d696a7107a2d5ad6bb010563f9945fea9a1668b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
	"name": "spdx-license-ids",
	"version": "3.0.10",
	"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",
		"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"
	}
}