File Explorer

/var/lang/lib/node_modules/npm/node_modules/spdx-license-ids

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

0 dirs
3 files
package.json547 B · 30 lines
{	"name": "spdx-license-ids",	"version": "3.0.23",	"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",		"latest": "node latest.js",		"pretest": "npm run build",		"test": "node test.js"	},	"files": [		"deprecated.json",		"index.json"	],	"keywords": [		"spdx",		"license",		"licenses",		"id",		"identifier",		"identifiers",		"json",		"array",		"oss"	]}