HEX
Server: Apache/2.4.65 (Debian)
System: Linux kubikelcreative 5.10.0-35-amd64 #1 SMP Debian 5.10.237-1 (2025-05-19) x86_64
User: www-data (33)
PHP: 8.4.13
Disabled: NONE
Upload Files
File: //usr/share/nodejs/get-spdx-license-ids/package.json
{
	"name": "get-spdx-license-ids",
	"version": "2.1.0",
	"description": "Get an array of the latest list of SPDX license IDs from spdx.org",
	"repository": "shinnn/get-spdx-license-ids",
	"author": "Shinnosuke Watanabe (https://github.com/shinnn)",
	"scripts": {
		"pretest": "eslint --fix --format=codeframe index.js test.js",
		"test": "nyc --reporter=html --reporter=text node test.js"
	},
	"license": "ISC",
	"files": [
		"index.js"
	],
	"keywords": [
		"request",
		"get",
		"latest",
		"spdx",
		"license",
		"licenses",
		"id",
		"identifier",
		"identifiers",
		"json",
		"array",
		"oss"
	],
	"dependencies": {
		"fettuccine-class": "^1.0.5",
		"inspect-with-kind": "^1.0.4"
	},
	"devDependencies": {
		"@shinnn/eslint-config-node": "^5.0.0",
		"eslint": "^4.16.0",
		"nyc": "^11.4.1",
		"tape": "^4.8.0"
	},
	"eslintConfig": {
		"extends": "@shinnn/node"
	}
}