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"
	}
}