CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
package.json30 linesDownload Raw Back to spdx-license-ids
1{2	"name": "spdx-license-ids",3	"version": "3.0.21",4	"description": "A list of SPDX license identifiers",5	"repository": "jslicense/spdx-license-ids",6	"author": "Shinnosuke Watanabe (https://github.com/shinnn)",7	"license": "CC0-1.0",8	"scripts": {9		"build": "node build.js",10		"latest": "node latest.js",11		"pretest": "npm run build",12		"test": "node test.js"13	},14	"files": [15		"deprecated.json",16		"index.json"17	],18	"keywords": [19		"spdx",20		"license",21		"licenses",22		"id",23		"identifier",24		"identifiers",25		"json",26		"array",27		"oss"28	]29}30 
basant307/AI_Governance_Project · CoolFace